/*! 
Theme Name: Kirbie's Cravings
Theme URL: https://www.kirbiescravings.com
Description: Custom responsive blog theme by Purr.
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 - 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;
	}
}
.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: #2e3232;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ececec;
	background-color: #e7dfed;
	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: 'rapor';
	src: url('fonts/rapor-book-webfont.woff2') format('woff2'),
		 url('fonts/rapor-book-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'rapor';
	src: url('fonts/rapor-semibold-webfont.woff2') format('woff2'),
		 url('fonts/rapor-semibold-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.6;
	color: #2e3232;
	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, .home-section.about .image .featured a .inline, .home-section.about .image .featured a img {
			-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: #8863a5;
	text-decoration: underline;
}

a:hover {
	color: #9ad4b8;
}

	.post-content a, .page-content a, .cat-desc a, .archiveslist a {
		color: #2e3232;
		font-weight: bold;
		text-decoration: none;
		background: linear-gradient(#b8e1cd, #b8e1cd) 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: #2e3232;
			background: linear-gradient(#9ad4b8, #9ad4b8) 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: "rapor", Arial, sans-serif;
	line-height: 1.2;
	font-weight: normal;
	margin: 25px 0;
	color: #2e3232;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}
	.post-content h2, .page-content h2, h2.line {
		margin-top: 35px;
		margin-bottom: 25px;
	}
		.post-content>h2:after {
			display: block;
			width: 100%;
			content: "";
			--a: 90deg; /* control the angle */
			--s: 18px; /* size of the zig-zag */
			--b: 3px;  /* control the thickness */
			background: #9ad4b8;
			height: calc(var(--b) + var(--s)/(2*tan(var(--a)/2)));
			--_g:var(--s) repeat-x conic-gradient(from calc(var(--a)/-2) at bottom,
			#0000,#fff 1deg calc(var(--a) - 1deg),#0000 var(--a));
			mask: 50% calc(-1*var(--b))/var(--_g) exclude,50%/var(--_g);
			flex: 1 1 auto;
			margin: 10px 0 0
		}
		h2.noline {
			border: none;
			padding-bottom: 0;
		}
			.has-background h2, .wp-block-media-text h2 {
				border: none;
				background: none;
				padding-bottom: 0;
			}
		.page-content h2.block-title {
			padding: 0;
			border: none;
		}
	.home-section .block-title {
		
	}
	.divider, .latest, .home-section.icons-block .block-title {
		font-size: 26px;
		text-transform: uppercase;
		letter-spacing: .1em;
		margin: 0 0 20px;
	}
		.divider {
			display: flex;
			align-items: center;
			align-content: center;
		}
			.divider:after {
				display: block;
				content: "";
				--a: 90deg; /* control the angle */
				--s: 18px; /* size of the zig-zag */
				--b: 3px;  /* control the thickness */
				background: #9ad4b8;
				height: calc(var(--b) + var(--s)/(2*tan(var(--a)/2)));
				--_g:var(--s) repeat-x conic-gradient(from calc(var(--a)/-2) at bottom,
				#0000,#fff 1deg calc(var(--a) - 1deg),#0000 var(--a));
				mask: 50% calc(-1*var(--b))/var(--_g) exclude,50%/var(--_g);
				flex: 1 1 auto;
				margin-left: 12px;
			}
				.has-green-background-color .divider:after, .has-medgreen-background-color .divider:after {
					background: #a180b8;
				}
			
	.sidebar .divider, .wp-block-search label {
		display: block;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 24px;
		margin-bottom: 15px;
	}
		.sidebar .divider:after {
			display: none;
		}
	
	.subtitle {
		font-family: "rapor", Arial, sans-serif;
		font-weight: bold;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: .2em;
		display: block;
		margin: 0 0 10px;
		color: #8863a5;
	}
	
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 #ececec;
}

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

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

/*!---------HEADER---------*/
.top-bar {
	background-color: #b8e1cd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 8px 12px 0px;
}
	.top-bar:after {
		content: "";
		width: 100%;
		height: 16px;
		position: absolute;
		background-color: #b8e1cd;
		bottom: -16px;
		left: 0;
		--size: 18px;
		--angle: 90deg;
		mask:
			conic-gradient(
				from calc(var(--angle)/-2) at bottom,
				#0000, #000 1deg calc(var(--angle) - 1deg), #0000 var(--angle)
			) 50%/var(--size) 100%;
	}
	.top-bar .social {
		text-align: right;
		flex-shrink: 1;
		margin-left: auto;
		margin-right: 15px;
	}	
	.top-bar .top-nav {
		text-align: left;
		flex-shrink: 1;
		margin-right: auto;
	}
.header {
	text-align: center;
	position: relative;
	z-index: 201;
	margin-bottom: 25px;
}
	body.home .header {
		margin: 0;
	}
.header .logo {
	overflow: hidden;
	width: 292px;
	float: left;
	margin: 40px 0 15px;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}

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

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="600"] {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.post-content img[width="683"], .post-content .size-large img {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.wp-block-image .aligncenter {
		display: block !important;
	}
		.wp-block-image .aligncenter img {
			margin-left: auto;
			margin-right: auto;
		}
	.post-content .size-large .dpsp-pin-it-wrapper {
		width: 100% !important;
	}
.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: none;
	margin: 0 0 10px 35px;
	padding: 0;
}
	.span_content ul li:before {
		display: inline-block;
		content: "";
		color: #c6b2d4;
		background: #c6b2d4;
		height: 8px;
		width: 8px;
		margin-left: -20px;
		margin-right: 10px;
		position: relative;
		top: 0px;
		text-align: center;
		border-radius: 50%;
	}

.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: #2e3232;
	background-color: #a180b8;
	-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: "rapor", 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: #ffffff;
	background-color: #a180b8;
	font-size: 13px;
	width: 30px;
	height: 30px;
	line-height: 31px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	padding: 0px;
	margin: 0 1px;
}
	.social a:hover {
		background-color: #c6b2d4;
	}
	.sidebar .social {
		text-align: center;
		margin: -25px 0 55px;
	}


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

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

.post-meta {
	font-family: "rapor", Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #716f71;
	margin: 0 0 20px;
}
.post-meta a {
	color: #716f71;
	font-weight: bold;
	text-decoration: underline;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #9ad4b8;
		text-decoration: underline;
	}
.post-meta.post-cat {
	margin: 0;
	color: #8863a5;
}
	.post-meta.post-cat a {
		font-size: 11px;
		letter-spacing: .12em;
		font-weight: bold;
		display: inline-block;
		/*color: #2e3232;
		background-color: #c6b2d4;
		padding: 8px 15px;*/
		color: #8863a5;
	}
		.post-meta.post-cat a:hover {
			/*background-color: #9ad4b8;*/
			color: #9ad4b8;
			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: 5px;
}
.post-meta em {
	letter-spacing: normal;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: none;
	font-style: italic;
	font-weight: normal;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 6px 0 6px;
}

.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
}
	.meta-bottom a {
	}
.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 11px;
}
	.meta-bottom .post-cats a {
		color: #2e3232;
		background-color: #b8e1cd;
		text-transform: uppercase;
		letter-spacing: .075em;
		text-decoration: none !important;
		padding: 7px 10px 7px 12px;
		border-radius: 4px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #c6b2d4;
			color: #2e3232;
		}
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: #716f71;
	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: #2e3232;
}

#disclosure, .disclosure, .disclosure-top, small, .tasty-links-general-disclaimer {
	font-size: 12px;
	color: #716f71;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
	.disclosure-top {
		margin: -10px 0 15px;
		display: block;
	}
	.disclosure-bottom {
		margin: 10px 0 0;
		text-align: center;
	}
a.more-link {
	font-size: 11px;
	font-family: "rapor", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	color: #2e3232;
	background: #b8e1cd;	
	margin: 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 12px 18px;
	border-radius: 5px;
}
	a.more-link:hover, a.more-link:focus {
		background-color: #c6b2d4;
	}
	.home-section .more {
		margin-top: 30px;
		text-align: center
	}
		.teaser-post a.more-link, .widget-content a.more-link {
			font-size: 13px;
			padding: 12px 20px;
			border-radius: 6px;
		}
	.more-link i {
		
	}
	@media ( min-width : 600px ) {
		
	}

	
#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: "rapor", Arial, sans-serif;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

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

.post-nav a {
	color: #2e3232;
	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: #2e3232
}
.post-nav div a:hover {
	color: #9ad4b8;
}

.post-nav em {
	display: block;
	font-size: 11px;
	font-style: normal;
	font-family: "rapor", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	color: #8863a5;
	padding: 0 0 5px;
}

/*! Gutenberg Blocks */

.span_content_full .page-content {

}

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

.wp-block-image {
	margin: 30px 0;
}
.wp-block-gallery {
	margin-top: 30px;
	margin-bottom: 30px;
}
.wp-block-buttons {
	margin-top: 30px;
	margin-bottom: 30px; 
}
	.wp-block-group.has-background .wp-block-buttons {
		margin: 0;
	}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
	figure.wp-block-gallery.has-nested-images {
		--wp--style--gallery-gap-default: 20px; 
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		background: #e7dfed;
		color: #2e3232;
		font-size: 16px;
		margin: 0;
		max-height: auto;
		padding: 10px;
		line-height: 1.4;
		position: relative;
		text-align: center;
		width: 100%;
		text-shadow: unset !important;
	}
	.wp-block-image>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image.alignright>figcaption {
		caption-side: bottom;
		display: block;
		color: #8863a5;
		font-size: 15px;
		line-height: 1.5;
		text-align: center;
	}
.post .wp-block-group.has-background, .post .has-background, .page .has-background {
	padding: 15px 30px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.wp-block-group.has-border-color {
	border: 3px solid
}

	.wp-block-media-text.has-background {
		padding: 0;
	}
	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: -15px -30px 10px;
			padding: 20px 30px;
		}
		
	.has-purple-background-color {
		background-color: #8863a5;
	}
	.has-medpurple-background-color {
		background-color: #c6b2d4;
	}
	.has-lightpurple-background-color {
		background-color: #e7dfed;
	}
	.has-green-background-color {
		background-color: #9ad4b8;
	}
	.has-medgreen-background-color {
		background-color: #b8e1cd;
	}
	.has-lightgreen-background-color {
		background-color: #e6f4ed;
	}
	
	.has-black-background-color {
		background-color: #2e3232;
		color: #ffffff;
	}
		.has-black-background-color h2 {
			color: #ffffff;
		}
	.has-gray-background-color {
		background-color: #716f71;
		color: #ffffff;
	}
	.has-lightgray-background-color {
		background-color: #ececec;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 1px solid #ececec;
	}
	
	.has-purple-color {
		color: #8863a5;
	}
	.has-medpurple-color {
		color: #c6b2d4;
	}
	.has-lightpurple-color {
		color: #e7dfed;
	}
	.has-green-color {
		color: #9ad4b8;
	}
	.has-medgreen-color {
		color: #b8e1cd;
	}
	.has-lightgreen-color {
		color: #e6f4ed;
	}

	.has-black-color {
		color: #2e3232;
	}
	.has-gray-color {
		color: #8863a5;
	}
	.has-lightgray-color {
		color: #ececec;
	}
	.has-white-color {
		color: #ffffff;
	}

p.stars {
	margin: 65px 0 40px !important;
	font-style: italic;
	position: relative;
	border-radius: 50px;
}
	p.stars:before {
		content: "";
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='54px' height='54px' viewBox='0 0 24 24'%3E%3Cg%3E%3Cpath fill='%23a27fb2' d='M12.712,1.942l2.969,6.015l6.638,0.965c0.651,0.095,0.911,0.895,0.44,1.354l-4.804,4.682l1.134,6.612c0.111,0.649-0.57,1.143-1.152,0.837L12,19.286l-5.938,3.122C5.48,22.714,4.799,22.219,4.91,21.57l1.134-6.612l-4.804-4.682c-0.471-0.459-0.211-1.26,0.44-1.354l6.638-0.965l2.969-6.015C11.579,1.352,12.421,1.352,12.712,1.942z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
		background-size: 20% auto;
		background-repeat: repeat-x;
		width: 220px;
		height: 50px;
		margin: 5px auto 10px;
		color: #9ad4b8;
		display: block;
		z-index: 10;
	}

.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: "rapor", 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: #2e3232;
	background-color: #b8e1cd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	margin-left: -40px;
	margin-right: 8px;
	top: 6px;
	line-height: 32px;
	font-size: 20px;
	text-align: center;
}

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

.items {
	display: grid;
	gap: 2vw;
	row-gap: 2vw;
	margin: 0;
}
	.items-2-col {
		grid-template-columns: repeat(2, 1fr);
		gap: 3vw;
		row-gap: 3vw;
	}
	.items-3-col {
		grid-template-columns: repeat(3, 1fr);
	}
		.latest-posts .items-3-col {
			gap: 3vw;
			row-gap: 3vw;
		}
		.archives.items-3-col {
			gap: 1.5vw;
			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: 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 {
	text-align: center;
	position: relative;
}
	.has-background.featured-posts-block .item {
		background-color: #ffffff;
	}
		.has-background.featured-posts-block .item .title {
			margin-left: 8px;
			margin-right: 8px;
		}
		.has-background.featured-posts-block .item .wprm-recipe-rating {
			margin-left: 8px;
			margin-right: 8px;
			margin-bottom: 10px;
		}
.item .title {
	margin: 10px 0 0;
	word-wrap: break-word;
	clear: both;
}
	.items-2-col .item .title, .items-3-col .item .title {
		font-size: 31px;
		font-size: clamp(18px, 3.25vw, 31px);
	}
		.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: 22px;
		font-size: clamp(16px, 1.9vw, 22px);
	}
		.sidebar .items .item .title {
			font-size: 18px;
		}
		.post .items-4-col .item .title {
			font-size: clamp(12px, 1.6vw, 16px);
		}
	.items-5-col .item .title, .items-6-col .item .title {
		font-size: 18px;
		font-size: clamp(12px, 2vw, 16px);
	}

	.items-7-col .item .title, .items-8-col .item .title {
		text-align: center;
		font-size: 1.5vw;
		font-size: clamp(9px, 1.5vw, 12px);
		font-family: "rapor", Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-weight: bold;
		margin: 10px 0 0;
	}

.item .title {
	text-decoration: none;
	color: #2e3232;
	-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: #2e3232;
		text-decoration: none;
	}
	.item .title a:hover, .item a:hover .title {
		color: #8863a5;
		background: none;
		border: none !important;
		box-shadow: none !important;
	}


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

.item .image {
	position: relative;
}
.items .item img {
	display: block;
	width: 100%;
	height: auto;
}
	.items.items-6-col .icon img, .items.items-7-col .icon img, .items.items-8-col .icon img {
		border-radius: 50%;
	}

	.items .item a:hover img {
		opacity: 0.85;
	}
.item .more {
	
}

.post-content .block-section {
	margin: 45px 0;
}
	.post-content .block-section.has-background {
		padding: 25px;
	}
	.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: 24px;
		margin: 15px 0 15px;
		padding: 0;
		border: none;
		background: 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;
}
.page-content .featured-posts-block .item .title {
	margin-bottom: 0;
}

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

.item .post-cat {
	margin: 10px 0 -5px;
	position: relative;
	z-index: 12;
}
	.teaser-post.item .post-cat {
		margin: 20px 0 8px;
	}
.teaser-post .title {
	margin: 8px 0 20px;
}
.teaser-post .excerpt {
	margin: 20px 0 20px;
}
.teaser-post .more {
	text-align: center;
	margin: 25px 0 0	
}
.item .wprm-recipe-rating {
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 20px;
}
	.item .wprm-recipe-rating-details {}

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

.upper-home-sections {
	clear: both;
	margin-bottom: 5vw;
}
.lower-home-sections {
	clear: both;
	margin-top: 5vw;
}
.recipe-index-sections {
	clear: both;
	margin-bottom: 4vw;
}
	
.home-sections {
	display: flex;
	flex-flow: column;
	gap: 7vw;
}
	.upper-home-sections.home-sections {
		gap: 0;
	}
	.lower-home-sections {
		clear: both;
	}
	.lower-home-sections .home-section.has-background + .home-section.has-background {
		margin-top: -7vw;
	}
	.recipe-index-sections.home-sections {
		gap: 4vw;
	}

.home-section {
	clear: both;
	position: relative;
}
	.full-page-content .home-section {
		margin-bottom: 55px;
	}
		
.home-section .wrap {
	position: relative;
}
	.page-content .home-section .wrap {
		padding: 0;
	}
	.home-sections .home-section.has-background {
		border: none;
		position: relative;
		padding: 4vw 0;
	}
		.full-page-content .home-section.has-background {
			padding: 30px 0 50px;
		}
	.upper-home-sections .home-section {
		margin: 0;
	}
		.upper-home-sections .home-section:not(.has-background) {
			padding: 0 !important;
		}
		.upper-home-sections .home-section.has-background {
			padding: 35px 0;
		}
		.upper-home-sections h1.has-background + .home-section.has-background {
			padding-top: 25px;
		}


.home-section.featured-posts-block p.description, .featured-posts-block p.description {
	margin: 0px 0 25px;
	text-align: left;
}

.upper-home-sections h1.tagline {
	margin: 0;
	padding: 30px 0 0;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
	.upper-home-sections h1.tagline em {
		background: url(images/with.svg) no-repeat;
		background-size: 100% auto;
		width: 72px;
		height: 30px;
		text-indent: -9999px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: -7px;
		margin: 0px;
	}


.home-section .item a.overlay {
	display: block;
	position: relative;
}
	.home-section .item a.overlay .title {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display: inline-block;
		margin: 0;
		padding: 5px 15px;
		background-color: #FFFFFF;
		color: #2e3232;
		font-family: "rapor", Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .12em;
		font-weight: bold;
		font-size: 12px;
		border-radius: 4px;
		display: inline-block;
		padding: 10px 17px 10px 18px;
		white-space: nowrap;
	}
		.home-section .item a.overlay:hover .title {
			background-color: #9ad4b8;
		}

.home-sections .home-section.about {

}

.home-sections .about .widget-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
}
	.home-sections .about .caption {
		text-align: center;
		flex-basis: 55%;
		order: 2;
	}
	.home-sections .about .caption .block-title {
		text-align: center;
		text-transform: none;
		font-size: 36px;
		margin: 0 0 15px;
	}
	.home-sections .about .caption p {
		margin: 15px 0 25px;
	}
	.home-sections .about .caption .more {
		margin: 25px 0 0;
	}
	.home-sections .about .image {
		flex-basis: 40%;
		position: relative;
		order: 1;
		margin-bottom: 30px;
	}
		.home-sections .about .image:before {
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			left: -30px;
			bottom: -30px;
			background-color: #c6b2d4;
			z-index: 1;
		}
		.home-section.about .image img {
			width: 100%;
			height: auto;
			position: relative;
			z-index: 11;
		}	
		
.home-section.subscribe.has-background {
	padding-top: 10px;
	padding-bottom: 35px;
}
.optin-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 15px;
	margin: 0 auto;
}
	.sidebar .optin-content {
		display: block;
	}
	.optin-content .caption {
		flex-basis: 100%;
		flex-shrink: 1;
		background: url(images/icon-trans.png) no-repeat left 32% center;
		background-size: auto 100%;
		padding: 30px 0 25px 0px;
		margin-bottom: -25px;
	}
		.sidebar .optin-content .caption {
			display: block;
			background: none;
			padding: 0;
			margin: 0;
		}
	.optin-content .caption .block-title {
		margin: 0;
		white-space: nowrap;
		font-size: 28px;
		text-align: center;
	}
		.optin-content .caption .block-title em {
			background: url(images/new-recipes.svg) no-repeat;
			background-size: 100% auto;
			width: 206px;
			height: 40px;
			text-indent: -9999px;
			display: inline-block;
			vertical-align: middle;
			position: relative;
			top: 5px;
			margin: 0 0px 0 2px;
		}
		.sidebar .optin-content .block-title {
			margin-bottom: 20px;
			line-height: .8;
			white-space: unset;
		}
	.optin-content .caption p {
		margin: 10px 0 15px;
		font-size: 18px;
		line-height: 1.4;
	}
	.optin-content .form {
		flex-shrink: 1;
		flex-grow: 0;
		flex-basis: 100%;
	}

.subscribe.with-image {
	overflow: hidden;
	position: relative;
}
.subscribe.with-image .background-image {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	height: auto;
	object-fit: cover;
	padding: 0;
	width: 100%;
	min-height: 100%;
	z-index: 1;
}
	.subscribe.with-image .background-image img {
		width: 100%;
		height: auto;
	}
	.subscribe.with-image .optin-content {
		position: relative;
		z-index: 11;
		margin: 10% auto;
		background-color: rgba(255,255,255,.8);
		border-radius: 30px;
		padding: 1px 4% 5%;
		display: block;
		max-width: 900px;
	}
	.subscribe.with-image .optin-content .caption {
		background-image: none;
		padding: 0;
	}
		.subscribe.with-image .optin-content .caption:before {
			width: 100px;
			height: 100px;
			content: "";
			display: block;
			background: #ffffff url(images/icon.png) no-repeat center;
			background-size: auto 60%;
			border-radius: 50%;
			margin: -65px auto 15px;
		}
	.subscribe.with-image .optin-content .caption .block-title {
		font-size: 36px;
		margin: 0 0 15px;
	}
	.subscribe.with-image .optin-content .caption .subtitle {
		font-size: 14px;
		margin: 0 0 5px;
	}
	.subscribe.with-image .optin-content .form {
		
	}
	

.home-section.icons-block.has-background {
	position: relative;
	padding: 35px 0 30px;
}
	.home-section.icons-block.has-background:after {
		content: "";
		width: 100%;
		height: 23px;
		position: absolute;
		background-color: #c6b2d4;
		bottom: -23px;
		--size: 18px;
		--angle: 90deg;
		border-bottom: 1px solid white;
		mask:
			conic-gradient(
				from calc(var(--angle)/-2) at bottom,
				#0000, #000 1deg calc(var(--angle) - 1deg), #0000 var(--angle)
			) 50%/var(--size) 100%;
	}

	.home-section.icons-block .block-title {
		text-align: center;
		display: block;
	}
		.home-section.icons-block.has-background .block-title {
			margin: 0 0 15px;
		}
		.home-section.icons-block .block-title em {
			background: url(images/perfect.svg) no-repeat;
			background-size: 100% auto;
			width: 144px;
			height: 57px;
			text-indent: -9999px;
			display: inline-block;
			vertical-align: middle;
			position: relative;
			top: -7px;
			margin: 0 0px 0 -3px;
		}


/*Sidebar Blocks*/			
.sidebar .home-section, .sidebar .wp-block-search {
	padding: 0;
	margin: 0 0 60px;
	text-align: center
}	
.sidebar .home-section, .sidebar .home-section .wrap {
	padding: 0;
}
	.sidebar .home-section.has-background {
		padding: 15px;
	}
	.sidebar .home-section.has-background.subscribe {
		padding: 20px;
	}
	
.sidebar .about .widget-content {
	display: block;
	flex: none;
	text-align: center;
}
.sidebar .about .widget-content .image {
	padding: 0;
	flex: none;
	display: block;
	width: 100%;
	text-align: center;
}
	.sidebar .about .widget-content .image {
		width: 225px;
		height: auto;
		margin: 0 auto 45px;
		position: relative;
	}
		.sidebar .about .widget-content .image:before {
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			left: -20px;
			bottom: -20px;
			background-color: #c6b2d4;
			z-index: 1;
		}
		.sidebar .home-section.about .image img {
			width: 100%;
			height: auto;
			position: relative;
			z-index: 2;
		}

.sidebar .about .widget-content .caption {
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: center;
	width: 100%;
	clear: both;
}
	.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: 88%;
		line-height: 1.6;
	}
	.sidebar .home-section .widget-content a.more-button {
		text-align: center;
		font-size: 12px;
	}
	.sidebar .home-section .widget-content .more {
		margin-top: 25px;
	}


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

ul.subcategories {
	margin: 0 0 35px;
}
ul.subcategories strong, .subcats strong, .subcats h2 {
	font-family: "rapor", 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: "rapor", Arial, sans-serif;
	color: #2e3232;
	background: #9ad4b8;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	text-decoration: none !important;
	padding: 7px 12px;
	line-height: 1.2;
	margin: 3px 2px 3px 0;
	border-radius: 14px;
}
	ul.subcategories ul li.all a {
		color: #e41b64;
		background: #ffffff;
	}
		ul.subcategories ul li.all a i {
			color: #9ad4b8
		}
	ul.subcategories ul li.current-cat a {
		color: #ffffff;
		background: #9ad4b8;
	}
	ul.subcategories ul li a:hover, ul.subcategories ul li a:focus, .subcats a:hover, .subcats a:focus {
		background: #b8e1cd;
		color: #2e3232;
		text-decoration: none !important;
	}
		ul.subcategories ul li.all a:hover {
			color: #b8e1cd;
			background: #2e3232;
		}

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: #3e3f3c;
}
	ul.archiveslist li:before {
		display: inline-block;
		content: "";
		font-family: 'Font Awesome 5 Pro';
		color: #2e3232;
		background-color: #b8e1cd;
		-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;
}

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

.tagindex a {
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 3px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	float: left;
	
	font-family: "rapor", Arial, Helvetica, sans-serif;
	background: none;
	border: solid 1px #eee4da;
	color: #2e3232;
	text-decoration: none;
}
	.tagindex a:hover {
		background: #c6b2d4;
		color: #c82a85
	}

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle em {
	color: #8863a5;
	letter-spacing: normal;
	font-style: italic;
	font-family: "rapor", Arial, sans-serif;
	text-transform: lowercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 11px;
}

.tagtitle em a {
	color: #2e3232;
	text-decoration: none;
}

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

/*!Breadcrumbs*/
.breadcrumb {
	color: #716f71;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 10px;
}
.breadcrumb a {
	background: none !important;
	color: #716f71;
	font-family: "rapor", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: underline;
	border: none;
	box-shadow: none !important;
}
	.breadcrumb .breadcrumb_last {
		
	}
	body.single-post .breadcrumb .breadcrumb_last {
		
	}
.breadcrumb a:hover {
	color: #9ad4b8;
}


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

.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 #ececec;
	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 {
	font-family: "rapor", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	color: #2e3232;
	background: #b8e1cd;	
	margin: 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	height: 55px;
	padding: 12px 25px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
}
	.wp-block-button a {
		height: unset;
		line-height: 1.5;
		padding: 15px 25px;
	}
	a.smbutton, button.smbutton, .wp-block-button.has-small-font-size a {
		font-size: 12px;
		height: auto;
	}
	#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 {
		background: #a180b8 !important;
		color: #2e3232;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #e7dfed;
	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;
	border: none;
	background-color: transparent;
}

.span_content .search-form {
	max-width: 100%;
	border: 1px solid #ececec;
	border-radius: 6px;
}
.search-form .search-field {
	color: #2e3232;
	font-size: 16px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 48px;
	height: 48px;
	border: none;
	padding: 0 40px 0 20px;
	vertical-align: middle;
	width: 100%;
	border: none;
	background-color: transparent;
	border: none;
	border-radius: 6px;
	flex-basis: auto;
	flex-grow: 1;
}
	.wp-block-search__input {
		color: #2e3232;
		font-size: 18px;
		font-family: "rapor", Arial, 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 #ececec;
		border-radius: 5px;
	}
	.search-form .search-field:focus, .wp-block-search__input:focus {
		border: 2px solid #a180b8;
		outline: none;
	}
	.top-bar .search-field {
		height: 35px;
		line-height: 35px;
		font-size: 15px;
		border-radius: 4px;
		padding: 0 12px;
		background-color: #ffffff;
	}
	
.search-form .search-submit {
	background-color: transparent;
	font-size: 28px;
	color: #8863a5;
	width: auto;
	height: 48px;
	width: 48px;
	line-height: 48px;
	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: 6px;
}

	.wp-block-search__button {
		background-color: #b8e1cd;
		color: #2e3232;
		font-weight: bold;
		font-family: "rapor", Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .075em;
		font-size: 13px;
		line-height: 50px;
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
		border-radius: 5px;
		border-style: none;
		vertical-align: middle;
		text-align: center;
	}
	.search-form .search-submit svg {
		color: #8863a5;
		fill: #8863a5;
		position: relative;
		top: 0px;
	}
	.top-bar .search-submit {
		background-color: transparent;
		color: #8863a5;
		fill: #8863a5;
		line-height: 30px;
		width: 30px;
		height: 30px;
		border-radius: 0;
		margin: 0;
		position: absolute;
		top: 2px;
		right: 4px;
	}
		.top-bar .search-submit svg {
			width: 19px;
			height: 19px;
		}
	.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover svg, .search-form .search-submit:focus svg {
		color: #b8e1cd;
		fill: #b8e1cd;
		cursor: pointer;
	}

/*Subscribe Forms*/


.subscribe .email-form, .subscribe .formkit-fields, .subscribe .sib_signup_box_inside_1 {
	clear: none;
	margin: 0;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 2%;
}
	form.formkit-form[data-format="inline"] {
		margin-bottom: 0px !important;
	}
		.formkit-form[data-uid="2e63ad5247"][min-width~="700"] [data-style="clean"], .formkit-form[data-uid="2e63ad5247"][min-width~="800"] [data-style="clean"], .subscribe .formkit-form [data-style="clean"] {
			padding: 0px !important;
			padding-top: 0 !important;
		}
	.sidebar .subscribe .email-form, .sidebar .subscribe .sib_signup_box_inside_1 {
		flex-wrap: wrap;
		background: none;
		box-shadow: none;
	}
	.formkit-fields .formkit-field {
		flex: 1 0 auto !important;
		margin: 0 !important;
	}
		.sidebar .formkit-field {
			flex-basis: 100%;
			width: 100%;
			border-radius: 6px;
			margin-bottom: 10px !important;
			background-color: #ffffff;
		}
	.formkit-fields .formkit-submit {
		flex: 1 0 auto !important;
		margin: 0 !important;
	}
		
.subscribe .email-input, .subscribe .fd-form-content input.fd-form-control, .dpsp-email-save-this-tool .hubbub-block-save-this-text-control, .formkit-form .formkit-input {
	border: none !important;
	color: #2e3232;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 18px;
	height: 58px;
	line-height: 58px;
	margin: 0;
	padding: 0 20px !important;
	border-radius: 6px !important;
	background-color: #ffffff;
	flex-grow: 1;
}
	.email-input:focus, .formkit-form .formkit-input:focus {
		outline: none;
		color: #2e3232;
		background-color: #ffffff;
		border: 2px solid #8863a5 !important
	}

.subscribe .email-submit, .dpsp-email-save-this-tool .hubbub-block-save-this-submit-button, .formkit-form .formkit-submit {
	border: none;
	font-size: 15px !important;
	height: 58px;
	font-weight: bold !important;
	font-family: "rapor", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #2e3232 !important;
	background-color: #b8e1cd !important;
	text-align: center;
	border: none;
	display: inline-block;
	padding: 11px 20px 10px 25px !important;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 6px !important;
	flex-shrink: 1;
}
	.sib_msg_disp {
		display: none;
	}
	.formkit-form .formkit-submit span {
		padding: 0 !important;
		background-color: transparent !important;
	}
	
	.sidebar .subscribe .email-submit {
		flex-grow: 1;
	}

	.subscribe .email-submit:hover, .subscribe .email-submit:focus, .formkit-submit:hover, .formkit-submit:focus {
		background-color: #9ad4b8 !important;
		color: #2e3232;
	}

.subscribe .formkit-powered-by-convertkit-container {
	display: none !important;
}
.email-input::placeholder {
	color: #716f71;
}
.search-field::placeholder {
	color: #716f71;
}
	
/*!---------FOOTER---------*/

.footer {
	margin-top: 7vw;
	margin-bottom: 0;
}
	body.home .footer {
		
	}
	.footer a {
		color: #8863a5;
	}
		.footer a:hover {
			color: #9ad4b8
		}
	
.footer .press {
		text-align: center;
		padding: 25px 0 !important;;
	}
	.footer .press h2 {
		font-family: "rapor", Arial, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .12em;
		margin: 0 0 8px;
		text-align: left;
	}
		.footer .press .wp-block-group__inner-container {
			max-width: 1180px;
			padding: 0 20px;
			margin: 0 auto 0;
		}
	.footer .press .wp-block-image {
		margin: 0;
		flex-grow: 1;
	}
		.footer .press .wp-block-image img {
			width: 100%;
			height: auto;
			display: block;
		}
	@media ( min-width : 600px ) {
		.footer .press .press-mobile {
			display: none;
		}
	}
	@media ( max-width : 600px ) {
		.footer .press .press-desktop {
			display: none;
		}
	}

.footer .wp-block-group.has-background {
		padding: 30px 0 35px;
		text-align: center;
	}
	.footer .wp-block-group.has-background ul, .footer .wp-block-group.has-background ul li {
		margin: 0;
		padding: 0;
	}
	
.sub-footer {
	color: #716f71;
	clear: both;
	padding: 15px 0;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	font-family: "rapor", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
}
.sub-footer a {
	text-decoration: none;
	color: #716f71;
}
	.sub-footer a:hover {
		color: #9ad4b8
	}

.sub-footer .footer-nav {
	margin: 0;
}
.sub-footer .footer-nav li {
	display: inline-block;
	margin-right: 15px;
}
	.sub-footer .footer-nav .top a {
		color: #2e3232
	}
.copyright {
	position: relative;
	z-index: 11;
	overflow: visible;
}

.copyright p {
	margin: 0;
}
.copyright strong {
}
.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: #716f71;
}

.copyright a:hover {
	color: #9ad4b8;
}

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

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

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

	#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 #ececec;
	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: #e7dfed;
	padding: 20px;
	border-radius: 5px;
}

#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: #2e3232;
}

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

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

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

.pagination {
	font-weight: bold;
	font-family: "rapor", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 30px 0 0;
	padding: 10px 0;
	overflow: hidden;
	color: #8863a5;
}
	.comment-pagination {
		margin: 0 0 30px;
	}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #716f71;
	margin: 0;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	border: 1px solid #ececec;
	text-decoration: none;
	display: inline-block;
}

.pagination .page-numbers.current, .pagination a.active {
	color: #2e3232;
	background-color: #b8e1cd;
	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: #9ad4b8;
}

/*!---------RECIPE DROPDOWN MENU---------*/
.recipe-nav {
	position: relative;
	z-index: 12;
}
.recipe-nav {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
	.recipe-nav .search-recipes {
		width: 23%;
	}
	.recipe-nav .spacer {
		width: 5%;
		line-height: 43px;
		height: 43px;
		text-align: center;
	}
#catnav {
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	width: 72%;
}
#catnav ul {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	-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;
}
#catnav li {
	width: 32%;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}
	#catnav li:before {
		display: none;
	}
#catnav li a,
#catnav li label {
	display: block;
	white-space: nowrap;
	padding: 0 15px;
	line-height: 52px;
	text-decoration: none;
	color: #716f71;
	background-color: #ffffff;
	border-radius: 6px;
	transition: none;
	font-size: 16px;
	font-style: italic;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	#catnav li a b, #catnav li label b {
		font-style: normal;
		font-weight: bold;
	}
#catnav li:hover a, 
#catnav li:hover label {
	color: #2e3232;
	background-color: #e7dfed;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: none;
}
#catnav li > a:after {
	content: "\f322";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	font-style: normal;
	display: inline;
	color: #8863a5;
	font-size: 130%;
	line-height: 1;
	position: absolute;
	top: 17px;
	right: 13px;
}
	#catnav li li.menu-item-has-children > a:after {
		content: "\f105";
		font-family: 'Font Awesome 5 Pro';
		font-weight: bold;
		font-style: normal;
		display: inline;
		margin-left: 6px;
		font-size: 120%;
		line-height: 1;
		position: absolute;
		right: 10px;
		top: 12px;
	}
	
/* !Sub Menus Level 1 */
#catnav ul ul {
	font-size: 15px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms transform 120ms ease-out, 280ms opacity 120ms ease-out, 280ms visibility 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 44px;
	left: 50%;
	line-height: 1.4;
	background-color: #e7dfed;
	text-align: center;
	z-index: 2001;
	width: 100%;
}
#catnav ul ul li {
	float: none;
	width: 100%;
	margin: 0;
}
#catnav li li a,
#catnav li li label {
	width: 100%;
	line-height: 1.4;
	padding: 10px 15px;
	font-style: normal;
	border: none;
	color: #2e3232 !important;
	background-color: transparent !important;
	border-radius: 0;
	transition: all .2s ease-in-out;
}
#catnav li li a:after {
	display: none
}
#catnav li li a:hover, 
#catnav > ul > li > ul > li:hover,
#catnav li li label:hover, 
#catnav > ul > li > ul > label:hover {
	color: #2e3232 !important;
	background-color: #d5c6df !important;
}
#catnav ul li:hover > ul, #catnav ul li:focus-within > ul {
	opacity: 1;
	transform: rotateX(0) translateX(-50%);
	visibility: visible;
}
		
/* Sub Menus Level 2 */
#catnav ul ul li ul {
	background-color: #e6e9eb;
	top: 0;
	left: 300px;
	margin: 0;
}
#catnav ul ul li ul a {
	color: #8863a5 !important;;
}
#catnav ul ul li ul li a:hover {
	background-color: #b8e1cd !important;
}
#catnav ul li > label,
#catnav ul li > input {
	display: none;   
}

/* Search */
.search-recipes {
	display: inline-block;
}
.search-recipes .search-form, .search-recipes .search-input {
	
}

.search-recipes .search-form {
	display: inline-block;
	background-color: #ffffff;
	height: 52px;
	border-radius: 6px;
	border: none;
	margin: 0;
	clear: none;
	width: 100%;
}
.search-recipes .search-field {
	font-size: 16px;
	background-color: transparent;
	font-style: normal;
	border: none;
	height: 52px;
	line-height: 52px;
	padding: 0 20px;
}
.search-recipes .search-submit {
	background-color: transparent;
	height: 52px;
	line-height: 52px;
	font-size: 20px;
	font-weight: bold;
	width: 40px;
}

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

#top {
	font-family: "rapor", Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 11px;
}
#top li {
	display: inline-block;
	margin: 0 6px 0;
}
#top li a {
	color: #2e3232;
	text-decoration: none;
}
	#top li a:hover {
		color: #a180b8
	}
	
/*!---------MAIN DROPDOWN MENU---------*/

#main {
	padding: 0;
	text-align: right;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	font-family: "rapor", Arial, sans-serif;
	font-size: 25px;
	line-height: 45px;
	position: relative;
	z-index: 200;
	display: block;
}

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

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

#main li a {
	display: inline-block;
	position: relative;
	padding: 0 15px;
	margin: 0;
	text-decoration: none;
	color: #2e3232;
}
#main li a:hover, #main li a:focus, #main li:hover a {
	color: #8863a5;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-weight: normal;
	font-family: "rapor", Arial, sans-serif;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 48px;
	left: 50%;
	padding: 5px;
	border-radius: 5px;
	line-height: 1;
	background-color: #b8e1cd;
	text-align: center;
	z-index: 2001;
	width: 200px;
}

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

#main li li a {
	width: 100%;
	padding: 8px 5px;
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	border: none;
	background: none !important;
	color: #2e3232 !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 {
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 13px;
	}
	#main li li a:hover, #main li li:hover>a {
		background-color: rgba(255,255,255,.2) !important;
		color: #8863a5 !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: bold;
	float: right;
	display: inline-block;
	position: absolute;
	right: 8px;
	font-size: 80%;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	background-color: #b8e1cd;
	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: #9ad4b8 !important;
	}
	

/*! WPRM */

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

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-head {
	margin: 0;
	padding: 25px;
	text-align: left;
	overflow: hidden;
	background-color: #e7dfed;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-title-block {
	width: 66%;
	float: left;
	order: 1;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-image-block {
	width: 32%;
	float: right;
	order: 2;
	text-align: center;
	margin: 0 0 15px 10px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image img {
		display: block;
		width: 100%;
		height: auto;
	}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-body {
	padding: 15px 25px 25px;
}


	
.wprm-recipe.wprm-recipe-template-custom h2, .wprm-recipe.wprm-recipe-template-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-custom h3.wprm-recipe-header {
	margin: 25px 0 0px !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-custom .wprm-decoration-line {
	border-bottom: none !important;
		--a: 90deg; /* control the angle */
		--s: 16px; /* size of the zig-zag */
		--b: 3px;  /* control the thickness */
		background: #9ad4b8;
		height: calc(var(--b) + var(--s)/(2*tan(var(--a)/2)));
		--_g:var(--s) repeat-x conic-gradient(from calc(var(--a)/-2) at bottom,
		#0000,#fff 1deg calc(var(--a) - 1deg),#0000 var(--a));
		mask: 50% calc(-1*var(--b))/var(--_g) exclude,50%/var(--_g);
		flex: 1 1 auto;
		margin: 0 0 0 10px
	}
.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	font-size: 17px;
	font-family: "rapor", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	margin: 20px 0 10px !important;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	margin: 10px 0 20px;
}

.wprm-recipe.wprm-recipe-template-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-custom  .wprm-unit-conversion-container {
	border: 1px solid #ececec !important;
}
.wprm-recipe.wprm-recipe-template-custom  .wprm-unit-conversion-container button {
	text-align: center;
	height: 40px;
	font-family: "rapor", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	font-size: 12px;
	border: none !important;
}
.wprm-recipe.wprm-recipe-template-custom  .wprm-toggle-container {

}
.wprm-recipe.wprm-recipe-template-custom  .wprm-toggle-container button.wprm-toggle {
	padding: 0;
	margin: 0 2px;
	text-align: center;
	color: #716f71;
	border: 1px solid #ececec !important;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-family: "rapor", Arial, sans-serif;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 14px;
}
	.wprm-recipe.wprm-recipe-template-custom  .wprm-toggle-container button.wprm-toggle.wprm-toggle-active, .wprm-recipe.wprm-recipe-template-custom  .wprm-unit-conversion-container button.wprmpuc-active {
		background-color: #8863a5 !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-custom  .wprm-unit-conversion-container button.wprmpuc-active {
			border: none !important;
		}
		
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-instructions-container {
	margin-top: 35px;
	margin-bottom: 35px
}


/*Recipe Meta*/

.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	color: #2e3232;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 13px;
	line-height: 2;
	margin: 0;
}
.recipe-meta .wprm-recipe-details-container-table {
	margin: 0;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		clear: both;
		color: #716f71;
		font-size: 11px;
		margin: 20px 0 20px;
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta a {
		color: #2e3232;
		background: unset;
		text-decoration: underline;
		border: none;
		box-shadow: none;
	}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-servings-link {
		background-color: #ffffff;
		border: 1px solid #ececec;
		padding: 4px 3px 4px 4px;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container {
	font-family: "rapor", Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .12em;
	margin: 5px 0 10px;
	display: block;
	text-align: center;
}
	.wprm-recipe.wprm-recipe-template-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-custom .recipe-meta .wprm-block-text-uppercase {
		font-style: normal;
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-block-container-inline {
		display: inline-block;
		margin: 0px 10px 0 0 !important;
	}
	
.wprm-recipe-author-with-image {
	font-family: "rapor", Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
	.wprm-recipe-author-with-image .wprm-recipe-details:before {
		content: "by";
		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: 5px;
	}
.recipe-meta .wprm-recipe-block-container:before {
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	margin-right: 4px;
	font-size: 110%;
	color: #8863a5;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
	.recipe-meta .wprm-recipe-time-container:before {
		content: "\f017";
	}
	.recipe-meta .wprm-recipe-author-container:before {
		content: "\f007";
	}
	.recipe-meta .wprm-recipe-course-container:before {
		content: "\f2e6";
	}
	.recipe-meta .wprm-recipe-cuisine-container:before {
		content: "\f86b";
	}
	.recipe-meta .wprm-recipe-servings-container:before {
		content: "\f2e6"
	}
		
.wprm-recipe .recipe-meta .wprm-recipe-details-unit, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-unit, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%
	}
	.wprm-recipe-details-unit {
		font-size: 100% !important;
	}


/*Ratings*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 10px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating .wprm-recipe-rating-details, .item .wprm-recipe-rating-details {
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		text-decoration: none;
		text-transform: lowercase;
		font-style: italic;
		letter-spacing: none;
		font-weight: normal;
		text-align: center;
		font-size: 13px;
		color: #716f71;
		margin-left: 5px;
	}
		.item .wprm-recipe-rating .wprm-recipe-rating-details {
			font-size: 11px;
			display: inline-block;
		}

#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-custom .recipe-buttons {
	clear: both;
	display: flex;
	justify-content: center;
	gap: 15px;
	padding: 20px 15px;
	background-color: #c6b2d4;
	clear: both;
	width: 100%;
}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link, a.wprm-recipe-roundup-link {
	font-family: "rapor", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #2e3232;
	background: #b8e1cd;	
	margin: 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding: 0 22px !important;
	border: none !important;
	border-radius: 5px;
}

	a.wprm-recipe-link:before {
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-right: 5px;
	}
		a.wprm-recipe-print:before {
			content: "\f02f";
		}
		a.wprm-recipe-jump-to-comments:before {
			content: "\f005";	
		}
		a.wprm-video-link:before, a.wprm-recipe-jump-video:before {
			content: "\f03d";
		}
		a.wprm-recipe-pin:before {
			content: "\f08d";
			margin-right: 5px;
			margin-left: 2px;
		}
		
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover, .wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:focus, a.wprm-recipe-roundup-link:focus, a.wprm-recipe-roundup-link:hover {
		background: #9ad4b8 !important;
		color: #2e3232 !important;
	}


/*Lists*/
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients {
	margin-top: 15px !important;
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li, .wprm-recipe.wprm-recipe-template-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-custom ul.wprm-recipe-ingredients li:before, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li:before {
		display: none
	}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li {
	overflow: hidden;
	clear: right;
	margin-bottom: 15px !important;
}
	.wprm-recipe-instructions-container .wprm-recipe-instruction-text {
		margin: 0 !important;
	}
	.wprm-recipe-instructions-container .wprm-recipe-instruction-media {
		float: right;
		width: 25% !important;
		height: auto;
		margin: 0 0 5px 10px !important;
	}
	.wprm-recipe-instruction-ingredients {
		font-size: 86%;
		font-style: italic;
		margin-top: 5px;
	}

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

/*Notes*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container {
	font-size: 92%;
	line-height: 1.6;	
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes li {
	margin-left: 30px;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes li:before {
	display: inline-block;
	content: "";
	font-family: 'Font Awesome 5 Pro';
	color: #ffffff;
	background-color: #a180b8;
	-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;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes li li:before {
		background-color: #9ad4b8;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes h5 {
	font-family: "rapor", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .12em;
	font-size: 16px;
	color: #2e3232;
	display: block;
	margin: 0 0 15px;
}

/*Nutrition*/
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	color: #716f71;
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	text-align: left;
	background-color: #e7dfed;
	padding: 20px 25px 10px 25px;
	margin-top: 25px;
	clear: both;
}
	.wprm-recipe.wprm-recipe-template-custom .nutrition-disclaimer {
		color: #716f71;
		font-size: 12px;
		line-height: 1.5;
		font-weight: normal;
		font-style: italic;
		text-align: left;
		background-color: #e7dfed;
		padding: 0 25px 20px 25px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container:before {
		content: "Nutrition Information: ";
		font-family: "rapor", Arial, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .12em;
		font-size: 14px;
		color: #2e3232;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-block-text-italic {
		font-weight: normal
	} 

/*Footer*/
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	clear: both;
	padding: 25px !important;
	margin: 0 !important;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action-header {
	color: #2e3232;
	font-family: "rapor", Arial, sans-serif;
	font-size: 28px !important;
	line-height: 1;
	text-transform: none;
	font-weight: normal !important;
	letter-spacing: normal;
	margin: 10px 0 10px;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action-text {
	margin: 0;
	display: block;
	line-height: 1.5;
	font-size: 17px;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action-text a {
	background: none;
	text-decoration: underline;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action .wprm-call-to-action-icon {
	font-size: 56px;
	line-height: 1;
	margin: 0px 0px 0 0;
}


/*Jump Button*/
.post-meta .wprm-recipe-snippet {
	margin: 12px 0 0;
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
	.wprm-recipe-snippet a.wprm-recipe-link, .wprm-recipe-snippet a.video-jump {
		display: inline-block;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: .12em;
		font-size: 11px;
		padding: 6px 10px !important;
		margin: 0 !important;
		color: #2e3232 !important;
		background-color:#b8e1cd !important;
		vertical-align: middle;
		border: none !important;
	}
		.wprm-recipe-snippet a.wprm-recipe-link:hover, .wprm-recipe-snippet a.wprm-recipe-link:focus {
			background-color: #c6b2d4 !important;
			color: #2e3232 !important;
			opacity: 1.0 !important;
		}
		.wprm-recipe-snippet a.wprm-recipe-link:before {
			content: "\f0e0";
			font-family: "Font Awesome 5 Pro";
			font-weight: bold;
			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-jump-video .wprm-recipe-icon {
				display: none;
			}

.post-meta a.jump {
	display: inline-block;
}
.post-meta .wprm-recipe-snippet svg {
	display: inline !important;
}
	.post-meta .wprm-recipe-rating {
		display: inline-block;
		font-size: 15px;
		line-height: 1;
	}
		.post-meta .wprm-recipe-rating .wprm-recipe-rating-details {
			font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
			letter-spacing: normal;
			display: inline-block;
			font-style: italic;
			font-weight: normal;
			text-transform: none;
			font-size: 12px;
			color: #716f71;
			margin: 0 0 0 2px !important;
		}