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 : 520px ) {
	
}
@media ( min-width : 800px ) and ( max-width : 1110px ), ( max-width : 480px ) {

	
	

}

@media ( max-width : 1025px ) {
	.home-section .item a.overlay .title {
		font-size: 11px;
		padding: 8px 10px 6px 13px;
	}
	
}
@media ( max-width : 990px ) {
	.header .logo {
		overflow: hidden;
		width: 280px;
		float: left;
		margin: 15px 0 20px;
	}
	.header .top-stuff {
		width: -moz-calc(100% - 280px);
		width: -webkit-calc(100% - 280px);
		width: calc(100% - 300px);
		margin: 35px 0 15px;
	}
	#main {
		width: -moz-calc(100% - 280px);
		width: -webkit-calc(100% - 280px);
		width: calc(100% - 280px);
	}
	
	#main {
		font-size: 26px;
		font-size: 2.65vw;
	}
	
	#main li a {
		display: inline-block;
		padding: 0 12px;
	}
}
@media ( min-width : 750px ) and ( max-width : 990px ) {
	.home-section.latest-post .widget-content .caption .title {
		font-size: 32px;
		font-size: 3.25vw;
		font-size: clamp(21px, 3.25vw, 32px);
	}
	.latest-post .item .excerpt {
		font-size: 2vw;
	}
}
@media ( max-width : 900px ) {
	
	.footer {
		padding: 40px 0;
	}
	.footer .wrap {
		justify-content: center;
		align-items: center;
	}
	.footer .widget_nav_menu {
		margin: 7vw 0 5vw;
		width: 33.33%;
		max-width: 200px;
		order: 2;
	}
	.footer .copyright {
		width: 100%;
		margin: 0 auto;
		order: 4;
	}
	.footer .subscribe {
		width: 100%;
		order: 1;
		padding: 0;
	}
		.footer .subscribe .optin-content {
			max-width: 500px;
		}
}
@media ( max-width : 870px ) {

}

@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;
	}
		.sidebar .subscribe {
			display: none;
		}
		
	.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
	}
	
	#main, .header .logo, .header .top-stuff {
		display: none;
	}
	.header {
		min-height: 85px;
		border: none;
		margin-bottom: 20px;
	}
		body.home .header {
			margin-bottom: 4%;
		}
		
	.upper-home-sections .wrap {
		padding: 0 4%
	}

	.top-bar {
		top: 50px;
		font-size: 11px;
		line-height: 1.4;
		padding: 7px 8px;
		height: auto;
		position: absolute;
	}

	.top-bar-spacer {
		height: 20px;
	}
	
	.teaser-posts.items-3-col .item {
		width: calc((100% / 2) - 4%);
		margin: 0 2% 4%;
	}
	.teaser-posts.items-3-col .item .title, .span_content .items-2-col.search-posts .item .title {
		font-size: 32px;
		font-size: clamp(20px, 4vw, 32px);
	}
	.items-5-col, .items-6-col {
		margin: 0 -1.25%;
		justify-content: center
	}
		.items-5-col .item, .items-6-col .item {
			width: calc((100% / 3) - 2.5%);
			margin: 0 1.25% 4%;
		}
	.items-5-col .item .title, .items-6-col .item .title {
		font-size: 21px;
		font-size: clamp(14px, 3vw, 21px);
	}
	.items-7-col, .items-8-col {
		margin: 0 -2%;
		justify-content: center
	}
		.items-7-col .item, .items-8-col .item {
			width: calc((100% / 4) - 2.5%);
			margin: 0 1.25%;
		}

	.home-section {
		padding: 8vw 0 8vw;
	}
		.home-section.shaded {
			padding: 5vw 0;
		}
		
}

@media ( max-width : 750px ) {
	.home-section.latest-post {
		padding-top: 0;
		padding-bottom: 18vw;
	}
	.home-section.latest-post .wrap {
		padding: 0;
	}
	.home-section.latest-post .widget-content {
		display: block;
		margin: 0 auto;
	}
	.home-section.latest-post .widget-content .image {
		width: 100%;
	}

	.home-section.latest-post .widget-content .caption {
		width: 90%;
		padding: 3.5% 3% 2%;
		margin: -15% 5% 0;
		position: relative;
	}
	.home-section.latest-post .widget-content .caption .title {
		font-size: 32px;
		font-size: 3.25vw;
		font-size: clamp(21px, 5.75vw, 32px);
	}
	.latest-post .item .excerpt {
		font-size: 3vw;
		font-size: clamp(12px, 3.25vw, 20px);
	}
	.home-section.latest-post .widget-content .caption .post-meta {
		font-size: clamp(10px, 2vw, 14px);
	}
	.latest-post .item a.more-link {
		width: 200px;
		height: 43px;
	}
	.home-section.subscribe {
		padding: 10px 0 25px;
	}
	.optin-content {
		display: block;	
		max-width: 500px;
	}
		
		.optin-content .caption {
			clear: none;
			padding-right: 0px;
			width: 100%;
		}
			.optin-content .caption h2 {
				margin: 0 auto 10px;
				width: 100%;
				height: 0;
				padding-bottom: 16%;
				margin: 0;
			}
			.optin-content .caption p {
				margin-bottom: 15px;
			}

		.optin-content .form {
			clear: both;
			width: 100%;
			display: block;
			max-width: 500px;
			margin: 0 auto;
		}
}
@media ( max-width : 700px ) {
	.home-section .widget-content {
		display: block;
	}
	.home-section .widget-content .image {
		width: 100%;
		margin: 00px;
	}
	.home-section .widget-content .caption {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	

}

@media ( max-width : 650px ) {
	.teaser-posts .item a.more-link {
		max-width: 234px;
		height: 50px;
		width: 90%;
		height: 0;
		padding-bottom: 17%;
	}
	
	.home-section.about .widget-content {
		display: block;
		margin: 0 auto;
	}
		.home-section.about .widget-content .image {
			width: 60%;		
			margin: 0 auto;
			text-align: center;
		}
		.home-section.about .widget-content .caption {
			width: 100%;
			padding: 0;
		}
	

	
}
@media ( max-width : 600px ) {
	.home-section .divider, .home-section .block-title {
		
	}
	.upper-home-sections {
		margin-bottom: 4%;
	}
	.upper-home-sections .home-section:first-child {
		padding-bottom: 0;
	}
	.home-section .description {
		font-size: 88%;
		line-height: 1.5;
	}

	.items-4-col {
		margin: 0 -2%;
	}
		.items-4-col .item {
			width: calc((100% / 2) - 4%);
			margin: 0 2% 4%;
		}
		.item .rating {
			margin: -7px 0px 7px;
		}
		.upper-home-sections .items-4-col .item {
			margin-bottom: 7%;
		}
	.items-4-col .item .title {
		font-size: 21px;
		font-size: clamp(17px, 4vw, 21px);
	}

		
	

	.inner-post .subscribe {
		padding: 25px;
		box-shadow: none;
		margin-left: -20px;
		margin-right: -20px;
	}
	.press-mobile {
		display: block
	}
	.press-desktop {
		display: none;
	}

	
}

@media ( max-width : 500px ) {

	h1.post-title, h2.post-title {
		
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	.home-section .block-title {
		font-size: 26px;
		margin: 15px 0 15px;
	}
	
	.archives.items-3-col .item {
		margin-bottom: 15px;
		width: calc((100% / 2) - 4%);
	}
	.cat-title .wrap .cat-image {
		width: 25%;
		float: right;
		margin: 0 0 10px 5px;
		min-width: 100px;
	}
		
	.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;
	}
	

}

@media ( min-width : 375px ) and ( max-width : 500px ) {
	.post-meta.post-cat a {
		font-size: 10px;
		letter-spacing: .1em;
		padding: 6px 10px 6px 12px;
	}
	
	.item p.excerpt {
		font-size: 88%;
		line-height: 1.5;
		margin: 15px 0 10px
	}
	
}
@media ( max-width : 450px ) {
	.top-bar strong {
		display: none
	}
	
}

@media ( max-width : 400px ) {
	.wrap, .wrapper {
		padding: 0 15px;
	}
	.inner-post .subscribe {
		margin-left: -15px;
		margin-right: -15px;
	}
	.wp-block-group.has-background, .has-background {
		padding: 10px 25px 5px;
		margin: 45px 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -10px -25px 10px;
			padding: 15px 25px;
		}
	
	.items-7-col, .items-8-col {
		margin: 0 -2%;
		justify-content: center
	}
		.items-7-col .item, .items-8-col .item {
			width: calc((100% / 3) - 2.5%);
			margin: 0 1.25%;
		}
			.items-7-col .item:nth-child(7) {
				display: none
			}
			
	.post-nav {
		line-height: 1.4;
		text-decoration: none;
		margin: 30px 0 100px;
		padding: 20px 2px 20px;
		overflow: hidden;
		font-size: 18px;
	}
	
	#comment-list li {
		margin: 20px 0;
		padding: 15px;
	}
	#respond {
		padding: 20px;
		margin-bottom: 50px;
	}
	.footer {
		margin-top: 40px;
	}
	
		body.home .footer {
			margin-top: 0px;
		}
		body.home.paged .footer {
			margin-top: 30px;
		}
	
	
}
@media ( max-width : 375px ) {
	
	.teaser-posts.items-3-col .item, .span_content .items-2-col.search-posts .item {
		width: calc((100%) - 4%);
		margin: 0 2% 8%;
	}
	.teaser-posts.items-3-col .item .title, .span_content .items-2-col.search-posts .item .title {
		font-size: 24px;
		font-size: clamp(22px, 8vw, 32px);
	}

	
}
@media ( max-width : 360px ) {
	.wrap, .wrapper {
		padding: 0 10px;
	}
	.inner-post .subscribe {
		margin-left: -10px;
		margin-right: -10px;
	}
	.tasty-recipes:before {
		width: 250px;
		height: 82px;
	}
	.tasty-recipes:after {
		width: 250px;
		height:108px;
	}


}
@media ( max-width : 320px ) {
	.footer {
		overflow: hidden
	}
	.footer .widget_nav_menu {
		margin: 6vw 0 5vw;
		width: 50%;
		max-width: 200px;
		order: 2;
	}
}