/*! 
Theme Name: Bridgette Eats Plants
Theme URL: https://www.bridgetteblakey.com
Description: Custom responsive blog theme by Purr.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

/*! RESET
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="submit"], input[type="text"], input[type="search"] {
	-webkit-appearance: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*! MAIN CONTAINER */

.container {
	max-width: 100%;
	margin: 0 auto;
}

/*! COLUMN WIDTH ON DISPLAYS +768px */

@media ( min-width : 801px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 320px - 4%);
		width: -webkit-calc(100% - 320px - 4%);
		width: calc(100% - 320px - 4%);
		max-width: 728px;
		float: left;
		display: inline-block;
	}
		
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.span_sidebar {
		width: 320px;
		float: right;
		clear: right;
		display: block;
	}
	.facet_content {
		width: -moz-calc(100% - 250px);
		width: -webkit-calc(100% -250px);
		width: calc(100% - 250px);
		min-width: 0;
		max-width: 100%;
		float: right;
	}
	.facet_sidebar {
		width: 220px;
		min-width: 0;
		max-width: 700px;
		float: left;
	}
}
.wrap, .wrapper {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1180px;
}

.screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #4d4d4d;
	background-color: #fbf7f4;
	padding: 5px 10px;
	text-decoration: none;
}
 
#skip a:focus {
	position:absolute;
	left: 8px;
	top: 8px;
	z-index: 3001;
	width:auto;
	height:auto;
}

/*!---------STRUCTURE---------*/

@font-face {
	font-family: 'blacklist';
	src: url('fonts/blacklist-bold-webfont.woff2') format('woff2'),
		 url('fonts/blacklist-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'tt_norms';
	src: url('fonts/tt_norms_bold-webfont.woff2') format('woff2'),
		 url('fonts/tt_norms_bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}


body {
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.6;
	color: #4d4d4d;
	margin: 0;
}

	
	
a, input[type=submit], button {
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
	/*Desktop Link Transitions*/
	@supports not (-webkit-touch-callout: none) {
		a, input[type=submit], button, #submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .page-template-full-width .wp-block-columns button, .items .item .title, .item .title, .items .item img, .home-section .item a.overlay .title, .search-form .search-submit svg, #main li a, .openBtn {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
	}
a:link, a:visited, a:active {
	color: #5c7c70;
	text-decoration: underline;
}

a:hover {
	color: #a7d6c2;
}

	.post-content a, .page-content a, .cat-desc a, .archiveslist a {
		color: #4d4d4d;
		font-weight: bold;
		text-decoration: none;
		background: linear-gradient(#d9ede5, #d9ede5) 0 100% / 100% 8px no-repeat;	
	}
		.post-content a:hover, .post-content a:focus, .page-content a:hover, .page-content a:focus, .cat-desc a:hover, .cat-desc a:focus, .archiveslist a:hover, .archiveslist a:focus {
			color: #4d4d4d;
			background: linear-gradient(#d9ede5, #d9ede5) 0 100% / 100% 20px no-repeat;	
		}
		.post-content .has-lightgreen-background-color a {
			background: linear-gradient(#a7d6c2, #a7d6c2) 0 100% / 100% 8px no-repeat;				
		}


p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6, .wp-block-search label {
	font-family: "blacklist", Georgia, Times, serif;
	line-height: 1.3;
	font-weight: normal;
	margin: 25px 0;
	color: #4d4d4d;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}
	.post-content h2.wp-block-heading, .page-content h2.wp-block-heading, h2.line {
		margin-top: 35px;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid #4d4d4d;
	}
	.span_content_full h2.wp-block-heading {
		font-size: 36px;
	}
		h2.noline {
			border: none;
			padding-bottom: 0;
		}
			.has-background h2, .wp-block-media-text h2.wp-block-heading {
				border: none;
				padding-bottom: 0;
			}
		.page-content h2.block-title {
			padding: 0;
			border: none;
		}
	.home-section .block-title {
		
	}
	.divider, .latest, .wp-block-search label {
		margin: 0 0 25px;
		font-size: 32px;
		text-transform: uppercase;
		letter-spacing: .05em;
	}
		.sidebar .divider, .sidebar .wp-block-search label {
			display: block;
			text-align: center;
			font-size: 26px;
			margin-bottom: 10px;
		}
	.subtitle {
		font-family: "tt_norms", "Source Sans Pro", "helvetica neue", Arial, sans-serif;
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .15em;
		display: block;
		margin: 0 0 10px;
	}
	
h3 {
	font-size: 26px;
}
	
	.post-content h3.wp-block-heading {
		font-family: "tt_norms", "Source Sans Pro", "helvetica neue", Arial, sans-serif;
		font-weight: bold;
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: .12em;
		display: block;
		margin: 30px 0 15px;
	}
	.span_content_full h3.wp-block-heading {
		font-size: 30px;
	}
h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 1px solid #4d4d4d;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #4d4d4d;
	border-bottom: none !important;
	margin: 45px auto;
}

	hr.is-style-wide, hr.wp-block-separator {
		width: 100%;
		margin: 45px auto;
		border-top: 1px solid #4d4d4d;
	}
	hr.is-style-default {
		width: 150px;
		margin: 45px auto;
		border-top: 1px solid #4d4d4d;
	}
	.wp-block-columns hr {
		width: 25%;
		margin: 25px auto;
		border-top: 1px solid #4d4d4d;
	}

/*!---------HEADER---------*/
.top-bar {
	background-color: #4d4d4d;
	color: #ffffff;
	min-height: 6px;
	margin: 0;
	padding: 8px 12px;
	text-align: center;
	font-family: "tt_norms", "Source Sans Pro", "helvetica neue", Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .12em;
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
	align-items: center;
}

.top-bar .header-search {
	display: inline-block;
	vertical-align: middle;
	width: 160px;
}
.top-bar .social {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.top-bar h1.tagline {
	margin: 0;
	font-size: 12px;
	letter-spacing: .12em;
	font-family: "tt_norms","helvetica neue",Arial,sans-serif;
	color: #ffffff;
}

.header {
	text-align: center;
	position: relative;
	z-index: 201;
	margin-bottom: 25px;
}
	body.home .header, body.blog .header {
		margin-bottom: 0;
	}

.header .logo {
	overflow: hidden;
	width: 338px;
	float: left;
	margin: 15px 0 20px;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}


.header #main {
	margin: 68px -9px 0 0;
	float: right;
	clear: right;
}
	
/*!---------CONTENT---------*/

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="600"] {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.post-content img[width="683"], .post-content .size-large img {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.wp-block-image .aligncenter {
		display: block !important;
	}
		.wp-block-image .aligncenter img {
			margin-left: auto;
			margin-right: auto;
		}
	.post-content .size-large .dpsp-pin-it-wrapper {
		width: 100% !important;
	}
.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: none;
	margin: 0 0 10px 25px;
	padding: 0;
}
	.span_content ul li:before {
		display: inline-block;
		content: "";
		font-family: 'Font Awesome 5 Pro';
		color: #4d4d4d;
		background-color: #a7d6c2;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 6px;
		width: 6px;
		margin-left: -17px;
		margin-right: 10px;
		position: relative;
		top: -3px;
		font-size: 12px;
		text-align: center;
	}

.span_content ol {
	
} 
.span_content ol li {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
	padding: 0;
}
.span_content ol {
	counter-reset:li;
}
	.span_content ol[start="2"] {
		counter-reset:li 1;
	}
	.span_content ol[start="3"] {
		counter-reset:li 2;
	}
	.span_content ol[start="4"] {
		counter-reset:li 3;
	}
	.span_content ol[start="5"] {
		counter-reset:li 4;
	}
	.span_content ol[start="6"] {
		counter-reset:li 5;
	}
	.span_content ol[start="7"] {
		counter-reset:li 6;
	}
	.span_content ol[start="8"] {
		counter-reset:li 7;
	}
	.span_content ol[start="9"] {
		counter-reset:li 8;
	}
	.span_content ol[start="10"] {
		counter-reset:li 9;
	}
.span_content ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 40px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before{
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #4d4d4d;
	background-color: #a7d6c2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 28px;
	width: 28px;
	left: -24px;
	top: 2px;
	transform: translateX(-50%);
	line-height: 28px;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
	.span_content ol>li ol .span_content ul>li ul {
		margin-top: 15px;
	}
	.span_content ol ol li, .span_content ul ul li {
		margin-left: 40px;
	}
	.span_content ol>li li:before, .span_content ul>li li:before {
		background-color: #d9ede5;
		-webkit-border-radius: 0%;
		-moz-border-radius: 0%;
		border-radius: 0%;
		height: 3px;
		width: 28px;
		margin-left: -25px;
		margin-right: 5px;
		left: 0;
		top: 13px;
		content: "";
	}
		.span_content ul>li li:before {
			top: -4px;
			margin-left: -35px;
			margin-right: 10px;
		}
	.span_content ol ul li {
		list-style-type: none;
	}
.video-container {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


h1.page-title, h1.archive-title, h2.page-title, h2.archive-title, .span_content>h1 {
	margin: 0 0 20px;
}

h1.page-title {

}

/*!---------SIDEBAR---------*/

.social a {
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	padding: 0px;
	margin: 0 7px;
}
	.top-bar .social a {
		color: #ffffff;
	}
	.social a:hover, .top-bar .social a:hover {
		color: #a7d6c2;
	}
	.sidebar .social {
		text-align: center;
		margin: -25px 0 55px;
	}
	.social strong {
		background: url(images/followme.svg) no-repeat;
		background-size: 100% auto;
		width: 68px;
		height: 23px;
		text-indent: -9999px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: -5px;
		margin-right: 5px;
	}


/*!---------POSTS---------*/

h1.post-title, h2.post-title {
	margin: 0px 0 5px;
}

.post-meta {
	font-family: "tt_norms", "Source Sans Pro", "helvetica neue", Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #747474;
	margin: 0 0 20px;
}
.post-meta a {
	color: #747474;
	font-weight: bold;
	text-decoration: underline;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #a7d6c2;
		text-decoration: underline;
	}
.post-meta.post-cat {
	margin: 0;
}
	.post-meta.post-cat a {
		color: #4d4d4d;
		font-size: 12px;
		letter-spacing: .15em;
		background-color: #ffffff;
		padding: 8px 12px 8px 15px;
	}
		.post-meta.post-cat a:hover {
			color: #a7d6c2;
		}
.post-meta .post-meta-info {
	display: inline-block;
}
.post-meta .avatar {
	border-radius: 50%;
	width: 42px;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	margin-right: 7px;
}
.post-meta em {
	letter-spacing: normal;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Times New Roman", Times, serif;
	text-transform: none;
	font-style: italic;
	font-weight: normal;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 6px 0 6px;
}

.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	line-height: 2;
	overflow: hidden;
	text-align: center;
	color: #747474;
}
	.meta-bottom a {
		color: #747474;
	}
.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 11px;
}
	.meta-bottom .post-cats a {
		color: #747474;
		background-color: #fbf7f4;
		text-transform: uppercase;
		letter-spacing: .12em;
		text-decoration: none !important;
		padding: 7px 10px 8px 12px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #a7d6c2;
			color: #4d4d4d;
		}
a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 8px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #747474;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: none !important;
	box-shadow: none !important;
	border: none;
	display: inline-block !important;
}

a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
	color: #fff;
	background-color: #4d4d4d;
}

.disclosure, .disclosure-top, small, .tasty-links-general-disclaimer {
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-size: 12px;
	color: #747474;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
	.disclosure-top {
		margin: 0;
		display: inline-block;
	}
	.disclosure-bottom {
		margin: 10px 0 0;
		text-align: center;
	}
a.more-link {
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	color: #4d4d4d;
	background: transparent;
	border: 1px solid #4d4d4d;	
	margin: 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	padding: 13px 18px 13px 20px;
}
	a.more-link:hover, a.more-link:focus {
		color: #4d4d4d;
		background: #a7d6c2;
	}
	.home-section .more {
		margin-top: 20px;
		text-align: center
	}
	
	@media ( min-width : 600px ) {
		.home-section .more.fixed-more {
			position: absolute;
			top: 0;
			right: 20px;
			margin: 0 !important;
		}
		.fixed-more a.more-link {
			letter-spacing: .12em;
			font-size: 11px;
			padding: 10px 14px 10px 17px;
		}
	}

	
#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
		left: 2px !important;
	}
	#dpsp-content-top, #dpsp-content-bottom, .dpsp-shortcode-wrapper {
		text-align: center;
	}
	#dpsp-content-top ul, #dpsp-content-bottom ul, .dpsp-shortcode-wrapper ul {
		margin: 0 auto !important;
		padding: 0 !important;
		display: inline-block;
		width: auto;
		text-align: center;
	}
		#dpsp-content-top ul li, #dpsp-content-bottom ul li, .dpsp-shortcode-wrapper ul li {
			display: inline-block;
			float: none;
			padding: 0 !important;
			margin: 0 3px !important
		}
		
	.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
			top: -0px;
			left: -0px;
			width: 36px;
			height: 36px;
		}
		.dpsp-network-icon-inner {
			position: relative;
			top: -2px;
		}
	
	/*!Next/prev Posts*/
	
	.post-nav {
		line-height: 1.4;
		text-decoration: none;
		margin: 30px 0 100px;
		padding: 20px 2px 20px;
		overflow: hidden;
		font-size: 21px;
		line-height: 1.2;
		font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
		border-top: 1px solid #4d4d4d;
		border-bottom: 1px solid #4d4d4d;
	}
	
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	
	.post-nav a {
		color: #4d4d4d;
		text-decoration: none;
	}
	
	.post-nav .nav-previous {
		float: left;
		width: 48%;
	}
	
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 48%;
	}
	.post-nav div a {
		color: #4d4d4d
	}
	.post-nav div a:hover {
		color: #a7d6c2;
	}
	
	.post-nav em {
		display: block;
		font-size: 11px;
		font-style: normal;
		font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-weight: bold;
		color: #747474;
		padding: 0 0 5px;
	}

/*! Gutenberg Blocks */

.span_content_full .page-content {

}
.span_content_full .page-content>h1, .span_content_full .page-content>h2, .span_content_full .page-content h3, .span_content_full .page-content h3, .span_content_full .page-content p, .span_content_full .page-content ul, .span_content_full .page-content ol, .span_content_full .page-content .wp-block-groupt:not(.has-background) {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.fullwidth, .alignfull, .alignwide, .span_content_full .page-content .home-section.has-background {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
	width: 100vw;
}
	.alignfull .wp-block-group__inner-container {
		margin: 0 auto 0;
		padding: 0 20px;
		width: 100%;
		max-width: 1180px;
	}
	
@media ( min-width : 1140px ) {
	.alignwide {
		margin-left: calc( -1140px / 2 + 100% / 2 );
		margin-right: calc( -1140px / 2 + 100% / 2 );
		max-width: 1140px;
		width: 1140px;
	}
}

.wp-block-image {
	margin: 30px 0;
}
.wp-block-gallery {
	margin-top: 30px;
	margin-bottom: 30px;
}
.wp-block-buttons {
	margin-top: 30px;
	margin-bottom: 30px; 
}
	.wp-block-group.has-background .wp-block-buttons {
		margin: 0;
	}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
	figure.wp-block-gallery.has-nested-images {
		--wp--style--gallery-gap-default: 20px; 
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		background: #fbf7f4;
		color: #4d4d4d;
		font-size: 16px;
		margin: 0;
		max-height: auto;
		padding: 8px;
		line-height: 1.4;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.wp-block-image>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image.alignright>figcaption {
		caption-side: bottom;
		display: block;
		color: #747474;
		font-size: 15px;
		line-height: 1.5;
		text-align: center;
	}
.post .wp-block-group.has-background, .post .has-background {
	padding: 20px 30px;
	margin-top: 35px;
	margin-bottom: 35px;
}


	.wp-block-media-text.has-background {
		padding: 0;
	}
		.wp-block-media-text.has-background>.wp-block-media-text__content {
			padding: 2vw 6vw;
		}
	ol.has-background, ul.has-background {
		padding: 20px 30px 15px;
	}
		.has-background li:last-child {
			margin-bottom: 0;
		}
	p.has-background {
		padding: 20px 30px;
	}
	.wp-block-group.has-background h2, .wp-block-group.has-background h3 {
		margin-top: 20px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background, .wp-block-group.has-background h3.has-background {
			margin: -20px -30px 10px;
			padding: 15px 30px;
		}
		
	.has-taupe-background-color {
		background-color: #fbf7f4;
	}
	.has-green-background-color {
		background-color: #a7d6c2;
	}
	.has-lightgreen-background-color {
		background-color: #d9ede5;
	}
	.has-pink-background-color {
		background-color: #e2b1a5;
	}
	.has-lightpink-background-color {
		background-color: #f0d8d2;
	}
	
	.has-black-background-color {
		background-color: #4d4d4d;
		color: #ffffff;
	}
		.has-black-background-color h2 {
			color: #ffffff;
		}
	.has-gray-background-color {
		background-color: #747474;
		color: #ffffff;
	}
		.has-gray-background-color h2 {
			color: #ffffff;
		}
	.has-white-background-color {
		background-color: #ffffff;
		border: 1px solid #4d4d4d;
	}
	
	.has-green-color {
		color: #a7d6c2;
	}
	.has-lightgreen-color {
		color: #d9ede5;
	}
	.has-pink-color {
		color: #e2b1a5;
	}
	.has-lightpink-color {
		color: #f0d8d2;
	}

	.has-black-color {
		color: #4d4d4d;
	}
	.has-gray-color {
		color: #747474;
	}
	.has-white-color {
		color: #ffffff;
	}

.wp-block-quote {
	padding: 20px 45px;
	margin: 40px 0;
	text-align: center;
	position: relative;
}
	.wp-block-quote p {
		position: relative;
		z-index: 11;
	}

.wp-block-quote cite {
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-align: center;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .07em;
	margin-bottom: 15px;
	}
	
.wp-block-quote {
	padding: 20px 45px;
	margin: 40px 0;
	text-align: center;
	position: relative;
}
.wp-block-quote p {
	position: relative;
	z-index: 11;
	margin: 15px 0;
}
.wp-block-quote cite {
	text-align: center;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .07em;
	margin: 0 0 10px;
}

.wp-block-cover {
	padding: 8%
}

.wp-block-cover .wp-block-cover__inner-container {
	max-width: 1120px;
}
	.wp-block-cover .has-white-background-color {
		border: none;
		padding: 4% 5%;
	}
	.wp-block-cover h2 {
		padding: 0 !important;
		border: none !important;
	}
.span_content_full .wp-block-cover:first-child {
	
}

.span_content_full .wp-block-group.has-background {
	padding: 5%;
}

/*FAQ*/
.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-question {
	display: block;
}
.schema-faq-question:before {
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #4d4d4d;
	background-color: #d9ede5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	margin-left: -40px;
	margin-right: 8px;
	top: 6px;
	line-height: 32px;
	font-size: 20px;
	text-align: center;
}

/*!---------POST ITEM GRIDS---------*/

.items {
	display: grid;
	gap: 2vw;
	row-gap: 2vw;
	margin: 0;
}
	.items-2-col {
		grid-template-columns: repeat(2, 1fr);
		gap: 3vw;
		row-gap: 3vw;
	}
	.items-3-col {
		grid-template-columns: repeat(3, 1fr);
	}
		.latest-posts .items-3-col {
			gap: 3vw;
			row-gap: 3vw;
		}
		.archives.items-3-col, .post-content .items-3-col {
			gap: 1.5vw;
			row-gap: 1vw;
		}
	.items-4-col {
		gap: 2vw;
		grid-template-columns: repeat(4, 1fr);
	}
		.post-content .items-4-col, .page-content .items-4-col {
			gap: 20px;
		}
		.archives.items-4-col {
			gap: 1.5vw;
			row-gap: 1vw;
		}
		.sidebar .items-4-col {
			gap: 15px;
			row-gap: 5px;
			grid-template-columns: repeat(2, 1fr);
			grid-template-columns: repeat( auto-fit, minmax(40%, 1fr) );
		}
	.items-5-col {
		gap: 1.5vw;
		grid-template-columns: repeat(5, 1fr);
	}
	.items-6-col {
		gap: 1.5vw;
		grid-template-columns: repeat(6, 1fr);
	}
	.items-7-col {
		gap: 1vw;
		grid-template-columns: repeat(7, 1fr);
	}
	.items-8-col {
		gap: 1vw;
		grid-template-columns: repeat(8, 1fr);
	}
	
.items .item {
	text-align: center;
	position: relative;
}

.item .title {
	margin: 10px 0;
	word-wrap: break-word;
	clear: both;
}
	.items-2-col .item .title, .items-3-col .item .title {
		font-size: 32px;
		font-size: clamp(18px, 3vw, 32px);
	}
		.archives.items-3-col .item .title, .post-content .items-3-col .item .title {
			font-size: 16px;
			font-size: clamp(16px, 2vw, 20px);
			padding: 0;
		}
	.items-4-col .item .title {
		font-size: 20px;
		font-size: clamp(16px, 2vw, 20px);
	}
		.sidebar .items .item .title {
			font-size: 18px;
			margin: 8px 0;
		}
		.post-content .items-4-col .item .title {
			font-size: 18px;
			margin: 8px 0 0;
		}
	.items-5-col .item .title, .items-6-col .item .title {
		font-size: 16px;
		font-size: clamp(12px, 2vw, 16px);
	}

	.icons .item .title {
		text-align: center;
		font-size: 1.5vw;
		font-size: clamp(9px, 1.25vw, 12px);
		font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-weight: bold;
		margin: 12px 0 0;
	}

.item .title {
	text-decoration: none;
	color: #4d4d4d;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.item .title a {
		background: none;
		color: #4d4d4d;
		text-decoration: none;
	}
	.item .title a:hover, .item a:hover .title {
		color: #a7d6c2;
		background: none;
		border: none !important;
		box-shadow: none !important;
	}


.page_content .items h2 {
	padding: 0;
	border: none;
}
.items .item a {
	text-decoration: none;
}
.items .item a.block {
	display: block;
	width: 100%;
}

.item .image {
	position: relative;
}

.items .item img {
	display: block;
	width: 100%;
	height: auto;
}
	.items.items-6-col .icon img, .items.items-7-col .icon img, .items.items-8-col .icon img {
		border-radius: 50%;
	}
	.items .item a:hover img {
		opacity: 0.85;
	}
.item .more {
	
}

.post-content .block-section {
	margin: 45px 0;
}
	.post-content .block-section .wrap {
		padding: 0;
	}
.post-content .featured-posts-block {
	padding: 0;
}
.post-content .featured-posts-block.has-background {
	padding: 15px 4% 25px;
}
	.post-content .featured-posts-block.has-background .more {
		margin: 20px 0 0;
	}
	.post-content .featured-posts-block .block-title {
		font-size: 24px;
		margin: 15px 0 15px;
		padding: 0;
		border: none;
	}
		.post-content .featured-posts-block .block-title:after {
			display: none;
		}
	.post-content .featured-posts-block .description {
		text-align: center;
		font-size: 92%;
	}

.post-content .featured-posts-block .more {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}
.post-content .featured-posts-block a {
	box-shadow: none;
	border: none;
}
.page-content .featured-posts-block .item .title {
	margin-bottom: 0;
}

.item .excerpt {
	font-size: 95%;
	line-height: 1.6;
	margin: 0;
}
	.item .excerpt p {
		margin: 15px 0;
	}

.item .post-cat {
	margin: -10px 0 15px;
	position: relative;
	z-index: 12;
}
	.items-3-col .teaser-post .post-meta.post-cat {
		
	}
	.teaser-post .post-meta.post-cat a, .items-3-col .teaser-post .post-meta.post-cat a {
		
	}
.teaser-post .title {
	margin: 15px 0 0px;
}
.teaser-post .excerpt {
	margin: 15px 0px 20px;
}
.teaser-post .more {
	text-align: center;
	margin: 25px 0 0	
}
.item .wprm-recipe-rating {
	margin: -5px 0 0;
	font-size: 14px;
	line-height: 20px;
}


/*!----Homepage Styles----*/
	
.home-sections {
	display: flex;
	flex-flow: column;
	gap: 8vw;
}
	.upper-home-sections {
		clear: both;
		gap: 0;
		position: relative;
	}
	.latest-home-sections {
		background-image: url(images/woman-aqua.svg);
		background-size: 40% auto;
		background-position: bottom -10% right -15%;
		background-repeat: no-repeat;
		padding: 6vw 0;
	}
	.lower-home-sections {
		clear: both;
	}
	.lower-home-sections .home-section.has-background + .home-section.has-background {
		margin-top: -6vw;
	}

.home-section {
	clear: both;
	position: relative;
}
	.page-content .home-section {
		margin-bottom: 35px;
	}
.home-section .wrap {
	position: relative;
}
	.page-content .home-section .wrap {
		padding: 0;
	}
	.home-sections .home-section.has-background, .footer .home-section.has-background {
		border: none;
		position: relative;
		padding: 4vw 0;
	}
		.home-sections .home-section.has-background.optin-block, .footer .home-section.has-background.optin-block {
			padding: 45px 0;
		}
	.upper-home-sections .home-section {
		margin: 0;
	}
	.upper-home-sections .home-section:not(.has-background) {
		padding: 0 !important;
	}
	.upper-home-sections .home-section.has-background {
	
	}
		.upper-home-sections .home-section.has-background:first-child {
			padding: 0 0 35px;
		}

.upper-home-sections .tagline {
	margin: 4vw 0;
}
	.upper-home-sections .tagline h1 {
		margin: 10px 0 15px;
		font-size: 42px;
	}
	.upper-home-sections .tagline p {
		margin: 0;
		font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
		text-transform: uppercase;
		letter-spacing: .12em;
		font-size: 12px;
	}

.home-section.featured-posts-block p.description, .featured-posts-block p.description {
	margin: -5px 0 20px;
	text-align: center;
}

.home-section.welcome {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}
	.home-section.welcome:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		background-image: url(images/woman-white.svg);
		background-size: auto 110%;
		background-repeat: no-repeat;
		background-position: left center;
	}
.home-section.welcome .background-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding: 0;
	min-height: 100%;
	object-fit: cover;
	z-index: 1;
}
	.home-section.welcome .background-image img {
		width: 100%;
		height: auto;
	}
	
.welcome-content.with-image {
	max-width: 550px;
	margin: 100px auto 100px 0;
	display: block;
	gap: 0;
	text-align: center;
	position: relative;
	z-index: 11;
}

	.welcome-content.with-image * {
		position: relative;
		z-index: 12;
	}
	.welcome-content .block-title {
		margin: 15px 20px;
		font-size: 42px;
		line-height: 1;
	}
		.welcome-content .block-title em {
			background: url(images/balance.svg) no-repeat;
			background-size: 100% auto;
			width: 151px;
			height: 57px;
			text-indent: -9999px;
			display: inline-block;
			vertical-align: middle;
			position: relative;
			top: -15px;
			margin: 0 2px -10px 6px;
		}
	.welcome-content .subtitle {
		font-size: 13px;
		margin-bottom: 25px;
	}
	.welcome-content p {
		font-size: 19px;
		line-height: 1.6;
		margin: 18px 0 25px;
	}
	.welcome-content p strong {
		
	}

.home-section .item a.overlay {
		display: block;
		position: relative;
	}
		.home-section .item a.overlay .title {
			position: absolute;
			bottom: 0;
			left: 50%;
			-webkit-transform: translate(-50%, 50%);
			-ms-transform: translate(-50%, 50%);
			transform: translate(-50%, 50%);
			display: inline-block;
			margin: 0;
			padding: 5px 15px;
			background-color: #FFFFFF;
			color: #4d4d4d;
			font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
			text-transform: uppercase;
			letter-spacing: .12em;
			font-size: 12px;
			display: inline-block;
			padding: 10px 11px 10px 13px;
			white-space: nowrap;
		}
			.home-section .item a.overlay:hover .title {
				background-color: #fbf7f4;
			}
			
.home-section.icons-block {
	padding-bottom: 0 !important;
	margin-bottom: 1vw;
}			
.home-section.icons-block .search-content {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 3vw;
}
	.home-section.icons-block .search-content .block-title {
		margin: 0;
		text-transform: uppercase;
		font-size: 26px;
		letter-spacing: .1em;
	}
		.home-section.icons-block .search-content .block-title em {
			background: url(images/perfect.svg) no-repeat;
			background-size: 100% auto;
			width: 119px;
			height: 63px;
			text-indent: -9999px;
			display: inline-block;
			vertical-align: middle;
			position: relative;
			top: 0;
			margin-right: -5px;
		}
	.home-section.icons-block .search-content .form {
		max-width: 410px;
		flex-grow: 1;
	}

.home-section .icons:after {
		content: "";
		display: block;
		width: 100%;
		height: 38%;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #ffffff;
		margin-left: calc( -100vw / 2 + 100% / 2 );
		margin-right: calc( -100vw / 2 + 100% / 2 );
		max-width: 100vw;
		width: 100vw;
	}
	.home-section .icons .item {
		position: relative;
		z-index: 2;
	}
		
.home-sections .home-section .widget-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
	.home-sections .home-section.about .widget-content {
		max-width: 880px;
		margin: 0 auto;
	}
	.home-section .widget-content .image {
		flex-basis: 44%;
		margin: 0;
		overflow: hidden;
	}
		.sidebar .home-section .widget-content .image {
			flex-basis: 100%;
			margin: 0;
			overflow: hidden;
		}
		.home-section .widget-content .image img {
			width: 100%;
			height: auto;
			display: block;
		}
	.home-section .widget-content .caption {
		text-align: center;
		flex-basis: 48%;
	}
	.home-section .widget-content .caption .block-title {
		margin: 0;
		font-size: 36px;
		text-transform: none;
	}
	.home-section .widget-content .caption p {
		margin: 15px 0;
	}
	.home-section .widget-content .caption .more {
		margin: 25px 0 0;
	}

.home-section.has-background.optin-block {
	
}
.footer .home-section.has-background.optin-block {
	
}
	
.optin-content {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 15px;
	margin: 0 auto;
	position: relative;
}

	.optin-content .caption {
		flex-shrink: 1;
		flex-grow: 0;
		flex-basis: auto;
		position: relative;
	}
		.sidebar .optin-content, .sidebar .optin-content .caption {
			display: block;
		}
		.footer .home-section.has-background.optin-block .optin-content .caption:after {
			content: "";
			display: block;
			width: 120px;
			height: 194px;
			position: absolute;
			bottom: -60px;
			left: -75px;
			z-index: 2;
			background-image: url(images/woman-pink.svg);
			background-size: 100% auto;
			background-repeat: no-repeat;
			background-position: left center;
			z-index: 1;
		}

		.optin-content .caption .block-title {
			margin: 0;
			text-align: center;
			font-size: 28px;
			text-transform: uppercase;
			letter-spacing: .05em;
			position: relative;
			z-index: 11;
			text-wrap: nowrap;
		}
			.optin-content .caption .block-title em {
				background: url(images/new-recipes.svg) no-repeat;
				background-size: 100% auto;
				width: 174px;
				height: 47px;
				text-indent: -9999px;
				display: inline-block;
				vertical-align: middle;
				position: relative;
				z-index: 2;
				top: 5px;
				margin: 0px -3px 0px -2px;
			}
			.sidebar .optin-content .block-title {
				margin-bottom: 10px;
				text-wrap: wrap;
			}
		.optin-content .caption p {
			margin: -10px 0 0;
			font-size: 17px;
			text-align: center;
			position: relative;
			z-index: 11;
			line-height: 1.4;
		}

	.optin-content .form {
		flex-shrink: 1;
		flex-grow: 1;
		flex-basis: auto;
	}
	
.home-section .video-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
	
	.home-section .video-content .player {
		flex-basis: 56%;
		position: relative;
		padding-bottom: 34%;
		height: 0;
		overflow: hidden;
	}
	.home-section .video-content .player iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.home-section .video-content .caption {
		flex-basis: 40%;
		text-align: center;
	}

/*Sidebar Blocks*/			
.sidebar .home-section, .sidebar .wp-block-search {
	padding: 0;
	margin: 0 0 60px;
	text-align: center
}	
.sidebar .home-section, .sidebar .home-section .wrap {
	padding: 0;
}
	.sidebar .home-section.has-background {
		padding: 15px;
	}
	.sidebar .home-section.has-background.subscribe {
		padding: 20px;
	}
.sidebar .widget-content {
	display: block;
	flex: none;
	text-align: center;
}
.sidebar .widget-content .image {
	padding: 0;
	flex: none;
	display: block;
	width: 100%;
	text-align: center;
}
	.sidebar .home-section.about .widget-content .image {
		width: 100%;
		height: auto;
		border-radius: 0;
		margin: 0px auto 25px;
	}
		.sidebar .home-section.about .widget-content .image img {
			border-radius: 0;
		}
.sidebar .widget-content .caption {
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: center;
	width: 100%;
}
	.sidebar .home-section.has-background .widget-content .caption {
		padding: 0;
	}
	.sidebar .home-section .widget-content .caption .block-title {
		text-align: center;
		margin: 15px 0;
		font-size: 32px;
	}
	.sidebar .home-section .widget-content .caption p {
		margin: 15px 0;
		font-size: 92%;
	}
	.sidebar .home-section .widget-content a.more-button {
		text-align: center;
		font-size: 12px;
	}
	.sidebar .home-section .widget-content .more {
		margin-top: 25px;
		text-align: center;
	}


/*!---------LANDING PAGE STYLES---------*/
.cat-landing {
	
}
	.no-cat-landing {
			
	}
	.cat-desc {
		
	}
.cat-image {
	float: right;
	width: 25%;
	margin: 20px 0 20px 25px;
}
	.cat-image img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 50%;
	}
	
/*!---------ARCHIVE STYLES---------*/

ul.subcategories {
	margin: 0 0 35px;
}
ul.subcategories strong, .subcats strong, .subcats h2 {
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .075em;
	font-weight: bold;
	margin: 0;
	text-align: left;
	display: block;
}
ul.subcategories li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before {
		display: none;
	}
ul.subcategories ul {
	margin: 0;
}
ul.subcategories li, ul.subcategories li {
	display: inline-block
}
ul.subcategories ul li a, .subcats a {
	display: inline-block;
	font-size: 11px;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	color: #4d4d4d;
	background: #d9ede5;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	text-decoration: none !important;
	padding: 7px 12px;
	line-height: 1.2;
	margin: 3px 2px 3px 0;
}
	ul.subcategories ul li.all a {
		color: #5c7c70;
		background: #ffffff;
	}
		ul.subcategories ul li.all a i {
			color: #a7d6c2
		}
	ul.subcategories ul li.current-cat a {
		color: #ffffff;
		background: #a7d6c2;
	}
	ul.subcategories ul li a:hover, ul.subcategories ul li a:focus, .subcats a:hover, .subcats a:focus {
		background: #fbf7f4;
		color: #4d4d4d;
		text-decoration: none !important;
	}
		ul.subcategories ul li.all a:hover {
			color: #fbf7f4;
			background: #4d4d4d;
		}

ul.archiveslist {
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 0px;
	-webkit-column-count: 3;
	-webkit-column-gap: 0px;
	column-count: 3;
	column-gap: 0px;
	padding-left: 0px !important;
}

ul.archiveslist li {
	display: block;
	margin: 0 0 10px 0px !important;
	padding: 0 10px 0 20px !important;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	line-height: 1.4;
	font-size: 18px;
	color: #3e3f3c;
}
	.span_content ul.archiveslist li:before {
		display: inline-block;
		content: "";
		font-family: 'Font Awesome 5 Pro';
		color: #4d4d4d;
		background-color: #e2b1a5;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 6px;
		width: 6px;
		margin-left: -15px;
		margin-right: 8px;
		position: relative;
		top: -2px;
		font-size: 12px;
		text-align: center;
	}

.archiveslist ul {
	margin: 8px 0 !important;
}

.archiveslist ul li {
	font-size: 15px;
	font-style: italic !important;
	margin-left: 20px !important;
}

.tagindex ul, .tagindex li {
	margin: 0 !important;
	padding: 0 !important; 
}
.tagindex li {	
	list-style-type: none !important;
}
.tagindex li:before {
	display: none !important;
}

.tagindex a {
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 2px;
	width: 24px;
	height: 24px;
	float: left;
	
	font-family: "rapor", Arial, Helvetica, sans-serif;
	background: none;
	border: solid 1px #a7d6c2;
	color: #4d4d4d;
	text-decoration: none;
}
	.tagindex a:hover {
		color: #c82a85
	}

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle em {
	color: #747474;
	letter-spacing: normal;
	font-style: italic;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: lowercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 11px;
}

.tagtitle em a {
	color: #4d4d4d;
	text-decoration: none;
}

	.tagtitle a:hover {
		color: #a7d6c2;
	}
	
.tagslist {
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	padding-left: 10px;
	margin:	 0
	
}
	.tagslist li {
		
	}

/*Facets*/
.facets, .facetwp-flyout-content {
	font-size: 90%;
}
	.facets .facetwp-counter {
		font-size: 12px;
		opacity: 0.7;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 5px;
		margin-left: 2px
	}
.facets h2 {
	
}
.facets h2, .facetwp-flyout-content h3 {
	font-size: 21px;
	margin: 0 0 8px;
}

.facetwp-facet {
	font-size: 90%;
	margin: 0 0 20px !important;
}
.facetwp-toggle {
	font-style: italic;
}
.facetwp-per-page {
	margin-bottom: 25px;
}

.facetwp-search {
	border: 1px solid #4d4d4d;
	color: #424242;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #fff;
	padding: 0 10px;
	vertical-align: middle;
	height: 30px;
	min-width: auto !important;
	width: 100% !important;
}

.sort-bottom, .facet-pagination-bottom {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
}
.facetwp-load-more, button.facetwp-flyout-open {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	background: none;
	background-color: #a7d6c2;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: lowercase;
	text-decoration: none;
	border: none;
	letter-spacing: .2em;
	cursor: pointer;
	margin: 0;
	border-radius: 0;
	padding: 13px 20px 14px 22px;
	text-decoration: none;
}

	.facetwp-load-more:hover, button.facetwp-flyout-open:hover {
		background-color: #fbf7f4;
	}
.facet_sidebar button.facetwp-flyout-open {
	display: none;
}
.facetwp-flyout-open {
	margin: 0 10px 0 0;
	display: inline-block;
}
.facetwp-flyout-close {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .12em;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	color: #747474;
	background-color: #a7d6c2;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 20px 10px;
}
	.facetwp-flyout-close:hover, .facetwp-flyout-close:focus {
		background-color: #fbf7f4;
	}
.facetwp-flyout-close:before {
	content: "close ";
	color: #ffffff;
	text-transform: none;
}
	
/*!Breadcrumbs*/
.breadcrumb {
	color: #747474;
	font-size: 11px;
	margin: 0 0 10px;
}
.breadcrumb a {
	background: none !important;
	color: #747474;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-decoration: underline;
	border: none;
	box-shadow: none !important;
}
	.breadcrumb .breadcrumb_last {
		
	}
	body.single-post .breadcrumb .breadcrumb_last {
		
	}
.breadcrumb a:hover {
	color: #a7d6c2;
}


/*!---------FORMS---------*/
.commentinput, .styledinput, .captchainput, #commentform input, .gform_wrapper input {
	color: #696969;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #4d4d4d;
}

.commentinput, #commentform input[type=email], #commentform input[type=text] {
	width: 100%
}

#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 15px;
	border: 1px solid #4d4d4d;
	width: 100%
}

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .facetwp-load-more, button.facetwp-flyout-open, .convertkit-button, a.payhip-buy-button {
	color: #4d4d4d;
	background: transparent !important;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #4d4d4d;
	box-shadow: none !important;
	letter-spacing: .15em;
	cursor: pointer;
	border-radius: 0;
	padding: 18px 25px;
	text-decoration: none;
}

	a.smbutton, button.smbutton, .wp-block-button.has-small-font-size a {
		font-size: 12px;
		padding: 10px 12px;
	}
	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .wp-block-button a:hover, .gform_wrapper .gform_button:hover, .facetwp-load-more:hover, button.facetwp-flyout-open:hover, a.convertkit-button:hover, a.convertkit-button:focus, a.payhip-buy-button:hover, a.payhip-buy-button:focus {
		color: #4d4d4d;
		background: #a7d6c2 !important;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #fbf7f4;
	padding: 35px;
	margin-bottom: 35px;
}

.wpcf7-form .formfield {
	overflow: hidden;
	margin-bottom: 15px;
}

.wpcf7-form p {
	margin: 10px 0;
}

.wpcf7-form .styledinput {
	display: block;
	margin: 0;
	width: 100%;
	float: left;
}

.wpcf7-form .submit {
	clear: both;
}

.search-form {
	border: none;
	overflow: hidden;
	position: relative;
	display: block;
	align-items: center;
}
.span_content .search-form {
	max-width: 100%;
}
.search-form .search-field {
	color: #4d4d4d;
	font-size: 18px;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 60px;
	height: 60px;
	border: none;
	padding: 0 40px 0 15px;
	vertical-align: middle;
	width: 100%;
	border: none;
	background-color: #ffffff;
	border: 1px solid #4d4d4d;
	width: 100%;
}
	.has-background .search-form .search-field {
		border: none;
	}
	.top-bar .search-form .search-field {
		border: none;
		line-height: 34px;
		height: 34px;
		font-size: 16px;
		padding: 0 10px;
	}
	.wp-block-search__input {
		color: #4d4d4d;
		font-size: 18px;
		font-family: Georgia, "Source Serif Pro", "Droid Serif", "Times New Roman", Times, serif;
		font-weight: normal;
		font-style: italic;
		line-height: 50px;
		height: 50px;
		border: none;
		padding: 0 15px;
		vertical-align: middle;
		border: none;
		background-color: #ffffff;
		border: 1px solid #4d4d4d;
	}
	.search-form .search-field:focus, .wp-block-search__input:focus {
		border: 2px solid #a7d6c2;
		outline: none;
	}
	
.search-form .search-submit {
	background-color: transparent;
	font-size: 28px;
	color: #a7d6c2;
	width: auto;
	height: 60px;
	width: 60px;
	line-height: 60px;
	display: inline-block;
	position: relative;
	padding: 0;
	text-align: center;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	flex-shrink: 1;
	position: absolute;
	top: 0;
	right: 1px;
}
	.wp-block-search__button {
		background-color: #a7d6c2;
		color: #4d4d4d;
		font-weight: bold;
		font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
		text-transform: uppercase;
		letter-spacing: .075em;
		font-size: 13px;
		line-height: 50px;
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
		border-style: none;
		vertical-align: middle;
		text-align: center;
	}
	.search-form .search-submit svg {
		color: #4d4d4d;
		fill: #4d4d4d;
		position: relative;
		top: 4px;
	}

	.top-bar .search-submit {
		background-color: transparent;
		color: #4d4d4d;
		fill: #4d4d4d;
		font-size: 16px;
		line-height: 34px;
		width: 34px;
		height: 34px;
		border-radius: 0;
		margin: 0;
		position: absolute;
		top: 1px;
		right: 1px;
	}
		.top-bar .search-submit svg {
			width: 20px;
			height: 20px;
			top: 2px;
		}
	.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover svg, .search-form .search-submit:focus svg {
		color: #a7d6c2;
		fill: #a7d6c2;
		cursor: pointer;
	}

/*Subscribe Forms*/


.subscribe form, .subscribe .email-form, .subscribe .mc4wp-form-fields {
	clear: none;
	margin: 0;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
	form.formkit-form[data-format="inline"] {
		margin-bottom: 0px !important;
	}
	.sidebar .subscribe .email-form, .sidebar .subscribe .mc4wp-form-fields {
		flex-wrap: wrap;
	}
	.email-form ul {
		height: 0;
		margin: 0 !important;
	}
.subscribe .email-input {
	border: none;
	background-color: #ffffff;
	color: #4d4d4d;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 15px;
	flex-basis: 58%;
	width: 58%;
	flex-grow: 1;
}
	.has-background .subscribe .email-input {
		border: none;
	}
	.footer .subscribe .email-input {
		flex-basis: 32%;
	}
	.sidebar .subscribe .email-input {
		flex-basis: 100%;
		width: 100%;
	}
	.email-input:focus {
		outline: none;
		color: #4d4d4d;
		background-color: #ffffff;
		border: 2px solid #e2b1a5 !important
	}

.subscribe .email-submit, .wpforms-submit {
	border: none;
	font-size: 14px;
	font-weight: bold;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #4d4d4d;
	background-color: #e2b1a5;
	text-align: center;
	border: none;
	display: inline-block;
	height: 60px;
	line-height: 61px;
	padding: 0px 20px 0 24px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	flex-basis: 28%;
	flex-grow: 0;
	flex-shrink: 1;
}
	.footer .subscribe .email-submit {
		flex-basis: 32%;
	}
	.sidebar .subscribe .email-submit {
		flex-basis: 100%;
		width: 100%;
	}
	.subscribe .email-submit:hover, .subscribe .email-submit:focus, .wpforms-submit:hover, .wpforms-submit:focus {
		background-color: #a7d6c2;
	}

.email-input::placeholder {
	color: #747474;
}
.search-field::placeholder {
	color: #747474;
}

.subscribe .kajabi-form__title {
	display: none;
}
.subscribe .kajabi-form__subtitle {
	display: none;
}
.subscribe #kajabi-form .kajabi-form__content {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-block: 0;
	margin-inline: auto;
}
.subscribe .kajabi-form--inline {
	padding-inline: 0px;
	padding-block: 0px;
	border-radius: 0;
	background-color: transparent;
}
	.subscribe #kajabi-form fieldset {
		display: flex;
		justify-content: space-between;
		gap: 10px;
		align-items: center;
	}
		.sidebar .subscribe #kajabi-form fieldset {
			flex-wrap: wrap;
		}
	.subscribe #kajabi-form .kajabi-form__form-item {
		position: relative;
		margin-block-end: 0px;
		flex-grow: 1;
	}
		.subscribe #kajabi-form .kajabi-form__form-item input, .susbcribe #kajabi-form .kajabi-form__form-item textarea, .subscribe #kajabi-form .kajabi-form__form-item select {
			font-family: "Open Sans", sans-serif;
			font-size: 14px;
			width: 100%;
			height: unset;
			padding-inline: 10px 20px;
			padding-block: 10px 10px;
			color: #151515;
			border-radius: 0;
			border: 2px solid #ffffff !important;
			background-color: #ffffff;
			color: #4d4d4d;
			font-family: Georgia, "Source Serif Pro", "Droid Serif", "Times New Roman", Times, serif;
			font-style: italic;
			font-size: 18px;
			height: 60px;
			line-height: 60px;
			margin: 0;
			padding: 0 15px;
		}
			.subscribe #kajabi-form .kajabi-form__form-item input:focus {
				outline: none;
				color: #4d4d4d;
				background-color: #ffffff;
				border: 2px solid #e2b1a5 !important
			}
	.subscribe #kajabi-form .kajabi-form__btn {
		flex-grow: 1;
		font-size: 14px;
		font-weight: sage-font-weight(semibold);
		margin-block-start: 0px;
		padding-inline: 20px;
		padding-block: 12px;
		text-align: center;
		border-radius: 0;
		border: none;
		font-size: 14px;
		font-weight: bold;
		font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		color: #4d4d4d;
		background-color: #e2b1a5;
		text-align: center;
		border: none;
		display: inline-block;
		height: 60px;
		line-height: 61px;
		padding: 0px 20px 0 24px;
		text-decoration: none;
		white-space: nowrap;
		cursor: pointer;
	}
		.subscribe #kajabi-form .kajabi-form__btn:hover, .subscribe #kajabi-form .kajabi-form__btn:focus {
			background-color: #a7d6c2 !important;
		}
/*!---------FOOTER---------*/

.footer {
	margin-top: 7vw;
	margin-bottom: 0;
}
	body.home .footer {
		
	}
	.footer a {
		color: #747474;
	}
		.footer a:hover {
			color: #a7d6c2
		}
	
.footer .press {
		text-align: center;
		padding: 25px 0 !important;;
	}
	.footer .press h2 {
		font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .15em;
		margin: 0 0 8px;
		text-align: left;
	}
		.footer .press .wp-block-group__inner-container {
			max-width: 1180px;
			padding: 0 20px;
			margin: 0 auto 0;
		}
	.footer .press .wp-block-image {
		margin: 0;
		flex-grow: 1;
	}
		.footer .press .wp-block-image img {
			width: 100%;
			height: auto;
			display: block;
		}
	@media ( min-width : 600px ) {
		.footer .press .press-mobile {
			display: none;
		}
	}
	@media ( max-width : 600px ) {
		.footer .press .press-desktop {
			display: none;
		}
	}
	
.sub-footer {
	color: #ffffff;
	background-color: #4d4d4d;
	clear: both;
	padding: 15px 0;
	line-height: 40px;
	text-align: center;
	font-size: 11px;
	font-family: "tt_norms", "Source Sans Pro", "helvetica neue", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	position: relative;
	z-index: 12;
}
.sub-footer a {
	text-decoration: none;
	color: #ffffff;
}
	.sub-footer a:hover {
		color: #a7d6c2 !important
	}
@media (min-width : 600px) {
	.sub-footer .wrap {
		-ms-box-orient: horizontal;
		display: -ms-Flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.sub-footer ul.footer-nav {
		flex-basis: auto;
		flex-shrink: 1;
		flex-grow: 1;
		text-align: left;
	}
	.copyright {
		text-align: right;
		flex-basis: auto;
		flex-shrink: 1;
		flex-grow: 0;
	}
}
.sub-footer .footer-nav {
	margin: 0;
}
.sub-footer .footer-nav li {
	display: inline-block;
	margin-right: 15px;
}
	.sub-footer .footer-nav .top a {
	
	}
.copyright {
	position: relative;
	z-index: 11;
	overflow: visible;
}

.copyright p {
	margin: 0;
}
.copyright strong {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.copyright a {
	text-decoration: underline;
}
.copyright em {
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 12px;
}

/*!---------COMMENTS---------*/

#comments, #pings {
	margin-top: 5px
}

#respond {
	margin: 80px 0;
	padding: 2% 5% 10px;
	background: #fbf7f4;
}

	#reply-title a#cancel-comment-reply-link {
		display: none !important
	}
	#comment-list #reply-title a#cancel-comment-reply-link {
		display: inline-block !important
	}
#comment-list {
	font-size: 90%;
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}

#comment-list li {
	margin: 30px 0;
	padding: 20px;
	list-style-type: none;
}

#comment-list li:before {
	display: none;
}

#comment-list li.bypostauthor {
	border: none;
	padding: 0;
}

#comment-list li.bypostauthor, #comment-list li.byuser {
	background-color: #fbf7f4;
	padding: 20px;
}

#comment-list li p {
	margin: 10px 0;
	word-wrap: break-word;
}

#comment-list li p:last-of-type {
	margin-bottom: 0;
}

.comment-meta {
	margin: 0;
	font-size: 11px;
	text-align: left;
	clear: none;
	color: #6E6F6D
}

.comment-meta strong {
	font-weight: bold;
	font-size: 13px;
	color: #4d4d4d;
}

.comment-meta strong a {
	color: #4d4d4d;
	text-decoration: underline;
	border: none !important;
	box-shadow: none !important;
}

.comment-meta a:hover {
	color: #4d4d4d;
	text-decoration: underline
}

#comment-list .avatar {
	float: right;
	border-radius: 50%;
	margin: 0 0 10px 10px;
}

#commentform {
	margin-bottom: 30px;
	width: 100%
}

#commentform p {
	margin-bottom: 5px
}

/*!threaded comments*/

#comment-list li ul {
	margin: 0;
	padding: 0
}

#comment-list li li {
	margin-bottom: 0;
	border: none;
}

#cancel_reply, #cancel_reply a {
	color: #4d4d4d;
	font-size: 11px;
	font-weight: bold
}

/*!---------PAGE NUMBERS---------*/

.pagination {
	font-weight: bold;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	margin-top: 40px;
	overflow: hidden;
	color: #747474;
}
	.comment-pagination {
		margin: 0 0 30px;
	}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #747474;
	margin: 0;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 33px;
	text-decoration: none;
	display: inline-block;
}

.pagination .page-numbers.current, .pagination a.active {
	color: #4d4d4d;
	background-color: #ffffff;
	font-weight: bold;
	border: none;
}

.pagination .prev, .pagination .next {
	width: auto;
	border: none;
	border-radius: 0;
	padding: 0 10px;
	background-color: transparent !important;
}
.pagination .dots {
	border: none;
	width: auto;
	opacity: 0.5;
	margin: 0 5px;
}

.pagination a.page-numbers:hover {
	color: #fbf7f4;
}

/*!---------TOP MENU---------*/

#top {
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 11px;
}
#top li {
	display: inline-block;
	margin: 0 6px 0;
}
#top li a {
	color: #747474;
	text-decoration: none;
}
	#top li a:hover {
		color: #a7d6c2
	}
	
/*!---------MAIN DROPDOWN MENU---------*/

#main {
	padding: 0;
	text-align: right;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-family: "blacklist", Georgia, Times, serif;
	font-size: 22px;
	line-height: 45px;
	position: relative;
	z-index: 200;
	display: block;
}

#main ul.mainmenu {
	display: inline-block;
	margin: 0;
	width: auto
}

#main li {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	position: relative;
}

#main li a {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	color: #4d4d4d;
}
#main li a:hover, #main li a:focus, #main li:hover a {
	color: #a7d6c2;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 11px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 50px;
	left: 50%;
	padding: 0;
	line-height: 1.4;
	background-color: #d9ede5;
	text-align: center;
	z-index: 2001;
	width: 200px;
}

#main ul ul li {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

#main li li a {
	width: 100%;
	padding: 10px;
	margin: 0;
	line-height: 1.3;
	border: none;
	background: none !important;
	color: #4d4d4d !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
		#main li li:last-child a {
			border: none;
		}	
	#main li li.bold a {
	}
	#main li li a:hover, #main li li:hover>a {
		color: #4d4d4d !important;
		background-color: #a7d6c2 !important;
	}

#main ul li:hover > ul, #main ul li:focus-within > ul {
	opacity: 1;
	transform: rotateX(0) translateX(-50%);
	visibility: visible;
}


/*! Show indicator for menu items with children */
#main ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	float: right;
	display: inline-block;
	position: absolute;
	right: 8px;
	font-size: 80%;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	background-color: #f1cec3;
	left: 300px;
	top: 0;
	margin: 0;
}

#main ul ul li ul:after {
	display: none;
}

#main li li li a {
	
}
	#main li li li a:hover, #main li li li:hover>a {
		background-color: #a7d6c2 !important;
	}
	

/*! WPRM */

.wprm-recipe.wprm-recipe-template-purr-custom {
	font-size: 95%;
	position: relative;
	overflow: visible;
	margin: 80px 0 50px;
	border: 1px solid #4d4d4d;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-head {
	margin: 0;
	padding: 25px;
	text-align: left;
	overflow: hidden;
	background-color: #d9ede5;
	background-image: url(images/woman-white2.svg);
	background-size: auto 95%;
	background-position: bottom -50px left -5%;
	background-repeat: no-repeat;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-title-block {
	width: 69%;
	float: left;
	order: 1;
	margin-bottom: 25px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-image-block {
	width: 28%;
	float: right;
	order: 2;
	text-align: center;
	
	margin-bottom: 25px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-image img {
		display: block;
		width: 100%;
		height: auto;
	}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-body {
	padding: 15px 25px 25px;
	background-image: url(images/woman-aqua.svg);
	background-size: 60% auto;
	background-position: bottom -10% right -10%;
	background-repeat: no-repeat;
}


	
.wprm-recipe.wprm-recipe-template-purr-custom h2, .wprm-recipe.wprm-recipe-template-purr-custom h2.wprm-recipe-name {
	margin: 5px 0 15px !important;
	border: none;
	padding: 0;
	background: transparent none !important;
	line-height: 1.1;
}


.wprm-recipe.wprm-recipe-template-purr-custom h3.wprm-recipe-header {
	margin: 25px 0 15px !important;
	font-size: 32px;
	font-weight: bold !important;
}	
	.wprm-recipe-header.wprm-header-has-actions>span, h3.wprm-header-decoration-line>span {
		width: 100%;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-decoration-line {
	height: 1px;
	border-bottom: 1px solid #4d4d4d !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom h4.wprm-recipe-group-name, .wprm-recipe-notes h3, .wprm-recipe-notes h4 {
	font-size: 15px;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase !important;
	letter-spacing: .12em !important;
	margin: 20px 0 10px !important;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-summary {
	line-height: 1.5;
	margin: 15px 0 0px;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-toggle-container {
	align-items: stretch;
	border: none;
	display: block;
	flex-shrink: 0;
	overflow: hidden;
	letter-spacing: normal;
	background: none !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-unit-conversion-container {
	border: 1px solid #ebebeb !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-unit-conversion-container button {
	text-align: center;
	height: 40px;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	font-size: 12px;
	border: none !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-toggle-container {

}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-toggle-container button.wprm-toggle {
	padding: 0;
	margin: 0 2px;
	text-align: center;
	border: 1px solid #ebebeb !important;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 14px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-toggle-container button.wprm-toggle.wprm-toggle-active, .wprm-recipe.wprm-recipe-template-purr-custom  .wprm-unit-conversion-container button.wprmpuc-active {
		background-color: #707275 !important;
		color: #ffffff !important;
	}
		.wprm-toggle-container button.wprm-toggle .wprm-toggle-icon svg g, .wprm-toggle-container button.wprm-toggle .wprm-toggle-icon svg path {
			
		}
		.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-unit-conversion-container button.wprmpuc-active {
			border: none !important;
		}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-prevent-sleep {
	display: block;
	width: 100%;
	clear: both;
	order: 3;
	margin: 18px 0 10px !important;
	height: 28px !important;
	display: block !important;
}
.wprm-toggle-switch-container label {
	font-size: 15px !important;
}
.wprm-toggle-switch-container .wprm-prevent-sleep-description {
	margin-left: 10px;
	font-size: 0.8em;
	line-height: 1.1em;
	display: inline-block
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-instructions-container {
	margin-top: 35px;
	margin-bottom: 35px
}


/*Recipe Meta*/

.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta {
	color: #4d4d4d;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta-bottom {
		clear: both;
		color: #747474;
		font-size: 11px;
		margin: 20px 0 20px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta a {
		color: #4d4d4d;
		background: unset;
		text-decoration: underline;
		border: none;
		box-shadow: none;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-block-text-italic {
		font-weight: normal;
		font-style: italic;
		font-family: Georgia, "Source Serif Pro", "Droid Serif", "Times New Roman", Times, serif;
		letter-spacing: normal;
		text-transform: lowercase;
		font-size: 14px;
		margin-right: 2px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-block-text-uppercase {
		font-style: normal;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-recipe-block-container-inline {
		display: inline-block;
		margin: 0px 12px 6px 0 !important;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-servings-container {
		font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .12em;
		margin: 5px 0 10px;
		display: block;
	}
		.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-servings-link {
			background-color: #ffffff;
			padding: 4px 3px 4px 4px;
		}

.recipe-meta .wprm-recipe-block-container:before {
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	margin-right: 4px;
	font-size: 120%;
	color: #a7d6c2;
}
	.recipe-meta .wprm-recipe-time-container:before {
		content: "\f017";
	}
	.recipe-meta .wprm-recipe-author-container:before {
		content: "\f007";
	}
	.recipe-meta .wprm-recipe-course-container:before {
		content: "\f2e6";
	}
	.recipe-meta .wprm-recipe-cuisine-container:before {
		content: "\f86b";
	}
	.recipe-meta .wprm-recipe-servings-container:before {
		content: "\f2e6"
	}
		
.wprm-recipe .recipe-meta .wprm-recipe-details-unit, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-servings-unit, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%
	}
	.wprm-recipe-details-unit {
		font-size: 100% !important;
	}


/*Ratings*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-rating {
	font-size: 22px;
	line-height: 22px;
	margin: 10px 0 15px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-rating .wprm-recipe-rating-details, .item .wprm-recipe-rating-details {
		font-family: Georgia, "Source Serif Pro", "Droid Serif", "Times New Roman", Times, serif;
		text-decoration: none;
		text-transform: lowercase;
		letter-spacing: none;
		text-align: center;
		font-size: 14px;
		font-weight: normal;
		color: #4d4d4d;
		margin-left: 4px;
	}
		.item .wprm-recipe-rating .wprm-recipe-rating-details {
			font-size: 11px;
		}

#comments .wprm-user-rating-summary {
	display: none;
}
.comment-form-wprm-rating label {
	position: relative;
	top: -3px;
	font-weight: bold;
	font-size: 110%;
	
}

	
/*Buttons*/
.wprm-recipe.wprm-recipe-template-purr-custom .recipe-buttons {
	clear: both;
	display: flex;
	justify-content: space-between;
}
.wprm-recipe.wprm-recipe-template-purr-custom .recipe-buttons a.wprm-recipe-link, a.wprm-recipe-roundup-link {
	display: inline-block;
	flex-basis: 32%;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .12em;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #4d4d4d;
	background: #a7d6c2;
	white-space: nowrap;
	background: transparent !important;
	box-shadow: none !important;
	margin: 0 !important;
}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-print:before {
		content: "\f02f";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 4px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-pin:before {
		content: "\f08d";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 4px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-jump-to-comments:before {
		content: "\f005";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 4px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-grow:before {
		content: "\f004";
		font-family: "Font Awesome 5 Pro";
		font-weight: normal;
		margin-right: 4px;
	}
		.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-grow-saved:before {
			font-weight: bold;
		}

		
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-link:hover, .wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-link:focus, a.wprm-recipe-roundup-link:focus, a.wprm-recipe-roundup-link:hover {
		background: #a7d6c2 !important;
		color: #4d4d4d !important;
	}


/*Lists*/
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients {

}
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients li, .wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-equipment li {
	margin: 0 0 6px 22px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients li:before, .wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-equipment li:before {
		display: none
	}
	.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients li::marker, .wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-equipment li::marker {
		color: #a7d6c2;
	}
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-instructions li {
	margin: 0 0 15px 30px
}
	.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-instructions li:before {
		display: none
	}
	
	.wprm-recipe-instructions-container .wprm-recipe-instruction-text {
		margin: 0 !important;
	}
	.wprm-recipe-instructions-container .wprm-recipe-instruction-media {
		float: right;
		width: 25% !important;
		height: auto;
		margin: 0 0 5px 10px !important;
	}
	.wprm-recipe-instruction-ingredients {
		font-size: 86%;
		font-style: italic;
		margin-top: 5px;
	}

	
.wprm-recipe.wprm-recipe-template-purr-custom  ul.wprm-advanced-list li {
	margin-left: 0;
	padding-left: 35px;
	line-height: 1.5;
}
.wprm-recipe.wprm-recipe-template-purr-custom  ul.wprm-advanced-list li:before {
	content: counter(wprm-advanced-list-counter);
	counter-increment: wprm-advanced-list-counter;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-weight: bold;
	margin: 2px 6px 0 -35px;
	height: 26px;
	width: 26px;
	line-height: 26px;
	border-radius: 100%;
	border: 0;
	position: relative;
	top: 0px;
}

/*Notes*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes-container {
	font-size: 92%;
	line-height: 1.6;	
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes h3, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes h4 {
	margin: 20px 0 15px !important;
	}

}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes li {
	margin-left: 20px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes li ul {
		margin-top: 0;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes li li {
		margin-left: 35px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes li li:before {
		background-color: #d9ede5;
		-webkit-border-radius: 0%;
		-moz-border-radius: 0%;
		border-radius: 0%;
		height: 3px;
		width: 20px;
		margin-left: -30px;
		margin-right: 10px;
		left: 0;
		top: -4px;
	}


/*Nutrition*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container {
	color: #747474;
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	text-align: left;
	background-color: #fbf7f4;
	padding: 20px 25px;
	margin-top: 25px;
	clear: both;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container:before {
		content: "Nutrition Information: ";
		font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .15em;
		font-size: 14px;
		color: #4d4d4d;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container .wprm-block-text-italic {
		font-weight: normal
	} 

/*Footer*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action {
	clear: both;
	padding: 25px !important;
	margin: 0 !important;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-header {
	color: #ffffff;
	font-family: "tt_norms","Source Sans Pro","helvetica neue",Arial,sans-serif;
	font-size: 26px !important;
	line-height: 1;
	text-transform: none;
	font-weight: bold !important;
	letter-spacing: normal;
	margin: 10px 0 10px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-text {
	margin: 0;
	display: block;
	line-height: 1.5;
	font-size: 17px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-text a {
	background: linear-gradient(#fbf7f4, #fbf7f4) 0 100% / 100% 6px no-repeat;	
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action .wprm-call-to-action-icon {
	font-size: 56px;
	line-height: 1;
	margin: 0px 20px 0 0;
}


/*Jump Button*/
.post-meta .wprm-recipe-snippet {
	margin: 20px 0 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
	.wprm-recipe-snippet a.wprm-recipe-link, .wprm-recipe-snippet a.video-jump {
		display: inline-block;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: .15em;
		font-size: 11px;
		padding: 8px 13px !important;
		margin: 0 !important;
		color: #4d4d4d !important;
		border: 1px solid #4d4d4d !important;
		background-color: transparent;
		vertical-align: middle;
	}
		.wprm-recipe-snippet a.wprm-recipe-link:hover, .wprm-recipe-snippet a.wprm-recipe-link:focus {
			background-color: #a7d6c2 !important;
			color: #4d4d4d !important;
			opacity: 1.0 !important;
		}
		.wprm-recipe-snippet a.wprm-recipe-link:before {
			content: "\f0e0";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			margin-right: 6px;
		}
		.wprm-recipe-snippet a.wprm-recipe-jump:before {
			content: "\f063";
		}
		.wprm-recipe-snippet a.wprm-recipe-jump-video:before {
			content: "\f03d";
		}

.post-meta a.jump {
	display: inline-block;
}
.post-meta .wprm-recipe-snippet svg {
	display: inline !important;
}
	.post-meta .wprm-recipe-rating {
		display: inline-block;
		font-size: 15px;
		line-height: 1;
	}
		.post-meta .wprm-recipe-rating .wprm-recipe-rating-details {
			font-family: Georgia, "Source Serif Pro", "Droid Serif", "Times New Roman", Times, serif;
			display: inline-block;
			font-style: italic;
			font-weight: normal;
			letter-spacing: normal;
			font-size: 13px;
			color: #747474;
			margin: 0 0 0 5px !important;
		}
	

/*Fallback for Gourmet Recipes columns*/

.wp-block-columns.gourmet-core-pattern-post-sidebar {
	display: block !important;
}
.wp-block-columns.gourmet-core-pattern-post-sidebar .wp-block-column {
	
}