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 ) {
	.post-meta.post-cat a {
		font-size: 10px;
		letter-spacing: .1em;
		padding: 6px 11px 6px 13px;
		border-radius: 20px;
	}
		.teaser-post .post-meta.post-cat a, .items-3-col .teaser-post .post-meta.post-cat a {
			font-size: 12px;
		}
	.item .post-cat {
		margin: -14px 0 0;
		position: relative;
		z-index: 12;
	}
}

@media ( max-width : 1100px ) {
	

}


@media ( max-width : 1000px ) {
	
	
}
@media ( max-width : 940px ) {
	.header .logo {
		width: 300px;
		margin: 15px 0 15px -15px;
	}
	
	.header #main {
		margin: 0;
		font-size: 2.15vw;
		width: 100%;
		text-align: center;
		border-top: 1px solid #faf4fc;
	}
	#main li {
		margin: 0;
	}
	
	#main li a {
		padding: 0 12px;
	}
	
	.header .social {
		margin-right: 8px;
	}
	.header .header-search {
		width: 150px;
	}
	.header .top-cta {
		margin-left: 10px;
		margin-right: -5px;
	}
	.header .top-cta a {
		background: #eedaf4 url(images/envelope.svg) no-repeat center;
		background-size: auto 85%;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		padding: 20px 15px 10px;
	} 
	.header .top-cta a em {
		font-size: 24px;
	}
	
	.home-section.subscribe.has-background {
		padding: 10px 0 28px !important;
	}
	.optin-content {
		flex-wrap: wrap;
		gap: 0;
	}
		.optin-content .caption {
			flex-basis: auto;
			flex-shrink: 1;
			background: url(images/flower-trans.svg) no-repeat center;
			background-size: auto 100%;
			padding: 35px 0 30px;
			margin-bottom: -15px
		}
	
	.sub-footer {
		padding-bottom: 0;
	}
	.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;
		margin-top: 15px;
		padding: 0 0 100px 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 {
		height: 50px;
		margin-bottom: 20px;
		background: none;
	}
		body.home .top-bar {
			margin: 0;
		}
		
	.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 ) {	
	.upper-home-sections {
		margin-bottom: 8vw;
		gap: 0;
	}
	
	.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 .about {
		margin-top: 10%;
	}
	.home-sections .about .wrap {
		padding: 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 {
			flex-basis: 100%;
			padding: 2% 6% 8%;
			order: 2;
		}
			.home-sections .about .caption .more {
				margin: 20px 0 0;
			}
		.home-sections .about .image {
			flex-basis: 92%;
			margin: 0 auto 20%;
			order: 1;
			position: relative;
		}
		.home-sections .about .image img.image1 {
			width: 70%;
			height: auto;
			position: relative;
			z-index: 2;
			left: 0px;
			margin: 50px 0;
		}
		.home-sections .about .image img.image2 {
			width: 45%;
			height: auto;
			position: absolute;
			top: -10%;
			right: 0;
			z-index: 3;
		}
		.home-sections .about .image .featured {
			width: 100%;
			height: auto;
			position: absolute;
			right: 0;
			bottom: -28%;
		}
		.home-sections .about .image .featured a {
			display: flex;
			align-items: center;
			align-content: center;
			text-decoration: none;
			justify-content: space-between;
		}
			.home-section.about .image .featured .image {
				height: auto;
				flex-basis: 48%;
				order: 2;
			}
				.home-section.about .image .featured .image img {
					width: 100%;
					height: auto;
					position: relative;
					z-index: 8;
				}
			.home-section.about .image .featured .title {
				flex-basis: 42%;
				text-align: right;
				position: relative;
				font-size: 16px;
				order: 1;
				margin-bottom: -20px;
			}
				.home-section.about .image .featured .title:after {
					content: "";
					display: block;
					width: 98px;
					height: 42px;
					background: url(images/arrow.svg) no-repeat;
					background-size: 100% auto;
					margin: 10px -60px -50px 0px;
					position: absolute;
					right: 0;
					bottom: 0;
					z-index: 11;
					transform: scaleX(-1);
				}
		
	.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(9px, 3vw, 12px);
		}
	.icons-block {
		padding-bottom: 4vw !important;
	}
	.icons-block .icons:after {
		display: none;
	}
	.home-section .search-content {
		flex-wrap: wrap;
	}


}
@media ( max-width : 650px ) {
	.home-sections {
		gap: 10vw;
	}
	.lower-home-sections {
		padding-top: 7vw;
	}
	.home-sections .home-section.has-background, .footer .home-section.has-background {
		padding: 6vw 0;
	}
	.footer {
		margin-top: 10vw;
	}

	.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);
		}
	.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 ) {

}

@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);
	}
		.archives.items-3-col .item .title {
			font-size: 16px;
			font-size: clamp(16px, 5vw, 20px);
		}
	.top-bar {
		display: block;
		padding: 0;
	}
	.top-bar .top-cta {
		padding: 12px 8px;
		line-height: 15px;
		height: auto;
	}
	.top-bar .top-cta p {
		height: auto;
		padding: 0;
		line-height: 1.2;
	}	
	.top-bar .top-cta a {
	height: auto;
	padding: 0;
	font-size: 11px;
	line-height: 1.2;
	font-size: clamp(9px, 2.75vw, 12px);
	}

	.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 ) {
	
	.dpsp-email-save-this-tool, .wp-block-social-pug-save-this {
		padding: 20px 20px 25px;
		border-radius: 32px;
	}
	.dpsp-email-save-this-tool h3.hubbub-save-this-heading {
		font-size: 32px;
	}
	.dpsp-email-save-this-tool form {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
	}
	.dpsp-email-save-this-tool form p.hubbub-save-this-emailaddress-paragraph-wrapper {
		order: 1;
		flex-basis: 100%;
		flex-grow: 1;
	}
	.dpsp-email-save-this-tool form p.hubbub-save-this-submit-button-paragraph-wrapper {
		order: 2;
		width: 100%;
		flex-basis: 100%
	}

}
@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: 4vw;
		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;
	}
	
	.subscribe .email-form {
		flex-wrap: wrap;
		background: none;
		box-shadow: none;
		display: block;
	}
	.subscribe .email-input {
		width: 100%;
		margin-bottom: 5px;
		flex-basis: 100%;
		border-radius: 26px;
		background: #ffffff;
		box-shadow: 0px 0px 6px rgba(162, 127, 178, .35);
	}
	.subscribe .email-submit {
		flex-basis: 100% !important;
		width: 100%;
		flex-grow: 1;
		flex-shrink: 0;
		border-radius: 26px !important;
	}

}