/*! 
Theme Name: Foxes Love Lemons
Theme URL: https://www.foxeslovelemons.com
Description: Custom responsive blog theme for oxes Love Lemons.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 4.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 - 3%);
		width: -webkit-calc(100% - 320px - 5%);
		width: calc(100% - 320px - 5%);
		max-width: 660px;
		max-width: 728px;
		float: left;
		display: inline-block;
	}
		
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.span_sidebar {
		width: 320px;
		float: right;
		clear: right;
		display: block;
	}


}

.wrap, .wrapper, .span_content_full .innerwrap {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1200px;
}
	.wide-wrap, body.home .wrap, body.home .wrapper {
		max-width: 1300px;
	}
.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: #424240;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #EBEAE9;
	background-color: #f0f0f0;
	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: 'causten_round';
    src: url('fonts/caustenround-bold-webfont.woff2') format('woff2'),
         url('fonts/caustenround-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display:fallback;
}

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

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

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

body {
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.6;
	color: #424240;
	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: #079e9e;
	color: #008484;
	text-decoration: underline;
}

a:hover {
	color: #f0592b;
}

	.post-content a, .cat-desc a {
		color: #424241;
		border-bottom: 1px solid #5ac6c7;
		box-shadow: inset 0 -2px 0 #5ac6c7;
		text-decoration: none;
	}
		.post-content a:hover, .post-content a:focus, .cat-desc a:hover, .cat-desc a:focus {
			color: #424241;
			border-color: #ebcf17;
			box-shadow: inset 0 -35px 0 #ebcf17;
		}
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "caslongrad", "Georgia", "Times New Roman", Times, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	margin: 25px 0;
	color: #424240;
}

h1 {
	font-size: 32px;
}

h2, .teaser-post .post-title {
	font-size: 32px;
}
	.post-content h2, .page_content h2 {
		margin-top: 50px;
		padding-bottom: 12px;
		border-bottom: 1px solid #ebeae9;
	}
	
	h1.divider, h2.divider, h3.divider, div.divider {
		text-align: center;
	}

	h1 em, h2 em, h3 em, h4 em {
		display: block;
		font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
		font-style: normal;
		text-transform: uppercase;
		font-size: 13px;
		letter-spacing: .2em;
		font-weight: bold;
		margin-bottom: 8px;
		color: #757574;
	}
		.sidebar h2 em, .sidebar h3 em {
			font-size: 12px;
		}
	
h3 {
	font-size: 21px;
}
	.post-content h3, .page_content h3 {
		font-size: 21px;
		margin-top: 35px;
	}
h4, .home-section .title {
	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 #EBEAE9;
}

hr, hr.wp-block-separator {
	border: 0;
	height: 0;
	border-top: 1px solid #EBEAE9;
	border-bottom: none;
	margin: 45px auto;
}

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

/*!---------HEADER---------*/

.top-bar {
	background-color: #ffffff;
	line-height: 70px;
	height: 70px;
	padding: 0;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1001;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.15);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.15);
	box-shadow: 0px 0px 6px rgba(0,0,0,.15);
}
	body.admin-bar .top-bar {
		padding-top: 32px;
	}
	.top-bar .main-nav {
		display: inline-block;
		float: right;
		vertical-align: middle
	}
	
	.top-bar .social {
		
	}

.top-bar .logo {
	overflow: hidden;
	width: 425px;
	float: left;
	margin: 9px 12px 0;
}
	.top-bar .logo img {
		width: 100%;
		height: auto;
		display: block;
	}
.header-spacer {
	display: block;
	height: 70px;
	margin-bottom: 25px;
}
	body.home .header-spacer {
		margin-bottom: 0;
	}

@media ( min-width : 801px ) {
	body.single-post .header-spacer:after {
		content: "";
		background-color: #f0f0f0;
		width: 100%;
		height: 190px;
		display: block;
		position: absolute;
		top: 50px;
		z-index: -1;
	}
}

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

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="660"] {
		width: 100% !important;
		height: auto;
	}
.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 15px 35px;
	padding: 0;
}
	.span_content ul li:before {
		display: inline-block;
		content: "\f324";
		font-family: 'Font Awesome 5 Pro';
		color: #424241;
		background-color: #ebcf17;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 25px;
		width: 25px;
		margin-left: -35px;
		margin-right: 10px;
		position: relative;
		top: -1px;
		line-height: 25px;
		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 35px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #424240;
	background-color: #ebcf17;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	left: -25px;
	top: 4px;
	transform: translateX(-50%);
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.video-container {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


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

h1.page-title {

}

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

.sidebar {
	font-size: 95%;
	text-align: center
}

.leftsidebar {
	width: 48%;
	float: left;
}

.rightsidebar {
	width: 48%;
	float: right;
}

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	
}
.widget {
	margin: 50px 0 50px 0;
	text-align: center;
}

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

.widget a {
	text-decoration: none;
}

.sidebar select {
	color: #757574;
	font-size: 16px;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	width: 100%;
	border: 1px solid #EBEAE9;
	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: #f0f0f0;
	padding: 20px;
}
	.sidebar .widget.shaded .widget-title {
		margin-top: 0
	}
.sidebar .about {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 25px;
}

.sidebar .about h3.widget-title {
	margin: 0 0 15px;
}

.sidebar .about p {

	font-size: 90%;
	margin: 0;
}
.sidebar .about .simple-image {
	width: 100%;
}
	.sidebar .about .simple-image img, .sidebar .about img {
		margin: 0 auto 25px;
		border-radius: 50%;
		width: 200px;
		height: auto;
	}
.sidebar .about .more {

}
.sidebar .about p.more a {
	text-decoration: underline
}

.sidebar .social {
	margin-top: 25px;
}
.social a {
	color: #424240;
	text-decoration: none;
	padding: 5px 6px;
	font-size: 18px;
	border: none;
	box-shadow: none;
}
	.social a:hover {
		color: #079e9e
	}

.social strong {
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;

}


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

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

.sidebar .item a {
	display: block;
}

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

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

/*!Featured Posts Widget*/
.sidebar .featuredposts {
	
}
.sidebar .featured, .sidebar .category-posts, .sidebar .featured, .sidebar .recent-posts {
	text-align: center;
	overflow: hidden;
	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;
}

.sidebar .featured .item, .sidebar .category-posts .item, .sidebar .recent-posts .item {
	width: 47%;
	margin-bottom: 10px;
}

	
.sidebar .item .title {
	font-size: 18px;
	margin: 10px 0 15px;
}

.sidebar .wprm-recipe-rating-details {
	display: block !important;
}

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

.post {
	margin-bottom: 0px;
}

h1.post-title, h2.post-title {
	margin: 10px 0;
	text-align: center;
}

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

	h1.post-title a:hover, h2.post-title a:hover {
		color: #079e9e;
	}

.post-content>p:first-of-type, .excerpt>p:first-of-type {
	
}
.post-meta {
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #6B6B6B;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	overflow: hidden;
	margin: 0 0 25px;
	text-align: center;
}
.post-meta a {
	color: #6B6B6B;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #5ac4c6;
		text-decoration: underline;
	}
.post-meta span {
	display: inline-block
}
.post-meta i {
	color: #5ac4c6;
	vertical-align: text-top;
}
	.post-meta .meta-cat i {
		color: #5ac4c6;
		margin-right: 2px
	}
	.post-meta .meta-author i {
		color: #ebd018;
	}
	.post-meta .meta-date i {
		color: #f0592b;
	}
	.post-meta .meta-comment i {
		color: #5ac6c7;
		margin-right: 3px;
	}
.post-meta .meta-author {
	margin: 0 8px 0 7px;
}
.post-meta .meta-date {
	margin-right: 8px;
}
.post-meta em {
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal
}
.post-meta .spacer:after {
	content: "//";
	color: #cfcece;
	letter-spacing: 0;
	margin: 0 6px 0 6px;
}


.disclosure, small {
	font-size: 12px;
	color: #757574;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
}

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

.meta-bottom p {
	margin: 0;
}

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

a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 8px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #757574;
	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: #424240;
}


a.more-link {
	color: #424241;
	background-color: #ebd018;
	font-weight: bold;
	text-decoration: none;
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
	display: inline-block;
	padding: 10px 20px;
}
	a.more-link:hover, a.more-link:focus {
		color: #424241 !important;
		background-color: #f05a2c;
	}
	.pagination a.more-link {
		background-color: transparent;
		padding: 0;
		font-size: 16px;
	}
		.pagination a.more-link:hover {
			color: #079e9e !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 */

.wp-block-image {
	margin: 30px 0 30px;
}
.wp-block-gallery {
	margin: 30px 0 30px
}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
.wp-block-group.has-background, .has-background {
	padding: 20px 35px;
	margin-top: 45px;
	margin-bottom: 45px;
}

	ol.has-background, ul.has-background {
		padding: 20px 35px 15px;
	}
	.wp-block-group.has-background .wp-block-column ul {
		padding: 0;
		margin: 0;
		font-size: 90%;
		line-height: 1.5;
	}
		.wp-block-group.has-background .wp-block-columns.is-layout-flex {
			gap: 15px !important;
		}
	p.has-background {
		padding: 25px;
	}
	.wp-block-group.has-background h2 {
		margin-top: 20px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -20px -35px 30px;
			padding: 20px 35px;
		}
	.has-lightgray-background-color {
		background-color: #f0f0f0;
	}
	.has-lightergray-background-color {
		background-color: #f6f6f5;
	}
	.has-turquoise-background-color {
		background-color: #5ac6c7;
	}
	.has-lightturquoise-background-color {
		background-color: #def3f4;
	}
	.has-darkturquoise-background-color {
		background-color: #079e9e;
	}
	.has-red-background-color {
		background-color: #f05a2c;
	}
	.has-lightred-background-color {
		background-color: #fde6df;
	}
		.has-red-background-color a {
			color: #424241
		}
		.has-red-background-color a:hover {
			color: #ffffff
		}
	.has-yellow-background-color {
		background-color: #ebcf17;
	}
	.has-lightyellow-background-color {
		background-color: #fbf6d1;
	}
		.has-yellow-background-color ul li:before {
			background-color: #f05a2c;
		}
	.has-charcoal-background-color {
		background-color: #424240;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 2px solid #f0f0f0;
	}
	
	.has-lightgray-color {
		background-color: #f0f0f0;
	}
	.has-turquoise-color {
		color: #5ac6c7;
	}
	.has-darkturquoise-color {
		color: #079e9e;
	}
	.has-red-color {
		color: #f05a2c;
	}
	.has-yellow-color {
		color: #ebcf17;
	}
	.has-charcoal-color {
		color: #424240;
	}
	.has-white-color {
		color: #ffffff;
	}

.wp-block-quote {
	background-color: #f0f0f0;
	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-color: #fbf6d1;
		margin: 65px 0 50px;
		padding: 25px 5% 25px;
		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: 250px;
			height: 45px;
			margin: 0 auto 0px;
			content: "";
		}
		.wp-block-quote.stars:after {
			display: none;
		}
	.wp-block-quote cite {
		font-family: "causten_round", Arial, Helvetica, sans-serif;
		text-align: center;
		display: block;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
		
.lemon.wp-block-group {
		position: relative;
		margin-top: 70px;
	}
	.lemon.wp-block-group:before {
		background: url(images/lemon.svg) no-repeat center center;
		background-size: 100% auto;
		width: 85px;
		height: 81px;
		display: block;
		content: "";
		margin: 0 auto;
		margin-top: -60px;
		margin-bottom: 00px;
	}
		.lemon.wp-block-group h2 {
			text-align: center;
			background: url(images/swash.svg) no-repeat center bottom;
			background-size: auto 8px;
			padding-bottom: 25px;
		}
	h2.lemon, h2.fox {
		border: none;
		padding: 0;
	}
	h2.lemon:before {
		background: url(images/lemon.svg) no-repeat center center;
		background-size: 100% auto;
		width: 40px;
		height: 38px;
		display: block;
		content: "";
		margin: 0;
		float: left;
		margin-left: -20px;
		margin-top: 0;
		margin-right: 10px;
	}
	.wp-block-group h2.lemon:before {
		width: 60px;
		height: 57px;
		display: block;
		content: "";
		margin: 0;
		float: left;
		margin-left: -50px;
		margin-top: -12px;
		margin-right: 10px;
	}
	
.fox.wp-block-group {
		position: relative;
		margin-top: 70px;
	}
	.fox.wp-block-group:before {
		background: url(images/fox.svg) no-repeat center center;
		background-size: 100% auto;
		width: 85px;
		height: 81px;
		display: block;
		content: "";
		margin: 0 auto;
		margin-top: -60px;
		margin-bottom: 00px;
	}
		.fox.wp-block-group h2, .favorites.wp-block-group h2 {
			text-align: center;
			background: url(images/swash.svg) no-repeat center bottom;
			background-size: auto 8px;
			padding-bottom: 25px;
		}
	h2.fox:before {
		background: url(images/fox.svg) no-repeat center center;
		background-size: 100% auto;
		width: 40px;
		height: 38px;
		display: block;
		content: "";
		margin: 0;
		float: left;
		margin-left: -20px;
		margin-top: 0;
		margin-right: 10px;
	}
	.wp-block-group h2.fox:before {
		width: 60px;
		height: 57px;
		display: block;
		content: "";
		margin: 0;
		float: left;
		margin-left: -50px;
		margin-top: -15px;
		margin-right: 10px;
	}

.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-question {
	display: block;
}
.schema-faq-question:before {
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #424240;
	background-color: #5ac4c6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	margin-left: -40px;
	margin-right: 8px;
	top: 6px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
}

.full-width-page-content p, .full-width-page-content h1, .full-width-page-content h2, .full-width-page-content h3, .full-width-page-content h4, .full-width-page-content .wp-block-quote, .full-width-page-content ul, .full-width-page-content ol, .full-width-page-content .breadcrumb, .full-width-page-content .schema-faq-section, .full-width-page-content .wp-block-group {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.fullwidth, .alignfull, .full-width-page-content .wp-block-group.alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
}
	.full-width-page-content .wp-block-group.alignfull .featured-posts-block {
		max-width: 1160px;
		margin: 0 auto;
	}

	.span_content_full .wp-block-media-text h1 {
		
	}
	.full-width-page-content .schema-faq-section {
		padding-left: 40px;
	}
	.span_content_full>h1:first-child {
		margin-top: 0;
	}

.span_content_full figure.alignright {
	width: 25%;
	height: auto;
}
	.span_content_full figure.alignright img {
		width: 100%;
		height: auto;
	}

.full-width-page-content .wp-block-media-text {
		margin-top: 5%;
		margin-bottom: 6%;
	}
	.full-width-page-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding: 0 8% 0 0%;
	}
.has-background .wp-block-columns .has-white-background-color {
	border: none;
}
.wp-block-cover {
	margin-bottom: 5%;
}
	.full-width-page-content .wp-block-cover:first-of-type, .full-width-page-content .wp-block-cover:nth-child(2) {
		margin-top: -25px;
	}
.wp-block-cover .wp-block-group.has-background {
	margin-left: auto;
	margin-right: auto;
	padding: 4%;
}
	.wp-block-cover .wp-block-group.has-white-background-color {
		background-color: #ffffff;
		border: none;
		color: #424240
	}
	.wp-block-cover .wp-block-group h1:first-child {
		margin-top: 0;
	}
	.wp-block-cover .wp-block-group p:last-child {
		margin-bottom: 0;
	}
	.wp-block-cover .wp-block-group h2 {
		
	}
		.wp-block-cover .wp-block-group.subscribe h2 em {
			display: block;
			line-height: .8;
			font-size: 140%;
			margin: 0 0 10px;
		}
	
.fullwidth.wp-block-cover {
	width: auto !important;
	padding: 5%;
}

@media ( min-width : 600px ) {
	.full-width-page-content .wp-block-media-text .wp-block-media-text__content {
		margin-left: -30%;
		background-color: #ffffff;
		padding: 3% 9% 4% 9%;
	}
		.full-width-page-content .wp-block-media-text.has-media-on-the-right  .wp-block-media-text__content {
			margin-left: 0%;
			margin-right: -30%;
			z-index: 101;
		}
}

.alignfull.wp-block-media-text {
	border: none;
	position: relative;
	overflow: hidden;
	display: block;
	flex: none;
	padding: 0;
	margin: 0 inherit
}
	.alignfull.wp-block-media-text .wp-block-media-text__media {
		width: 50%;
		float: left;
		position: relative
	}
		.alignfull.wp-block-media-text .wp-block-media-text__media img {
			width: 100%;
			height: auto;
			display: block;
			-webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 1) 30%);
			mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 1) 30%);
		}
	.alignfull.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
		float: right;
	}
		.alignfull.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media img {
			-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 1) 30%);
			mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 1) 30%);
		}

	.alignfull.wp-block-media-text .wp-block-media-text__content {
		width: 50%;
		height: auto;
		float: right;
		text-align: center;
		padding: 5%;
		position: absolute;
		left: auto;
		right: 0%;
		top: 50%;
		-webkit-transform: translate(0%,-50%);
		-ms-transform: translate(0%,-50%);
		transform: translate(0%,-50%);
	}
		.alignfull.wp-block-media-text .wp-block-media-text__content * {
			max-width: 600px;
			margin-left: auto;
			margin-right: auto;
		}
		.alignfull.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
			float: left;
			left: 0;
			right: auto;
		}

/*! Inner Post */

.inner-post {
	clear: both;
	margin: 40px 0 0;
}
	.inner-post .subscribe {
		padding: 5%;
	}
	.inner-post .subscribe h2 {
		color: #ffffff !important;
		margin: 0 0 20px;
	}
		.inner-post .subscribe h2 em {
			color: #424241
		}
#dpsp-content-bottom {
	text-align: center;
}
	#dpsp-content-bottom ul li {
		display: inline-block;
		float: none;
		margin: 0 2px 0 !important
	}
#dpsp-content-top {
	text-align: center;
	margin-top: 10px;
}
	#dpsp-content-top ul li {
		display: inline-block;
		float: none;
		margin: 0 2px 0!important
	}

#dpsp-content-top a svg, .dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon svg {
	
}

.dpsp-pin-it-wrapper {
    position: relative!important;
    display: inline-table;
    line-height: 0;
    width: 100% !important;
}

.post img[width=660] {
	width: 100% !important;
	height: auto;
}


/*!Next/prev Posts*/

.post-nav {
	display: block;
	width: 100%;
	line-height: 1.4;
	text-decoration: none;
	margin: 30px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 24px;
	line-height: 1.2;
	font-family: "caslongrad", "Georgia", Times, sans-serif;
	border-top: 1px solid #EBEAE9;
	border-bottom: 1px solid #EBEAE9;
}

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

.post-nav a {
	color: #424240;
	text-decoration: none;
}

.post-nav .nav-previous {
	float: left;
	width: 48%;
}

.post-nav .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

.post-nav div a:hover {
	color: #5ac4c6;
}

.post-nav em {
	display: block;
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 10px;
	color: #757574;
	padding: 0 0 5px;
}


/*!----Homepage Featured Styles----*/
.home-featured {
	padding: 1.5%;
	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;
}

.home-featured .item {
	width: 23.5%;
	position: relative;
}
	.home-featured .item img {
		width: 100%;
		height: auto;
		display: block;
	}
.home-featured .item a, .home-section.cta-blocks .item a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.home-featured .item img, .home-section.cta-blocks .item img {
	position: relative;
	display: block;
	z-index: 1;
}
	.home-featured .item a:after, .home-section.cta-blocks .item a:after {
		display: block;
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 101;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
		background-blend-mode: multiply;
	}

	.home-featured .item h2, .home-section.cta-blocks .item h2 {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 102;
		text-align: center;
		padding: 10px 10px 15px;
		color: #ffffff;
		margin: 0;
		font-size: 21px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
		.home-section.cta-blocks .item h2 {
			font-size: 45px;
			padding: 10px 5% 15px;
		}
		.home-featured .item a:hover h2, .home-section.cta-blocks .item a:hover h2 {
			color: #ebcf17;
		}


.home-section.subscribe, .footer .subscribe {
	width: 100%;
	background-color: #5ac4c6;
	overflow: hidden;
}
.home-section.subscribe .title, .footer .subscribe .title {
	text-align: center;
	width: 370px;
	float: left;
}
.home-section.subscribe h2, .footer .subscribe h2 {
	font-size: 36px;
	margin: 0;
	color: #ffffff;
}
	.home-section.subscribe h2 em, .footer .subscribe h2 em {
		color: #424240;
		margin: 0;
	}
.home-section.subscribe .email-form, .footer .subscribe .email-form {
	width: -moz-calc(100% - 390px);
	width: -webkit-calc(100% - 390px);
	width: calc(100% - 390px);
	float: right;
}


/*!--Sections--*/
.upper-home-sections {
	margin-bottom: 50px;
}

.lower-home-sections {
	overflow: hidden;
	clear: both;
	margin-top: 60px;
}


.home-section {
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 80px 0 75px;
	margin-bottom: -1px;
	border-bottom: 1px solid #EBEAE9;
}

	.home-section.shaded {
		border: none;
		background-color: #f0f0f0;
		padding: 60px 0;
	}
	.home-section.blue, .home-section.icons {
		border: none;
		background-color: #5ac4c6;
	}
	.home-section.yellow, .home-section.cta-blocks {
		border: none;
		background-color: #ebd018;
	}
	.home-section .wrap {
		overflow: hidden
	}
	.home-section.subscribe, .footer .subscribe {
		border: none;
		padding: 45px 0;
	}
	
.home-section .divider {
	margin: 0 0 30px;
}

.home-section .description {
	text-align: center;
	max-width: 900px;
	margin: -5px auto 35px;
}
.home-section .stars:after {
	content: "\f005\f005\f005\f005\f005";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	color: #ebcf17;
	margin: -8px 0 0;
	display: block;
	font-size: 15px;
}
.home-section .category-posts {
	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;
}
	.home-section .category-posts .item {
		position: relative;
		text-align: center;
		width: 22.75%;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

.home-section .item img {
	display: block;
	width: 100%;
	height: auto;
}

.home-section .item .title {
	clear: both;
	margin: 15px 0 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.home-section a {
	text-decoration: none;
}

.home-section .item a {
	display: block;
	color: #424240;
}

	.home-section .item a:hover, .home-section .item a:hover .title {
		color: #079e9e;
	}


.home-section .item .wprm-recipe-rating {
	margin-top: -8px;
	line-height: 1.5;
	font-size: 14px;
}
	.sidebar .item .wprm-recipe-rating {
		font-size: 14px;
		margin: -8px 0 15px;
	}
.home-section .item .wprm-recipe-rating-details, .sidebar .item .wprm-recipe-rating-details {
	display: inline;
	font-style: italic;
	color: #757574;
	font-size: 11px;
	margin-left: 6px;
}

.home-section .more {
	text-align: center;
	clear: both;
	margin-top: 20px;
}
	.sidebar .more a.more-link {
		font-size: 11px;
	}
	.home-section .more a em, .sidebar .more a em {
		display: none
	}
	
.home-section.icons {
	text-align: center;
	padding-bottom: 60px;
}

.home-section.icons .divider {
	font-size: 36px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	width: 440px;
}
.home-section.icons .search-form {
	display: inline-block;
	clear: none;
	width: -moz-calc(100% - 610px);
	width: -webkit-calc(100% - 610px);
	width: calc(100% - 610px);
	vertical-align: middle;
	}
.home-section.icons .index-link {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	padding: 0 0 0 20px;
}
.home-section.icons .index-link a {
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #424240;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.4;
	display: inline-block;
}
	.home-section.icons .index-link a:hover {
		color: #ffffff;
	}

.home-section.icons .items {
	margin-top: 50px;
	clear: both;
	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;
}
	.home-section.icons .items .item {
		width: 15%;
		margin: 0;
		text-align: center;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: relative;
		padding: 5px;
	}
		.home-section.icons .item img {
			display: block;
			width: 100%;
			border-radius: 50%;
			height: auto;
			margin: 0 auto;
		}
		.home-section.icons .title {
			font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
			text-decoration: none;
			text-transform: uppercase;
			letter-spacing: .15em;
			line-height: 1.3;
			font-weight: bold;
			font-size: 14px;
			margin: 15px 0 0
		}
		.home-section.icons a {
			text-decoration: none;
			display: block;
		}
			.home-section.icons a:hover {
				
			}
.home-section.cta-blocks {
	padding: 0;
}
.home-section.cta-blocks .wrap {
	overflow: visible;
	padding: 4.5%;
}
	.home-section.cta-blocks .wrap {
		-ms-box-orient: horizontal;
		display: -ms-Flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.home-section.cta-blocks .wrap .item {
		width: 47.5%;
		text-align: center;
		position: relative;
	}
.home-section.cta-blocks .wrap .item a {
	
}
.home-section.cta-blocks h2 {
	margin: 0;
}


.home-section.about {
	padding-bottom: 60px
}
.home-section.about .widget-content {
	position: relative;
	overflow: hidden;
}
.home-section.about .image {
	width: 60%;
	float: left;
	margin-left: 9%;
}
.home-section.about .caption {
	margin: 0;
	width: 37%;
	float: right;
	color: #ffffff;
	background-color: #424240;
	padding: 3.5% 3%;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 9%;
	-webkit-transform: translate(-10%,-50%);
	-ms-transform: translate(-10%,-50%);
	transform: translate(-10%,-50%);
}
	.home-section.about .caption h2 {
		color: #ffffff;
		font-size: 36px;
		margin: 0;
	}
		.home-section.about .caption h2 em {
			color: #5ac4c6;
		}
	.home-section.about .caption p {
		line-height: 1.5;
		font-size: 19px;
		margin: 19px 0 32px;
	}
	.home-section.about a.more-link:nth-child(2) {
		background-color: #f05a2c;
		margin-left: 5px;
	}
	.home-section.about a.more-link:hover {
		background-color: #5ac6c7;
		color: #ffffff;
	}
.home-section.about .press {
	clear: both;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 0;
	padding-bottom: 0;
}
	.press h3 {
		color: #9B9693;
		font-weight: bold;
		font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 14px;
		line-height: 1.3;
		margin: 3.1% 0 0;
		width: 120px;
		float: left;
	}
	.press img {
		width: 100%;
		height: auto;
		width: -moz-calc(100% - 130px);
		width: -webkit-calc(100% - 130px);
		width: calc(100% - 130px);
		float: right;
		margin: 0;
	}
/*!---------TEASER STYLES---------*/

.teaser-posts {
	text-align: center;
	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;
}
	.teaser-posts-3col .teaser-post {
		width: 30%;
		margin: 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: relative;
		margin-bottom: 60px;
		font-size: 90%
	}
	.teaser-posts-2col .teaser-post {
		width: 48%;
		margin: 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: relative;
		margin-bottom: 60px;
		font-size: 90%
	}
	body.home .latest-posts .teaser-post:nth-child(4) {
		display: none
	}
	
.teaser-post .teaser-image a {
	display: block
}
.teaser-post img {
	width: 100%;
	height: auto;
	display: block;
}
.teaser-post .post-image a {
	display: block;
}

.teaser-post a {
	text-decoration: none;
	display: inline-block
}
	.teaser-post a.image-link {
		display: block;
	}
.teaser-post .post-title {
	margin: 22px 0 0px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

	.teaser-post a:hover, .teaser-post a:hover .post-title {
		color: #079e9e
	}
	
.teaser-post .post-meta {
	margin: 12px 0 15px;
}

.teaser-post p {
	margin: 22px 0px 27px;
}

.teaser-post .more {
	margin-top: 27px;
}


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

.items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
	.items .item {
		margin: 0 1% 0;
		text-align: center;
		position: relative;
	}
	/* Desktop 2 Columns*/
	.items-2-col {
		margin: 0 -1.75%;
	}
		.items-2-col .item {
			width: calc((100% / 2) - 3.5%);
			margin: 0 1.75% 20px;
		}

	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0 -1.75%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 3.5%);
			margin: 0 1.75% 20px;
		}
		.span_content_full .items-3-col .item, .items-2-col.search-posts .item	 {
			margin-bottom: 5%;
		}
		.archives.items-3-col .item {
			margin-bottom: 15px;
		}

	/* Desktop 4 Columns*/
	.items-4-col {
		margin: 0 -1.25%;
	}
		.items-4-col .item {
			width: calc((100% / 4) - 2.5%);
			margin: 0 1.25% 2.5%;
		}
		
	.sidebar .items-4-col {
		margin: 0 -2.5%
	}
		.sidebar .items-4-col .item {
			width: calc((100% / 2) - 5%);
			margin: 0 2.5% 3%;
		}
		
	/* Desktop 5 Columns*/
	.items-5-col {
		margin: 0 -1.25%;
	}
		.items-5-col .item {
			width: calc((100% / 5) - 2.5%);
			margin: 0 1.25% 2%;
			margin-bottom: 15px;
		}
		
	/* Desktop 6 Columns*/
	.items-6-col {
		margin: 0 -1%;
	}
		.items-6-col .item {
			width: calc((100% / 6) - 2%);
			margin: 0 1% 0;
		}
		
	.items-7-col {
		margin: 0 -1%;
	}
		.items-7-col .item {
			width: calc((100% / 7) - 2%);
			margin: 0 1% 0;
		}
		
	.items-8-col {
		margin: 0 -1%;
	}
		.items-8-col .item {
			width: calc((100% / 8) - 2%);
			margin: 0 1% 0;
		}
		
.items .item .title {
	margin: 15px 0;
	word-wrap: break-word;
	clear: both;
	text-align: center;

}
	.items-2-col .item .title {
		font-size:16px;
		font-size: clamp(16px, 1.5vw, 18px)
	}
	.items-3-col .item .title {
		font-size: 24px;
		font-size: clamp(16px, 2vw, 24px);
	}
		.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, 32px);
		}
		.archives.items-3-col .item .title {
			font-size: 18px;
			font-size: clamp(18px, 2vw, 21px)
		}
		.featured-posts-block .items-3-col .item .title {
			font-size: 21px;
			font-size: clamp(16px, 2vw, 21px);
		}
		
	.items-4-col .item .title {
		font-size: 21px;
		font-size: clamp(16px, 2vw, 21px);
	}
		.sidebar .item .title {
			font-size: 16px;
			margin: 10px 0;
		}
	.items-5-col .item .title {
		font-size: 19px;
		font-size: clamp(14px, 1.9vw, 19px);
	}
	.items-6-col .item .title {
		font-size: 12px;
	}


.item .title {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.item .title a {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		text-decoration: none;
	}
	.item .title a:hover, .item a:hover .title, .item:hover .title {
		color: #ef582a;
	}
.page-content .featured-posts-block h2 {
	padding: 0;
	border: none;
}
.featured-posts-block.has-background {
	
	margin-top: 4vw;
	margin-bottom: 4vw;
}
	.featured-posts-block .innerwrap {
	
	}	
.featured-posts-block .more {
	text-align: center;
	margin-top: -15px;
}
.featured-posts-block .block-title {
	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
	}
	
/*!---------ARCHIVE STYLES---------*/
.cat-featured-section {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
	background-color: #f0f0f0;
	padding: 35px 0 30px;
	margin-top: 35px;
	margin-bottom: 35px;
	border: none;
}

.cat-desc {

}
	
.archives {
	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;
	margin: 0 -2.5%;
}
	.archives.recipe-cats  {
		margin: 0 -1.5%;
	}
	.archives .archive-post {
		width: 28.3333%;
		margin: 0 2.5% 20px;
		text-align: center;
	}
	.recipe-cats .item {
		width: 22%;
		margin: 0 1.5% 20px;
		text-align: center;
	}

.archive-post img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
	.recipe-cats .item img {
		border-radius: 50%;
	}
.archive-post a {
	text-decoration: none;
	display: block;
}

.archive-post a.post-edit-link {
	display: inline-block;
}

.archive-post .post-meta {
	margin: 0;
	font-size: 10px;
}

.archive-post h4, .archive-post h3, .archive-post h2 {
	font-size: 18px;
	color: #424240;
	margin: 10px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	word-wrap: break-word;
	padding: 0;
	border: none;
}
	.recipe-cats .item .title {
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 14px;
		font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	}

.archive-post .excerpt p {
	font-size: 85%;
	line-height: 1.5;
	margin: 10px 0 10px;
}

.archive-post a.more-link {
	display: inline-block
}

.archive-post a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

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

.archiveslist li:before {
	display: none !important;
}
.archiveslist li a {
	text-decoration: none;
	color: #41413f;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 15px;
	display: inline-block;
}
.archiveslist ul.children {
	margin: 0 0 15px !important;
}
	.archiveslist ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	.archiveslist ul li a {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		text-decoration: none;
		display: inline-block;
		color: #424241;
		background-color: #ebcf17;
		padding: 5px 12px;
		margin: 5px 5px 5px 0;
	}
	.archiveslist ul li a:hover {
		background-color: #ef582a;
	}

	

.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;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 2px;
	width: 22px;
	height: 25px;
	float: left;
	border: solid 1px #f6f5f5;
	color: #757574;
	text-decoration: none;
}
	.tagindex a:hover {
		color: #079e9e
	}

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle em {
	color: #757574;
	letter-spacing: normal;
	font-style: italic;
	text-transform: lowercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 12px;
}

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

	.tagtitle a:hover {
		color: #5ac4c6;
	}
	
.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 !important;
    font-size: 90%;
    margin:  0 !important
    
}
	.tagslist li {
		margin: 0 0 0 15px !important;
		list-style-type: disc !important;
	}
	.tagslist li:before {
		display: none !important;
	}
	.tagslist li em {
		opacity: 0.7;
		font-size: 80%;
	}


/*Subcategories*/
ul.subcategories {
	margin: 0 0 25px;
}
ul.subcategories strong {
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;

}
ul.subcategories li, ul.subcategories li ul, ul.subcategories ul li ul li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before {
		display: none;
	}
ul.subcategories ul li, ul.subcategories li ul {
	display: inline-block
}
ul.subcategories ul li a, .widget.categories a, .post-cats a {
	display: inline-block;
	font-size: 12px;
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 4px 11px;
	margin: 3px 3px 3px 0;
	text-decoration: none;
	color: #424240;
	background-color: #ffffff;
	border: 1px solid #EBEAE9;
}

	ul.subcategories ul li a a:hover, .widget.categories a:hover, .post-cats a:hover {
		color: #424240;
		background-color: #5ac4c6;
	}

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

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

/*!Breadcrumbs*/

.breadcrumb {
	color: #6B6B6B;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 15px;
	clear: both;
	margin: 0 0 5px;
}
	.single-post-content .breadcrumb {
		text-align: center;
	}
.breadcrumb a {
	color: #6B6B6B;
	text-decoration: none;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;

	}
.breadcrumb a:hover {
	color: #f0592b;
}

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

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

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


	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .wp-block-button a:hover, .gform_wrapper .gform_button:hover, .facetwp-load-more:hover, button.facetwp-flyout-open:hover {
		color: #424241;
		background-color: #f05a2c;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #f0f0f0;
	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;
	background-color: #ffffff;
}

.span_content .search-form {
	max-width: 100%;
}

.search-form .search-field {
	color: #424240;
	font-size: 16px;
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	border: none;
	padding: 0 15px;
	vertical-align: middle;
	float: left;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
}
	.sidebar .search-form .search-field, .span_content .search-form .search-field {
		border: 1px solid #EBEAE9;
	}
	.search-form .search-field:focus {
		outline: none;
		border-left: 5px solid #f05a2c !important
	}
	.home-section.icons .search-form .search-field, .search-form-lg .search-field {	
		height: 70px;
		line-height: 70px;
		font-size: 18px;
		padding: 0 20px;
		background-color: #ffffff;
		width: -moz-calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
	}
	
.search-form .search-submit {
	background-color: #f05a2c;
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 21px;
	color: #424241;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	float: right;
	cursor: pointer;
	width: 50px;
}
	.search-form .search-submit i {
		font-weight: normal
	}
	.home-section.icons .search-form .search-submit, .search-form-lg .search-submit {
		height: 71px;
		line-height: 70px;
		width: 70px;
		font-size: 28px;
	}
	#custom-mobile-form-wrapper .search-form .search-submit {
		background-color: transparent
	}
	.span_content .search-form .search-submit {
		
	}
.search-form .search-submit:hover, .search-form .search-submit:focus, .home-section.icons .search-form .search-submit:hover {
	background-color: #ebcf17 !important;
}


/*Subscribe Forms*/

.subscribe {
	background-color: #5ac6c7;
}

.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: left;
}

.subscribe .email-input {
	border: none;
	background-color: #ffffff;
	color: #434f57;
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	font-size: 16px;
	float: left;
	width: -moz-calc(100% - 360px);
	width: -webkit-calc(100% - 360px);
	width: calc(100% - 360px);
	height: 55px;
	line-height: 55px;
	margin: 0;
	padding: 0 16px;
}
	.subscribe .name-input {
		width: 100%;
		margin-bottom: 15px
	}
	.email-input:focus {
		outline: none;
		color: #424240;
		background-color: #ffffff;
		border-left: 5px solid #f05a2c
	}

.subscribe .checkboxes {
	font-size: 14px;
	width: 160px;
	float: right;
}
	.subscribe .checkboxes strong {
		display: none;
	}
	.subscribe .checkboxes .checkbox:first-of-type {
		margin: 1px 0 6px 0;
	}
	.subscribe input[type=checkbox] {
	    display: none;
	}
	.subscribe input[type=checkbox] + label {
		cursor: pointer;
	}
	.subscribe input[type=checkbox] + label:before {
		font-size: 16px;
		background-color: #ffffff;
		color: #ffffff;
		display: inline-block;
		content: '\f00c';
		font-family: "Font Awesome 5 Pro";
		font-style: normal;
		text-align: center;
		line-height: 1;
		padding: 3px 2px 3px 4px;
		margin: 0 7px 0 0;
		
	}
	.subscribe input[type=checkbox]:checked + label:before {
	    color: #f0592b;
	    background-color: #ffffff;
	}
		.subscribe input[type=checkbox]:checked + label {
			font-weight: bold;
		}
	
.subscribe .email-submit {
	border: none;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #424241;
	background-color: #f0592b;
	text-align: center;
	border: none;
	float: left;
	display: inline-block;
	width: 175px;
	height: 55px;
	line-height: 55px;
	padding: 0;
	margin: 0 10px;
	text-decoration: none;
	cursor: pointer;
}

	.subscribe .email-submit i {
		margin-top: -2px;
		vertical-align: middle;
	}

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

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


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

	
.footer {
	position: relative;
	clear: both;
	margin-top: 50px;
}
	body.home .footer {
		margin: 0;
	}
	.footer .subscribe {
		margin: 0;
	}

.sub-footer {
	overflow: hidden;
	clear: both;
	font-size: 15px;
	padding: 20px 0;
}
.sub-footer a {
	text-decoration: none;
	color: #424241;
}
	.sub-footer a:hover {
		color: #f05a2c
	}
.sub-footer .footer-nav {
	text-align: center;
	margin: 0;
}
.sub-footer .footer-nav li {
	display: inline-block;
	margin-right: 12px;
}
	.sub-footer .footer-nav .top a, .copyright strong {
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .12em;
	}
	
	.sub-footer .footer-nav .top a:before {
		content: "\f062";
		color: #5ac6c7;
		font-family: "Font Awesome 5 Pro";
		margin: 0 3px 0 0;
	}
.copyright {
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}
.copyright p {
	margin: 5px 0;
}
.copyright strong {
	
}

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

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

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

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

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

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

	#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 30px;
	padding: 0;
}

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

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

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

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

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

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

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

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

.comment-meta a {
	
}

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

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

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

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

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

#commentform label {
	
}

#commentform p {
	margin-bottom: 5px
}

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

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

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

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

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

.pagination {
	font-weight: bold;
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	clear: both;
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #757574;
}
.pagination h2.screen-reader-text {
	
}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #757574;
	margin: 0;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 33px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #EBEAE9;
	border-radius: 50%;
}

.pagination .page-numbers.current, .pagination a.active {
	color: #424241;
	background-color: #ffffff;
	font-weight: bold;
	border: none;
}
	.pagination .page-numbers:nth-last-child(2) {
		display: none
	}
		body.archive .pagination .page-numbers:nth-last-child(2) {
			display: inline-block
		}
	
.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 {
	background-color: #5ac6c7;
	color: #424241;
}

	.pagination .prev:hover, .pagination .next:hover {
		color: #079e9e !important;
	}
	
		
/*!---------MAIN DROPDOWN MENU---------*/

#main {
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-family: "caslongrad", "Georgia", Times, sans-serif;
	text-transform: lowercase;
	font-size: 20px;
	line-height: 70px;
	height: 70px;
	display: block;
}

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

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

#main li a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #424240;
	-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 a:hover, #main li:hover a {
	color: #f0592b;
}

#main li.bold a {
	
}
#main li.highlight a {
	background: url(images/swash.png) no-repeat center bottom 15px;
	background-size: 89% auto;
}

#main li.social {
	margin-left: 8px;
}
#main li.social a {
	color: #424240 !important;
	padding: 0 8px;
}
#main li.social a:hover {
	color: #079e9e !important
}

/*Search*/

#main li.search {
	vertical-align: middle;
	margin: 0 0 0 10px;
	position: relative;
	top: -1px;
	
}
#main li.search a {
	display: block;
	width: 70px;
	font-size: 18px;
	padding: 0;
}
#main li.search a, #main li.search label.custom-mobile-search {
	width: 70px;
	height: 72px;
	line-height: 70px;
	color: #ffffff;
	background-color: #5ac4c6;
	text-align: center;
	display: block;
}
	#main li.search label.custom-mobile-search:hover {
		cursor: pointer;
	}
	#main li.search a i, #main li.search label.custom-mobile-search i {
		font-size: 26px;
		line-height: 70px;
	}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .12em;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 70px;
	left: 50%;
	padding: 0;
	border-bottom: 5px solid rgba(240, 90, 44, 1);
	line-height: 1.4;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 4px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 4px 5px rgba(0,0,0,.15);
	box-shadow: 1px 4px 5px rgba(0,0,0,.15);
	text-align: center;
	z-index: 2001;
	width: 200px;
}

#main ul ul li {
	float: none;
	width: 200px;
	margin: 0;
}

#main li li a {
	width: 100%;
	padding: 8px 15px;
	border: none;
	color: #424240 !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 li li:hover a {
		background-color: #ebcf17;
	}

#main li li.bold a {
	
}

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


/*! Show indicator for menu items with children */
#main ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	float: right;
	display: inline-block;
	position: absolute;
	right: 8px;
	font-size: 80%;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	background-color: #5ac6c7;
	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 {
		background-color: #079e9e;
		color: #ffffff !important
	}



/*! WPRM */
	
.wprm-recipe.wprm-recipe-template-custom {
	position: relative;
	overflow: visible;
	margin: 160px 0 55px;
	border: none;
	line-height: 1.6;
	border: 2px solid #f0f0f0;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-head {
	background-color: #f0f0f0;
	padding: 25px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image {
		margin-top: -140px;
		margin-bottom: 25px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image img {
	
	}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-body {
	padding: 25px 25px 15px;
}
.wprm-recipe.wprm-recipe-template-custom h2, .wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 0 0 10px !important;
	font-size: 32px;
	border: none;
	padding: 0;
	text-align: center;
}
	
.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	font-size: 24px;
	margin: 0 0 15px !important;
	text-transform: none;
	letter-spacing: normal;
}

.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	margin: 10px 0 10px !important;
	font-size: 21px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-instructions-container h4.wprm-recipe-group-name {
		margin: 30px 0 15px !important
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	margin: 15px 0 10px;
	text-align: center;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-header .wprm-recipe-media-toggle-container {
	margin-left: 10px;
}
/*Recipe Meta*/

.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	margin: 0;
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
	color: #757574;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		background-color: #ffffff;
		margin: 0 -2px -2px;
		padding: 15px;
	}
	
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-details-label {
		margin-right: 3px;
	}


.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: #5ac6c7;
	vertical-align: middle;
	margin-right: 4px;
	position: relative;
	top: -2px		
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-block-container:nth-child(3n+1):before {
		color: #ebcf17;
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-block-container:nth-child(3n+2):before {
		color: #f05a2c;
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-block-container:nth-child(3n+3):before {
		color: #5ac6c7;
	}
	
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-servings-container:before {
		content: "\f2e6";
		color: #5ac6c7 !important;
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-author-container:before {
		content: "\f007";
		color: #f0592b !important;
	}
	.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-bottom .wprm-recipe-custom-field:before {
		display: none !important;
	}
.wprm-recipe.wprm-recipe-template-custom .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%
}


/*Ratings*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin: 10px 0 25px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating-details {
		font-style: italic;
		font-weight: normal !important;
		display: inline-block;
		color: #757574;
		font-size: 15px;
		margin-left: 5px;
	}

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

.wprm-user-rating-summary {
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1em;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 45px;
	text-align: center;
	padding: 25px;
	background-color: #ffffff;
	border: 1px solid #EBEAE9;
}

		
/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom  .wprm-recipe-buttons {
	text-align: center !important;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
	width: 31%;
	text-decoration: none;
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1em;
	font-size: 15px;
	font-weight: bold;
	border: none !important;
	box-shadow: none !important;
	padding: 15px !important;
	margin-right: 0 !important;
}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link em {
		font-style: normal;
	}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover {
		background-color: #5ac6c7 !important;
		color: #ffffff !important
	}

/*Lists*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-notes {
	font-style: italic;
	opacity: 1.0;
	color: #757574;
	font-size: 90%;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-amount, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-unit {
	font-weight: bold
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients {
	margin-bottom: 25px !important
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li {
	margin-left: 30px !important;
	margin-bottom: 6px;
	line-height: 1.4;
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li:before {
	display: none;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-checkbox-container {
	display: inline-block;
	position: absolute;
	left: -30px;
	top: 4px;
	line-height: 1;
}

ul.wprm-advanced-list li {
	margin-left: 35px;
}
ul.wprm-advanced-list li:before {
	background-color: #ebcf17;
	color: #424240;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 16px;
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	counter-increment: wprm-advanced-list-counter;
	content: counter(wprm-advanced-list-counter);
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	font-weight: bold;
	margin: 4px 0 0 -35px;
	border-radius: 100%;
}

/*Notes*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container {
	border-top: 2px solid #f0f0f0;
	padding-top: 25px;
	font-size: 90%;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container h3 {

}

/*Nutrition*/

.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	margin: 0px 0px 0px;
	background-color: #f0f0f0;
	padding: 25px 30px 10px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container:before {
		content: "Nutrition Information: ";
		font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		color: #424240;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-size: 16px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-block-text-italic {
		letter-spacing: normal;
		text-transform: none;
		font-weight: normal;
		font-style: normal !important;
	} 

.wprm-recipe.wprm-recipe-template-custom .nutrition-disclaimer {
	font-size: 13px;
	font-style: italic;
	line-height: 1.5;
	margin: 0px;
	color: #757574;
	background-color: #f0f0f0;
	padding: 0px 30px 20px;
}
	
/*Footer*/
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	margin: 0 -2px;
	font-size: 18px;
	padding: 15px 15px 15px 20px;
	line-height: 1.5;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action a {
		text-decoration: underline;
		font-weight: bold;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action-header {
	font-family: "caslongrad", "Georgia", "Times New Roman", Times, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	font-size: 28px;
	margin: 10px 0 8px;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action .wprm-call-to-action-icon {
	font-size: 70px;
	margin: 0px 25px 15px 0;
}

.wprm-recipe.wprm-recipe-template-custom .copyright {
	font-style: italic;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	margin: 10px 0 0;
}

/*Jump Button*/

.post-meta .wprm-recipe-snippet {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin-top: 0;
}
	.post-meta .wprm-recipe-snippet svg {
		display: inline !important
	}
	.post-meta a.wprm-recipe-link {
		display: inline-block;
		color: #757574 !important;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: .1em;
		padding: 5px 10px 5px;
		background-color: #ffffff;
		border: 1px solid #ededed;
		margin-right: 5px;
	}
		.post-meta a.wprm-recipe-link:hover, .post-meta a.wprm-recipe-link:focus {
			color: #079e9e !important;
			opacity: 1.0 !important;
		}
		.post-meta a.wprm-recipe-link:before {
			content: "\f063";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			margin-right: 5px;
			color: #5ac6c7;
		}
			.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: #424240;
			}
.post-meta .wprm-recipe-snippet .wprm-recipe-rating {
	display: inline-block;
	font-size: 16px;
	margin-right: 8px;
}


/*Roundups*/

.wprm-recipe-template-custom-roundup {
	border: 2px solid #f0f0f0;
	margin: 45px 0;
}
.wprm-recipe-template-custom-roundup .wprm-image-container .wprm-recipe-counter {
	position: absolute;
	left: 8px;
	top: 8px;
	color: #424240;
	background-color: #ebcf17;
	opacity: 0.9;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 22px;
	text-align: center;
	border-radius: 50%;
	z-index: 101;
}
.wprm-recipe-template-custom-roundup .wprm-image-container {
	position: relative;
}
	.wprm-recipe-template-custom-roundup .wprm-image-container img {
		width: 100%;
		height: auto;
		display: block;
	}
	.wprm-recipe-template-custom-roundup .wprm-image-container a {
		
		border: none !important;
		box-shadow: none !important;
	}
.wprm-recipe-template-custom-roundup .wprm-image-container .wprm-recipe-roundup-credit {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: white;
	padding: 3px 6px;
	opacity: 0.9;
}
.wprm-recipe-template-custom-roundup .wprm-recipe-name {
	margin: 0;
	font-size: 26px;
}
.wprm-recipe-template-custom-roundup .wprm-recipe-summary {
	font-size: 90%;
	margin: 15px 0;
}
.wprm-recipe-template-custom-roundup .wprm-summary-container {
	padding: 15px 20px;
}

.wprm-recipe-roundup-item a.wprm-recipe-link {
	text-decoration: none;
	font-family: "causten_round", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1em;
	font-size: 13px;
	font-weight: bold;
	border: none !important;
	box-shadow: none !important;
	padding: 10px 15px !important;
}
	.wprm-recipe-roundup-item a.wprm-recipe-link:hover {
		background-color: #5ac6c7 !important;
		color: #ffffff !important
	}