/*! 
Theme Name: Mel's Kitchen Cafe
Theme URL: https://www.melskitchencafe.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;
	}
	.facet_content {
		width: -moz-calc(100% - 250px);
		width: -webkit-calc(100% -250px);
		width: calc(100% - 250px);
		min-width: 0;
		max-width: 100%;
		float: right;
	}
	.facet_sidebar {
		width: 220px;
		min-width: 0;
		max-width: 700px;
		float: left;
	}

}

.wrap, .wrapper {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1180px;
}
	.wide-wrap, body.home .wrap, body.home .wrapper {
		
	}
.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: #414042;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #e8e8e8;
	background-color: #f2f2f2;
	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: 'kanyon';
	src: url('fonts/kanyon-bold-webfont.woff2') format('woff2'),
		 url('fonts/kanyon-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'aromaticascript';
	src: url('fonts/aromatica-script-webfont.woff2') format('woff2'),
		 url('fonts/aromatica-script-webfont.woff') format('woff');
	font-weight: normal;
	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: #414042;
	margin: 0;
}

a, input[type=submit], button {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

a:link, a:visited, a:active {
	color: #1d7e86;
	text-decoration: underline;
}

a:hover {
	color: #72b3b7;
}

	.post-content a, .page-content a, .cat-desc a {
		color: #1d7e86;
		font-weight: bold;
		border-bottom: 1px solid #b8d9db;
		box-shadow: inset 0 -2px 0 #b8d9db;
		text-decoration: none;
	}
		.post-content a:hover, .post-content a:focus, .page-content a:hover, .page-content a:focus, .cat-desc a:hover, .cat-desc a:focus {
			color: #1d7e86;
			border-bottom: 1px solid #b8d9db;
			box-shadow: inset 0 -15px 0 #b8d9db;
		}
		
	/*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, .top-bar .top-cta a:before {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
	}
p {
	margin: 25px 0;
}

img {
	display: block;
}
	

h1, h2, h3, h4, h5, h6 {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-weight: bold;
	margin: 25px 0;
	color: #414042;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}
	.post-content h2, .page-content h2, h2.line {
		font-size: 28px;
		margin-top: 40px;
	}
		h2.noline {
			border: none;
			padding-bottom: 0;
		}
			.has-background h2 {
				border: none;
				padding-bottom: 0;
				margin-top: 25px;
			}
		.page-content h2.block-title {
			padding: 0;
			border: none;
		}
	
	h1.divider, h2.divider, h3.divider, div.divider {
		text-transform: uppercase;
		letter-spacing: .075em;
		font-size: 28px;
	}
		.centered {
			text-align: center
		}

		.divider span {
			
		}
	h1 em, h2 em, h3 em, h4 em, .subtitle {
		font-family: "aromaticascript", cursive;
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: normal !important;
		font-size: 85%;
		font-style: normal;
		line-height: 1;
		margin: 0 0 0 3px;
		position: relative;
		bottom: -3px;
	}
		.subtitle {
			display: block;
			color: #1d7e86;
			margin-bottom: 10px;
		}

	.widget-title, .sidebar .divider, .sidebar .block-title, .sidebar h2 {
		margin: 15px 0 15px;
		font-size: 23px;
	}
	
h3 {
	font-size: 28px;
}
	
	.post-content h3, .page-content h3 {
		margin-top: 30px;
		font-size: 24px;
	}
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 #e8e8e8;
}

.sep2 {
	width: 100%;
	height: 10px;
	margin: 35px 0;
	border-bottom: 1px solid #e8e8e8;
}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: none !important;
	margin: 45px auto;
}

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

/*!---------HEADER---------*/
.top-bar {
	font-size: 12px;
	line-height: 41px;
	height: 41px;
	padding: 0 10px;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	justify-content: space-between;
}
	.top-bar p {
		margin: 0;
	}
.top-bar .top-cta {
	overflow: hidden;
	height: 41px;
}
	.top-bar .top-cta a {
		text-decoration: none;
		color: #7a797b;
	}
		.top-bar .top-cta a:before {
			background: url(images/book-sm.png) no-repeat;
			background-size: 100% auto;
			width: 41px;
			height: 47px;
			display: inline-block;
			float: left;
			content: "";
			margin: 3px 4px 0px 0;
		}
		.top-bar .top-cta a strong {
			text-transform: uppercase;
			font-size: 11px;
			letter-spacing: .1em;
			color: #1d7e86;
		}
		.top-bar a:hover {
			opacity: 0.6;
		}
			.top-bar .top-cta a:hover:before {
				rotate: 18deg;
			}
		
.top-stuff {
	margin: 20px 0 15px
}
	.top-bar .top-nav {
		display: inline-block;
		vertical-align: middle;
	}
	.top-bar .social {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
	.top-bar .header-search {
		display: inline-block;
		vertical-align: middle;
	}

.header {
	position: relative;
	z-index: 101;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 25px;
}
	body.home .header {
		border-bottom: none;
		margin-bottom: 0
	}

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

.header #main, .header .top-stuff {
	width: -moz-calc(100% - 330px);
	width: -webkit-calc(100% - 330px);
	width: calc(100% - 330px);
	float: right;
	text-align: right;
}
.header #main {
	margin: 15px -12px 0 0;
}

.page-sections {
	margin-bottom: 35px;
}
	
/*!---------CONTENT---------*/

.span_content {
	
}

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


.span_content ol {
	
} 
.span_content ol li {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
	padding: 0;
}
.span_content ol {
	counter-reset:li;
}
	.span_content ol[start="2"] {
		counter-reset:li 1;
	}
	.span_content ol[start="3"] {
		counter-reset:li 2;
	}
	.span_content ol[start="4"] {
		counter-reset:li 3;
	}
	.span_content ol[start="5"] {
		counter-reset:li 4;
	}
	.span_content ol[start="6"] {
		counter-reset:li 5;
	}
	.span_content ol[start="7"] {
		counter-reset:li 6;
	}
	.span_content ol[start="8"] {
		counter-reset:li 7;
	}
	.span_content ol[start="9"] {
		counter-reset:li 8;
	}
	.span_content ol[start="10"] {
		counter-reset:li 9;
	}
.span_content ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 40px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before{
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #ffffff;
	background-color: #1d7e86;
	-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: "kanyon", Arial, Helvetica, 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---------*/

.sidebar {
	font-size: 90%;
	line-height: 1.5;
	text-align: center
}
.sidebar p {
	margin: 18px 0;
}
.hide-title .widget-title {
	display: none;
}

.widget a {
	text-decoration: none;
}

.sidebar select {
	color: #6E6E6E;
	font-size: 16px;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	width: 100%;
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;	  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
	background-position: right 50%;
	background-repeat: no-repeat;
}

.sidebar .widget.shaded {
	background-color: #f2f2f2;
	padding: 20px;
}
	.sidebar .widget.shaded .widget-title {
		margin-top: 0
	}

.social a {
	color: #1d7e86;
	font-size: 15px;
	padding: 0 8px;
	text-decoration: none;
	border: none;
	box-shadow: none;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
}

	.social a:hover {
		color: #72b3b7;
	}
	
	.social strong  {
		color: #1d7e86;
		font-family: "aromaticascript", cursive;
		text-transform: lowercase;
		letter-spacing: normal;
		color: #1d7e86;
		font-size: 30px;
		line-height: 1;
		font-weight: normal;
		display: inline-block;
		position: relative;
		bottom: -3px;
	}


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

.post {
	margin-bottom: 0px;
}

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

.post-title a {
	text-decoration: none;
	color: #414042;
}

	.post-title a:hover {
		color: #1d7e86;
	}

.post-content>p:first-of-type {
	font-style: italic;
}

.post-meta {
	font-weight: normal;
	font-size: 12px;
	color: #6e6e6e;
	margin: 0 0 25px;
}

.post-meta a {
	font-weight: unset;
	color: #6E6E6E;
	text-decoration: underline;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #1d7e86;
		text-decoration: underline;
	}
	.post-meta.post-cat a {
		color: #1d7e86;
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: .15em;
		text-decoration: none !important;
		display: inline-block;
		line-height: 1.2;
		position: relative;
		z-index: 11;
	}
		.post-meta.post-cat a:hover {
			color: #72b3b7;
		}

.post-meta i {
	color: #1d7e86
}
.post-meta svg {
	vertical-align: middle;
	margin-top: -2px;
}
.post-meta em {
	letter-spacing: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-weight: normal;
}
.comment-link a:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='11' height='10' fill='%231D7E86'%3E%3Cpath d='M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z'/%3E%3C/svg%3E");
	width: 11px;
	height: 10px;
	margin-right: 4px;
	position: relative;
	top: 1px;
	color: #1d7e86;
}
.post-meta .spacer {
	
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	margin: 0 4px 0 4px;
}
.post-meta .meta-time {
	margin-left: 10px;
}
.post-meta .wprm-recipe-time {
	font-weight: bold;
}

.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
	color: #6E6E6E;
}
	.meta-bottom a {
		color: #6E6E6E;
	}
.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 11px;
}
	.meta-bottom .post-cats a {
		color: #FFFFFF;
		background-color: #1d7e86;
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		text-decoration: none !important;
		padding: 6px 9px 6px 10px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #72b3b7
		}
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: #6E6E6E;
	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: #414042;
}

.disclosure, small {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 11px;
	color: #6E6E6E;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 25px 0;
}
	.disclosure-top {
		
	}

a.more-link, a.more-button, .optin-content .form a {
	color: #FFFFFF;
	background-color: #1d7e86;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .15em;
	text-decoration: none !important;
	padding: 10px 15px;
	display: inline-block;
	line-height: 1.2;
	border: none !important;
	box-shadow: none !important;
}
	.optin-content .form a {
		font-size: 14px;
	}
	a.more-button:hover, a.more-link:hover, a.more-link:focus, .optin-content .form a:hover, .optin-content .form a:focus {
		color: #FFFFFF !important;
		background-color: #72b3b7
	}
	.has-medteal-background-color .optin-content .form a:hover {
		background-color: #b8d9db !important;
		color: #414042 !important;
	}
	
.alignleft {
	margin-right: 10px;
	float: left;
}

.alignright {
	margin-left: 10px;
	float: right;
}

.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}	

/*! Gutenberg Blocks */

.fullwidth, .alignfull, .page-template-recipe-index .home-section.has-background {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
	width: 100vw;
}

.wp-block-image {
	margin: 30px 0 30px;
}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		background: #f2f2f2;
		color: #414042;
		font-size: 15px;
		margin: 0;
		max-height: auto;
		padding: 8px;
		line-height: 1.4;
		position: relative;
		text-align: center;
		width: 100%;
	}
.post .wp-block-group.has-background, .post .has-background {
	padding: 10px 35px;
	margin-top: 35px;
	margin-bottom: 35px;
}
	.page-content .has-background {
		padding: 10px 35px;
	}
		.page-content .wp-block-media-text.has-background {
			padding: 0;
		}
	.post ol.has-background, .post ul.has-background {
		padding: 20px 30px 15px;
	}
	.post p.has-background {
		padding: 25px;
	}
	.wp-block-group.has-background h2, .wp-block-group.has-background h3 {
		margin-top: 30px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background, .wp-block-group.has-background h3.has-background {
			margin: -10px -35px 10px;
			padding: 20px 30px;
		}
		
	.has-teal-background-color {
		background-color: #1d7e86;
		color: #ffffff;
	}
	.has-medteal-background-color {
		background-color: #72b3b7;
	}
	.has-teal70-background-color {
		background-color: #9ccacd;
	}
	.has-teal50-background-color {
		background-color: #b8d9db;
	}
	.has-lightteal-background-color {
		background-color: #d5e8e9;
	}
	.has-lightestteal-background-color {
		background-color: #eaf4f4;
	}
	.has-gray-background-color {
		background-color: #6E6E6E;
	}
	.has-medgray-background-color {
		background-color: #e9e9e9;
	}
	.has-lightgray-background-color {
		background-color: #f2f2f2;
	}
	.has-charcoal-background-color, .has-black-background-color {
		background-color: #414042;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #FFF;
		border: 3px solid #d5e8e9 !important;
	}
	
	.has-lightgray-color {
		color: #f2f2f2;
	}
	.has-med-gray-color {
		color: #e9e9e9;
	}
	.has-teal-color {
		color: #1d7e86;
	}
	.has-medteal-color {
		color: #72b3b7;
	}
	.has-teal70-color {
		color: #9ccacd;
	}
	.has-teal50-color {
		color: #b8d9db;
	}
	.has-lightteal-color {
		color: #d5e8e9;
	}
	.has-lightestteal-color {
		color: #eaf4f4;
	}
	.has-black-color, .has-charcoal-color {
		color: #414042;
	}
	.has-white-color {
		color: #ffffff;
	}
	
.wp-block-quote {
	background-color: #eaf4f4;
	padding: 20px 45px;
	margin: 45px 0;
	text-align: center;
	position: relative;
}
	.wp-block-quote p {
		position: relative;
		z-index: 11;
		margin: 15px 0;
	}
.wp-block-quote.stars {
	background: #eaf4f4;
	margin: 65px 0 50px;
	padding: 25px 5% 25px;
	font-size: 110%;
	font-style: italic;
}
	.wp-block-quote.stars:before {
		display: block;
		content: "";
		background: url(images/stars.svg) no-repeat center top;
		background-size: 100% auto;
		width: 150px;
		height: auto;
		margin: 0 auto -10px;
		padding-top: 35px;
		content: "5-star review";
		font-family: "aromaticascript", cursive;
		color: #1d7e86;
		font-size: 24px;
		font-weight: normal !important;
		text-transform: lowercase;
		font-weight: normal;
		letter-spacing: normal;
	}
	.wp-block-quote.stars:after {
		display: none;
	}
.wp-block-quote cite {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
	}

[class*="icon-"]:before {
	letter-spacing: normal;
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	color: #1d7e86;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
	
h2[class*="icon-"] {
	border: none;
	padding: 0;
	margin: 35px 0 -5px;
}

h2[class*="icon-"]:before {
	
}
	.has-background h2[class*="icon-"] {
		margin: 15px 0 -10px;
	}
	.has-background h2[class*="icon-"]:before {
		width: 50px;
		height: 50px;
		margin-left: -60px;
	}

p[class*="icon-"]:before {
	
}

.wp-block-group[class*="icon-"] {
	position: relative;
}
	.wp-block-group[class*="icon-"] h2, .wp-block-group[class*="icon-"] h3 {
		margin: 20px 0;
	}
.wp-block-group[class*="icon-"]:before {
	display: inline-block;
	color: #fff;
	background-color: #1d7e86;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	font-size: 23px;
	margin: 0;
	font-weight: bold;
	float: left;
	position: absolute;
	top: 24px;
	left: -25px;
}
.has-background h2[class*="icon-"].has-background {
	position: relative;
}
	.has-background h2[class*="icon-"].has-background:before {
		display: inline-block;
		color: #fff;
		background-color: #1d7e86;
		width: 50px;
		height: 50px;
		line-height: 50px;
		border-radius: 50%;
		font-size: 23px;
		margin: 0;
		font-weight: bold;
		position: absolute;
		top: 10px;
		left: -27px;
	}
	.icon-utensils:before {
		content: "\f2e7";
	}
	.icon-soup:before {
		content: "\f823";
	}
	.icon-check:before {
		content: "\f00c";
	}
	.icon-question:before {
		content: "\f128";
	}
	.icon-info:before {
		content: "\f129";
	}	
	.icon-heart:before {
		content: "\f004";
	}	
	.icon-star:before {
		content: "\f005";
	}
	.icon-clock:before {
		content: "\f017";
	}	
	.icon-asterisk:before {
		content: "\f069";
	}
	.icon-arrow-right:before {
		content: "\f061";
	}
	.icon-chevron-right:before {
		content: "\f054";
	}
	.icon-chevron-double-right:before {
		content: "\f324";
	}
	.icon-utensils-alt:before {
		content: "\f2e6";
	}
	
.wp-block-group.recommended {
	position: relative;
	padding-left: 85px !important;
}
	.wp-block-group.has-white-background-color.recommended {
		border: 3px solid #72b3b7;
	}
.wp-block-group.recommended:before {
	width: 100px;
	height: 100px;
	background: url(images/recommended2.png) no-repeat;
	background-size: 100% auto;
	content: "";
	display: block;
	position: absolute;
	left: -30px;
	top: 20px;
	z-index: 101;
	background-color: #ffffff;
	border-radius: 50%;
}	

.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-question {
	display: block;
}
.schema-faq-question:before {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #ffffff;
	background-color: #72b3b7;
	-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;
}

h2.simpletoc-title {
	border: none;
	padding: 14px 20px 12px;
	margin-bottom: 0;
	background-color: #e9e9e9;
	font-size: 24px;
}
	h2.simpletoc-title:before{
		display: none;
	}
ul.simpletoc-list {
	padding: 15px 20px;
	margin-top: 0;
	background-color: #f2f2f2;
	font-size: 90%;
}
	ul.simpletoc-list li {
		list-style-type: none;
		margin-left: 20px;
		margin-bottom: 5px;
	}
		ul.simpletoc-list li:before {
		
		}
		ul.simpletoc-list li::marker {
			
		}
		
		ul.simpletoc-list ul {
			margin: 3px 0 5px;
		}
			ul.simpletoc-list ul li {
				margin-bottom: 0;
				margin-left: 15px;
				font-size: 90%;
			}
	ul.simpletoc-list a {
		
	}
		ul.simpletoc-list a:hover {
			
		}

.span_content_full .page-content p, .span_content_full .page-content h1, .span_content_full .page-content h2, .span_content_full .page-content .wp-block-quote, .span_content_full .page-content ul, .span_content_full .page-content ol {
	
}
.wp-block-group.alignfull.has-background {
	padding: 3vw 15px;
	margin-top: 35px;
	margin-bottom: 45px;
}
.wp-block-group.has-background .has-white-background-color {
	border: none;
	margin: 25px 0;
}

.wp-block-group.alignfull .wp-block-columns, .wp-block-group.alignfull p, .wp-block-group.alignfull h2, .wp-block-group.alignfull h3 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
	.wp-block-columns .wp-block-column.has-background {
		padding: 15px;
		margin: 10px 0 10px;
	}
	.has-background .wp-block-columns .wp-block-column.has-background {
		border: none;
	}
	.wp-block-group.alignfull>.wp-block-group__inner-container>h2 {
		margin-top: 0;
	}
.span_content_full .wp-block-media-text {
	margin-bottom: 35px;
}
.span_content_full .wp-block-columns {
	
}
.span_content_full figure.alignright {
	width: 45%;
	height: auto;
}
	.span_content_full figure.alignright img {
		width: 100%;
		height: auto;
	}
	
.wp-block-cover, .wp-block-cover-image {
	padding: 5%;
	margin-bottom: 35px;
	background-color: transparent;
}
.wp-block-cover .has-background-dim {
	background-color: transparent !important;
	border: none;
}
.wp-block-cover.is-light .wp-block-cover__inner-container {
	color: #414042;
	max-width: 980px;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.9);
	margin: 0 auto;
	padding: 2%;
}
	body.page-id-5 .wp-block-cover.is-light .wp-block-cover__inner-container {
		max-width: 700px;
		width: 50%;
		padding: 2% 3%;
		position: absolute;
		right: 5%;
	}
	body.page-id-5 h1 em {
		background: url(images/swash.svg) no-repeat bottom center;
		background-size: auto 8px;
		padding-bottom: 10px;
	}
.button-columns {
	margin: 0;
	gap: 0% !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
}
	.button-columns .wp-block-button {
		width: 24%;
		margin: 0;
		gap: 0;
	}
	.button-columns .wp-block-button a {
		display: block;
		width: 100%;
		padding: 20px 10px;
		font-size: 18px;
	}
		.button-columns .wp-block-button a em {
			display: block;
			font-style: normal;
			text-transform: uppercase;
			font-size: 13px;
			letter-spacing: .2em;
			font-weight: bold;
			margin-bottom: 4px;
			color: #72b3b7;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out
		}
			.button-columns .wp-block-button a:hover em {
				color: #ffffff
			}

/*! Inner Post */

.inner-post {
	
}

#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 !important
	}
	#dpsp-content-top ul li:first-child, #dpsp-content-bottom ul li:first-child, .dpsp-shortcode-wrapper ul li:first-child {
		margin-left: -2px !important;
		padding-left: 0 !important
	}

#dpsp-content-top a, #dpsp-content-top button, #dpsp-content-bottom a, dpsp-content-bottom button, .dpsp-shortcode-wrapper a {
	border: none !important;
	box-shadow: none !important;
}
#dpsp-content-top button, #dpsp-content-bottom button {
	margin-right: .5px !important
}

/*!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: "kanyon", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

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

.post-nav a {
	color: #414042;
	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: #414042
}
.post-nav div a:hover {
	color: #1d7e86;
}

.post-nav em {
	display: block;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #6E6E6E;
	padding: 0 0 5px;
}


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

.items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
	.items .item {
		margin: 0 1% 0;
		text-align: left;
		position: relative;
	}
		.featured-posts-block .items .item {
			border: 1px solid #eaf4f4;
		}
		.has-background.featured-posts-block .items .item {
			background-color: #ffffff;
			border: none;
		}
			.featured-posts-block .items .item .title, .featured-posts-block .items .item .wprm-recipe-rating {
				padding: 0 12px
			}
	/* Desktop 2 Columns*/
	.items-2-col {
		margin: 0 -1.75%;
	}
		.items-2-col .item {
			width: calc((100% / 2) - 3.5%);
			margin: 0 1.75% 3.5%;
		}
	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0 -2%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 4%);
			margin: 0 2% 4%;
		}
	.post-content .items-3-col {
		margin: 0 -1.5%;
	}
		.post-content .items-3-col .item {
			width: calc((100% / 3) - 3%);
			margin: 0 1.5% 3%;
		}
		.span_content_full .items-3-col .item, .search-posts .item	 {
		
		}
		.archives.items-3-col .item {
			margin-bottom: 15px;
		}
		.recipe-cats {
			margin-top: 35px;
		}

	/* Desktop 4 Columns*/
	.items-4-col {
		margin: 0 -1.25%;
	}
		.meal-plan .items-4-col {
			justify-content: center
		}
		.items-4-col .item {
			width: calc((100% / 4) - 2.5%);
			margin: 0 1.25% 2.5%;
			
		}
		.image-blocks.items-4-col .item {
			margin-bottom: 4%;
		}
	.sidebar .items-4-col {
		margin: 0 -2%
	}
		.sidebar .items-4-col .item {
			width: calc((100% / 2) - 4%);
			margin: 0 2% 4%;
			border: none;
			text-align: center;
		}
	/* Desktop 5 Columns*/
	.items-5-col {
		margin: 0 -1.25%;
	}
		.items-5-col .item {
			width: calc((100% / 5) - 2.5%);
			margin: 0 1.25% 15px;
			
		}
	/* Desktop 6 Columns*/
	.items-6-col {
		margin: 0 -1%;
	}
		.items-6-col .item {
			width: calc((100% / 6) - 2%);
			margin: 0 1% 0;
			
		}
	/* Desktop 7 Columns*/
	.items-7-col {
		margin: 0 -1%;
	}
		.items-7-col .item {
			width: calc((100% / 7) - 2%);
			margin: 0 1% 0;
			
		}
	/* Desktop 8 Columns*/
	.items-8-col {
		margin: 0 -1%;
	}
		.items-8-col .item {
			width: calc((100% / 8) - 2%);
			margin: 0 1% 0;
			
		}
		
	/* Desktop 1 Columns*/
	.home-section .items-1-col .item {
		display: block;
		width: 100%;
		margin-bottom: 4%;
	}
	.home-section .items-1-col .item a.block {
		width: 100%;
		-ms-box-orient: horizontal;
		display: -ms-Flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #ffffff;
	}
		.home-section .items-1-col .item a.block .image {
			width: 25%;
			height: auto;
		}
		.home-section .items-1-col .item a.block .title {
			display: block;
			width: 75%;
			text-align: left;
			margin: 0;
			padding: 3%;
		}

.items .item .title {
	margin: 12px 0;
	word-wrap: break-word;
	clear: both;

}
	.items-1-col .item .title {
		font-size: 16px;
		font-size: clamp(12px, 1.5vw, 18px)
	}
	.items-2-col .item .title {
		font-size: 24px;
		font-size: clamp(12px, 2.5vw, 24px);
	}
	.items-3-col .item .title {
		font-size: 21px;
		font-size: clamp(12px, 2.25vw, 21px);
	}
		.span_content_full .items-3-col .item .title, .span_content .items-2-col.search-posts .item .title {
			font-size: 32px;
			font-size: clamp(18px, 3vw, 28px);
		}
		.archives.items-3-col .item .title {
			font-size: 16px;
			font-size: clamp(14px, 1.5vw, 18px);
			padding: 0;
			border: none;
		}
		
	.items-4-col .item .title {
		font-size: 16px;
		font-size: clamp(12px, 2vw, 18px);
	}
		.sidebar .items .item .title {
			font-size: 14px;
			margin: 10px 0;
		}
		.featured-posts-block .item .title {
			font-size: 16px;
			font-size: clamp(12px, 2vw, 18px);
		}
			.featured-posts-block .items-2-col .item .title {
				font-size: 16px;
				font-size: clamp(12px, 2vw, 21px);
			}
	.items-5-col .item .title {
		font-size: 18px;
		font-size: clamp(12px, 2vw, 18px);
	}
	.items-6-col .item .title, .items-7-col .item .title, .items-8-col .item .title {
		font-size: 14px;
		font-size: clamp(10px, 1.35vw, 14px);
		text-transform: uppercase;
		letter-spacing: .1em;
	}

.item .title {
	text-decoration: none;
	color: #414042;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.item .title a {
		color: #414042;
		text-decoration: none;
	}
		.has-purple-background-color .item .title, .has-purple-background-color .item .title a {
			color: #ffffff
		}
	.item a:hover, .item .title a:hover, .item a:hover .title {
		color: #1d7e86;
		border: none !important;
		box-shadow: none !important;
	}
		.has-purple-background-color .item:hover .title, .has-purple-background-color .item .title a:hover {
			color: #b8d9db
		}

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

.items .item img {
	display: block;
	width: 100%;
	height: auto;
}
	.items .item a.block:hover img {
		opacity: 0.85
	}
	.icons .item img {
		border-radius: 50%;
	}
	.icons .item .title {
		text-align: center
		
	}
.item .more {
	
}

.span_content .featured-posts-block {
	padding: 0;
}
.span_content .home-section.has-background {
	padding: 15px 20px;
}
	.span_content_full .home-section.has-background {
		padding-left: 0;
		padding-left: 0;
		margin-left  : calc( -100vw / 2 + 100% / 2 );
		margin-right : calc( -100vw / 2 + 100% / 2 );
		max-width	  : 100vw;
		width: 100vw;
	}
	.span_content .featured-posts-block .wrap, .span_content .featured-posts-block .wrap, .span_content .home-section .wrap, .span_content .home-section .wrap, .span_content .home-section.has-background .wrap {
		padding: 0
	}
		.span_content_full .home-section.has-background .wrap {
			padding: 0 20px
		}
	.span_content .featured-posts-block.has-background, .span_content .meal-plan.has-background {
		padding: 1px 20px 1px;
	}
	.span_content .featured-posts-block h2, .span_content .meal-plan h2 {
		border: none;
		padding: 0;
	}

.span_content .featured-posts-block .more {
	text-align: center;
	margin-top: -5px;
	margin-bottom: 5px;
}
.span_content .featured-posts-block a {
	box-shadow: none;
	border: none;
}

.sidebar .widget_category-posts .more {
	display: none
}
	
.item .excerpt {
	font-size: 95%;
	margin: 20px 0;
}
	.shop-post p {
		margin: 0
	}
	.shop-post .excerpt {
		font-size: 90%;
		line-height: 1.5;
		margin: -5px 0 15px
	}

.teaser-post .more {
	margin: 25px 0 0;
}
.teaser-post .post-image {
	position: relative;
	margin: 0;
}

.teaser-post .post-meta {
	margin: 20px 0 -10px;
}

.item .wprm-recipe-rating {
	text-align: left;
	line-height: 1.4;
	font-size: 14px;
	margin-top: -5px;
	margin-bottom: 15px;
}

.item .wprm-recipe-rating-details, .cta-block .wprm-recipe-rating .wprm-recipe-rating-details {
	display: inline-block;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	margin-left: 5px;
	color: #6E6E6E;
}

.home-section .item a.overlay {
	display: block;
	position: relative;
}
	.home-section .item a.overlay .title {
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		display: inline-block;
		margin: 0;
		padding: 5px 15px;
		background-color: #1d7e86;
		color: #ffffff;
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-size: 14px;
		font-size: 1.5vw;
		font-size: clamp(10px, 1.5vw, 14px);
		display: inline-block;
		padding: 8px 13px;
		white-space: nowrap;
	}
		.home-section .item a.overlay:hover .title {
			background-color: #72b3b7;
		}


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

.upper-home-sections, .recipe-index-sections {
	margin-bottom: 4vw;
}
.lower-home-sections {
	margin-top: 50px;
}
.home-sections .home-section, .cat-landing .home-section, .recipe-index-sections .home-section {
	clear: both;
	position: relative;
	padding: 2.5vw 0 4.5vw;
}
	.span_content_full .recipe-index-sections .home-section.has-background {
		padding: 3vw 0;
	}
		.span_content_full .recipe-index-sections .home-section h2.divider, .span_content_full .recipe-index-sections .home-section h2.block-title {
			margin-top: 10px;
		}
.home-section .wrap {
	position: relative;
}
	.home-section.shaded, .home-section.has-background {
		border: none;
		padding: 2vw 0 3vw;
		position: relative;
	}
	.home-section.has-background.cta-block, .home-section.about  {
		padding: 6vw 0;
	}
	.home-section.subscribe {
		padding: 0;
	}
	.upper-home-sections .icons-block.has-lightteal-background-color:before {
		display: block;
		content: "";
		width: 100%;
		height: 30%;
		background-color: #eaf4f4;
		position: absolute;
		top: 0;
	}


.home-sections .home-section .divider {
	
}

.upper-home-sections .home-section {
	padding: 35px 0;
	margin: 0;
}
	.upper-home-sections .home-section.subscribe {
		padding: 10px 0;
	}
	.upper-home-sections .home-section:first-child {
	
	}
	.upper-home-sections .home-section:last-child {
		
	}

h1.tagline {
	margin: 0;
	padding: 0px 5px 5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 15px;
}
	@media ( min-width : 600px ) {
		h1.tagline br {
			display: inline;
			display: none;
		}
	}
	h1.tagline:before {
		content: "";
		width: 45px;
		height: 11px;
		background: url(images/whisk-left.svg) no-repeat;
		background-size: 100% auto;
	}
	h1.tagline:after {
		content: "";
		width: 45px;
		height: 11px;
		background: url(images/whisk-right.svg) no-repeat;
		background-size: 100% auto;
		margin-left: -5px;
	}
.home-section p.description {

}

.home-section .more {
	text-align: center;
	clear: both;
}

	.home-section .more a em, .sidebar .more a em {
		display: none
	}

@media ( min-width : 650px ) {
	.home-section .fixed-more {
		position: absolute;
		top: -2px;
		right: 20px;
	}
		.home-section .fixed-more.more-subtitle {
			position: absolute;
			top: 28px;
			right: 20px;
		}
}

.optin-content {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	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;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 2%;
	padding: 25px 0;
}
	
	.optin-content .caption {
		flex-shrink: 1;
		margin: 0;
		background: url(images/envelope.svg) no-repeat left center;
		background-size: auto 100%;
		max-width: 370px;
		padding: 15px 15px 15px 55px
	}
		.optin-content .caption h2 {
			margin: 0;
			font-size: 24px;
		}
		.optin-content .caption p {
			margin: 0;
			font-size: 90%;
		}
	.optin-content .form {
		flex-shrink: 1;
		margin: 0;
		max-width: 450px;
		flex-grow: 1;
	}
	
	.upper-home-sections .optin-content {
		padding: 15px 0;
	}
	.upper-home-sections .optin-content .caption {
		max-width: 100%;
		background: none;
		padding: 0;
		flex-shrink: 0;
		flex-grow: 0;
	}	
	.upper-home-sections .optin-content .form {
		flex-shrink: 1;
		flex-grow: 0;
	}
	
	.sidebar .optin-content, .inner-post .optin-content {
		padding: 0;
	}
		.sidebar .optin-content .caption {
			flex-shrink: 1;
			margin: 0 0 10px;
			background: url(images/envelope.svg) no-repeat center center;
			background-size: auto 100%;
			padding: 10px 0;
		}
		.sidebar .optin-content .caption h2 {
			font-size: 21px;
		}
	
		
.home-section .widget-content {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	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;
	align-items: center;
	position: relative;
	margin: 0 auto;	
}
.home-section .widget-content .image {
	width: 60%;
}
	.home-section .widget-content .image img {
		width: 100%;
		height: auto;
		display: block;
		vertical-align: top;
	}

.home-section .widget-content .caption {
	width: 51%;
	padding: 3%;
	margin: 0 0 0 -11%;
	text-align: center;
	background-color: #ffffff;
	z-index: 11;
}
	.home-section .widget-content .block-title {
		margin: 0
	}
	.home-section .widget-content .subtitle {
		
	}
	.home-section .widget-content .caption p {
		
	}
	.home-section .widget-content .more {
		margin-bottom: -10px;
		display: block;
	}

.home-section .about-content {
		display: -ms-Flexbox;
		-ms-box-orient: horizontal;
		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;
		align-items: center;
		align-items: flex-start;
		position: relative;
		margin: 0 auto;
	}
		
	.home-section .about-content .about {
		width: 70%;
		display: -ms-Flexbox;
		-ms-box-orient: horizontal;
		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;
		align-items: center;
		position: relative;
		margin: 0 auto;	
		background-color: #eaf4f4;
	}
		.home-section .about-content .about .image {
			width: 50%;
		}
		.home-section .about-content .about .caption {
			width: 50%;
			text-align: center;
			padding: 2% 3%;
		}
		.home-section .about-content img {
			width: 100%;
			height: auto;
			display: block;
			vertical-align: top;
		}
	
	.home-section .about-content .book {
		width: 30%;
		margin: 0;
		z-index: 11;
		text-align: center;
	}
		.home-section .about-content .book img {
			margin: 0 auto;
			max-width: 200px;
			height: auto;
		}
		.home-section .about-content .book .divider {
			font-size: 20px;
		}
.sidebar .home-section .about-content, .sidebar .home-section .about, .sidebar .home-section .book, .sidebar .home-section .about-content .about .image, .sidebar .home-section .about-content .about .caption {
	flex: none;
	display: block;
	width: 100%;
}
	.sidebar .home-section .about-content .about {
		background-color: transparent;
	}
	.sidebar .home-section .about-content .book {
		margin-top: 35px;
	}
	.sidebar .home-section .about-content .about .image img {
		max-width: 150px;
		width: 100%;
		height: auto;
		margin: 0 auto 10px;
		border-radius: 50%;
	}
	.sidebar .home-section .about-content .about .caption {
		padding: 0;
	}

.home-section .search-content {
	margin: 0 auto;
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	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;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 20px;
	padding: 15px 0 5px;
}
	.home-section .search-content .block-title, .home-section .search-content .divider {
		flex-shrink: 1;
		margin: 0;
	}
	.home-section .search-content .search-form {
		display: block;
		width: auto;
		flex-grow: 1;
		max-width: 400px;
	}
	.home-section .search-content .more {
		width: auto;
		flex-shrink: 1;
		margin: 0;
		width: 150px;
	}
		.sidebar .search-content .more {
			margin: 5px 0;
		}
	.home-section .search-content .more a.more-button {
		height: 56px;
		font-size: 11px;
		font-weight: bold;
		padding: 0;
		background-color: #1d7e86;
		padding: 15px 15px;
	}
		.home-section .search-content .more a.more-button:hover {
			background-color: #72b3b7
		}
		.home-section .search-content .more a.more-link {
			height: 56px;
			font-size: 11px;
			font-weight: bold;
			padding: 0;
			background-color: transparent;
			padding: 5px 5px;
			text-decoration: underline !important;
			color: #1d7e86;
		}
			.home-section .search-content .more a.more-link:hover {
				background-color: #72b3b7
			}
			
.home-section .icons {
	padding-bottom: 1vw;
}

.home-sections .meal-plan .divider {
	text-align: center;
	font-size: 42px;
}
	.post-content .meal-plan.has-background .divider {
		margin-top: 10px;
	}
.meal-plan .items .item {
	position: relative;
}
	.span_content .meal-plan .items .item {
		border: 1px solid #eaf4f4;
		background-color: #ffffff;
	}
		.span_content .meal-plan .items .item .title {
			padding: 0 10px;
			margin: 8px 0;
			font-size: 14px;
		}
.meal-plan .items .item img {
	width: 100%;
}
	.meal-plan .item .image {
		display: block;
		position: relative;
	}
		.meal-plan .item .title {
			font-size: 16px;
			font-size: clamp(11px, 2vw, 16px);
		}
		.home-sections .meal-plan .item .title {
			color: #414042;
			margin: 0;
			font-size: 13px;
			position: absolute;
			bottom: 0;
			padding: 5px;
			background: rgba(255,255,255,.8);
		}
			.home-sections .meal-plan .item .title:hover, .home-sections .meal-plan .item a:hover .title {
				color: #136b6d !important;
			}
		.meal-plan .item .image:before {
			display: block;
			margin: 0;
			padding: 5px 10px;
			background-color: #72b3b7;
			color: #136b6d;
			font-family: "kanyon", Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 15px;
			text-transform: uppercase;
			letter-spacing: .1em;
		}
			.meal-plan .item:nth-child(1) .image:before {
				content: "Monday";
			}
			.meal-plan .item:nth-child(2) .image:before {
				content: "Tuesday";
			}
			.meal-plan .item:nth-child(3) .image:before {
				content: "Wednesday";
			}
			.meal-plan .item:nth-child(4) .image:before {
				content: "Thursday";
			}
			.meal-plan .item:nth-child(5) .image:before {
				content: "Friday";
			}
			.meal-plan .item:nth-child(6) .image:before {
				content: "Saturday";
			}
			.meal-plan .item:nth-child(7) .image:before {
				content: "Sunday";
			}
			
.meal-plan .items .more a.more-button {
	display: block;
	font-size: 18px;
	background-color: #72b3b7 !important;
	background: #72b3b7 url(images/clipboard.svg) no-repeat center;
	background-size: auto 75%;
	width: 100%;
	height: 100%;
	text-align: center;
	display : flex;
	align-items : center;
	justify-content : center;
	padding: 10%;
}
	.meal-plan .items .more a.more-button span {
		
	}
	.meal-plan .items .more a.more-button:hover {
		background-color: #80bbbe !important;
		background-size: auto 85%;
	}


/*Sidebar*/
.sidebar .home-section, .sidebar .wp-block-search {
	padding: 0;
	margin: 50px 0;
}	
	.sidebar .home-section:first-child {
		margin-top: 10px;
	}
	.sidebar .home-section.has-background, .inner-post .has-background {
		padding: 20px
	}
		.sidebar .home-section.subscribe, .inner-post .subscribe {
			padding: 20px;
		}
	.sidebar .home-section.about .wrap {
		flex: none;
		display: block;
	}
		.inner-post .subscribe .wrap {
			padding: 0;
		}
	.sidebar .home-section.about .wrap .about-content, .sidebar .home-section.about .wrap .featured-posts, .sidebar .home-section .widget-content .image, .sidebar .home-section .widget-content .caption, .sidebar .home-section.about .widget-content .caption {
		width: 100%;
		flex: none;
		display: block;
		padding: 0;
		margin: 0;
	}
		.sidebar .home-section .widget-content .image {
			margin-bottom: 20px;
		}
			.sidebar .home-section.about .widget-content .image img {
				border-radius: 50%;
				max-width: 200px;
				height: auto;
				margin: 0 auto;
			}
		.sidebar .home-section.about .widget-content .more {
			margin-bottom: 0;
			display: block;
		}
		.sidebar .home-section .widget-content .social {
			position: relative;
			bottom: 0;
			right: 0;
			width: 100%;
			margin-left: 0%;
			margin-top: 15px;
		}
	.sidebar .home-section.about .widget-content .image a:after {
		display: none;
	}


.sidebar .home-section, .sidebar .home-section .wrap {
	padding: 0;
}
	.sidebar .home-section.shaded {
		padding: 25px;
	}
.sidebar .widget-content {
	display: block;
	flex: none;
}
.sidebar .widget-content .image, .sidebar .widget-content .caption {
	padding: 0;
	width: 100%;
}

/*!---------LANDING PAGE STYLES---------*/

.popular .item .image {
	display: block;
	position: relative;
}
	.popular .item .image:after {
		content: "01";
		position: absolute;
		font-weight: bold;
		top: 8px;
		left: 10px;
		display: inline-block;
		margin: 0;
		color: #FFFFFF;
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 4.5vw;
		font-size: clamp(24px, 5vw, 60px);
		line-height: 1;
		letter-spacing: normal;
		color: transparent;
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: white;
		display: inline-block;
	}
		.popular .item:nth-child(2) .image:after {
			content: "02";
		}
		.popular .item:nth-child(3) .image:after {
			content: "03";
		}
		.popular .item:nth-child(4) .image:after {
			content: "04";
		}
		.popular .item:nth-child(5) .image:after {
			content: "05";
		}
		.popular .item:nth-child(6) .image:after {
			content: "06";
		}
		.popular .item:nth-child(7) .image:after {
			content: "07";
		}
		.popular .item:nth-child(8) .image:after {
			content: "08";
		}
		.popular .item:nth-child(9) .image:after {
			content: "09";
		}
		.popular .item:nth-child(10) .image:after {
			content: "10";
		}
.popular .item .wprm-recipe-rating-details {
	
}


/*!---------ARCHIVE STYLES---------*/
.cat-landing {
	margin-bottom: 4vw;	
}
	.no-cat-landing {
		margin-bottom: 35px;		
	}
	.cat-desc {
		margin-bottom: 35px;
	}
	.cat-image {
		float: right;
		min-width: 120px;
		width: 20%;
		margin: 0 0 25px 15px;
	}
		.cat-image img {
			width: 100%;
			height: auto;
			display: block;
		}
.subcats {
	margin-bottom: 25px;
}

ul.subcategories, .subcats ul.menu {
	margin: 0 0 4px;
}
ul.subcategories strong, .categories strong, .subcats h2 {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .15em;
	margin: 0 0 5px;
	text-align: left;
	display: inline;
}
ul.subcategories li, ul.subcategories li ul {
	margin: 0 !important;
	padding: 0 !important;
	display: inline;
}
	ul.subcategories li:before {
		display: none;
	}

ul.subcategories ul li a, .subcats a {
	display: inline-block;
	font-size: 11px;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1d7e86;
	padding: 3px 10px 4px;
	margin: 3px 2px;
}

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

.archiveslist {
	overflow: hidden;
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px;
	padding-left: 10px !important;
}

.archiveslist li {
	display: block;
	margin: 0 0 10px 10px !important;
	padding: 0 10px 0 0px !important;
	list-style-type: disc !important;
	list-style-position: outside;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	line-height: 1.4;
	font-size: 18px;
	color: #3e3f3c;
}

.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: 14px;
	line-height: 22px;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 2px;
	width: 22px;
	height: 25px;
	float: left;
	border: solid 1px #f6f5f5;
	color: #787976;
	text-decoration: none;
}
	.tagindex a:hover {
		color: #3e3f3c
	}

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle em {
	color: #787976;
	letter-spacing: normal;
	font-style: italic;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: lowercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 11px;
}

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

	.tagtitle a:hover {
		color: #3e3f3c;
	}
	
.tagslist {
	overflow: hidden;
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px;
	padding-left: 10px !important;
	margin:	 0 !important
	
}
	.tagslist li {
		
	}
	.tagslist li:before {
		
	}
	.tagslist li em {
		color: #787976;
		font-size: 80%;
	}
	
	
/*!Breadcrumbs*/

.breadcrumb {
	color: #6e6e6e;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 5px;
}
	.single-post-content .breadcrumb {
	
	}
.breadcrumb a {
	color: #6E6E6E;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;

	}
.breadcrumb a:hover {
	color: #1d7e86;
}


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

.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 #e9e9e9;
	width: 100%
}

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .facetwp-load-more, button.facetwp-flyout-open {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #1d7e86;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	letter-spacing: .15em;
	cursor: pointer;
	margin-top: 5px;
	padding: 18px 25px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	button.facetwp-flyout-open {
		font-size: 12px;
		padding: 8px 15px;
	}
	.wp-block-button.bigbutton a {
		font-size: 24px;
		padding: 25px 40px;
	}
	a.smbutton, button.smbutton {
		font-size: 11px;
		padding: 7px 17px;
	}
	#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 {
		color: #FFFFFF;
		background-color: #72b3b7;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #f2f2f2;
	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 {
	width: 100%;
	border: none;
	overflow: hidden;
	position: relative;
}

.span_content .search-form {
	max-width: 100%;
}
.wp-block-search__label {
	width: 100%;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 10px !important;
	display: block;
	font-weight: bold;
	font-size: 21px;
	color: #414042;
}
.search-form .search-field, .wp-block-search .wp-block-search__input {
	color: #414042;
	font-size: 18px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	border: none;
	padding: 0 40px 0 15px;
	vertical-align: middle;
	width: 100%;
	border: none;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
}
	.wp-block-search .wp-block-search__input {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}
	.top-stuff .search-field {
		height: 44px;
		line-height: 44px;
		border: none;
		font-size: 15px;
		padding: 0 30px 0 14px;
		border: 1px solid #e8e8e8;
	}
	.home-section .search-field {
		height: 56px;
		line-height: 56px;
	}
	.has-background .search-field, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
		border: none;
	}
	.search-form .search-field:focus, .has-background .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
		outline: none;
		border: 2px solid #72b3b7 !important
	}
	

	
.search-form .search-submit {
	background-color: transparent;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 12px;
	background-color: #1d7e86;
	color: #ffffff;
	border: none;
	line-height: 50px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	cursor: pointer;
	width: 110px;
	position: absolute;
	right: 0;
	top: 0;
}
	.search-form .search-submit i {
		
	}
	.wp-block-search__button {
		border: none;
		padding: 0;
		text-align: center;
		margin: 0 !important;
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		font-size: 12px;
		padding: 0 15px;
		color: #ffffff;
		background-color: #1d7e86;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}
		.wp-block-search__button svg {
			min-width: 50px;
			min-height: 50px;
		}
	.search-form .search-submit:hover, .search-form .search-submit:focus {
		color: #72b3b7;
	}
	.top-stuff .search-submit {
		height: 44px;
		line-height: 44px;
		border: none;
		font-size: 19px;
	}
	.home-section .search-submit {
		height: 58px;
		line-height: 56px;
	}



		


/*Subscribe Forms*/

.subscribe {
	border: none;
	text-align: center;
}
	.subscribe h2, .subscribe .title, .subscribe .block-title {
		
	}
	.subscribe p {
	}
.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	position: relative;
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	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;
	gap: 2%;
}
	
.subscribe .email-input {
	border: none;
	background-color: #ffffff;
	color: #434f57;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	margin: 0;
	padding: 0 15px 0 20px;
	flex: 58% 1 0;
}
	.shaded .email-input {
		border: none;
	}
	.email-input:focus {
		outline: none;
		color: #414042;
		background-color: #ffffff;
		border: 2px solid #72b3b7
	}

.subscribe .email-submit {
	border: none;
	font-size: 15px;
	font-weight: bold;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .075em;
	color: #ffffff;
	background-color: #1d7e86;
	text-align: center;
	border: none;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	flex: 30% 1 0;
}
	.sidebar .subscribe .email-submit {
		flex: 100% 0 1;
		margin-top: 10px;
	}
	.subscribe .email-submit i {
		
	}

	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		color: #FFFFFF;
		background-color: #72b3b7;
	}

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


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

.footer {
	margin-top: 50px;
	margin-bottom: 0;
}
	body.home .footer {
		margin-top: 0;
	}
	
.sub-footer {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	overflow: hidden;
	clear: both;
	padding: 20px 0;
}
.sub-footer a {
	text-decoration: none;
	color: #6E6E6E;
}
	.sub-footer a:hover {
		color: #1d7e86
	}
.sub-footer .footer-nav {
	width: 70%;
	float: left;
	text-align: left;
	margin: 0;
}
.sub-footer .footer-nav li {
	display: inline-block;
	margin-right: 12px;
}
	.sub-footer .footer-nav .top a {
		color: #414042
	}
	
.copyright {
	width: 30%;
	text-align: right;
	float: right;
}
.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: 13px;
}

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

.copyright a:hover {
	color: #253E4F;
}

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

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

#respond {
	padding: 2% 5% 10px;
	margin-bottom: 50px;
	background: #eaf4f4;
}

	#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 #e9e9e9;
	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: #eaf4f4;
	padding: 20px;
}

#comment-list li .comment, #comment-list li {
	position: relative;
}
	#comment-list li .wprm-comment-rating {
		display: inline-block;
		position: absolute;
		top: -6px;
		right: 0;
	}
#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;
	padding-right: 110px;
	font-size: 11px;
	text-align: left;
	clear: none;
	color: #6E6E6E
}

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

.comment-meta a {
	
}

.comment-meta strong {
	font-weight: bold;
	font-size: 14px;
	color: #414042;
}

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

.comment-meta a:hover {
	color: #414042;
	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
}

.wp-smiley {
	vertical-align: middle
}
.akismet_comment_form_privacy_notice {
	font-style: italic;
	color: #6E6E6E;
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0 80px;
	display: block
	}
/*!threaded comments*/

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

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

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

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

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

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

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

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

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

#top {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	letter-spacing: normal;
	text-transform: lowercase;
	font-size: 12px;
}
#top li {
	display: inline-block;
	margin: 0 6px 0;
}
#top li a {
	color: #6E6E6E;
	text-decoration: none;
}
	#top li a:hover {
		color: #72b3b7
	}


/*!---------MAIN DROPDOWN MENU---------*/
#main {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	display: block;
	position: relative;
	z-index: 202;
}
	
	#main ul.mainmenu {
		display: inline-block;
		width: auto
	}
	
	#main li {
		display: inline-block;
		margin: 0px 8px;
		padding: 0;
		position: relative;
	}
		
	#main li a {
		display: inline-block;
		padding: 2px 6px;
		text-decoration: none;
		color: #414042;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
		-webkit-transition: color .2s ease-in-out;
		-moz-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out
	}
		#main li.highlight>a {
			background: linear-gradient(#b8d9db, #b8d9db) 0 65% / 100% 8px no-repeat;
		}
		
	#main li a:hover, #main li:hover a {
		color: #1D7E86;
	}
		
	/*!Sub Menus Level 1 */
	
	#main ul ul, #top ul ul {
		font-size: 11px;
		transform: rotateX(-90deg) translateX(-50%);
		transform-origin: top left;
		opacity: 0.3;
		transition: 280ms all 120ms ease-out;
		visibility: hidden;
		position: absolute;
		top: 52px;
		left: 50%;
		padding: 0;
		line-height: 1.4;
		background-color: #1D7E86;
		text-align: center;
		z-index: 2001;
		width: 200px;
		-moz-box-shadow: 1px 1px 6px rgba(0,0,0,.15);
		-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.15);
		box-shadow: 1px 1px 6px rgba(0,0,0,.15);
	}
		#top ul ul {
			top: 48px;
			font-size: 12px;
		}
		#main ul ul:after	 {
			bottom: 100%;
			left: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(55, 71, 87, 0);
			border-bottom-color: #1D7E86;
			border-width: 7px;
			margin-left: -7px;
		}
	#main ul ul li, #top ul ul li {
		float: none;
		width: 100%;
		margin: 0;
	}
	
	#main li li a, #top li li a {
		width: 100%;
		padding: 11px 15px;
		border: none;
		color: #ffffff !important;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
		
		#main li li a:hover, #main>ul>li>ul>li:hover , #top li li a:hover, #top>ul>li>ul>li:hover a {
			background-color: #72b3b7;
		}
	
	#main li li.bold a, #top li li.bold a {
		
	}
	
	#main ul li:hover > ul, #main ul li:focus-within > ul, #top ul li:hover > ul, #top 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, #top ul ul li.menu-item-has-children>a:after {
		content: "\f054";
		font-family: 'Font Awesome 5 Pro';
		font-weight: normal;
		float: right;
		display: inline-block;
		position: absolute;
		right: 8px;
		font-size: 80%;
	}
		
			
	/*!Sub Menus Level 2*/
	
	#main ul ul li ul, #top ul ul li ul {
		background-color: #1D7E86;
		top: 0;
		left: 300px;
		margin: 0;
	}
	
	#main ul ul li ul:after, #top ul ul li ul:after {
		display: none;
	}
	
	#main li li li a:hover, #top li li li a:hover {
		background-color: #7B8D9B;
	}

/*Search*/
	#main li.search {
		vertical-align: middle;
		margin: 0 5px 0 20px;
		position: relative;
		top: -3px;
		
	}
	#main li.search a {
		display: block;
		width: 24px;
		text-align: center;
		font-size: 18px;
		padding: 0;
		color: #2a2b2b;
		box-shadow: none !important;
		border: none !important;
	}
	
		#main li.search a:hover {
			color: #ffcc00;
		}

/*! WPRM */
		
.wprm-recipe.wprm-recipe-template-custom {
	position: relative;
	overflow: visible;
	margin: 70px 0 55px;
	border: none;
	border: 1px solid #e8e8e8;
	font-size: 90%;
	line-height: 1.6;

}

.wprm-recipe-head {
	padding: 30px;
	background-color: #d5e8e9;
	margin: -1px -1px 0;
	overflow: hidden;
}

.wprm-recipe-body {
	padding: 30px;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
	float: right;
	width: 35%;
	margin: 2px 0px 0 15px;
	position: relative;
	z-index: 101;
	text-align: center;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image {
		position: relative;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image img {
		display: block;
		width: 100% !important;
		max-width: 100%;
		height: auto !important;
	}

.wprm-recipe.wprm-recipe-template-custom h2, .wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 0 0 5px !important;
	border: none;
	padding: 0;
}
	.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name em {
		display: block;
		color: #1d7e86;
		margin: 0 0 5px -2px
	}
.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 25px 0 15px !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 18px;
}

.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	font-weight: bold;
	margin: 20px 0 15px !important;
	font-size: 17px;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	margin: 11px 0 11px;
	font-style: italic;
	font-size: 95%;
	line-height: 1.6;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-instructions-container {
	margin-top: 30px
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container {
	margin-top: 35px;
	border-top: 1px solid #e8e8e8;
	font-size: 88%;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-notes {
	opacity: 1.0;
	color: #414042;
}
/*Recipe Meta*/

.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	margin: 15px 0 15px;
	line-height: 1.8;
	color: #414042;
}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
	clear: both;
	color: #414042;
	text-align: center;
	border-top: 1px solid #e8e8e8;
	padding-top: 15px;
	margin-top: 25px;
}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-block-text-normal, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-block-text-italic {
		font-size: 13px;
		font-weight: normal;
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: normal;
		letter-spacing: normal;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-style: italic !important;
		margin-right: 4px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-link {
		background-color: #ffffff;
		padding: 0 3px 0 5px
	}
	
.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-block-container:before {
	content: "\f017";
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		color: #1D7E86;
		vertical-align: middle;
		margin-right: 4px;
			
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-servings-container:before {
		content: "\f2e6";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-author-container:before {
		content: "\f007";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-course-container:before {
		content: "\f2e6";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-cuisine-container:before {
		content: "\f86b";
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-method-container:before {
		content: "\e01d";
	}
.wprm-recipe.wprm-recipe-template-custom .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.wprm-recipe-template-custom .recipe-meta-bottom p {
		margin-top: 25px;
		margin-bottom: 10px;
	}


/*Ratings*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	text-align: left;
	font-size: 17px;
	line-height: 30px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating-details {
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-style: italic;
		font-weight: normal !important;
		display: inline-block;
		font-size: 13px;
		margin-left: 5px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}


.comment-form-wprm-rating label {
	position: relative;
	top: -3px;
	font-weight: 500;
	
}

		
/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom .wprm-template-buttons {
	margin: -5px 0px 30px;
	clear: both;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-grow-container {
	text-decoration: none;
	text-align: center;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
	font-weight: bold;
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
	width: 24%;
	height: 100%;
	display: inline-block;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-grow-container a.wprm-recipe-link {
		display: block;
		width: 100%;
	}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover {
		background-color: #42a0a3 !important;
	}

/*Lists*/

.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li {
	margin-left: 25px !important;
	margin-bottom: 6px;
	line-height: 1.5;
}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li:before {
		display: none;
	}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li::marker {
		color: #1d7e86
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-checkbox-container {
	display: inline-block;
	position: absolute;
	left: -30px;
	top: 6px;
	line-height: 1;
}

.wprm-recipe.wprm-recipe-template-custom ul.wprm-advanced-list li:before {
	font-family: "kanyon", Arial, Helvetica, sans-serif;
}

.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li {
	margin-left: 32px !important;
	margin-bottom: 15px;
	line-height: 1.5;
}



.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-equipment-container {
	text-align: center;
	color: #414042;
	font-size: 14px;
	background-color: #eaf4f4;
	padding: 5px 20px 10px;
}
.wprm-recipe-equipment-images.wprm-recipe-equipment-images-align-spaced {
		display: -ms-Flexbox;
		-ms-box-orient: horizontal;
		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;
		justify-content: space-evenly;
}
.wprm-recipe-equipment-images .wprm-recipe-equipment-item {
	margin: 0 !important;
	padding: 5px;
	width: 25% !important;
}
	.wprm-recipe-equipment-images .wprm-recipe-equipment-item img {
		width: 100%;
		height: auto;
	}


/*Nutrition*/
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition {
	
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition h3 {
	display: none
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	color: #414042;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	text-align: left;
	background-color: #f4f4f4;
	padding: 20px;
	margin-top: 20px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container:before {
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		content: "Nutrition Information: ";
		font-weight: bold;
		color: #414042;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-block-text-italic {
		letter-spacing: normal;
		text-transform: lowercase;
		font-weight: normal;
	} 
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container:after {
		display: block;
		font-size: 13px;
		content: "*Nutrition information is provided as a courtesy only and should be viewed as an estimate not a guarantee.";
		opacity: 0.75;
		font-weight: normal;
		font-style: italic;
		line-height: 1.4;
		margin-top: 8px;
	}


.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container {
	white-space: nowrap;
	padding-right: 10px;
	flex-basis: 33% !important;
}

/*Footer*/

.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	padding: 30px 25px;
	font-size: 85%;
	line-height: 1.5;
	margin: -2px !important;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action a {
		
	}
	
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action .wprm-recipe-icon svg {
		margin: 0;
		width: 70px;
		height: 70px;
	}


/*Jump Button*/

.post-meta .wprm-recipe-snippet {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	width: auto;
	container-type: unset;
}
.post-meta .jump-buttons, .post-meta .date-stuff {
	display: inline-block;
}
	.post-meta .commentjump {
		margin-right: 5px;
	}
	.post-meta a.wprm-recipe-link, .post-meta a.video-jump, .post-meta .commentjump a {
		display: inline-block;
		color: #FFFFFF !important;
		background-color: #1d7e86;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		
		font-family: "kanyon", Arial, Helvetica, sans-serif;
		font-size: 11px;
		letter-spacing: .1em;
		padding: 5px 10px;
		border: none;
		margin-right: 5px;
	}
		.post-meta a.wprm-recipe-link:hover, .post-meta a.wprm-recipe-link:focus, .post-meta a.video-jump:hover, .post-meta a.video-jump:focus, .post-meta .commentjump a:hover, .post-meta .commentjump a:focus {
			color: #ffffff !important;
			background-color: #72b3b7;
			opacity: 1.0 !important;
		}
		.post-meta a.wprm-recipe-link:before, .post-meta .commentjump a:before {
			content: "\f063";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			margin-right: 5px;
		}
			.post-meta a.wprm-video-link:before, .post-meta a.video-jump:before {
				content: "\f8a8";
				font-family: "Font Awesome 5 Pro";
				font-weight: normal;
				margin-right: 5px;
				color: #1D7E86;
			}
			.post-meta .commentjump a:before {
				content: "\f075";
				font-family: "Font Awesome 5 Pro";
				font-weight: bold;
			}
	.post-meta a.wprm-video-link {
		margin-left: -10px;
	}
.post-meta a.jump {
	
}
.post-meta svg {
	display: inline !important;
}
.post-meta .wprm-recipe-rating {
	display: inline-block;
	text-align: left;
	font-size: 13px;
}
	.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;
		font-style: italic;
		font-weight: normal !important;
		text-transform: none !important;
		display: inline-block;
		letter-spacing: normal !important;
		font-size: 11px;
		margin-left: 5px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}

/*Roundups*/

.wprm-recipe-roundup-item {
	position: relative;
	overflow: visible !important;
	background-color: #eaf4f4;
	margin: 25px 0 50px !important;
}
	.wprm-recipe-template-custom-roundup {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
	}
	.wprm-recipe-template-custom-roundup-alt {
		text-align: center !important;
	}
.wprm-recipe-roundup-item .wprm-recipe-counter {
	position: absolute;
	top: 15px;
	left: 15px;
	text-align: center;
	background-color: #1d7e86;
	color: #FFFFFF;
	font-size: 18px;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
}
.wprm-recipe-template-custom-roundup .wprm-recipe-image {
	flex-basis: 40%;
	padding: 0;
}
	.wprm-recipe-template-custom-roundup-alt .wprm-recipe-image {
		width: 100%;
		display: block;
	}
	.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;
	}
.wprm-recipe-template-custom-roundup .wprm-recipe-roundup-summary-container {
	flex-basis: 58%;
	padding: 25px 15px;
}
	.wprm-recipe-template-custom-roundup-alt .wprm-recipe-roundup-summary-container {
		text-align: center;
		width: 100%;
		padding: 15px 15px;
	}
.wprm-recipe-roundup-item .wprm-recipe-summary {
	margin: 15px 0 20px;
	font-size: 92%;
	line-height: 1.5;
}
	.wprm-recipe-template-custom-roundup .wprm-recipe-summary {
		text-align: left;
	}
	.wprm-recipe-template-custom-roundup-alt .wprm-recipe-summary {
		text-align: center;
	}
		
.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-name {
	text-align: left;
	background: none;
	display: block;
	margin: 0 0 10px;
}
	.wprm-recipe-template-custom-roundup-alt .wprm-recipe-name {
		text-align: center;
	}
	.wprm-recipe-roundup-item .wprm-recipe-name a {
		border: none;
		box-shadow: none;
	}
		.wprm-recipe-roundup-item .wprm-recipe-name a:hover {
			color: #72b3b7;
		}

.wprm-recipe-roundup-item a.wprm-recipe-roundup-link {
	display: inline-block !important;
	width: auto;
	margin: 5px 0 0 0;
	padding: 8px 12px !important;
	text-decoration: none;
	text-align: center;
	font-family: "kanyon", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 12px;
	font-weight: bold;
	border: none !important;
	box-shadow: none !important;
	display: inline-block !important;
	background-color: #1d7e86 !important;
}
	.wprm-recipe-template-custom-roundup-alt a.wprm-recipe-roundup-link {
		margin: 5px auto 0 !important;
	}
	.wprm-recipe-roundup-item a.wprm-recipe-link:hover {
		background-color: #42a0a3 !important;
	}

.wprm-recipe-roundup-item a.wprm-recipe-roundup-link[href^="http://"]:not([href*="melskitchencafe.com"]):after,
.wprm-recipe-roundup-item a.wprm-recipe-roundup-link[href^="https://"]:not([href*="melskitchencafe.com"]):after {
	font-family: 'Font Awesome 5 Pro';
	content: "\f08e";
	margin-left: 6px;
}