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) {


}

/*---FILTER TOGGLE---*/

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

/*---RESPONSIVE QUERIES---*/

@media ( max-width : 1060px ) {


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

	.wp-block-image.press {
		margin: 15px;
	}
	
		
	.footer .wrap .optin-block {
		margin-right: -15px;
	}
	
	
	.header .logo {
		overflow: hidden;
		width: 240px;
		float: left;
		margin: -15px 0 20px;
	}
	#main {
		font-size: 25px;
		font-size: 2.75vw;
		font-size: clamp(18px, 2.75vw, 30px);
		width: -moz-calc(100% - 240px);
		width: -webkit-calc(100% - 240px);
		width: calc(100% - 240px);
		margin-right: -15px;
	}


}
@media ( max-width : 860px ) {
	.header-search {
		width: 180px;
	}
	
	.home-sections .tagline {
		padding: 35px 10px 45px;
	}
	.home-sections .tagline h1 {
		font-size: 58px;
		font-size: clamp(21px, 6.75vw, 58px);
		margin: 0 0 8px;
	}
	.home-sections .tagline p {
		line-height: 1.3;
		font-size: 2.5vw;
		font-size: clamp(16px, 2.5vw, 20px);
	}
	
	.home-sections .home-section.has-background, .footer .home-section.has-background {
		position: relative;
		padding: 6vw 0;
	}
		.home-sections .image-blocks-block.has-red-background-color {
			padding: 60px 0;
		}
	.home-section.cta-block.has-background {
		padding: 0;
	}
	
}

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

	.span_content, .span_content_full {
		float: none;
		width: 100%;
		max-width: 100%; 
		margin: 0 auto;
	}
	
	.span_sidebar {
		clear: both;
		width: 100%;
		float: none;
		margin: 100px auto 0;
		max-width: 400px;
	}
		.span_sidebar .subscribe {
			display: none
		}
		.facet_sidebar {
			border: none;
			padding: 0;
			margin: 0 0 25px;
		}
		button.facetwp-flyout-open {
			display: block;
		}
		.facetwp-flyout {
			display: block
		}
		.facet_left {
			display: none
		}
	.topsidebar, .midsidebar, .lowersidebar {
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	
	.top-bar, .header-search, .header-social, #main, .header .logo {
		display: none;
	}
	.header {
		height: auto;
		padding: 0;
		margin: 0 0 20px;
		padding-top: 60px;
	}
		.header .wrap {
			padding: 0;
		}
	body.home .header {
		
	}
		body.home #main {
			display: block;
			width: 100%;
			float: none;
			margin: 0;
			text-align: center;
			font-size: clamp(16px, 4vw, 28px);
		}
			#main ul.mainmenu {
				display: block;
				text-align: center;
				display: flex;
				width: 100%;
				margin: 0 !important;
			}
			#main li {
				flex-basis: 33%;
				margin: 0 !important;
			}
				#main li a {
					display: inline-block;
					padding: 23px 10px 0;
					line-height: 1.2;
				}
				#main ul ul {
					display: none;
				}
		
	.footer .wrap {
		justify-content: space-between;
	}
		.footer .optin-block .wrap {
			padding: 0;
		}
	.footer .wrap .wp-block-group {
		flex-basis: 30%;
		text-align: center;
		order: 3;
	}
		.footer .widgettitle {
			font-size: 28px;
			text-align: center;
		}
		.footer .menu {
			text-align: center;
		}
	.footer .wrap .optin-block {
		flex-basis: 100%;
		margin: 3vw 0 4vw;
		order: 1;
	}
	
	
}
@media ( max-width : 780px ) {
	.home-sections {
		display: flex;
		flex-flow: column;
		gap: 8vw;
	}
	.home-sections .big-arrow .block-title:after {
		content: "";
		background: url(images/arrow.svg) no-repeat;
		background-size: 100% auto;
		display: inline-block;
		width: 130px;
		height: 75px;
		z-index: 11;
		margin-bottom: -35px;
		position: relative;
	}
	.home-sections .optin-block {
		margin-top: 25px;
		margin-bottom: 35px;
	}
	.archives.items-3-col {
		gap: 3vw;
		row-gap: 2vw;
	}

}

@media ( max-width : 700px ) {
	.teaser-posts.items-3-col {
		gap: 4vw;
		row-gap: 6vw;
		grid-template-columns: repeat(2, 1fr);
	}
		.teaser-posts.items-3-col .item .title {
			font-size: 28px;
			font-size: clamp(18px, 4vw, 28px);
		}
	.items-5-col, .items-6-col {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 4vw;
	}
		.items-6-col .item, .items-5-col .item {
			width: 30%;
		}
		.items-5-col .item .title, .items-6-col .item .title {
			font-size: 18px;
			font-size: clamp(14px, 4vw, 24px);
		}
		.image-blocks.items-5-col .item .title, .image-blocks.items-6-col .item .title {
			margin: 0px 0 10px;
			font-size: clamp(12px, 4vw, 21px);
		}
	
	.items-7-col, .items-8-col {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 1%;
	}
		.items-7-col .item, .items-8-col .item {
			flex-basis: 24%;
		}
	
}
@media ( max-width : 650px ) {
	.home-sections {
		display: flex;
		flex-flow: column;
		gap: 10vw;
	}
		.home-sections .image-blocks-block.big-arrow {
			position: relative;
		}
		.home-sections .image-blocks-block.big-arrow:before {
			content: "";
			display: block;
			height: 10px;
			border-top: 10px dotted #f2eee4;
			position: absolute;
			top: -45px;
			left: 0;
			right: 0;
		}
	
	h2.divider, h3.divider, div.divider {
		font-size: 42px;
		font-size: 8vw;
		font-size: clamp(24px, 8vw, 52px);
		margin-top: 0;
	}
		.image-blocks-block h2.divider, .home-sections .big-arrow .block-title, .home-section .cta-content .caption .block-title {
			font-size: clamp(24px, 8vw, 52px);
		}
			.home-sections .big-arrow .block-title:after {
				width: 100px;
				height: 65px;
				margin-bottom: -9%;
			}
	
	.items-4-col {
		gap: 4vw;
		row-gap: 4vw;
		grid-template-columns: repeat(2, 1fr);
	}
		.items-4-col .item .title {
			font-size: 21px;
			font-size: clamp(16px, 5vw, 24px);
		}
	.sidebar .items-4-col {
		gap: 4vw;
		row-gap: 4vw;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.home-section .cta-content {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
		.home-section .cta-content .image {
			flex-basis: 100%;
			margin: 0;
		}
		.home-section .cta-content .caption {
			flex-basis: 100%;
			padding: 7% 6%;
			text-align: center;
		}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-buttons {
		flex-wrap: wrap;
		gap: 10px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-buttons a.wprm-recipe-link, a.wprm-recipe-roundup-link {
		font-size: 15px;
		padding: 10px 15px !important;
		flex-grow: 1;
	}
}

@media ( max-width : 550px ) {

	.home-sections .about-group .about {
		margin-top: 0;
		margin-bottom: 25px;
	}
	.home-sections .home-section .widget-content {
		display: block;
	}
		.home-section .widget-content .image, .home-section.about .widget-content .image {
			flex-basis: 100%;
			width: 100%;
			margin: 0;
		}
			.home-section.about .widget-content .image {
				width: 75%;
				max-width: 300px;
				margin: 0 auto 25px;
			}
		.home-section .widget-content .caption, .home-section.about .widget-content .caption {
			text-align: center;
			width: 100%;
		}
		.home-section .widget-content .caption .block-title, .home-section .widget-content .caption .more {
			text-align: center;
		}
		
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-head {
		padding: 15px 15px 0;
		text-align: center;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-image-block {
		width: 50%;
		float: none;
		order: 1;
		text-align: center;
		margin: 0 auto 15px;
	}
}
	
@media ( max-width : 500px ) {
	
	.archives.items-3-col {
		gap: 4vw;
		row-gap: 4vw;
		grid-template-columns: repeat(2, 1fr);
	}
		.archives.items-3-col .item .title {
			font-size: 16px;
			font-size: clamp(16px, 5vw, 20px);
		}
		
	.archiveslist {
	    overflow: hidden;
	    -moz-column-count: 2;
	    -moz-column-gap: 10px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 10px;
	    column-count: 2;
	}
	.post-meta .wprm-recipe-snippet {
		display: block;
		vertical-align: middle;
		padding: 7px 1px;
		margin-top: -7px;
		margin-bottom: 5px;
	}

	.breadcrumb {
		margin-bottom: 0;
	}
	.post-meta {
		margin-bottom: 15px;
	}

}

@media ( max-width : 480px ) {
	.wrapper, .wrap {
		padding: 0 15px;
	}
	
	h1 {
		font-size: 32px;
	}
	
	.optin-content .caption .block-title {
		margin: 0;
		font-size: 30px;
	}
	
	
}

@media ( max-width : 399px ) {
	.wrapper, .wrap {
		padding: 0 10px;
	}
	.teaser-posts.items-3-col {
		gap: 4vw;
		row-gap: 40px;
		grid-template-columns: repeat(1, 1fr);
	}
	.teaser-posts.items-3-col .item .title {
		font-size: 30px;
		font-size: clamp(18px, 8vw, 30px);
	}
	.teaser-post .post-cat {
		margin: 20px 0 0;
	}
}

@media ( max-width : 350px ) {

}