/*! 
Theme Name: Baker Bettie
Theme URL: https://www.bakerbettie.com
Description: Custom responsive blog theme for Baker Bettie.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 3.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 - 5%);
		width: -webkit-calc(100% - 320px - 5%);
		width: calc(100% - 320px - 5%);
		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% - 275px);
		width: -webkit-calc(100% -275px);
		width: calc(100% - 275px);
		min-width: 0;
		max-width: 100%;
		float: left;
	}
	.facet_sidebar {
		width: 240px;
		min-width: 0;
		max-width: 728px;
		float: right;
	}


}

.wrapper, .wrap {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1200px;
}

.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: #3a3532;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #f2eee4;
	background-color: #f2eee4;
	padding: 5px 10px;
	text-decoration: none;
}
 
#skip a:focus {
	position:absolute;
	left: 8px;
	top: 8px;
	z-index: 3001;
	width:auto;
	height:auto;
}

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

body {
	font-family: Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.7;
	color: #3a3532;
	margin: 0;
	background-color: #f9f7f4;
}

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: #bd3937;
	text-decoration: underline;
}

a:hover {
	color: #478a85;
}

	.post-content a, .cat-desc a, .comments-area a, .about a {
		color: #3a3532;
		border-bottom: 1px solid #488a86;
		box-shadow: inset 0 -2px 0 #488a86;
		text-decoration: none;
	}
		.post-content a:hover, .post-content a:focus, .cat-desc a:hover, .cat-desc a:focus, .comments-area a:hover, .comments-area a:focus, .about a:hover, .booklinks p a:focus {
			color: #bd3937;
			border-color: #bd3937;
			box-shadow: inset 0 -2px 0 #bd3937;
		}
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6, .wp-block-search__label {
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .025em;
	margin: 25px 0;
	color: #bd3937;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 32px;
}
	.post-content h2, .page_content h2 {
		margin-top: 50px;
	}
	
	h2.divider, h3.divider, div.divider {
		font-size: 52px;
	}


h3 {
	font-size: 28px;
	color: #bd3937
}
	.post-content h3, .page_content h3 {
		font-size: 28px;
		margin-top: 35px;
		color: #478a85
	}
			
	h2 em, h3 em, h4 em {
		font-size: 105%;
		line-height: .8;
		font-family: "coffee-service", cursive;
		font-style: normal;
		text-transform: none;
		letter-spacing: normal;
		
	}
	.subtitle {
		display: block;
		letter-spacing: .05em;
		font-size: 18px;
		text-transform: uppercase;
		font-style: normal;
		margin-bottom: 4px;
	}
	.sidebar .wp-block-search__label {
		font-size: 24px;
	}
	h3.widget-title {
		color: #bd3937
	}
		h3.widget-title em {
			
		}


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: 2px solid #f2eee4;
}

hr {
	border: 0;
	height: 0;
	border-top: 2px solid #f2eee4;
	border-bottom: none;
	margin: 45px auto;
}

	hr.is-style-default {
		width: 150px;
		margin: 45px auto;
		border-top: 2px solid #f2eee4;
	}
	hr.is-style-wide {
		width: 100%;
		margin: 45px auto;
	}

/*!---------HEADER---------*/
.top-bar {
	background-color: #f2eee4;
	padding: 4px 6px 6px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	
	.top-bar .social {
		flex-basis: 190px;
		flex-shrink: 1;
		margin-right: auto;
	}
	.top-bar .top-nav {
		margin: 0 auto;
		flex-shrink: 1;
	}
	.top-bar .header-search {
		flex-basis: 150px;
		margin-left: auto;
	}

.header {
	padding: 0;
}
.header .logo {
	overflow: hidden;
	width: 264px;
	float: left;
	margin: -15px 0 20px;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}
.header #main {
	margin-top: 15px;
}


/*!---------CONTENT---------*/

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="700"] {
		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: disc;
	margin: 0 0 10px 15px;
	padding: 0;
}
	.span_content ul li li {
		list-style-type: circle;
	}

.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>li {
	padding: 0 0 0px;
	margin: 0 0 20px 33px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	background-color: #bd3937;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 23px;
	width: 23px;
	color: #FFF;
	left: -22px;
	top: 6px;
	transform: translateX(-50%);
	line-height: 22px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.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 {
	margin: 0 0 20px;
}

h1.page-title {

}

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

.sidebar {
	font-size: 94%;
	text-align: center
}
.widget {
	margin: 30px 0 60px 0;
	text-align: center;
}
	.find-a-recipe .widget {
		margin: 15px 0;
	}
.widget.center, .widget.center .textwidget {
	text-align: center;
}

.widget.ad, .widget.ad .textwidget {
	text-align: center;
}
	.widget.ad .textwidget iframe {
		margin: 0 auto;
	}

.widget.ad img {
	display: inline-block;
}

h3.widget-title {
	text-align: center;
}

.hide-title h3.widget-title {
	display: none;
}

.widget a {
	text-decoration: none;
}

.widget p {
}


.sidebar select {
	color: #777067;
	font-size: 16px;
	font-family: Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	width: 100%;
	border: 1px solid #f2eee4;
	background-color: #ffffff;
	border-radius: 0;
	-webkit-appearance: none;
    -moz-appearance: none;    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    background-position: right 50%;
    background-repeat: no-repeat;
}
	.widget_categories h3.widget-title {
		display: none;
	}

	
.social a {
	color: #478a85;
	text-decoration: none;
	border: none !important;
	box-shadow: none !important;
	padding: 3px 5px;
	font-size: 17px;
}
	.social a:hover {
		color: #6da19e;
	}

.sidebar .social {
	margin: 25px 0 0;
}


/*! -- Custom Content Widgets -- */

.sidebar .item img {
	width: 100%;
	height: auto;
	display: block;
}

.sidebar .item a {
	display: block;
}

.sidebar .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.sidebar .item h4 {
	margin: 10px 0;
	text-align: center;
}

/*!Featured Posts Widget*/
.sidebar .featuredposts {
	
}
.sidebar .featured, .sidebar .category-posts {
	text-align: center;
	overflow: hidden;
}

.sidebar .featured .item, .sidebar .category-posts .item {
	width: 47%;
	margin: 0 6% 4% 0;
	float: left;
}
	.sidebar .featured .item:nth-of-type(2n), .sidebar .category-posts .item:nth-of-type(2n) {
		 margin-right: 0;
	}
	
	.sidebar .featured .item:nth-of-type(2n+1), .sidebar .category-posts .item:nth-of-type(2n+1) {
		clear: left
	}
	
.sidebar .featured h4 {
	
}



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

.post {
	margin-bottom: 0px;
}
.single-post-content .post-content {
	
}
	.single-post-content .post-content .wp-block-image {
	
		
	}
	.single-post-content .post-content>p:first-of-type {
		margin-top: 1px;
	}
	

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

h1.post-title a, h2.post-title a {
	text-decoration: none;
	color: #bd3937;
}

h1.post-title a:hover, h2.post-title a:hover {
	color: #478a85;
}


.post-meta {
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	color: #6c6a66;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .08em;
	overflow: hidden;
	margin: 0 0 25px;
}
		
.post-meta em {
	font-size: 90%;
	font-family: Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal
}

.post-meta .avatar {
	border-radius: 50%;
	width: 36px;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}

.post-meta a {
	color: #6c6a66;
	text-decoration: none;
}
	.post-cat, .post-cat a {
		color: #478a85
	}
.post-meta a:hover, .post-cat a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #bc3936;
	text-decoration: underline;
}

.post-meta .spacer:before {
	content: "//";
	display: inline-block;
	color: #dedede;
	margin: 0 5px;
	font-weight: 300;
}
.ccount {
	display: inline-block
}

.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: left;
}

.meta-bottom p {
	margin: 0;
}

.meta-bottom .left {
	width: 80%;
	float: left;
	text-align: left;
	display: inline-block;
}

.meta-bottom .right {
	text-align: right;
	width: 20%;
	float: right;
}

.meta-centered {
	text-align: center;
}

.meta-centered p {
	margin: 0;
}
.meta-centered .post-cats {
	margin: 20px 0;
}

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: #777067;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: none;
	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: #3a3532;
}


a.more-link {
	color: #ffffff;
	background-color: #bd3937;
	font-weight: bold;
	text-decoration: none;
	border: none;
	box-shadow: none;
	font-weight: 500;
	font-size: 20px;
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: 12px 20px;
	border-radius: 8px;
}
	.has-green-background-color a.more-link {
		background-color: #366969;
	}
	a.more-link:hover, a.more-link:focus {
		color: #ffffff;
		background-color: #c9615f;
	}
	.home-section .more {
		margin-top: 20px;
		text-align: center
	}
	
	@media ( min-width : 650px ) {
		.home-section .fixed-more {
			margin: 0;
			position: absolute;
			top: 0px;
			right: 20px;
		}
			.home-section .fixed-more a.more-link {
				
			}
	}


.alignleft {
	margin-right: 10px;
	float: left;
}
.alignright {
	margin-left: 10px;
	float: right;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.post blockquote {
	margin: 35px 0;
	clear: both;
	padding: 4% 6%;
	background-color: #f2eee4;
	border-radius: 12px;
}
	.post blockquote p {
		
	}
	.post blockquote h3 {
		text-transform: none;
		letter-spacing: normal;
		font-weight: 500;
	}

.wp-caption {
	text-align: center;
	max-width: 100% !important;
}

.wp-caption p, figcaption {
	color: #777067;
	font-size: 14px;
	line-height: 1.4;
	font-style: italic;
	text-align: center;
}
		
/*! 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) {
	
}
.fullwidth, .alignfull, .alignwide, .span_content_full .page-content .home-section.has-background:not(.has-white-background-color) {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
	width: 100vw;
}
	.span_content_full .page-content .home-section.has-background.has-white-background-color {
		padding: 4%;
	}
	.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;
	}

.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-green-background-color {
		background-color: #478a85;
		color: #ffffff;
	}
		.has-green-background-color h2 {
			color: #ffffff;
		}
	.has-lightgreen-background-color {
		background-color: #6da19e;
	}

	.has-red-background-color {
		color: #ffffff;
		background-color: #bd3937;
	}
		.has-red-background-color h2 {
			color: #ffffff;
		}
	.has-lightred-background-color {
		background-color: #c9615f;
	}
	
	.has-taupe-background-color {
		background-color: #f2eee4;
	}
	.has-black-background-color {
		background-color: #3a3532;
		color: #ffffff;
	}
		.has-black-background-color h2 {
			color: #ffffff;
		}
	.has-white-background-color {
		background-color: #ffffff;
	}
	

	.has-green-color {
		color: #478a85;
	}
	.has-lightgreen-color {
		color: #6da19e;
	}
	.has-darkblue-color {
		color: #395580;
	}
	.has-red-color {
		color: #bd3937;
	}
	.has-lightred-color {
		color: #c9615f;
	}
	.has-taupe-color {
		color: #f2eee4;
	}
	.has-black-color {
		color: #3a3532;
	}
	.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: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-align: center;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .02em;
	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: .1em;
	margin: 0 0 10px;
}

.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;
	
	font-family: "qualion", "helvetica neue", "Geneva", Arial, sans-serif;
	content: "?";
	font-weight: bold;
	color: #f9f7f4;
	background-color: #bd3937;
	-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;
}


.span_content .single-post-content ul.blocks-gallery-grid {
	margin: 0 0 -20px
}
.span_content .page-content ul.blocks-gallery-grid {
	margin: 0 0 20px;
}

.wp-block-column .wp-block-image {
	margin: 0px !important
}

.post-columns .wp-block-column img {
	width: 100% !important
}

.post-columns .wp-block-column h2 {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 15px;
	position: relative;
	z-index: 101;
	margin: -40px 20px 0;
}
	.post-columns .wp-block-column h2 a {
		display: block;
		border: none !important;
		box-shadow: none !important;
		color: #bd3937
	}
		.post-columns .wp-block-column h2 a:hover {
			color: #478a85
		}

.blocks-gallery-item a {
	border: none;
	box-shadow: none;
}


/*! Series/TOC */

#content .wp-post-series-box {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 0;
    border-radius: 5px;
    border: 3px solid #f2eee4 !important;
    box-shadow: none;
}

#content .wp-post-series-box label em {
	
}
#content .wp-post-series-box .wp-post-series-box__posts ol {
    list-style: decimal inside;
    margin: 0;
    padding: 1em;
    border-top: 3px solid #f2eee4;
    background-color: #f2eee4;
}
#content .wp-post-series-box ol {
	
}
#content .wp-post-series-box ol li {
    margin: 0 0 0 30px !important;
    padding: 0;
}

#toc_container {
	width: 100% !important;
	display: block !important;
    border: 3px solid #f2eee4 !important;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 0 20px;
}
#toc_container .toc_title {
	font-weight: bold;
	margin: 15px 0;
}
#toc_container .toc_toggle {
	float: right;
	color: #f2eee4;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
		background-color: #f2eee4;
	    font-size: 14px;
		font-weight: bold;
		font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .02em;
		border-radius: 8px;
}
	#toc_container .toc_toggle a {
	  	display: inline-block;
		padding: 3px 10px;
	    color: #478a85;
		border: none;
		box-shadow: none;
	}
#toc_container ul {
	margin: 0;
    border-top: 3px solid #f2eee4;
    padding-top: 15px;
}

#toc_container ul>li {
	padding: 0 0 0px;
	margin: 0 0 10px 33px;
	list-style-type: none;
	position: relative;
}
#toc_container .toc_number {
	position: absolute;
	background-color: #bd3937;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 26px;
	width: 26px;
	color: #FFF;
	left: -22px;
	top: 6px;
	transform: translateX(-50%);
	line-height: 26px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
	
/*! Inner Post */

.inner-post {
	clear: both;
	margin: 60px 0;
}

#dpsp-content-bottom {
	text-align: center;
}
	#dpsp-content-bottom ul li {
		display: inline-block;
		float: none;
		margin: 0 5px 0 !important
	}
	#dpsp-content-top ul li {
		display: inline-block;
		float: none;
		margin: 0 7px 0 0 !important
	}

.disclosure, small {
	font-style: italic;
	color: #777067;
	font-size: 14px;
	line-height: 1.5;
}
	.disclosure p {
		margin: 15px 0;
	}
	.disclosure strong {
		font-style: normal;
		font-size: 13px;
	}
	.disclosure a {
		text-decoration: underline;
		color: #777067;
		border: none;
		box-shadow: none;
	}
	.disclosure-top {
		text-align: left;
		margin: -10px 0 15px;
	}




/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 0px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 21px;
	line-height: 1.2;
	font-weight: bold;
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .01em;
	border-top: 1px solid #f2eee4;
	border-bottom: 1px solid #f2eee4;
}

.post-nav .nav-links {
	overflow: hidden;
	width: 100%;
}

.post-nav a {
	color: #bd3937;
	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:hover {
	color: #478a85;
}

.post-nav em {
	display: block;
	font-style: normal;
	font-family: "Lato";
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 10px;
	color: #777067;
	padding: 0 0 5px;
}


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

.items {
	display: grid;
	gap: 2vw;
	row-gap: 2vw;
	margin: 0;
	text-align: center;
}
	.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: 2vw;
		}
		.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: 15px;
			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 {
	position: relative;
}

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

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

.item .title {
	text-decoration: none;
	color: #bd3937;
}
	.item .title a {
		background: none;
		color: #bd3937;
		text-decoration: none;
	}	
		.has-red-background-color .item .title, .has-green-background-color .item .title {
			color: #ffffff;
		}
	.item .title a:hover, .item a:hover .title {
		color: #478a85;
		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.icons .item img {
	max-width: 140px;
	margin: 0 auto;
}	
	.items .item a:hover img {
		opacity: 0.85;
	}
	.items.icons .item a:hover img {
		opacity: 1.00;
		transform: rotate(5deg)
	}
.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 {
		margin: 15px 0 15px;
		font-size: 24px;
		padding: 0;
		text-align: left;
	}
		.post-content .featured-posts-block .block-title:after {
			display: none;
		}
	.post-content .featured-posts-block .description {
		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: 92%;
	line-height: 1.55;
	margin: 10px 0;
}
	.image-blocks.items .item .excerpt {
		margin: -5px 0 0
	}
	.image-blocks.items .item .title {
		margin: 15px 0 10px
	}
	.item .excerpt p {
		margin: 0;
	}

.item .post-cat {
	margin: 0;
	position: relative;
	z-index: 12;
}
	.items-3-col .teaser-post .post-meta.post-cat {
		margin: 20px 0 -10px;
	}
	
.teaser-post .title {
	margin: 15px 0 15px;
}
.teaser-post .excerpt {
	margin: 15px 0px;
}
.teaser-post .more {
	margin: 20px 0 0	
}
.item .wprm-recipe-rating {
	margin: -5px 0 0;
	font-size: 14px;
	line-height: 20px;
}
	.item .wprm-recipe-rating-details {
		display: inline-block;
	}

/*!----Homepage Styles----*/
	
.home-sections {
	display: flex;
	flex-flow: column;
	gap: 6vw;
}
	.home-sections .home-section.has-background + .home-section.has-background {
		margin-top: -6vw;
	}

.home-section {
	clear: both;
	position: relative;
}
	.home-sections .home-section {
		
	}
	.page-content .home-section {
		margin-bottom: 35px;
	}
.home-section .wrap {
	position: relative;
}
	.sidebar .home-section .wrap {
		padding: 0;
	}
	.page-content .home-section .wrap {
		padding: 0;
	}
	.home-sections .home-section.has-background, .footer .home-section.has-background {
		position: relative;
		padding: 4vw 0;
	}
		.home-sections .has-background.optin-block, .footer .has-background.optin-block {
			padding: 45px 0;
		}

.home-sections .tagline {
	padding: 45px 0 55px;
	background-color: #bc3a37;
	mask: conic-gradient(from -52.5deg at bottom,#0000,#000 1deg 104deg,#0000 105deg) 50%/31.28px 100%

}
	.home-sections .tagline h1 {
		color: #f9f7f4;
		margin: 0;
		text-align: center;
		font-size: 58px;
	}
	.home-sections .tagline p {
		color: #f9f7f4;
		margin: 0;
	}


.about-group {
	
}
	.home-sections .wp-block-group .wrap {
		padding: 0;
	}
	.home-sections .about-group .about {
		margin-top: -25px;
	}
	
.home-sections .big-arrow .block-title {
	font-size: 58px;
	text-align: center;
	margin: 0 0 16px;
}
	.home-sections .big-arrow .block-title:after {
		content: "";
		background: url(images/arrow.svg) repeat-x;
		background-size: 100% auto;
		display: inline-block;
		width: 184px;
		height: 107px;
		z-index: 11;
		margin-bottom: -65px;
		position: relative;
	}
	
.home-section .about-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
	.sidebar .home-section .about-content {
		display: block;
	}
	.home-section .about-content .image {
		flex-basis: 37%;
		margin: 0;
		position: relative;
	}
		.sidebar .home-section .about-content .image {
			width: 60%;
			margin: 0 auto 15px;
			position: relative;
		}
	.home-section .about-content .image img {
		width: 100%;
		height: auto;
		display: block;
		-webkit-mask-image: url(images/about-mask.svg);
		  mask-image: url(images/about-mask.svg);
		  mask-repeat: no-repeat;
	}
	.home-section .about-content .caption {
		flex-basis: 62%;
		text-align: center;
	}
	.home-section .about-content .caption .block-title {
		text-align: center;
		margin: 0;
	}
	.home-section .about-content .caption p {
		margin: 15px 0;
		font-size: 17px;
		line-height: 1.5;
	}
	.home-section .about-content .caption .more {
		margin: 22px 0 0;
		text-align: center;
	}

.home-section.cta-block.has-background {
	padding: 0;
	max-width: 1120px;
	margin: 0 auto;
}
	.home-section.cta-block.has-background .wrap {
		padding: 0;
	}

.home-section .cta-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
	.sidebar .home-section .cta-content {
		display: block;
	}
	.home-section .cta-content .image {
		flex-basis: 50%;
		margin: 0;
		position: relative;
	}
		.home-section .cta-content .image img {
			width: 100%;
			height: auto;
		}
	.home-section .cta-content .caption {
		flex-basis: 50%;
		padding: 4% 7%;
		text-align: center;
	}
	.home-section .cta-content .caption .block-title {
		text-align: center;
		font-size: 58px;
		margin: 0;
	}
		.home-section .cta-content .caption .block-title:after {
			content: "";
			display: block;
			border-bottom: 1px solid;
			width: 80px;
			margin: 15px auto;
		}
	.home-section .cta-content .caption p {
		margin: 25px 0;
		line-height: 1.6;
	}
	.home-section .cta-content .caption .more {
		margin: 30px 0 0;
		text-align: center;
	}
	.home-sections .press img {
		margin: 0 auto 0;
		width: 100%;
		height: auto;
		max-width: 1120px;
	}

.optin-content {
	background: url(images/subscribe-bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 1px 40px 25px;
	position: relative;
}
	.footer .optin-content {
		background: url(images/subscribe-bg2.png) no-repeat;
		background-size: 100% 100%;
		margin-top: 40px;
	}
		.sidebar .optin-content {
			padding: 1px 25px 20px
		}
	.optin-content:before {
		content: "";
		background: url(images/star1.png) no-repeat;
		background-size: 100% auto;
		width: 51px;
		height: 60px;
		position: absolute;
		top: 12px;
		left: -12px;
		z-index: 1;
	}
	.optin-content:after {
		content: "";
		background: url(images/star2.png) no-repeat;
		background-size: 100% auto;
		width: 66px;
		height: 70px;
		position: absolute;
		bottom: -10px;
		right: -5px;
		z-index: 1;
	}

	.optin-content .caption {
		text-align: center;
	}	
	.optin-content .caption .block-title {
		margin: 0;
		font-size: 35px;
	}
		.sidebar .optin-content .caption .block-title {
			font-size: 28px;
		}
	.optin-content .caption .subtitle {
		margin-top: -35px;
	}
		.sidebar .optin-content .caption .subtitle {
			margin-top: -25px;
		}
	.optin-content .caption p {
		margin: 10px 0 19px;
		font-size: 16px;
		line-height: 1.5;
	}
	.optin-content .form {
		position: relative;
		z-index: 2;
	}
	
.home-section .video-content {
		max-width: 100%;
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		align-items: center;
		position: relative;
		flex-direction: row;
		justify-content: space-between;
		margin: 1vw auto;
	}
	.home-section .video-content .player {
		flex-basis: 55%;
		margin: 0;	
		order: 1;
	}
		.home-section .video-content .player {
			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: 42%;
		margin: 0;
		order: 2;
	}
		.home-section .video-content .caption p {
			font-size: 92%;
			margin: 15px 0 15px;
			text-align: center;
		}
	.home-section .video-content .caption .block-title {
		margin: 0 0 15px;
		text-align: center;
		color: #141812;
	}
	.home-section .video-content .caption .subtitle {
		text-align: center;
		color: #395580;
	}
	
.image-blocks-block.has-red-background-color {
	text-align: center;
	position: relative;
	background-color: #bc3a37;
	/*mask: conic-gradient(from 127.5deg at top,#0000,#000 1deg 104deg,#0000 105deg) 50%/31.28px 100%*/

}
	.image-blocks-block.has-red-background-color:before {
		content: "";
		display: block;
		height: 10px;
		border-top: 10px dotted #ffffff;
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
	}
	.image-blocks-block.has-red-background-color:after {
		content: "";
		display: block;
		height: 10px;
		border-top: 10px dotted #ffffff;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.image-blocks-block p.description {
		margin: 5px 0 25px;
		text-align: center;
	}
	.image-blocks-block h2.divider {
		margin: 0;
		font-size: 58px;
		text-align: center;
	}
.image-blocks.items-5-col .item img {
	-webkit-mask-image: url(images/mask1.svg);
	mask-image: url(images/mask1.svg);
	mask-repeat: no-repeat;
	display: block;
	width: 100%;
	height: auto;
}
	.image-blocks.items-5-col .item:nth-child(5n+1) img {
		-webkit-mask-image: url(images/mask1.svg);
		mask-image: url(images/mask1.svg);
		mask-repeat: no-repeat;
	}
	.image-blocks.items-5-col .item:nth-child(5n+2) img {
		-webkit-mask-image: url(images/mask2.svg);
		mask-image: url(images/mask2.svg);
		mask-repeat: no-repeat;
	}
	.image-blocks.items-5-col .item:nth-child(5n+3) img {
		-webkit-mask-image: url(images/mask3.svg);
		mask-image: url(images/mask3.svg);
		mask-repeat: no-repeat;
	}
	.image-blocks.items-5-col .item:nth-child(5n+4) img {
		-webkit-mask-image: url(images/mask4.svg);
		mask-image: url(images/mask4.svg);
		mask-repeat: no-repeat;
	}
	.image-blocks.items-5-col .item .title {
		margin-top: -15px;
	}

.home-section.featured-posts-block p.description, .featured-posts-block p.description {
	margin: -10px 0 25px;
	font-size: 92%;
}

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

.subcats {
	margin: 15px 0 25px
}
.subcats h3 {
	margin: 0;
}
ul.subcategories {
	overflow: hidden;
	margin: 0px 0 0px !important;
	padding: 0 !important;
}

ul.subcategories li, .widget.categories ul li {
	display: inline-block;
	margin: 0 !important;
}

ul.subcategories ul li ul {
	margin: 0;
	padding: 0;
}

ul.subcategories ul li ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul.subcategories li:before {
	display: none;
}

ul.subcategories ul li a, .widget.categories a, .post-cats a {
	display: inline-block;
	font-size: 13px;
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	padding: 5px 10px;
	margin: 4px 3px;
	border-radius: 8px;
	text-decoration: none;
	color: #478a85;
	background-color: #f2eee4;
}

	ul.subcategories ul li a a:hover, .widget.categories a:hover, .post-cats a:hover {
		color: #ffffff;
		background-color: #478a85;
		text-decoration: none;
	}

ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a {
	background-color: #3a3532;
	color: #ffffff !important;
}

ul.subcategories ul li a.all {
	color: #3a3532 !important;
	background-color: #ffffff;
}

body.page-template-recipe-index .span_content h2 {
	color: #468a84;
}
ul.archiveslist {
	overflow: hidden;
	-moz-column-count: 4;
	-moz-column-gap: 0px;
	-webkit-column-count: 4;
	-webkit-column-gap: 0px;
	column-count: 4;
	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: #468a84;
}
	.span_content ul.archiveslist li:before {
		display: inline-block;
		content: "";
		color: #bd3937;
		background-color: #bd3937;
		-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;
}

ul.tagindex, .tagindex li {
	margin: 0 !important;
	padding: 0 !important;
}

.tagslist>li {
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 5px !important;
	font-size: 90%;
}

.tagslist>li em {
	font-size: 90%;
	color: #88898a;
	margin-left: 8px;
}
.tagindex li {	
	list-style-type: none !important;
}
.tagindex li:before {
	display: none !important;
}

.tagindex a {
	font-family: Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-right: 2px;
	width: 22px;
	height: 25px;
	float: left;
	border: solid 1px #f6f5f5;
	color: #777067;
}

.tagindex a:link {
	text-decoration: none;
}

.tagindex a:visited {
	text-decoration: none;
}

.tagindex a:active {
	text-decoration: none;
}

.tagindex a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3a3532;
}

.tagtitle {
	margin-bottom: 5px;
	font-size: 20px;
}

.tagtitle a {
	text-decoration: none;
	text-transform: none;
}

.tagtitle em {
	color: #777067;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 9px;
	font-family: Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-weight: normal;
	float: right;
}

.tagtitle em a {
	color: #777067;
	font-size: 11px;
}

.tagtitle a:hover {
	color: #3a3532;
}

#menu-toggle {
	  display: none;
	}
	label.filter-toggle {
	  display: none;
	}

/*Facets*/
.facets {
	font-size: 16px;
}
	.facets .facetwp-counter {
		opacity: 0.6;
		font-size: 75%;
		font-style: italic;
	}
	.facets .facetwp-expand {
		float: right !important;
		display: inline-block;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 10px;
	}
.facet_sidebar h2 {
	margin-top: 0;
	font-size: 24px;
}
.facets h3 {
	font-size: 21px;
	margin: 0 0 10px;
	color: #478a85
}
.facetwp-facet {
	font-size: 90%;
	margin: 0 0 30px !important;
}
	.page-template-shop-facets .facetwp-facet>.facetwp-checkbox {
		font-weight: bold;
	}
.facetwp-toggle {
	font-style: italic;
}

.facetwp-per-page {
	margin-bottom: 25px;
}

.facetwp-expand {
	float: none !important;
}
.sort {
	clear: none !important;
	width: 50%;
	float: right;
	text-align: right;
	vertical-align: middle;
}
	.sort-top {
		margin: -10px 0 15px;
	}
	
.sort .facetwp-per-page, .sort .facetwp-sort {
	display: inline-block;
	margin: 0 0 0 10px;
}
.facet-pagination {
	margin: -5px 0 15px;
	padding: 0;
	border: none;
	text-align: center;
	border: none;
	display: block;
	width: 100%;
}
	.facet-pagination:after {
		display: none;
	}
	.facetwp-pager {
		
	}
.facetwp-page {
	padding: 6px !important;
}
.facetwp-search {
	border: 1px solid #EDEEEB;
	color: #424242;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #fff;
	padding: 4px 10px;
	vertical-align: middle;
	height: 30px;
	min-width: auto !important;
	width: 200px;
}

.sort-bottom, .facet-pagination-bottom {
	margin: 20px 0 0;
}

.facetwp-facet-load-more, .facet-pagination {
	text-align: center !important
}

button.facetwp-load-more, button.facetwp-flyout-open {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #bd3937;
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: none !important;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	padding: 15px 25px 15px;
	border-radius: 10px !important;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	button.facetwp-load-more:hover, button.facetwp-flyout-open:hover {
		background-color: #478a85
	}

button.facetwp-flyout-open {
	display: none;
}
	.facetwp-flyout {
		display: none
	}
	
/*!Breadcrumbs*/

.breadcrumb {
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	color: #777067;
	font-size: 13px;
	letter-spacing: .08em;
	clear: both;
	margin: 0 0 13px;
}
.breadcrumb a {
	color: #777067;
	text-decoration: underline;
}
	.breadcrumb .breadcrumb_last {
		font-family: Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
		font-weight: normal;
		font-style: italic;
		font-size: 12px;
		letter-spacing: normal;
		font-weight: normal !important;
		text-transform: lowercase;
		display: none;
	}
.breadcrumb a:hover {
	color: #3a3532;
}

/*!---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #bd3937;
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: none !important;
	border: none;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px 25px 15px;
	border-radius: 10px !important;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.wp-block-button.bigbutton a {
		font-size: 21px;
		padding: 25px 40px;
	}
a.smbutton, .smbutton {
	font-size: 13px;
	padding: 8px 15px;
}


	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .wp-block-button a:hover {
		background-color: #478a85;
		color: #ffffff;
	}

.commentinput, .styledinput, .captchainput, #commentform input {
	color: #696969;
	font-size: 16px;
	font-family: Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #f2eee4;
}

.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-family: Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 15px;
	border: 1px solid #f2eee4;
	width: 100%
}

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
	border: 1px solid #f2eee4;
	padding: 25px;
	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, .wp-block-search__inside-wrapper {
	width: 100%;
	max-width: 350px;
	border: none;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 18px;
	position: relative;
}
	.facet_sidebar .search-form {
		margin-top: 18px;
	}
	.header-search, .top-bar .search-form {
		background: transparent;
	}

.span_content .search-form {
	max-width: 100%;
}
	
.search-form .search-field, .wp-block-search__input {
	color: #6F6F71;
	font-size: 16px;
	font-family: Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	border: none;
	vertical-align: middle;
	width: 100%;
	background-color: #ffffff;
	border-radius: 18px;
}

	.search-form .search-field:focus, .wp-block-search__input:focus {
		outline: none;
		border: 2px solid #bd3937;
	}
	.header-search .search-form .search-field, .top-bar .search-form .search-field {	
		height: 42px;
		line-height: 42px;
	}
	.span_content .search-form .search-field {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	
	
.search-form .search-submit {
	background-color: #ffffff;
	font-family: Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	font-size: 22px;
	color: #478a85;
	background-color: transparent;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 5px;
	cursor: pointer;
	width: 40px;
	border-radius: 12px;
}
	.wp-block-search__button {
		font-size: 26px;
		color: #478a85;
		background-color: transparent;
		border: none;
		padding: 0;
		width: auto;
	}
	.search-form .search-submit i {
		
	}
	.header-search .search-form .search-submit {
		height: 42px;
		line-height: 42px;
		font-size: 20px;
		right: 2px;
	}
	.span_content .search-form .search-submit {
		
	}
.search-form .search-submit:hover, .search-form .search-submit:focus {
	color: #bd3937;
	outline:none;
}


.subscribe .email-form {
	clear: none;
	margin: 0;
	position: relative;
	text-align: left;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}


.subscribe .email-input {
	border: none;
	background-color: #ffffff;
	color: #434f57;
	font-style: italic;
	font-size: 16px;
	font-family: Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	float: left;
	width: 48%;
	height: 54px;
	line-height: 54px;
	margin: 0;
	padding: 0 20px;
	border-radius: 8px;
	flex-basis: 48%;
	flex-grow: 1;
}

	.subscribe .email-input:focus {
		border: 2px solid #bc3936;
	}
	.sidebar .subscribe .email-input {
		flex-basis: 100%;
	}
	
.subscribe .email-submit {
	border: none;
	width: 100%;
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	font-size: 27px;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-weight: normal;
	color: #ffffff;
	background-color: #478a85;
	text-align: center;
	border: none;
	float: none;
	display: inline-block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	border-radius: 8px;
	padding: 0;
	margin: 0 auto;
	text-decoration: none;
	cursor: pointer;
}
	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		background-color: #6ca19e
	}

.email-input::placeholder {
	color: #777067;
}

.search-field::placeholder {
	color: #777067;
}


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

	
.footer {
	overflow: hidden;
	clear: both;
	margin-top: 5vw;
	padding-top: 4vw;
	background-color: #f2eee4;
	mask: conic-gradient(from 127.5deg at top,#0000,#000 1deg 104deg,#0000 105deg) 50%/31.28px 100%
}
	body.home .footer {
	
	}

.footer a {
	text-decoration: none;
	color: #3a3532;
}
	.footer a:hover {
		 color: #478a85;
	}
	
.footer .widget {
	margin: 0;
	overflow: hidden;
}

.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;
}
	.footer .wrap .wp-block-group {
		flex-basis: 16%;
		text-align: left;
	}
	.footer .wrap .optin-block {
		flex-basis: 45%;
	}

.footer .widgettitle {
	font-size: 32px;
	text-align: left;
}
.footer .menu {
	text-align: left;
}
.footer .menu li {
	margin: 0 0 15px;
	padding: 0;
	line-height: 1.2;
}
.footer .menu a {
	color: #bc3936;
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size: 19px;
}
	.footer .menu a:hover {
		color: #468a84;
	}
	.footer .menu a .far {
			font-size: 80%;
			margin-top: -3px;
		}


.copyright {
	background-color: #f2eee4;
	text-align: center;
	color: #777067;
	font-size: 12px;
	line-height: 1.5;
	padding: 20px 0 50px;
}
.copyright strong {
	text-transform: uppercase;
	letter-spacing: .05em;
}
.copyright img {
	float: none;
	margin: 0 auto 6px;
}
.copyright p {
	margin: 0;
}

.copyright em {
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
}

.copyright a {
	text-decoration: underline;
	color: #777067;
}

.copyright a:hover {
	color: #3a3532;
}


.copyright .footer-nav {
	margin: 20px 0 5px;
	font-family: "Lato", sans-serif;
	color: #777067;
}
.copyright .footer-nav li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
}
	.copyright .footer-nav li:after {
		content: "|";
		margin: 0 3px 0 6px;
	}
		.copyright .footer-nav li:last-child:after {
			display: none
		}


#footer_branding {
	clear: both;
	float: none;
	font-style: italic;
	text-transform: none;
	letter-spacing: normal;
	opacity: 0.6;
	margin: 25px 0;
}

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

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

#respond {
	padding: 10px 20px !important;
	border-radius: 12px;
}

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

#comment-list li {
	margin: 30px 0;
	padding: 25px;
	background-color: #ffffff;
	border-radius: 12px;
	list-style-type: none;
	border: 1px solid #f2eee4;
}

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

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

#comment-list li.bypostauthor>div.comment {
	background-color: #f2eee4;
	border-radius: 12px;
	padding: 25px;
}

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

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

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

.comment-meta:before {
	display: none;
}

.comment-meta a {
	
}

.comment-meta strong {
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .01em;
	font-weight: bold;
	font-size: 18px;
	color: #bd3937;
}

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

.comment-meta a:hover {
	color: #478a85;
	text-decoration: underline
}

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

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

#commentform label {
	
}

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}
.akismet_comment_form_privacy_notice {
	font-style: italic;
	color: #777067;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 80px;
	display: block
	}
/*!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: #3a3532;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	clear: both;
	text-align: right;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #777067;
}
	.comment-nav .pagination {
		text-align: left;
		margin: 0 0 35px;
	}
.pagination h2.screen-reader-text {
	position: relative;
	left: 0px;
	top: auto;
	width: auto;
	height: auto;
	overflow: hidden;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0;
	position: absolute;
	top: -9999px;
}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #777067;
	padding: 0;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border: none;
	background-color: #eae4d8;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
}

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

.pagination a.prev, .pagination a.next {
	width: auto;
	background-color: transparent !important;
	border-radius: none !important;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-family: "Lato", sans-serif;
	color: #777067;
}
	
.pagination span.page-numbers.dots {
	width: auto;
	background-color: transparent !important;
	border-radius: none !important;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-family: "Lato", sans-serif;
	color: #777067;
}

.pagination a.page-numbers:hover {
	background-color: #bc3a37;
	border-color: #bc3a37;
	color: #ffffff;
}
	.pagination a.prev:hover, .pagination a.next:hover {
		color: #bd3937 !important;
	}
.comment-nav p {
	margin: 0;
	font-size: 14px;
	color: #777067;
}

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

#main {
	padding: 0;
	text-align: right;
	font-weight: 500;
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .01em;
	font-size: 30px;
	display: block;
	float: right;
	width: -moz-calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);
}

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

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

#main li a {
	display: inline-block;
	padding: 23px 15px 0;
	text-decoration: none;
	color: #bd3937;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}
	#main li.recipes>a {
		
	}
	#main li.recipes>a:before {
		content: "";
		display: block;
		margin: 0 auto;
		width: 53px;
		height: 66px;
		background: url(images/nav-recipes.png) no-repeat;
		background-size: 100% auto;
	}
	#main li.learn>a {
		color: #7a4c6c
	}
	#main li.learn>a:before {
		content: "";
		display: block;
		margin: 0 auto;
		width: 53px;
		height: 66px;
		background: url(images/nav-learn.png) no-repeat;
		background-size: 100% auto;
	}
	#main li.class>a {
		color: #488a86
	}
	#main li.class>a:before {
		content: "";
		display: block;
		margin: 0 auto;
		width: 53px;
		height: 66px;
		background: url(images/nav-class.png) no-repeat;
		background-size: 100% auto;
	}

#main li a:hover, #main li:hover a, #main li.current-menu-item>a {
	opacity: 0.7
}

	
/*!Sub Menus Level 1 */

#main ul ul {
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 180ms all 60ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 135px;
	left: 50%;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
	font-family: Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	line-height: 1.4;
	background-color: #f2eee4;
	text-align: center;
	z-index: 2001;
	width: 250px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
	
#main ul ul li {
	float: none;
	border-bottom: 1px solid rgba(58,53,50,.1);
	width: 100%;
	margin: 0;
}
	#main ul ul li:last-child {
		border-bottom: none;
	}
#main li li a {
	background: none !important;
	width: 100%;
	padding: 10px 15px 9px;
	border: none;
	color: #3a3532;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	
	#main li li a:hover {
		font-weight: bold;
		opacity: 1.0 !important;
		color: #bd3937 !important
	}
			#main li li.current-menu-item {
				font-weight: bold;
			}

#main li li.bold a {
	font-size: 115%;
	font-weight: bold;
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .03em;
}

#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 {
	left: 280px;
	top: 0;
	margin: 0;
}

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

#main li li li a {
	
}

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

#top {
	padding: 0;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	font-size: 16px;
}

#top ul.topmenu {
	display: inline-block;
	width: auto
}

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

#top li a {
	display: inline-block;
	padding: 0 12px;
	text-decoration: none;
	color: #6d6a67;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}
	#top li.bold a {
		font-weight: bold;
		font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
		text-transform: uppercase;
		color: #478a85;
		letter-spacing: .01em;
	}

#top li a:hover, #top li:hover a {
	color: #478a85;
}

	
/*!Sub Menus Level 1 */

#top ul ul {
	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: 52px;
	left: 50%;
	padding: 7px 0;
	line-height: 1.4;
	background-color: #3a3532;
	text-align: center;
	z-index: 2001;
	width: 200px;
}
	#top ul ul:after {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(55, 71, 87, 0);
		border-bottom-color: #3a3532;
		border-width: 7px;
		margin-left: -7px;
	}
#top ul ul li {
	float: none;
	width: 180px;
	margin: 0;
}

#top li li a {
	width: 100%;
	padding: 11px 15px;
	border: none;
	color: #ffffff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	
	#top li li a:hover {
		color: #bc3a37 !important
	}

#top li li.bold a {
	
}

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

/*! WPRM */

.wprm-recipe.wprm-recipe-template-purr-custom {
	font-size: 92%;
	position: relative;
	overflow: visible;
	margin: 50px 0 50px;
	border: 2px solid #f2eee4;
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-head {
	margin: 0;
	padding: 20px 20px 0;
	text-align: left;
	overflow: hidden;
	background: #f2eee4;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-title-block {
	order: 1;
	margin-bottom: 20px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-image-block {
	width: 28%;
	float: right;
	order: 2;
	text-align: center;
	margin: 0 0 15px 15px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-image img {
		display: block;
		width: 100%;
		height: auto;
		-webkit-mask-image: url(images/about-mask.svg);
		  mask-image: url(images/about-mask.svg);
		  mask-repeat: no-repeat;
	}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-body {
	padding: 1px 20px 20px;
}
	
.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;
	line-height: 1.1;
	font-size: 36px;
}


.wprm-recipe.wprm-recipe-template-purr-custom h3.wprm-recipe-header {
	margin: 35px 0 15px !important;
	color: #bc3936;
}	

.wprm-recipe.wprm-recipe-template-purr-custom h4.wprm-recipe-group-name, .wprm-recipe-notes h3, .wprm-recipe-notes h4 {
	margin: 15px 0 0px !important;
	color: #468a84;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-decoration-line {
	border-color: #e5d8c4;
}
.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 #ffeec1 !important;
}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-unit-conversion-container button {
	text-align: center;
	height: 40px;
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 12px;
	border: none !important;
	color: #6c6a66;
}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-toggle-container {
	color: #6c6a66;
}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-toggle-container button.wprm-toggle {
	padding: 0;
	margin: 0 2px;
	text-align: center;
	background-color: transparent !important;
	color: #6c6a66;
	border: 1px solid #f2eee4 !important;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-family: "QualionRound", "Tahoma", "Gill Sans", "Lucida Grande", 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: #bc3936 !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;
		}


/*Recipe Meta*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-author {
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	color: #3a3431;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-author a {
		border: none;
		box-shadow: none;
		text-decoration: none;
	}
		.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-author:before {
			content: "by ";
		}
		
.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta {
	clear: both;
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	color: #3a3431;
	text-align: center;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-recipe-details-label {
		color: #bc3936;font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .05em;
		font-weight: bold;
		font-style: normal;
	}
	.wprm-recipe-block-container-table {
		padding: 1px 5px 10px;
	}
		clear: both;
		color: #6c6a66;
		font-size: 12px;
		margin: 20px 0 20px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta a {
		background: unset;
		text-decoration: underline;
		border: none;
		box-shadow: none;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-block-text-italic {
		font-style: normal;
		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-block-text-normal {
		font-style: normal;
		font-weight: normal;
		letter-spacing: normal;
		text-transform: none;
		font-family: Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-recipe-block-container-inline {
		display: inline-block;
		margin: 0px 10px 4px 0 !important;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-servings-container {
		font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
		font-weight: bold;
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: .05em;
		margin: 0px 0 10px;
		display: block;
		background-color: #eee9dc;
		padding: 15px;
	}
		.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-servings-link {
			background-color: #ffffff;
			padding: 4px 6px 4px 6px;
		}

.recipe-meta .wprm-recipe-block-container:before {
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	color: #bc3936;
}
	.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";
		margin-right: 5px;
		font-size: 110%;
	}
		
.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: 20px;
	line-height: 20px;
	margin: 0px 0 10px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-image-block .wprm-recipe-rating {
		margin: 10px 0;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-rating .wprm-recipe-rating-details, .item .wprm-recipe-rating-details {
		text-decoration: none;
		text-transform: lowercase;
		letter-spacing: none;
		text-align: center;
		font-size: 14px;
		font-weight: normal;
		color: #6c6a66;
		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;
	padding: 15px 15px 1px;
}
.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: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background: #bc3936;
	white-space: nowrap;
	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: #c8605f !important;
		color: #3a3431 !important;
	}


/*Lists*/
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients, .wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-equipment {
	margin: 15px 0;
}
.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 5px 30px;
	line-height: 1.4;
}
	.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: #141812;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-checkbox-container {
		margin-left: -13px;
	}
	
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-ingredient-name {
	font-weight: bold;
}

	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient {
		display: inline-block;
		font-style: normal;
		border-radius: 10px;
		font-size: 13px;
		padding: 2px 9px;
		background-color: #f2eee4;
		color: #6c6a66;
		margin: 0 5px 5px 0;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient:before {
		font-weight: bold;
		content: "\f00c";
		font-family: "Font Awesome 5 Pro";
		margin-right: 4px;
		color: #bc3936;
	}
	
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-instructions li {
	margin: 0 0 10px 25px
}
	.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;
	}

/*Notes*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes-container {
	margin-top: 15px;
}



/*Nutrition*/
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container {
		color: #616260;
		font-size: 14px;
		line-height: 1.7;
		font-weight: bold;
		text-align: left;
		background-color: #ffeec1;
		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: "QualionRound", Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			font-weight: bold;
			letter-spacing: .12em;
			font-size: 13px;
		}
		.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: 35px !important;
	margin: 0 !important;
	background-color: #bc3a37;
	mask: conic-gradient(from 127.5deg at top,#0000,#000 1deg 104deg,#0000 105deg) 50%/31.28px 100%
}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-header {
	color: #ffffff;
	font-family: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 32px !important;
	line-height: 1;
	font-weight: 400 !important;
	letter-spacing: .05em;
	margin: 10px 0 5px;
}
.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 {
	box-shadow: none;
	border: none;
	text-decoration: underline;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action .wprm-call-to-action-icon {
	font-size: 64px;
	line-height: 1;
	margin: 0px 10px 0 0;
}


/*Jump Button*/

.wprm-recipe-snippet {
	margin: 10px 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: "din-condensed", "Arial Narrow", "Lato", Arial, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: .08em;
		font-size: 16px;
		padding: 5px 14px !important;
		margin: 0 !important;
		vertical-align: middle;
	}
		.wprm-recipe-snippet a.wprm-recipe-link:hover, .wprm-recipe-snippet a.wprm-recipe-link:focus {
			background-color: #c8605f !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";
		}
		.wprm-recipe-snippet a.wprm-recipe-pin:before {
			content: "\f08d";
		}
		.wprm-recipe-snippet a.wprm-recipe-jump-to-comments:before {
			content: "\f005";
		}


.wprm-recipe-snippet svg {
	display: inline !important;
}
	.wprm-recipe-snippet .wprm-recipe-rating {
		display: inline-block;
		font-size: 18px;
		line-height: 1;
	}
		.wprm-recipe-snippet .wprm-recipe-rating .wprm-recipe-rating-details {
			
			font-family: Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
			display: inline-block;
			font-style: italic;
			font-weight: normal;
			letter-spacing: normal;
			color: #6c6a66;
			font-size: 14px;
			margin: 0 0 0 5px !important;
		}