body {
	letter-spacing: 0.1px;
}

.site-contact h1 {
	padding-top:20px;
}

.original {
	color:#f07e3a;
}

.site-contact strong {
    font-family: "Nunito Sans",sans-serif;
    font-weight: 600;
    display:block;
    margin-top:5px;
}

.newcat .yt-img img {
	margin-right:20px;
}

.desc {
	padding-bottom:30px;
}

.desc img {
	width:200px;float:right;margin-left:20px;margin-bottom:10px;
}

.adthrive-close i {
	transform: rotate(45deg);
    font-size: 14px;
    top: 0px;
    position: relative;
    color:#989898;
}

.desc, .desc ol, .desc ul {
	font-family: "Nunito Sans",sans-serif!important;
    font-weight: 400;
}

.search-box .fa-search {
    color: #f28c50;
}

.search-box .form-control {
    border: 3px solid #fdefcd;
    padding:5px 10px 5px 20px;
}

.search-box .form-control::placeholder {
    font-family: "Nunito Sans",sans-serif;
    font-weight: 400;
        color: #768296;
    font-size:14px;
}

.rss-feed-btn {
	display:none;
}

.breadcrumb {
    font-family: "Nunito Sans",sans-serif;
    font-weight: 400;
}

.meta-description {
    font-family: "Nunito Sans",sans-serif;
    font-weight: 400;
    
}

.newcat .yt-desc {
	margin-left: 20px;
    font-size: 16px;
    font-weight: 500;
}

.recipe {
	padding:0;
}



.source-mini span {
	line-height:20px;
	color:#f28c50;
	font-family: "Nunito Sans",sans-serif;
    font-weight: 600;
    position:relative;
    top:10px;
}

.source-mini span em {
	font-size:12px;
	color:#768296;
	font-family: "Nunito Sans",sans-serif;
    font-weight: 400;
}

.source-mini img {
    width: 60px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    border: 5px solid #fdefcd;
}

.yt-desc span {
	display:block;
	font-size:12px;
	font-weight:300;
	color:#989fac;
}

.random-cat {
	margin-top: 0px;
    padding-top: 0px;
    border-top: 0;
}

.recipe-line-part {
	font-weight:300;
	font-size:14px;
}

.recipe-line-part {
	padding:10px 0;
}

.recipe-line {
	padding-bottom:0;
}

.recipe-link-block {
	padding:0 10px;
}

.middle-cat {
	margin-top: 0px;
    padding-top: 0px;
    border-top: 0;
}

.middle-cat .yt-desc {
	padding:30px 10px 10px 10px;
	font-size:14px;
	line-height:18px;
}

.middle-cat .yt-author {
	display:none;
}

.yt-img {
	border-radius: 5px;
}

.middle-cat .row {
	margin-right:-5px;
	margin-left:-5px;
}

.middle-cat .col-lg-3, .middle-cat .col-md-6, .middle-cat .col-6 {
	padding-left:5px;
	padding-right:5px;
}

.random-cat .row {
	margin-right:-5px;
	margin-left:-5px;
}

.random-cat .col-lg-3, .middle-cat .col-md-6, .middle-cat .col-6 {
	padding-left:5px;
	padding-right:5px;
}

.mo {
	margin-left:-10px;
	margin-right:-10px;
}

.mo .col-lg-3.col-6 {
	padding-left:10px;
	padding-right:10px;
}

.recipes-preview .col-lg-3.col-6 {
	padding-left:10px;
	padding-right:10px;
}

.recipes-preview .mo {
	margin-left:-10px;
	margin-right:-10px;
}

.random-cat .yt-video {
	margin-bottom:10px;
}

.recipe-review {
	padding-top:15px;
	border-top:0;
}

.custom-pagination {
	margin-top:15px;
}

.sticky-top {
 z-index:3!important;
}

h1, h2 {
	line-height:1;
}

.yt-video {
	margin-bottom:20px;
}

.yt-desc {
	font-size:16px;
	padding:10px 10px 30px 10px;
}

.yt-author {
	left:10px;
}

.yt-author a {
	font-size:11px;
	font-weight:300;
}

.add-btn {display:none;}

.v992 {
	display:block;
	opacity:1;
}

.d992 {
	display:none;
	opacity:0;
}

.articles-main h3 {
	font-size: 20px;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    color: #393c42;
}

.articles-main__item {
	margin-top:10px;
}

.articles-main__link {
	color:#393c42;
	font-size:15px;
	font-weight:400;
}

.articles-main__link:hover {
	color:#393c42;
}

.articles-main__date {
	display:inline-block;
	background-color:#f5f5f5;
	color:#626875;
	padding:5px 10px;
	font-size:14px;
	font-weight:300;
}

.recipes-photo-main__link {
	display:flex;
	align-items:center;
	color: #393c42;
    font-size: 15px;
    font-weight: 400;
    margin-bottom:15px;
}

.recipes-photo-main__link:hover {
	color: #393c42;
}

.recipes-photo-main__item img {
	width:100px;
	height:70px;
	object-fit: cover;
	margin-right:15px;
	border-radius:3px;
}

.tg {
	color: #fff;
    font-size: 14px;
    text-decoration: none;
    background-color: #0088cc;
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 0 13px 0;
    border-radius: 3px;
    font-weight: 400;
}

.tg:hover {
	color:#fff;
}

@media(max-width:768px) {
	.v992 {
		display:none;
		opacity:0;
	}
	.d992 {
		display:block;
		opacity:1;
	}
	
	.site-contact h1 {
		padding:0 0 30px 0;
		font-size:18px;
	}
	
	.adthrive-close {
		top:-20px;
		right:40px;
	}
}

.recipe-link-wrapper {
	min-height:110px;
}

@media (max-width:768px) {

	
	h1, h2 {
		font-size:20px;
	}
	
	
	.mo .yt-text p {
		margin-bottom:10px;
	}
	
	.site-contact h1 {
		padding:30px 0;
		font-size:20px;
	}
	
	.news-search {
		margin-bottom:30px;
	}
	
	.yt-desc {
		font-weight:500;
		line-height:18px;
		font-size:14px;
	}
	
	.desc p, .info-page p, .ingredients p {
		font-weight:300;
		font-size:14px;
	}
	
	.adthrive-close i {
		font-size:20px;
	}
	
	.yt-author a, .yt-author span {
		font-size:11px;
	}
	
	#header {
    	box-shadow: 0 0 2em rgb(255 255 255 / 12%);
	}
	
	.site-contact {
		font-weight:300;
	}
	
	.site-contact strong {
		display:inline-block;
	}
	
	.recipe-link-wrapper .recipe-link, .recipes-preview .recipe-link {
		border:0;
		color:#626262;
	}
	
	.summary {
		font-weight:300;
	}

.full-recipe {
	padding:0;
}

.recipe-main {
	padding-bottom:0;
}

.recipe-steps li strong {
    color: #e8e8e8;
    }
}

#main {
	margin-left:0;
}

#header {
	position:relative;
	bottom:auto;
	width:100%;
}

.nav-menu ul {
	display:flex;
	height:79px;
	align-items: center;
	justify-content: center;
}

.logo img {
	top:3px;
}

.nav-menu a {
	margin-bottom:0;
}

.nav-menu {
	padding-top:0;
}

.recipe-link-wrapper .recipe-link, .recipes-preview .recipe-link {
	font-weight:400;
	border:0;
}

.recipe-link-wrapper .recipe-link:hover, .recipes-preview .recipe-link:hover {
	border:0;
}

.recipe-link-block span.recipe-link-more {
	font-weight:400;
}

@media (max-width: 1199px){
#header {
    left: 0;
}
}

@media (max-width: 768px){
	.logo {text-align:center;}
	
	.nav-menu ul {
	height:auto;
	margin-bottom:15px;
}

.search-box .fa-search {
	color:#fff;
}
	.search-box {
	margin:0;
}
}

@media (min-width:1200px){
	.container {
    max-width: 1024px!important;
}

.newcat .yt-img img {
	width:180px;
}

.random-cat.middle-cat .yt-video {
    margin-bottom: 10px;
    height: 150px;
    border-radius: 5px;
}

.random-cat.middle-cat .yt-img {height:150px;}
}

.post_content p, .post_content ol, .post_content ul {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
}

.desc p, .info-page p, .ingredients p, .desc ul, .desc ol, .desc ul li, .desc ol li {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
}

.desc ul li, .desc ol li {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    margin-top:0;
}

.recipe-steps {
    color: #4b4b5a;
    margin-bottom: 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
}

.summary {
    color: #4b4b5a;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
}

.post_content ol li, .post_content ul li {
	padding-bottom:5px;
}

.collection-recipe:hover {
	text-decoration:none;
}

.collection-image-wrapper {
	margin-top:30px;
}

.collection-image-wrapper img {
	width:100%;
}

.collection-recipe__image img {
	width:100%;
}

.collection-recipe__title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    color:#424242;
    display:inline-block;
    padding:15px 0 0 0;
}

.collection-recipe__link strong {
	display:inline-block;
	padding:10px 15px;
	color:#fff;
	background-color:#f07e3a;
}

.recipe-steps li strong {
	color:#e8e8e8;
}

.post_content table {
	    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
}

.post_content table tr td, .post_content table tr th {
	padding:5px 10px;
}

.st-btn {margin-bottom:0!important;}

@media(max-width:1024px) {
	.stickblock {margin-bottom:45px;}
}

.recipe-ingredients li {
    padding: 7px 5px 7px 5px;
}

.video--enabled {
	border: 10px solid #feeecd;
}

.post_content blockquote {
	padding:20px 30px;
	font-family: "Nunito Sans",sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    border-left:5px solid #feeecd;
}

.video-new {
	position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-new iframe {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.desc h3 {
	font-size: 24px;
    font-family: "Nunito Sans",sans-serif;
    font-weight: 600;
    color: #393c42;
}

.desc strong {
	    font-weight: 600;
}

.desc h2, .desc h3 {
	margin-top:20px;
}

footer {
	padding-bottom:90px;
}