/*! 
Theme Name: Happy Balanced Life
Theme URL: https://www.happybalancedwellness.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;
	}
	.facetwp-flyout-open {
		display: none
	}
}
.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: #444240;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #efedea;
	background-color: #f8f6f3;
	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: 'larken';
	src: url('fonts/larken-italic-webfont.woff2') format('woff2'),
		 url('fonts/larken-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: fallback;
}

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

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

body {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.7;
	color: #444240;
	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: #b2907e;
	text-decoration: underline;
}

a:hover {
	color: #e4d4cb;
}

	.post-content a, .page-content a, .cat-desc a, .archiveslist a {
		color: #444240;
		font-weight: bold;
		text-decoration: none;
		background: linear-gradient(#e4d4cb, #e4d4cb) 0 100% / 100% 6px 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: #444240;
			background: linear-gradient(#e4d4cb, #e4d4cb) 0 100% / 100% 20px no-repeat;	
		}
		.post-content a span[style] {
			text-decoration: none !important;
		}

p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6, .wp-block-search label {
	font-family: "larken", Georgia, "Source Serif Pro", Times, serif;
	line-height: 1.1;
	font-weight: normal;
	margin: 25px 0;
	color: #444240;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}
	.post-content h2, .page-content h2, h2.line {
		margin-top: 40px;
		padding-bottom: 15px;
		border-bottom: 1px solid #efedea;
	}
		.post-content h2 img, .post h2 img {
			display: none !important;
		}
		h2.noline {
			border: none;
			padding-bottom: 0;
		}
			.has-background h2, .wp-block-media-text h2 {
				border: none;
				padding-bottom: 0;
			}
		.page-content h2.block-title {
			padding: 0;
			border: none;
		}
	.block-title {
		text-align: left;
	}
	.home-section h2.block-title {
		font-size: 36px;
	}
		.sidebar .home-section h2.block-title {
			font-size: 30px;
			text-align: center;
			margin: 0 0 15px;
		}
	.divider, .home-section .block-title, .latest {
		margin: 0 0 20px;
		text-transform: lowercase;
	}
	.latest {
		text-align: left;
	}
	.wp-block-search label {
		display: block;
		font-size: 24px;
		text-align: center;
		margin-bottom: 15px;
	}
	.block-title em, .divider em {
		color: #b2907e;
	}
	.subtitle {
		font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: .1em;
		display: block;
		margin: 0 0 10px;
	}
	
h3 {
	font-size: 24px;
}
	
	.post-content h3, .page-content h3 {
		margin-top: 30px;
	}
h4 {
	font-size: 21px;
}

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 #efedea;
}

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

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

/*!---------HEADER---------*/
.top-bar {
	background-color: #f8f6f3;
	padding: 0;
	text-align: center;
}
	.top-bar .top-cta {
		color: #444240;
		font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .025em;
		padding: 13px;
	}
		.top-bar .top-cta a {
			color: #444240;
			background-color: #e4d4cb;
			text-decoration: none;
			padding: 3px 10px;
			display: inline-block;
		} 
			.top-bar .top-cta a:hover {
				background-color: #ece1db;
			}
		.top-bar .top-cta p {
			margin: 0;
		}
	
.header {
	text-align: center;
	position: relative;
	z-index: 201;
	margin: 40px 0;
}
	body.home .header {
	}
.header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .logo {
	overflow: hidden;
	width: 358px;
	margin: 0;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}
	
.header .social {
	flex-shrink: 1;
}
.header .header-search {
	flex-shrink: 1;
}
.header #main {
	flex-shrink: 1;
}
	
/*!---------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;
	}
	.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 12px 25px;
	padding: 0;
}
	.span_content ul li:before {
		display: inline-block;
		content: "";
		font-family: 'Font Awesome 5 Pro';
		color: #444240;
		background-color: #e4d4cb;
		-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: #ffffff;
	background-color: #e4d4cb;
	-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: "anonymous_pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

	.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: #b2907e;
	font-size: 16px;
	padding: 0px;
	margin: 0 6px;
}
	.social a:hover {
		color: #e4d4cb;
	}
	.sidebar .social {
		text-align: center;
		margin: -25px 0 55px;
	}
	.sidebar .social a {
		color: #ffffff;
		background: #b2907e;
		font-size: 15px;
		padding: 0px;
		margin: 0 3px;
		text-decoration: none;
		border: none;
		box-shadow: none;
		letter-spacing: normal;
		text-align: center;
		display: inline-block;
		width: 36px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		border-radius: 50%;
	}
		.sidebar .social a:hover {
			color: #ffffff;
			background-color: #e4d4cb;
		}


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

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

.post-meta {
	font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #747572;
	margin: 0 0 20px;
}
.post-meta a {
	color: #747572;
	font-weight: bold;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #e4d4cb;
		text-decoration: underline;
	}
.post-meta.post-cat {
	margin: 0;
}
	.post-meta.post-cat a {
		font-size: 12px;
		background-color: #e4d4cb;
		color: #444240;
		font-weight: bold;
		letter-spacing: .1em;
		display: inline-block;
		padding: 3px 9px 3px 12px;
	}
		.post-meta.post-cat a:hover {
			background-color: #ece1db;	
			text-decoration: none;
		}
.post-meta .post-meta-info {
	display: inline-block;
}
.post-meta .avatar {
	border-radius: 50%;
	width: 36px;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	margin-right: 7px;
}
.post-meta em {
	letter-spacing: normal;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: lowercase;
	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;
	overflow: hidden;
	text-align: center;
	color: #747572;
}
	.meta-bottom a {
		color: #747572;
	}
.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 11px;
}
	.meta-bottom .post-cats a {
		color: #6E6F6D;
		background-color: #f8f6f3;
		text-transform: uppercase;
		letter-spacing: .075em;
		text-decoration: none !important;
		padding: 7px 10px 7px 12px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #e4d4cb;
			color: #444240;
		}
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: #747572;
	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: #444240;
}

.disclosure, .disclosure-top, small, .tasty-links-general-disclaimer {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 12px;
	color: #747572;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
	.post-content .tasty-links-general-disclaimer:first-child, .disclosure-top {
		margin: -10px 0 0;
		text-align: left;
	}
a.more-link {
	font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	color: #444240;	
	margin: 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	padding: 0 3px 0 5px;
	background: linear-gradient(#e4d4cb, #e4d4cb) 0 84% / 100% 8px no-repeat;	
}
	a.more-link:hover {
		color: #b2907e;
		background: linear-gradient(#e4d4cb, #e4d4cb) 0 84% / 100% 21px no-repeat;	
	}
a.more-button {
	font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	color: #ffffff;
	background: #b2907e;	
	margin: 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	padding: 8px 15px 9px 17px;
}
	a.more-button:hover, a.more-button:focus {
		color: #ffffff;
		background: #e4d4cb;
	}

	.home-section .more {
		margin-top: 20px;
		text-align: center
	}
	
	@media ( min-width : 600px ) {
		.fixed-more a.more-link {
			font-size: 12px;
		}
		.home-section .fixed-more {
			position: absolute;
			top: 0;
			right: 20px;
			margin: 0;
		}
		.sidebar .fixed-more {
			position: unset;
			right: 0;
			text-align: center;
		}
	}
	
#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: "larken", Georgia, "Source Serif Pro", Times, serif;
		border-top: 1px solid #efedea;
		border-bottom: 1px solid #efedea;
	}
	
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	
	.post-nav a {
		color: #444240;
		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: #444240
	}
	.post-nav div a:hover {
		color: #b2907e;
	}
	
	.post-nav em {
		display: block;
		font-size: 11px;
		font-style: normal;
		font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		color: #747572;
		padding: 0 0 5px;
	}

/*! Gutenberg Blocks */

.fullwidth, .alignfull, .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;
	}

.wp-block-image {
	margin: 30px 0;
}
.wp-block-gallery {
	margin-top: 30px;
	margin-bottom: 30px;
}
.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: #f8f6f3;
		color: #444240;
		font-size: 16px;
		margin: 0;
		max-height: auto;
		padding: 8px;
		line-height: 1.4;
		position: relative;
		text-align: center;
		width: 100%;
	}
.post .wp-block-group.has-background, .post .has-background {
	padding: 15px 30px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.page-content .wp-block-group.has-background, .page-content .has-background, .page-content .home-section.has-background {
	padding: 3vw;
}
	.wp-block-media-text.has-background {
		padding: 0;
	}
	.post ol.has-background, .post ul.has-background {
		padding: 20px 30px 15px;
	}
	.post p.has-background {
		padding: 20px 30px;
	}
	.wp-block-group.has-background h2 {
		margin-top: 20px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -15px -30px 10px;
			padding: 15px 30px;
		}
	.has-pink-background-color {
		background-color: #b2907e;
	}
	.has-medpink-background-color {
		background-color: #e4d4cb;
	}
	.has-lightpink-background-color {
		background-color: #ece1db;
	}
	.has-lightestpink-background-color {
		background-color: #f0ebe8;
		background-color: #f4edea;
		background-color: #f7f1ef;
	}
	
	.has-taupe-background-color {
		background-color: #f8f6f3;
	}
	
	.has-black-background-color {
		background-color: #444240;
		color: #ffffff;
	}
		.has-black-background-color h2 {
			color: #ffffff;
		}
	.has-gray-background-color {
		background-color: #767574;
		color: #ffffff;
	}
		.has-gray-background-color h2 {
			color: #ffffff;
		}
	.has-lightgray-background-color {
		background-color: #f4f4f4;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 3px solid #f8f6f3;
	}
	
	.has-pink-color {
		color: #b2907e;
	}
	.has-medpink-color {
		color: #e4d4cb;
	}
	.has-lightpink-color {
		color: #ece1db;
	}
	.has-taupe-color {
		color: #f8f6f3;
	}
	.has-black-color {
		color: #444240;
	}
	.has-gray-color {
		color: #767574;
	}
	.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: "anonymous_pro", Helvetica, 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;
}

/*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: #444240;
	background-color: #e4d4cb;
	-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;
}

.wp-block-coblocks-faq-item {
	border-bottom: 1px solid #efedea;
	margin: 0;
	padding: 1rem 0;
}
.wp-block-coblocks-faq-item__question {
	font-weight: 600;
	list-style: none;
	position: relative;
}
.wp-block-coblocks-faq-item__question__icon {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 3px;
	transform: scaleY(-1);
	transition: transform .2s;
}


/*!--PAGES--*/
.span_content_full .wp-block-media-text h1 {
	margin-top: 0;
}
.span_content_full p, .span_content_full ul, .span_content_full ol, .span_content_full h1, .span_content_full h2, .span_content_full h3, .span_content_full h4 {
}
.page-content .home-section, .span_content_full .wp-block-media-text {
	margin-top: 35px;
	margin-bottom: 35px;
}
.page-content .home-section .wrap {
	padding: 0;
}

@media ( min-width : 600px ) {
	.wp-block-media-text.has-media-on-the-right:not(.has-background)>.wp-block-media-text__content {
		padding-left: 0 !important
	}
	.wp-block-media-text.has-media-on-the-left:not(.has-background)>.wp-block-media-text__content {
		padding-right: 0 !important
	}	
}

/*!---------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);
	}
		.span_content_full .items-3-col {
			gap: 3vw;
			row-gap: 2vw;
		}
		.archives.items-3-col {
			gap: 2vw;
			row-gap: 1vw;
		}
		.icons.items-3-col {
			gap: 2vw;
			row-gap: 1.5vw;
		}
	.items-4-col {
		gap: 2vw;
		grid-template-columns: repeat(4, 1fr);
	}
		.post-content .items-4-col {
			gap: 20px;
		}
		.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: 2vw;
		grid-template-columns: repeat(5, 1fr);
	}
		
	.items-6-col {
		gap: 1.5vw;
		grid-template-columns: repeat(6, 1fr);
	}
		.sidebar .items-5-col, .sidebar .items-6-col {
			width: 100%;
			display: flex;
			justify-content: center;
			display: flex;
			flex-flow: row wrap;
			gap: 3%;
		}
			.sidebar .items-5-col .item, .sidebar .items-6-col .item {
				flex-basis: 30%;
				width: 30%;
				margin: 0;
				min-width: unset;
				max-width: unset;
				
			}
	.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: 30px;
		font-size: clamp(18px, 3vw, 30px);
	}
		.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: 18px;
		font-size: clamp(14px, 2vw, 18px);
	}

	.icons .item .title, .sidebar .icons .item .title {
		text-align: center;
		font-size: 1.5vw;
		font-size: clamp(9px, 1.5vw, 12px);
		font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		margin: 13px 0 0;
	}

.item .title {
	text-decoration: none;
	color: #444240;
	-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: #444240;
		text-decoration: none;
	}
	.item .title a:hover, .item a:hover .title {
		color: #b2907e;
		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;
}
	.icons .item 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: 5px 4% 15px;
}
	.post-content .featured-posts-block.has-background .more {
		margin: 10px 0 15px;
	}
	.post-content .featured-posts-block .block-title {
		font-size: 30px;
		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: -5px;
	margin-bottom: 5px;
}
.post-content .featured-posts-block a {
	box-shadow: none;
	border: none;
}

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

.item .post-cat {
	margin: -13px 0 0;
	position: relative;
	z-index: 12;
}
	.items-3-col .teaser-post .post-meta.post-cat {
		margin: -15px 0 0;
	}
	.teaser-post .post-meta.post-cat a, .items-3-col .teaser-post .post-meta.post-cat a {
		font-size: 13px;
		padding: 4px 10px 4px 13px;
	}
.teaser-post .title {
	margin: 10px 0 15px;
}

.teaser-post .excerpt {
	margin: 15px 0 20px;
}
.teaser-post .more {
	text-align: center;
	margin: 20px 0 0	
}
.item .wprm-recipe-rating {
	margin: -5px 0 0;
	font-size: 14px;
	line-height: 20px;
}

		
/*!----Homepage Styles----*/

.upper-home-sections {
	clear: both;
	margin-bottom: 4vw;
}
	
.lower-home-sections {
	margin: 5vw 0 0;
}

.home-sections {
	display: flex;
	flex-flow: column;
	gap: 6vw;
}
	.upper-home-sections.home-sections {
		gap: 35px;
	}

.home-section {
	clear: both;
	position: relative;
}

.home-section .wrap {
	position: relative;
}
	.home-sections .home-section.has-background, .footer .home-section.has-background {
		border: none;
		position: relative;
		padding: 3vw 0;
	}
	.upper-home-sections .home-section {
		margin: 0;
	}
	.upper-home-sections .home-section:not(.has-background) {
		padding: 0 !important;
	}


.lower-home-sections .home-section.featured-posts-block {
	position: relative;
	padding-top: 3vw;
}
	.lower-home-sections .home-section.optin-block+.home-section.featured-posts-block, .lower-home-sections .home-section.has-background+.home-section.featured-posts-block {
		margin-top: -6vw;
	}
	.lower-home-sections .home-section.featured-posts-block:after {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0;
		background-color: #f8f6f3;
		width: 100%;
		height: 50%;
		content: "";
		z-index: -1;
	}
	.home-section.featured-posts-block p.description, .featured-posts-block p.description {
		margin: -5px 0 20px;
		text-align: center;
	}

.home-section .widget-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
}	
	.home-section.about .widget-content {
		max-width: 860px;
		margin: 2vw auto 3vw;
	}

.home-section .widget-content .image {
	flex-basis: 46%;
	z-index: 12;
	position: relative;
	align-self: flex-start;
	order: 1;
}

	.home-section .widget-content .image:after {
		display: block;
		position: absolute;
		top: 20px;
		left: 20px;
		background-color: #ece1db;
		width: 100%;
		height: 100%;
		content: "";
		z-index: 1;
	}
	.home-section .widget-content.left .image {
		order: 1;
	}
		
	.home-section .widget-content .image img {
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		height: auto;
	}
	
.home-section .widget-content .caption {
	flex-basis: 47%;
	text-align: center;
	align-self: center;
	z-index: 2;
	position: relative;
	order: 1;
}	
	.home-section .widget-content.left .caption {
		order: 2;
	}
	
	.home-section .widget-content .caption .block-title {
		margin: 0;
		text-align: center;
	}
	.home-section .widget-content .caption p {
		margin: 15px 0 15px;
		line-height: 1.6;
		font-size: 17px;
	}
		.home-section .widget-content .caption strong {
			
		}
	.home-section .widget-content .more {
		margin: 20px 0 0;
		display: block;
	}

.home-section.icons-block .wrap {
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: space-between;
	}
		.home-section.icons-block .wrap .search-content {
			flex-basis: 40%;
			text-align: center;
		}
		.home-section.icons-block .wrap .icons {
			flex-basis: 53%;
		}
		.home-section.icons-block .wrap .search-content .block-title {
			text-align: center;
			font-size: 4vw;
			font-size: clamp(21px, 3.7vw, 36px);
		}
		
	.optin-content {
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		gap: 30px;
		margin: 0 auto;
		max-width: 820px;
	}
		.optin-content .caption {
			flex-basis: auto;
			flex-shrink: 0;
			text-align: center;
		}
			.optin-content .caption .block-title {
				margin: 0;
				text-align: center;
				font-size: 32px;
			}
	
			.optin-content .caption p {
				margin: 10px 0 0;
				font-size: 18px;
				line-height: 1.4;
			}
			
		.optin-content .form {
			flex-shrink: 1;
			flex-grow: 1;
			flex-basis: auto;
		}
	
/*Sidebar Blocks*/		
.sidebar .optin-content, .span_content .optin-content {
	display: block;
	flex: none;
	padding: 20px 20px 10px;
	text-align: center;
}
	.span_content .optin-content {
		padding: 0;
	}
	.sidebar .optin-content .caption, .span_content .optin-content .caption {
		font-size: 18px;
		padding-bottom: 15px;
	}
	.sidebar .optin-content .caption .block-title, .span_content .optin-content .block-title {
		margin: 0;
		font-size: 26px;
		line-height: 1.2;
		text-align: center;
	}
	.sidebar .optin-content .caption .subtitle {
		font-size: 12px;
		margin: 5px 0;
	}
	.sidebar .optin-content .caption p {
		margin: 10px 0 0;
		font-size: 16px;
	}
	.sidebar .optin-content .caption * {
		z-index: 11;
		position: relative;
	}
	
.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.shaded {
		padding: 25px;
	}

.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: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		margin: 0 0 35px;
	}
.sidebar .widget-content .caption {
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: center;
	width: 100%;
}
	.sidebar .home-section.has-background .widget-content .caption {
		padding: 10px 15px 35px;
	}
	.sidebar .home-section .widget-content .caption .block-title {
		text-align: center;
		margin: 15px 0;
	}
	.sidebar .home-section .widget-content .caption p {
		margin: 15px 0;
		font-size: 90%;
		line-height: 1.5;
	}
	.sidebar .home-section .widget-content a.more-button {
		text-align: center;
		font-size: 12px;
	}


/*!---------ARCHIVE STYLES---------*/

ul.subcategories {
	margin: 0 0 25px;
}
ul.subcategories strong, .subcats strong, .subcats h2 {
	font-family: "anonymous_pro", Helvetica, 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: "anonymous_pro", Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #b2907e;
	text-transform: uppercase;
	letter-spacing: .075em;
	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: #b2907e;
		background: #ffffff;
	}
		ul.subcategories ul li.all a i {
			color: #b2907e
		}
	ul.subcategories ul li.current-cat a {
		color: #ffffff;
		background: #b2907e;
	}
	ul.subcategories ul li a:hover, ul.subcategories ul li a:focus, .subcats a:hover, .subcats a:focus {
		background: #e4d4cb;
		color: #ffffff;
		text-decoration: none !important;
	}
		ul.subcategories ul li.all a:hover {
			color: #e4d4cb;
			background: #ffffff;
		}

.recipe-cats {
	margin: 35px 0;
}

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: #444240;
		background-color: #e4d4cb;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 7px;
		width: 7px;
		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;
}

/*!Breadcrumbs*/
.breadcrumb {
	color: #747572;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 10px;
}
.breadcrumb a {
	background: none !important;
	color: #747572;
	font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .02em;
	text-decoration: underline;
	border: none;
	box-shadow: none !important;
}
	.breadcrumb .breadcrumb_last {
		
	}
	body.single-post .breadcrumb .breadcrumb_last {
		
	}
.breadcrumb a:hover {
	color: #b2907e;
}


/*!---------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 #efedea;
}

.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 #efedea;
	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: #444240;
	background: #e4d4cb;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	letter-spacing: .02em;
	cursor: pointer;
	border-radius: 0;
	padding: 18px 25px;
	text-decoration: none;
}
	a.smbutton, button.smbutton {
		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: #444240;
		background: #ece1db !important;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #f8f6f3;
	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: #444240;
	font-size: 21px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 70px;
	height: 70px;
	border: none;
	padding: 0 40px 0 15px;
	vertical-align: middle;
	width: 100%;
	border: none;
	background-color: #ffffff;
	border: 1px solid #efedea;
	width: 100%;
}
	.has-background .search-form .search-field {
		border: none;
	}
	.wp-block-search__input {
		color: #444240;
		font-size: 18px;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-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 #efedea;
	}
	.search-form .search-field:focus, .wp-block-search__input:focus {
		border: 2px solid #b2907e;
		outline: none;
	}
	.header .search-field {
		line-height: 48px;
		height: 48px;
		border: none;
		border-left: 1px solid #efedea;
		font-size: 16px;
		padding: 0 15px;
		position: relative;
	}
	

.search-form .search-submit {
		background-color: transparent;
		font-size: 28px;
		color: #b2907e;
		width: auto;
		height: 70px;
		width: 70px;
		line-height: 70px;
		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: #b2907e;
		color: #FFFFFF;
		font-weight: bold;
		font-family: "anonymous_pro", Helvetica, 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: #b2907e;
		fill: #b2907e;
		position: relative;
		top: 4px;
	}

	.header .search-submit {
		background-color: transparent;
		color: #b2907e;
		fill: #b2907e;
		font-size: 17px;
		line-height: 48px;
		width: 48px;
		height: 48px;
		border-radius: 0;
		margin: 0;
		position: absolute;
		top: 0;
		right: 1px;
	}
	.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover svg, .search-form .search-submit:focus svg {
		color: #e4d4cb;
		fill: #e4d4cb;
		cursor: pointer;
	}

/*Subscribe Forms*/


.subscribe form {
	clear: none;
	margin: 0;
	width: 100%;
	position: relative;
}
	
.subscribe .email-input {
	border: 1px solid #ebebeb;
	background-color: #ffffff;
	color: #444240;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 15px;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
}
	.has-background .email-input {
		border: none;
	}
	.sidebar .subscribe .email-input {
		width: 100%;
	}
	.email-input:focus {
		outline: none;
		color: #444240;
		background-color: #ffffff;
		border: 2px solid #b2907e
	}

.subscribe .email-submit {
	border: none;
	font-size: 16px;
	font-weight: bold;
	font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #444240;
	background-color: transparent;
	text-align: center;
	border: none;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0px 15px;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	right: 0;
}
	.sidebar .subscribe .email-submit {
		width: 100%;
		position: relative;
		text-align: center;
	}

	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		color: #b2907e;
	}

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

/*!---------FOOTER---------*/

.footer {
	margin-top: 7vw;
	margin-bottom: 0;
}
	body.home .footer {
		
	}
	

.sub-footer {
	color: #747572;
	overflow: hidden;
	clear: both;
	padding: 20px 0;
	text-align: center;
}
@media ( min-width : 600px ) {
	.sub-footer .wrap {
		display: flex;
		justify-content: space-between;
	}
	.sub-footer .footer-nav {
		text-align: left;
	}
	.sub-footer .copyright {
		text-align: right;
	}
}
.sub-footer a {
	text-decoration: none;
	color: #747572;
}
	.sub-footer a:hover {
		color: #b2907e
	}
.sub-footer .footer-nav {
	font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .08em;
	margin: 0;
}
.sub-footer .footer-nav li {
	display: inline-block;
	margin-right: 12px;
}
	.sub-footer .footer-nav .top a {
		color: #444240
	}
.sub-footer .logo {
	text-align: center;
	float: none;
	margin: 15px 0;
}	
.sub-footer .logo img {
	margin: 0 auto;
}
.copyright {
	font-size: 11px;
}
.copyright p {
	margin: 0;
}
.copyright strong {
	font-weight: bold;
	font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.copyright em {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 12px;
}
.copyright a {
	text-decoration: underline;
	color: #767574;
}

.copyright a:hover {
	color: #b2907e;
}

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

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

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

	#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;
	background-color: #ffffff;
	border: 1px solid #efedea;
	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: #f8f6f3;
	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: #444240;
}

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

.comment-meta a:hover {
	color: #444240;
	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: #444240;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	font-weight: bold;
	font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #747572;
}
	.comment-pagination {
		margin: 0 0 30px;
	}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #747572;
	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: #444240;
	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: #e4d4cb;
}

/*!---------MAIN DROPDOWN MENU---------*/

#main {
	padding: 0;
	text-align: right;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: .025em;
	position: relative;
	z-index: 2001;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

#main li a {
	display: inline-block;
	position: relative;
	padding: 0 12px;
	margin: 0;
	text-decoration: none;
	color: #444240;
}
#main li a:hover, #main li a:focus, #main li:hover a {
	color: #b2907e;
}

	
/*!Sub Menus Level 1 */

#main ul ul {
	font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-size: 12px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 35px;
	left: 50%;
	padding: 0;
	line-height: 1.4;
	background-color: #ece1db;
	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;
	font-size: 13px;
	border: none;
	background: none !important;
	color: #444240 !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 {
		color: #b2907e !important;
	}
	#main li li a:hover, #main li li:hover>a {
		color: #444240 !important;
		background-color: #e4d4cb !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: #ffffff;
	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: #e4d4cb !important;
	}
	
/* Search Overlay */
.openBtn {
	color: #b2907e;
	fill: #b2907e;
	cursor: pointer;
}
	.openBtn:hover {
		color: #e4d4cb;
		fill: #e4d4cb;
	}
.search-overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(68, 66, 64);
	background-color: rgba(68, 66, 64, .92); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

/* Close button */
.search-overlay .closebtn {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	color: white;
	fill: white;
	z-index: 3001;
}

.search-overlay .closebtn:hover {
	opacity: 0.6;
}

.search-overlay .search-input {
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	padding: 0 20px;
}
.search-overlay .search-submit {
	height: 80px;
	line-height: 80px;
	font-size: 42px;
	width: 72px;
}
	.search-overlay .search-submit svg {
		width: 42px;
		height: 42px;
	}

/*! WPRM */

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

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-head {
	background-color: #f8f6f3;
	margin: 0;
	padding: 25px;
	text-align: center;
	overflow: hidden;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-title-block {
	width: 69%;
	float: left;
	order: 1;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-image-block {
	width: 28%;
	float: right;
	order: 2;
	text-align: center;
	margin: 0;
}
	.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;
	border-left: 3px solid #f8f6f3;
	border-right: 3px solid #f8f6f3;
}


	
.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: 28px;
}	
	.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 #ebebeb !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom h4.wprm-recipe-group-name {
	font-size: 17px;
	font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 20px 0 10px !important;
}

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

.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;
}
.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: "anonymous_pro", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	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: "anonymous_pro", Helvetica, 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
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes-container {
	
}
/*Recipe Meta*/

.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta {
	color: #444240;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}
.recipe-meta .wprm-recipe-details-container-table {
	margin: 15px 0;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta-bottom {
		clear: both;
		color: #747572;
		font-size: 11px;
		margin: 20px 0 20px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta a {
		color: #444240;
		background: unset;
		text-decoration: underline;
		border: none;
		box-shadow: none;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta a.wprm-recipe-servings-link {
		background-color: #ffffff;
		padding: 5px;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-servings-container {
	font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 5px 0 10px;
	display: block;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-block-text-italic {
		font-weight: normal;
		font-style: italic;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		letter-spacing: normal;
		text-transform: lowercase;
		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;
	}
	

.recipe-meta .wprm-recipe-block-container:before {
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	margin-right: 4px;
	font-size: 120%;
	color: #e4d4cb;
}
	.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 {
		display: none;
	}
		
.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;
	}

.wprm-recipe-diet-container a.wprm-recipe-term-link {
	background: none;
}
.wprm-recipe-diet-container .tippy-box {
	background-color: #444240;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
}
.wprm-recipe-tag-term {
	align-items: center;
	display: inline-flex;
	margin: 0 2px;
}
.wprm-recipe-tag-term.wprm-recipe-tag-image-align-left .wprm-recipe-tag-term-image {
	margin-right: 0px;
}

/*Ratings*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-rating {
	font-size: 22px;
	line-height: 20px;
	margin: 10px 0;
	display: inline-block;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-rating .wprm-recipe-rating-details, .item .wprm-recipe-rating-details {
		font-style: italic;
		font-weight: normal;
		letter-spacing: normal;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-size: 13px;
		margin: 0 0 0 5px !important;
		display: inline-block !important;
		color: #6E6F6D;
	}
		.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 {
	margin-top: 15px;
	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: "anonymous_pro", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #e4d4cb;
	border: none !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: #ece1db !important;
		color: #444240 !important;
	}


/*Lists*/
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients {
	margin-top: 15px !important;
}
.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-left: 35px !important;
	margin-bottom: 6px;
	line-height: 1.5;
	list-style-type: none !important;
}
	.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-instructions li {
	overflow: hidden;
	clear: right;
	margin-bottom: 15px !important;
}
	.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-instructions li:before {
		
	}
	.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: 90%;
		font-style: italic;
	}

	
.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: "anonymous_pro", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 2px 6px 0 -35px;
	height: 26px;
	width: 26px;
	line-height: 26px;
	border-radius: 100%;
	border: 0;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-ingredient-amount, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-ingredient-unit {
	
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes li {
	margin-left: 30px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes li:before {
	display: inline-block;
	content: "";
	font-family: 'Font Awesome 5 Pro';
	color: #444240;
	background-color: #e4d4cb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 6px;
	width: 6px;
	margin-left: -20px;
	margin-right: 13px;
	left: 0;
	position: relative;
	top: -2px;
	font-size: 12px;
	text-align: center;
}

/*Nutrition*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container {
	color: #747572;
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	text-align: left;
	background-color: #f8f6f3;
	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: "anonymous_pro", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .1em;
		font-size: 14px;
		color: #444240;
	}
	.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: "larken", Georgia, "Source Serif Pro", Times, serif;
	font-size: 26px !important;
	line-height: 1;
	text-transform: none;
	font-weight: normal !important;
	letter-spacing: normal;
	margin: 0 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(#e4d4cb, #e4d4cb) 0 100% / 100% 6px no-repeat;	
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action .wprm-call-to-action-icon {
	font-size: 62px;
	line-height: 1;
	margin: 5px 20px 0 0;
}


/*Jump Button*/
.post-meta .wprm-recipe-snippet {
	margin: 12px 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;
		font-family: "anonymous_pro", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: .1em;
		font-size: 11px;
		padding: 5px 10px !important;
		margin: 0 !important;
		color: #767574 !important;
		border: 1px solid #efedea;
		vertical-align: middle;
	}
		.wprm-recipe-snippet a.wprm-recipe-link:hover, .wprm-recipe-snippet a.wprm-recipe-link:focus {
			background-color: #ece1db !important;
			color: #444240 !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 {
			display: inline-block;
			font-style: italic;
			font-weight: normal;
			letter-spacing: normal;
			font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
			font-size: 12px;
			color: #747572;
			margin: 0 0 0 5px !important;
		}
	
	