/* 
Theme Name: She Wears Many Hats
Theme URL: http://www.shewearsmanyhats.com/
Description: Custom responsive blog theme for She Wears Many Hats.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.00
*/

/* 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;
	outline: 0;
	background: transparent;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

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

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

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

/* MAIN CONTAINER */

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

/* COLUMN WIDTH ON DISPLAYS +768px */

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

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

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

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

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

body {
	font-family: Georgia, serif;
	font-size: 17px;
	line-height: 1.8;
	color: #1d1a1f;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:link, a:visited, a:active {
	color: #d0001a;
	text-decoration: underline;
}

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

p {
	margin: 25px 0;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1.2;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #1d1a1f;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	color: #8E8D8F;
	font-size: 12px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px auto 50px;
	border-bottom: 1px solid #E8E8E9;
}

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

.top-bar {
	text-align: center;
	border-bottom: 1px solid #E8E8E9;
	background-color: #ffffff;
	line-height: 42px;
	height: 50px;
	position: fixed;
	z-index: 1001;
	width: 100%;
}

.header {
	border-bottom: 1px solid #E8E8E9;
	padding-top: 50px;
	margin-bottom: 45px;
	text-align: center;
}

.header .logo {
	display: inline-block;
	width: 388px;
	margin: 25px auto 18px;
}

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

.header .header-search {
	float: right;
	width: 170px;
	text-align: right;
	margin-top: 40px;
}
	.header .header-search .search-input {
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.header .header-search .search-submit {
		height: 34px;
		line-height: 34px;
		font-size: 16px;
	}
.header .social {
	width: 170px;
	float: left;
	text-align: left;
	margin: 45px 0 0;
}
	.social a {
		text-decoration: none;
		color: #1d1a1f;
		font-size: 17px;
		padding: 7px;
	}
	
	.social a:hover {
		color: #d0001a;
	}


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

.span_content {
	
}

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

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

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

.span_content ul li:before {
	color: #1d1a1f;
	font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	content: '\2022';
	 /* '' */
	margin: 0 6px 0 -10px;
	font-size: 15px;
}

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

h1.pagetitle, h1.archivetitle {
	margin: 0 0 20px;
}
/*---------SIDEBAR---------*/

.sidebar {
	font-size: 90%;
	line-height: 1.7;
}

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

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

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	clear: both;
}

.widget {
	margin-bottom: 20px;
}

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

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

h3.widget-title em {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	color: #8e8c8f;
	margin-bottom: 5px;
}

.leftsidebar h3.widget-title, .rightsidebar h3.widget-title {
	
}

.widget a {
	text-decoration: none;
}

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

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

.sidebar select {
	color: #8e8c8f;
	font-size: 12.5px;
	font-family: Arial, Georgia, serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #E8E8E9;
}

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

.about {
	text-align: center;
}

.about img {
	float: right;
	width: 80px;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 9px 0 0 10px;
}

.about p.more a {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	font-size: 12px;
	text-transform: uppercase;
	color: #1E1B20;
}
	.about p.more a:hover {
		color: #d0001a;
	}
.subscribe {
	
}

.subscribe {
	background-color: #ffffff;
	border: 1px solid #E8E8E9;
	text-align: center;
	padding: 25px;
}

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

.subscribe p {
	display: block;
	color: #8e8c8f;
	font-style: italic;
	font-size: 15px;
	line-height: 1.6;
}

.email-form {
	clear: both;
	margin-top: 15px;
}

.email-input {
	color: #1E1B20;
	font-size: 15px;
	font-family: Arial, Georgia, serif;
	font-style: italic;
	text-align: center;
	line-height: 42px;
	background-color: #ffffff;
	border: 1px solid #E8E8E9;
	padding: 0 10px;
	margin: 0 0 10px 0;
	width: 100%;
	height: 42px;
}

.email-submit {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 32px;
	color: #1E1B20;
	background-color: transparent;
	text-align: center;
	cursor: pointer;
	border: none;
	padding: 0px 10px;
	margin: 0;
	height: 36px;
	width: 100%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.email-submit:hover {
	color: #8e8c8f;
}

.top-bar .email-form {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.top-bar .email-input {
	display: inline-block;
	margin: 0;
	width: 70%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	float: left;
	text-align: left;
}

.top-bar .email-submit {
	display: inline-block;
	margin: 0;
	width: 30%;
	height: 30px;
	line-height: 27px;
	font-size: 12px;
	float: left;
}
	
/*Featured Posts Widget*/

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

.sidebar .featured .item {
	width: 100%;
	margin: 0 5% 18px 0;
}

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

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

.featured h4 {
	margin: 10px 0;
	font-size: 12px;
}

.featured .post-meta {
	display: none;
}

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

/*Popular Posts Widget*/

.popular {
	text-align: center;
	overflow: hidden;
}

.sidebar .popular .item {
	width: 47%;
	float: left;
	margin: 0 5% 18px 0;
}

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

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

.popular h4 {
	margin: 10px 0;
	font-size: 14px;
}

.popular .post-meta {
	display: none;
}

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


/*Category Posts Widget*/

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

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

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

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

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

.sidebar .category-posts h4 a {
	color: #363636;
}

.sidebar .category-posts .post-meta {
	display: none;
}

.sidebar .category-posts a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	 /* For IE8 and earlier */;
}


/*Recent Posts Widget*/

.recentposts {
	overflow: hidden;
}

.recentposts .item {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: left;
}

.recentposts img {
	margin-right: 5%;
	width: 30%;
	height: auto;
	float: left;
	display: block;
}

.recentposts a img {
	display: block;
}

.recentposts .item:last-of-type {
	margin-bottom: 0;
}

.recentposts h4 {
	padding-top: 10px;
	margin: 0 0 4px;
	color: #1E1B20;
	font-size: 12px;
}

.recentposts a h4 {
	color: #1E1B20;
}

.recentposts a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

.recentposts .post-meta {
	font-size: 9px;
	margin: 0;
	display: none;
}


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

.post {
	
}

.post-title {
	text-align: center;
	margin-bottom: 25px;
}

.post-title h1, .post-title h2 {
	margin: 5px 0 15px 0px;
	color: #1d1a1f;
}

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

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

.post-title h1:after, .post-title h2:after {
	content: "";
	display: block;
	width: 80px;
	border-bottom: 1px solid #E8E8E9;
	height: 1px;
	margin: 15px auto 20px;
}

.post .edit {
	text-transform: lowercase;
	letter-spacing: 0;
}

.post-meta {
	color: #8e8c8f;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.post-author, .post-meta em {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-size: 13px;
}
	.post-meta em {
		text-transform: lowercase;
	}
.post-meta a {
	color: #8e8c8f;
	text-decoration: none;
}

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #d0001a;
	text-decoration: none;
}

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

.post-cats {
	margin-bottom: 15px;
}
.meta-bottom .post-cats a {
	color: #8e8c8f;
	font-size: 10px;
	background-color: #ffffff;
	border: 1px solid #E8E8E9;
	text-transform: uppercase;
	padding: 2px 7px;
	margin: 2px;
	display: inline-block;
}
	.meta-bottom .post-cats a:hover {
		background-color: #d0001a;
		border-color: #d0001a;
		color: #ffffff;
	}
a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #8e8c8f;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px;
	text-decoration: none;
}

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: #1d1a1f;
}

.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 {
	color: #8e8c8f;
	font-style: italic;
	font-size: 115%;
	line-height: 1.9;
	padding: 5px 5%;
}

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

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

.wp-nutrition-label {
	margin: 0 auto !important;
}
/* Recipe Styles*/

.recipe {
	font-style: normal;
	margin: 45px 0 25px;
	padding: 25px;
	border: 1px solid #E8E8E9;
	overflow: hidden;
}

.recipe h2 {
	margin: 0 0 15px;
	text-align: center;
}

.recipe h2:after {
	content: "";
	display: block;
	width: 80px;
	border-bottom: 1px solid #E8E8E9;
	height: 1px;
	margin: 15px auto 20px;
}

.recipe h3 {
	margin: 10px 0 10px;
	font-size: 24px;
}

.recipe h4 {
	font-size: 11px;
	margin: 20px 0 10px;
	color: #8e8c8f;
}

.recipe p, .recipe ol, .recipe ul {
	margin-top: 5px;
	margin-bottom: 12px;
}

.recipe ol li:last-of-type, .recipe ul li:last-of-type, .recipe .notes p:last-of-type, .recipe .source p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.recipe ul li:before {
	color: #d0001a;
}

.recipe .ingredients {
	/*width: 35%;
	float: left;*/
	margin-bottom: 30px;
}

.recipe .instructions {
	/*width: 60%;
	float: right;*/
	margin-bottom: 30px;
}

.recipe .summary {
	margin: 0 0 25px;
	clear: left;
	text-align: center;
	font-style: italic;
	font-size: 115%;
}

.recipe .recipe-meta {
	width: 28%;
	float: right;
	margin: 0 0 10px 10px;
}

.recipe .time {
	text-align: center;
	margin: 0 0 20px;
	font-size: 10px;
}

.recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
}

.recipe .time strong {
	font-weight: normal;
}

.recipe .notes {
	clear: both;
	font-style: italic;
	border-top: 1px solid #E8E8E9;
	margin-top: 0px;
	padding-top: 25px;
	font-size: 95%
}

.recipe .notes p {
	display: block;
}

.recipe .source {
	color: #8e8c8f;
	font-size: 12px;
	font-style: italic;
	margin-top: 15px;
	clear: left;
}

.recipe .photo {
	margin: 0;
	float: right;
	width: 200px;
}

.recipe .photo img {
	width: 100% !important;
	height: auto;
}

.recipe .print {
	text-align: center;
	margin: 5px 0;
}

.recipe .print a {
	color: #d0001a;
}

.recipe .print a:hover {
	color: #8e8c8f;
}

.recipe .printbutton {
	width: 200px;
	margin: 0;
	float: right;
	clear: right;
	text-align: center;
}

.printbutton a {
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	background-size: 100% auto;
	padding: 5px 30px;
	color: #ffffff;
	background-color: #d0001a;
}

.printbutton a:hover, .printbutton a:active {
	
}


/* Inner Post */

ul.shareaholic-share-buttons {
	margin: 0 !important;
	padding: 0!important;
}

.affiliates {
	overflow: hidden;
}

.affiliates h3.widget-title, .related h3.widget-title {
	text-align: center;
	margin-bottom: 22px;
}

.affiliates h3.widget-title em {
	margin: 5px 0 15px;
}

.affiliates h3.widget-title:before {
	content: "";
	display: block;
	width: 80px;
	border-bottom: 1px solid #E8E8E9;
	height: 1px;
	margin: 25px auto 25px;
}

.inner-post {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.inner-post .widget {
	margin: 0 0 40px;
}

.inner-post .widget.subscribe {
	float: none;
	width: 100%;
	padding: 5% 8%;
}

.inner-post .widget.subscribe h3.widget-title {
	margin-top: 10px;
	font-size: 26px;
}

.inner-post .widget.subscribe p {
	
}

/*Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 50px 0 0;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
	letter-spacing: .08em;
	border-top: 1px solid #E8E8E9;
}

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

.post-nav a {
	color: #1E1B20;
	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: #d0001a;
}

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


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

.teaser-post {
	width: 47%;
	float: left;
	overflow: hidden;
	margin: 0 0 50px 0;
	text-align: center;
	font-size: 95%;
}

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

.teaser-post.even {
	
}

.teaser-post h2 {
	
}

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

.teaser-post .post-thumb {
	margin-bottom: 8px;
}

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


.teaser-post .post-thumb a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

.teaser-post .post-title h2, .teaser-post .post-title h4 {
	margin: 3px 0 8px;
}

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

.more {
	text-align: center;
}

a.more-link {
	font-size: 13px;
	color: #1E1B20;
	background-color: #ffffff;
	letter-spacing: .08em;
	padding: 10px 25px;
	margin: 0 auto;
	display: inline-block;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .08em;
	text-align: center;
	cursor: pointer;
	border: 1px solid #E8E8E9;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
	
	.teaser-post a.more-link {
		font-size: 11px;
		padding: 8px 15px;
		border: none;
	}

a.more-link:hover {
	background-color: #d0001a;
	border-color: #d0001a;
	color: #ffffff;
}



/*---------HOMEPAGE STYLES---------*/

.homepage-featured {
	overflow: hidden;
	border-bottom: 1px solid #E8E8E9;
	margin-bottom: 50px;
	margin-top: -40px;
	padding: 2% 0;
}

.homepage-featured .item {
	width: 31.333%;
	margin-right: 3%;
	float: left;
	text-align: center;
	position: relative;
}

.homepage-featured .item:nth-child(3n) {
	margin-right: 0;
}

.homepage-featured .item img {
	width: 100%;
	height: auto;
	display: block;
}

.homepage-featured .item a {
	display: block;
	text-decoration: none;
}

.homepage-featured .item a h2 {
	color: #1E1B20;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #1E1B20;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0.0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	font-family: Arial;
	letter-spacing: .075em;
	font-size: 15px;
}

.homepage-featured .item a h2 .valign {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 20px;
}
	.homepage-featured .item a h2 .valign span {
		background-color: #ffffff;
		padding: 10px 20px;
		display: inline-block;
	}
	.homepage-featured .item a:hover h2 {
		opacity: 1.0;
		filter: alpha(opacity=100); /* For IE8 and earlier */
	}


.homepage-sections {
	clear: both;
	overflow: hidden;
	margin: 60px 0 0;
	padding-top: 50px;
	border-top: 1px solid #E8E8E9;
}

.homepage-section {
	overflow: hidden;
	margin: 0 0 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E8E8E9;
}

.homepage-sections .homepage-section:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

.homepage-section h3.widget-title {
	text-align: center;
	font-size: 22px;
}

.homepage-section .more {
	text-align: center;
	margin: 15px 0 35px;
	font-size: 13px;
}

.homepage-section .more a {
	
}

.homepage-section .more a:hover {
	
}

.homepage-section .category-posts {
	overflow: hidden;
	clear: both;
}

.homepage-section .category-posts .item {
	width: 30.5%;
	margin-right: 4.25%;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}

.homepage-section .category-posts .item:nth-child(3n) {
	margin-right: 0;
}

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

.homepage-section .category-posts h4 {
	font-size: 11px;
	margin: 15px 0 0;
}

.homepage-section .category-posts a {
	display: inline-block;
}

	.homepage-section .category-posts 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: 25px;
	width: 30.5%;
	float: left;
	text-align: center;
}

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

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

.affiliate-items .archive-post {
	width: 22%;
	margin: 0 4% 4% 0;
}

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

.affiliate-items .archive-post:nth-child(4n+1) {
	clear: left;
}

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

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

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

.archive-post h4 {
	margin: 5px 0 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.affiliate-items .archive-post h4 {
	font-size: 11px;
	margin: 5px 0;
}

.archive-post a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

.shop-post .excerpt {
	font-size: 95%;
	line-height: 1.7;
	margin: 8px 0 15px;
}

.shop-post .item-price {
	margin-top: 10px;
	font-size: 12px;
}

.archiveslist {
	color: #6b6963;
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	column-count: 3;
	column-gap: 15px;
}

.archiveslist a:link, .subcategories a:link {
	color: #6b6963;
	text-decoration: none;
}

.archiveslist a:visited, .subcategories a:visited {
	color: #919394;
	text-decoration: none;
}

.archiveslist a:hover, .subcategories a:hover {
	color: #d0001a;
}

.archiveslist a:active, .subcategories a:active {
	color: #1d1a1f;
}

.archiveslist li {
	-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 ul {
	margin: 0;
	list-style-type: circle;
}

.archiveslist ul li {
	color: #1d1a1f;
	font-size: 12px;
	line-height: 1.2;
	font-style: italic;
	list-style-type: circle;
	margin: 2px 0 5px 15px;
}

.archiveslist ul li:before {
	color: #919394;
}

.archiveslist ul li a {
	color: #919394 !important;
}

.archiveslist ul li a:hover {
	color: #d0001a !important;
}

.subcats {
	border: 1px solid #E8E8E9;
	margin-bottom: 30px;
	padding: 15px;
	text-align: center;
}

.subcats h4 {
	margin: 10px 0 15px;
}

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

.subcats li:before {
	display: none;
}

.subcats ul.subcategories {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}

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

.subcats ul.subcategories li ul li a {
	color: #8e8c8f;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 5px 8px;
	margin: 2px 2px 4px;
	border: 1px solid #E8E8E9;
	display: inline-block;
}

.subcats ul.subcategories li ul li a:hover {
	color: #d0001a;
	cursor: pointer;
}

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

.tagslist li {
	font-size: 95%;
}

.tagindex li:before {
	display: none;
}

.tagindex a {
	font-family: Arial, Georgia, serif;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 2px;
	width: 17px;
	height: 19px;
	float: left;
	border: solid 1px #f6f5f5;
}

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

.tagindex a:visited {
	color: #8e8c8f;
	text-decoration: none;
}

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

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

.tagtitle {
	color: #8e8c8f;
	text-transform: uppercase;
}

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

.tagtitle em {
	color: #8e8c8f;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 10px;
	float: right;
	font-family: Arial, Georgia, serif;
}

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

.tagtitle a:hover {
	color: #1d1a1f;
}

p.affiliate {
	color: #8e8c8f;
	font-size: 12px;
	text-align: right;
	font-style: italic;
}


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

#submit, .submitbutton, #commentform #submit, .gform_wrapper input[type="submit"] {
	font-size: 15px;
	color: #1E1B20;
	background-color: #ffffff;
	letter-spacing: .08em;
	padding: 15px 35px;
	margin: 0 auto;
	display: inline-block;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .08em;
	text-align: center;
	cursor: pointer;
	border: 1px solid #E8E8E9;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#submit:hover, .submitbutton:hover, #commentform #submit:hover, .gform_wrapper input[type="submit"]:hover {
	background-color: #d0001a;
	color: #ffffff;
}

.commentinput, .styledinput, .captchainput, #commentform input {
	color: #1d1a1f;
	font-size: 13px;
	font-family: Arial, Georgia, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: solid 1px #e2e2e2;
}

.gform_wrapper {
	width: 100%;
	max-width: 450px;
}

.gform_wrapper input[type=text], .gform_wrapper textarea {
	color: #1d1a1f;
	font-size: 13px;
	font-family: Arial, Georgia, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: solid 1px #e2e2e2;
	width: 100%;
}

ul.gform_fields, ul.gform_fields li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.gform_fields li {
	margin-bottom: 15px;
}

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

.commentinput, #commentform input {
	width: 100%
}

#commentform textarea {
	color: #1d1a1f;
	font-size: 13px;
	font-family: Arial, Georgia, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #E8E8E9;
	width: 100%
}

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	font-family: Arial, Georgia, serif;
	width: 100%;
}

.wpcf7-form .formfield {
	overflow: hidden;
}

.wpcf7-form p {
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left;
}

.wpcf7-form .styledinput {
	display: block;
	margin: 0;
	width: 400px;
	float: left;
}

.wpcf7-form .submit {
	margin-left: 120px;
	clear: both;
}

.search-form {
	max-width: 350px;
	border: 1px solid #e2e2e2;
	overflow: hidden;
}

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

.search-form .search-input::placeholder, .email-input::placeholder {
	color: #d9d8d9;
}

.search-form .search-submit {
	color: #1E1B20;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	background-color: transparent;
	cursor: pointer;
	width: 50px;
	padding: 0 10px;
	border-style: none;
	vertical-align: middle;
	text-align: right;
	float: right;
}

.search-form .search-submit:hover {
	color: #d0001a;
}

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

.footer-widgets .subscribe {
	border: none;
	border-top: 1px solid #E8E8E9;
	margin: 50px 0 0;
	padding: 50px 0;
	overflow: hidden;
}
.footer-widgets .subscribe .wrap {
	max-width: 830px;
}
.footer-widgets .subscribe .title {
	width: 410px;
	float: left;
	margin: 4px 0 0;
	vertical-align: middle;
}
.footer-widgets .subscribe p {
	font-size: 14px;
	margin: 0;
}
	.footer-widgets .subscribe p strong {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-style: normal;
		font-size: 13px;
		color: #1d1a1f;
	}
	.footer-widgets .subscribe p:before {
		content: "\f2b6";
		font-family: "Font Awesome 5 Pro";
		vertical-align: middle;
		font-style: normal;
		font-size: 170%;
		vertical-align: middle;
		margin: 0 8px 0 0;
		font-weight: lighter;
		position: relative;
		top: -3px;
	}
.footer-widgets .subscribe .email-form {
	clear: none;
	vertical-align: middle;
	width: -moz-calc(100% - 420px);
	width: -webkit-calc(100% - 420px);
	width: calc(100% - 420px);
	margin: 0;
	float: right;
	overflow: hidden;
}
	.footer-widgets .subscribe .email-input {
		width: -moz-calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
		vertical-align: middle;
		margin: 0;
		float: left;
		text-align: left;
	}
	.footer-widgets .subscribe .email-submit {
		width: 70px;
		vertical-align: middle;
		margin: 0;
		float: right;
	}

.footer {
	overflow: hidden;
	margin: 0;
	padding: 25px 0;
	border-top: 1px solid #E8E8E9;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 11px;
	line-height: 20px;
	color: #8E8D8F;
}

.footer a {
	text-decoration: none;
	color: #8E8D8F;
}

.footer a:hover {
	color: #d0001a;
}

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

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

.footer-nav li.top a {
	font-weight: bold;
	color: #1E1B20;
	text-transform: uppercase;
}

.footer-nav li.top a:before {
	content: '\f062';
	font-family: "Font Awesome 5 Pro";
	vertical-align: top;
	margin-right: 5px;
}

.right {
	width: 30%;
	float: right;
	text-align: right;
}

.footer .social {
	position: relative;
	top: -4px;
}
.footer .social a {
	padding: 0 7px;
	font-size: 14px;
}
.copyright {
	text-align: center;
	font-size: 10px;
}
.copyright em {
	text-transform: none;
	letter-spacing: normal;
	font-family: Arial;
	font-size: 110%;
}

.copyright a {
	text-decoration: underline;
}

.footer .logo {
	text-align: center;
	clear: both;
	margin: 50px 0 0;
}
.footer .logo a {
	display: block;
	width: 250px;
	height: 35px;
	background: url(images/logo-mobile.png) no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
}

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

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

#respond {
	margin-top: 65px
}

#comment-list {
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
	border-bottom: 1px solid #E8E8E9;
	
}

#comment-list li {
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #E8E8E9;
	list-style-type: none;
	overflow-wrap: break-word;

}

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

#comment-list li.bypostauthor {
	background-color: #fff;
	padding: 15px
}

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

.comment-meta {
	margin: 0;
}

.comment-meta strong {
	color: #1d1a1f;
	font-weight: bold;
	font-size: 13px;
}

.comment-meta strong a {
	color: #1d1a1f;
	text-decoration: underline
}

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

#comment-list .avatar {
	float: right;
}

#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: #8e8c8f;
	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: #8e8c8f;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded
}

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

.comment-nav .alignright a {
	color: #8e8c8f;
	text-decoration: none
}

.comment-nav .alignright a:hover {
	color: #d0001a;
	text-decoration: none;
	background-color: transparent
}
/*threaded comments*/

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

#comment-list li li {
	margin: 25px 0 0;
	padding: 30px 0 10px 60px;
	border: none;
}

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

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

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

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

.pagination {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0 0 25px;
	overflow: hidden;
}

.pagination .page-numbers {
	color: #8e8c8f;
	padding: 5px 10px;
	border: solid 1px #ffffff;
	text-decoration: none;
	display: inline-block;
}

.pagination span.page-numbers.current {
	color: #ffffff;
	background-color: #d0001a;
}

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

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


/*----MAIN Menu----*/

#main {
	margin: 0 auto;
	text-align: center;
}

#main ul {
	display: inline-block;
	margin: 0 auto;
}

#main li {
	float: left;
	position: relative;
	width: auto;
	list-style: none;
	margin: 0 0 0 7px;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-size: 13px;
	line-height: 50px;
}

#main > ul > li {
	padding-bottom: 10px;
	margin-bottom: -10px;
}

#main a {
	display: block;
	text-decoration: none;
	padding: 0 15px 0;
	color: #1d1a1f;
}

#main a:hover, #main li.menu-item-has-children:hover>a {
	color: #d0001a;
	cursor: pointer;
}

#main li.small a:hover, #main li.small.menu-item-has-children:hover>a {
	color: #d0001a;
	background-color: transparent;
}
		
/* Navigation submenu */

#main .menu-item:hover .sub-menu {
	display: block;
}

#main .sub-menu {
	display: none;
	position: absolute;
	text-align: center;
	left: 50%;
	padding: 10px 0;
	margin-top: -1px;
	margin-left: -80px;
	width: 160px;
	z-index: 2000;
	background-color: #1E1B20;
}

#main .sub-menu:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(222, 66, 111, 0);
	border-bottom-color: #1E1B20;
	border-width: 10px;
	margin-left: -10px;
}

#main li.search .sub-menu {
	left: 50%;
	margin-left: -100px;
	padding: 10px;
	width: 200px;
}

#main .sub-menu .menu-item {
	margin: 0;
	font-size: 12px;
	line-height: 1.3;
	font-weight: normal;
}

#main .sub-menu .menu-item a {
	color: #ffffff;
	display: block;
	width: 160px;
	padding: 8px 12px;
}

#main .sub-menu .menu-item:first-of-type a {
	border-top: none;
}

#main .sub-menu .menu-item a:hover {
	color: #d0001a;
}

#main .sub-menu .menu-item-has-children a {
	
}

#main .sub-menu .menu-item .sub-menu .menu-item a {
	border: none;
	padding: 10px 15px 10px 20px;
	margin-top: -12px;
	font-style: italic;
	background-color: transparent;
	font-size: 12px;
}

#main .sub-menu .menu-item .sub-menu .menu-item a:hover {
	color: rgba(255,255,255,.7);
}

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


/*Custom Mediavine Recipe Card */

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

.single-post-content .mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: 1px solid #E8E8E9 !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: #1d1a1f;
}

.mv-create-card .mv-create-wrapper .mv-create-header {
	margin-bottom: 40px;
	border-bottom: 1px solid #E8E8E9;
	background-color: #ffffff;
}

.mv-create-card .mv-create-wrapper .mv-create-title-primary {
	line-height: 1.1;
	font-size: 26px;
	width: 100% !important;
	max-width: 100% !important;
	text-align: center;
	float: none !important;
	clear: none !important;
	margin: 15px 0 0 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-title-primary:after {
	content: "";
	display: block;
	width: 80px;
	border-bottom: 1px solid #E8E8E9;
	height: 1px;
	margin: 15px auto 20px;
}

.mv-create-card .mv-create-wrapper .mv-create-title-secondary {
	color: #1d1a1f;
	margin-top: 0;
	font-size: 18px;
}

.mv-create-card .mv-create-wrapper .mv-create-instructions h2.mv-create-title-secondary, .mv-create-card .mv-create-wrapper .mv-create-notes h2.mv-create-title-secondary {
	margin-top: 30px;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients h3 {
	margin: 20px 0 10px;
	color: #8e8c8f;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em !important;
	letter-spacing: normal;
	font-weight: normal;
}

.mv-create-card .mv-create-wrapper .mv-create-image-container {
	width: 30% !important;
	max-width: auto;
	min-width: auto;
	float: right;
	clear: none;
	margin: 0 0 10px 15px;
}

.mv-create-card .mv-create-wrapper .mv-create-image-container img {
	margin-bottom: 15px;
}

.mv-create-card .mv-create-wrapper .mv-create-title-wrap {
	text-align: center;
}

.mv-create-card .mv-create-wrapper .mv-create-description {
	line-height: 1.5;
	font-size: 115%;
	font-style: italic;
	margin: 0 0 35px;
	text-align: center;
}

.mv-create-card .mv-create-wrapper .mv-create-times {
	margin: 10px 0 15px;
	display: block !important;
	font-weight: normal;
	text-align: center;
	line-height: 1.6;
	width: auto;
	float: none !important;
	clear: none !important;
	font-size: 12px;
}

.mv-create-card .mv-create-wrapper .mv-create-time {
	padding: 0;
	border: none !important;
	display: inline-block !important;
	float: none !important;
	margin: 0 15px 0 0;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em !important;
	font-weight: normal;
	color: #8e8c8f;
	width: auto !important;
}

.mv-create-card .mv-create-wrapper .mv-create-time-format, .mv-create-card .mv-create-wrapper .mv-create-time-label {
	padding: 0;
	text-align: left;
	letter-spacing: .1em !important;
	font-size: 12px;
	display: inline-block;
	width: auto;
	opacity: 1.0;
	color: #8e8c8f;
	font-style: normal;
	text-transform: uppercase;
}

.mv-create-card .mv-create-wrapper .mv-create-time-label {
	opacity: 1.0;
	font-weight: normal !important;
}


.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 {
	padding: 0 30px;
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul, .mv-create-print-view ul {
	margin: 0 !important;
	padding: 0 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li, .mv-create-print-view 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, .mv-create-print-view ul li:before {
	color: #1d1a1f;
	content: '\2022';
	margin: 0 6px 0 -10px;
	font-size: 12px;
	display: inline-block;
}

.mv-create-card .mv-create-wrapper .mv-create-instructions ol, .mv-create-print-view ol {
	margin: 0 !important;
	padding: 0 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-instructions ol li, .mv-create-print-view ol li {
	margin: 0 0 15px 20px;
	padding: 0;
	list-style-type: decimal;
}

.mv-create-card .mv-create-wrapper .mv-create-rating {
	margin-top: 10px;
	font-size: 12px;
	color: #8e8c8f;
	font-style: italic;
	line-height: 1.2;
}

.mv-create-card .mv-create-wrapper .mv-create-rating p {
	font-size: 12px;
	color: #8e8c8f;
	font-style: italic;
	line-height: 1.2;
	margin: 5px 0 0;
}

.mv-create-card .mv-create-wrapper .mv-create-rating a {
	text-decoration: underline;
	color: #1d1a1f;
	font-weight: bold;
}
.mv-create-card .mv-create-wrapper .mv-review-status {
	min-height: auto !important;
}
.mv-create-card .mv-create-wrapper .mv-create-notes {
	
}

.mv-create-card .mv-create-wrapper .mv-create-notes p {
	font-size: 90%;
	font-style: italic;
}

.mv-create-card .mv-create-wrapper .mv-create-notes p em {
	font-size: 80%;
	color: #8e8c8f;
}

.single-post-content .mv-create-footer {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
}

.mv-create-card .mv-create-wrapper .mv-create-products {
	border: 1px solid #EDEDEE;
	margin: 25px 0 0;
	padding: 20px;
	text-align: center;
}

.mv-create-card .mv-create-wrapper .mv-create-products-product-name {
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	color: #1d1a1f;
	text-decoration: underline;
}

.mv-create-card .mv-create-wrapper .mv-create-affiliate-disclaimer {
	font-size: 12px;
	line-height: 1.3;
	color: #8e8c8f;
	text-align: center;
	font-style: italic;
	margin-top: 10px;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	color: #8e8c8f;
	line-height: 1.3;
	font-weight: bold;
	margin: 0;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition * {
	color: #8e8c8f;
	opacity: 1.0 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition-amount {
	font-size: 13px;
	font-weight: normal;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition h3 {
	font-size: 13px;
	font-family: Arial, Georgia, serif;
	letter-spacing: normal;
	text-transform: none;
	font-weight: normal;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition h3:before {
	border: none;
	background-color: transparent;
	height: 1px;
	width: 80px;
	border-bottom: 1px solid #E8E8E9;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition h3.mv-create-nutrition-title {
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .08em !important;
	font-weight: normal;
	text-transform: uppercase;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition-label {
	font-weight: normal;
}

.mv-create-card .mv-create-wrapper button {
	text-decoration: none;
	font-size: 13px;
	line-height: 1;
	padding: 10px 15px;
	color: #1E1B20;
	background-color: #ffffff;
	letter-spacing: .08em;
	margin: 0 auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .08em;
	text-align: center;
	cursor: pointer;
	border: 1px solid #E8E8E9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.mv-create-card .mv-create-wrapper button:hover {
	background-color: #d0001a;
	color: #ffffff;
	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: #d0001a !important;
}

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

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

.single-post-content .mv-create-footer {
	font-weight: normal !important;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .08em !important;
	color: #8e8c8f;
	font-size: 10px;
	opacity: 1.0 !important;
	margin: -5px 0 45px;
	padding: 15px 2px
}

.single-post-content .mv-create-footer-flexbox div {
	font-weight: normal !important;
}

@media ( max-width : 650px ) {
	.mv-create-card .mv-create-wrapper {
		padding: 18px;
	}
	
	.mv-create-card .mv-create-wrapper .mv-create-nutrition {
		padding: 18px;
		margin: 25px -18px -18px;
	}
	
	.mv-create-card .mv-create-wrapper .mv-create-image-container {
		width: 100% !important;
		max-width: 250px !important;
		margin: 0 auto !important;
		float: none;
	}
	
	.single-post-content .mv-create-footer-flexbox div {
		text-align: center;
	}
}

/*Print Styles*/

.mv-create-print-view ol li {
	list-style-type: decimal !important;
}


/*Popup Ally*/
#popup-box-pro-gfcr-1 > div > div.popupally-pro-inner-pro-gfcr-1 > div > div.logo-row-pro-gfcr > div.logo-text-pro-gfcr {
	text-transform: none !important;
	letter-spacing: normal !important;
	font-family: Arial, Georgia, serif;
}

#popup-box-pro-gfcr-1 > div > div.popupally-pro-inner-pro-gfcr-1 > div > div.privacy-pro-gfcr {
	font-style: italic !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	font-family: Arial, Georgia, serif;
}

#popup-box-pro-gfcr-1 .popupally-pro-inner-pro-gfcr-1 {
	padding: 25px !important;
}