html {
	-webkit-text-size-adjust: 100%;
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
.text-field
.textarea {   
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border-radius: 0;
}

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

	
}
@media ( min-width : 650px ) and ( max-width : 960px ), ( max-width : 600px ) {

	
}
	
@media ( min-width : 800px ) and ( max-width : 900px ) {
	
}
@media ( min-width : 700px ) and ( max-width : 800px ), ( max-width : 600px ) {

}

@media ( max-width : 1100px ) {

}


@media ( max-width : 1000px ) {
	
	
}
@media ( max-width : 940px ) {
	
	
}
@media ( max-width : 840px ) {
	.optin-content {
		flex-wrap: wrap;
		gap: 10px;
		width: 100%;
		padding: 0;
	}
	.optin-content .form {
		flex-basis: 100%;
	}
	.optin-content .caption {
		flex-shrink: 1;
		max-width: 100%;
		text-align: center;
	}
		.optin-content .caption p {
			margin: 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;
	}
		.span_sidebar .subscribe {
			display: none;
		}
	
	.header {
		height: 60px;
		margin: 0 0 40px;
	}
		body.home .header, body.blog .header {
			margin-bottom: 45px;
		}
		.header .logo {
			margin: 0;
			display: none;
		}
		.header .logo img {
			width: 90%;
			margin: 0 auto -15px;
			max-width: 400px;
		}
	.top-bar {
		display: none;
	}
	
	.home-sections .video-content {
		flex: none;
		display: block;
	}
	.home-sections .video-content .player {
		flex-basis: 100%;
		display: block;
		height: 0;
		padding-bottom: 56%;
		height: 0;
		overflow: hidden;
		position: relative;
	}
	.home-sections .video-content .caption {
		flex-basis: 100%;
		padding: 20px 0;
		order: 2;
	}
	.home-section .video-content .caption .block-title {
		font-size: 5vw;
		font-size: clamp(24px, 6vw, 36px);
	}
	.home-section .video-content .caption .subtitle {
		width: 102px;
		height: 50px;
		left: -5px;
		top: -25px;
	}

}

@media (max-width: 767px) {
	
	[data-ff-el="root"].ff-692f3aa504cea1b9c4bc0575 .ff-692f3aa504cea1b9c4bc0575__field {
		max-width: unset !important;
	}
	.subscribe [class$='__content'] {
		display: flex !important;
	}
	[data-ff-el="root"].ff-692f3aa504cea1b9c4bc0575 .ff-692f3aa504cea1b9c4bc0575__content, .subscribe [data-ff-el="root"] [class$='__content'], .subscribe .fd-form-content  {
		display: flex !important;
		width: 100% !important;
		margin: 0 auto;
	}
	.subscribe [data-ff-el="root"] div[class$='__fields'] {
		gap: 10px;
		display: flex !important;
		justify-content: space-between !important;
		margin: 0 !important;
		width: 100%;
		flex-grow: 1;
		flex-wrap: wrap;
	}
	.subscribe [data-ff-el="root"] .fd-form-group {
		flex-basis: 48% !important;
		width: 48%;
		flex-grow: 1;
		max-width: unset !important;
		margin: 0 !important;
	}
		.subscribe [data-ff-el="root"] input {
			background-color: #ffffff !important;
			border: none !important;
		}
		
	.press-desktop {
		display: none;
	}
	.press-mobile {
		display: block;
	}
}

@media ( max-width : 728px ) {	
	.upper-home-sections {
		margin-bottom: 10vw;
	}
	.upper-home-sections.home-sections {
		
	}

	.lower-home-sections {
		margin-top: 12vw;
	}
	
	.archives.items-3-col {
		gap: 3vw;
		row-gap: 2vw;
	}
	
	.home-section.icons-block .search-content {
		flex-wrap: wrap;
	}
	.home-section.icons-block .search-content .block-title {
		flex-basis: 100%;
		text-align: center;
	}
	.home-section.icons-block .search-content .form {
		flex-basis: 100%;
		text-align: center;
		max-width: 100%;
	}
	

}
@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);
		}
	
	.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%;
		}
		.home-section.icons-block .item.block-title {
			font-size: 22px;
			white-space: nowrap;
			flex-basis: 100%;
			width: 100%;
			align-self: center;
			padding-right: 0px;
			margin: 0 auto;
			flex: none;
		}
		.icons .item .title, .sidebar .icons .item .title {
			font-size: clamp(9px, 2.5vw, 12px);
			margin: 10px 0;
		}


}
@media ( max-width : 650px ) {
	
	.sub-footer .wrap {
		flex-wrap: wrap;
		align-items: flex-start;
		row-gap: 35px;
	}
	.sub-footer .wrap .footer-nav {
		order: 1;
		flex-basis: 30%;
		flex-shrink: 0;
	}
	.sub-footer .wrap .logo {
		flex-basis: 100%;
		order: 3;
		margin: 0 auto;
		text-align: center;
	}
		.sub-footer .wrap .logo img {
			margin: 0 auto;
		}
		
	.footer .optin-block.has-background .wrap:before {
		content: "";
		display: block;
		background: url(images/subscribebg.svg) no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: 0;
		padding-bottom: 26%;
		position: absolute;
		top: -25px;
		bottom: auto;
		left: 0;
		right: 0;
		z-index: 0;
		blend-mode: multiply;
		pointer-events: none;
		opacity: 0.5;
	}
	
	.footer {
		margin-top: 10vw;
	}
	.upper-home-sections {
		gap: 8vw;
		margin-bottom: 10vw;
	}
	.lower-home-sections {
		gap: 10vw;
	}
		.lower-home-sections .home-section.has-background + .home-section.has-background {
			margin-top: -10vw;
		}

	.home-sections .home-section.has-background, .footer .home-section.has-background {
		padding: 6vw 0;
	}
	
	.home-sections .home-section.about {
		padding: 0;
		margin: 150px 0 0;
	}
	
	.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 {
				max-width: 350px;
				margin: -150px auto 0;
			}
			
		.home-section .widget-content .caption, .home-section.about .widget-content .caption {
			text-align: center;
			width: 100%;
			padding: 5% 5% 8%;
		}
		.big-feature.home-section {
			background-color: transparent !important;
			border: none !important;
		}
		.home-section.big-feature .widget-content {
			padding: 10%;
		}
			.home-section.big-feature .widget-content .image {
				overflow: hidden;
				width: auto;
				min-height: 100%;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				overflow: hidden;
			}
			.big-feature.home-section .widget-content .caption {
				background-color: rgba(248, 246, 245, .9);
				position: relative;
				z-index: 11;
			}
		.home-section .widget-content .caption .block-title {
			display: block;
			font-size: 32px;
			margin: 0px 0 15px;
		}
			.home-section.about .widget-content .caption .block-title {
				margin: 10px 0 15px
			}
		.home-section .widget-content .caption .subtitle {
			margin-bottom: 10px;
			font-size: 13px;
		}
			
		.home-section .widget-content .caption .block-title, .home-section .widget-content .caption .more {
			text-align: center;
		}
	.home-section .fixed-more {
		margin-bottom: 20px;
	}
	.recipe-index-content .home-section:not(.has-background) {
		margin-bottom: 7vw;
	}
	
	.home-sections .home-section.featured-shop.has-background {
		padding-top: 0;
	}
	.featured-shop-header {
		margin-left  : calc( -100vw / 2 + 100% / 2 );
		margin-right : calc( -100vw / 2 + 100% / 2 );
		max-width    : 100vw;
	}
	.featured-shop-header .caption {
		position: relative;
		z-index: 2;
		background-color: rgba(255, 255, 255, .9);
		padding: 15px 5% 1px;
		width: 90%;
		margin: 10% 5%;
		text-align: center;
	}
	.featured-shop-header .caption .block-title {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.featured-shop-header p {
		font-size: 86%;
		line-height: 1.5;
		margin: 15px 0
	}
	
	.items-4-col {
		gap: 4vw;
		row-gap: 3vw;
		grid-template-columns: repeat(2, 1fr);
	}
		.items-4-col .item .title {
			font-size: 21px;
			font-size: clamp(16px, 4vw, 24px);
			margin: 10px 0
		}
	.sidebar .items-4-col {
		gap: 4vw;
		row-gap: 4vw;
		grid-template-columns: repeat(2, 1fr);
	}	
	
}

@media ( max-width : 600px ) {
	
	
	
	.wprm-recipe.wprm-recipe-template-purr-custom {
		margin-left: -20px;
		margin-right: -20px;
		border: none;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-body {
		padding: 15px 15px 15px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-head {
		padding: 15px;
		display: flex;
		flex-flow: row wrap;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-title-block {
		width: 100%;
		flex-basis: 100%;
		float: none;
		text-align: center;
		order: 2;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-image-block {
		width: 100%;
		float: none;
		order: 1;
		text-align: center;
		margin: 0 auto 15px;
		max-width: 250px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-buttons {
		width: 100%;
		flex-basis: 100%;
		order: 3;
		gap: 10px;
		flex-wrap: wrap;
		margin: 0;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-buttons a.wprm-recipe-link {
		width: 100%;
		flex-basis: 100%;
	}

}

@media ( max-width : 550px ) {
	.featured-shop-header img.background-image {
		width: auto;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%, -50%);
		z-index: 1;
	}
	
	.wprm-recipe-roundup-item .wprm-recipe-image {
		flex-basis: 100%;
		padding: 0;
	}

	.wprm-recipe-roundup-item .wprm-recipe-roundup-summary-container {
		flex-basis: 100%;
		padding: 5% 0 0px;
	}
	
}
@media ( max-width : 500px ) {
	.footer {
		margin-top: 14vw;
	}
	
	.upper-home-sections {
		gap: 10vw;
		margin-bottom: 12vw;
	}
		.icons.items {
			row-gap: 2vw;
		}
	.lower-home-sections {
		gap: 12vw;
	}
		.lower-home-sections .home-section.has-background + .home-section.has-background {
			margin-top: -12vw;
		}
		body.archive .span_content .home-section.has-background {
			padding: 35px 0;
			margin-bottom: 10vw;
		}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	.divider, .latest {
		gap: 8px;
		font-size: 4vw;
		font-size: clamp(15px, 4vw, 20px);
		letter-spacing: .15em;
	}
	
	ul.archiveslist {
		overflow: visible;
		column-count: 2;
	}
	.archives.items-3-col, .archives.items-4-col {
		gap: 4vw;
		row-gap: 4vw;
		grid-template-columns: repeat(2, 1fr);
	}
		.archives.items-3-col .item .title, .archives.items-4-col .item .title {
			font-size: 16px;
			font-size: clamp(16px, 5vw, 20px);
		}

	.post .wp-block-group.has-background, .post .has-background {
		padding: 15px 20px;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -15px -20px 10px;
			padding: 15px 20px;
		}
	
	.home-section .widget-content .caption .social {
		margin: 20px auto 0;
		text-align: center;
		display: block;
	}

}
@media ( max-width : 475px ) {
	.subscribe form, .subscribe .email-form, .subscribe .mc4wp-form-fields {
		flex-wrap: wrap;
	}
	.subscribe .email-submit {
		flex-basis: 100%;
		flex-grow: 1;
	}

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


}
@media ( max-width : 425px ) {
	.wrap, .wrapper {
		padding: 0 15px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom {
		margin-left: -15px;
		margin-right: -15px;
		border: none;
	}
	
	#comment-list li {
		padding: 0;
		border: none;
	}
		#comment-list li li {
			padding: 10px;
		}
		#comment-list li.bypostauthor, #comment-list li.byuser {
			background-color: #F4F6F6;
			padding: 10px;
			margin-top: 15px;
		}
		
	.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;
	}
	
	.home-section.big-feature .widget-content .caption p, .home-section.big-feature .widget-content .caption .more {
		display: none
	}
	.home-section.big-feature .widget-content .caption {
		padding: 5%;
	}
	.home-section.big-feature .widget-content .post-meta {
		margin: 0px;
	}
	
	.sub-footer .wrap .logo img {
		width: 100%;
		height: auto;
	}
	
}
@media ( max-width : 375px ) {
	.formkit-fields .formkit-field {
		flex-basis: 100% !important;
		flex-grow: 1 !important;
		margin: 0 !important;
	}
		.sidebar .formkit-field {
			flex-basis: 100% !important;
		}
	.formkit-fields .formkit-submit {
		flex-basis: 100% !important;
		flex-shrink: 1 !important;
		margin: 0 !important;
	}
	
	.item .wprm-recipe-rating {
		font-size: 12px;
		line-height: 15px;
	}
		.item .wprm-recipe-rating .wprm-recipe-rating-details {
			display: none !important;
		}
	
}
@media ( max-width : 360px ) {
	
	.wrap, .wrapper {
		padding: 0 10px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom {
		margin-left: -10px;
		margin-right: -10px;
		border: none;
	}

}