/*! 
Theme Name: Simply Scratch
Theme URL: http://www.simplyscratch.com/
Description: Custom responsive blog theme for Simply Scratch.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.1
*/

/*! 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: 700px;
		float: left;
		display: inline-block;
	}
	
	.span_content_full {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
	}
	
	.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;
	}
	
}
.wrapper {
	overflow: hidden;
}

.wrap {
	margin: 0 auto 0;
	padding: 0 15px;
	width: 100%;
	max-width: 1130px;
}

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

@font-face {
    font-family: 'centrale_sans';
    src: url('fonts/centralesans-bold-webfont.woff2') format('woff2'),
         url('fonts/centralesans-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'playfair_display';
    src: url('fonts/playfairdisplay-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/playfairdisplay-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;

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

}


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.8;
	color: #2B2A2C;
	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: #50A365;
	text-decoration: underline;
}

a:hover {
	color: #A7D1B2;
	text-decoration: none;
}

	.single-post-content .post-content a:link, .single-post-content .post-content a:visited {
		color: #50A365;
		text-decoration: none;
		border-bottom: 2px solid #50A365;
	}
	.single-post-content .post-content a:hover, .single-post-content .post-content a:active {
		border-bottom: 2px solid #50A365;
		box-shadow: inset 0 -30px 0 #50A365;
		color: #ffffff;
	}
	
		.single-post-content .post-content .dpsp-content-wrapper a {
			border-bottom: none !important;
			box-shadow: none !important;
		}

	
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.1;
	margin: 25px 0;
	color: #2B2A2C;
	
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}
	
h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
	color: #50A365;
}

h6 {
	font-size: 16px;
	color: #767676;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	height: 7px;
	background: url(images/sep@2x.png) center center no-repeat;
	background-size: auto 7px;
}
.sep2 {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 1px solid #EDEEEB;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #EDEEEB;
	border-bottom: none;
}

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

.header {
	clear: both;
}

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

.header .logo {
	overflow: hidden;
	margin: 15px 0 20px;
	width: 240px;
	float: left;
}

	.header .logo a {
		display: inline-block;
		margin: 0 auto;
		width: 240px;
		height: 240px;
		background: url(images/logo.png) no-repeat;
		background-size: 100% auto;
	}

.header-stuff {
	float: right;
	text-align: right;
	width: -moz-calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	width: calc(100% - 280px);
	margin: 65px 0 50px;
}


.header-stuff .social {
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	margin-left: 20px;
}

	.header-stuff .social a {
		font-size: 13px;
		padding: 1px;
	}

.header-stuff .header-search {
	display: inline-block;
	background-color: #ffffff;
	vertical-align: middle;
	margin-left: 20px;
}
	.header-stuff .header-search .search-form {
		
	}

	.header-stuff .header-search .search-input {
		height: 42px;
		line-height: 42px;
	}
	
	.header-stuff .header-search .search-submit {
		height: 42px;
		line-height: 42px;
	}



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

.span_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 3px 10px;
	padding: 0;
}

.span_content ul li:before {
	color: #2B2A2C;
	content: '\2022';/*! '' */
	margin: 0 6px 0 -10px;
}

.span_content ol li {
	list-style-type: decimal;
	padding: 0 0 0px;
	margin: 0 0 20px 20px;
}

.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.pagetitle, h1.archivetitle, h2.pagetitle, h2.archivetitle {
	margin: 0 0 20px;
}

h1.pagetitle {
	
}

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

.sidebar {
	font-size: 90%;
}

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

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

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	padding-bottom: 50px;
	clear: both;
	background-size: 62px auto;
}

.widget {
	margin: 0 0 60px 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;
}
	.midsidebar h3.widget-title {
		font-size: 16px;
	}

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

.widget a {
	text-decoration: none;
}

.widget p {
	margin: 18px 0;
}

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

.sidebar select {
	color: #767676;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #EDEEEB;
}

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

.about {
	text-align: center;
	position: relative;
}

.about p {
	
}
.about h3.widget-title {
	
}

p.simple-image {
	margin: 0;
	position: relative;
}
	.about p.simple-image img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}
	.about p.simple-image:after {
		left: 50%;
		bottom: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #ffffff;
		border-width: 25px;
		margin-left: -25px;
		
	}


.sidebar .widget.social {
	margin-top: -30px;
	margin-bottom: 50px;
}

.social a {
	text-decoration: none;
	color: #2B2A2C;
	font-size: 13px;
	padding: 2px;
}

	.social a:hover {
		color: #50A365;
	}

.sidebar .social a {
	
}
.social .fa-inverse {
	font-size: 75%;
	margin: 0 auto;
	padding: 1px 0 0;
}
.social .fa-stack {
    width: 2em;
}

.subscribe {
	background: url(images/subscribebg@2x.png) center top no-repeat;
	background-size: 240px 110px;
	padding-top: 120px;
}

.subscribe h3.widget-title {
	margin: 0;
}

.subscribe p {
	margin: 0;
	font-size: 17px;
}
	.sidebar .subscribe:after {
		background: url(images/line@2x.png) center bottom no-repeat;
		background-size: 120px 5px;
		content: "";
		display: block;
		width: 120px;
		height: 5px;
		margin: 50px auto -10px;
	}
.subscribe .email-form {
	clear: both;
	margin: 19px 0 0;
	overflow: hidden;
	position: relative;
}

.subscribe .email-input {
	width: 100%;
	border: 1px solid #E8E8E8;
	background-color: #ffffff;
	font-style: italic;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 60px;
	line-height: 60px;
	margin: 0 0 15px;
	padding: 0 15px;
	color: #2B2A2C;
	vertical-align: middle;
}
	.sidebar .subscribe .email-input {
		
	}
.subscribe .email-submit {
	border: none;
	width: 100%;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	background-color: #2B2A2C;
	text-align: center;
	font-family: "centrale_sans";
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
	.sidebar .email-submit {
		
	}
	
.subscribe .email-submit:hover {
	background-color: #50A365;
}
.subscribe .email-input::placeholder, .search-input::placeholder {
	color: #767676;
}
	

/*! -- 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); /*! For IE8 and earlier */
}

.sidebar .item h4 {
	
}

/*!Featured Posts Widget*/

.sidebar .featuredposts {
	
}

.sidebar .featured {
	text-align: center;
	overflow: hidden;
}

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

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

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

.sidebar .featured h4 {
	
}

/*!Popular Posts Widget*/

.sidebar .popularposts, .sidebar .recentposts {
	
}

.sidebar .popular, .sidebar .recent {
	text-align: left;
	overflow: hidden;
}

.sidebar .popular .item, .sidebar .recent .item {
	width: 47%;
	margin: 0 6% 6% 0;
	float: left;
}

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

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

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

.sidebar .popular h4.title, .sidebar .recent h4.title {
	
}

.sidebar .popular .post-meta, .sidebar .recent .post-meta {
	display: none;
}

/*!Category Widget*/

.sidebar .widget_category-posts {
	
}

.sidebar .widget_category-posts h3.widget-title a {
	color: #333 !important;
}

.sidebar .category-posts {
	text-align: center;
	overflow: hidden;
}

.sidebar .category-posts .item {
	width: 47%;
	margin: 0 6% 6% 0;
	float: left;
}

.sidebar .category-posts .item img {
	
}

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

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

.sidebar .category-posts .item h4 {
	margin: 10px 0;
	font-size: 12px;
}

.sidebar .category-posts .more {
	display: none;
}

.category-posts .more {
	clear: both;
	text-align: center;
}

.category-posts .more a {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	color: #50A365;
}

.category-posts .more a:hvoer {
	color: #333;
}


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

.post {
	margin-bottom: 0px;
}

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

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

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

.post-meta {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #767676;
	font-size: 11px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: .08em;
	overflow: hidden;
	margin: 0px;
}

.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

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

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #50A365;
}

.post-date {
	text-align: center;
	width: 60px;
	height: 60px;
	background-color: #333333;
	color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top: 13px;
	position: absolute;
	top: 10px;
	left: 10px;
}
	.teaser-post.even .post-date {
		left: auto;
		right: 10px;
	}
	.post-date .month {
		color: #50A365;
		display: block;
		font-size: 15px;
		line-height: 1;
	}
	.post-date .day {
		display: block;
		font-family: "playfair_display", Georgia, Serif;
		font-weight: bold;
		font-style: normal;
		font-size: 28px;
		line-height: .5;
		letter-spacing: normal;
	}

.post-title-outer {
	position: relative;
	min-height: 60px;
}
	.post-title-outer .post-date {
		position: relative;
		top: 0;
		left: 0;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.post-title-outer h1.post-title {
		margin: 0 0 3px;
		padding-top: 2px;
	}
.post-meta .spacer {
	display: inline-block;
	color: #dedede;
	margin: 0 5px;
	font-weight: 300;
}

.ccount a:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 2px;
	content: "\f075";
	font-family: "Font Awesome 5 Pro";
	color: #767676;
	font-weight: bold;
	font-size: 90%;
}

.post-meta .post-cats {
	color: #50A365;
}

.post-cats a {
	color: #50A365;
	display: inline-block;
}

	.post-cats a:hover {
		text-decoration: underline;
	}

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

.home-post-content .meta-bottom {
	margin: 10px 0 0;
	font-size: 10px;
}

.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 .left, .meta-centered .right {
		float: none;
		text-align: center;
		width: 100%;
		display: block;
		margin: 8px 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: #767676;
	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: #2B2A2C;
}

.home-post-content .more {
	clear: both;
	margin-top: 20px;
}

a.more-link, p.more a {
	display: inline-block;
	text-decoration: none;
	font-family: "playfair_display", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	font-size: 24px;
	color: #2B2A2C;
	text-decoration: none;
}
	.sidebar p.more a {
		font-size: 18px;
	}
	a.more-link:hover, p.more a:hover {
		color: #50A365;
	}
	
	.teaser-post a.more-link, p.more a {
		
	}

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

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

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

.post blockquote {
	margin: 35px 0;
	clear: both;
	padding: 5% 6%;
	background-color: #F9F9F9;
}

.post blockquote p {
	margin: 0;
	text-align: center;
	font-size: 110%;
	font-style: italic;
}

.post blockquote strong {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .08em;
}

.post blockquote a {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .05em;
	font-size: 85%;
}

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

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

.single-post-content .post-content {
	clear: both;
}
.post-content>p:first-of-type {
	font-size: 110%;
	font-style: italic;
	text-align: left !important;
}
	.post-content>p:first-of-type span {
		color: #2B2A2C !important;
	}
.single-post-content .post-content>p:first-of-type {
	text-align: left !important;
}

.post-content small {
	display: block;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	color: #a09fa0;
	line-height: 1.5;
}
	
	
/*!---------IMAGE GALLERIES---------*/

.gallery {
	margin: 20px auto;
	overflow: hidden;
}

.gallery-columns-2 .gallery-item {
	float: left;
	text-align: center;
	width: 48%;
}

.gallery-columns-2 .gallery-item:nth-child(2) {
	float: right;
}

.gallery-columns-3 .gallery-item {
	float: left;
	text-align: center;
	width: 31%;
	margin-right: 3.5%;
}

.gallery-columns-3 .gallery-item:nth-child(3) {
	margin-right: 0;
}

.gallery img {
	width: 100%;
	height: auto;
}

.gallery .gallery-caption {
	margin-left: 0;
}
	
/*! Inner Post */

#dpsp-content-top {
	margin: 25px 0 0 !important;
}


.disclosure {
	text-align: center;
	font-style: italic;
	color: #767676;
	font-size: 13px;
}
	.disclosure p {
		margin: 15px 0;
	}
	.disclosure strong {
		font-style: normal;
		font-size: 13px;
	}
	
.cookbook-callout {
	text-align: center;
	margin: 25px 0;
	background-color: #50A365;
	color: #2B2A2C;
	padding: 25px;
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 14px;
}
	.cookbook-callout:before {
		background: url(https://www.simplyscratch.com/wp-content/uploads/2015/09/97815833357961.jpg) no-repeat;
		background-size: 100% auto;
		content: "";
		display: block;
		float: left;
		width: 200px;
		height: 250px;
		margin-right: 20px;
	}
	.cookbook-callout strong {
		display: block;
		line-height: 1.3;
		color: #ffffff;
		margin: 10px 0;
		font-size: 20px;
	}
	.cookbook-callout em {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
	}
	.cookbook-callout a {
		color: #ffffff;
		background-color: #2B2A2C;
		text-decoration: none;
		padding: 10px 20px;
		margin: 10px 0 20px;
		border-radius: 5px;
		display: inline-block;
	}
		.cookbook-callout a:hover {
			background-color: #A7D1B2;
		}
.inner-post {
	clear: both;
	margin-bottom: 90px;
}

.inner-post .widget {
	
}

.inner-post .subscribe {
	margin: 0;
}
	.inner-post .subscribe h3.widget-title:before {
		display: none;
	}

/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 50px 0 0px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "centrale_sans";
	letter-spacing: .08em;
	border-top: 1px solid #EDEEEB;
	border-bottom: 1px solid #EDEEEB;
}

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

.post-nav a {
	color: #2B2A2C;
	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: #50A365;
}

.post-nav em {
	display: block;
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .1em;
	font-style: normal;
	font-size: 10px;
	color: #767676;
	padding: 0 0 5px;
}

.related-posts {
	overflow: hidden;
	margin: 0 0 100px;
}
.related-posts h3 {
	margin: 0;
}


/*!Facets*/
.facets {
	font-size: 94%;
}
	.facets .facetwp-counter {
		display: none;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 8px;
	}
.facets h3 {
	margin: 0 0 10px;
}
.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: left;
	border: none;
}
	.facet-pagination:after {
		display: none;
	}
.facetwp-page {
	padding: 6px !important;
}
.facetwp-search {
	border: 1px solid #EDEEEB;
	color: #2B2A2C;
	font-size: 12px;
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	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;
}


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

.homepage-featured {
	clear: both;
	overflow: hidden;
	margin-top: -30px;
	margin-bottom: 60px;
	position: relative;
}

.homepage-featured img.featured1 {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	width: 50%;
}

.homepage-featured img.featured2 {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	width: 24%;
	margin-left: 1%;
}

.homepage-featured .item {
	position: relative;
	overflow: hidden;
}
.homepage-featured .item a.overlay {
	display: block;
}

.homepage-featured .item a.overlay .caption {
	text-align: center;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	color: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index: 101;
}

.homepage-featured .item a.overlay .caption .valign {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.homepage-featured .item a.overlay .caption h4 {
	margin: 0;
	font-size: 18px;
}
	.homepage-featured .item a.overlay .caption h4 span {
		background-color: #ffffff;
		padding: 15px 15px;
		display: inline-block;
		position: relative;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		text-decoration: none;
	}
		.homepage-featured .item a.overlay .caption h4 span:after {
		  content: "";
		      position: absolute;
		      z-index: 10;
		      width: 26px;
		      bottom: 0px;
		      top: 0px;
		      right: -26px;
		      background-image: linear-gradient(to top right, #ffffff 50%, transparent 51%), linear-gradient(to bottom right, #ffffff 50%, transparent 51%);
		      background-size: 100% 51% ;
		      background-position: top left, bottom left;
		      background-repeat: no-repeat;
		}
.homepage-featured .item a.overlay .caption .post-meta {
	margin: 0;
	font-size: 11px;
}
	.homepage-featured .item a.overlay .caption .post-meta span {
		background-color: #50A365;
		color: #ffffff;
		display: inline-block;
		padding: 2px 10px;
	}
.homepage-featured .item a:hover .caption h4 span {
	color: #50A365;
}

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

.teaser-post {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
	font-size: 90%;
}

.teaser-post .post-thumb {
	width: 46.8%;
	height: auto;
	float: left;
	position: relative;
}
	.teaser-post .post-thumb:after {
		right: 0;
	  	top: 50%;
	  	border: solid transparent;
	  	content: " ";
	  	height: 0;
	  	width: 0;
	  	position: absolute;
	  	pointer-events: none;
	  	border-color: rgba(255, 255, 255, 0);
	  	border-right-color: #ffffff;
	  	border-width: 50px;
	  	margin-top: -50px;
	}

.teaser-post.even .post-thumb {
	float: right;
}
	.teaser-post.even .post-thumb:after {
		left: 0;
	  	top: 50%;
	  	border: solid transparent;
	  	content: " ";
	  	height: 0;
	  	width: 0;
	  	position: absolute;
	  	pointer-events: none;
	  	border-color: rgba(255, 255, 255, 0);
	  	border-left-color: #ffffff;
	  	border-right-color: transparent;
	  	border-width: 50px;
	  	margin-top: -50px;
	}
	
.teaser-post .post-content {
	width: 53.2%;
	text-align: center;
	float: right;
	padding-left: 25px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
	.teaser-post.even .post-content {
		float: left;
		width: 53.2%;
		right: auto;
		left: 0;
		padding-left: 0;
		padding-right: 25px;
	}



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

.teaser-post a {
	text-decoration: none;
}

.teaser-post h2.post-title {
	
}

.teaser-post .post-thumb {
	
}

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

.teaser-post .more {
	margin: 0;
}

.teaser-post .post-meta {
	
}

.teaser-post .meta-bottom {
	clear: none;
	font-size: 9px;
	margin: 8px 0 0;
	display: none;
}

/*!Homepage Category Sections*/

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

.home-section {
	margin-bottom: 40px;
	overflow: hidden;
}

	.home-section:last-of-type {
		margin-bottom: 0;
	}

.home-section h3.widget-title {
	text-align: left;
	margin: 0 0 20px;
	line-height: 30px;
}
	.home-section h3.widget-title a {
		display: block;
	}

	.home-section h3.widget-title em {
		float: right;
		color: #50A365;
		font-family: "proximanova", Arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-style: normal;
		font-size: 10px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
.home-section h3.widget-title a {
	color: #2B2A2C;
}
	.home-section h3.widget-title a:hover em {
		color: #2B2A2C;
	}
	
.home-section .item {
	overflow: hidden;
	text-align: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
	float: left;
}

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

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

.home-section .item h4 {
	margin: 15px 0;
	line-height: 1.2;
}

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

.home-section .more a {
	font-size: 13px;
	color: #2B2A2C;
}

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

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

.home-section .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /*! For IE8 and earlier */
}

/*!---------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: #2B2A2C;
	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); /*! For IE8 and earlier */
}

.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: 5px !important;
}

.archiveslist li {
	margin: 0;
	-webkit-column-break-inside: avoid; /*! Chrome, Safari */
	page-break-inside: avoid;           /*! Theoretically FF 20+ */
	break-inside: avoid-column;         /*! IE 11 */
	display: table;                      /*! Actually FF 20+ */
}

.archiveslist a:link {
	color: #2B2A2C;
	text-decoration: none;
}

.archiveslist a:visited {
	color: #88898a;
	text-decoration: none;
}

.archiveslist a:hover {
	color: #50A365;
}

.archiveslist a:active {
	color: #2B2A2C;
}

.archiveslist>li {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 5px !important;
}

.archiveslist ul {
	margin: 4px 0 0;
	padding: 0;
	width: 100%;
}

.archiveslist ul li {
	font-size: 85%;
	font-style: italic;
	margin-left: 20px !important;
}

.subcats {
	margin-bottom: 40px;
	border: 1px solid #EDEEEB;
	padding: 25px 25px 5px;
	text-align: center;
}

.subcats h3, .subcats h4 {
	margin: 0 0 10px;
}

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

ul.subcategories 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, .meta-bottom .post-cats a {
	color: #50A365 !important;
	text-decoration: none;
	background-color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .1em;
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	display: inline-block;
	padding: 4px 10px;
	margin: 2px 2px 5px;
	border: 1px solid #EDEEEB;
	border-radius: 4px;
}
	.meta-bottom .post-cats a {
		font-size: 12px;
	}
ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a, .meta-bottom .post-cats a:hover {
	background-color: #50A365;
	color: #ffffff !important;
}

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

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

.tagslist>li {
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 5px !important;
	font-size: 90%;
}

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

.tagindex li:before {
	display: none;
}

.tagindex a {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-right: 2px;
	width: 20px;
	height: 22px;
	float: left;
	border: solid 1px #f6f5f5;
	color: #767676;
}

.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: #2B2A2C;
}

.tagtitle {
	margin-bottom: 5px;
	color: #88898a;
}

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

.tagtitle em {
	color: #a6a5a5;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 9px;
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	float: right;
}

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

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

/*!Breadcrumbs*/

.breadcrumb {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #a6a5a5;
	font-size: 9px;
	letter-spacing: .1em;
	clear: both;
	margin: 0 0 8px;
	text-align: center;
}
	.archive-breadcrumb {
		text-align: left;
	}
.breadcrumb a {
	color: #a6a5a5;
	font-weight: bold;
	text-decoration: underline;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 11px;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
	}
.breadcrumb a:hover {
	color: #2B2A2C;
}

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .cntctfrm_input input[type=submit], a.buy, mv-review-form button {
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
	font-weight: normal;
	background-color: #2B2A2C;
	border: none;
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	cursor: pointer;
	margin-top: 5px;
	padding: 11px 25px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.smbutton {
	text-decoration: none;
	font-size: 10px;
	padding: 8px 15px;
	color: #a6a5a5;
	background-color: #fff;
	border: 1px solid #EDEEEB;
}


#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .cntctfrm_input input[type=submit]:hover, a.buy:hover, mv-review-form button:hover {
	background-color: #50A365;
	color: #ffffff;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input {
	color: #2B2A2C;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #EDEEEB;
}

.cntctfrm_input {
	margin: 5px 0 15px;
}

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

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

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
}

.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: 1px solid #EDEEEB;
	overflow: hidden;
}

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

.search-form .search-input {
	color: #767676;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	vertical-align: middle;
	float: left;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	height: 50px;
}

.search-form .search-submit {
	background-color: #ffffff;
	color: #2B2A2C;
	font-size: 20px;
	line-height: 47px;
	cursor: pointer;
	width: 40px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	float: right;
}
	.span_content .search-form .search-submit {
		font-size: 24px;
		padding: 0 10px;
		text-align: right;
	}
.search-form .search-submit:hover {
	color: #50A365;
}




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

.footer {
	clear: both;
	text-align: left;
	margin-top: 50px;
	background-color: #F9F9F9;
	padding: 40px 0 20px;
}

.footer .wrap {
	padding: 0;
}	

#sbi_load {
	text-align: right;
}
#sbi_load .sbi_follow_btn {
	padding: 0;
	margin: -15px 0 0;
	float: right;
	background-color: transparent !important;
}
	#sbi_load .sbi_follow_btn a {
		background-color: transparent !important;
		color: #767676 !important;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
		padding: 0 18px !important;
	}
	#sbi_load .sbi_follow_btn:hover a {
		background-color: transparent !important;
		color: #50A365 !important;
	}
/*!Sub-footer*/

.sub-footer {
	padding: 30px 0;
	overflow: hidden;
	background-color: #2B2A2C;
	color: #767676;
	font-size: 11px;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
}
	#footer_branding {
		margin: 0 !important;
		background-color: #4e4d4f;
		color: #ffffff;
	}
.sub-footer a, .copyright a {
	text-decoration: none;
	color: #767676;
}

.sub-footer a:hover, .copyright a:hover {
	color: #50A365;
}

.footer-nav {
	margin: 0;
	padding: 0;
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);
	float: left;
}

.footer-nav li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
}

.footer-nav li.top a {
	font-weight: bold;
	color: #ffffff;
}

.copyright {
	width: 250px;
	float: right;
	text-align: right;
	margin: 0;
}

.copyright p {
	margin: 0
}


.copyright em {
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.copyright a {
	text-decoration: underline;
}

.copyright ul li {
	display: inline-block;
}

.copyright ul li:after {
	content: "/";
	margin-left: 5px;
}

.copyright ul li:last-child:after {
	display: none;
}

.copyright .site-credit {
	margin: 20px 0;
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: normal;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	color: #b1b1b1;
}

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

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

#respond {
	margin-top: 50px;
	background-color: #F9F9F9;
	padding: 15px 25px;
}
	h3#reply-title a#cancel-comment-reply-link {
		display: none !important;
	}
	#comment-list h3#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 #EDEEEB;
	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: #ececec;
	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: #2B2A2C;
}

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

.comment-meta a:hover {
	color: #50A365;
	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: #2B2A2C;
	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: #2B2A2C;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded
}

.comment-nav .current {
	color: #2B2A2C;
	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: #2B2A2C
}

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

.comment-nav .alignright a:hover {
	color: #2B2A2C;
	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: #2B2A2C;
	font-size: 11px;
	font-weight: bold
}

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

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

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

.pagination {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0px 0 20px;
	padding: 10px 0;
	overflow: hidden;
	color: #2B2A2C;
}
	.nav-links {
	}
.pagination .page-numbers, .nav-links a {
	color: #767676;
	padding: 4px 10px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
}

.nav-links a {
	padding: 0;
}

.pagination span.page-numbers.current, .pagination a.active {
	background-color: #50A365;
	color: #ffffff;
	margin: 0;
	font-weight: bold;
}

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

.pagination a.page-numbers:hover {
	color: #50A365;
}

.nav-links {
	margin: -10px 0 0;
}

.nav-links .nav-previous {
	width: 50%;
	float: left;
	text-align: left;
}

.nav-links .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}

.nav-links a:hover {
	color: #2B2A2C;
	background-color: transparent;
}

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

#main {
	margin: 0;
	padding: 0;
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);
	clear: right;
	float: right;
	text-align: right;
	font-weight: normal;
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 18px;
	line-height: 45px;
	height: 45px;
	display: block;
}

#main ul {
	margin-right: -11px;
}

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


#main ul li a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #2B2A2C;
	-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 ul li a:hover, #main ul li:hover a {
		background: url(images/line@2x.png) center bottom no-repeat;
		background-size: 70% 5px;
	}
	
/*!Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 42px;
	left: 8px;
	padding: 8px 0;
	line-height: 1.3;
	font-size: 11px;
	background-color: #2B2A2C;
	text-align: left;
	z-index: 2001;
	
}

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

#main li li a {
	width: 100%;
	padding: 8px 15px;
	border: none;
	color: #ffffff;
	background-image: none !important;
}

	#main li li.bold a {
		font-weight: bold;
		color: #50A365;
	}

#main li li a:hover {
	background-color: #50A365;
	color: #ffffff;
}

#main ul li:hover > ul {
	display: block;
}


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

#main ul li.menu-item-has-children>a:after {
	content: "";
	display: inline;
	margin: 0px -7px 0 0;
	font-size: 90%;
}

#main ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: lighter;
	float: right;
	display: inline;
	margin: 0px 0 0 3px;
	font-size: 90%;
}
		
/*!Sub Menus Level 2*/

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

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

#main li li li a {
	
}

/*! WPRM */

.wprm-recipe.wprm-recipe-template-custom {
	font-size: 95%;
	position: relative;
	overflow: visible;
	margin: 50px 0;
	background: #FFF;
	border: 2px solid #2B2A2C;
	padding: 25px;
	padding-bottom: 0;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
	float: right;
	width: 30%;
	margin: 2px 0px 15px 15px;
	position: relative;
	z-index: 101;
	text-align: center;
	min-width: 150px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image {
		position: relative;
		margin-bottom: 15px
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image img {
		display: block;
		width: 100% !important;
		max-width: 100%;
		height: auto !important;
	}
	
.wprm-recipe.wprm-recipe-template-custom h2, .wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 0 0 5px !important;
	font-size: 28px;
	letter-spacing: .1em;
	border: none;
	padding: 0;
}
	
.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 25px 0 15px !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 21px;
}

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

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

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-instructions-container {
	margin-bottom: 35px
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes-container {
	border-top: 1px solid #eeeeef;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-notes {
	font-style: italic;
	opacity: 1.0;
	color: #2B2A2C;
}
/*Recipe Meta*/

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #ffffff;
	background-color: #50A365;
	display: inline-block;
	padding: 2px 8px 1px;
	margin: -5px 0 10px
}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	margin: 15px 0 15px;
	line-height: 1.6;
	color: #767676;
	text-align: left
}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
	clear: both;
	color: #767676;
	margin: 0;
	background-color: #ffffff;
	margin: -2px -27px -2px;
	border-top: 2px solid #2B2A2C;
	text-align: center;
	padding: 15px 10px;
}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-block-text-normal  {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #50A365;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom .wprm-block-text-normal {
		color: #767676;
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-block-text-italic, .wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-custom-field {
		font-family: Georgia, Times, serif; 
		font-weight: normal;
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: normal;
		letter-spacing: normal;
		font-style: italic !important;
		color: #767676;
	}

.wprm-recipe-details-container-table.wprm-recipe-table-borders-left-right {
    border-right: none !important;
    border-left: none !important;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-unit {
    font-size: 1em;
}

/*Ratings*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	text-align: center;
	font-size: 17px;
	line-height: 30px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating-details {
		font-style: italic;
		font-weight: normal !important;
		color: #767676;
		font-size: 12px;
		margin-left: 5px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}

.comment-form-wprm-rating label {
	position: relative;
	top: -3px;
	font-weight: 500;
	
}
	
/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
	font-weight: bold;
	border: none !important;
	box-shadow: none !important;
	margin: 0 0 10px !important;
}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover {
		background-color: #50A365 !important;
		color: #ffffff !important;
	}
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-jump-to-comments {
	font-size: 11px;
}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-jump-to-comments:hover {
		background-color: #ffffff !important;
		color: #50A365 !important;
	}

/*Lists*/

.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li {
	margin-left: 35px !important;
	margin-bottom: 6px;
	line-height: 1.5;
	list-style-type: disc !important;
}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li:before, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li:before {
		display: none;
	}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li {
	margin-left: 32px !important;
	margin-bottom: 15px;
	line-height: 1.5;
}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li:before {
		display: none
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-amount, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-unit {
	font-weight: bold
}

/*Nutrition*/
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	color: #707070;
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	text-align: left;
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	background-color: #f9f9f9;
	padding: 20px;
	margin: 25px 0;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container:before {
		content: "Nutrition Information: ";
		font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		color: #707070;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-block-text-italic {
		letter-spacing: normal;
		text-transform: lowercase;
		font-weight: normal;
		font-family: Georgia, "Times New Roman", Times, serif;
	} 

/*Footer*/
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	padding: 25px 30px;
	margin: 25px -30px -30px;
	background-color: #414345;
	color: #ffffff;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action h4 {
	color: #50A365;
	font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
	margin: 0 0 8px;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action p {
	font-size: 16px;
	margin: 0;
    display: block;
    line-height: 1.5;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action i {
	font-size: 90px;
	float: left;
	margin-right: 20px;
	color: #50A365;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action a {
	color: #ffffff;
}

/*Jump Button*/
.post-meta .wprm-recipe-snippet {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
	.post-meta a.wprm-recipe-link, .post-meta a.video-jump {
		display: inline-block;
		color: #2B2A2C !important;
		background-color: #50A365;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: .14em;
		font-size: 11px;
		padding: 5px 10px;
		margin: 0 !important;
		border: none;
	}
		.post-meta a.wprm-recipe-link:hover, .post-meta a.wprm-recipe-link:focus, .post-meta a.video-jump:hover, .post-meta a.video-jump:focus {
			color: #ffffff !important;
			background-color: #2B2A2C !important;
			opacity: 1.0 !important;
		}
		.post-meta a.wprm-recipe-link:before {
			content: "\f063";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			margin-right: 5px;
		}
		.post-meta a.wprm-recipe-print:before {
			content: "\f02f";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			margin-right: 5px;
		}

/*!CREATE RECIPE CARD*/

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

.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: 2px solid #2B2A2C !important;
	padding-bottom: 0;
}

.mv-create-card .mv-create-wrapper p, .mv-create-card .mv-create-wrapper li {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.6;
	color: #1a1a1a;
}

.mv-create-card .mv-create-wrapper .mv-create-header {

}
	.mv-create-card .mv-create-wrapper .mv-create-header>* {
		text-align: left;
	}



.mv-create-card .mv-create-wrapper .mv-create-description {
	margin: 0;
	font-style: italic;
}

.mv-create-card .mv-create-wrapper .mv-create-image-container {
	width: 32% !important;
	min-width: auto !important;
	max-width: 180px !important;
	float: right !important;
	clear: none !important;
}
.mv-create-card .mv-create-wrapper .mv-create-image {
	margin-bottom: 20px !important;
}


/*!Headings*/
.mv-create-card .mv-create-wrapper h1.mv-create-title-primary {
	line-height: 1.1;
	margin: 0 0 15px !important;
	width: 100%;
	min-width: auto !important;
	max-width: auto !important;
	float: none !important;
	clear: none !important;
	display: block;
}

.mv-create-card .mv-create-wrapper h2.mv-create-title-secondary {
	font-weight: normal;
	margin: 0px;
	font-size: 18px;

}

.mv-create-card .mv-create-wrapper .mv-create-ingredients h2 {
	margin-top: 20px;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients h3, .mv-create-card .mv-create-wrapper .mv-create-instructions h3 {
	font-size: 14px;
	color: #767676;
	margin: 10px 0 10px;
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.5;
	font-weight: bold;
}


/*!Recipe Times/Meta*/
.mv-create-card .mv-create-wrapper .mv-create-yield {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #50A365;
	font-size: 11px !important;
	font-weight: bold;
	letter-spacing: .2em;
	display: inline-block;
	padding: 3px 10px 2px;
	margin-bottom: 8px;
	opacity: 1.0 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-times {
	margin: 30px 0;
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #767676;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .12em;
	display: block !important;
	opacity: 1.0 !important;
	padding: 0 !important;
	text-align: left;
}

.mv-create-card .mv-create-wrapper .mv-create-uppercase {
	letter-spacing: .12em;
	font-size: 10px;
}

.mv-create-card .mv-create-wrapper .mv-create-time {
	display: inline-block !important;
	width: auto !important;
	opacity: 1.0 !important;
	padding: 0 15px;
	margin: 0;
	border: none !important;
	text-align: center !important;
}
	.mv-create-card .mv-create-wrapper .mv-create-time:nth-child(1) {
		padding-left: 0;
	}

.mv-create-card .mv-create-wrapper .mv-create-time-format, .mv-create-card .mv-create-wrapper .mv-create-time-label {
	text-align: center;
	color: #50A365;
	opacity: 1.0 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-time-label {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #767676;
}


/*!Ingredients/instructions*/
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul {
	margin: 10px 0 15px;
	padding: 0;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li {
	margin: 0 0 5px 10px !important;
	padding: 0;
	list-style-type: none;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li:before {
	
}

.mv-create-card .mv-create-wrapper .mv-create-instructions ol, .mv-create-card .mv-create-wrapper .mv-create-notes ol {
	margin: 10px 0 15px;
	padding: 0;
}

.mv-create-card .mv-create-wrapper .mv-create-instructions ol li, .mv-create-card .mv-create-wrapper .mv-create-notes ol li {
	margin: 0 0 15px 10px !important;
	padding: 0;
	list-style-type: decimal;
}

.mv-create-card .mv-create-wrapper .mv-create-notes {
	margin: 25px 0 20px;
}

.mv-create-card .mv-create-wrapper .mv-create-notes h2 {
	margin-top: 0 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-notes p {
	font-size: 95%;
	margin: 15px 0;
}

.mv-create-card .mv-create-wrapper .mv-create-notes li {
	font-size: 95%;
	background-color: #EDEEEB;
	padding: 20px !important;
	margin: 0 0 15px 0!important;
	list-style-position: inside;
}

.mv-create-card p.mv-create-affiliate-disclaimer {
	font-size: 15px;
	line-height: 1.5;
	font-style: italic;
	color: #767676;
	font-size: 11px;
	}

/*!Nutrition*/
.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	font-size: 13px;
	line-height: 1.6;
	background-color: #F9F9F9;
	padding: 20px;
}
	.mv-create-card .mv-create-wrapper .mv-create-nutrition small {
		text-align: left;
		font-size: 11px;
	}
.mv-create-card .mv-create-wrapper .mv-create-nutrition * {
	font-size: 100%;
	opacity: 1.0;
	color: #767676;
}


.mv-create-card .mv-create-wrapper .mv-create-nutrition h3.mv-create-nutrition-title {
	font-size: 14px;
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .1em;
	font-weight: bold;
	color: #2B2A2C;
}
	.mv-create-card .mv-create-wrapper .mv-create-nutrition h3.mv-create-nutrition-title span {
		font-size: 14px;
		color: #2B2A2C;
	}

.mv-create-card .mv-create-wrapper .mv-create-nutrition h3:before {
	display: none !important;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition .mv-create-nutrition-label {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 11px;
}

/*!Footer*/
.recipe-ps {
	margin: -15px 0 0;
	background-color: #50A365;
	padding: 25px 30px;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
}
	.recipe-ps p {
		margin: 10px 0;
		font-size: 15px;
	}
	.recipe-ps h3 {
		margin: 10px 0 10px;
	}
	.recipe-ps i {
		font-size: 115px;
		line-height: 1;
		float: left;
		vertical-align: middle;
		color: #ffffff;
		margin-right: 20px;
	}
	.recipe-ps strong {
		font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-size: 14px;
	}
	.recipe-ps em {
		font-weight: bold;
		font-style: normal;
	}
	
.mv-create-card .mv-create-footer {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
}

.mv-create-footer, .mv-create-footer * {
	opacity: 1.0 !important;
}

.mv-create-footer .mv-create-footer-flexbox {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 10px;
	opacity: 1.0;
}

.mv-create-footer .mv-create-footer-flexbox * {
	opacity: 1.0 !important;
	letter-spacing: .08em !important;
	font-weight: normal !important;
	color: #767676;
}

/*!Ratings*/
.mv-create-card .mv-create-wrapper .mv-reviews {
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
	color: #767676;
	font-style: italic;
}

.mv-create-card .mv-create-wrapper .mv-create-rating a {
	text-decoration: underline;
	color: #50A365;
	font-weight: bold;
}

.mv-create-card .mv-create-wrapper .mv-reviews-stars {
	margin-bottom: 6px;
}

.mv-comments-nav li:before {
	display: none;
}
.mv-comments-card {
	margin: 0 !important;
	border: none !important;
	padding: 0 !important;
}
.mv-comments-card-header {
	margin: 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
}
	h2.mv-comments-card-heading {
		font-size: 20px !important;
		margin: 25px 0 10px !important;
	}
.mv-comments-card-stars {
	
}
.mv-comments-review {
	margin: 30px 0;
	padding: 25px !important;
	background-color: #ffffff;
	border: 1px solid #EDEEEB;
	line-height: 1.6 !important;
}
.mv-comments-review .mv-comments-review-date {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #767676;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 1.7;
}
.mv-comments-review .mv-comments-review-author {
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .08em;
	font-size: 14px;
	line-height: 1.7;
	color: #2B2A2C !important;
}
.mv-comments-placeholder {
	opacity: 1.0 !important;
}
/*!Buttons, etc*/

.mv-create-card .mv-create-wrapper button.mv-create-print-button {
	text-decoration: none;
	font-family: "centrale_sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 15px;
	line-height: 1;
	margin: 0 auto 15px;
	background-size: 100% auto;
	padding: 15px 15px;
	color: #ffffff;
	background-color: #2B2A2C;
	border: none;
}
	.mv-create-card .mv-create-wrapper button.mv-create-print-button:hover {
		background-color: #50A365;
		cursor: pointer;
	}

.mv-create-card .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: #50A365 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-pin-button:hover {
	background-color: #A7D1B2 !important;
	cursor: pointer;
}



/*!Print Styles*/
.mv-create-print-view.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: none !important;
	padding: 0;
}
.mv-create-print-view .mv-create-nutrition {
	margin-bottom: 0;
}
.mv-create-print-view .mv-create-canonical-link {
	text-align: center;
	display: block;
	text-transform: none;
	letter-spacing: normal;
	font-size: 14px;
	color: #767676;
	margin-top: 15px;
}