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 : 800px ) and ( max-width : 1000px ), ( max-width : 600px ) {

	
	
}
	
@media ( min-width : 375px ) and ( max-width : 450px ) {
	
}
@media ( min-width : 650px ) and ( max-width : 800px ), ( max-width : 475px ) {

}

@media ( max-width : 1100px ) {
	

}


@media ( max-width : 1005px ) {
	.header .logo {
		overflow: hidden;
		width: 280px;
		margin: 0;
	}
	#main {
		font-size: 14px;
		font-size: 1.5vw;
		font-size: clamp(11px, 1.5vw, 16px);
	}
		#main li {
			margin: 0 -6px;
		}
	.header .header-search {
		flex-basis: 120px;
	}
	.upper-home-sections h1.tagline {
		margin: 2.75vw 0;
		font-size: 2.6vw;
		font-size: clamp(14px, 2.6vw, 24px);
		letter-spacing: .4em;
	}

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

@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: 55px;
		margin-bottom: 15px;
	}
		body.home .header {
			margin-bottom: 0;
		}
	.header .logo, .header .top-stuff, .header #main, .top-bar {
		display: none;
	}
		
	.home-section .search-content .block-title {
		font-size: 21px;
	}
	.home-section .search-content .search-form {
		flex-grow: 1;
		flex-basis: auto;
		min-width: auto;
	}

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

	.home-section .item a.overlay .title {
		letter-spacing: .1em;
		font-size: 11px;
		font-size: 2vw;
		font-size: clamp(10px, 2vw, 14px);
	}
	
	
	.footer .press .wp-block-group__inner-container {
		display: block;
		padding: 0 12px;
	}
	.footer .press h2 {
		margin-bottom: 10px;
	}
	.footer .press .wp-block-image {
		width: 100%;
		height: auto;
	}
	
	.archives.items-3-col {
		gap: 3vw;
		row-gap: 2vw;
	}
	

}
@media ( max-width : 700px ) {
	
	.home-sections .home-section.about {
		margin: 0;
	}
	.home-sections .about .widget-content {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 0px;
		margin-left: 0px;
	}
		.home-sections .about .caption .block-title {
			font-size: 32px;
		}
		.home-sections .about .caption {
			flex-basis: 100%;
			order: 2;
		}
			.home-sections .about .caption p {
				margin: 10px 0 15px;
			}
			.home-sections .about .caption .more {
				margin: 15px 0 10px;
			}
		.home-sections .about .image {
			flex-basis: 70%;
			margin: 0 auto 25px;
			order: 1;
			position: relative;
		}
	
	.home-section .video-content {
		display: block;
		gap: 0;
	}
		.home-section .video-content .player {
			flex-basis: 100%;
			padding-bottom: 57%;
		}
		
	.teaser-posts.items-3-col {
		gap: 4vw;
		row-gap: 4vw;
		grid-template-columns: repeat(2, 1fr);
	}
		.teaser-posts.items-3-col .item .title {
			font-size: 30px;
			font-size: clamp(18px, 4.5vw, 30px);
		}
	.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: 20px;
			font-size: clamp(14px, 3vw, 20px);
		}
	
	.items-7-col, .items-8-col {
		gap: 2vw;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
		.items-7-col .item .title, .items-8-col .item .title {
			font-size: 1.5vw;
			font-size: clamp(11px, 2.25vw, 14px);
		}

}
@media ( max-width : 650px ) {
	.upper-home-sections {
		gap: 4vw;
		margin-bottom: 6vw;
	}
	
	.lower-home-sections {
		gap: 8vw;
	}
	.footer {
		margin-top: 8vw;
	}
	.home-sections .home-section.has-background + .home-section.has-background {
		margin-top: -8vw;
	}	
	.home-sections .home-section.has-background {
		border: none;
		position: relative;
		padding: 5vw 0;
	}
	.home-sections .home-section:not(.has-background) {
		padding: 0 !important;
	}
	
	.home-section .divider, .latest {
		font-size: clamp(18px, 4vw, 26px);
	}


	
	.subscribe .email-form, .subscribe .formkit-fields, .subscribe .sib_signup_box_inside_1 {
		flex-wrap: wrap;
	}
	.subscribe .email-input, .subscribe .fd-form-content input.fd-form-control, .dpsp-email-save-this-tool .hubbub-block-save-this-text-control, .formkit-form .formkit-input {
		flex-grow: 1;
	}
	.subscribe .email-submit, .dpsp-email-save-this-tool .hubbub-block-save-this-submit-button, .formkit-form .formkit-submit {
		flex-grow: 1;
	}

	.items-4-col {
		gap: 4vw;
		row-gap: 4vw;
		grid-template-columns: repeat(2, 1fr);
	}
		.items-4-col .item .title {
			font-size: 24px;
			font-size: clamp(18px, 3.5vw, 24px);
		}
		.image-blocks.items-4-col {
			row-gap: 6vw;
		}
	.sidebar .items-4-col {
		gap: 4vw;
		row-gap: 4vw;
		grid-template-columns: repeat(2, 1fr);
	}

	.optin-content .caption {
		display: block;
		align-items: center;
		align-content: center;
		justify-content: center;
		margin: 0 auto 10px;
	}
		.optin-content .caption-content {
			margin-bottom: 15px;
		}
	.optin-content .caption .block-title {
		margin: 0;
		font-size: 32px;
		font-size: 8vw;
		font-size: clamp(16px, 8vw, 34px);
	}

	
	
	.wprm-recipe.wprm-recipe-template-purr-custom {
		
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-body {
		padding: 15px 15px 15px;
		border: none;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-head {
		padding: 15px;
		display: flex;
		flex-flow: row wrap;
		text-align: center;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-title-block {
		width: 100%;
		flex-basis: 100%;
		float: none;
		order: 2;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-image-block {
		width: 100%;
		float: none;
		order: 1;
		text-align: center;
		margin: 0 auto 20px;
		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, a.wprm-recipe-roundup-link {
		width: 100%;
		flex-basis: 100%;
	}
	
	
}

@media ( max-width : 600px ) {
	.upper-home-sections .wp-block-group.has-background {
		padding: 0 0 6vw;
	}
	.upper-home-sections h1.tagline {
		margin: 3.5vw 0;
		font-size: clamp(14px, 4vw, 24px);
		letter-spacing: .3em;
	}
}

@media ( max-width : 500px ) {
	h1 {
		font-size: 30px;
	}
	ul.archiveslist {
		overflow: visible;
		column-count: 2;
	}
	.archives.items-3-col {
		gap: 4vw;
		row-gap: 4vw;
		grid-template-columns: repeat(2, 1fr);
		grid-template-columns: repeat( auto-fit, minmax(40%, 1fr) );
	}
		.archives.items-3-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;
		}


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

}
@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;
		width: auto;
		border: none;
	}
	
	.lower-home-sections {
		gap: 11vw;
	}
	.footer {
		margin-top: 12vw;
	}
	.home-sections .home-section.has-background + .home-section.has-background {
		margin-top: -11vw;
	}	
	.home-sections .home-section.has-background, .footer .home-section.has-background {
		border: none;
		position: relative;
		padding: 7vw 0;
	}

	.home-section.featured-posts-block p.description, .featured-posts-block p.description {
		margin: -10px 0 20px;
		text-align: left;
	}
	
	.recipe-index-content .home-section.has-background {
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	.recipe-index-content .home-section {
		margin-top: 25px;
		margin-bottom: 45px;
	}
	
	#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;
		}
	
}
@media ( max-width : 375px ) {
	.item .wprm-recipe-rating {
		font-size: 12px;
		line-height: 15px;
	}
		.item .wprm-recipe-rating .wprm-recipe-rating-details {
			display: none !important;
		}
	
	.teaser-posts.items-3-col {
		gap: 4vw;
		row-gap: 4vw;
		grid-template-columns: repeat(1, 1fr);
	}
	.teaser-posts.items-3-col .item .title {
		font-size: 30px;
		font-size: clamp(18px, 8vw, 30px);
	}

	
}
@media ( max-width : 360px ) {
	
	.wrap, .wrapper {
		padding: 0 10px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.subscribe .email-form {
		flex-wrap: wrap;
		background: none;
		box-shadow: none;
		display: block;
	}
	.subscribe .email-input {
		width: 100%;
		margin-bottom: 5px;
		flex-basis: 100%;
	}
	.subscribe .email-submit {
		flex-basis: 100% !important;
		width: 100%;
		flex-grow: 1;
		flex-shrink: 0;
	}

}