/*! 
Theme Name: Shaped by Charlotte
Theme URL: http://www.shapedbycharlotte.com/
Description: Custom responsive blog theme for Shaped by Charlotte.
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;
}

:focus {
	
}

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

.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: #4d4d4d;
	font-size: 13px;
	font-family: "futura", sans-serif;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #f8f8f8;
	background-color: #f8f8f8;
	padding: 5px 10px;
	text-decoration: none;
}
 
#skip a:focus {
	position:absolute;
	left: 8px;
	top: 8px;
	z-index: 3001;
	width:auto;
	height:auto;
}

/*! MAIN CONTAINER */

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

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

@media ( min-width : 800px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 300px - 5%);
		width: -webkit-calc(100% - 300px - 5%);
		width: calc(100% - 300px - 5%);
		max-width: 700px;
		float: left;
		display: inline-block;
	}
	
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
		.span_content_wide {
			
		}
	
	.span_sidebar {
		width: 300px;
		float: right;
		clear: right;
		display: block;
	}

	
}
.wrapper {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1140px;
	overflow: hidden;
}
	.wrapper.nooverflow {
		overflow: visible
	}
.wrap {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1140px;
}
	.wrap-wide {
		max-width: 100%;
	}

/*!---------STRUCTURE---------*/



body {
	font-family: "Source Serif Pro", Georgia, Times, serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.7;
	color: #2F3535;
	margin: 0;
	padding: 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: #A39174;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #ED823F;
	text-decoration: none;
}
	.post-content a, .page_content a {
		color: #2F3535;
		text-decoration: none;
		border-bottom: 1px solid #E3DED5;
		box-shadow: inset 0 -9px 0 #E3DED5;
	}
	.post-content a:hover, .page_content a:hover, .post-content a:focus, .page_content a:focus {
		border-bottom: 1px solid #E3DED5;
		box-shadow: inset 0 -22px 0 #E3DED5;
		
	}
	
p {
	margin: 25px 0;
}
	p.larger {
		font-size: 130%;
	}
img {
	display: block;
}

h1, h2, h3, h4, h5 {
	font-family: "uniformextracondensed", "Open Sans Condensed", "FranklinGothicFSDemiCondensed", "Arial Narrow", sans-serif;
	font-weight: normal;
	line-height: 1.1;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .025em; 
	font-stretch: condensed;
	margin: 25px 0;
	color: #2F3535;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 34px;
}
	h2 strong, h3 strong {
		font-weight: normal !important
	}
	.post-content>h2, .page_content h2 {
		margin: 40px 0 25px;
		padding-bottom: 20px;
		background: url(images/wave.png) repeat-x center bottom;
		background-size: auto 6px;
	}
	h2.noline {
		border-bottom: none;
		padding-bottom: 0;
		background: none;
	}
	h2.subhead {
		border: none;
		padding-bottom: 0;
	}

h3 {
	font-size: 34px;
	text-transform: uppercase;
}
	.post-content>h3, .page_content h3, .single_facet h3 {
		font-family: "futura", sans-serif;
		font-size: 18px;
		display: block;
		font-style: normal;
		font-weight: bold;
		letter-spacing: .15em;
		line-height: 1.3;
		margin-top: 35px;
	}
		.single_facet h3 {
			font-size: 15px !important;
		}
	h3.widget-title {
		
	}
		h3.widget-title em, h2 em {
			font-family: "futura", sans-serif;
			font-size: 12px;
			display: block;
			font-style: normal;
			font-weight: bold;
			letter-spacing: .1em;
			margin: 8px 0;
		}
	h3.divider {
		font-size: 34px;
		text-align: center
	}
		h3.divider:after {
			content: "";
			display: block;
			height: 6px;
			width: 100%;
			margin: -20px auto 40px;
			background: url(images/wave.png) repeat-x;
			background-size: auto 100%;
		}
		h3.divider span {
			background-color: #ffffff;
			padding: 0 10px;
		}
		h3.noafter:after {
			display: none
		}
h4 {
	font-size: 24px;
}

h5 {
	font-size: 19px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	height: 6px;
	background: url(images/wave.png) repeat-x center bottom;
	background-size: auto 6px;
}

.sep2 {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 1px solid #EAE7E1;
	text-align: center;
}

hr {
	border: 0;
	height: 0;
	margin: 35px 0;
	border-top: 1px solid #EAE7E1;
	border-bottom: none;
}
	hr.is-style-default {
		margin: 60px auto;
		border-top: 2px solid #EAE7E1;
		max-width: 100px;
	}
	hr.spacer {
		margin: 45px 0;
		border-color: #ffffff !important; 
	}
	hr.has-white-color {
		border-color: #ffffff;
	}
	hr.wavy {
		width: 100%;
		display: block;
		clear: both;
		margin: 55px 0;
		height: 6px;
		border: none;
		background: url(images/wave.png) repeat-x center bottom;
		background-size: auto 6px;
	}

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

.top-bar {
	background-color: #2F3535;
	line-height: 50px;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 1001;
}

	
	.top-bar .header-search {
		width: 120px;
		float: right;
		text-align: right;
		font-size: 13px;
		font-family: "futura", sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .15em;
		color: #ffffff;
	}
		.top-bar .header-search a {
			color: #ffffff;
			text-decoration: none;
		}
		.top-bar .header-search a:hover {
			color: #a39173
		}
		.top-bar .header-search i {
			width: 22px;
			height: 22px;
			font-size: 20px;
		}
	.top-bar .top-cta {
		width: -moz-calc(100% - 240px);
		width: -webkit-calc(100% - 240px);
		width: calc(100% - 240px);
		float: left;
		font-size: 13px;
		text-align: center;
	}
		.top-cta p {
			margin: 0;
		}
		.top-cta strong {
			font-family: "futura", sans-serif;
			text-transform: uppercase;
			font-weight: bold;
			letter-spacing: .15em;
			color: #ffffff;
		}
		.top-cta a {
			color: #ffffff;
			text-decoration: none;
			font-style: italic;
		}
			.top-cta a:hover {
				color: #a39173;
				text-decoration: underline;
			}
	.top-bar .social {
		width: 120px;
		float: left;
	}
		.top-bar .social a {
			color: #ffffff;
			font-size: 14px;
		}

.header {
	clear: both;
	margin-bottom: 20px;
}
	.header .wrap {
		position: relative;
	}

	body.home .header {
		border-bottom: none;
		margin-bottom: 0;
	}
	
	body.home.paged .header {
		margin-bottom: 0px;
	}

.header .logo {
	overflow: hidden;
	margin: 44px 0;
	float: left;
	width: 280px;
}

.header .logo img {
	width: 100%;
	height: auto;
}



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

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}

.span_content ul, .span_content ol {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}

.span_content ul li {
	list-style-type: none;
	margin: 0 0 8px 25px;
	padding: 0;
}

.span_content ul li:before {
	color: #2F3535;
	content: '\2022';
	font-weight: bold;
	margin: 0 0 0 -20px;
	width: 20px;
	font-weight: normal;
	font-style: normal !important;
	display: inline-block;
}
	.span_content ul li ul li:before {
	
	}
.span_content ol {
	counter-reset:li;
}

.span_content ol li {
	padding: 0 0 0px;
	margin: 0 0 20px 30px;
	list-style-type: none;
	position: relative;
}
.span_content ol li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	background-color: #2F3535;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	color: #FFF;
	left: -20px;
	top: 7px;
	transform: translateX(-50%);
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	font-family: "futura", sans-serif;
	font-weight: bold;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	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_full>h1:first-of-type {
	margin: 0 0 20px;
}

h1.page-title {

}

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

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

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

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

.midsidebar {
	overflow: hidden;
}

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

.widget.center, .widget.center .textwidget {
	text-align: center;
}

.widget.ad, .widget.ad .textwidget {
	text-align: center;
}
	.widget.ad .textwidget iframe {
		margin: 0 auto;
	}

.widget.ad img {
	display: inline-block;
}

h3.widget-title {
	text-align: center;
	margin: 0 0 15px;
}

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

.widget a {
	text-decoration: none;
}

.widget p {
	margin: 0 0 10px;
}

.widget p:last-of-type, .widget li:last-of-type {
	margin-bottom: 0;
}

.sidebar select {
	color: #727676;
	font-size: 13px;
	font-family: "Source Serif Pro", Georgia, Times, serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #EAE7E1;
}

.sidebar .screen-reader-text {
	display: none;
}

.sidebar .about {
	text-align: center;
	margin-top: 0
}

.sidebar .about h3.widget-title {
	
}

.sidebar .about p {
	margin: 20px 0;
}
.sidebar .about img {
	margin: 0 0 25px;
}



.social a {
	text-decoration: none;
	font-size: 18px;
	padding: 7px;
	color: #2f3535;
}
	.sidebar .social a {
		
	}
	.social a:hover {
		color: #a39173
	}
	.social strong {
		display: inline-block;
		width: 92px;
		height: 33px;
		background: url(images/followme.png) no-repeat;
		background-size: 100% auto;
		text-indent: -9999px;
		vertical-align: middle;
		position: relative;
		top: -3px;
	}


.social .fa-inverse {
	font-size: 85%;
	margin: 0 auto;
	padding: 0;
}


/*! -- 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 .widget {
	text-align: center;
	overflow: hidden;
}

.sidebar .widget .item {
	width: 47%;
	margin: 0 6% 6% 0;
	float: left;
}

.sidebar .widget .item:nth-of-type(2n) {
	margin-right: 0;
}

.sidebar .widget .item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.sidebar .widget h4 {
	margin: 10px 0
}




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

.post {
	margin-bottom: 0px;
}

.post-content>p:first-of-type, p.subhead {
	font-size: 112%;
}

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

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

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

.post-meta {
	font-family: "futura", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #727676;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .15em;
	overflow: hidden;
	margin: 0 0 30px;
	text-align: center;
}
	.post-date {
		margin: 0 0 12px;
	}
.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "Source Serif Pro", Georgia, Times, serif;
	font-size: 115%;
}

.post-meta a {
	color: #727676;
	text-decoration: none;
}

.post-meta a.jump {
	font-size: 10px;
	background-color: #ffffff;
	border: 1px solid #eae8e4;
	padding: 2px 8px;
	margin-right: 12px;
	display: inline-block
}
	.post-meta a.jump:before {
		display: inline-block;
		vertical-align: middle;
		margin: -2px 4px 0 0;
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		color: #A39174;
		font-weight: bold;
	}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #A39174;
}

.post-cat {
	margin: 0 0 12px;
}
.post-cat a {
	color: #2f3535;
	margin: 0;
}

.post-meta .spacer {
	display: inline-block;
	margin: 0 3px;
	font-weight: 300;
	letter-spacing: normal;
	color: #c2c2c2;
}
	.post-meta .spacer:after {
		content: "//";
	}
.post-meta i {
	color: #A39174
}
.ccount {
	display: inline-block
}
.ccount a:before {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 4px 0 2px;
	content: "\f075";
	font-family: "Font Awesome 5 Pro";
	color: #A39174;
	font-weight: bold;
	font-size: 82%;
}

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

.post-cats a {
	color: #ffffff;
	background-color: #2f3535;
	display: inline-block;
	font-size: 11px;
	font-family: "futura", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding: 3px 10px 4px;
	margin: 3px;
	text-decoration: none;
}

	.post-cats a:hover {
		color: #ffffff;
		background-color: #a39173;
	}

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

.meta-bottom p {
	margin: 0;
}

.meta-bottom .left {
	width: 80%;
	float: left;
	text-align: left;
	display: inline-block;
}

.meta-bottom .right {
	text-align: right;
	width: 20%;
	float: right;
}

.meta-centered {
	text-align: center;
	margin: 45px 0 0;
}

.meta-centered p {
	margin: 5px 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: #727676;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: 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: #2F3535;
}

a.more-link, .about .more a {
	display: inline-block;
	font-weight: bold;
	font-family: "futura", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
	color: #ffffff;
	background-color: #2F3535;
	text-decoration: none;
	padding: 10px 20px;
}
	.about .more a {
		font-size: 11px;
		padding: 7px 15px;
	}
	a.more-link:after, .about .more a:after {
		font-family: "Font Awesome 5 Pro";
		content: "\f061";
		font-weight: normal;
		line-height: 1;
		position: relative;
		top: 1px;
		margin-left: 5px;
	}

	a.more-link:hover, .about .more a:hover {
		background-color: #a39173;
	}
	
	.home-section .item a.more-link {
		display: inline-block !important;
		font-size: 11px;
		padding: 6px 12px;
	}

a.more-link-plain {
	color: #2F3535;
	background-color: #ffffff !important;
	padding: 0;
}
	a.more-link-plain:hover {
		color: #a39173;
	}

.alignleft {
	margin-right: 20px;
	float: left;
}

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

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

.wp-caption {
	text-align: left;
	max-width: 100% !important;
}

.wp-caption p {
	color: #727676;
	font-size: 90%;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px;
}


/*!----Gutenberg----*/

.span_content_full h1, .span_content_full h2, .span_content_full h3, .span_content_full p, .span_content_full ul, .span_content_full ol, .span_content_full .schema-faq-section {
	
}

.span_content_full h2 {
	margin-top: 55px;
	font-size: 42px;
}

	.span_content_full *.wide {
		max-width: 100%
	}
	.span_content_full *.nopad {
		margin: 0
	}

.span_content_full p.subhead {
	font-size: 30px;
	font-style: italic;
	max-width: 700px;
	margin: 25px auto 45px;
	line-height: 1.5;
}

.single-page-content .alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width : 100vw;
    width : 100vw;
}
.alignfull img {
    width: 100vw;
}

.post blockquote, .wp-block-quote, .testimonial-text-container, .uagb-tm__text-wrap {
	margin: 45px 0;
	clear: both;
	padding: 4% 6%;
	position: relative;
	text-align: center
}
	.uagb-slick-carousel {
	    padding: 0;
	    margin: 0 auto;
	    max-width: 820px
	}
	.testimonial-text-container, .uagb-tm__text-wrap {
		margin: 25px 25px 0;
		padding: 0 25px;
	}
	.testimonial-text-container i {
		display: none
	}
	.post blockquote p, .wp-block-quote p, .testimonial-text, .uagb-tm__desc{
		display: block;
		line-height: 1.7;
		margin: 0;
		font-size: 120%;
		font-style: italic;
		text-align: center;
	}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: none;
}

.wp-block-quote p:before, .testimonial-text-container:before, .uagb-tm__text-wrap:before {
	content: "“";
	display: inline;
	font-size: 800%;
	position: absolute;
	font-style: normal;
	top: 0;
	left: 0;
	margin-left: -20px;
	color: #F7F5F0;
	line-height: 1;
	z-index: -1;
	font-family: Georgia;
}
.wp-block-quote p:after, .testimonial-text-container:after, .uagb-tm__text-wrap:after {
	content: "”";
	display: inline;
	font-size: 600%;
	font-style: normal;
	position: absolute;
	bottom: -30px;
	right: 0;
	margin-left: -25px;
	color: #F7F5F0;
	line-height: 1;
	z-index: -1;
	font-family: Georgia;
}
	.wp-block-quote cite, .uagb-tm__meta {
		font-family: "futura", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .2em;
		display: block;
		margin: 25px 0 0;
		color: #2F3535;
		font-size: 15px;
		text-align: center;
	}
		.wp-block-quote cite strong {
			text-transform: uppercase;
			letter-spacing: .2em;
			font-weight: 600;
		}
		
.carousel-control-next, .carousel-control-prev {
	border: none !important;
	box-shadow: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
ol.carousel-indicators {
    display: none
}

.testimonial-author-container {
	width: 100%;float: none;
	flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0 !important
}
.testimonial-author-link, .testimonial-author-name {
    padding-left: 0;
    margin: 0;
    font-style: normal;
    display: block;
    width: 100%;
    font-family: "futura", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .2em;
		font-size: 15px;
}


.span_content_full .wp-block-quote {
	max-width: 700px;
}
	.span_content_full .wp-block-quote:nth-child(2n) {
		margin-left: auto;
	}
	
.wp-block-quote.bubble {
	background-color: #f7f5f0;
	max-width: 600px;
	position: relative;
	border-radius: 40px;
	padding: 5%;
	font-style: italic;
	text-align: center;
}
	.wp-block-quote.bubble p {
		font-style: italic
	}
.wp-block-quote.bubble:before, .wp-block-quote.bubble:after {
	display: none
}
	.wp-block-quote.bubble:after {
		content: "";
		width: 0px;
		height: 0px;
		display: block;
		position: absolute;
		border-right: 24px solid #f7f5f0;
		border-left: 12px solid transparent;
		border-top: 12px solid #f7f5f0;
		border-bottom: 20px solid transparent;
		left: 32px;
		bottom: -24px;
	}
	.wp-block-quote.bubble:nth-child(2n):after {
		left: auto;
		right: 32px;
		border-left: 24px solid #f7f5f0;
		border-right: 12px solid transparent;
	}

.wp-block-image {
	text-align: center;
	margin: 25px 0 -10px !important
}
.wp-block-image img, .wp-block-image a {
	display: block !important
}
.wp-block-gallery ul {
	margin: 0 0 -16px !important;
	list-style-type: none
}
.wp-block-gallery li:before {
	display: none !important
}
	.wp-block-gallery ul li img {
		display: block
	}
    
.wp-block-button a {
	border: none;
	width: 100%;
	font-family: "futura", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;
	font-size: 15px;
	color: #ffffff;
	background-color: #2F3535;
	text-align: center;
	display: inline-block;
	padding: 15px 25px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	border: none !important;
	box-shadow: none !important;
}

	.wp-block-button a:hover, .wp-block-button a:focus {
		background-color: #a39173
	}
	
.wp-block-cover {
	background-color: transparent !important
}
.wp-block-cover p, .wp-block-cover h2 {
	color: #2F3535 !important;
	background: none;
	padding: 0;
	margin: 25px 0;
}
.wp-block-cover h2 {
	border: none;
	padding: 0;
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
	background-color: #bcdee7;
    background-color: rgba(188,222,231,.75);
    max-width: 720px;
    padding: 10px 30px;
}
	.wp-block-cover.pricing .wp-block-cover__inner-container, .wp-block-cover.pricing .wp-block-cover__inner-container {
		background-color: transparent;
	    max-width: 720px;
	    padding: 0;
	}
	
.wp-block-group.alignfull.has-background {
	background-color: rgba(188,222,231,.75) !important;

}
.wp-block-group.alignfull .wp-block-group__inner-container {
	padding: 25px 0;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-group.icongroup {
	background-color: transparent !important
}

.wp-block-group.icongroup .wp-block-media-text {
	background-color: #f7f5f0;
    margin-left: 60px;
    margin-bottom: 50px;
    display: block !important;
    position: relative;
}
	.wp-block-group.icongroup .wp-block-media-text .wp-block-media-text__media {
		width: 120px;
		height: 120px;
		float: left;
		margin-left: -60px;
		position: absolute;
		top: 50%;
		margin-top: -60px;
	}
	.wp-block-group.icongroup .wp-block-media-text .wp-block-media-text__content {
	    padding: 25px 25px 25px 90px;
	    width: 100% !important
	}
	.wp-block-group.icongroup p, .wp-block-group.icongroup h3 {
		max-width: 100%
	}
.span_content_full ul {
	margin: 35px 0 35px
}	
ul.centered li {
	text-align: center !important;
}
.span_content_full ul.checklist li {
	font-size: 100%;
	margin-bottom: 10px;
}
	ul.xlist li:before {
		content: "\f00d" !important;
	}
ul.quotelist li {
	margin: 30px;
}
	ul.quotelist li:before {
		content: "“";
		display: inline;
		float: left;
		font-size: 800%;
		margin-top: -15px;
		margin-left: -30px;
		color: #F7F5F0;
		line-height: 1;
		z-index: -1;
		font-family: Georgia;
	}
	
.wp-block-columns {
	margin: 35px 0;
}
.wp-block-columns.shadedcolumns .wp-block-column {
	background-color: #f7f5f0;
	padding: 0 25px 10px;
}
	.wp-block-cover.pricing .wp-block-columns.shadedcolumns .wp-block-column {
		background-color: #bcdee7;
	    background-color: rgba(188,222,231,.8);
	}
	.wp-block-columns.iconcolumns .wp-block-column {
		margin-top: 150px;
	}
	.wp-block-columns.shadedcolumns .wp-block-column .wp-block-image img {
		width: 90%;
	    max-width: 314px;
	    height: auto;
	    margin: 0 auto 20px;
	    display: block;
	    margin-top: -150px;
	}
.wp-block-columns.shadedcolumns .wp-block-column h3 {
	font-size: 28px;
	color: #2F3535;
	font-family: "uniformextracondensed", "Open Sans Condensed", "FranklinGothicFSDemiCondensed", "Arial Narrow", sans-serif;
	font-weight: normal;
	line-height: 1.3;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .025em; 
	font-stretch: condensed;
}
.wp-block-columns.shadedcolumns .wp-block-column h3 em {
	font-family: "futura", sans-serif;
	font-size: 12px;
	display: block;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 5px 0;
}

.wp-block-columns.shadedcolumns .wp-block-column h4 {
	font-family: "futura", sans-serif;
	font-size: 14px;
	display: block;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 5px 0 -15px;
}


.wp-block-pb-accordion-item {
	background-color: #f7f5f0;
	padding: 5px 30px 15px;
	margin-bottom: 25px;
}

	.wp-block-pb-accordion-item ul {margin-top: 0 !important}

/*! Inner Post */

.dpsp-content-wrapper {
	text-align: center
}
.dpsp-content-wrapper ul li {
	float: none;
	display: inline-block;
	margin: 0 4px !important
}

.dpsp-pin-it-button.dpsp-pin-it-button-has-label {
    padding-right: 0 !important;
}

.disclosure, small {
	text-align: center;
	font-style: italic;
	color: #727676;
	font-size: 14px;
	line-height: 1.5;
}
	.disclosure p {
		margin: 15px 0;
	}
	.disclosure strong {
		font-style: normal;
	}


.inner-post {
	clear: both;
	margin-bottom: 90px;
}

.inner-post .widget {
	
}

/*!Next/prev Posts*/

.post-nav {
	line-height: 1.2;
	text-decoration: none;
	margin: 50px 0 0px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: .025em;
	font-family: "uniformextracondensed", "Open Sans Condensed", "FranklinGothicFSDemiCondensed", "Arial Narrow", sans-serif;
	line-height: 1.1;
	border-top: 1px solid #EAE7E1;
	border-bottom: 1px solid #EAE7E1;
}

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

.post-nav a {
	color: #2F3535;
	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 {
	display: block;
}

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

.post-nav em {
	display: block;
	font-style: normal;
	font-family: "futura", sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 10px;
	color: #727676;
	padding: 0 0 5px;
}


/*!----Homepage Featured Styles----*/
	
.homepage-featured {
	text-align: center;
	background: url(images/featured.jpg) no-repeat;
	background-size: cover;
	padding: 80px
}
	.homepage-featured .wrap {
		
	} 
.homepage-featured .widget {
	max-width: 545px;
	background-color: rgba(247,245,240,.9);
	padding: 30px 20px 25px;
	margin: 0 auto;
}

.homepage-featured h1 {
	margin: 0;
	font-size: 50px;
	letter-spacing: normal;
}
.homepage-featured h2 {
	margin: 0;
	color: #ED823F;
	width: 100%;
	height: 0;
	padding-bottom: 21%;
	background: url(images/homepage-featured-h2.png) no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	position: relative;
	z-index: 101;
}
.homepage-featured p {
	font-style: normal;
	font-family: "futura", sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 13px;
	line-height: 1.2;
	margin: 5px 0;
	text-align: left;
}
	.homepage-featured img.alignleft {
		width: 132px;
		height: auto;
		float: left;
		margin: -40px 10px 0 0;
	}
.homepage-featured .more {
	clear: none;
	margin-top: 15px;
}
.homepage-featured a.more-link {
	background-color: #2f3535;
	color: #ffffff;
	font-size: 13px;
	padding: 12px 15px 13px;
	display: block;
	width: 100%;
}
	.homepage-featured a.more-link:hover {
		background-color: #ee8340
	}
	

/*!Homepage Category Sections*/

.home-sections {
	overflow: hidden;
	clear: both;
}
	
.home-section {
	margin-bottom: 100px;
	overflow: hidden;
}

.home-section h3.widget-title {
	text-align: center;
	margin-bottom: 25px;
}
		
.home-section .item {
	overflow: hidden;
	text-align: center;
	width: 22.75%;
	margin: 0 3% 3% 0;
	float: left;
}

	.home-section .item:nth-child(4n) {
		margin-right: 0;
	}
	.home-section .item:nth-child(4n+1) {
		clear: left;
	}

.home-section .item a {
	
}
.home-section .item a:hover img {
	opacity: 0.7
}
.home-section .item img, .teaser-post img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin-bottom: -25px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.home-section.widget_category-posts .item img {
		margin-bottom: 0
	}
.home-section .item h4 {
	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 .item a:hover h4 {
		color: #a39173
	}
.home-section .item h2.post-title {
	margin: 10px 0 15px
}

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


.home-section .item .excerpt {
	font-size: 90%;
}

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

.item .post-cat a:before, .single-post-content .post-cat a:before {
	content: "";
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto 0px;
	background: url(images/icon-recipesSM.png) no-repeat;
	background-size: 100% auto;
	position: relative;
	z-index: 101;
}
	.single-post-content .post-cat a:before {
		border: 1px solid #EAE7E1;
		border-radius: 50%;
		margin-bottom: 6px
	}
	.item.category-recipes .post-cat a:before, .single-post-content.category-recipes .post-cat a:before {
		background-image: url(images/icon-recipesSM.png);
	}
	.item.category-nutrition .post-cat a:before, .single-post-content.category-nutrition .post-cat a:before {
		background-image: url(images/icon-nutritionSM.png);
	}
	.item.category-wellness .post-cat a:before, .single-post-content.category-wellness .post-cat a:before {
		background-image: url(images/icon-wellnessSM.png);
	}


.home-section.about {
	margin: 140px auto 70px;
	position: relative;
	text-align: center
}
	.home-section.about .wrap {
		position: relative;
		overflow: hidden;
		padding: 0 40px
	}
.home-section.about img {
	float: left;
	width: 58%;
	height: auto;
	display: block;
}

.home-section.about .caption {
	width: 38%;
	position: absolute;
	top: 50%;
	right: 15px;
	float: right;
	text-align: center;
	-webkit-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}

	.home-section.about h3.widget-title:after {
		display: none
	}

.home-section.about .caption .social {
	
	
}

.home-section.press-mobile {
	display: none
}
.home-section.press {
	
}
	.home-section.press h3 {
		font-family: "futura", Arial, Impact, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .15em;
		clear: both;
		font-size: 11px;
		margin: 0;
		text-align: left;
		color: #BFBEBA;
	}
		.home-section.press h3:after {
			display: none
		}
		.home-section.press h3 span {
			background-color: transparent;
			padding: 0;
		}
	.press img {
		display: block;
		width: 100%;
		height: auto
	}


.home-section.course {
	margin: -30px 0 70px;
}
	.widget.course {
		text-align: left;
		background: #F7F5F0;
		padding: 20px 20px 0;
	}
	.widget.book {
		text-align: center;
	}
.home-section.course .wrap {
	background: #F7F5F0;
	padding: 3%;
}
	.home-section.course img {
		width: 62%;
		height: auto;
		float: right;
		margin: -25px -100px 0 -40px;
	}
		.home-section.book img {
			margin: 0 0 0 25px;
			width: 30%;
		}
		.widget.book img {
			margin: 0 0 20px 0;
		}
	.home-section.course h3, .page-id-8918 h1 {
		font-size: 78px;
		text-align: left;
		margin: 0 auto -28px;
	}
		.page-id-8918 h1 {
			text-align: center
		}
		.widget.course h3 {
			margin: 0;
			font-size: 42px;
			white-space: nowrap;
			text-align: left;
		}
			.widget.book h3 {
				text-align: center;
				margin-bottom: 10px;
			}
		.home-section.book h3 {
			margin-top: 0px;
			padding-top: 20px;
			margin-bottom: 10px;
		}
	.home-section.course h3 em, .page-id-8918 h1 em {
		display: block;
		margin: 0;
		color: #ED823F;
		width: 100%;
		height: 0;
		padding-bottom: 77px;
		background: url(images/course-h2.png) no-repeat;
		background-size: 100% auto;
		max-width: 437px;
		text-indent: -9999px;
		position: relative;
		z-index: 101;
		position: relative;
		left: 83px;
		top: -25px;
	}
		.page-id-8918 h1 em {
			margin: 0 auto;
		}
		.widget.course h3 em {
			display: block;
			margin: 0 auto;
			color: #ED823F;
			width: 80%;
			height: 0;
			padding-bottom: 17%;
			background: url(images/course-h2.png) no-repeat;
			background-size: 100% auto;
			text-indent: -9999px;
			float: right;
		}
		.home-section.book h3 em {
			display: block;
			color: #2F3535;
			width: auto;
			height: auto;
			padding-bottom: 0%;
			background-image: none;
			text-indent: 0;
			float: none;
			font-family: "futura", sans-serif;
			font-size: 12px;
			display: block;
			font-style: normal;
			font-weight: bold;
			letter-spacing: .1em;
			margin: 8px 0;
		}
	.home-section.course h3.divider:after {
		display: none
	}
	.home-section.course h3.divider span {
		padding: 0;
		background-color: transparent;
	}
.home-section.course p, .widget.course p {
	font-size: 19px;
	line-height: 1.7;
	margin: 10px 0 27px;
}
	.widget.course p {
		clear: both;
	}
	.widget.book p {
		margin: 15px 0 25px;
		font-size: 16px;
		line-height: 1.6;
		text-align: center;
	}
	.home-section.course p:last-of-type {
		margin-bottom: 0;
	}
.home-section.course h4, .widget.course h4 {
	font-family: "futura", sans-serif;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-size: 15px;
	margin: 15px 0 15px;
}
.home-section.course ul, .widget.course ul, ul.checklist {
	margin-top: 0 !important;
	margin-bottom: 25px !important;
}
	.home-section.course li, .widget.course li, ul.checklist li {
		font-size: 17px;
		list-style-type: none !important;
		text-align: left;
		margin-bottom:5px;
	}
		.widget.course li {
			font-size: 16px
		}
	.home-section.course ul li:before, .widget.course li:before, ul.checklist li:before {
		font-weight: bold;
		content: "\f00c";
		font-family: 'Font Awesome 5 Pro';
		font-size: 90%;
		margin-right: 4px;
	}
	.home-section.course blockquote {
		float: right;
		width: 45%;
		text-align: center;
		font-style: italic;
		margin: -50px 0 0;
	}
		.home-section.course blockquote p {
			margin: 0;
		}
		.home-section.course blockquote cite {
			font-style: normal;
			display: block;
			font-family: "futura", sans-serif;
			letter-spacing: .15em;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 12px;
		}
	.home-section.course p.more {
		text-align: left;
		clear: none;
	}


.home-section.icons {
	position: relative;
	margin-bottom: 120px;
	padding-bottom: 50px;
	overflow: visible
}
	.home-section.icons:before {
		content: "";
		background: #F7F5F0;
		width: 100%;
		height: auto;
		display: block;
		position: absolute;
		top: 32%;
		bottom: 0;
		z-index: -1;
	}
	.home-section.icons:after {
		content: "";
		background: url(images/waveLG.png) repeat-x center bottom;
		background-size: auto 24px;
		width: 100%;
		height: 24px;
		display: block;
		position: absolute;
		bottom: -12px;
		z-index: -1;
	}
	
.home-section.icons a {
	display: block;
	width: 33%;
	float: left;
	text-align: center;
	padding: 0 30px;
	color: #2F3535
}
	.home-section.icons a img {
		width: 100%;
		max-width: 314px;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	.home-section.icons a:hover {
		color: #a39173
	}
	.home-section.icons a h2 {
		margin: 25px 0 15px
	}

/*!---------TEASER STYLES---------*/

.teaser-post {
	font-size: 93%;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 46%;
	margin: 0 8% 70px 0;
	float: left;
}
	.teaser-post:nth-child(2n) {
		margin-right: 0
	}
	.teaser-post:nth-child(2n+1) {
		clear: both
	}

.span_content_full .teaser-posts .teaser-post {
	width: 30%;
	margin: 0 5% 70px 0;
	clear: none;
}
	.span_content_full .teaser-posts .teaser-post:nth-child(3n) {
		margin-right: 0;
	}
	.span_content_full .teaser-posts .teaser-post:nth-child(3n+1) {
		clear: left;
	}
	
.teaser-post img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.teaser-post a:hover img {
		opacity: 0.7;
	}
.teaser-post a {
	text-decoration: none;
}

.teaser-post h2.post-title {
	margin: 25px 0 15px;	
}

.teaser-post .excerpt {
	
}

.teaser-post p {
	margin: 20px 0
}


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

h2.archivetitle, h3.searchtitle {
	margin-top: 0;
	margin-bottom: 25px;
}

.archives {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	overflow: hidden;
}

.archive-post {
	margin-right: 4.25%;
	margin-bottom: 35px;
	width: 30.5%;
	float: left;
	text-align: center;
}

.archive-post:nth-child(3n) {
	margin-right: 0;
}

.archive-post:nth-child(3n+1) {
	clear: both;
}

.shop .archive-post {
	width: 23.5%;
	margin-right: 2% !important;
	clear: none !important;
	float: left;
}

	.shop .archive-post:nth-child(4n) {
		margin-right: 0!important;
	}
	
	.shop .archive-post:nth-child(4n+1) {
		clear: both !important;
	}


.archive-post img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.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 {
	color: #2F3535;
	margin: 10px 0 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

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

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

.archive-post .post-meta:before, .archive-post .post-meta:after {
	display: none;
}

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

.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;
	line-height: 1.6
}

.archiveslist li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	display: table;
}



.archiveslist ul {
	margin-bottom: 0;
	margin-top: 5px
}
.archiveslist ul li {
	font-size: 85%;
	font-style: italic;
	margin-left:15px !important;
	margin-bottom: 3px;
}
	.archiveslist ul li:before {
		font-style: normal !important;
	}
.subcats {
	margin-bottom: 40px;
	border: 1px solid #eeeeee;
	padding: 25px 25px 5px;
	text-align: center;
}

.subcats h2, .subcats h3, .subcats h4 {
	font-size: 18px;
	margin: 0 0 10px;
}

ul.subcategories {
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

ul.subcategories li, .widget.categories ul li {
	display: inline-block;
	margin: 0 !important;
}

ul.subcategories ul li ul {
	margin: 0;
	padding: 0;
}

ul.subcategories ul li ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul.subcategories li:before {
	display: none;
}

ul.subcategories ul li a, .widget.categories a {
	color: #ffffff;
	background-color: #A39174;
	display: inline-block;
	font-size: 11px;
	font-family: "futura", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding: 2px 10px;
	margin: 3px;
	text-decoration: none;
}

	ul.subcategories ul li a a:hover, .widget.categories a:hover {
		color: #ffffff;
		background-color: #ED823F;
	}

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

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

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

.tagslist>li {
	font-size: 90%;
}

.tagslist>li em {
	font-size: 80%;
	color: #88898a;
	margin-left: 8px;
}

.tagindex li:before {
	display: none !important;
}

.tagindex a {
	font-family: "Source Serif Pro", Georgia, Times, serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-right: 3px;
	width: 22px;
	height: 22px;
	float: left;
	color: #727676;
	border: solid 1px #f6f5f5;
	box-shadow: none
}

.tagindex a:link {
	text-decoration: none;
}

.tagindex a:visited {
	text-decoration: none;
}

.tagindex a:active {
	text-decoration: none;
}

.tagindex a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #2F3535;
}

.tagtitle {
	margin-bottom: 5px;
	font-size: 20px;
}

.tagtitle a {
	text-decoration: none;
	text-transform: none;
}

.tagtitle em {
	color: #a6a5a5;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 9px;
	font-family: "Source Serif Pro", Georgia, Times, serif;
	font-weight: normal;
	float: right;
}

.tagtitle em a {
	color: #a6a5a5;
	font-size: 11px;
}

.tagtitle a:hover {
	color: #2F3535;
}

/*Facets*/
.facets {
	font-size: 85%;
}
	.facets .facetwp-counter {
		display: none;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 10px;
	}
.facets h3 {
	margin: 0 0 10px;
	font-size: 20px;
	letter-spacing: .15em;
}
.facetwp-facet {
	font-size: 90%;
	margin: 0 0 30px !important;
}
.facetwp-toggle {
	font-style: italic;
}
.facetwp-per-page {
	margin-bottom: 25px;
}

.facetwp-expand {
	float: none !important;
}
.sort {
	clear: none !important;
	width: 50%;
	float: right;
	text-align: right;
	vertical-align: middle;
}
	.sort-top {
		margin: -10px 0 15px;
	}
	
.sort .facetwp-per-page, .sort .facetwp-sort {
	display: inline-block;
	margin: 0 0 0 10px;
}
.facet-pagination {
	margin: -5px 0 15px;
	padding: 0;
	border: none;
	text-align: center;
	border: none;
}
	.facet-pagination:after {
		display: none;
	}
	.facetwp-pager {
		
	}
.facetwp-page {
	padding: 6px !important;
}
.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;
}

.sort-bottom, .facet-pagination-bottom {
	margin: 20px 0 0;
}

/*!Breadcrumbs*/

.breadcrumb {
	text-transform: uppercase;
	color: #727676;
	font-size: 11px;
	font-family: "futura", sans-serif;
	letter-spacing: .15em;
	clear: both;
	font-weight: bold;
	margin-bottom: 10px
}
	
.breadcrumb a {
	color: #727676;
	text-decoration: none;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-family: "Source Serif Pro", Georgia, Times, serif;
		font-size: 115%;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
		font-style: italic;
	}
.breadcrumb a:hover {
	color: #A39174;
}


/*!---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, .smbutton, button.facetwp-load-more {
	color: #ffffff !important;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #2f3535;
	border: none;
	font-family: "futura", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px 25px;
	text-decoration: none !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.submitbutton i {
		font-weight: 300;
		font-size: 120%;
		line-height: 1;
		position: relative;
		top: 2px;
		margin-left: 5px;
	}
.smbutton {
	font-size: 11px;
	padding: 6px 12px 5px;
}


	#submit:hover, .submitbutton:hover, #commentform #submit:hover, .smbutton:hover, button.facetwp-load-more:hover {
		background-color: #a39173;
		color: #ffffff;
	}

.commentinput, .styledinput, .captchainput, #commentform input {
	color: #696969;
	font-size: 14px;
	font-family: "Source Serif Pro", Georgia, Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #EAE7E1;
}

.commentinput, #commentform input[type=email], #commentform input[type=text] {
	width: 100%
}

#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 14px;
	font-family: "Source Serif Pro", Georgia, Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #EAE7E1;
	width: 100%
}

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
	background-color: #EAE7E1;
	padding: 25px;
}

.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%;
	max-width: 350px;
	border: 1px solid #EAE7E1;
	overflow: hidden;
}

.span_content .search-form {
	max-width: 100%;
	padding: 2px;
}
	
.search-form .search-field {
	color: #727676;
	font-size: 18px;
	font-family: "Source Serif Pro", Georgia, Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	vertical-align: middle;
	float: left;
	width: -moz-calc(100% - 45px);
	width: -webkit-calc(100% - 45px);
	width: calc(100% - 45px);
}
	.span_content .search-form .search-field {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	.sidebar .search-field {
		font-size: 16px;
		line-height: 42px;
		height: 42px;
	}
	
	.search-form .search-field:focus {
		outline: none;
		border: 2px solid #a39173 !important
	}
	
	
.search-form .search-submit {
	background-color: #ffffff;
	font-family: "Source Serif Pro", Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 22px;
	color: #2F3535;
	background-color: transparent;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	float: right;
	cursor: pointer;
	width: 45px;
}

	.span_content .search-form .search-submit {
		width: 50px;
	}
	.sidebar .search-submit {
		font-size: 18px;
		line-height: 42px;
		height: 42px;
	}
.search-form .search-submit:hover {
	color: #A39174;
}


.subscribe {
	overflow: hidden;
}
	.featured-subscribe {
		background-color: #F7F5F0;
		padding: 50px 0;
		margin-bottom: 80px;
	}
		.featured-subscribe .subscribe {
			overflow: hidden;
			max-width: 950px;
			margin: 0 auto;
		}
	.sidebar .subscribe {
		padding: 25px;
		background-color: #F7F5F0;
	}

	.inner-post .subscribe {
		padding: 25px;
		background-color: #F7F5F0;
	}
	

.subscribe h3 {
	line-height: 42px;
	font-size: 24px;
	margin: 0;
	text-align: left
}
	.subscribe h3 em {
		display: inline-block;
		width: 118px;
		height: 42px;
		background: url(images/newposts.png) no-repeat;
		background-size: 100% auto;
		text-indent: -9999px;
		vertical-align: middle;
	}
	.featured-subscribe .subscribe h3 {
		width: 380px;
		margin: 3px 0 0;
		float: left;
	}
	
	.sidebar .subscribe h3, .inner-post .subscribe h3 {
		
	}
		
.subscribe p {
	text-align: center
}
	.featured-subscribe .subscribe p {
		
	}
	.sidebar .subscribe p, .inner-post .subscribe p {
		
	}
.subscribe .email-form {
	clear: none;
	margin: 0 auto;
	overflow: hidden;
	background-color: transparent;
	position: relative;
	vertical-align: middle;
	margin-top: 20px;
	max-width: 580px;
	}
	.featured-subscribe .subscribe .email-form {
		width: -moz-calc(100% - 380px);
		width: -webkit-calc(100% - 380px);
		width: calc(100% - 380px);
		max-width: 100%;
		float: right;
		margin: 0;
	}
	.sidebar .subscribe .email-form, .inner-post .subscribe .email-form {
		margin-top: 5px;
		width: 100%;
		float: none;
	}
.subscribe .email-input {
	width: 100%;
	border: 1px solid #eae8e4;
	background-color: #ffffff;
	color: #434f57;
	font-style: italic;
	font-size: 16px;
	font-family: "Source Serif Pro", Georgia, Times, serif;
	float: left;
	width: 35.5%;
	height: 50px;
	line-height: 50px;
	margin: 0 2% 0 0;
	padding: 0 20px;
}
	.sidebar .subscribe .email-input, .inner-post .subscribe .email-input {
		width: 100%;
		float: none;
		margin: 15px 0;
		font-size: 17px;
	}
.subscribe .email-submit {
	border: none;
	width: 100%;
	font-family: "futura", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;
	font-size: 13px;
	color: #ffffff;
	background-color: #2F3535;
	text-align: center;
	float: right;
	display: inline-block;
	width: 25%;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 6px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}
	.subscribe .email-submit i {
		
	}
	.sidebar .subscribe .email-submit, .inner-post .subscribe .email-submit {
		width: 100%;
		float: none;
		margin: 0;
		text-align: center
	}

	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		background-color: #a39173
	}
	.email-input:focus {
		outline: none;
		border: 2px solid #a39173 !important
	}

.email-input::placeholder {
	color: #727676;
}

.search-field::placeholder {
	color: #727676;
}


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

	
.footer {
	clear: both;
	padding: 0;
	margin-top: 60px;
	overflow: hidden;
}
	body.home .footer {
		margin-top: 0;
	}

.footer .widget {
	margin: 0;
}

.footer .ebook {
	background-color: #F7F5F0;
	text-align: left;
	font-size: 17px;
	line-height: 1.6;
	padding: 40px 0
}
	.sidebar .widget.ebook {
		border: 1px solid #EAE7E1;
		padding: 0 20px 20px;
		overflow: visible;
		margin-top: 100px;
	}
	.footer .ebook .wrap {
		overflow: hidden;
		max-width: 775px;
	}
.footer .ebook h3 {
	text-align: left;
	font-size: 48px;
	margin: 35px 0 20px;
}
.footer .ebook img {
	width: 30%;
	height: auto;
	margin-right: 35px;
	display: block;
	float: left;
}
	.sidebar .widget.ebook img {
		width: 140px;
		height: auto;
		margin: -75px auto 10px;
	}
.footer .ebook p.more {
	margin-top: 23px;
}
.footer .ebook p.more a, .sidebar .widget.ebook p.more a {
	background-color: #2f3535;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	font-family: "futura", sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	padding: 12px 23px 12px;
	display: inline-block;
}
	.sidebar .widget.ebook p.more a {
		font-size: 11px;
		padding: 7px 15px 8px;
	}
	.footer .ebook p.more a:after {
		font-family: "Font Awesome 5 Pro";
		content: "\f061";
		font-weight: normal;
		line-height: 1;
		position: relative;
		top: 1px;
		margin-left: 5px;
	}
	.footer .ebook p.more a:hover, .sidebar .widget.ebook p.more a:hover {
		background-color: #ee8340
	}
	

.footer .instagram .wrap {
	padding: 0;
	max-width: 100%;
	position: relative;
}

.footer .instagram #sbi_load {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	display: inline-block !important;
	width: auto !important;
	z-index: 101;
}

	.footer .instagram #sbi_load a {
		border-radius: 0 !important;
		font-weight: bold;
		font-family: "futura", sans-serif;
		text-transform: uppercase;
		letter-spacing: .12em;
		margin: 0 !important;
	}

.sub-footer {
	font-size: 11px;
	color: #ffffff;
	background-color: #2F3535;
	font-weight: bold;
	font-family: "futura", sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	clear: both;
	text-align: center;
	padding: 30px;
	overflow: hidden;
    }
 
.sub-footer a {
    text-decoration: none;
    color: #ffffff;
}
	.sub-footer a:hover {
	    color: #A39174;
	}

.sub-footer .footer-nav {
	display: inline-block;
	width: 60%;
	float: left;
}
	.sub-footer .footer-nav li {
		display: inline-block;
		margin: 0 12px 0 0;
	}	
	.sub-footer .footer-nav li.social a {
		font-size: 13px;
		padding: 2px
	}
.sub-footer .footer-nav li.top a {
	font-weight: bold;
}
.sub-footer .copyright {
	width: 40%;
	float: right;
}
	.copyright em {
		font-family: "Source Serif Pro", Georgia, Times, serif;
		text-transform: none;
		letter-spacing: normal;
		font-weight: normal;
		font-size: 110%;
	}
	.copyright a {
		text-decoration: underline;
	}



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

#comments, #pings, #reply-title {
	margin-top: 5px;
	letter-spacing: normal;
	text-transform: none;
}

#respond {
	margin-top: 50px;
}

	#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: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}

#comment-list li {
	margin: 30px 0;
	padding: 25px;
	background-color: #ffffff;
	border: 1px solid #EAE7E1;
	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: #F7F5F0;
	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: 10px;
	text-align: left;
	clear: none;
}

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

.comment-meta a {
	
}

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

.comment-meta strong a {
	color: #2F3535;
	text-decoration: underline
}

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

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

#pings {
	margin-top: 50px;
}

#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0
}

#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0
}

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

#commentform label {
	
}

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}

.comment-nav {
	color: #2F3535;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 8px 2px 7px
}

.comment-nav em {
	font-style: normal;
	margin-right: 15px
}

.comment-nav em img {
	margin-right: 2px;
	vertical-align: middle
}

.comment-nav .page-numbers {
	color: #2F3535;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded
}

.comment-nav .current {
	color: #2F3535;
	font-weight: bold;
	background-color: #fff
}

.comment-nav .next, .comment-nav .prev, .comment-nav .dots {
	border-style: none
}

.comment-nav a:hover {
	color: #fff;
	background-color: #2F3535
}

.comment-nav .alignright a {
	color: #2F3535;
	text-decoration: none
}

.comment-nav .alignright a:hover {
	color: #2F3535;
	text-decoration: none;
	background-color: transparent
}
/*!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: #2F3535;
	font-size: 11px;
	font-weight: bold
}

.thdrpy, .thdrpy a {
	color: #2F3535;
	font-size: 11px;
	text-decoration: none
}

.thdrpy a:hover {
	color: #2F3535;
	text-decoration: underline
}

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

.pagination {
	font-family: "futura", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #727676;
}

.pagination .page-numbers{
	color: #727676;
	padding: 4px 8px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
}

.pagination span.page-numbers.current, .pagination a.active {
	color: #2F3535;
	margin: 0;
	font-weight: bold;
}

.pagination span.page-numbers.dots {
	border: none;
}

.pagination a.page-numbers:hover {
	background-color: #A39174;
	color: #ffffff;
}

.pagination h2.screen-reader-text {
	margin: 0 10px 0 0;
	font-size: 13px;
	font-family: "futura", sans-serif;
	letter-spacing: .1em;
	display: inline-block
}
.pagination .nav-links {
	display: inline-block
}

/*!---------MAIN DROPDOWN MENU---------*/

#main {
	padding: 0;
	font-family: "uniformextracondensed", "Open Sans Condensed", "FranklinGothicFSDemiCondensed", "Arial Narrow", sans-serif;
	font-weight: normal;
	line-height: 1.0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .025em; 
	font-stretch: condensed;
	font-size: 24px;
	line-height: 54px;
	height: 54px;
	display: block;
	float: right;
	text-align: right;
	width: -moz-calc(100% - 290px);
	width: -webkit-calc(100% - 290px);
	width: calc(100% - 290px);
	margin-top: 72px;
	margin-right: -15px
}

#main ul.mainmenu {
	display: block;
	width: 100%;
}

#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: #2f3535;
	-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, #main li a:focus {
	color: #a39173;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 54px;
	left: 100px;
	padding: 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-family: "futura", sans-serif;
	line-height: 1.3;
	background-color: #2F3535;
	text-align: left;
	z-index: 2001;
	margin-left: 0px;
	width: 200px;
}

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

#main li li a, #main li:hover li a  {
	width: 100%;
	padding: 11px 18px;
	border: none;
	color: #ffffff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	
	#main li li a:hover, #main li li a:focus {
		color: #a39173 !important
	}

#main li li.bold a {
	font-weight: bold;
	color: #A39174 !important
}

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


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

#main ul ul li ul {
	left: 180px;
	background-color: #3a4e6d;
	top: 0;
	margin: 0;
}

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

#main li li li a {
	
}




/* ! SEARCH OVERLAY */
.search-overlay {
	height: auto;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #2F3535;
	background-color: rgba(0,0,0,0.8);
}

/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin: auto;
}

.search-overlay .wrap {
	position: relative;
	padding: 100px 25px 60px;
}

/* Open button */
.openBtn {
	border: none;
	background-color: transparent;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-family: "futura", sans-serif;
}
	.openBtn i {
		font-weight: normal;
		font-size: 16px;
		margin-left: 5px;
	}
	.openBtn:hover, .openBtn:focus {
		color: #A39174;
		cursor: pointer
	}
/* Close button */

.search-overlay .closebtn {
	position: absolute;
	top: 17px;
	right: 25px;
	cursor: pointer;
	color: white;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-family: "futura", sans-serif;
	background-color: transparent
}

.search-overlay .closebtn:hover {
	color: #ccc;
}

/* Style the search field */
.search-overlay .search-form {
	max-width: 100%;
	background-color: #ffffff;
	width: 100%;

}
.search-overlay .search-form .search-field {
	font-size: 21px;
	line-height: 60px;
	height: 60px;
	padding: 0 25px;
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}
	
.search-overlay .search-form .search-submit {
	font-size: 26px;
	line-height: 60px;
	height: 60px;
	width: 60px;
	color: #A39174
}



/*! CREATE custom recipe card */

.single-post-content .mv-create-card {
	max-width: 100% !important;
	width: 100% !important;
	margin: 50px 0 !important
}

.single-post-content .mv-create-wrapper {
	background-color: #F7F5F0;
	padding: 30px !important;
	border: none !important;
}
	.single-post-content .mv-create-wrapper p, .single-post-content .mv-create-wrapper li {
		font-size: 17px;
		font-weight: normal;
		line-height: 1.6;
	}

.single-post-content .mv-create-wrapper .mv-create-header {
	margin-top: 10px;
}

.single-post-content .mv-create-wrapper .mv-create-image-container {
    float: right;
    width: 33%;
    min-width: 180px;
    max-width: 300px;
    margin-left: 20px;
}

.single-post-content .mv-create-wrapper h2.mv-create-title-primary {
	line-height: 1.1 !important;
	margin: 0px 0px 15px;
	font-size: 42px;
}

.single-post-content .mv-create-wrapper h3.mv-create-title-secondary {
	font-size: 28px;
	margin-top: 0;
	line-height: 1.1 !important;
}
	.single-post-content .mv-create-wrapper .mv-create-instructions h2.mv-create-title-secondary, .single-post-content .mv-create-wrapper .mv-create-notes h2.mv-create-title-secondary {
		margin-top: 30px;
	}

.single-post-content .mv-create-wrapper .mv-create-description {
    clear: left;
    font-size: 110%;
    margin: 25px 0
}


.single-post-content .mv-create-wrapper .mv-create-times, .mv-create-print-view .mv-create-wrapper .mv-create-times {
	margin: 0 ;
	display: block;
	padding: 0;
	line-height: 1.3;
}
.single-post-content .mv-create-wrapper .mv-create-time, .mv-create-print-view .mv-create-wrapper .mv-create-time {
	padding: 0;
	margin: 0 15px 0 0;
	border: none !important;
	line-height: 1.3;
	width: auto;
	display: inline-block;
}


.single-post-content .mv-create-wrapper .mv-create-time-format, .mv-create-print-view .mv-create-wrapper .mv-create-time-format {
	font-size: 14px;
	font-style: italic;
	display: inline;
}
.single-post-content .mv-create-wrapper .mv-create-time-label, .mv-create-print-view .mv-create-wrapper .mv-create-time-label {
	font-family: "futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
	display: inline;
}

.single-post-content .mv-create-wrapper .mv-create-ingredients, .single-post-content .mv-create-wrapper .mv-create-instructions, .single-post-content .mv-create-wrapper .mv-create-notes {

	margin: 20px 0 0;
}
.single-post-content .mv-create-wrapper .mv-create-ingredients h4, .single-post-content .mv-create-wrapper .mv-create-instructions h4 {
	font-family: "futura", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .15em;
	font-size: 14px;
	color: #727676;
	margin: 20px 0 5px
}
.single-post-content .mv-create-wrapper .mv-create-ingredients ul, .mv-create-print-view .mv-create-wrapper ul {
	margin: 0 0 25px;
	padding: 0;
}
.single-post-content .mv-create-wrapper .mv-create-ingredients ul li, .mv-create-print-view .mv-create-wrapper ul li {
	margin: 0 0 3px 18px;
	padding: 0;
	list-style-type: none;
}
	
	.single-post-content .mv-create-wrapper .mv-create-ingredients ul li:before, .mv-create-print-view .mv-create-wrapper .mv-create-ingredients ul li:before {
		color: #2F3535;
		content: '\2022';
		font-weight: bold;
		margin: 0 0 0 -15px;
		width: 15px;
		font-weight: normal;
		font-style: normal !important;
		display: inline-block;
	}

.single-post-content .mv-create-wrapper .mv-create-instructions ol, .mv-create-print-view .mv-create-wrapper ol {
	counter-reset:li;
	margin: 0 0 25px;
	padding: 0;
}

.single-post-content .mv-create-wrapper .mv-create-instructions ol li, .mv-create-print-view .mv-create-wrapper .mv-create-instructions ol li{
	padding: 0 0 0px;
	margin: 0 0 20px 30px;
	list-style-type: none !important;
	position: relative;
}
.single-post-content .mv-create-wrapper .mv-create-instructions ol li:before, .mv-create-print-view .mv-create-wrapper .mv-create-instructions ol li:before  {
	display: inline-block !important;
	content:counter(li);
	counter-increment: li;
	position: absolute;
	background-color: #2F3535;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	color: #FFF;
	left: -20px;
	top: 3px;
	transform: translateX(-50%);
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	font-family: "futura", sans-serif;
	font-weight: bold;
}

.single-post-content .mv-create-wrapper .mv-reviews {
	margin: 20px 0;
	color: #727676;
	font-size: 13px;
	font-style: italic
}

.single-post-content .mv-create-wrapper .mv-create-notes {
	
}
	.single-post-content .mv-create-wrapper .mv-create-notes:before {
		display: none
	}
.single-post-content .mv-create-wrapper .mv-create-notes p {
	font-size: 90%;
	font-style: italic;
}
.single-post-content .mv-create-footer {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
}
.single-post-content .mv-create-wrapper button.mv-create-print-button {
	text-decoration: none;
	font-family: "futura";
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #2F3535;
	border: none;
}

	.single-post-content .mv-create-wrapper button.mv-create-print-button:hover {
	 	background-color: #a39173;
	 	cursor: pointer;
	}

.single-post-content .mv-create-wrapper .mv-create-pin-button {
	border: none;
	width: 50px !important;
	height: 50px !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	background-color: #a39173 !important;
}
	.single-post-content .mv-create-wrapper .mv-create-pin-button:hover {
	 	background-color: #ee8340 !important;
	 	cursor: pointer;	 	
	}
.single-post-content .mv-create-wrapper .mv-create-pin-button .mv-icon-pinterest:before {
	
}

.single-post-content .mv-create-wrapper .mv-create-products {
	background-color: #ffffff;
	padding: 15px;
}
.single-post-content .mv-create-wrapper .mv-create-products h3 {
	margin: 0 0 10px 0;
}
.single-post-content .mv-create-wrapper .mv-create-products-list {
	
}
	.single-post-content .mv-create-wrapper .mv-create-products-list li:before {
		display: none !important
	}
.single-post-content .mv-create-wrapper .mv-create-affiliate-disclaimer {
	font-style: italic;
	color: #727676;
	font-size: 14px;
	line-height: 1.5;
}

/*Social Footer*/

.single-post-content .mv-create-social {
	margin: 25px -30px -30px !important;
	padding: 30px;
	background-color: #EAE7E1
}
	.single-post-content .mv-create-social a.mv-create-social-link {
		border: none;
		box-shadow: none !important
	}
/*Footer*/

.single-post-content .mv-create-footer {
		opacity: 1.0 !important
	}
.single-post-content .mv-create-footer-flexbox {
	font-family: "futura", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .15em;
	font-size: 12px;
	color: #727676;
}
.single-post-content .mv-create-footer-flexbox .mv-create-uppercase {
	font-size: 14px;
	font-style: italic;
	text-transform: none;
	letter-spacing: normal;
	font-family: "Source Serif Pro", serif;
	text-transform: lowercase;
	font-weight: normal;
}
	

/*Print Styles*/
.mv-create-print-view .mv-create-wrapper p, .mv-create-print-view .mv-create-wrapper li {
	font-size: 15px;
	line-height: 1.5;
	color: #000;
}
.mv-create-print-view .mv-create-wrapper h2.mv-create-title-primary {
	line-height: 1.1;
	margin-bottom: 10px;
}

.mv-create-print-view .mv-create-wrapper h3.mv-create-title-secondary {
	font-size: 24px;
	line-height: 1.1;
}
.mv-create-print-view .mv-create-wrapper .mv-create-times {
	color: #000000
}
.mv-create-print-view .mv-create-wrapper .mv-create-description {
    clear: left;
    font-size: 110%;
    margin: 15px 0
}

/*!Jump Button*/

.mv-create-jtr-wrapper {
	clear: both;
	margin-top: -15px;
	margin-bottom: 25px;
	text-align: center;
}
.mv-create-jtr-wrapper a.mv-create-jtr-link {
	color: #727676;
	border: 1px solid #eaecee;
	box-shadow: none !important;
	padding: 5px 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-family: "futura";
	display: inline-block;
}
	.mv-create-jtr-wrapper a.mv-create-jtr-link:hover {
		color: #ffffff;
		background-color: #a39173;
		border-color: #a39173;
	}
	.mv-create-jtr-wrapper a.mv-create-jtr-link svg {
		display: none
	}
	.mv-create-jtr-wrapper a.mv-create-jtr-link:before {
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		font-size: 90%;
	}
	
.mv-review-form label {
	display: block;
	text-align: left;
	font-size: 16px !important;
	margin: 10px 0 4px;
	font-style: normal !important;
}
.mv-review-form input, .mv-review-form textarea {
	font-family: "Source Serif Pro", serif;
	border: solid 1px #eaecee !important;
	font-size: 16px !important;
	padding: 10px 12px !important;
	color: #727676;
	opacity: 1.0;
}

.mv-review-form button {
	margin-top: 10px !important;
	color: #ffffff !important;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #2f3535;
	border: none;
	font-family: "futura", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px 25px;
	text-decoration: none !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.mv-review-form footer {
	color: #727676 !important;
}



#comments {
	border: 1px solid #EAE7E1 !important;
	padding: 25px 25px;
}
	#comments h3 {
		margin-top: 25px !important;
		text-transform: uppercase;
	}
.mv-comments-wrap {
	margin: 0 -25px !important;
}
.mv-comments-nav ul {
	margin: 0 0 -16px !important;
	position: relative;
	z-index: 101;
}
.mv-comments-nav ul li {
	color: #727676;
	text-align: center;
	margin: 10px 0 20px;
	font-size: 11px;
	font-weight: bold;
	font-family: "Futura", sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	border: 1px solid #eaecee !important;
	padding: 10px;
	margin: 0 !important;
}
	.mv-comments-nav ul li.mv-active {
		color: #a39173;
		font-weight: bold;
		border-bottom: 1px solid #ffffff !important;
	}
	.mv-comments-nav ul li:before {
		display: none;
	}

.mv-comments-card {
	margin: 0 !important;
	border: 1px solid #eaecee !important;
	padding: 15px 25px !important;
}
.mv-comments-card-header {
	background-color: #ffffff !important;
	margin: 0 !important;
	padding: 0 0 25px !important;
}
	.mv-comments-card-header h2.mv-comments-card-heading {
		font-size: 34px !important;
		margin: 15px 0 15px;
	}
	h3#comment-title{
		margin-top: 17px;
	}
	.mv-comments-card-header .mv-comments-card-stars {
		font-size: 15px;
		color: #727676;
	}
	.mv-comments-card-header .mv-comments-card-stars-divider {
		color: #ffffff !important;
		background-color: transparent;
	}
	.mv-comments-card-header .mv-comments-card-stars a {
		color: #ffffff;
		background-color: #a39173;
		opacity: 1.0;
		font-family: "futura", sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		padding: 3px 10px;
		text-decoration: none;
		font-size: 11px;
	}
	.mv-comments-loadmore button {
		color: #ffffff !important;
		background-color: #a39173 !important;
		opacity: 1.0;
		font-family: "futura", sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		padding: 3px 10px !important;
		text-decoration: none !important;
		font-size: 10px;
	}
.mv-comments-review {
	border: 1px solid #eaecee !important;
	padding: 20px !important;
	margin-bottom: 20px;
}
.mv-comments-review, .mv-comments-review * {
	opacity: 1.0 !important;
}
.mv-comments-review .mv-comments-review-author {
	color: #2d3d59;
	font-family: "uniformextracondensed", "Arial Narrow", "Impact", sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: normal;
	display: inline-block;
	opacity: 1.0 !important;
	margin-bottom: 10px;
}
	.mv-comments-review .mv-comments-review-author:after {
		content: " – ";
		margin: 0 5px;
		color: #727676;
		font-weight: normal;
	}
.mv-comments-review .mv-comments-review-date {
	color: #727676;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: .08em;
	display: inline-block;
	opacity: 1.0 !important;
	margin-bottom: 10px;
}

.mv-comments-review .mv-comments-review-stars, .mv-comments-review .mv-stars {
	width: 120px;
	text-align: left;
}
.mv-comments-review-stars svg {
	width: 120px !important;
	height: auto;
}

