html {
	  -webkit-text-size-adjust: 100%;
}

/*---RESPONSIVE QUERIES---*/
@media ( min-width : 865px ) and ( max-width : 990px ), ( min-width : 480px ) and ( max-width : 605px ), ( max-width : 400px ) {

	
}
@media ( min-width : 800px ) and ( max-width : 1000px ), ( max-width : 480px ) {

	
}
	
@media ( min-width : 600px ) and ( max-width : 1000px ) {

	.home-section .item a.overlay .title {
		font-size: clamp(11px, 2vw, 16px);
	}
	

}

@media ( max-width : 1090px ) {
	.header .logo {
		width: 250px;
		margin: 25px 0;
	}
	#main {
		margin: 0 -15px 0 0;
		letter-spacing: .1em;
		font-size: 14px;
		font-size: 1.35vw;
		width: -moz-calc(100% - 250px);
		width: -webkit-calc(100% - 250px);
		width: calc(100% - 250px);
	}
	#main li {
		margin: 0 -5px;
	}
	
	#main li a {
		padding: 0 10px;
	}
	.header .social {
		margin: 15px -10px 0px 0;
	}
	
}
@media ( max-width : 930px ) {
	
}
@media ( max-width : 860px ) {
	.top-bar .wrap .top-nav {
		width: -moz-calc(100% - 45px);
		width: -webkit-calc(100% - 445px);
		width: calc(100% - 445px);
		padding-left: 11px;
	}

	.top-bar .wrap .book {
		width: 295px;
		text-align: right;
		position: relative;
		padding-right: 15px;
		line-height: 48px;
	}
		.top-bar .wrap .book a {
			letter-spacing: .1em;
			font-size: 11px;
		}

		.top-bar .wrap .book a:before {
			width: 48px;
			height: 43px;
		}

	.top-bar .wrap .header-search {
		width: 150px;
	}
	#top li {
		margin: 0 11px 0 0;
	}

}



@media ( max-width : 799px ) {
	body {
		border: none;
		padding: 0;
	}

	.span_content, .span_content_full {
		float: none;
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
	}
		.span_content_full {
			max-width: 100%;
		}	
	.span_sidebar {
		clear: both;
		width: 100%;
		float: none;
		margin: 50px auto 0;
		border-top: 1px solid #ececec;
		padding-top: 50px;
		max-width: 400px;
	}
	.facet_sidebar {
		border: none;
		padding: 0;
		margin: 0 0 25px;
	}
	button.facetwp-flyout-open {
		display: block !important;
	}
	.facetwp-flyout {
		display: block
	}
	.facet_left {
		display: none
	}
	.flyout-row h3 {
		margin: 0 0 10px !important;
	}
	.flyout-row.name-load_more {
		display: none
	}
	
	.top-bar, #main, .header .social {
		display: none;
	}
	.header {
		height: 50px;
		margin-bottom: 20px;
		text-align: center;
	}
		body.home .header {
			margin: 0;
		}
		.header .wrap {
			
		}
	.header .logo {
		display: none
	}
	.sub-footer .footer-nav {
		width: 100%;
		text-align: center;
		margin-bottom: 20px
	}
	.sub-footer .copyright {
		width: 100%;
		text-align: center;
	}
	
	.upper-home-sections {
		padding: 20px 0;
	}
	.inner-page-sections {
		display: none
	}
	.span_content_full .items-3-col .item {
		width: calc((100% / 2) - 4%);
		margin: 0 2% 25px;
	}
	.icons {
		padding: 10px 0 0;
	}
	.icons .items {
		width: 100%;
	}
	.icons .block-title {
		width: 100%;
		margin: 0 0 5px;
	}
	.icons .more {
		width: 100%;
		margin-top: 5px;
	}
	.home-section .about {
		margin-top: -50px;
		margin-bottom: -60px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.home-section .about .about-content {
		width: 100%;
		background-color: #DCEAE7;
		padding: 0px;
	}
		.home-section .about .about-content img {
			position: relative;
			left: 0;
			height: auto;
			width: 100%;
			top: 0%;
			left: 0%;
			-webkit-transform: translate(0%,0%);
			-ms-transform: translate(0%,0%);
			transform: translate(0%,0%);
			-webkit-mask-image: none;
			mask-image: none;
		}
		.home-section .about .about-content .caption {
			width: 100%;
			padding: 15px 20px 25px;
			position: relative;
			z-index: 12;
		}
		
		
.home-section .about .book-content {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 30px;
}

	.about .book-content img {
		width: 150px;
		height: auto;
		margin: 15px auto 25px;
		transform: rotate(-6deg);
	}	
.home-section .about p {
	font-size: 86%;
	margin: 0 0 25px;
}

.home-section .about .block-title {
	margin: 20px 0 18px;
}

				
}
@media ( max-width : 750px ) {
	
	
	.items-5-col {
		margin: 0 -1.5%;
	}
		.items-5-col .item {
			width: calc((100% / 3) - 3%);
			margin: 0 1.5% 2%;
			margin-bottom: 25px;
			
		}
		.items-5-col .item:nth-child(6) {
			display: block;
		}

	.items-5-col .item .title {
		font-size: 21px;
		font-size: clamp(15px, 3vw, 21px);
	}
	.home-section.subscribe, .footer .subscribe {
	    background-color: #F9EBE9;
	    padding: 20px 0 25px;
	}
		.inner-page-sections .subscribe {
			padding: 15px 0 15px;
		}
	.optin-content {
		background: url(images/whisk.png) no-repeat left top;
		background-size: 30px auto;
	}
		.inner-page-sections .subscribe .optin-content {
			background: none;
		}
	.optin-content h2.block-title {
		margin: 0;
		width: 100%;
		background: none;
		font-size: 21px;
		font-size: 4vw;
		font-size: clamp(12px, 5vw, 26px);
		padding: 5px 0;
	}
		.inner-page-sections .optin-content h2.block-title {
			padding: 0;
			font-size: clamp(12px, 6vw, 18px);
		}
	.optin-content p.description {
		margin: 0px 0 10px;
		padding: 0 35px;
		font-size: 16px;
		font-size: 2.5vw;
		font-size: clamp(13px, 2vw, 16px);
		line-height: 1.4;
		width: 100%;
	}
		.inner-page-sections .optin-content p.description {
			padding: 0;
			margin: 0px 0 7px;
		}

	.optin-content .form {
		width: 100%;
		margin-left: 8px;
	}
	.optin-content .email-form, .optin-content .email-input {
		height: 40px;
		line-height: 40px;
		max-width: 450px;
		margin: 0 auto;
		font-size: 16px;
	}
	.subscribe .email-submit {
		top: -10px;
		line-height: 40px;
		width: 40px;
	}
	.subscribe .email-submit i {
		font-size: 20px;
		line-height: 40px;
		font-weight: normal;
		margin-left: 3px;
	}
		

}
@media ( max-width : 700px ) {

	
}


@media ( max-width : 600px ) {
		
	.icons .items-6-col .item {
		width: -moz-calc(100% / 3);
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
		margin: 0 0 15px !important;
	}
	
	.items-4-col {
		margin: 0 -2%;
	}
		.items-4-col .item {
			width: calc((100% / 2) - 4%);
			margin: 0 2% 2%;
		}
		.items-4-col .item .title {
			font-size: 21px;
			font-size: clamp(15px, 3vw, 21px);
		}
	.upper-home-sections {
		padding: 4%;
		margin-bottom: 35px;
	}
		.upper-home-sections .wrap {
			padding: 0
		}
		.upper-home-sections .items-4-col .item {
			margin-bottom: 4%
		}
	.icons {
		
	}
	.home-section .item a.overlay .title {
		font-size: clamp(11px, 3vw, 16px);
	}

	
}

@media ( max-width : 500px ) {
	
	h1 {
		font-size: 32px;
	}
	.post-meta {
		font-size: 11px;
	}
	.jump-buttons a.jump {
	    margin-right: 0px;
	}
	.archives.items-3-col .item {
		margin-bottom: 15px;
		width: calc((100% / 2) - 4%);
	}
		
	.breadcrumb_last {
		display: none;
	}
	.pagination h2.screen-reader-text {
		margin-bottom: 12px;
	}
	.archiveslist {
		 overflow: hidden;
		 -moz-column-count: 2;
		 -moz-column-gap: 10px;
		 -webkit-column-count: 2;
		 -webkit-column-gap: 10px;
		 column-count: 2;
	}
	
	.tasty-recipes {
		margin: 50px -20px !important;
	}

	


}
@media ( max-width : 450px ) {
	.item .rating-label {
		display: none
	}
}
@media ( max-width : 400px ) {
	.wrap, .wrapper {
		padding: 0 15px;
	}
	.tasty-recipes {
		margin: 40px -15px !important;
	}
	.span_content_full .items-3-col .item, .span_content .items-2-col.search-posts .item {
		width: calc((100%) - 4%);
		margin-bottom: 40px;
	}
	.span_content_full .items-3-col .item .title, .span_content .items-2-col.search-posts .item .title {
		font-size: 32px;
		font-size: clamp(24px, 8vw, 32px);
	} 
	
}
@media ( max-width : 375px ) {
	

	
}
@media ( max-width : 360px ) {
	.wrap, .wrapper {
		padding: 0 10px;
	}
	.tasty-recipes {
		border-left: 0px !important;
		border-right: 0px !important;
		margin: 30px 0px !important;
	}
	.tasty-recipes-entry-content > div {
		padding-left: 0px !important;
		padding-right: 0px !important;
  	}
	.icons .block-title {
		font-size: 5.5vw;
	}
	.icons .items {
	    margin: 0;
	}

}