/* ! 
Theme Name: Culinary Ginger
Theme URL: http://www.culinaryginger.com/
Description: Custom responsive blog theme for Culinary Ginger.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

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

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

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

/* ! MAIN CONTAINER */

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

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

@media ( min-width : 801px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 300px - 5%);
		width: -webkit-calc(100% - 300px - 5%);
		width: calc(100% - 300px - 5%);
		max-width: 660px;
		float: left;
		display: inline-block;
	}
	
	.span_content_full {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
	}
	
	.span_sidebar {
		width: 300px;
		float: right;
		clear: right;
		display: block;
	}
}
.wrapper {
	overflow: hidden;
}

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

/* !---------STRUCTURE---------*/
@font-face {
    font-family: 'Quicksand';
    src: url('../woff2/quicksand-bold-webfont.woff2') format('woff2'),
         url('../woff/quicksand-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: fallback;
}

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

body {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.8;
	color: #5C5D54;
	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: #F6921E;
	text-decoration: underline;
}

a:hover {
	color: #FABE78;
	text-decoration: none;
}
	.single-post .post-content a:link, .single-post .post-content a:visited {
		text-decoration: none;
		border-bottom: 2px solid #F6921E;
		box-shadow: inset 0 -1px 0 #F6921E;
	}
	.single-post .post-content a:hover, .single-post .post-content a:active {
		color: #ffffff;
		border-bottom: 2px solid #F6921E;
		box-shadow: inset 0 -30px 0 #F6921E;
	}
	
p {
	margin: 25px 0;
}

img {
	display: block;
}

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

h1 {
	font-size: 23px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 18px;
}

	h2.divider, h3.divider {
		text-align: center;
		font-size: 18px;
	}	
	h2.divider:after, h3.divider:after {
		content: "";
		display: block;
		height: 10px;
		border-bottom: 1px solid #EFEFEE;
		margin: -25px 0 20px;
	}
	h2.divider span, h3.divider span {
		background-color: #ffffff;
		padding: 0 10px;
	}
h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-bottom: 1px solid #EFEFEE;
	height: 1px;
}

.sep2 {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-bottom: 1px solid #EFEFEE;
	height: 1px;
}

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

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

.top-bar {
	overflow: hidden;
	background-color: #F6921E;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-style: italic
}
	.top-bar .subscribe {
		border: none;
		padding: 0
	}
	.top-bar p {
		margin: 0;
		display: inline-block;
		vertical-align: middle;
	}
	.top-bar strong {
		color: #ffffff;
		font-style: normal;
		font-family: "Quicksand", Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 94%;
	}
	.top-bar .email-form {
		overflow: hidden;
		display: inline-block;
		width: 250px;
		vertical-align: middle;
		margin: 0 0 0 10px;
		clear: none !important;
		background-color: transparent;
	}
.header {
	clear: both;
	margin-bottom: 30px;
	border-bottom: 1px solid #EFEFEE;
}

.header .wrap {
	overflow: visible
}
.header .logo {
	overflow: hidden;
	margin: 35px 0 35px;
	width: 384px;
	height: 80px;
	float: left;
}

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


.header .header-search {
	float: right;
	margin-left: 20px;
	margin-top: 22px;
	width: 220px
}
	.header .header-search .search-input {
		font-size: 14px;
		height: 35px;
		line-height: 35px
	}
	.header .header-search .search-submit {
		height: 35px;
		line-height: 33px
	}
.header .social {
	float: right;
	vertical-align: middle;
	margin-top: 24px
}
	.header .social a {
		color: #F6921E;
	}
		.header .social a:hover {
			color: #FABE78;
		}


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

.span_content {
	margin-bottom: 50px;
}

.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: #5C5D54;
	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.page-title, h1.archive-title, h2.page-title, h2.archive-title {
	margin: 10px 0 20px;
}

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

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

.widget a {
	text-decoration: none;
}

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


.sidebar select {
	color: #A5A19E;
	font-size: 13px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #ebeaea;
}

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

.about {
	text-align: center;
}

.about h3.widget-title {
	
}

.about .simple-image {
	margin: 0;
}
	.about .simple-image img {
		display: block;
		width: 170px;
		height: auto;
		margin: 0 auto 20px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
.about .more a {
	font-size: 11px;
	font-family: "Quicksand", Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background-color: #F6921E;
	color: #ffffff;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 6px;
}

	.about .more a:hover {
		background-color: #FABE78;
	}

.sidebar .widget.social {
	margin-top: -20px;
}

.social a {
	text-decoration: none;
	font-size: 20px;
	padding: 8px;
}
.social a:hover {
	
}

.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 .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 .widget_category-posts h3.widget-title .more {
		display: none !;
	}
.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;
}



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

.post {
	margin-bottom: 0px;
}

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

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

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

.post-meta {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #A5A19E;
	font-size: 11px;
	letter-spacing: .08em;
	overflow: hidden;
	margin: 0 0 25px;
}

.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-style: italic;
	font-size: 107%;
}

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

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #F6921E;
}
	
.post-meta .spacer {
	margin: 0 8px 0;
	font-weight: normal;
	color: #D4D2D0
}

.ccount a:before {
	display: inline;
	vertical-align: middle;
	margin: 0 4px 0 0;
	content: "\f075";
	font-family: "Font Awesome 5 Pro";
	color: #F6921E;
	font-weight: bold;
	position: relative;
	font-size: 86%;
	top: -1px;
}
.post-meta i {
	color: #F6921E;
	margin-right: 2px;
	font-size: 110%;
}
.post-meta .post-cats {
	margin-bottom: 20px;
}

.post-cats a {
	color: #ffffff;
	border-radius: 4px;
	background-color: #A5A19E;
	display: inline-block;
	font-size: 10px;
	padding: 5px 10px;
	margin: 2px 2px;
}

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

.meta-bottom {
	clear: both;
	margin: 25px 0;
	overflow: hidden;
	line-height: 1.4;
	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: #A5A19E;
	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: #5C5D54;
}

.post .more {
	
}
a.more-link {
	font-size: 13px;
	font-family: "Quicksand", Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background-color: #F6921E;
	color: #ffffff;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 6px;
}

	a.more-link:hover {
		background-color: #FABE78;
	}
	
	.teaser-post a.more-link {
		font-size: 11px;
	}

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


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

.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>p:first-of-type {
	text-align: left !important;
}
	
/* !---------Blocks---------*/

.single-post-content p.box {
	margin: 35px 0;
	clear: both;
	padding: 5% 6%;
	background-color: #f5f5f4;
	
}

.single-post-content p.box2 {
	font-size: 120%;
	text-align: center;
	border: 1px solid #EFEFEE;
	padding: 5% 6%;
	
}
	
/* !---------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 */

.disclosure, .akismet_comment_form_privacy_notice {
	text-align: center;
	font-style: italic;
	color: #A5A19E;
	font-size: 11px;
}
	.disclosure p {
		margin: 15px 0;
	}


.dpsp-content-wrapper a {
	border: none !important;
	box-shadow: none !important;
}
.dpsp-content-wrapper {
	text-align: center
}
.dpsp-content-wrapper li {
	float: none;
	margin: 0 6px 0 6px !important;
	display: inline-block
}
.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
    }

.dpsp-shape-circle a.dpsp-network-btn {
    border-radius: 50% !important;
    padding: 10px;
}

.inner-post {
	clear: both;
}

.inner-post .subscribe {
	margin-bottom: 0
}

/* !Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 0 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Quicksand", Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	border-bottom: 1px solid #ebeaea;
}

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

.post-nav a {
	color: #5C5D54;
	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: #F6921E;
}

.post-nav em {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	color: #A5A19E;
	padding: 0 0 5px;
}

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


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

.teaser-post {
	font-size: 93%;
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
	width: 47%;
	float: left;
	text-align: center;
}

.teaser-post.odd {
	clear: left;
	margin-right: 6%;
}

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

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

.teaser-post h2.post-title, .teaser-post h3.post-title {
	margin: 0 0 5px;
	color: #5C5D54 !important;
	font-size: 18px;
}

.teaser-post .excerpt {
	
}

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

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

.teaser-post .post-meta {
	font-size: 10px;
}

	.teaser-post .post-meta .spacer {
		
	}
	.teaser-post .ccount a:before {
		
	}

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

/* !-------Homepage Category Sections-------!*/
.home-featured {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
	background-color: #E7E7E5;
	margin-top: -30px;
	padding: 30px 0 30px;
}
	
.home-sections {
	overflow: hidden;
	clear: both;
	margin-top: 50px;
}

.home-section {
	margin-bottom: 60px;
	overflow: hidden;
}
	.home-featured.home-section {
		margin-bottom: 45px;
	}
	.home-section:last-of-type {
		margin-bottom: 0;
	}

.home-section h3.widget-title, .latest-posts h2.widget-title {
	text-align: center;
	color: #5C5D54;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .05em;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px
}

	.home-section h3.widget-title .more {
		float: right;
		display: inline-block;
		text-decoration: none;
		font-size: 10px;
		font-family: "Quicksand", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-style: normal;
		line-height: 1.3;
		color: #F6921E;
		background-color: transparent;
		margin: 9px 0 0;
		text-decoration: none;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		display: none
	}
.home-section h3.widget-title a {
	color: #5C5D54;
}
	.home-section h3.widget-title a:hover {
		color: #F6921E;
	}
	
.home-section .item {
	overflow: hidden;
	text-align: center;
	width: 30.75%;
	margin-right: 3.5%;
	margin-bottom: 20px;
	float: left;
	position: relative;
}

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

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

.home-section .item h4 {
	margin: 10px 0;
}
	.home-featured .item h3 {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: #ffffff;
		padding: 3px 10px 6px;
		display: inline-block;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		white-space: nowrap;
	}

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

.home-section .more a {
	
}

.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---------*/

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

.recipe-cats {
	overflow: hidden;
	margin: 20px 0 40px;
}
.recipe-cats .item {
	
	
}
	.recipe-cats img {
		
	}
	
	.recipe-cats h4 {
		color: #5C5D54;
		margin: 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	


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


.archive-post a, .recipe-cats 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: #5C5D54;
	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, .recipe-cats 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;
	padding-left: 5px !important;
}

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

.archiveslist a:link {
	color: #5C5D54;
	text-decoration: none;
}

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

.archiveslist a:hover {
	color: #F6921E;
}

.archiveslist a:active {
	color: #5C5D54;
}

.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 #eeeeee;
	padding: 25px 25px 5px;
	text-align: center;
}

.subcats h3, .subcats h4 {
	font-size: 14px;
	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 {
	color: #A5A19E !important;
	text-decoration: none;
	background-color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .15em;
	font-weight: bold;
	font-weight: bold;
	display: inline-block;
	padding: 4px 10px;
	margin: 2px 2px 5px;
	border: 1px solid #f4f4f4;
}

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

ul.subcategories ul li a.all {
	color: #F6921E !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: "Quicksand", Geneva, Arial, Helvetica, 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: #A5A19E;
}

.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: #5C5D54;
}

.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: "Quicksand", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: right;
}

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

.tagtitle a:hover {
	color: #5C5D54;
}

/* !Breadcrumbs*/

.breadcrumb {
	font-family: "Quicksand", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #a6a5a5;
	font-size: 9px;
	letter-spacing: .15em;
	clear: both;
	margin: 0 0 8px;
}

.breadcrumb a {
	color: #a6a5a5;
	font-weight: bold;
	text-decoration: underline;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-style: italic;
		font-size: 115%;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
	}
.breadcrumb a:hover {
	color: #5C5D54;
}

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

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

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


#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .cntctfrm_input input[type=submit]:hover, a.buy:hover {
	background-color: #FABE78;
	color: #ffffff;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input {
	color: #696969;
	font-size: 14px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #ebeaea;
}

.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: #696969;
	font-size: 14px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #ebeaea;
	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%;
	max-width: 350px;
	border: 1px solid #ebeaea;
	overflow: hidden;
}

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

.search-form .search-input {
	color: #A5A19E;
	font-size: 16px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	vertical-align: middle;
	float: left;
	width: 85%;
	height: 50px;
}

.search-form .search-submit {
	background-color: #ffffff;
	color: #F6921E;
	font-size: 18px;
	line-height: 47px;
	cursor: pointer;
	width: 15%;
	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: #F6921E;
}

.header-search {
	
}

.header-search .search-form {
	
}

.header-search .search-input {
	
}

.header-search .search-submit {
	color: #A5A19E
}


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

.subscribe {
	margin-top: 30px;
	padding: 25px;
	border: 1px solid #EFEFEE;
	text-align: center
}

.subscribe h3.widget-title {
	font-size: 19.6px;
	margin: 0 0 5px
}
	.subscribe h3.widget-title:before {
		display: block;
		width: 80px;
		text-align: center;
		content: "\f658";
		font-family: "Font Awesome 5 Pro";
		font-weight: normal;
		color: #DEDFDD;
		font-size: 60px;
		line-height: .8;
		margin: -55px auto 20px;
		background-color: #ffffff;
	}
.subscribe p {
	line-height: 1.2;
	margin: 0 0 15px;
	color: #9D9E98;
	font-size: 13px;
}
.subscribe .email-form {
	clear: both;
	margin: 20px 0 0;
	overflow: hidden;
}
	.top-bar .email-form, .top-bar form.sib_signup_form {
		clear: none;
		display: inline-block
	}
	.top-bar form.sib_signup_form {
		position: relative;
		top: 10px;
		margin-left: 10px;
	}
.subscribe .email-input, .top-bar .email-input, .subscribe .sib-email-area input, .mailerlite-form-field input[type="email"] {
	width: 100%;
	border: none;
	background-color: #ffffff;
	font-style: italic;
	font-size: 15px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	border: 1px solid #EFEFEE;
	height: 48px;
	line-height: 48px;
	margin: 0 0 15px 0;
	padding: 0 18px;
	color: #2a2a2a;
	border-radius: 6px;
	float: left;
	vertical-align: middle
}
	.top-bar .email-input {
		border: none;
		font-size: 13px;
		background-color: rgba(255,255,255,.3);
		height: 30px;
		line-height: 30px;
		color: #ffffff;
		margin: 0;
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
		float: left;
		padding: 0 10px
	}
.subscribe .email-submit, .top-bar .email-submit, .subscribe .sib-default-btn, .mailerlite-subscribe-submit {
	float: none;
	border: 1px solid #5C5D54;
	width: 100%;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	border: none;
	background-color: #F6921E;
	color: #ffffff;
	text-align: center;
	font-family: "Quicksand", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	padding: 0 10px;
	margin: 0;
	border-radius: 6px;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
}
	.top-bar .email-submit {
		color: #ffffff;
		width: 60px;
		height: 30px;
		line-height: 30px;
		float: right;
		font-size: 13px;
		padding: 0;
		text-align: center;
	}
	.subscribe .email-submit:hover {
		background-color: #FABE78;
	}
		.top-bar .email-submit:hover {
			color: #FABE78;
		}
	
.email-input::placeholder, .search-input::placeholder {
	color: #A5A19E;
}
	.top-bar .email-input::placeholder {
		color: rgba(255,255,255,.7)
	}

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

.footer {
	clear: both;
	overflow: hidden;
	background-color: #f5f5f4;
	margin-top: 50px;
	
}
	.footer .subscribe {
		padding: 50px 15px;
		border: none;
		margin: 0
	}
		.footer .subscribe .wrap {
			max-width: 940px;
		}
	.footer .subscribe .title {
		width: 400px;
		text-align: left;
		float: left;
		vertical-align: middle;
		margin: 20px 0 0
	}
		.footer .subscribe .title:before {
			content: "\f658";
			font-family: "Font Awesome 5 Pro";
			font-weight: lighter;
			float: left;
			color: #DEDFDD;
			font-size: 60px;
			line-height: .8;
			margin: 0 12px 0 0
		}
		.footer .subscribe .title h3 {
			margin: 0;
			font-size: 25px;
		}
		.footer .subscribe .title p {
			margin: 0;
			font-size: 14px;
		}
	.footer .subscribe .email-form {
		width: -moz-calc(100% - 400px);
		width: -webkit-calc(100% - 400px);
		width: calc(100% - 400px);
		float: right;
		clear: none;
		vertical-align: middle
	}
		.footer .subscribe .email-input {
			width: -moz-calc(100% - 180px);
			width: -webkit-calc(100% - 180px);
			width: calc(100% - 180px);
			float: left;
		}
		.footer .subscribe .email-submit {
			font-size: 19px;
			width: 170px;
			float: right;	
		}
	
/* !Sub-footer*/

#footer_branding {
	background-color: #E7E7E5;
	margin: 0 !important;
	padding: 10px 0 15px;
	color: #A5A19E;
	}
.sub-footer {
	padding: 25px 0;
	overflow: hidden;
	background-color: #E7E7E5;
	color: #5C5D54;
	font-size: 11px;
	line-height: 1.4;
	font-family: "Quicksand", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: left;
}
.sub-footer a, .copyright a {
	text-decoration: none;
	color: #5C5D54;
}

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

.footer-nav {
	margin: 0;
	padding: 0;
	width: 75%;
	float: left;
}

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

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

.copyright {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0;
	color: #A5A19E;
}

.copyright p {
	margin: 0
}


.copyright em {
	text-transform: none;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}

.copyright a {
	text-decoration: underline;
}

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

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

#reply-title {
	
}
	#reply-title a#cancel-comment-reply-link {
		display: none !important;
	}
	#comment-list #reply-title a#cancel-comment-reply-link {
		display: inline-block !important;
	}
	
#respond {
	margin-top: 50px;
	background-color: #f5f5f5;
	padding: 20px 30px 10px !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 #ebeaea;
	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: #f5f5f4;
	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 strong {
	font-weight: bold;
	font-size: 14px;
	color: #5C5D54;
}

.comment-meta strong a {
	color: #5C5D54;
	text-decoration: underline
}

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

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

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

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}

.comment-nav {
	color: #5C5D54;
	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: #5C5D54;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded
}

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

.comment-nav .alignright a {
	color: #5C5D54;
	text-decoration: none
}

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


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

.pagination {
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Quicksand", Geneva, Arial, Helvetica, sans-serif;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: -20px 0 0;
	padding: 10px 0;
	overflow: hidden;
	color: #A5A19E;
}

.pagination .page-numbers, .nav-links a {
	color: #A5A19E;
	padding: 4px 10px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
}

.nav-links a {
	border: 1px solid #ebeaea;
}
	.nav-links a.next, .nav-links a.previous {
		border: none;
	}
	.pagination a.page-numbers:hover {
		background-color: #F6921E;
		color: #ffffff;
	}
.pagination span.page-numbers.current {
	color: #5C5D54;
	margin: 0;
}
.pagination span.page-numbers.dots {
	border: none;
	color: #A5A19E;
}


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

#main {
	clear: right;
	float: right;
	text-align: right;
	margin: 10px 0 0;
	padding: 0;
	width: width: -moz-calc(100% - 390px);
	width: -webkit-calc(100% - 390px);
	width: calc(100% - 390px);
	font-family: "Quicksand", Arial, Impact, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .07em;
	font-size: 16px;
	line-height: 55px;
	height: 55px;
}

.mainmenu {
	display: block;
	width: 100%;
}

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

#main li.menu-item a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #5C5D54;
	-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.menu-item a:hover, #main li.menu-item:hover>a {
	color: #F6921E;
}
	
/* !Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	padding: 8px 0;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: normal;
	background-color: #F6921E;
	text-align: left;
	z-index: 2001;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	box-shadow: 1px 2px 5px rgba(0,0,0,.15);
}

#main ul ul li.menu-item {
	float: none;
	width: 180px;
	margin: 0;
}

#main ul li li.menu-item a {
	width: 100%;
	display: inline-block;
	padding: 4px 15px;
	border: none;
	color: #5C5D54 !important;
}

#main ul li li.menu-item a:hover {
	color: #ffffff !important;
}

#main ul li li.bold a {
	font-weight: bold
}

#main ul li:hover > ul {
	display: block;
}
		
/* !Sub Menus Level 2*/

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

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

#main li li li a {
	
}


/* !  Create custom recipe card  */

.mv-create-card {
	max-width: 100% !important;
	width: 100% !important;
	margin-bottom: 40px !important
}

.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: 1px solid #ebeaea;
	padding: 0 !important;
	margin: 50px 0 0 !important
}
	.mv-create-card .mv-create-wrapper p, .mv-create-card .mv-create-wrapper li {
		font-size: 16px;
		font-weight: normal;
		line-height: 1.7;
		color: #5C5D54;
	}
	
.mv-create-card .mv-create-wrapper .mv-create-header, .mv-create-card .mv-create-wrapper .mv-create-ingredients, .mv-create-card .mv-create-wrapper .mv-create-instructions, .mv-create-card .mv-create-wrapper .mv-create-notes, .mv-create-card .mv-create-wrapper .mv-create-products {
	padding-left: 25px;
	padding-right: 25px;
}
/* ! Header */
.mv-create-card .mv-create-wrapper .mv-create-header {
	padding-top: 25px;
}
	
.mv-create-card .mv-create-wrapper .mv-create-image {
	border: none;
}
.mv-create-card .mv-create-wrapper .mv-create-description p {
	margin: 25px 0;
	text-align: left;
	font-size: 105%;
}


.mv-create-card .mv-create-wrapper h2.mv-create-title-primary {
	line-height: 1.2;
	font-size: 24px;
}

.mv-create-card .mv-create-wrapper h3.mv-create-title-secondary {
	font-size: 18px;
}


/* ! Times & Meta */
.mv-create-card .mv-create-wrapper .mv-create-yield {
	
}
.mv-create-card .mv-create-wrapper .mv-create-times {
	margin: 10px 0;
	opacity: 1.0;
	text-transform: uppercase;
	letter-spacing: .12em;
	line-height: 1.4;
}
	.mv-create-card .mv-create-wrapper .mv-create-times * {
		opacity: 1.0
	}
.mv-create-card .mv-create-wrapper .mv-create-time-format {
	font-size: 11px;
	font-weight: bold !important;
	text-transform: uppercase !important;
	letter-spacing: .1em !important;
	color: #A5A19E;
	opacity: 1.0;
}

.mv-create-card .mv-create-wrapper .mv-create-time .mv-create-time-label {
	font-size: 12px;
	font-weight: normal;
	font-style: italic !important;
	text-transform: lowercase;
	letter-spacing: normal;
	color: #A5A19E;
}


/* ! Ingredients & Instructions */
.mv-create-card .mv-create-wrapper .mv-create-ingredients h4 {
	font-size: 13px;
	color: #A5A19E;
	margin: 20px 0 5px
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul, .mv-create-card .mv-create-wrapper .mv-create-notes ul {
	margin: 0;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li, .mv-create-card .mv-create-wrapper .mv-create-notes ul li {
	margin: 0 0 3px 15px;
	padding: 0;
	list-style-type: none;
}
	
	.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li:before {
	    color: #F6921E;
	    content: '\2022';
	    margin: 0 6px 0 -10px;
	    font-weight: bold;
		display: inline-block;
	}
	.mv-create-card .mv-create-wrapper .mv-create-notes ul li:before {
	    color: #F6921E;
	    content: '*';
	    margin: 0 6px 0 -10px;
	    font-size: 12px;
		display: inline-block;
	}
.mv-create-card .mv-create-wrapper .mv-create-instructions h3 {
	margin-top: 30px
	
}
.mv-create-card .mv-create-wrapper .mv-create-instructions ol {
	margin: 0;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-instructions ol li {
	margin: 0 0 15px 20px;
	padding: 0;
	list-style-type: decimal;
}

/* ! Ratings */
.mv-create-card .mv-create-wrapper .mv-reviews {
	margin-top: 20px;
	font-size: 14px;
	font-style: italic; 
	color: #A5A19E;
}


/* ! Notes */
.mv-create-card .mv-create-wrapper .mv-create-notes {
	
}
	.mv-create-card .mv-create-wrapper .mv-create-notes:before {
		content: "";
		display: block;
		width: 100%;
		display: block;
		clear: both;
		margin: 5px 0;
		height: 6px;
	}
.mv-create-card .mv-create-wrapper .mv-create-notes p {
	font-size: 90%;
	font-style: italic;
}

/* ! Nutrition */

.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	padding: 0;
	margin: 20px 0 0;
	line-height: 1.3;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-inner {
	background-color: #f5f3f3;
	padding: 25px;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-amount {
	font-size: 87%;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition .mv-create-uppercase {
	font-weight: bold;
}
.mv-create-footer {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition h6 {
	
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-disclaimer {
	font-size: 11px;
	margin-top: 12px
}

/* ! Affiliate Items */

.mv-create-card .mv-create-wrapper .mv-create-products {
	border: 1px solid #ebeaea;
	padding: 2px 25px;
	margin: 25px;
}

.mv-create-card .mv-create-wrapper .mv-create-products a.mv-create-products-link {
    opacity: 1.0 !important;
    text-align: center;
	border-bottom: none;
	box-shadow: none;
	font-size: 15px;
	font-weight: bold
}
	.mv-create-card .mv-create-wrapper .mv-create-products a.mv-create-products-link img {
		border: 1px solid #ebeaea;
	}
	.mv-create-card .mv-create-wrapper .mv-create-products a.mv-create-products-link:hover {
		color: #FABE78;
		opacity: 0.6 !important;
	}
.mv-create-card .mv-create-wrapper .mv-create-affiliate-disclaimer {
	color: #A5A19E;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	line-height: 1.4;
	margin: 10px 0 15px;
}

/* ! Buttons */
.mv-create-card .mv-create-wrapper button.mv-create-print-button, .mv-create-wrapper .mv-list-link, .mv-review-form button {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: normal !important;
	font-family: "Quicksand", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold !important;
	letter-spacing: .1em;
	font-size: 14px;
	line-height: 1;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #F6921E;
	border: none !important;
	box-shadow: none !important;
	border-radius: 6px;
}

	.mv-review-form button {
		margin: 15px 0 0 !important;
		padding: 15px !important
		
	}
	.mv-create-card .mv-create-wrapper button.mv-create-print-button:hover, .mv-create-wrapper .mv-list-link:hover, .mv-review-form button:hover {
	 	background-color: #FABE78;
	 	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: #F6921E !important;
	top: 15px !important;
	right: 15px !important;
}
	.mv-create-card .mv-create-wrapper .mv-create-pin-button:hover {
	 	background-color: #FABE78 !important;
	 	cursor: pointer;	 	
	}
.mv-create-card .mv-create-wrapper .mv-create-pin-button .mv-icon-pinterest:before {
	
}

.mv-create-card .mv-create-wrapper .mv-create-pin-button .mv-icon-pinterest:before {
	
}

/* ! Footer */
.mv-create-card .mv-create-footer {
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 11px;
	font-weight: bold;
	color: #A5A19E;
	opacity: 1.0 !important;
}

	.mv-create-footer .mv-create-strong {
		font-weight: normal;
		letter-spacing: normal;
		text-transform: lowercase !important;
		font-style: italic
	}
	.mv-create-footer .mv-create-spacer {
		font-weight: normal;
		letter-spacing: normal;
	}

/* ! Jump to recipe */

.mv-create-jtr-wrapper {
	text-align: center
}

.single-post-content .mv-create-jtr-wrapper a {
	color: #fff;
	font-size: 11px;
	letter-spacing: .1em;
	line-height: 1;
	font-weight: bold;
	background-color: #F6921E;
	border: none;
	font-family: "Quicksand", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	padding: 3px 10px 8px 10px;
	border-bottom: 0 !important;
	box-shadow: none !important;
}
	.single-post-content .mv-create-jtr-button .mv-create-jtr-caret {
	    margin-right: 0px;
	    padding-top: 7px;
	    fill: #fff;
	}
/* ! Mobile */

@media ( min-width : 800px ) and ( max-width : 871px ), ( max-width : 500px ) {
	
}

@media ( max-width : 800px ) {
	
}


/* ! Print View */
.mv-create-print-view.mv-create-card {
	max-width: 8.5in !important
}
.mv-create-print-view.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: none !important;
	padding: 0;
	margin: 0 !important;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-header {
	background-image: none;
	background-color: transparent;
	margin: 0
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-description p {
	text-align: left !important;
}

.mv-create-print-view.mv-create-card .mv-create-times {
	display: block;
	text-align: left;
}
.mv-create-print-view.mv-create-card .mv-create-time {
	display: inline-block
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-header, .mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-ingredients, .mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-instructions, .mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-notes, .mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-products {
	padding-left: 0;
	padding-right: 0;
}

.mv-create-print-view.mv-create-card .mv-create-image {
	border-radius: 50%;
}
.mv-create-print-view .recipe-ps {
	display: none !important;
	visibility: hidden;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper p, .mv-create-print-view.mv-create-card .mv-create-wrapper li {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
}
.mv-create-print-view.mv-create-card * {
	color: #000 !important;
}


/* ! Comment Ratings */
.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 {
	border: solid 1px #e2e2e2 !important;
	font-size: 16px;
	padding: 10px 12px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: normal;
	color: #5C5D54;
	opacity: 1.0;
}
	.mv-review-form input::placeholder, .mv-review-form textarea::placeholder {
		color: #A5A19E;
	}
	
.mv-review-form button {
	
}
.mv-review-form footer {
	color: #A5A19E !important;
}

#comments>div:first-child {
	padding-left: 0 !important;
	padding-right: 0 !important
	}

#comments>#respond {
	padding: 20px 30px 10px !important;
}


#comment-list {
	border: 1px solid #ebeaea !important;
	padding: 15px 25px !important;
}

.mv-comments-nav ul {
	margin: 0 0 -16px !important;
	position: relative;
	z-index: 101;
}
.mv-comments-nav ul li {
	color: #A5A19E;
	text-align: center;
	margin: 10px 0 20px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
	border: 1px solid #ebeaea !important;
	padding: 10px;
	margin: 0 !important;
}
	.mv-comments-nav ul li.mv-active {
		color: #F6921E;
		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 #ebeaea !important;
	padding: 15px 25px !important;
}
.mv-comments-card-header {
	background-color: #ffffff !important;
	margin: 0 !important;
	padding: 0 !important;
}
	.mv-comments-card-header h2.mv-comments-card-heading {
		font-size: 20px !important;
		margin: 0px 0 10px;
	}
	h3#comment-title {
		margin-top: 13px;
		margin-bottom: 0px;
		font-size: 20px !important;
	}
	.mv-comments-card-header .mv-comments-card-stars {
		font-size: 14px
	}
	
	.mv-comments-card-header .mv-comments-card-stars-divider {
		display: none
	}
	.mv-comments-card-header .mv-comments-card-stars a {
		color: #fff;
		font-size: 10px;
		letter-spacing: .15em;
		line-height: 1.2;
		font-weight: bold;
		background-color: #F6921E;
		border: none;
		text-transform: uppercase;
		cursor: pointer;
		margin-left: 15px;
		padding: 7px 10px;
		text-decoration: none;
		display: inline-block
	}
		.mv-comments-card-header .mv-comments-card-stars a:hover {
			background-color: #FABE78
		}
	
.mv-comments-review {
	border: 1px solid #ebeaea;
	padding: 25px !important;
	margin: 30px 0;
	font-size: 15px;
}
.mv-comments-review, .mv-comments-review * {
	opacity: 1.0 !important;
}
.mv-comments-review .mv-comments-review-author {
	color: #F6921E;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em; 
	display: inline-block;
	opacity: 1.0 !important;
	margin-bottom: 10px;
}
	.mv-comments-review .mv-comments-review-author:after {
		content: " – ";
		margin: 0 5px;
		color: #A5A19E;
		font-weight: normal;
	}
.mv-comments-review .mv-comments-review-date {
	color: #A5A19E;
	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 h3 {
	display: block !important;
	width: 100% !important;
	margin: 10px 0;
}
.mv-comments-review .mv-comments-review-stars {
	
}
.mv-comments-review .mv-comments-review-stars .mv-stars {
	width: 120px;
	text-align: left;
}
.mv-comments-review-stars svg {
	width: 120px !important;
	height: auto;
}

