/*Убираем желтый фон адсенс*/
ins {
	background: #fff !important;
}
/* Введите Ваш код CSS тут */
/*Убираем дату и время (Мета-данные)*/
.post-byline {
display: none;
}
.post-date {
display: none;
}
/*Убираем отступы от шапки сайта*/
#header .pad {
    padding-top: 0px;
    padding-bottom: 0px;
}
/*Убираем данные о категории(хлебные крошки темы)*/
.page-title {
    display: none;
}

/*	Знаки внимания */
.tds-message-box {
    margin: 15px 0;
    padding: 25px 25px 25px 4.5rem;
    position: relative;
    font-style: italic;
}
.box-warning {
    border: 3px double #F46565;
    background: #FCE3E3;
    color: black;
  	border-radius: 10px;
    clear: both;
}
.box-council {
    background: #d0e6f0;
    color: black;
    border: 3px double #3b8dbd;
  border-radius: 10px;
  clear: both;
}
.box-note {
    border: 3px double #B5D675;
    background: #d8ebce;
    color: black;
  border-radius: 10px;
  clear: both;
}
.box-info {
    background: #FAF3D4;
    color: black;
    border: 3px double #F5C961;
  border-radius: 10px;
  clear: both;
}
.box-warning:before {content: "\f339";}
.box-council:before {content: "\f130";}
.box-note:before {content: "\f109";}
.box-info:before {content: "\f348";}
.box-warning:before, .box-council:before, .box-note:before, .box-info:before   {
    font-family: dashicons;
    font-size: 40px;
    display: inline-block;
    opacity: .4;
    vertical-align: top;
    float: left;
    font-style: normal;
    line-height: 40px;
    margin-right: 7px;
    position: absolute;
    left: 15px;
    top: 25%;
}
/*	Стили для заголовков ВИДЖЕТОВ */
.widget-title {
font-weight: 400;
text-transform: uppercase;
margin-bottom: 6px;
font-size: .9375em;
color: #444;
word-wrap: break-word;
}
/*	NEXT CSS */
.advice, .stop, .warning {
    margin: 15px 0;
    padding: 25px 25px 25px 4.5rem;
    position: relative;
    font-style: italic;
}
.advice {
    border: 3px double #B5D675;
    background: #d8ebce;
    color: black;
    border-radius: 10px;
    clear: both;
}
.stop {
    border: 3px double #F46565;
    background: #FCE3E3;
    color: black;
    border-radius: 10px;
    clear: both;
}
.warning {
    background: #FAF3D4;
    color: black;
    border: 3px double #F5C961;
    border-radius: 10px;
    clear: both;
}
.warning:before, .advice:before, .stop:before {
    font-family: dashicons;
    font-size: 40px;
    display: inline-block;
    opacity: .4;
    vertical-align: top;
    float: left;
    font-style: normal;
    line-height: 40px;
    margin-right: 7px;
    position: absolute;
    left: 15px;
    top: 25%;
}
.advice:before {
    content: "\f109";
}
.stop:before {
    content: "\f339";
}
.warning:before {
    content: "\f348";
}