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 : 375px ) and ( max-width : 450px ) {
	
}
@media ( min-width : 650px ) and ( max-width : 800px ), ( max-width : 475px ) {
	
}

@media ( max-width : 1050px ) {
	.header .logo {
		width: 350px;
	}
	#main {
		font-size: 18px;
		font-size: 1.75vw;
	}
	#main li {
		margin: 0 -3px;
	}
	
	#main li a {
		padding: 0 10px;
	}
	.top-bar h1.tagline {
		font-size: 18px;
		font-size: 1.75vw;
	}
}


@media ( max-width : 1000px ) {
	
	
}
@media ( max-width : 940px ) {
	
	.optin-content .caption {
		display: block;
	}
	.optin-content .caption-content {
		margin-bottom: 10px;
	}
	.optin-content .form {
		flex-shrink: 1;
		flex-grow: 1;
		flex-basis: 100%;
	}
	
	.sub-footer {
	}
	.sub-footer ul.footer-nav {
		width: 100%;
		text-align: center;
		float: none;
	}
	.sub-footer ul.footer-nav li {
		display: inline-block;
		margin: 0 10px;
	}
		
	.copyright {
		width: 100%;
		text-align: center;
		float: none;
		padding: 0;
	}
	
}
@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 {
		display: none;
	}
	.top-bar {
		margin-top: 50px;
		margin-bottom: 20px;
		display: block;
		text-align: center;
		padding: 10px;
	}
		.top-bar h1.tagline {
			font-size: 18px;
			font-size: 3vw;
			font-size: clamp(11px, 3vw, 18px);
		}
		
		body.home .top-bar {
			margin-bottom: 0;
		}
		.top-bar .social, .top-bar .header-search {
			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 : 728px ) {	
	.upper-home-sections {
		margin-bottom: 10vw;
	}
	.upper-home-sections.home-sections {
		gap: 0;
	}
	.upper-home-sections .home-section.has-background {
		padding: 20px 0;
	}
		.upper-home-sections .home-section.has-background:first-child {
			padding: 20px 0;
		}
	.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%;
	}
	.home-section .icons:after {
		display: none;
	}
	.home-section.icons-block {
		padding-bottom: 5vw !important;
		margin-bottom: 3vw;
	}
	

}
@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: 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));
	}


}
@media ( max-width : 650px ) {
	.upper-home-sections .tagline h1 {
		margin: 10px 0 10px;
		font-size: 6vw;
		font-size: clamp(24px, 6vw, 42px);
	}
	
	.footer {
		margin-top: 10vw;
	}
	
	.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 .widget-content {
		display: block;
	}
		.home-section .widget-content .image {
			flex-basis: 100%;
			width: 100%;
			max-width: 350px;
			margin: 0 auto 35px;
		}
		.home-section .widget-content .caption {
			text-align: center;
			width: 100%;
		}
		.home-section .widget-content .caption .block-title, .home-section .widget-content .caption .more {
			text-align: center;
		}

	
	.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);
		}
		.items-4-col.image-blocks {
			row-gap: 6vw;
		}
	.sidebar .items-4-col {
		gap: 4vw;
		row-gap: 4vw;
		grid-template-columns: repeat(2, 1fr);
	}

	.lower-home-sections .optin-content .caption {
		display: block;
		align-items: center;
		align-content: center;
		justify-content: center;
		margin: 0 auto;
	}
		.lower-home-sections .optin-content .caption-content {
			margin-bottom: 15px;
		}
	
	
	.wprm-recipe.wprm-recipe-template-purr-custom {
		margin-left: -15px;
		margin-right: -15px;
		border: none;
	}
	.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;
	}
	.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;
		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 ) {

	
	.icons .item .title, .sidebar .icons .item .title {
		font-size: clamp(9px, 3vw, 12px);
		margin: 10px 0;
	}
	
	.divider, .latest {
		font-size: 28px;
	}

}

@media ( max-width : 500px ) {
	.home-sections {
		gap: 12vw;
	}
	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);
	}
		.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 ) {
	.subscribe form, .subscribe .email-form, .subscribe .mc4wp-form-fields {
		flex-wrap: wrap;
	}
	.footer .subscribe .email-input {
		flex-basis: 48%;
	}
	.subscribe .email-submit {
		flex-basis: 100%;
		flex-grow: 1;
	}
	
	.optin-content .caption .block-title {
		font-size: 22px;
		letter-spacing: .1em;
	}
		.optin-content .caption .block-title em {
			width: 170px;
			height: 38px;
			top: 5px;
			margin: 0 -3px 0 -2px;
		}
	
	.home-section.icons-block .search-content .block-title {
		font-size: 22px;
	}
		.home-section.icons-block .search-content .block-title em {
			width: 120px;
			height: 40px;
			top: -5px;
			margin-right: -9px;
		}

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

}
@media ( max-width : 425px ) {
	.wrap, .wrapper {
		padding: 0 15px;
	}

	
	#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: 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 : 360px ) {
	
	.wrap, .wrapper {
		padding: 0 10px;
	}

}