/*! 
Theme Name: Robin Miller Cooks
Theme URL: https://www.robinmillercooks.com
Description: Custom responsive blog theme by Purr.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

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

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

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

/*! MAIN CONTAINER */

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

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

@media ( min-width : 801px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 320px - 4%);
		width: -webkit-calc(100% - 320px - 4%);
		width: calc(100% - 320px - 4%);
		max-width: 750px;
		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: 1220px;
}

.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: #222b3b;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #222b3b;
	background-color: #FCEBA5;
	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: 'AnaheimGothic';
	src: url('fonts/AnaheimGothic.woff2') format('woff2'),
		 url('fonts/AnaheimGothic.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback
}

@font-face {
	font-family: 'Blues_Malone';
	src: url('fonts/Blues_Malone.woff2') format('woff2'),
		 url('fonts/Blues_Malone.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.65;
	color: #222b3b;
	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: #108074;
	text-decoration: underline;
}

a:hover {
	color: #58a69e;
}

	.post-content a, .page-content a, .cat-desc a, .archiveslist a {
		color: #222b3b;
		font-weight: bold;
		text-decoration: none;
		background: linear-gradient(#58a69e, #58a69e) 0 100% / 100% 3px 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: #222b3b;
			background: linear-gradient(#58a69e, #58a69e) 0 100% / 100% 20px no-repeat;	
		}
	

p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6, .wp-block-search label {
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	line-height: 1.15;
	font-weight: 600;
	margin: 25px 0;
	color: #222b3b;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}
	.post-content h2, .page-content h2, h2.line {
		margin-top: 35px;
		padding-bottom: 15px;
		margin-bottom: 25px;
		border-bottom: 2px solid #222b3b;
	}
		h2 strong, h3 strong, h2 b, h3 b {
			font-weight: unset !important;
		}
		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, .latest {
		text-align: center;
		font-size: 32px;
	}
		.sidebar .home-section .block-title {
			font-size: 26px;
		}
	.home-section .divider, .latest, .wp-block-search label {
		margin: 0 0 25px;
		text-transform: uppercase;
		letter-spacing: .12em;
		font-size: 25px;
		gap: 10px;
		display: flex;
		align-items: center;
		align-content: center;
	}
		
		.divider:after, .latest:after {
			display: block;
			content: "";
			height: 1px;
			border-bottom: 2px solid #222b3b;
			flex: 1 1 auto;
		}
		h1.tagline {
			display: flex;
			align-items: center;
			align-content: center;
			text-align: center;
			position: relative;
			margin: 0 auto 25px;
			max-width: 1180px;
			gap: 10px
		}
		.tagline:after  {
			display: block;
			content: "";
			height: 1px;
			border-bottom: 2px solid #222b3b;
			flex: 1 1 auto;
			margin-top: -2px;
		}
			.tagline:before  {
				display: block;
				content: "";
				height: 1px;
				border-bottom: 2px solid #222b3b;
				flex: 1 1 auto;
				margin-top: -2px;
			}
	
	.sidebar .block-title.divider, .sidebar .divider, .sidebar .wp-block-search label {
		display: block;
		text-align: center;
		margin-bottom: 10px;
		font-size: 21px;
	}
		.sidebar .divider:after {
			display: none;
		}
	
	h1 em, h2 em, h3 em {
		font-family: "Blues_Malone", cursive;
		font-style: normal;
		text-transform: lowercase;
		letter-spacing: normal;
		font-size: 110%;
		color: #108074;
	}
	.subtitle {
		font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: .2em;
		color: #108074;
		display: block;
		margin: 0 0 10px;
	}
		.sidebar .subtitle {
			margin: 0 0 5px;
			font-size: 12px;
		}
	
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 #222b3b;
}

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

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

/*!---------HEADER---------*/
.top-bar {
	border-bottom: 1px solid #e9eaeb;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px
}
		.top-bar .header-search {
			flex-basis: 200px;
		}
		.top-bar .social {
			
		}
		.top-bar #top {
			margin-left: auto;
		}
		.top-bar .top-cta p {
			margin: 0 10px;
			font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 11px;
			text-transform: uppercase;
			letter-spacing: .08em;
			color: #59606c;
		}
			.top-bar .top-cta a {
				color: #59606c;
				text-decoration: none;
			}
				.top-bar .top-cta a:hover {
					color: #108074;
				}
		
.header {
	text-align: center;
	position: relative;
	z-index: 201;
	margin-bottom: 25px;
	border-bottom: 1px solid #e9eaeb;
}
	body.home .header {
		border: none;
		margin: 0;
	}
.header .logo {
	overflow: hidden;
	width: 185px;
	float: left;
	margin: -25px 0 25px -5px;
	background-color: #ffffff;
	padding-left: 5px;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}

.header #main {
	margin: 41px -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;
	}

.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%;
}
.wp-block-embed {
	text-align: center;
}
.wp-block-embed__wrapper {
	text-align: center;
}


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

.span_content ul.wp-block-list, .span_content ol.wp-block-list {
	padding: 0;
	margin: 25px 0;
}
.span_content ul.wp-block-list ul {
	margin: 10px 0;
}
.span_content ul.wp-block-list li {
	list-style-type: disc;
	margin: 0 0 12px 25px;
	padding: 0;
}
	.span_content ul.wp-block-list li::marker {
		color: #108073;
		font-size: 120%;
	}

.span_content ol.wp-block-list {
	
} 
.span_content ol.wp-block-list li {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
	padding: 0;
}
.span_content ol.wp-block-list {
	counter-reset:li;
}
	.span_content ol.wp-block-list[start="2"] {
		counter-reset:li 1;
	}
	.span_content ol.wp-block-list[start="3"] {
		counter-reset:li 2;
	}
	.span_content ol.wp-block-list[start="4"] {
		counter-reset:li 3;
	}
	.span_content ol.wp-block-list[start="5"] {
		counter-reset:li 4;
	}
	.span_content ol.wp-block-list[start="6"] {
		counter-reset:li 5;
	}
	.span_content ol.wp-block-list[start="7"] {
		counter-reset:li 6;
	}
	.span_content ol.wp-block-list[start="8"] {
		counter-reset:li 7;
	}
	.span_content ol.wp-block-list[start="9"] {
		counter-reset:li 8;
	}
	.span_content ol.wp-block-list[start="10"] {
		counter-reset:li 9;
	}
.span_content ol.wp-block-list>li {
	padding: 0 0 0px;
	margin: 0 0 20px 40px;
	list-style-type: none;
	position: relative;
}
.span_content ol.wp-block-list>li:before{
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #ffffff;
	background-color: #108073;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 28px;
	width: 28px;
	left: -24px;
	top: 2px;
	transform: translateX(-50%);
	line-height: 32px;
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

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

.social a {
	color: #108074;
	font-size: 17px;
	text-align: center;
	display: inline-block;
	padding: 5px;
}
	.social a:hover {
		color: #58a69e;
	}
.sidebar .social {
	text-align: center;
	margin: -25px 0 55px;
}
	.sidebar .social a {
		color: #ffffff;
		background-color: #222b3b;
		font-size: 16px;
		height: 36px;
		width: 36px;
		border-radius: 50%;
		line-height: 36px;
		text-align: center;
		display: inline-block;
		margin: 0 2px;
		padding: 0;
	}
		.sidebar .social a:hover {
			background-color: #108074;
		}

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

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

.post-meta {
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: #59606c;
	margin: 0 0 20px;
}
.post-meta a {
	color: #59606c;
	font-weight: bold;
	text-decoration: underline;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #58a69e;
		text-decoration: underline;
	}
.post-meta.post-cat {
	margin: 0;
	color: #108074;
}
	.post-meta.post-cat a {
		font-size: 12px;
		color: #108074;
		font-weight: bold;
		letter-spacing: .12em;
		display: inline-block;
	}
		.post-meta.post-cat a:hover {
			color: #58a69e;
			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: #59606c;
		background-color: #ededef;
		text-transform: uppercase;
		letter-spacing: .075em;
		text-decoration: none !important;
		padding: 9px 10px 7px 12px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #58a69e;
			color: #222b3b;
		}
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: #59606c;
	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: #222b3b;
}

.disclosure, .disclosure-top, small, .tasty-links-general-disclaimer {
	font-size: 12px;
	color: #59606c;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
	.disclosure-top {
		margin: 0;
		display: inline-block;
	}
	.disclosure-bottom {
		margin: 10px 0 0;
		text-align: center;
	}
a.more-link {
	font-size: 13px;
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	color: #ffffff;
	background: #108074;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 15px 22px 11px;
	position: relative;
}
	a.more-link:hover, a.more-link:focus {
		background-color: #58a69e;
	}
	.home-section .more {
		margin-top: 25px;
		text-align: center
	}
	.icons-block .more {
		margin-top: 7px;
	}
		.icons-block a.more-link {
			color: #77b7b0;
			background: transparent;
			padding: 4px 2px 0;
			border-bottom: 1px solid #77b7b0;
			line-height: 1;
		}
			.icons-block a.more-link:hover {
				color: #b7d9d5;
			}

/*!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: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	border-top: 1px solid #222b3b;
	border-bottom: 1px solid #222b3b;
}

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

.post-nav a {
	color: #222b3b;
	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: #222b3b
}
.post-nav div a:hover {
	color: #58a69e;
}

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

/*! Gutenberg Blocks */

.span_content_full .page-content {

}

.fullwidth, .alignfull, .alignwide, .span_content_full .page-content .home-section.has-background, .recipe-index-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: 1220px;
	}
	
@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: #ededef;
		color: #59606c;
		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;
		font-size: 15px;
		line-height: 1.5;
		text-align: center;
		color: #59606c;
	}
.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: 10px;
	}
		.wp-block-media-text.has-background img {
			display: block;
		}
	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-teal-background-color {
		background-color: #108074;
		color: #ffffff;
	}
	.has-medteal-background-color {
		background-color: #b7d9d5;
	}
	.has-lightteal-background-color {
		background-color: #dbecea;
	}
	
	.has-navy-background-color {
		background-color: #222b3b;
		color: #ffffff;
	}
		.has-navy-background-color h2 {
			color: #ffffff;
		}
	.has-mednavy-background-color {
		background-color: #59606c;
		color: #ffffff;
	}
	.has-lightnavy-background-color {
		background-color: #ededef;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 2px solid #222b3b;
	}
	
	.has-darkpink-color {
		color: #108074;
	}
	.has-pink-color {
		color: #58a69e;
	}
	.has-lightpink-color {
		color: #58a69e;
	}
	.has-blue-color {
		color: #b7d9d5;
	}
	.has-lightblue-color {
		color: #dbecea;
	}
	.has-yellow-color {
		color: #fbe27f;
	}
	.has-lightyellow-color {
		color: #fceba5;
	}

	.has-black-color {
		color: #222b3b;
	}
	.has-gray-color {
		color: #59606c;
	}
	.has-lightgray-color {
		color: #ededef;
	}
	.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: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, 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: #222b3b;
	background-color: #dbecea;
	-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: 2.5vw;
			row-gap: 3vw;
		}
		.post-content .items-3-col, .page-content .items-3-col {
			gap: 1.5vw;
			row-gap: 1.5vw;
		}
		.archives.items-3-col {
			gap: 1.5vw;
			row-gap: 1.5vw;
		}
	.items-4-col {
		gap: 1.75vw;
		row-gap: 1.75vw;
		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;
}

.item .title {
	margin: 15px 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.2vw, 30px);
	}
		.archives.items-3-col .item .title, .post-content .items-3-col .item .title {
			font-size: 16px;
			font-size: clamp(16px, 2vw, 20px);
			padding: 0;
		}
	.items-4-col .item .title {
		font-size: 20px;
		font-size: clamp(16px, 2vw, 24px);
	}
		.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, 18px);
	}

	.icons .item .title, .items-7-col .item .title, .items-8-col .item .title {
		text-align: center;
		font-size: 1.5vw;
		font-size: clamp(9px, 1.25vw, 15px);
		font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		margin: 10px 0 0;
	}

.item .title {
	text-decoration: none;
	color: #222b3b;
	-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: #222b3b;
		text-decoration: none;
	}
	.item .title a:hover, .item a:hover .title {
		color: #108074;
		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 .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;
	}
	.recipe-index-content .home-section:not(.has-background) .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: 12px 0 -7px;
	position: relative;
	z-index: 12;
}
	.teaser-post.item .post-cat {
		margin: 16px 0 0;
	}
.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;
}


/*!----Homepage Styles----*/
	
.home-sections {
	display: flex;
	flex-flow: column;
	gap: 5vw;
}
	.upper-home-sections {
		margin-bottom: 6vw;
	}
	.lower-home-sections {
		margin-top: 6vw;
	}
	.recipe-index-content {
		gap: 4vw;
		margin-bottom: 6vw;
	}

.home-section {
	clear: both;
	position: relative;
}
	.home-sections .home-section.has-background + .home-section.has-background {
		margin-top: -5vw;
	}	
	.home-sections .home-section.has-background, .footer .home-section.has-background {
		border: none;
		position: relative;
		padding: 4vw 0;
	}
		.home-sections .icons-block.has-background {
			padding: 35px 0;
		}
		.home-sections .video-block.has-background {
			padding-top: 90px;
		}
	.home-sections .home-section:not(.has-background) {
		padding: 0 !important;
	}
.home-section .wrap {
		position: relative;
	}
	.page-content .home-section .wrap, .post .home-section .wrap {
		padding: 0;
	}

.home-section.featured-posts-block p.description, .featured-posts-block p.description {
	margin: 0px 0 25px;
	text-align: left;
}
	.sidebar .featured-posts-block p.description {
		margin: 0px 0 20px;
		text-align: center;
		font-size: 88%;
		line-height: 1.4;
	}
	
.home-section .item a.overlay {
	display: block;
	position: relative;
}
	.home-section .item a.overlay .title {
		
	}
		.home-section .item a.overlay:hover .title {
			
		}


.home-sections .home-section.about.has-background {
	padding: 0;
}
	.home-sections .home-section.about>.wrap:first-of-type {
		position: relative;
		max-width: 100%;
		padding: 0;
	}
		.home-sections .home-section.about>.wrap:first-of-type::before {
		  content: '';
		  z-index: 10;
		  width: 100%;
		  height: 100%;
		  display: block;
		  position: absolute;
		  background: linear-gradient(0deg, rgba(255,255,255, 1.0) 0%, rgba(255,255,255, 0) 50%);
		}
		
.home-sections .about .widget-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
	.home-sections .about .caption {
		text-align: left;
		flex-basis: 50%;
		order: 2;
		position: relative;
		z-index: 12;
		padding: 4% 5% 4% 12%;
	}
		.home-sections .about .caption .block-title {
			text-align: left;
			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;
			text-align: left;
		}
	.home-sections .about .image {
		flex-basis: 50%;
		position: relative;
		order: 1;
		margin: 0;
	}
		.home-sections .home-section.about .widget-content img.bg {
			width: 100%;
			height: auto;
			position: relative;
			z-index: 2;
		}
			.home-sections .home-section.about .widget-content img.headshot {
				width: 35%;
				height: auto;
				position: absolute;
				top: 50%;
				right: 0;
				z-index: 11;
				-webkit-transform: translate(50%,-50%);
				-ms-transform: translate(50%,-50%);
				transform: translate(50%,-50%);
				rotate: -8deg;
			}
				.sidebar .home-section.about .widget-content img.headshot {
					width: 85%;
					height: auto;
					z-index: 11;
					rotate: -8deg;
					margin: 15px auto;
				}

	.about .press {
		background: #ffffff;
		text-align: center;
		padding: 25px 0 !important;;
	}
	.about .press h3.block-title {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .12em;
		margin: 0 0 -10px;
		text-align: left;
	}
	.about .press .image {
		margin: 0;
		flex-grow: 1;
	}
		.about .press .image img {
			width: 100%;
			height: auto;
		}
	@media ( min-width : 600px ) {
		.about .press .press-mobile {
			display: none;
		}
	}
	@media ( max-width : 600px ) {
		.about .press .press-desktop {
			display: none;
		}
	}

.cta-block.has-background {
	position: relative;
}
	.cta-block.has-background:after {
		content: "";
		display: block;
		width: 50%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(255,255,255,.5);
	}
.cta-block .widget-content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
		.cta-block .caption {
			text-align: center;
			flex-basis: 33%;
			flex-grow: 1;
			order: 2;
			position: relative;
			z-index: 12;
			padding: 3%;
		}
			.cta-block .caption .block-title {
				
			}
			.cta-block .caption p {
				
			}
			.cta-block .caption .more {
				
			}
		.cta-block .image {
			flex-basis: 33%;
			position: relative;
			padding: 3%;
			order: 1;
			margin: 0;
		}
			.cta-block .widget-content img {
				width: 100%;
				height: auto;
				position: relative;
				z-index: 2;
			}
			.cta-block .image1 {
				order: 1;
			}
			.cta-block .image2 {
				order: 3
			}
			
.optin-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 15px;
}
	.sidebar .optin-content {
		gap: 10px;
	}
		.sidebar .optin-content .caption {
			
		}
	.optin-content .caption {
		flex-grow: 1;
		flex-basis: 35%;
	}
		.optin-content .block-title {
			margin: 0;
		}
		.sidebar .optin-content .caption {
			flex-basis: 100%;
		}
	.optin-content .caption p {
		margin: 8px 0 0;
		text-align: center;
		font-size: 17px;
		line-height: 1.4;
	}
	.optin-content .form {
		flex-grow: 1;
		flex-basis: 45%;
	}
		.sidebar .optin-content .form {
			flex-basis: 100%;
		}
	.optin-content .image {
		flex-basis: 95px;
		flex-grow: 0;
	}
		.optin-content .image img {
			width: 100%;
			height: auto;
			display: block;
		}
		.sidebar .optin-content .image {
			margin: 0 auto;
		}
	

.home-section.icons-block {

}
	.home-section.icons-block .wrap {
		display: flex;
		align-items: flex-start;
		align-items: center;
		gap: 4%;
	}
	.icons-block .caption {
		flex-basis: 22%;
	}
	.icons-block .block-title {
		
		font-size: 23px;
		text-transform: uppercase;
		letter-spacing: .075em;
		margin: 0 0 8px;
	}
	.icons-block .items {
		flex-grow: 1;
	}
	.icons {
		
	}
	.icons .item .title, .icons .item a .title {
		color: #ffffff;
	}
	.icons .item a {
		width: 100%;
		height: 100%;
		color: #ffffff !important;
		background-color: #59606c;
		text-align: center;
		display: block;
		display: inline-flex;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		padding: 8px 8px 12px 10px;
		justify-content: center;
		align-items: center;
		text-align: center;
			}
		.icons .item a:hover {
			transform: rotate(-12deg);
			background-color: #58a69e;
		}
	
.video-block.has-background:after {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	background: #ffffff;
}
.video-block h2.block-title {
	font-family: "Blues_Malone", cursive;
	font-style: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 32px;
	color: #108074;
	margin: 0 0 15px;
}
.video-block .wrap {
	position: relative;
	max-width: 450px;
	margin: 0 auto;
	z-index: 2;
}
	.video-content .player {
		position: relative;
		padding-bottom: 178%;
		height: 0;
		overflow: hidden;
	}
		.video-content .player iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	.video-content .caption {
		text-align: center;
	}
	.video-content .caption .block-title {
		margin: 25px 0 15px;
	}
	.video-content .caption .more {
		margin: 15px 0 0;
	}
	.home-section .follow {
		text-align: right;
		margin: 15px 0 0;
	}
		.home-section .follow a.follow-link {
			font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			letter-spacing: .12em;
			color: #212b3b;
			border: none;
			font-size: 13px;
			text-transform: uppercase;
			font-weight: bold;
			margin: 0px;
			text-align: center;
			box-shadow: none;
			text-decoration: none;
			display: inline-block;
			background: url(images/youtube.png) no-repeat top right;
			background-size: 60px auto;
			padding-right: 66px;
			line-height: 30px;
		}
			.home-section .follow a.follow-link:hover {
				opacity: 0.7
			}

	
/*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 .home-section.about .block-title {
		margin: 15px 0;
	}
.sidebar .about .widget-content .image {
	padding: 0;
	flex: none;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
	.sidebar .about .widget-content .image {
		width: 100%;
		height: auto;
		max-width: 200px;
		margin: 0 auto;
		overflow: hidden;
	}

.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;
	}
	.sidebar .home-section .widget-content .caption .block-title {
		text-align: center;
	}
	.sidebar .home-section .widget-content .caption p {
		margin: 15px 0;
		font-size: 88%;
		line-height: 1.6;
	}
	.sidebar .home-section .widget-content a.more-link {
		text-align: center;
		font-size: 11px;
		padding: 11px 18px 9px;
	}
	.sidebar .home-section .widget-content .more {
		margin-top: 20px;
	}


/*!---------LANDING PAGE STYLES---------*/
.cat-landing {
	
}
	.no-cat-landing {
			
	}
	.cat-desc {
		margin-bottom: 25px;
	}
.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: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, 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: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	color: #222b3b;
	background: #58a69e;
	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;
}
	ul.subcategories ul li.all a {
		color: #e41b64;
		background: #ffffff;
	}
		ul.subcategories ul li.all a i {
			color: #58a69e
		}
	ul.subcategories ul li.current-cat a {
		color: #ffffff;
		background: #58a69e;
	}
	ul.subcategories ul li a:hover, ul.subcategories ul li a:focus, .subcats a:hover, .subcats a:focus {
		background: #dbecea;
		color: #222b3b;
		text-decoration: none !important;
	}
		ul.subcategories ul li.all a:hover {
			color: #dbecea;
			background: #222b3b;
		}

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: #222b3b;
		background-color: #58a69e;
		-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: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	background: none;
	border: solid 1px #58a69e;
	color: #222b3b;
	text-decoration: none;
}
	.tagindex a:hover {
		background: #58a69e;
		color: #c82a85
	}

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle em {
	color: #108074;
	letter-spacing: normal;
	font-style: italic;
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 11px;
}

.tagtitle em a {
	color: #222b3b;
	text-decoration: none;
}

	.tagtitle a:hover {
		color: #58a69e;
	}
	
.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: #59606c;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 10px;
}
.breadcrumb a {
	background: none !important;
	color: #59606c;
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, 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: #58a69e;
}


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

.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 #222b3b;
	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: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	color: #ffffff;
	background: #108074;	
	margin: 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	height: 55px;
	line-height: 58px;
	padding: 0 23px 0 25px;
	border: none;
	cursor: pointer;
}
	.wp-block-button a {
		height: 55px;
		line-height: 58px;
		padding: 0 23px 0 25px;
	}
		.wp-block-button a.has-small-font-size {
			height: 40px;
			line-height: 43px;
			padding: 0 13px 0 15px;
		}
	a.smbutton, button.smbutton, .wp-block-button.has-small-font-size a {
		font-size: 12px;
		height: auto;
		line-height: 1.1;
		padding: 14px 20px;
	}
	#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: #58a69e !important;
		color: #ffffff;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #FCEBA5;
	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: 1px solid #e9eaeb;
	background-color: #ffffff;
}
	.top-bar .search-form {
		border: none;
		border-left: 1px solid #e9eaeb;
	}
.span_content .search-form {
	max-width: 100%;
}
.search-form .search-field {
	color: #222b3b;
	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 15px;
	vertical-align: middle;
	width: 100%;
	border: none;
	background-color: transparent;
	border: none;
	flex-basis: auto;
	flex-grow: 1;
}
	.wp-block-search__input {
		color: #222b3b;
		font-size: 18px;
		font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, 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 #e9eaeb;
	}
	.search-form .search-field:focus, .wp-block-search__input:focus {
		border: 2px solid #58a69e;
		outline: none;
	}
	.top-bar .search-field {
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}
	
.search-form .search-submit {
	background-color: transparent;
	font-size: 28px;
	color: #108074;
	width: auto;
	height: 58px;
	width: 58px;
	line-height: 58px;
	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: #108074;
		color: #ffffff;
		border: none;
		border-radius: 0px;
		font-weight: bold;
		font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .075em;
		font-size: 13px;
		line-height: 50px;
		height: 50px;
		line-height: 52px;
		padding: 0 12px 0 15px;
		vertical-align: middle;
		text-align: center;
	}
	.search-form .search-submit svg {
		color: #108074;
		fill: #108074;
		position: relative;
		top: 4px;
	}
	.top-bar .search-submit {
		background-color: transparent;
		color: #108074;
		fill: #108074;
		font-size: 16px;
		line-height: 46px;
		width: 46px;
		height: 46px;
		border-radius: 0;
		margin: 0;
		position: absolute;
		top: 2px;
		right: 0px;
	}
	.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover svg, .search-form .search-submit:focus svg {
		color: #dbecea;
		fill: #dbecea;
		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;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
	form.formkit-form[data-format="inline"] {
		margin-bottom: 0px !important;
		max-width: unset !important;
	}
	.subscribe .formkit-form [data-style="clean"] {
		padding: 0 !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%;
			background-color: #ffffff;
		}
	.formkit-fields .formkit-submit {
		flex: 1 0 100% !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: #222b3b;
	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;
	background-color: #ffffff;
	flex-basis: 47%;
	flex-grow: 1;
}
	.email-input:focus, .formkit-form .formkit-input:focus {
		outline: none;
		color: #222b3b;
		background-color: #ffffff;
		border: 2px solid #108074 !important
	}

.subscribe .email-submit, .dpsp-email-save-this-tool .hubbub-block-save-this-submit-button, .formkit-form .formkit-submit {
	font-size: 15px !important;
	height: 58px;
	line-height: 55px;
	font-weight: bold;
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #ffffff !important;
	background-color: #108074 !important;
	text-align: center;
	display: inline-block;
	padding: 2px 25px 0px 26px !important;
	text-decoration: none;
	border: none;
	white-space: nowrap;
	cursor: pointer;
	flex-basis: 100%;
	flex-grow: 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 {
		color: #ffffff;
		background-color: #58a69e !important;
	}

.subscribe .formkit-powered-by-convertkit-container {
	display: none !important;
}
.email-input::placeholder {
	color: #59606c;
}
.search-field::placeholder {
	color: #59606c;
}

#savetherecipe {
	min-height: 350px; /* Added to improve CLS */
}

@media screen and (min-width:537px) {
	#savetherecipe {
		min-height: 271px; /* Responsive adjustment to improve CLS */
	}
}

#savetherecipe form.seva-form.formkit-form .formkit-field:nth-child(2),
#savetherecipe form.seva-form.formkit-form .formkit-field:nth-child(3) {
	display: none;
}
#savetherecipe .formkit-form {
	border: none !important;
	background-color: #58a69e !important;
	max-width: 100%;
	border-radius: 12px;
}
#savetherecipe .formkit-form .formkit-header h2, #savetherecipe .formkit-form p {
	text-align: left;
}
#savetherecipe .formkit-form .formkit-header {
	margin-bottom: 0 !important;
}
#savetherecipe .formkit-form .formkit-header h2 {
	font-size: 26px !important;
	font-weight: 500px;
	letter-spacing: .025em;
	color: #222b3b;
	border: none;
	padding: 0;
	margin: 0 0 10px !important;
}
#savetherecipe .formkit-form .formkit-subheader {
	margin-top: 0 !important;
}
#savetherecipe .formkit-form .formkit-subheader p {
	font-size: 20px !important;
	line-height: 1.5;
	margin: 0;
}
#savetherecipe .formkit-form .seva-fields.formkit-fields .formkit-field {
	flex: 70% !important;
	width: 70%;
} 
#savetherecipe .formkit-form .seva-fields.formkit-fields .formkit-field input {
	border: 2px solid #222b3b !important;
	border-radius: 8px !important;
}
#savetherecipe .formkit-form .seva-fields.formkit-fields button {
	flex: 20% !important;
	width: 20%;
	flex: 11% !important;
	background-color: #b7d9d5 !important;
	text-decoration: none;
	color: #222b3b !important;
	border: 2px solid #222b3b !important;
	height: 58px;
	border-radius: 8px !important;
} 
#savetherecipe .formkit-form .seva-fields.formkit-fields button > * {
	transition: unset !important
}
#savetherecipe .formkit-form .seva-fields.formkit-fields button:hover {
	background-color: #58a69e !important;
	color: #222b3b !important;
}
#savetherecipe .formkit-form .formkit-guarantee {
	display: none
}
@media (max-width: 555px){
	#savetherecipe .formkit-form .seva-fields.formkit-fields button {
		flex: 25% !important;
	} 
}
@media (max-width: 434px) {
	#savetherecipe .formkit-form .seva-fields.formkit-fields {
		display: grid !important
	} 
	#savetherecipe .formkit-form .seva-fields.formkit-fields .formkit-field {
		flex: 100% !important;
		width: 100%;
		margin-right: 0 !important;
		min-width: auto;
	}
	#savetherecipe .formkit-form .seva-fields.formkit-fields button {
		width: 100%;
		flex: 100% !important;
		min-width: auto;
	}

}

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

.footer {
	margin-top: 7vw;
	margin-bottom: 0;
}
	body.home .footer {
		margin: 0;
	}
	.footer a {
		color: #108074;
	}
		.footer a:hover {
			color: #58a69e
		}

	
.sub-footer {
	color: #59606c;
	clear: both;
	padding: 15px 0;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
}
.sub-footer a {
	text-decoration: none;
	color: #59606c;
}
	.sub-footer a:hover {
		color: #58a69e
	}

.sub-footer .footer-nav {
	margin: 0;
}
.sub-footer .footer-nav li {
	display: inline-block;
	margin-right: 15px;
}
	.sub-footer .footer-nav .top a {
		color: #222b3b
	}
.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: #59606c;
}

.copyright a:hover {
	color: #58a69e;
}

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

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

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

	#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 #e9eaeb;
	list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

.pagination {
	font-weight: bold;
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, 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: #108074;
}
	.comment-pagination {
		margin: 0 0 30px;
	}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #59606c;
	margin: 0;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	border: 1px solid #e9eaeb;
	letter-spacing: normal;
	text-decoration: none;
	display: inline-block;
}

.pagination .page-numbers.current, .pagination a.active {
	color: #222b3b;
	background-color: #dbecea;
	font-weight: bold;
	border: none;
}

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

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

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

#top {
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, 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: #59606c;
	text-decoration: none;
}
	#top li a:hover {
		color: #108074
	}
	
/*!---------MAIN DROPDOWN MENU---------*/

#main {
	padding: 0;
	text-align: right;
	font-weight: 500;
	text-transform: lowercase;
	letter-spacing: normal;
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 50px;
	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: #222b3b;
}
#main li a:hover, #main li a:focus, #main li:hover a {
	color: #108074;
}

#main li.swoosh {
	background: url(images/swoosh.svg) no-repeat center bottom;
	background-size: 80% auto;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-weight: bold;
	text-transform: uppercase;
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 46px;
	left: 50%;
	padding: 5px;
	line-height: 1;
	background-color: #ededef;
	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: 10px 5px;
	margin: 0;
	font-size: 12px;
	line-height: 1.2;
	border: none;
	background: none !important;
	color: #222b3b !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
		#main li li:last-child a {
			border: none;
		}	
	#main li li.bold a {
		color: #108074 !important; 
	}
	#main li li a:hover, #main li li:hover>a {
		background-color: #58a69e !important;
		color: #108074 !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 li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	float: right;
	display: inline-block;
	font-size: 75%;
	margin-left: 5px;
	color: #108074;
	display: none;
}
#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: #f1cec3;
	left: 300px;
	top: 0;
	margin: 0;
}

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

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

/*! WPRM */

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

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-head {
	margin: 0;
	padding: 25px;
	text-align: left;
	background-color: #ededef;
	overflow: hidden;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-title-block {
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-image-block {
	width: 32%;
	float: right;
	text-align: center;
	margin: 0 0 15px 15px;
	rotate: 6deg;
	padding: 5px 5px 15px 15px;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-image img {
		display: block;
		width: 100%;
		height: auto;
	}

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


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

.wprm-recipe.wprm-recipe-template-purr-custom h3.wprm-recipe-header {
	margin: 25px 0 15px !important;
	font-size: 28px;
}	
	.wprm-recipe-header.wprm-header-has-actions>span, h3.wprm-header-decoration-line>span {
		width: 100%;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-decoration-line {
		border-bottom: 2px solid #222b3b;
}
.wprm-recipe.wprm-recipe-template-purr-custom h4.wprm-recipe-group-name {
	font-size: 17px;
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	margin: 25px 0 10px !important;
}

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

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

}
.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-toggle-container button.wprm-toggle {
	padding: 0;
	margin: 0 2px;
	text-align: center;
	color: #59606c;
	border: 1px solid #e9eaeb !important;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, 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: #dbecea !important;
		color: #108073 !important;
	}
		.wprm-toggle-container button.wprm-toggle .wprm-toggle-icon svg g, .wprm-toggle-container button.wprm-toggle .wprm-toggle-icon svg path {
			
		}
		.wprm-recipe.wprm-recipe-template-purr-custom  .wprm-unit-conversion-container button.wprmpuc-active {
			border: none !important;
		}
		
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-instructions-container {
	margin-top: 35px;
	margin-bottom: 35px
}


/*Recipe Meta*/

.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta {
	color: #222b3b;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 14px;
	line-height: 2;
	margin: 0;
}
.recipe-meta .wprm-recipe-details-container-table {
	margin: 0;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta-bottom {
		clear: both;
		color: #59606c;
		font-size: 12px;
		margin: 20px 0 20px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta a {
		color: #222b3b;
		background: unset;
		text-decoration: underline;
		border: none;
		box-shadow: none;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-servings-link {
		background-color: #ffffff;
		border: 1px solid #222b3b;
		padding: 4px 3px 4px 4px;
	}

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-servings-container {
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .12em;
	display: block;
}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-block-text-italic {
		font-weight: normal;
		font-style: italic;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		letter-spacing: normal;
		text-transform: lowercase;
		margin-right: 2px;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-block-text-uppercase {
		font-style: normal;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .recipe-meta .wprm-recipe-block-container-inline {
		display: inline-block;
		margin: 0px 10px 0 0 !important;
	}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-author-container {
		font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: .12em;
		display: block;
	}
		.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-author-container .wprm-recipe-details-label {
			text-transform: lowercase;
			letter-spacing: normal;
			font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
			font-weight: normal;
		}
			.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-author-with-image .wprm-recipe-details-label {
				display: none;
			}
.wprm-recipe-author-with-image {
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	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: #58a69e;
	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-purr-custom .wprm-recipe-servings-unit, .wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%
	}
	.wprm-recipe-details-unit {
		font-size: 100% !important;
	}


/*Ratings*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-rating {
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 10px;
}
	.wprm-recipe.wprm-recipe-template-purr-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: 14px;
		margin-left: 6px;
	}
		.item .wprm-recipe-rating .wprm-recipe-rating-details {
			font-size: 11px;
			opacity: 0.7;
			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-purr-custom .recipe-buttons {
	clear: both;
	display: flex;
	justify-content: center;
	gap: 15px;
	padding: 20px 15px;
	background-color: #222b3b;
	clear: both;
	width: 100%;
}
.wprm-recipe.wprm-recipe-template-purr-custom a.wprm-recipe-link, a.wprm-recipe-roundup-link {
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background: #58a69e;
	border: none;	
	margin: 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	flex-basis: 31%;
	flex-grow: 1;
}

	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-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: #58a69e !important;
		color: #ffffff !important;
	}


/*Lists*/
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients {
	
}
.wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-ingredients li, .wprm-recipe.wprm-recipe-template-purr-custom ul.wprm-recipe-equipment li {
	
}


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

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes li {
	margin-left: 30px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes li:before {
	display: inline-block;
	content: "\f069";
	font-family: 'Font Awesome 5 Pro';
	color: #58a69e;
	background-color: transparent;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	height: 20px;
	width: 20px;
	margin-right: 7px;
	margin-left: -27px;
	left: 0;
	position: relative;
	top: -1px;
	text-align: center;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-recipe-notes h5 {
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .12em;
	font-size: 16px;
	color: #222b3b;
	display: block;
	margin: 0 0 15px;
}

/*Nutrition*/
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container {
	color: #59606c;
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	text-align: left;
	background-color: #ededef;
	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: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .12em;
		font-size: 14px;
		color: #222b3b;
	}
	.wprm-recipe.wprm-recipe-template-purr-custom .wprm-nutrition-label-container .wprm-block-text-italic {
		font-weight: normal
	} 

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

.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-header {
	color: #222b3b;
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 26px !important;
	line-height: 1;
	text-transform: none;
	font-weight: bold !important;
	letter-spacing: normal;
	margin: 10px 0 10px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-text {
	margin: 0;
	display: block;
	line-height: 1.5;
	font-size: 17px;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action-text a {
	background: none;
	text-decoration: underline;
}
.wprm-recipe.wprm-recipe-template-purr-custom .wprm-call-to-action .wprm-call-to-action-icon {
	font-size: 56px;
	line-height: 1;
	margin: 0px 20px 0 0;
}


/*Jump Button*/
.post-meta .wprm-recipe-snippet {
	margin: 12px 0 0;
	display: flex;
	gap: 11px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
	.post-content>.wprm-recipe-snippet {
		display: none;
	}
	.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: 7px 13px !important;
		margin: 0 !important;
		color: #ffffff !important;
		background-color:#108074;
		vertical-align: middle;
		border-width: 2px;
	}
		.wprm-recipe-snippet a.wprm-recipe-link:hover, .wprm-recipe-snippet a.wprm-recipe-link:focus {
			background-color: #58a69e !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: #59606c;
			margin: 0 0 0 5px !important;
			position: relative;
			top: 1px;
		}
	
	
/*Roundups*/
		
.wprm-recipe-roundup-item {
	position: relative;
	background-color: #fcedeb;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 16px;
	padding: 18px;
	margin: 25px 0 50px !important;
}
.wprm-recipe-roundup-item .wprm-recipe-image {
	flex-basis: 40%;
	padding: 0;
}
	.wprm-recipe-roundup-item .wprm-recipe-image a {
		background: none !important;
		box-shadow: none !important;
		border: none !important;
		display: block;
	}
		.wprm-recipe-roundup-item .wprm-recipe-image * {
			display: block;
		}
	.wprm-recipe-roundup-item .wprm-recipe-image img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 12px;
		border: 8px solid #ffffff !important;
	}
.wprm-recipe-roundup-item .wprm-recipe-roundup-summary-container {
	flex-basis: 60%;
	padding: 1% 3%;
}
.wprm-recipe-roundup-item .wprm-recipe-name {
	text-align: left;
	background: none;
	margin: 0px 0 15px;
}
	.wprm-recipe-roundup-item .wprm-recipe-name a {
		border: none;
		box-shadow: none;
	}
		.wprm-recipe-roundup-item .wprm-recipe-name a:hover {
			color: #58a69e;
		}
.wprm-recipe-roundup-item .wprm-recipe-summary {
	text-align: left;
	margin: 0px 0 15px;
	font-size: 92%;
	line-height: 1.5;
}
.wprm-recipe-roundup-item .wprm-recipe-rating {
	text-align: left;
	font-size: 14px;
	margin: 15px 0;
}

.wprm-recipe-roundup-item .wprm-recipe-rating-details {
	display: inline;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	margin: 0;
	text-transform: lowercase !important;
}

.wprm-recipe-roundup-item .wprm-recipe-buttons {
	text-align: center;
	flex: none;
	display: block;
}
.wprm-recipe-roundup-item a.wprm-recipe-roundup-link {
	display: inline-block !important;
	width: auto;
	margin: 0 auto !important;
}
.wprm-recipe-roundup-item a.wprm-recipe-link {
	text-decoration: none;
	text-align: center;
	font-family: "AnaheimGothic", Futura, Gill Sans, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 12px;
	font-weight: bold;
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
	display: inline-block;
	box-shadow: 0px 0px 6px rgba(229,145,161,.5) !important;
}
	.wprm-recipe-roundup-item a.wprm-recipe-link:before {
		display: none;
	}
	.wprm-recipe-roundup-item a.wprm-recipe-link:after {
		content: "\f061";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		margin-left: 5px;
		color: #dbecea;
	}
	.wprm-recipe-roundup-item a.wprm-recipe-link:hover {
		background-color: #58a69e !important;
	}