/******************************************
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
*
* Simply copy an existing style from style.css to this file,
* and modify it to your liking.
*/


body.custom-background{
background: #f3f9f9;  /* fallback for old browsers */
background-image: linear-gradient(to right top, #ecf1f8, #ebf3f7, #ecf5f6, #eff6f4, #f3f7f3, #f4f8f3, #f5f8f4, #f6f9f4, #f4faf6, #f3faf7, #f3faf9, #f3fafb);
background: linear-gradient(to right top, #ecf1f8, #ebf3f7, #ecf5f6, #eff6f4, #f3f7f3, #f4f8f3, #f5f8f4, #f6f9f4, #f4faf6, #f3faf7, #f3faf9, #f3fafb);
/*background: -webkit-linear-gradient(to left, #FFFFFF, #f3f9f9);  /* Chrome 10-25, Safari 5.1-6 */
/*background: linear-gradient(to left, #FFFFFF, #f3f9f9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 
	

}

#slider_wrap a, #content a, #sidebar a {text-decoration:none; color: #D44735; outline:none; border-bottom:1px dotted #D44735;}
#slider_wrap a:hover, #content a:hover, #sidebar a:hover {text-decoration:none; color: #e96e0a; border-bottom:1px dotted #e96e0a;}

a.more-link{
	color:#FFF!important;
	/*font-weight:bold!important;*/
}

.dropdown a {
	font-size:1.1em!important;
}

#sidebar .widget h3.title, .tabbed-login-widget h3 {
	display: inline-block;
	font-weight: normal;
	line-height: 1.2em;
	color: #00385F;
	margin: 0 0 15px 0;
	background:none;
	padding: 0px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.shortcode-directions > ol li img {
	padding:20px 0;
	margin:0 auto;
}

.shortcode-directions > ol li img.wp-smiley {
	padding:0;
	margin:0;
}

.post .entry{
	color:#333;
}
.slides > li .excerpt{
	color:#333;
}
.social a{
	width:32px;
	height:32px;
	display:inline-block;
	cursor:pointer;
	margin-right:5px;
}

.ok{
	background:url(https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/odnoklassniki.svg) 0 0 no-repeat transparent;
}
.vk{
	background:url(https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/vk.svg) 0 0 no-repeat transparent;
}
.telegram{
	background:url(https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/telegram.svg) 0 0 no-repeat transparent;
}
.maxmess{
	background:url(https://www.bulochka.ru/img/max.svg) 0 0 no-repeat transparent;
}

.footer-links a{
	display:block;
	
}


.single .tags_list, .single .social_list{
	font-size:10pt;
	padding:30px 0 15px 0;
	display:block;
	clear:both;
	position:relative;
	z-index:1;
	margin:30px 0 0 0;
	border-top: 1px dotted #CCC; 
	border-bottom: 1px dotted #CCC; 
}
.single .tags_list:after{
	position:absolute;
	bottom:-40px;
	right:0;
	content:"#";
	font-size:90px;
	font-weight:bold;
	color:#F1F1F1;
	z-index:0;
	
}
.single .tags_list .tags_title, .single .social_list .social_title{
	display:block;
	text-align:center;
	position:absolute;
	left:0;
	top:-15px;
	background-color:#D44735;
	color:#fff;
	padding:3px;
	width:90px;
	border-radius:10px 0 10px 0;
	font-weight:bold;
}
.single .tags_list a{
	white-space:nowrap;
	border:1px solid #e7e7e7!important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:12px;
	transition: all .1s ease-out;
	z-index:5;
	margin:0 0 7px 7px;
	padding:0 10px;
	background:#EBBF4D;
	color:#333!important;
	text-decoration:none;
	word-wrap: break-word;
	border-radius:10px 0 10px 0;
}
.single .tags_list a:hover{
	background:#DD753D;
	color:#FFF!important;
}  

.single .tags_list h5{
	margin-top:20px;
}
.single .post-thumb p{
	background:none;
}
.single p.original{
	padding:10px!important;
	font-size:12pt;
}

.single p.honey{
	padding:10px!important;
	font-size:12pt;
	background-color:rgb(255,250,205);
	text-align:center;
	border-radius: 10px;
}
.post .details .more-link{
	font-size:12pt;	
	font-weight:normal;
	border-radius: 20px;
	padding:3px 15px;
}
/* Печатная версия */
@media print {
	#menu, #slider_wrap, #carousel_wrap, #sidebar, .kk-star-rating, .tags_list, .share42init, #related, #comments, #footer, .kksr-legend, .post_meta, .post-thumb, .kksr-stars {display:none;}
	.entry > p > img, .entry .shortcode-directions > ol > p > img, .size-full {width:50%; height:50%; display:block;margin:0 auto;}
	*[class^='kk-'],*[class*='kksr'] {display:none}
	br, .wp-smiley {display:none}
}
/* /Печатная версия  */

/* Партнерская секция */
.partners{
	margin:30px 0 0 0;
}
.partners div{
	width:40%;
	min-height:160px;
	padding:20px 10px 10px 10px;
	display:block;
	text-align:center;
	float:left;
	margin:0 30px 30px 0;
	-webkit-box-shadow: 0 0 10px 0 #CCC;
	line-height:1.3em;
	font-size:10pt;
	-moz-box-shadow:0 0 10px 0 #CCC;
	-webkit-box-shadow:0 0 10px 0 #CCC;
	box-shadow:0 0 10px 0 #CCC;
}
.partners div img {
	display:block;
	margin:0 auto;
	padding-bottom:7px;
}
.partners div p {
	margin:10px 0 0 0;
}
/* /Партнерская секция */
/* Номера страниц */
div.navigation .page-numbers{
	/*height:35px;*/
	display:inline-block;
	margin:0 7px 0 0;
	/*border:1px solid #DDD;*/
}
div.navigation .current{
	background-color:#dd753D;
	color:#FFF!important;
	line-height:35px;
}
div.navigation span.current{
    padding: 0;
    color: #ea6c35;
    font-weight: bold;
    min-width: 40px;
    line-height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
div.navigation a, div.navigation span{
	padding:0;
	min-width: 40px;
    line-height: 40px;
}

div.navigation a:hover{
	background-color:#DDD;
	color:#FFF;
    padding: 0!important;
    color: #ea6c35!important;
    min-width: 40px;
    line-height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	
}
div.navigation a.next, div.navigation a.prev{
	padding:0 7px!important;
	display:block;
	margin:5px auto;
	clear:both;
	float:none;
	
}
div.navigation a.next:hover, div.navigation a.prev:hover{
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	
}	
div.navigation{
	font-size:12pt;
}
div.navigation a{
	border:none!important;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s ;
	transition: all ease 0.3s ;
	
}


/* /Номера страниц */

/*Комментарии*/
.recent-comment{
	line-height:1.2em;
	font-size:10pt;
}
.recent-comment-text{
	font-style:normal;
	
}
ul.cwp-ul li.recentcomments{
	margin:0 0 10px 0;
	border-top:1px dashed #89a537;
	padding-top:10px;
}
ul.cwp-ul li.recentcomments .cwp-author-link{
	font-size:10pt;
	/*font-family:Tahoma, Arial,sans-serif;*/
	line-height:1.1em;
	font-weight:bold;
	
}
ul.cwp-ul li.recentcomments .cwp-on-text{
	display:inline-block;
	width:16px;
	height:16px;
	margin:0 3px;
}
ul.cwp-ul li.recentcomments .cwp-comment-title{
	margin:0 0 7px 0;
	display:block;
	
}
ul.cwp-ul li.recentcomments .cwp-comment-link{
	font-size:10pt;
	/*font-family:Tahoma, Arial,sans-serif;*/
	line-height:1.1em;
}
.widget ul.cwp-ul{
	font-size:11pt;
	/*font-family:Tahoma, Arial,sans-serif;*/
	line-height:1.2em;
}
ul.cwp-ul li.recentcomments .comment-excerpt{
	padding:0 0 0 45px;
	color:#111;
	font-style:italic;
	/*font-family:'PT Serif',serif;*/
	line-height:1.4em;
	display:block;
	
}
/* /Комментарии */
/* Отзывы  */
.recommend {
	background:url(https://www.bulochka.ru/img/recommend.png) 0 0 no-repeat transparent;
	padding-left:60px;
	min-height:48px;
	line-height:48px;
	display:block;
	clear:both;
	margin:10px 0;
}
.recommend span{
	display:inline-block;
	vertical-align:middle;
	line-height:1.5em;

}
.claim {
	background:url(https://www.bulochka.ru/img/claim.png) 0 0 no-repeat transparent;
	padding-left:60px;
	min-height:48px;
	line-height:48px;
	display:block;
	clear:both;
	margin:10px 0;
}
.claim span{
	display:inline-block;
	vertical-align:middle;
	line-height:1.5em;

}
/* /отзывы */
#related {
	margin:0 0 30px 0;
	display:block;
}

#related li{
    width: 23%;
	padding:0;
	position:relative;
	display:block;
	vertical-align:top;
	margin:0 20px 0 0;
	
}	
#related li .cover{
	width:100%;
	display:block;
	padding:0;
	margin:0;
}
#related .cover img {
    -webkit-border-radius: 20px 0 20px 0;
	border-radius: 20px 0 20px 0;
	
	max-height:75%;
	width:100%;
	border:none!important;
	
}
/* #related li:nth-child(even){ */
	/* width: 100%; */
	/* margin: 0 20px 30px 0!important; */
/* } */
#related li .postmeta {
	display:block;
	margin-top:7px;
}
#related li .postmeta h2{
	margin:auto 0;
	text-align:center;
	line-height:1.2em;
}



/* 2018 common styles from style.css */
#content-wrap{
	margin:15px 0;
	
}
#wrapper {
	width: 1120px;
}
#header {
	padding-top: 20px;
	margin:0 0 20px;
}
#slider {
	float:left;
	background-color: #fff;
	width: 600px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px; 
}
#slider_nav { 
	float:right;
	width:495px;
	background-color: #f3f3e7;
	border-left: 1px solid #dbdbc8;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden; 
}
.slides > li > div { width: 580px; padding: 20px; }
.slides > li .meta p { display: block; margin: 0 20px 0 0; }
.slides > li .more-link { float: right; margin: 30px 0 5px 10px; }

#carousel_wrap {
	position: relative;
	margin: 20px 0 40px 70px;
}
#carousel_nav {
	right: 40px;
	box-shadow: inset 3px 0 3px rgba(0, 0, 0, 0.05), 1px 2px 0 rgba(0, 0, 0, 0.05);
}
#content, .single .post, .page .post_content, .attachment .post_content {
	width: 790px;
	padding:0;
	background:none;
	border:none;
	-moz-border-radius:none;
    -webkit-border-radius: none;
    border-radius: none; 
    -moz-box-shadow: none;
    -webkit-box-shadow: none; 
    box-shadow: none; 
}



#content h3{
	padding:10px 0 0 20px;
	
}


.single #content, .page #content, .attachment #content {
	width: 780px;
}
.entry .wp-caption {max-width: 100% !important; text-align:center;}
#sidebar .widget h3.title, .tabbed-login-widget h3 {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#footer .wrap { width: 1120px; margin: 0 auto; }

.posts .details{
	clear:both;
	padding:30px 30px 15px 30px;
}

.posts .post{
	background:#F1F1F1;
	font-size:17px;
	border:1px solid #CCC;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); 
    box-shadow: 0 0 10px rgba(0,0,0,0.2); 
}
.posts .post .post-thumb{
	padding:0;
	margin:0;
	/*box-shadow:none;*/
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	float:none;
}
.posts .post .post-thumb a img.thumbnail{
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; 
}
.post h2.title{
	margin:0 0 30px 0;
}
.post .meta p, .post .meta p:last-child{
	display:block;
	margin:7px 0 0 0;
	line-height:16px;
	vertical-align:middle;
	height:16px;
	
}
.meta strong{
	line-height:16px;
	height:16px;
	margin:0;
	font-size:1em;
}

.post .entry{
	padding-top:10px;
	
}


#menu{
	padding-top:0px;
	margin-top:20px;	
	font-weight:normal;
	font-family:'Calibri Light', sans-serif;
	font-size:14pt;
}
#sidebar{
	padding-top:0px;
	
}
.widget_categories li{
	background:none;
	padding:0;
	margin:0px 0px 3px 0px;
	
}
.dropdown ul{
	width: auto;
}
.dropdown ul li{
	line-height:1.3em;
	padding:0;
	margin:0;
	
}
.dropdown ul li a{
	white-space: nowrap;
	
}
.dropdown ul li a, .dropdown li:hover ul a{
	line-height:1.3em;
	padding:4px 20px;
	margin:0;
	
}


.single #content, .page #content, .attachment #content {
    width: 780px;
	
}
.single #content .post_content .post{
	
	background-color:#FFF;
	box-shadow: 0 20px 20px rgba(0,0,0,0.2)
}

#content .entry h3{
	padding:20px 0 20px 20px;
	font-size:120%;
	
}

.post_content .entry > h3{
	padding:20px 0 20px 0!important;
	font-size:120%;
}

.p-404{
	background-color:#FFF;
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; 
	padding:20px;
	
}

.shortcode-ingredients {
    color: #736458;
    background-color: #f5e9d5;
    border: 1px solid #eae8d8;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;;
    border-radius: 20px 0 20px 0;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 6px 15px 0 rgba(255, 255, 255, 0.7);
    margin: 30px 0;
}
.shortcode-ingredients > ul > li{
	border-top: 1px solid #ddc5b9;
	
}
.shortcode-ingredients > h3{
	color:#d44735;
	padding:20px 0 0 20px!important;
	
}
.shortcode-directions > ol > li:before{
	color:#FFF;
	background-color: #d44735;
    border: 1px solid #d44735;
	
}
.rpwwt-widget ul li a span.rpwwt-post-title{
	font-size: 0.8em;
    line-height: 1.4em!important;
    display: block;
}

/* 2018 END*/

/* 2020 */
.post_content h1.archive_title, #content h1.archive_title{
	font-size:1.7em;
}
#footer{
	background: url(images/bg_footer2.jpg) repeat #c3ce74;
	border-top:2px solid #788610;
}
#footer .widget h3.title, #footer .copyright{
	color:#3f4708;
	text-shadow:none;
}
#footer a{
	color:#354a26;
	font-size:1.2em;
}
#footer .widgets{
	border-bottom:1px solid #788610;
}
/* 2020 END*/

/* Media Queries */
@media screen and (max-width: 1024px) {
	/* 2018 */	
	#wrapper, #footer .wrap { width:96%; }
	#carousel_wrap {margin:10px; width:100%;}
	#slider { width:60%; }
	#slider_nav { width:39%; }

	#content { width:auto; padding:0; }
	.single .post,  .attachment .post_content { width:100%;  }
	.single #content, .page #content, .attachment #content, .page .post_content  { width:auto; padding:0; }
	.posts .details{
		width:auto;
		padding:5px 10px;
		
	}

	#sidebar { clear:both; width:auto; }
	/* 2018 END`*/	
	
	.partners div{
		width:95%;
		float:none;
		margin:20px auto;
	}
	.partners div p{
			padding:0px;
	}
	#related h2 {
		text-align: center;
	}
	#related img {
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width:60%;
		height:60%;
	}
	#related li {
		float: left;
		text-align: center;
		width: 47%;
		margin: 20px 20px 15px 0;
		padding-bottom:10px;
	}
	#related .cover {
		margin-bottom: 5px;
	}
	.kk-star-ratings-widget ul li:nth-child(3n+3){
		/*margin:0 15px 15px 0;*/
	
	}
	.p-404{
		width:auto;
		padding:10px;
		margin:0;
		
	}
	.p-404 img{
		width:100%;
		
	}
	.p-404 .right ul li, .post .col_arch .right ul li{
		font-size:0.7em;
		width:100%;
		display:block;
		margin:0 0 7px 0;
		
	}
	
	
	.posts .post {
    background: #F1F1F1;
    font-size: 17px;
    border: none;
	border-bottom:1px dashed #00385F;
    -moz-border-radius:0;
    -webkit-border-radius:0; 
    border-radius:0;
    -moz-box-shadow:none;
    -webkit-box-shadow:none; 
	box-shadow:none;
	
    }
	
}

@media screen and (max-width: 980px) {
	/* 2018 */
	#carousel_nav {right:0;}
	#carousel_wrap {margin:5px; width:100%;}
	#logo { width:80%; }
	#logo img{ width:auto; }
	/* 2018 END */
	.partners div{
		width:95%;
		float:none;
		margin:20px auto;
	}
	.partners div p{
			padding:0px;
	}
	#related h2 {
		text-align: center;
	}
	#related img {
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width:60%;
		height:60%;
	}
	#related li {
		float: none;
		text-align: center;
		width: 100%;
		margin: 20px auto;
		padding-bottom:10px;
	}
	#related .cover {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 768px) {
	/* 2018 */
	#logo { width:80%; }
	#menu {width: auto;}
	/* 2018 END*/
.partners div{
	width:95%;
	float:none;
	margin:20px auto;
}
.partners div p{
		padding:0px;
}
#related h2 {
    text-align: center;
}
#related img {
    -webkit-border-radius: 5px;
	border-radius: 5px;
	width:60%;
	height:60%;
}
#related li {
    float: none;
    text-align: center;
    width: 100%;
    margin: 20px auto;
	padding-bottom:10px;
}
#related .cover {
    margin-bottom: 5px;
}	
	
}
@media screen and (max-width: 640px) {
	/* 2018 */
	#carousel h4.title {display:none;}
	#carousel_nav { right:5px; top:-10px; }
	#carousel_wrap {margin:5px; width:100%;}
	#carousel .item { width:26%; margin-left:3%;}
	/* 2018 END */
	.partners div{
		width:95%;
		float:none;
		margin:20px auto;
	}
	.partners div p{
			padding:0px;
	}
	#related h2 {
		text-align: center;
	}
	#related img {
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width:60%;
		height:60%;
	}
	#related li {
		float: none;
		text-align: center;
		width: 100%;
		margin: 20px auto;
		padding-bottom:10px;
	}
	#related .cover {
		margin-bottom: 5px;
	}
}
/* Media Queries */

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

