/*! 
Theme Name: Live Well Bake Often
Theme URL: https://www.livewellbakeoften.com
Description: Custom responsive blog theme by Purr.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

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

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

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

/*! MAIN CONTAINER */

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

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

@media ( min-width : 801px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 320px - 5%);
		width: -webkit-calc(100% - 320px - 5%);
		width: calc(100% - 320px - 5%);
		max-width: 680px;
		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;
	}
	.facetwp-flyout-open {
		display: none
	}

}

.wrap, .wrapper {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1140px;
}
.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: #3e4146;
	font-size: 14px;
	font-weight: bold;
	border: 1.5px solid #3e4146;
	background-color: #f8ccc8;
	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: 'Jost';
	font-style: normal;
	font-weight: bold;
	src: url('../woff2/jost-v13-latin-600.woff2') format('woff2'),
		url('../woff/jost-v13-latin-600.woff') format('woff');
}


body {
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.7;
	color: #3e4146;
	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: #6e8f96;
	text-decoration: underline;
}

a:hover {
	color: #b3c7b6;
}

.post-content a, .page-content a, .cat-desc a {
	color: #3e4146;
	font-weight: bold;
	border-bottom: 1px solid #f19891;
	box-shadow: inset 0 -2px 0 #f19891;
	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: #ffffff;
	border-color: #bfd0c1;
	box-shadow: inset 0 -31px 0 #bfd0c1;
}
.post-content a.tasty-pins-banner-image-link, .post-content a.tasty-pins-banner {
	border: none !important;
	box-shadow: none !important;
}
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Jost","Futura", "Gill Sans", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .075em;
	line-height: 1.1;
	font-weight: bold;
	margin: 20px 0;
	color: #3e4146;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 25px;
}
.post-content h2, .page-content h2 {
	margin-top: 40px;
	padding-bottom: 12px;
	border-bottom:  1.5px solid #3e4146
}
h2.noline {
	padding: 0;
	border: none
}
h2.nopad, h3.nopad {
	margin-bottom: -15px;
}
.has-background h2 {
	border: none;
	background: transparent none;
	padding-bottom: 0;
	margin-top: 25px;
}

h1.divider, h2.divider, h3.divider, div.divider, .block-title {
	position: relative;
	text-align: center;
}

.block-title-alt {
	text-align: left;
	font-size: 16px;
}
.block-title span {
	background-color: #ffffff;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
.shaded .block-title span {
	background-color: #f3f4f4;
}
.shaded.blue .block-title span {
	background-color: #b7c7cb;
}
.shaded.pink .block-title span {
	background-color: #f8ccc8
}
.shaded.green .block-title span {
	background-color: #d9e3db
}
.block-title-alt span {
	padding: 0 10px 0 0;
}
.block-title:before {
	content: "";
	display: block;
	width: 50%;
	height: 1.5px;
	background: #3e4146;
	left: 0px;
	top: 50%;
	margin-top: -1px;
	position: absolute;
}

.block-title:after {
	content: "";
	display: block;
	width: 50%;
	height: 1.5px;
	background: #3e4146;
	right: 0px;
	top: 50%;
	margin-top: -1px;
	position: absolute;
}

.icons .block-title:after, .icons .block-title:before, .subscribe .block-title:after, .subscribe .block-title:before, .about .block-title:after, .about .block-title:before {
	display: none;
}
.icons .block-title span, .subscribe .block-title span {
	padding: 0;
	background-color: transparent
}

h1 em, h2 em, h3 em, h4 em, .subtitle {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .15em;
	font-weight: bold;
	margin-bottom: 5px;
}

h1 i, h2 i, h3 i, h4 i {
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 200%;
	font-style: normal;
	font-weight: normal;
	position: relative;
	bottom: -3px;
	margin-right: 5px;

}
.widget-title, .sidebar .divider, .sidebar h2 {
	margin: 20px 0 15px;
	font-size: 18px;
}
.sidebar .about h2 {
	font-size: 25px;
}

h3 {
	font-size: 16px;
}

.post-content h3, .page-content h3 {
	font-size: 21px;
	margin-top: 35px;
}
h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}
em strong, strong em {
	font-weight: normal;
	font-style: italic;
}
.clear {
	clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 1.5px solid #3e4146;
}

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

hr.is-style-default {
	width: 150px;
	margin: 45px auto;
	border-top: 1.5px solid #3e4146;
}
hr.is-style-wide, hr.wp-block-separator {
	width: 100%;
	margin: 45px auto;
	border-top: 1.5px solid #3e4146;
}

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

.top-bar {
	border-bottom: 1.5px solid #3e4146;
	height: 48px;
}

.top-bar .wrap {
	max-width: 100%;
	padding: 0;
	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-content: center;
	align-items: center;
	overflow: hidden;
}

.top-bar .wrap .top-nav {
	width: -moz-calc(100% - 495px);
	width: -webkit-calc(100% - 495px);
	width: calc(100% - 495px);
	padding-left: 15px;
}

.top-bar .wrap .header-search {
	width: 150px;
}
.top-bar .wrap .header-search .search-form {
	width: 100%;
}
.header {
	position: relative;
	z-index: 101;
	height: 163px;
}
body.home .header {
	border-bottom: none;
	margin-bottom: 0
}

.header .logo {
	overflow: hidden;
	width: 331px;
	float: left;
	margin: 25px 0;
}
.header .logo img {
	width: 100%;
	height: auto;
	display: block;
}
.header .social {
	float: right;
	display: inline-block;
	text-align: right;
	margin: 30px -10px 5px 0;
}
.header .widget {
	margin: 40px 0 20px;
	display: inline-block;
	float: right;
}
.header .widget em {
	background: url(../png/firsttimevisiting.png) no-repeat;
	background-size: 100% auto;
	width: 136px;
	height: 22px;
	text-indent: -9999px;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin: 0px 5px 0 0
}
.header .widget a {
	vertical-align: middle;
}
#main {
	margin: 0px -15px 0 0;
	width: -moz-calc(100% - 355px);
	width: -webkit-calc(100% - 355px);
	width: calc(100% - 355px);
}

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

.span_content {

}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
.post-content img[width="600"] {
	display: block;
	width: 100% !important;
	height: auto;
}
.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: "";
	color: #ffffff;
	background-color: #b3c7b6;
	-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[start="11"] {
	counter-reset:li 10;
}
.span_content ol[start="12"] {
	counter-reset:li 11;
}
.span_content ol[start="13"] {
	counter-reset:li 12;
}
.span_content ol[start="14"] {
	counter-reset:li 13;
}
.span_content ol[start="15"] {
	counter-reset:li 14;
}
.span_content ol[start="16"] {
	counter-reset:li 15;
}
.span_content ol[start="17"] {
	counter-reset:li 16;
}
.span_content ol[start="18"] {
	counter-reset:li 17;
}
.span_content ol[start="19"] {
	counter-reset:li 18;
}
.span_content ol[start="20"] {
	counter-reset:li 19;
}
.span_content ol[start="21"] {
	counter-reset:li 20;
}
.span_content ol[start="22"] {
	counter-reset:li 21;
}
.span_content ol[start="23"] {
	counter-reset:li 22;
}
.span_content ol[start="24"] {
	counter-reset:li 23;
}
.span_content ol[start="25"] {
	counter-reset:li 24;
}
.span_content ol[start="26"] {
	counter-reset:li 25;
}
.span_content ol[start="27"] {
	counter-reset:li 26;
}
.span_content ol[start="28"] {
	counter-reset:li 27;
}
.span_content ol[start="29"] {
	counter-reset:li 28;
}
.span_content ol[start="30"] {
	counter-reset:li 29;
}
.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: #b3c7b6;
	-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: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	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, .span_content>h1 {
	margin: 0 0 20px;}

h1.page-title {

}

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

.sidebar {
	font-size: 86%;
	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;
}
.widget:first-child {
	margin-top: 0;
}
.widget:first-child .widget-title {
	margin-top: 20px;
}

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

.widget a {
	text-decoration: none;
}

.sidebar select {
	color: #727478;
	font-size: 16px;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	width: 100%;

	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	border: 1.5px solid #3e4146;
	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: #f3f4f4;
	padding: 20px;
}
.sidebar .widget.shaded .widget-title {
	margin-top: 0
}

.sidebar .about-content .caption {
	background-color: #f3f4f4;
	padding: 1px 15px 20px;
}
.sidebar .about-content .image {

}
.sidebar .about h2 {
	margin: 15px 0 10px;
}	
.sidebar .about p {
	margin: 10px 0 25px;
}

.social a {
	color: #7F8081;
	text-decoration: none;
	border: none;
	box-shadow: none;
	font-size: 15px;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	padding: 4px;
}
.social a:hover {
	color: #f19891;
}
.about .social a {
	border: 1.5px solid #3e4146;
	color: #3e4146;
	width: 36px;
	height: 36px;
	line-height: 35px;
	padding: 0;
	border-radius: 50%;
	font-size: 14px;
}
.about .social a:hover {
	color: #e39d94;
	background-color: #ffffff
}


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

.post {
	margin-bottom: 0px;
}

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

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

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

.post-content>p:first-of-type {

}

.post-meta {
	font-family: "Jost", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	color: #727478;
	font-size: 11px;
	margin: 0 0 10px;
	text-align: center;
}

.post-meta a {
	text-transform: uppercase;
	color: #727478;
	text-decoration: none;
}
.teaser-post .post-meta a, .teaser-post .post-meta {
	color: #3e4146
}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #b3c7b6;
	text-decoration: underline;
}
.post-meta span {
	display: inline-block
}
.post-meta .wprm-recipe-block-container-separate {
	display: inline-block;
}
.post-meta i {
	color: #f19891
}
.post-meta .meta-time {
	margin: 0 6px;
}

.meta-time .wprm-recipe-details-unit, .meta-yield .wprm-recipe-servings-unit {
	font-size: 100%;
	text-transform: uppercase;
}

.teaser-post .post-meta, .item-lg .post-meta {
	margin: -5px 0 15px;
}

.post-meta.post-cat {
	margin: 0;
}
.post-meta.post-cat a {
	position: relative;
	display: inline-block;
}
.post-meta.post-cat a:hover {
	text-decoration: none;
}
.post-meta.post-cat a:before {
	content: "";
	display: block;
	width: 25px;
	height: 1.5px;
	background: #3e4146;
	left: -30px;
	top: 50%;
	margin-top: -1px;
	position: absolute;
}

.post-meta.post-cat a:after {
	content: "";
	display: block;
	width: 25px;
	height: 1.5px;
	background: #3e4146;
	right: -30px;
	top: 50%;
	margin-top: -1px;
	position: absolute;
}
.teaser-post .post-cat {
	margin: 20px 0 -5px;
}
.post-meta em {
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	font-size: 110%;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 6px 0 6px;
}
.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
	color: #727478;
}
.meta-bottom a {
	color: #727478;
}
.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 11px;
}
.meta-bottom .post-cats a {
	color: #3e4146;
	background-color: #f3a8a1;
	text-decoration: none !important;
	padding: 5px 8px;
	margin: 3px 1px;
	display: inline-block;
	line-height: 1.2;
}
.meta-bottom .post-cats a:hover {
	background-color: #bfd0c1
}
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: #727478;
	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: #3e4146;
}

.disclosure, small {
	font-size: 12px;
	color: #727478;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 25px 0 0;
}
.disclosure-top {
	margin: -15px 0 15px
}
a.more-link {
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #3e4146;
	background: #f3a8a1;
	border: none;
	font-size: 12px;
	margin: 0px;
	padding: 8px 18px 12px 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
a.more-link:after {
	content: "";
	width: auto;
	height: auto;
	left: -5px;
	top: -5px;
	bottom: 4px;
	right: 4px;
	display: block;
	position: absolute;
	border: 1.5px solid #3e4146;
}
.sidebar a.more-link {

}
.header a.more-link {
	font-size: 11px;
	padding: 1px 10px 5px 8px;
	letter-spacing: .1em;
}
.header a.more-link:after {
	left: -4px;
	top: -4px;
	bottom: 3px;
	right: 3px;
}
a.more-link i {

}
a.more-link:hover, a.more-link:focus {
	background-color: #b3c7b6;
	box-shadow: none;
}



/*! Gutenberg Blocks */

.fullwidth {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
}
.fullwidth .wp-block-group__inner-container {
	max-width: 1100px;
	margin: 0 auto;
}
.wp-block-image {
	margin: 30px 0 30px;
}
.wp-block-column {

}
.wp-block-gallery ul {
	margin: 0 !important
}
.wp-block-gallery ul li:before {
	display: none
}
.wp-block-group.has-background, .has-background, .baking-tips {
	padding: 10px 35px;
	margin-top: 45px;
	margin-bottom: 45px;
}
ol.has-background, ul.has-background {
	padding: 20px 30px 15px;
}
p.has-background {
	padding: 25px;
}
.wp-block-group.has-background h2 {
	margin-top: 30px;
	border-bottom: none;
	background: transparent none;
	padding: 0;
}
.wp-block-group.has-background h2.has-background {
	margin: -20px -30px 10px;
	padding: 20px 30px;
}
.has-lightgray-background-color {
	background-color: #f3f4f4;
}
.has-blue-background-color {
	background-color: #6e8f96;
}
.has-lightblue-background-color {
	background-color: #b7c7cb;
}
.has-pink-background-color {
	background-color: #f3a8a1;
}
.has-lightpink-background-color {
	background-color: #f8ccc8;
}
.has-mint-background-color {
	background-color: #b3c7b6;
}
.has-lightmint-background-color, .baking-tips {
	background-color: #d9e3db;
}
.has-charcoal-background-color {
	background-color: #3e4146;
	color: #ffffff;
}
.has-white-background-color {
	background-color: #ffffff;
	border: 1.5px solid #3e4146;
}

.has-lightgray-color {
	color: #eaeaea;
}
.has-blue-color {
	color: #6e8f96;
}
.has-lightblue-color {
	color: #b7c7cb;
}
.has-pink-color {
	color: #f19891;
}
.has-lightpink-color {
	color: #f8ccc8;
}
.has-mint-color {
	color: #b3c7b6;
}
.has-lightmmint-color {
	color: #d9e3db;
}
.has-charcoal-color {
	color: #3e4146;
}
.has-white-color {
	color: #ffffff;
}
.wp-block-quote {
	background-color: #ffffff;
	padding: 20px 35px;
	margin: 40px 0;
}
.wp-block-quote cite {
	text-align: center;
	display: block;
	font-size: 80%;
}
.wp-block-quote cite strong {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .15em;
}	

.schema-faq-section {
	margin-left: 40px;
}
.schema-faq-section p {
	margin-top: 10px;
}
.schema-faq-question {
	display: block;
}
.schema-faq-question:before {
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #FFF;
	background-color: #b3c7b6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	margin-left: -40px;
	margin-right: 8px;
	top: 6px;
	line-height: 32px;
	font-size: 20px;
	text-align: center;
}

.span_content_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 figure.alignright {
	width: 35%;
	height: auto;
}
.span_content_full figure.alignright img {
	width: 100%;
	height: auto;
}

.featured-posts-block.has-background {
	padding: 1px 20px;
}	
.featured-posts-block .more {
	text-align: center;
	margin-top: -15px;
}

.featured-posts-block .divider {
	text-align: left;
	font-size: 21px;
}

.wp-block-cover {
	width: auto
}

.wp-block-cover-image .has-white-background-color {
	opacity: 0 !important;
	border: none !important;
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: 0 !important;
	border: none !important;
}

.wp-block-cover .wp-block-cover__inner-container {
	color: #3e4146;
	background-color: rgba(255,255,255,.85);
	padding: 2% 4% 30px;
	margin: 50px 5%;
	max-width: 900px;
}
.wp-block-cover .wp-block-cover__inner-container h2 {
	background: none;
	padding: 0;
	border: none;
}

.wp-block-cover .wp-block-cover__inner-container .roundimage img {
	border-radius: 50%;
	width: 200px;
	height: auto;
	margin-top: -150px;
}

/*! Inner Post */

.inner-post {

}

#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
	left: 2px !important;
}
#dpsp-content-top {
	margin: 15px 0;
}
#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-family: "Jost","Futura", "Gill Sans", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	border-top: 1.5px solid #3e4146;
	border-bottom: 1.5px solid #3e4146;
}

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

.post-nav a {
	color: #3e4146;
	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: #3e4146
}
.post-nav div a:hover {
	color: #b3c7b6;
}

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


/*!---------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 -2%;
}
.items-3-col .item {
	width: calc((100% / 3) - 4%);
	margin: 0 2% 4%;
}
.span_content_full .items-3-col .item, .span_content .items-2-col.search-posts .item	 {
	margin-bottom: 50px;
}
.archives.items-3-col .item {
	margin-bottom: 15px;
}

/* Desktop 4 Columns*/
.items-4-col {
	margin: 0 -1.5%;
}
.items-4-col .item {
	width: calc((100% / 4) - 3%);
	margin: 0 1.5% 1.5%;
	margin-bottom: 15px;

}
.sidebar .items-4-col {
	margin: 0 -2%
}

.sidebar .items-4-col .item {
	width: calc((100% / 2) - 4%);
	margin: 0 2% 2%;
}
/* Desktop 5 Columns*/
.items-5-col {
	margin: 0 -1.5%;
}
.items-5-col .item {
	width: calc((100% / 5) - 3%);
	margin: 0 1.5% 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% 15px;

}
/* Desktop 7 Columns*/
.items-7-col {
	margin: 0 -1%;
}
.items-7-col .item {
	width: calc((100% / 7) - 2%);
	margin: 0 1% 15px;

}
/* Desktop 8 Columns*/
.items-8-col {
	margin: 0 -1%;
}
.items-8-col .item {
	width: calc((100% / 8) - 2%);
	margin: 0 1% 15px;

}
/* Desktop MIXED Columns*/
.items-mixed-col {
	margin: 0;
	display: block;
	flex: none;
}
.items-mixed-col .item-sm {
	width: calc((100% / 4) - 3%);
	margin: 0 0 5px 3%;
	float: right;
}
.items-mixed-col .item-sm:nth-child(4) {
	clear: right;
}
.items-mixed-col .item-lg {
	width: 50%;
	margin: 0 0 25px;
	float: left;
}
.items-mixed-col .caption {
	background-color: #ffffff;
	padding: 10px 5% 1px;
	margin: 0 5% 20px;
	position: relative;
	margin-top: -25%;
}
.items-mixed-col .caption:after {
	content: "";
	width: auto;
	height: auto;
	left: -5px;
	top: -5px;
	bottom: 4px;
	right: 4px;
	display: block;
	position: absolute;
	border: 1.5px solid #3e4146;
}


.items .item .title {
	margin: 15px 0;
	word-wrap: break-word;
	clear: both;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}
.items-2-col .item .title {
	font-size: 16px;
	font-size: clamp(14px, 1.5vw, 18px)
}
.sidebar .item .title {
	font-size: 13px;
	margin: 10px 0 0;
}
.items-3-col .item .title {
	font-size: 26px;
	font-size: clamp(14px, 1.5vw, 26px);
}
.span_content_full .items-3-col .item .title, .span_content .items-2-col.search-posts .item .title {
	font-size: 26px;
	font-size: clamp(14px, 2vw, 26px);
}
.archives.items-3-col .item .title {
	font-size: 14px;
	font-size: clamp(12px, 1vw, 14px);
}
.featured-posts-block .items-3-col .item .title {
	font-size: 26px;
	font-size: clamp(14px, 1.5vw, 21px);
	margin-bottom: 0;
}

.items-4-col .item .title, .items-mixed-col .item .title {
	font-size: 14px;
	font-size: clamp(12px, 1vw, 14px);
}
.items-mixed-col .item-lg .title {
	font-size: 26px;
	font-size: clamp(14px, 1.5vw, 26px);
}
.items-5-col .item .title {
	font-size: 14px;
	font-size: clamp(12px, 1vw, 14px);
}
.items-6-col .item .title {
	font-size: 12px;
}
.items-7-col .item .title {
	font-size: 12px;
}
.items-8-col .item .title {

}

.item .title {
	text-decoration: none;
	color: #3e4146;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.item .title a {
	color: #3e4146;
	text-decoration: none;
}
.item .title a:hover, .item a:hover .title {
	color: #b3c7b6;
}

.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;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.items .item a.block:hover img {
	opacity: 0.85
}
.icons .item img {
	max-width: 116px;
	margin: 0 auto;
}
.item .more {

}

.sidebar .widget_category-posts .more {
	display: none
}

.item .excerpt {
	font-size: 94%;
	margin: 20px 0 30px
}

.upper-home-sections .featured-items a {
	display: block;
	position: relative;
}
.upper-home-sections .featured-items .title {
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: inline-block;
}
.upper-home-sections .featured-items .title .inline {
	display: inline-block;
	max-width: 85%;
	position: relative;
	padding: 7px 14px 10px 11px;
	color: #3e4146;
	background-color: #f3a8a1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.upper-home-sections .featured-items .title .inline:after {
	content: "";
	width: auto;
	height: auto;
	left: -5px;
	top: -5px;
	bottom: 4px;
	right: 4px;
	display: block;
	position: absolute;
	border: 1.5px solid #3e4146;
}
.upper-home-sections .featured-items a:hover .title .inline {
	background-color: #b3c7b6;
}

.image-blocks .item a.overlay {
	display: block;
	position: relative;
}
.image-blocks .item a.overlay .title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	margin: 0;
	padding: 5px 15px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .11em;
	font-size: 16px;
	display: inline-block;
	padding: 8px 13px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	white-space: nowrap;
}
.image-blocks .item a.overlay:hover .title {
	background-color: #f19891;
}

.icons {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	max-width: 1020px;
}
.sidebar .icons {

}

.icons .items {
	margin: 0;
	justify-content: space-between;
}
.icons .block-title {
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .12em;
	line-height: 1.8;
	width: 90px;
	background: url(../png/arrow%402x.png) no-repeat right bottom;
	background-size: 47px auto;
	padding: 0 10px;
	padding-bottom: 30px;
}


.icons .item .title {
	font-size: 12px;
	font-size: clamp(11px, 1vw, 12px);
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 2px 0 0;
	word-wrap: normal;
}

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

.upper-home-sections {
	margin-bottom: 2vw;
}

.lower-home-sections {
	margin-top: 0px;
}
.home-section {
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 50px 0 60px;
}
	.recipe-index-sections .home-section {
		padding: 3vw 0 3vw;
	}
		.recipe-index-sections .home-section .wrap {
			padding: 0;
		}
.upper-home-sections .home-section {
	padding: 0;
}
.home-section .wrap {
	position: relative;
}
.home-section.shaded {
	border: none;
	background-color: #f3f4f4;
	position: relative;
	padding: 60px 0 60px;
}
	.recipe-index-sections .home-section.shaded {
		margin-left: calc( -100vw / 2 + 100% / 2 );
		margin-right: calc( -100vw / 2 + 100% / 2 );
		max-width: 100vw;
		margin-top: 1vw;
		margin-bottom: 1vw;
		padding: 20px 0;
	}
		.recipe-index-sections .home-section.shaded .wrap {
			padding: 0 20px;
		}
		.recipe-cats {
			margin-top: 25px;
			margin-bottom: 3vw;
		}
.home-section.blue {
	background-color: #b7c7cb;
}
.home-section.pink {
	background-color: #f8ccc8
}
.home-section.green {
	background-color: #d9e3db
}
.home-section.cat-featured-section {
	margin-bottom: 45px;
	padding: 25px 0 10px;
}

.home-section .block-title {
	text-align: center;
	margin: 25px 0 25px;
}

.home-section .description {
	margin: -5px auto 35px;
	text-align: center;
	font-size: 92%;
}

.home-section .more {
	text-align: center;
	clear: both;
	margin-top: -10px;
}

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



.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;
}

.home-section .widget-content .image {
	width: 70%;
	margin-right: -13%;
}

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

.home-section .widget-content .caption {
	width: 43%;
	padding: 3% 3% 4%;
	background-color: #ffffff;
	text-align: center;
	position: relative;
	display: block;
	position:relative;
}
.about .wp-block-media-text__content {
	padding: 3% 3% 4%;
	background-color: #ffffff;
	text-align: center;
	position: relative;
	display: block;
	position:relative;
	margin-left: -10%;
}
.home-section .widget-content .caption:after, .about .wp-block-media-text__content:after {
	content: "";
	width: auto;
	height: auto;
	left: -6px;
	top: -6px;
	bottom: 5px;
	right: 5px;
	display: block;
	position: absolute;
	border: 1.5px solid #3e4146;
	background-color: transparent;
	pointer-events: none;
}
.home-section .widget-content .caption .block-title {
	margin: 0;
}
.home-section .widget-content .caption p {
	margin: 15px 0 35px;
}

.home-section.about {
	margin-top: 3vw;
}
.page-content .about.has-background {
	padding: 3vw 0;
}
.home-section.about .widget-content {
	max-width: 880px;
	margin: 0 auto;
}
.about .block-title em {
	position: relative;
	display: inline-block;
	margin-bottom: 9px;
}
.about .block-title em:before {
	content: "";
	display: block;
	width: 25px;
	height: 1.5px;
	background: #3e4146;
	left: -30px;
	top: 50%;
	margin-top: -1px;
	position: absolute;
}

.about .block-title em:after {
	content: "";
	display: block;
	width: 25px;
	height: 1.5px;
	background: #3e4146;
	right: -30px;
	top: 50%;
	margin-top: -1px;
	position: absolute;
}
.home-section.subscribe {
	padding: 0;
	overflow: visible;
	margin: 100px 0 30px;
	background-color: #d9e3db;
	padding: 35px 0 40px;
}
.footer .subscribe {
	background-color: #d9e3db;
	padding: 35px 0;
	margin: 0;
}
.sidebar .subscribe {
	background-color: #d9e3db;
	padding: 20px;
	margin-top: 100px;
}
.inner-post .subscribe {
	background-color: #d9e3db;
	padding: 30px;
	margin-top: 100px;
}	

.optin-content {

}
.optin-content .image {
	width: 132px;
	height: 132px;
	margin: 0 auto 20px;
	margin-top: -101px;
	background-color: #ffffff;
	border-radius: 50%;
	text-align: center;
	padding: 22px;
}
.optin-content .image img {
	margin-top: -6px
}
.optin-content h2.block-title {
	font-size: 32px;
	margin: 0 0 10px;
}
.optin-content h2.block-title em {
	display: inline-block;
	background: url(../png/secrets.png) no-repeat;
	background-size: 100% auto;
	width: 130px;
	height: 38px;
	text-indent: -9999px;
	vertical-align: middle;
	margin-top: -12px;
}

.sidebar .optin-content h2.block-title {

}
.optin-content p.description {
	margin: 0 0 20px;
	font-size: 19px;
}
.sidebar .optin-content p.description {
	font-size: 18px;
	line-height: 1.5;
}
.optin-content .form {
	max-width: 720px;
	margin: 0 auto;
}
.sidebar .optin-content .form {

}


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

.archiveslist {
	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;
}

.archiveslist li {
	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: #f19891;
}
.archiveslist li:before {
	display: none !important;
}
.archiveslist a {
	color: #3e4146;
	text-decoration: none;
}
.archiveslist a:hover {
	color: #f19891;
}

.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;
	text-align: center;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	display: block;
	margin-right: 2px;
	width: 25px;
	height: 25px;
	float: left;
	box-shadow: none;
	border: solid 1px #f6f5f5;
	color: #727478;
	text-decoration: none;
}
.tagindex a:hover {
	color: #ffffff;
	background-color: #b3c7b6
}

.tagtitle {
	margin-bottom: 10px;
}

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

.tagtitle em a {
	color: #727478;
	border: none !important;
	font-weight: normal;
	box-shadow: none !important;
	text-decoration: none;
}

.tagtitle a:hover {
	background-color: transparent;
	color: #f19891;
}

.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;
	margin:	 0 !important

}
.tagslist li {

}
.tagslist li:before {
	display: none !important;
}
.tagslist li em {
	color: #727478;
	font-size: 80%;
}


/*Subcategories*/
.subcats {
	margin-bottom: 35px;
}
.subcats h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}
ul.subcategories, .subcats ul.menu {
	margin: 0;
	vertical-align: middle;
	display: inline-block
}
ul.subcategories strong, .subcats h2.divider {
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	font-size: 19px;
	color: #3e4146;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 15px;
	margin: 0 0 5px;
	text-align: left;

}
ul.subcategories li, ul.subcategories li ul, ul.subcategories ul li ul li, .subcats ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
}
ul.subcategories li:before, .subcats ul.menu li:before {
	display: none;
}
ul.subcategories ul li, ul.subcategories li ul, .subcats ul.menu li {
	display: inline-block
}
ul.subcategories ul li a, .widget.categories a, .subcats ul.menu li a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
	font-weight: bold;
	color: #3e4146;
	background-color: #f3a8a1;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	padding: 4px 14px;
	margin: 3px 2px;

}
ul.subcategories ul li a:hover, .widget.categories a:hover, .subcats ul.menu li a:hover {
	background-color: #b3c7b6;
	color: #FFFFFF ;
	text-decoration: none !important;
}


/*Facets*/
.facets {
	font-size: 90%;
}
.facets .facetwp-counter {
	opacity: 0.7;
	font-style: italic;
	font-size: 80%;
}
.facets .facetwp-checkbox {
	line-height: 1.4;
	margin-bottom: 5px;
	margin-left: 2px
}
.facets h2 {
	font-size: 21px;
}
.facets h3 {
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 16px;
	background-color: #f3f4f4
}
.facetwp-facet {
	font-size: 90%;
	margin: 0 0 20px !important;
}
.facetwp-toggle {
	font-style: italic;
}
.facetwp-per-page {
	margin-bottom: 25px;
}

.facetwp-search {
	border: 1px solid #EDEEEB;
	color: #424242;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #fff;
	padding: 0 10px;
	vertical-align: middle;
	height: 30px;
	min-width: auto !important;
	width: 100% !important;
}

.sort-bottom, .facet-pagination-bottom {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
}
.facetwp-flyout-open {
	display: none
}
.facetwp-load-more, button.facetwp-flyout-open {
	color: #ffffff;
	font-size: 13px;
	letter-spacing: .075em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #b3c7b6;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: none !important;
	cursor: pointer;
	border: none;
	margin-top: 5px;
	padding: 10px 15px;
	text-decoration: none;
}

.facetwp-load-more:hover {
	color: #FFF;
	background-color: #f19891;
}

/*!Breadcrumbs*/

.breadcrumb {
	color: #727478;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 8px;
}
.single-post-content .breadcrumb {
	text-align: center;
}
.breadcrumb a {
	color: #727478;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
}
.single-post-content .breadcrumb .breadcrumb_last {


}
.breadcrumb .breadcrumb_last {
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;

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


/*!---------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: 1.5px solid #3e4146;
}

.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: 1.5px solid #3e4146;
	width: 100%
}

#submit, .submitbutton, #commentform #submit, a.smbutton, .gform_wrapper .gform_button, .facetwp-load-more, button.facetwp-flyout-open {
	color: #3e4146;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #FFFFFF;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, 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;
	border: 1.5px solid #3e4146;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.smbutton, button.smbutton {
	font-size: 11px;
	padding: 7px 12px;
}

.wp-block-button a {
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #3e4146 !important;
	background: #f3a8a1;
	border: none;
	font-size: 14px;
	margin: 0 5px 0;
	padding: 10px 20px 14px 18px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.wp-block-button a:after {
	content: "";
	width: auto;
	height: auto;
	left: -5px;
	top: -5px;
	bottom: 4px;
	right: 4px;
	display: block;
	position: absolute;
	border: 1.5px solid #3e4146;
}
.wp-block-button.has-small-font-size a {
	font-size: 11px;
	padding: 8px 18px 12px 16px;
}
.wp-block-button a:hover {
	box-shadow: none;
	color: #ffffff;
	background-color: #b3c7b6 !important
}


#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 {
	background-color: #f19891;
}



#commentform #submit {
	width: auto;
}

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

.search-form .search-field {
	color: #3e4146;
	font-size: 18px;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	border: none;
	padding: 0 40px 0 15px;
	vertical-align: middle;
	float: left;
	width: 100%;
	border: none;
	background-color: #ffffff;
	border: 1.5px solid #3e4146;
}
.top-bar .search-field {
	height: 46px;
	line-height: 46px;
	border: none;
	font-size: 15px;
	padding: 0 30px 0 10px;
}
.home-section .search-field {
	height: 70px;
	line-height: 70px;
}
.search-form .search-field:focus {
	outline: none;
	border: 2px solid #f19891 !important
}


.search-form .search-submit {
	background-color: transparent;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 22px;
	color: #3e4146;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	float: right;
	cursor: pointer;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
.search-form .search-submit:hover, .search-form .search-submit:focus {
	color: #f19891;
}
.top-bar .search-submit {
	height: 46px;
	line-height: 46px;
	width: 40px;
	border: none;
	font-size: 20px;
}
.home-section .search-submit {
	height: 70px;
	line-height: 70px;
	width: 60px;
	font-size: 30px;
}






/*Subscribe Forms*/

.subscribe {
	text-align: center
}

.subscribe .email-form {
	clear: none;
	margin: 0;
	position: relative;
	background-color: transparent;
	padding: 0 2px 2px 0;
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}

.subscribe .email-input {
	background-color: transparent;
	color: #434f57;
	border: 1.5px solid #3e4146;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	margin: 0;
	padding: 3px 15px 0;
	width: 100%;
	position: relative;
	z-index: 11;
}

.email-input:focus {
	outline: none;
	border: 2px solid #f19891
}

.subscribe .email-submit {
	border: none;
	font-size: 15px;
	font-weight: bold;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #3e4146;
	background-color: transparent;
	border: 1.5px solid #3e4146;
	text-align: center;
	display: block;
	height: 48px;
	line-height: 48px;
	width: 100%;
	padding: 0;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	z-index: 11;
}


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

.email-field {
	position: relative;
	width: 32%;
}
.email-field:after {
	content: "";
	width: auto;
	height: auto;
	left: 5px;
	top: 5px;
	bottom: -4px;
	right: -4px;
	display: block;
	position: absolute;
	background-color: #ffffff;
}
.email-field:last-of-type:after {
	background-color: #f3a8a1
}
.sidebar .subscribe .email-field, .wp-block-column .subscribe .email-field{
	width: 100%;
	margin-bottom: 15px;
}

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

/*Mailer Lite*/
.ml-error input {
	background-size: 24px 24px !important;
	border: 2px solid red !important;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
	padding: 0;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
	padding-bottom: 0;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {

}
.footer .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
	margin: 15px 0;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
	font-size: 16px;
	font-weight: bold;
	color: #3e4146 !important;
	margin: 0 0 5px !important;
	text-align: center;
	word-break: break-word;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
	font-size: 13px;
	line-height: 1.5;
	color: #3e4146 !important;
	margin: 0;
	text-align: center;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
	font-size: 14px;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
	color: #3e4146;
	text-decoration: underline;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
	margin: 0;
}


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


.footer {
	position: relative;
	clear: both;
	margin-top: 80px;
	font-size: 80%;
	border-top: 1.5px solid #3e4146;
	background: url(../png/faded-bowl%402x.png) no-repeat;
	background-position: bottom -50px left -30px;
	background-size: auto 100%;
}

body.home .footer {
	margin-top: 50px;
}
body.paged .footer {
	margin-top: 80px;
}
.footer a {
	text-decoration: none;
	color: #727478;
}
.footer a:hover {
	color: #f19891
}
.footer a.top {
	position: absolute;
	top: -30px;
	right: 2%;
	text-align: center;
	display: inline-block;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #3e4146;
	z-index: 101;
}
.footer a.top i {
	font-size: 30px;
	background-color: #f3a8a1;
	color: #3e4146;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 56px;
	border-radius: 50%;
	margin-bottom: 2px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.footer a.top:hover i {
	background-color: #bfd0c1;
}
.footer a.top i:after {
	display: block;
	content: "";
	width: auto;
	height: auto;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: -3px;
	left: -4px;
	right: 2px;
	bottom: 2px;
	background-color: transparent;
	border: 1.5px solid #3e4146;
	z-index: 101;
}

.footer .press {
	padding: 25px 0 40px;
}
.footer .press .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;
	align-items: center;
}
.footer .press .wrap h2 {
	width: 40px;
	text-align: center;
	line-height: 1.5;
	font-size: 11px;
	color: #727478;
	margin: 0;
}
.footer .press .wrap img {
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	height: auto;
}
.footer .press-mobile {
	display: none;
}
.footer h2 {

}
.footer .subscribe {
	width: 51%;
	background: transparent;
	padding: 0;
	float: left;
	margin-bottom: 40px;
}
.footer .subscribe h2.block-title {
	font-size: 18px;
	margin: 0;
	display: inline-block;
	text-align: left;
}
.footer .subscribe .form {
	width: -moz-calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);
	display: inline-block;
	margin-left: 10px;
}
.footer .subscribe .email-form {
	position: relative;
	border: none;
}
.footer .subscribe .email-input {
	width: 100%;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 50px 0 12px;
}
.footer .subscribe .email-input:focus {
	border: 2px solid #f19891
}
.footer .subscribe .email-submit {
	border: none;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.footer .subscribe .email-submit:hover {
	color: #b3c7b6 !important
}
.footer .subscribe .image {
	display: none;
}
.footer .subscribe h2:before {
	content: "\f2b6";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	display: inline-block;
	font-size: 115%;
	margin-left: 4px;
	border: none;
	height: auto;
	width: auto;
	background-color: transparent;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
}
.footer .widget_nav_menu {
	width: 17%;
	float: left;
	text-align: center;
	font-size: 12px;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	color: #787672;
}
.footer .widget_nav_menu h2 {
	font-size: 18px;
	margin: 0;
}
.footer .widget_nav_menu li {
	margin: 10px 0 0;
}
.footer .book {
	float: right;
	width: 43%;
	align-self: flex-end;
	border: 1.5px solid #3e4146;
	position: relative
}
.footer .book:after {
	content: "";
	width: auto;
	height: auto;
	left: 4px;
	top: 4px;
	bottom: -7px;
	right: -7px;
	display: block;
	position: absolute;
	background-color: transparent;
	background-color: #d9e3db;
	z-index: -1;
}
.footer .book .widget-content {
	-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;
	align-items: center;
	vertical-align: middle;
	padding: 15px 15px 15px 25px;
}
.footer .book .image {
	width: 48%;
	height: auto;
	display: block;
	padding: 10px;
	order: 2;
}
.footer .book .image img {
	width: 100%;
	height: auto;
	transform: rotate(6deg)
}
.footer .book .caption {
	width: 48%;
	text-align: center;
	order: 1;
}
.footer .book .caption p {
	margin: 15px 0;
	font-size: 17px;
	line-height: 1.4;
}
.footer .book .caption h2 {
	margin: 0;
	font-size: 24px;
	border: none;
}
.footer .book .caption h2:after, .footer .book .caption h2:before {
	display: none;
}
.footer .book a.more-link {
	background-color: transparent;
	color: #3e4146;
	opacity: 1.0;
	padding: 0;
}
.footer .book a.more-link:after {
	display: none;
}
.footer .book a.more-link:hover {
	color: #f19891;
}
.footer .copyright {
	width: 50%;
	float: left;
	text-align: center;
	line-height: 20px;
	font-size: 11px;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	color: #787672;
	margin: 35px 0 25px;
}

.footer-nav {
	display: inline-block;
}
.footer-nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.footer-nav li:after {
	content: "/";
	margin: 0 2px 0 8px;
}
.footer-nav li:last-child:after {
	content: "";
	display: none;
}


.copyright p {
	margin: 0;
}
.copyright strong {
	text-transform: uppercase;
	letter-spacing: .1em;
}

.copyright em {
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 110%;
}

.copyright a {
	text-decoration: underline;
	color: #727478;
	display: inline;
	padding: 0;
}




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

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

#respond {
	padding: 2% 5% 10px;
	background: #f3f4f4;
	margin-bottom: 60px;
}
#reply-title, #comments h2 {
	font-size: 21px;
}
#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 20px;
	padding: 0;
}

#comment-list li {
	margin: 30px 0;
	padding: 20px;
	background-color: #ffffff;
	border: 1.5px solid #3e4146;
	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: #f3f4f4;
	padding: 20px;
}

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

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

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

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

.comment-meta a {

}

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

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

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

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

.pagination {
	font-weight: bold;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #727478;
}
body.home .pagination {
	margin-top: -20px;
}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #727478;
	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: #3e4146;
	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: #b3c7b6;
}


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

#top {
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 11px;
	line-height: 33px;
}
#top li {
	display: inline-block;
	margin: 0 15px 0 0;
}
#top li a {
	color: #3e4146;
	text-decoration: none;
}
#top li a:hover {
	color: #f19891
}

/*!---------MAIN DROPDOWN MENU---------*/
#main {
	padding: 0;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	display: block;
	float: right;
	text-align: right;
	position: relative;
	z-index: 202;
}

#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: #3e4146;
	-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 em {
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: normal;
}
#main li a:hover, #main li a:focus, #main li:hover a {
	color: #f19891;
}

/*!Sub Menus Level 1 */

#main ul ul {
	font-size: 12px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	padding: 0;
	top: 47px;
	left: 50%;
	line-height: 1.4;
	background-color: #f3a8a1;
	-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: 210px;
}

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


#main li li a {
	display: block;
	padding: 8px 15px;
	border: none;
	color: #3e4146 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#main ul li.bold a {
	background-color: #f19891
}

#main li li a:hover, #main li li:hover a {
	background-color: #bfd0c1;
}



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



/*! Show indicator for menu items with children */

#main ul li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	display: inline-block;
	font-size: 115%;
	margin-left: 4px;
	position: relative;
	top: 2px;
	display: none;
}

#main ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	float: right;
	display: inline-block;
	position: absolute;
	right: 7px;
	top: 50%;
	font-size: 95%;
	margin-top: -8px;
}


/*!Sub Menus Level 2*/

#main ul ul li ul {
	border: none;
	left: 315px;
	top: 0;
	margin: 0;
}

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

#main li li li a {
	background-color: transparent !important;
}
#main li li li a:hover {
	background-color: #bfd0c1 !important;
}

/*!WPRM*/

.wprm-recipe.wprm-recipe-template-custom {
	border: 1.5px solid #3e4146;
	background-color: #ffffff;
	outline: none;
	padding: 25px;
	margin: 50px 0;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-head {
	width: 64%;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-body {

}
.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
	width: 34%;
	float: right;
	padding: 0;
	margin: 0 0 0px 10px;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image-container .wprm-recipe-image {
	width: 100% !important;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

.wprm-decoration-line {
	flex: auto;
	height: 1.5px !important;
	border-bottom: 1.5px solid #3e4146 !important;
}

.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 5px 0 0 !important;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-weight: bold;
	font-size: 28px;
	border: none;
	padding: 10px 0 0;
	text-align: center;
}

.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 35px 0 15px !important;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-weight: bold;
	font-size: 21px;
}
.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-ingredients-header {
	margin-bottom: 10px !important;
}
.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .075em;
	font-weight: bold;
	margin: 20px 0 10px !important;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	margin: 20px 0 20px;
	line-height: 1.6;
	font-style: italic;
	text-align: center;
}

.wprm-recipe.wprm-recipe-template-custom .recipe-meta {

}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
	border: none;
	padding: 0;
	line-height: 20px !important;
	margin-top: 25px;
	text-align: left
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-tag-container, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	color: #777879;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	text-decoration: none;
	clear: none;
	border: none;
	padding: 0;
}
.wprm-recipe-tag-container .wprm-block-text-normal {
	text-transform: uppercase;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-label.wprm-block-text-italic, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-label {
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
	font-size: 110%;
}
.recipe-meta-bottom .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-label {
	margin-right: 10px;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-unit {
	text-transform: uppercase;
	font-size: 100%;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-value {
	letter-spacing: normal;
	font-size: 13px;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-unit {
	font-size: 100%;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-table-borders-inside {
	line-height: 1.4;
	align-items: stretch;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-table-borders-inside .wprm-recipe-block-container-table{
	padding: 10px 5px;
	align-items: center;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container {
	margin: 0px 0 10px;
	font-size: 12px;
}

.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-block-container:before {
	content: "\f017";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	margin-right: 4px;
	color: #f19891		
}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-author-container:before {
	content: "\f007";
}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-course-container:before {
	content: "\f2e6";
}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-recipe-cuisine-container:before {
	content: "\f86b";
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container:before {
	color: #f19891;
	content: "\f2e6";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	margin-right: 5px;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container {
	color: #777879;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: 0;
	border: none;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container button.wprm-toggle {
	display: inline-block;
	padding: 0;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #d2d3d4 !important;
	color: #777879 !important;
	border-radius: 50%;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-toggle-container button.wprm-toggle-active {
	color: #3e4146 !important;
	background-color: #f3a8a1 !important;
}

/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-buttons {
	-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;
}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
	display: block;
	width: 32%;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	background: none;
	background-color: #f3a8a1;
	color: #3e4146;
	border: none !important;
	font-size: 12px;
	line-height: 2;
	text-decoration: none;
	padding: 8px 18px 12px 16px !important;
	margin: 10px 0 0px !important;
	text-align: center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	display: inline-block;

}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:nth-child(2) {
	background-color: #bfd0c1 !important
}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:nth-child(3) {
	background-color: #b7c7cb !important
}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:after {
	content: "";
	width: auto;
	height: auto;
	left: -5px;
	top: -5px;
	bottom: 4px;
	right: 4px;
	display: block;
	position: absolute;
	border: 1.5px solid #3e4146;
} 
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover {
	opacity: 0.7;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	margin: 10px 0 20px;
	text-align: center;
	line-height: 1.5;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating .wprm-recipe-rating-details {
	font-style: italic;
	display: inline-block;
	opacity: 0.7;
	font-size: 13px;
}

.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li {
	margin-bottom: 0;
}
.wprm-recipe.wprm-recipe-template-custom li:before {
	display: none;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	border: 1px solid #e3e4e3;
	padding: 20px;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	margin: 25px -30px -30px !important;
	padding: 25px !important;
	font-size: 90%;
	line-height: 1.4;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action-header {
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-size: 21px !important;
	line-height: 1.1;
	font-weight: bold;
	display: block;
	margin: 0px 0 5px;
}

@media ( max-width : 480px ) {
	.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
		word-break: break-word;
	}
	.wprm-recipe.wprm-recipe-template-custom {
		padding: 20px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-head {
		width: 100%;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
		width: 100%;
		float: none;
		padding: 0;
		margin-left: 0px;
		border-left: none;
		overflow: hidden;
		margin-bottom: 15px
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right .wprm-recipe-image {
		width: 100% !important;
		height: auto;
		float: none;
		display: block;
		margin: 0;
		padding: 0;
		border: none;
	}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
		display: block;
		width: 100%;
		margin-bottom: 5px !important;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-time-container {
		padding: 0;
		text-align: left;
		width: 100%;
		max-width: 100%;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-time-container .wprm-recipe-time-header, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container .wprm-recipe-details-name {
		display: inline;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-time-container .wprm-recipe-time {
		display: inline;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
		margin: 25px -20px -20px !important;
		padding: 20px
	}
}

/*Jump Button*/

.post-meta .wprm-recipe-snippet {
	vertical-align: middle;
	text-align: center !important;
	margin: 10px 0 0 !important;
	padding: 4px 0 0
}
.post-meta a.wprm-recipe-link {
	display: inline-block;
	font-family: "Jost", "Century Gothic", "Futura", "Gill Sans", "Optima", "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: .1em !important;
	border: none;
	color: #3e4146;
	background-color: #f3a8a1;
	border: none !important;
	font-size: 11px;
	line-height: 1;
	margin: 0 4px 0 0 !important;
	padding: 6px 15px 10px 10px !important;
	position: relative;
}

.post-meta a.wprm-recipe-link:after {
	content: "";
	width: auto;
	height: auto;
	left: -5px;
	top: -5px;
	bottom: 4px;
	right: 4px;
	display: block;
	position: absolute;
	border: 1.5px solid #3e4146;
	left: -4px;
	top: -4px;
	bottom: 3px;
	right: 3px;
}

.post-meta a.wprm-recipe-link: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.wprm-recipe-jump-video:before {
	content: "\f03d";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	margin-right: 5px;
}
.post-meta a.wprm-recipe-link:hover {
	background-color: #bfd0c1
}
.post-meta a.wprm-recipe-link:hover:before {

}

.post-meta .wprm-recipe-snippet .wprm-recipe-rating {
	display: inline-block;
	font-size: 15px;
	margin-left: 6px;
}
.post-meta .wprm-recipe-snippet svg {
	display: inline !important;
}	
.post-meta .wprm-recipe-snippet .wprm-recipe-rating-details, .wprm-recipe-roundup-item .wprm-recipe-rating-details {
	font-family: Georgia;
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	display: inline-block;
	margin-left: 8px;
	font-size: 11px;
}