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

/*---RETINA GRAPHICS---*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {


}

/*---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 : 865px ), ( max-width : 480px ) {
	
	
}

@media ( max-width : 1500px ) {
	
}
@media ( max-width : 1100px ) {
	
	.tagline {
		font-size: 15px;
		letter-spacing: .7em;
	}

}


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

}

@media ( max-width : 1000px ) {
	#main {
		font-size: 16px;
		width: -moz-calc(100% - 280px);
		width: -webkit-calc(100% - 280px);
		width: calc(100% - 280px);
	}

	#main li {
		margin: 0px;
	}
	
	#main li a {
		padding: 0 10px;
	}
}

@media ( max-width : 900px ) {
	.header .logo {
		overflow: hidden;
		width: 220px;
		float: left;
		margin: 15px 0 20px;
	}
	#main {
		font-size: 15px;
		font-size: 1.7vw;
		width: -moz-calc(100% - 220px);
		width: -webkit-calc(100% - 220px);
		width: calc(100% - 220px);
	}

	#main li {
		margin: 0 -3px;
	}
	
	#main li a {
		padding: 0 10px;
	}
	.home-section.icons {
		padding-bottom: 40px;
		margin-bottom: 20px;
	}
	.tagline {
		font-size: 15px;
		font-size: 1.75vw;
		letter-spacing: .6em;
	}
		body.home .tagline {
		    margin-bottom: 30px;
		}
	.header .social {
		margin: 30px 0 10px;
	}
	.footer .footer-widget {
		width: 33%;
		text-align: center;
	}
		.footer .footer-widget.subscribe {
			width: 100%;
			margin: 0 auto 40px;
			text-align: center;
		}
			.footer .footer-widget.subscribe .email-form {
				max-width: 500px;
				margin-left: auto;
				margin-right: auto;
			}
		.footer .footer-widget.subscribe h2, .footer .footer-widget.subscribe .social {
			text-align: center;
		}
}

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

	.span_content, .span_content_full {
		float: none;
		width: 100%;
		max-width: 680px;
		margin: 0 auto;
	}
		.span_content_full {
			max-width: 100%;
		}	
	.span_sidebar {
		clear: both;
		width: 100%;
		max-width: 400px;
		float: none;
		margin: 100px auto 0;
	}
	.topsidebar, .midsidebar, .lowersidebar {
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		max-width: 340px;
	}
	#main {
		display: none !important;
	}
	
	.header {
		height: 50px;
		margin: 0;
		border: none;
	}
	.tagline {
		border-top: none;
	}
		.tagline.subscribe {
			padding: 6px 10px;
		}
	.header .logo, .header .social, .header .top-nav {
		display: none;
	}

	.home-section.left-block {
		width: 100%;
		float: none;
		margin: 0 0 60px;
	}
	.home-section.right-block {
		width: 100%;
		float: none;
		margin: 0 0 60px;
	}

	
	.items-3-col {
		margin: 0 -1.75%;
	}
		.items-3-col .item {
			width: calc((100% / 2) - 3.5%);
			margin: 0 1.75% 20px;
		}
		.archives.items-3-col .item {
			width: calc((100% / 3) - 3.5%);
			margin-bottom: 10px;
		}


	.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
	}

	h2.large-divider {
		font-size: 20px;
		text-align: center
	}
	.home-section.icons {
	    padding-bottom: 40px;
	    margin-bottom: 35px;
    }
    .home-section.video .wrap .player {
		width: 100%;
	}
	.home-section.video .wrap .player .adthrive {
		min-height: auto !important;
		margin-top: 0px;
	}
	.home-section.video .wrap .caption {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.home-section.books {
		overflow: hidden;
	}
	.home-section.books .item {
		width: 100%;
		align-items: center
	}
		.home-section.books .item:nth-child(2) {
			flex-direction: row-reverse;
			margin-top: 10px;
		}
		.home-section.books .item img {
			width: 270px;
			height: auto;
			display: block;
		}
			.home-section.books .item:nth-child(1) img {
				margin-left: -40px;
			}
			.home-section.books .item:nth-child(2) img {
				margin-right: -40px;
			}
		.home-section.books .item .caption {
			width: -moz-calc(100% - 240px);
			width: -webkit-calc(100% - 240px);
			width: calc(100% - 240px);
			padding-left: 0;
			text-align: center;
		}

		
}
@media ( max-width : 750px ) {
	/*.items-first-lg {
		display: flex;
		justify-content: space-between;
		margin: 0 -1.75%;
	}
		.items-first-lg .item {
			width: calc((100% / 2) - 3.5%);
			margin: 0 1.75% 20px;
			float: none;
		}
		.items-first-lg .item:first-child {
			width: calc(100% - 3.5%);
			margin: 0 1.75% 40px;
		}*/
	.items-first-lg {
		
	}
	.items-4-col.items-first-lg .item {
		width: 47%;
		margin: 0 0 10px 5%;
		float: right;
	}
		.items-first-lg .item:nth-child(3), .items-first-lg .item:nth-child(5) {
			margin-left: 0;
		}
	.items-4-col.items-first-lg .item:first-child {
		width: 100%;
		margin: 0;
		float: none;
	}
		.items-4-col.items-first-lg .item:first-child .title {
			font-size: 30px;
			margin-bottom: 20px;
		}

		
	.items-5-col {
		margin: 0 -1.5%;
		justify-content: center;
	}
		.items-5-col .item {
			max-width: calc((100% / 4) - 3%);
			margin: 0 1.5% 20px;
		}
	.items-8-col .item {
		width: calc((100% / 4) - 2%);
		margin: 0 1% 20px;
	}
		
	.home-section.cta {
		padding-top: 0;
		margin-top: 200px;
	}
	.home-section.cta .wrap .image {
		height: auto;
		width: 90%;
		max-width: 300px;
		margin: -150px auto 20px
	}

	.home-section.cta .wrap .caption {
		width: 100%;
		padding-left: 0%;
		text-align: center;
	}
		.home-section.cta .wrap .caption .more {
			text-align: center;
		}

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


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

	.items-4-col {
		
	}
	.sidebar .items-4-col {
		margin: 0 -3%;
	}
		.items-4-col .item {
			width: calc((100% / 2) - 6%);
			margin: 0 3% 3%;
		}
		.items-4-col.recipe-cats .item {
			width: calc((100% / 4) - 3.5%);
			margin-bottom: 15px;
			
		}
	.span_content_full .items-3-col {
		margin: 0;
	}
	.items-3-col .item .title {
		font-size: clamp(14px, 2.5vw, 18px);
	}
		.span_content_full .items-3-col .item .title {
			font-size: clamp(14px, 2.5vw, 18px);
		}
	.items-4-col .item .title, .items-2-col .item .title {
		font-size: clamp(14px, 2.5vw, 18px);
		margin-bottom: 15px;
	}


	.home-section.icons .wrap {
		padding: 0 10px;
	}
		.home-section.icons:after {
			height: 80%;
		}
	.home-section.icons .items {
		justify-content: center !important;
	}
	.home-section.icons .items .item {
		width: 25%;
		max-width: 25%;
		margin: 0px;
		padding: 0 5px;
	}
	.divider {
		text-align: center !important
	}
	.home-section .description {
		text-align: center
	}
	.home-section .more {
		text-align: center;
		clear: both;
		margin-top: 0px;
		position: relative;
		top: 0px;
		right: auto;
		margin: 10px 0 0px;
	}
	.press-desktop {
		display: none;
	}
	.press-mobile {
		display: block;
	}
	
}

@media ( min-width : 650px ) and ( max-width : 800px ) {
	
}
@media ( max-width : 650px ) {

	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-template-custom-header {
		padding: 20px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-template-custom-body {
		padding: 20px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	    padding: 20px 20px 15px;
    }
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link em {
		display: none
	}

}


@media ( max-width : 600px ) {


	
	.span_content_full .single-page-content .alignright {
		max-width: 35%;
	}
	.wp-block-group.has-background, .has-background {
		padding: 20px 20px;
		margin: 45px 0;
	}
		ol.has-background, ul.has-background {
			padding: 20px 20px 15px;
		}
		p.has-background {
			padding: 25px;
		}
		.wp-block-group.has-background h2 {
			margin-top: 20px;
			border-bottom: none;
			padding: 0;
		}
			.wp-block-group.has-background h2.has-background {
				margin: -20px -20px 10px;
				padding: 20px 20px;
			}

}


@media ( max-width : 520px ) {
	.tagline {
		font-size: 12px;
		font-size: 3vw;
		letter-spacing: .5em;
		line-height: 1.4;
		margin-bottom: 25px;
	}
	.cat-title {
		margin-top: -26px;
		margin-bottom: 35px;
		padding-bottom: 20px;
		background-size: 100px auto;

	}

}
@media ( max-width : 500px ) {
	.items-5-col {
		margin: 0 -1.5%;
		justify-content: center;
	}
		.items-5-col .item {
			width: calc((100% / 3) - 3%);
			max-width: 100%;
			margin: 0 1.5% 20px;
		}
			.items-5-col .item:nth-child(1), .items-5-col .item:nth-child(2), .items-5-col .item:nth-child(6), .items-5-col .item:nth-child(7) {
				width: calc((100% / 2) - 3%);
			}
		
	.breadcrumb_last {
		display: none;
	}
	.pagination:before {
		margin: 0 0 5px 0;
		display: block;
		text-align: center;
	
	}
	.archiveslist {
	    overflow: hidden;
	    -moz-column-count: 2;
	    -moz-column-gap: 10px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 10px;
	    column-count: 2;
	}


}

@media ( max-width : 450px ) {
	.wrap, .wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wprm-recipe.wprm-recipe-template-custom {
		
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-template-custom-header {
		padding: 15px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-template-custom-body {
		padding: 15px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	    padding: 20px 15px 15px;
    }
}

@media ( max-width : 425px ) {
	.tagline.subscribe {
		
	}
	.tagline.subscribe .title {
		display: block;
		line-height: 1.5;
	}
	.tagline.subscribe .textwidget {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
	.tagline.subscribe .email-input {
		width: 100%;
	}
	
	.home-section.books .item img {
		width: 220px;
	}
		.home-section.books .item:nth-child(1) img {
			margin-left: -25px;
		}
		.home-section.books .item:nth-child(2) img {
			margin-right: -25px;
		}
	.home-section.books .item .caption {
		width: -moz-calc(100% - 200px);
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
	}
	.home-section.books .item .caption h2 {
		font-size: 20px;
		margin: 0 
	}
	.home-section.books .item .caption p {
		font-size: 80%;
		margin: 5px 0
	}
		
	.items-3-col {
		margin: 0 -3%;
	}
		.items-3-col .item {
			width: 100%;
			max-width: 100%;
			margin: 0 3% 30px;
		}
		.span_content_full .items-3-col .item .title {
			font-size: clamp(16px, 5vw, 24px);
			}
		.archives.items-3-col .item {
			width: calc((100% / 2) - 6%);
			max-width: calc((100% / 2) - 6%);
			margin-bottom: 20px !important;
		}
}

@media ( max-width : 400px ) {
	.items-5-col {
		margin: 0 -2%;
	}
	.items-5-col .item {
		width: calc((100% / 2) - 4%);
	}
	.post-meta a.wprm-recipe-link {
		font-size: 11px;
		letter-spacing: .08em !important;
	}
}
@media ( max-width : 359px ) {
	h1 {
		font-size: 26px;
	}
	.wprm-recipe.wprm-recipe-template-custom h2, .wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	    font-size: 26px;
	}
		
	.post-content>p:first-of-type {
		text-align: left;
		font-size: 100%;
	}
	
	.home-section.icons .items .title {
		font-size: 11px;
		font-size: 3vw;
		letter-spacing: .08em;
		margin: 5px 0 0;
	}

	.wrap, .wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	.wprm-recipe.wprm-recipe-template-custom {
		margin-left: -10px;
		margin-right: -10px;
	}
	.footer .footer-widget {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:before {
		display: none;	
	}


}