
.entry-header {
    padding: 0;
    border-bottom: 0 none;
}


.entry-title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.entry-meta-title .entry-meta {
	display: block;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.entry-meta-title .entry-meta .entry-meta-part {
    display: inline-block;
    line-height: 24px;
    padding: 0 10px;
	font-family: Arial, sans-serif;
}
.entry-meta-title .entry-meta .entry-meta-part .glyphicon {
    padding-right: 4px;
}
.entry-meta-title .entry-meta .likes {}
.entry-meta-title .entry-meta .views {}
.entry-meta-title .entry-meta .comments {}

/*=== Вступление и содержимое ===*/
.entry-excerpt,
.entry-content,
.comm-txt {
    font-family: Georgia, serif;
    font-size: 18px;
}


article p+ol,
article p+ul {
	margin-top: -12px;
}

/** OLD post **/
.section_number {
    background: #c23085;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #fff;
}
.section_number_line {
    height: 4px;
    width: 99%;
    background: #c23085;
    margin-top: -22px;
    margin-left: 1%;
}
.section_content {
	clear: both;
    margin-top: 25px;
}
@media(max-width:767px) {
	.section_content { padding-left: 0; padding-top: 5px; }
}

/* Заключение */
.evr-zaklyuchenie {
	margin-top: 20px;
}
.evr-zaklyuchenie .section_number_line {
	margin-top: 0;
	margin-left: 0;
	width: 100%;
}
.evr-zaklyuchenie .section_content {
	margin-top: 10px;
}



/*=== Ингридиенты ===*/
.ingredients {}

.ingredients .title {
    font-size: 20px;
    color: #000;
    margin: 0 0 20px;
}

.ingredients .items {}
.ingredients .ingredient-item {
	display: inline-block;
	margin: 15px 20px 0 0;
}
@media(max-width:767px) {
	.ingredients .ingredient-item { margin-bottom: 10px; }
	.ingredients .ingredient-item label { margin-left: 10px; }
}


.ingredients .ingredient-item label {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #4e4e4e;
	font-weight: normal;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
}
html.no-touch .ingredients .ingredient-item label {
	text-overflow: ellipsis;
}

.ingredients input[type="checkbox"] {
    margin-right: 10px;
    display: block;
    float: left;
    width: 20px;
    position: relative;
    left: -30px;
}
.ingredients .ingredient-item input[type="checkbox"]:before {
	position: relative;
	top: -3px;
	left: 30px;
	content: "";
	display: inline-block;
    border: 2px solid #c23085;
    border-radius: 5px;
    width: 22px;
    height: 22px;
	margin-right: 4px;
	cursor: pointer;
}
.ingredients input[type="checkbox"]:checked:after {
	content: "\e013";
    position: relative;
    top: -7px;
    left: 7px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	cursor: pointer;
}

.ingredients .ingredient-item .label-txt {}

/* checked */
.ingredients .ingredient-item input[type="checkbox"]:checked:before {
	border-color: #9b9b9b;
}
.ingredients .ingredient-item input[type="checkbox"]:checked:after {
	color: #9b9b9b;
}

.ingredients input[type="checkbox"]:checked + .label-txt {
	color: #9b9b9b;
	text-decoration: line-through;
}

.ingredients input[type="checkbox"] + label {
    display: inline-block;
    color: #5f5f5f;
    line-height: 20px;
	font-weight: normal;
    vertical-align: top;
    cursor: pointer;
    margin-bottom: 30px;
}

.ingredients input[type="radio"] + label {
    font-size: 14px;
    line-height: 20px;
}


/* чекбокс иконочный шрифт */
.ingredients input[type="checkbox"] + label:before {
    content: "\2610";
    font-family: 'symbols-technomart';
    display: inline-block;
    vertical-align: top;
    color: #ff4d87;
    font-size: 37px;
	margin-top: -1px;
    padding-right: 10px;
    /* расстояние от кнопки до надписи */
    padding-left: 20px;
}


/* изменение вида чекбокса при нажатии */
.ingredients input[type="checkbox"]:checked + label:before {
    content: "\2611";
    /*padding-right: 12px;*/
    color: #5f5f5f;
}


/*зачеркивание label*/
.ingredients input[type="checkbox"]:checked + label {
    text-decoration: line-through;
}

.ingredients input[type="checkbox"] + label:hover:before,
.ingredients input[type="radio"] + label:hover:before {
    color: #5f5f5f;
}




/* Текст «Шаги» - «Варианты» */
.section-name {
	color: #262c2e;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}




/*=== Post rating ===*/
#evr-post-rating {
    margin-top: 30px;
}
#evr-post-rating .title {
    font-size: 25px;
    font-weight: normal;
    color: #309dc6;
    padding-bottom: 10px;
    border-bottom: 1px solid #309dc6;
    margin: 0;
}
#evr-post-rating .rate-count {
    display: inline-block;
    overflow: hidden;
	vertical-align: top;
}
#evr-post-rating .positive {
    margin-right: -1px;
}
#evr-post-rating .negative {
    margin-left: -1px;
}


#evr-post-rating .rate-count .link {
    display: inline-block;
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 5px 0;
    margin: 0;
    cursor: pointer;
    position: relative;
}
#evr-post-rating .rate-count .link:hover {
    opacity: 0.9;
}
#evr-post-rating .link .txt {
    padding: 0 13px;
}
#evr-post-rating .rate-count .glyphicon {
    font-size: 20px;
}

#evr-post-rating .positive .link {
    background: #309dc6;
}
#evr-post-rating .negative .link {
    background: #cb3a40;
}

#evr-post-rating .link:after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 40px;
    position: absolute;
}
#evr-post-rating .positive .link:after {
    border-color: #fff #309dc6 #fff #fff;
    left: -50px;
    top: -40px;
}
#evr-post-rating .negative .link:after {
    border-color: #fff #fff #fff #cb3a40;
    right: -50px;
    top: -40px;
}



#evr-post-rating .count {
    position: relative;
    z-index: 3;
    padding: 0 15px;
    font-size: 20px;
    color: #c6c6c6;
}

/* If is clicked */
#evr-post-rating .rate-count .link.disabled {
    cursor: wait;
}
#evr-post-rating .rate-count .link.disabled .glyphicon {
    -webkit-animation:spin 0.4s linear infinite;
    -moz-animation:spin 0.4s linear infinite;
    -o-animation:spin 0.4s linear infinite;
    -ms-animation:spin 0.4s linear infinite;
    animation:spin 0.4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/* Реклама у шагах */
.entry-content .ad {
	margin-bottom: 15px;
}



/**
 * NEW article
 */

/*=== Quote with author ===*/
.blue-quote {
	background: #309dc6;
	position: relative;
    line-height: 24px;
    padding: 50px 40px 40px 65px;
	margin: 20px 0 20px 0;
	color: #fff;
}
.small-blue-quote {
    float: right;
    width: 320px;
	margin-left: 20px;
}
.blue-quote:before {
    position: absolute;
    top: 0;
    left: 23px;
    width: 42px;
    height: 24px;
    content: "";
    background: url("../i/qutes.png") no-repeat;
}
.blue-quote .txt {
	font-size: 18px;
}
.blue-quote .author {
	display: block;
	margin-top: 10px;
    text-align: right;
    font-size: 20px;
}
@media (max-width: 767px) {
	.blue-quote {
		width: 100% !important;
		float: none;
		margin-left: 0;
		padding: 40px 15px 15px 15px;
	}
}



/*=== Список с количеством ===*/
.list-with-count {
	padding-left: 0;
	max-width: 400px;
	margin-bottom: 25px;
}
.list-with-count li {
	font-family: Arial, sans-serif;
	list-style: none;
	background: #f7f7f7 url("../i/list-with-descr-li.png") no-repeat 0 50%;
	border-left: 3px solid #c23085;
	padding: 10px 10px 10px 35px;
}
.list-with-count li .count {
	float: right;
	padding-left: 15px;
	color: #c23085;
}
@media (max-width: 767px) {
    .list-with-count li .count {
        float: none;
        text-align: left;
    }
}


/*=== Список с описанием ===*/
.list-with-descr { max-width: 400px; margin-bottom: 25px; }
.list-with-descr li {}
.list-with-descr li .name {}
.list-with-descr li.has-descr .name-in { border-bottom: 2px solid #309dc6; position: relative; }
.list-with-descr li.has-descr .name-in:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
	z-index: -1;
    left: 15px;
    bottom: -14px;
    display: block;
    border: 10px solid;
    border-color: #fff #fff #309dc6 #fff;
}
.list-with-descr li .descr {
	margin-top: 12px;
	display: inline-block;
	background: #309dc6;
	color: #fff;
	border-radius: 7px;
	padding: 10px 20px;
}
.list-with-descr li .descr p { margin: 0; }


/*=== Почитать в тему ===*/
.read-also {
    float: right;
    width: 320px;
	margin-left: 20px;
}
.read-also.is_full_width {
	width: 100%;
	float: none;
	clear: both;
	margin-left: 0;
}
@media (max-width: 767px) {
	.read-also {
		width: 100% !important;
		float: none;
		margin-left: 0;
		margin-bottom: 25px;
	}
}
.read-also img {
    float: left;
    max-width: 100px;
    margin-right: 10px;
}
.read-also .title {
	margin-top: 0;
	font-size: 20px;
	color: #000;
}
.read-also .title .icon {
	transform: rotate(270deg);
	margin-right:10px;
	position: relative;
	top: 3px;
}
.read-also .item {
	border-left: 4px solid #309dc6;
	margin-bottom: 7px;
}
.read-also a {
    display: block;
    border: 1px solid #f7f7f7;
    border-width: 1px 1px 1px 0;
    padding: 10px 15px;
    color: #309dc6;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
}
.read-also a:hover {
	text-decoration: underline;
	color: #34b5e6;
}


/*=== Комментарии экспертов ===*/
#expert_comments { padding-left: 0; }

.title-bg-rose {
	border-top: 4px solid #c23085;
}
.title-bg-rose span {
	position: relative;
	top: -4px; /* Піднімаємо текст вгору на висоту лінії */
	display: inline-block;
	background: #c23085;
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	padding: 5px 15px;
}

#expert_comments .comment {}
#expert_comments .comment + .comment {
	margin-top: 35px;
}
#expert_comments .col-img {
	float: left;
	width: 150px;
	margin-right: 20px;
}
#expert_comments .col-img img {
	padding: 3px;
	background: transparent url("../i/bg-expert-photo.png") no-repeat 50% 50%;
	background-size: cover;
}

@media(max-width:767px) {
	#expert_comments .col-img {
		width: 100%;
		margin-right: 0;
		text-align: center;
		float: none;
	}
	#expert_comments .col-txt .name {
		text-align: center;
	}
	#expert_comments .col-img img {
		max-width: 100px;
	}
}

#expert_comments .col-txt {}
#expert_comments .col-txt .name {
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 17px;
	font-weight: bold;
	color: #000;
}



/* Кнопки шарінґу */
body #content .essb_links.essb_template_metro-retina {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
}
body #content .essb_links.essb_template_metro-retina li {
	margin: 0 7px 7px 0 !important;
	position: relative;
}
body #content .essb_links.essb_template_metro-retina li a {
	padding-right: 40px;
}
body #content .essb_links.essb_template_metro-retina li .essb_network_name {
	display: none;
}
@media (min-width: 1200px) {
	body #content .essb_links.essb_template_metro-retina li .essb_network_name {
		display: inline-block;
	}
}

body #content .essb_links.essb_template_metro-retina .essb_counter_right {
    position: absolute;
    right: 8px;
    border: 0;
    color: #fff;
    margin-left: -20px;
    background-color: transparent;
    font-size: 14px;
    padding: 0;
    line-height: 36px;
}
.essb_links.essb_template_metro-retina .essb_counter_right:before {
	display: none !important;
}



/*=== Video ===*/
#entry-video.section_content {}


/*=== ДРУГИЕ СТАТЬИ ===*/
.other-posts {}
.other-posts .with-border .article-in-loop .date { display: none; }
