/* 
Theme Name: Barbara Bakes
Theme URL: http://www.barbarabakes.com/
Description: Custom responsive blog theme for Barbara Bakes.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.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%;
		max-width: 800px;
		float: left;
		display: inline-block;
	}
	
	.span_content_full {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
	}

	.span_sidebar {
		width: 29%;
		min-width: 300px;
		max-width: 340px;
		float: right;
		clear: right;
		display: block;
	}
}
.wrapper {
	background-color: #ffffff;
	margin: 0 auto 0;
	padding: 0 15px;
	width: 100%;
	max-width: 1250px;
}

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

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

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


body {
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.8;
	color: #4e5251;
	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;
}

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

a:hover, a:focus {
	color: #2d3d59;
}

p {
	margin: 25px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
	font-family: "Barlow Condensed", "Arial Narrow", "Impact", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.1;
	color: #2d3d59;
	margin: 25px 0;
}

h1 {
	color: #2d3d59;
	font-size: 36px;
}

h2 {
	color: #2d3d59;
	font-size: 32px;
	}
	.single-post-content h2 {
		margin: 40px 0 25px;
	}
h3 {
	color: #2d3d59;
	font-size: 24px;
}
	h3.divider {
		color: #6c778b;
		text-align: center;
	}
	h3.divider span {
		background-color: #ffffff;
		padding: 10px;
	}
	h3.divider:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		border-bottom: 2px solid #eaecee;
		margin: -14px 0 40px;
	}
	h3.divider a {
		color: #6c778b
	}
	h2 em, h3 em {
		color: #6c778b;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		font-style: normal;
		font-weight: bold;
		letter-spacing: .1em;
		font-size: 12px;
		display: block;
	}

h4 {
	color: #2d3d59;
	font-size: 24px;
}

h5 {
	color: #6c778b;
	font-size: 20px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

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

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

.top-bar {
	background-color: #2d3d59;
}
	.top-bar .social {
		width: 200px;
		float: left;
		line-height: 42px;
	}
		.top-bar .social a {
			color: #ffffff;
			text-decoration: none;
			padding: 3px 8px;
			font-size: 14px;
		}
			.top-bar .social a:hover {
				color: #c93d54;
			}

	
.header {	
	margin-bottom: 40px;
}

.header .logo {
	float: left;
	width: 410px;
	margin: 40px 0;
}
	.header .logo img {
		width: 100%;
		height: auto;
	}

.header-search {
	float: right;
	width: 300px;
	margin-top: 50px;
}

/*!---------CONTENT---------*/
.span_content {
	
}

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

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

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

.span_content ul li:before {
	color: #c93d54;
	content: '\2022';
	margin: 0 6px 0 -10px;
}

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

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

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

.sidebar {
	font-size: 94%;
}
.leftsidebar {
	width: 48%;
	float: left;
}
.rightsidebar {
	width: 48%;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}

.widget {
	margin-bottom: 50px;
	text-align: center;
}

.widget.center, .widget.center .textwidget {
	text-align: center;
}
.widget.ad, .widget.ad .textwidget {
	text-align: center;
}
	.widget.ad img {
		display: inline-block;
	}
h3.widget-title {
 	margin: 20px auto 20px; 
}
	
.hide-title h3.widget-title {
	display: none;
}
.widget a {
	text-decoration: none;
}

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

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


.sidebar select, .widget select {
	color: #6c778b;
	font-size: 16px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #eaecee;
}
.screen-reader-text {
	display: none;
}


.about, .widget_simpleimage {
	text-align: center;
}
.about h3.widget-title {

}

.about .more a, .widget_simpleimage .more a {
	font-size: 12px;
	color: #c93d54;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .1em;
}
	.about .more a:hover, .widget_simpleimage .more a:hover {
		color: #2d3d59;
	}
.about p.simple-image {
	
}

.sidebar .social {
	margin-top: -25px;
	margin-bottom: 40px;
}
	.sidebar .social a {
		font-size: 20px;
		padding: 5px 10px;
	}
	.social a svg {
		color: #c93d54;
		fill: #c93d54; 
		height: 19px;
		width: auto;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
		.social a:hover {
			opacity: 0.7;
		}
		.top-bar .social a svg {
			fill: #ffffff;
			height: 14px;
		}
.fa-pinterest-p:before {
	content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' height='16'><path d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z' fill='white'/></svg>");
	background-size: 100% auto;
	fill: #ffffff;
	display: inline-block;
}
.fa-twitter:before {
	content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='16'><path d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z' fill='white'/></svg>");
	background-size: 100% auto;
	fill: #ffffff;
	display: inline-block;
}
.fa-facebook-f:before {
	content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' height='16'><path d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z' fill='white'/></svg>");
	background-size: 100% auto;
	fill: #ffffff;
	display: inline-block;
}
  
.subscribe {
	text-align: center;
	background: #f0f1f3;
	padding: 60px 0;
}
	.home-section.subscribe .wrap, .pre-footer .subscribe .wrap {
		max-width: 880px;
		margin: 0 auto;
		overflow: hidden;
	}
.subscribe p {
}
.subscribe h3 {
	margin: 0;
	color: #2d3d59;
	font-size: 34px;
	overflow: hidden;
}
	.home-section.subscribe h3, .pre-footer .subscribe h3 {
		text-align: left;
		float: left;
		width: 520px;
		margin: 0;
		line-height: 56px;
	}
	.home-section.subscribe h3:before, .pre-footer .subscribe h3:before {
		width: 56px;
		height: 56px;
		display: inline-block;
		content: "";
		background: url(images/email.png) no-repeat;
		background-size: 100% auto;
		vertical-align: middle;
		float: left;
		margin-right: 10px;
	}
	.subscribe h3.divider:after {
		display: none;
	}
	.subscribe h3.divider span {
		background-color: transparent;
		padding: 0;
	}
	
	.home-section.subscribe .textwidget, .pre-footer .subscribe .textwidget {
		float: right;
		width: -moz-calc(100% - 520px);
		width: -webkit-calc(100% - 520px);
		width: calc(100% - 520px);
	}
.email-form {
	clear: both;
	background-color: #ffffff;
}

.email-input {
	color: #696969;
	font-size: 18px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	text-align: left;
	background-color: #ffffff;
	border: none;
	padding: 0 15px;
	margin: 0;
	width: -moz-calc(100% - 56px);
	width: -webkit-calc(100% - 56px);
	width: calc(100% - 56px);
	height: 56px;
	line-height: 56px;
	float: left;
}

.email-submit {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .08em;
	font-size: 24px;
	text-transform: uppercase;
	color: #c93d54;
	background-color: #ffffff;
	text-align: center;
	cursor: pointer;
	border: none;
	padding: 2px 0 0;
	margin: 0 auto 0;
	height: 56px;
	line-height: 56px;
	width: 56px;
	display: inline-block;
	float: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	
}

.email-submit:hover {
	color: #E17A87;
}


.ebook {
	position: relative;
}

.ebook h3.widget-title {
	
}
	.ebook h3.widget-title:after {
		display: none;
	}
.ebook p {
	margin: 0;
}
.ebook .more {
	text-align: center;
}
.ebook .more a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 13px;
	display: inline-block;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 7px 20px 6px;
	color: #ffffff;
	background-color: #c93d54;
}
.ebook .more a:hover {
	color: #ffffff;
 	background-color: #2d3d59;   
}

/* -- Custom Content Widgets -- */
.sidebar .item img {
	width: 100%;
	height: auto;
	display: block;
}
.sidebar .item a {
	display: block;
}
.sidebar .item a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

/*Featured Posts Widget*/

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

.sidebar .featured .item {
	width: 48%;
	margin: 0 4% 4% 0;
	float: left;
}

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

.sidebar .featured .post-title {
	display: none;
}
.sidebar .featured h4 {
	display: none;
}

/*Popular Posts Widget*/

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

.sidebar .popular .item {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

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

.sidebar .popular h4.title {
	margin: 10px 0 5px;
	color: #2d3d59;
}
	.sidebar .popular h4.title a {
		color: #2d3d59;
	}
	.sidebar .popular h4.title a:hover {
		color: #c93d54;
	}

/*Category Widget*/

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

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

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

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

/*Recent Posts Widget*/
.sidebar .recent {
	overflow: hidden;
}
.sidebar .recent .item {
	width: 48%;
	margin: 0 4% 4% 0;
	float: left;
}

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

.sidebar .recentposts .item h4 {
	margin: 10px 0 0;
	color: #2d3d59;
	font-size: 13px;
	display: none;
}


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

.post {
	margin-bottom: 0px;
}

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

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

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

.post-meta {
	color: #6c778b;
	font-size: 11px;
	font-family: "proxima_nova";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	clear: both;
}

	.post-meta a {
		 color: #6c778b;
		 text-decoration: none;
	}
	.post-meta em {
		font-family: "Lato";
		text-transform: none;
		font-weight: normal;
		letter-spacing: normal;
		font-style: italic;
		font-size: 11px;
	}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #c93d54;
}

.breadcrumb {
	color: #6c778b;
	font-size: 10px;
	font-family: "proxima_nova";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	margin-bottom: 5px;
}
	.breadcrumb .breadcrumb_last {
		font-family: "Lato";
		text-transform: none;
		font-weight: normal;
		letter-spacing: normal;
		font-style: italic;
		font-size: 11px;
	}
	.breadcrumb a {
		 color: #6c778b;
		 text-decoration: underline;
	}
		.breadcrumb a:hover {
			color: #c93d54;
		}
	
.meta-bottom {
	clear: both;
	margin: 25px 0;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
}	
	.home-post .meta-bottom:before {
		display: none;
	}
	.meta-bottom a, .meta-bottom strong {
		
	}
/*.ccount a:before {
	content: "\f075";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	margin-right: 5px;
	font-size: 90%;
	color: #c93d54
}*/

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

.home-post .meta-bottom .right {
	text-align: right;
	width: 30%;
	float: right;
}	


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: #6c778b;
	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: #2d3d59;
}

.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: #717473;
	font-size: 105%;
	font-style: italic;
	margin: 30px 0;
	padding: 1px 25px;
	position: relative;
	quotes: "“" "”" "‘" "’";
}
	.post blockquote p {
		position: relative;
		z-index: 10;
	}
	.post blockquote:before { 
		content: open-quote;
		position: absolute;
		left: -10px;
		top: 0;
		color: #eeeeee;
		font-size: 250px;
		line-height: .8;
		z-index: 1;
		font-style: normal; }
	.post blockquote:after { 
		content: close-quote;
		position: absolute;
		right: 0;
		bottom: 0;
		color: #eeeeee;
		font-size: 250px;
		line-height: .1;
		z-index: 1;
		font-style: normal; }



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

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

/* Recipe Styles*/
.recipe {
	font-style: normal;
	margin: 35px 0;
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
	border: 4px solid #2d3d59;
}

.recipe-title {
	background-color: #2d3d59;
	margin: 0;
	padding: 30px 30px 40px;
	text-align: center;
}

.recipe-title h2 {
	color: #ffffff;
	display: block;
	margin: 0;
}

.recipe-body {
	padding: 30px;
}
	
.recipe h3 {
	margin: 20px 0 10px;
}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	font-size: 13px;
	color: #6c778b;
	margin: 20px 0 5px
}


.recipe ol, .recipe ul {
	margin-bottom: 0 !important;
}

.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 !important;
	padding-bottom: 0;
}
.recipe ul li:before {
	color: #c93d54;
}

.recipe-meta {
	text-align: center;
	color: #ffffff;
	color: rgba(255,255,255,.5);
	}
	.recipe-meta:before {
		content: "";
		display: block;
		height: 1px;
		border-bottom: 3px solid #c93d54;
		width: 60px;
		margin: 15px auto 20px;
	}	
.recipe-meta strong {
	font-weight: normal;
	letter-spacing: normal;
	text-transform: lowercase;
	font-size: 12px;
}

.recipe-meta p {
	display: inline-block;
	text-align: center;
	margin: 0;
}
	.recipe-meta p:after {
		content: "//";
		margin: 0 4px 0 10px;
		color: #C9CACA;
	}
	.recipe-meta p:last-of-type:after {
		display: none;
	}

.recipe .summary {
	margin: 15px 0 0;
	clear: left;
	font-style: italic;
	font-size: 110%;
	text-align: center;
	color: #ffffff;
}

.recipe .ingredients {
	
}
.recipe .instructions strong {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 95%;
}

.recipe .notes {
	clear: both;
	margin-top: 25px;
}
	.recipe .notes p {
		margin-top: 0;
	}
.recipe .notes h3 {
	font-style: normal;
}
.recipe .source {
	color: #b5b5b4;
	font-size: 80%;
	font-style: italic;
	margin-top: 15px;
	clear: left;
}
	.recipe .source p {
		margin: 0;
		display: inline-block;
	}
.recipe .photo {
	width: 30%;
	float: right;
	}
	.recipe .photo img {
		width: 100% !important;
		height: auto;
		display: block;
	}
	

.recipe .printbutton {
	width: 180px;
	margin: -50px auto 25px;
	clear: both;
	text-align: center;
}
	
.printbutton a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 13px;
	display: block;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 6px 15px;
	color: #ffffff;
	background-color: #c93d54;
}
	.printbutton a i {
		margin-right: 5px;
		font-weight: normal;
	}

.printbutton a:hover, .printbutton a:active {
 	background-color: #E17A87;   
}



/* Inner Post */

.social-rocket-inline-buttons:nth-of-type(2) .social-rocket-buttons {
	text-align: left !important;
}
.signature {
	background: url(images/signature@2x.png) no-repeat;
	background-size: 100% auto;
	width: 300px;
	height: 85px;
	margin: 30px auto 0px;
}
.shareaholic-share-buttons-wrapper {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	left: -4px;
}
.shareaholic-share-buttons-container ul.shareaholic-share-buttons {
	margin: 0 !important;
	padding: 0 !important;
}
	.shareaholic-share-buttons-container ul.shareaholic-share-buttons li {
		margin: 0 5px !important;
		padding: 0 !important;
	}
	.shareaholic-share-buttons-container ul.shareaholic-share-buttons li:before {
		display: none !important;
	}


.inner-post {
	position: relative;
	overflow: hidden;
	margin: 45px 0 0 0;
}
.inner-post .subscribe {
	padding: 8%;
	overflow: hidden
}
.inner-post .subscribe h3 {
	font-size: 48px;
	margin: 0 0 5px;
}
.inner-post .subscribe p {
	margin: 5px 0 20px
}
.inner-post .widget {
	margin: 0 0 35px;
}

.inner-post .social a {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
	display: inline-block;
	margin-top: 8px;
}
.inner-post .social i {
	font-size: 130%;
	vertical-align: middle;
	display: inline-block;
	margin: -4px 5px 0 13px;
}

.inner-post .ck_form.ck_minimal .ck_form_fields h3.ck_form_title {
    font-size: 44px !important;
    font-weight: 600 !important;
}

/*Next/prev Posts*/
.post-nav {
	font-size: 15px;
	line-height: 1.3;
	text-decoration: none;
	margin: 25px 0 55px;
	overflow: hidden;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #2d3d59;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #c93d54;
		}

	.post-nav .nav-previous {
		float: left;
		width: 49%;
	}
		.post-nav .nav-previous i {
			float: left;
			margin-right: 12px;
		}
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 49%;
	}
		.post-nav .nav-next i {
			float: right;
			margin-left: 12px;
		}

	.post-nav em {
		display: block;
		font-style: normal;
		font-size: 10px;
		color: #6c778b;
		background-color: #ffffff;
		padding: 0 0 3px;
	}



.related {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 0px;
}
	.related h3 {
		margin: 5px 0 30px;
		text-align: center;
	}

.related .archive-post {
	margin-bottom: 0;
}

p.affiliate, .disclosure {
	font-size: 14px;
	font-style: italic;
	margin: 20px 0 15px;
	color: #6c778b;
}
.affiliate-items h3 {
	text-align: center;
	margin: 0;
}

/*!---------HOMEPAGE POST STYLES---------*/


.homepage-featured {
	overflow: hidden;
	margin-bottom: 50px
}
.homepage-featured .item {
	position: relative;
}
.homepage-featured .item a {
	display: block;
}
.homepage-featured .item a .overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}

.homepage-featured .item h1 {
	margin: 0;
	background-color: #ffffff;
	padding: 8px 15px 12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.homepage-featured .item h2 {
	margin: 0;
	font-size: 24px;
	padding: 8px 12px;
	background-color: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.homepage-featured .item a:hover h1, .homepage-featured .item a:hover h2 {
	color: #c93d54;
}
.homepage-featured .item a .overlay .post-meta {
	background-color: #c93d54;
	color: #ffffff;
	display: inline-block;
	padding: 4px 12px;
}
.homepage-featured .item img {
	display: block;
	width: 100%;
	height: auto;
}
.homepage-featured .featured-lg {
	width: 67%;
	float: left;
	margin-right: 2%
}
	
.homepage-featured .featured-sm {
	width: 31%;
	float: right;
	clear: right;
}
	.homepage-featured .featured-sm:last-of-type {
		margin-top: 2%
	}
.shaded-section {
	background-color: #f0f1f3;
}
.perfect-recipe {
	text-align: center;
	padding: 60px 0 50px;
}

.perfect-recipe h3 {
	font-size: 34px;
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.perfect-recipe .search-form {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	max-width: 460px;
}

.perfect-recipe ul {
	clear: both;
	margin: 35px 0 0
}
	.perfect-recipe ul li {
		display: inline-block;
		margin: 4px;
	}
	.perfect-recipe ul li:before {
		display: none;
	}
	.perfect-recipe ul li a {
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		color: #ffffff;
		background-color: #c93d54;
		margin: 0;
		padding: 7px 15px;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
		display: inline-block;
		text-decoration: none;
	}
	
		.perfect-recipe ul li a:hover {
			background-color: #2d3d59;
		}
	.perfect-recipe ul li.browse {
		display: block;
		width: 100%;
	}
	.perfect-recipe ul li.browse a {
		color: #6c778b;
		background-color: transparent;
		text-decoration: underline;
	}
		.perfect-recipe ul li.browse a:hover {
			color: #c93d54
		}
	
.home-section.featured-video {
	overflow: hidden;
	position: relative;
	padding: 60px 0 0
}	
	.home-section.featured-video:before {
		content: "";
		display: block;
		width: 100%;
		height: 50%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background-color: #f0f1f3;
	}
.home-section.featured-video .wrap {
	max-width: 880px;
	background-color: transparent;
	position: relative;
	z-index: 10
}

.home-section.featured-video h2 {
	margin: 0;
	font-size: 34px;
}

.home-section.featured-video h3.divider {
	display: none
}


.home-section.cookbooks {
	overflow: hidden;
	text-align: center;
}
	.home-section.cookbooks .wrap {
		max-width: 780px;
	}
.home-section.cookbooks img {
	width: 50%;
	float: left;
	margin-right: 5%;
}
.home-section.cookbooks h2 {
	padding-top: 7%;
	font-size: 34px;
}

/*Homepage Sections*/
.home-sections {
	clear: both;
	margin-top: 30px;
}
.home-section {
	margin-bottom: 80px;
}


.home-section .category-posts .item {
	width: 23%;
	margin-right: 2.666667%;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}
	.home-section .category-posts .item:nth-child(4n) {
		margin-right: 0;
	}
	.home-section .category-posts .item:nth-child(4n+1) {
		
	}

.home-section.five-column .category-posts .item {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}
	.home-section.five-column .category-posts .item:nth-child(5n) {
		margin-right: 0;
	}
	.home-section.five-column .category-posts .item:nth-child(6) {
		display: none;
	}
	
.home-section .item img {
	width: 100%;
	height: auto;
}
.home-section a {
	text-decoration: none;
}
.home-section h4 {
	margin: 15px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.home-section a:hover h4 {
		color: #c93d54;
	}
	.home-section.five-column h4 {
		font-size: 18px;
	}
.home-sections .more {
	clear: both;
	text-align: center;
}

.home-sections .more a.more-link {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	background-color: #c93d54;
	padding: 5px 15px 4px;
}
	.sidebar .more a.more-link {
		font-size: 11px;
		padding: 3px 10px 2px;
	}
	.home-sections .more a.more-link:hover {
		background-color: #2d3d59;
	}
/*!---------TEASER STYLES---------*/

.teaser-post {
	width: 47%;
	float: left;
	text-align: left;
	overflow: hidden;
	margin: 0 6% 50px 0;
	font-size: 96%;
}
	.teaser-post:nth-child(2n) {
		margin-right: 0;
	}

.latest-posts .teaser-post {
	width: 31% !important;
	margin: 0 3.5% 3.5% 0 !important;
}
	.latest-posts .teaser-post:nth-child(3n) {
		margin-right: 0 !important
	}
	.latest-posts .teaser-post:nth-child(3n+1) {
		clear: left
	}
	

.teaser-post a {
	text-decoration: none;
}
.teaser-post img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}
.teaser-post h2.post-title {
	text-align: left;
	margin: 2px 0 15px;
}
.teaser-post .post-meta {
	text-align: left;
	margin: 0;
}
.teaser-post p {
	margin: 15px 0;
}

.teaser-post .more {
	margin: 0;
}
a.more-link {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	color: #c93d54;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
}

	a.more-link:hover, span.more-link:hover {
		color: #2d3d59;
	}



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

h1.archive-title {
	margin-top: 0;
	margin-bottom: 25px;
}

.catdesc {
	
}
.catdesc2 {
	clear: both;
	margin-top: 30px;
}

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

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

	.archive-post:nth-child(3n) {
		 margin-right: 0;
	}
	
	.archive-post:nth-child(3n+1) {
		 clear: both;
	}
	
.shop-archives .shop-post {
	margin-right: 2%;
	margin-bottom: 2%;
	width: 23.5%;
	float: left;
	text-align: center;
	clear: none;
}

	.shop-archives .shop-post:nth-child(4n) {
		 margin-right: 0;
	}
	
	.shop-archives .shop-post:nth-child(4n+1) {
		 clear: both;
	}
		
.archive-post img {
	width: 100%;
	height: auto;
}
	.shop-post img {
		
	}
.archive-post a {
	text-decoration: none;
}

.archive-post .post-meta {
	margin: 0;
	font-size: 10px;
}	
	.archive-post .post-meta:before {
		display: none;
	}
.archive-post h4 {
	color: #2d3d59;
	margin: 15px 0 -5px;
	-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: 15px 0 0;
}
.archive-post .more {
	margin-top: 10px;
}
.archive-post .smbutton {
	display: inline-block;
}
.archive-post .post-meta {
	margin-top: 15px;
}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}


.archiveslist {
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	padding-left: 10px !important;
	font-size: 94%;
	
}
.archiveslist a:link {
	color: #6b6963;
	text-decoration: none;
}

.archiveslist a:visited {
	color: #919394;
	text-decoration: none;
}
.archiveslist a:hover {
	color: #2d3d59;
}

.archiveslist a:active {
	color: #696969;
}
.archiveslist>li {
	margin: 0 !important;
	padding: 0 !important;
}

.archiveslist ul {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
	.archiveslist ul li {
		 font-size: 80%;
		 font-style: italic;
	}
	.archiveslist ul li:before {
		color: #919394;
	}
	.archiveslist ul li a {
		 color: #919394 !important;
	}
	
	.archiveslist ul li a:hover {
		 color: #2d3d59 !important;
	}

.subcats {
	margin-bottom: 40px;
	text-align: center;
	border: 1px solid #eaecee;
	padding: 20px;
}
	.shop-subcats {
		margin-bottom: 20px;
	}
.subcats h3 {
	margin: 0 0 15px;
}
.subcats ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
	.subcats ul li ul {
		margin: 0;
		padding: 0;
	}
	.subcats ul li ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	 
	.subcats li:before {
		display: none;
	}

	.subcats ul li a {
		color: #ffffff !important;
		text-decoration: none;
		background-color: #c93d54;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: .1em;
		display: inline-block;
		padding: 2px 10px;
		margin: 2px;
	}
		.subcats ul li.all {
			display: block;
			width: 100%;
			text-align: center;
		}
		.subcats ul li.all a {
			color: #c93d54 !important;
			background-color: #ffffff;
		}
	.subcats ul li a:hover {
		background-color: #E17A87;
	}
ul.tagindex, .tagindex li {
	margin: 0!important;
	padding: 0 !important;
}
.tagslist li {
	font-size: 95%;
	color: #919394;
}
.tagindex li:before {
	display: none;
}

.tagindex a {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-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: #6c778b;
	text-decoration: none;
}

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

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

.tagtitle {
	color: #6c778b;
	text-transform: uppercase;
}

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

.tagtitle em {
	color: #6c778b;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 10px;
	float: right;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
}

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

.tagtitle a:hover {
	color: #696969;
}


/*Recipe Archive Widgets*/
.recipe-widgets {
	overflow: hidden;
	text-align: center;
	padding: 10px 10px 20px;
	border: 1px solid #eaecee;
}
.recipe-widgets .widget {
	width: 33.33%;
	float: left;
	margin: 0;
	padding: 0 10px;
}

.recipe-widgets h3.widget-title {
	margin: 5px 0 5px;
	font-size: 14px;
}

.recipe-widgets .search-form .search-input {
	line-height: 33px;
	height: 33px;
}
.recipe-widgets .search-form .search-submit {
	line-height: 30px;
	font-size: 15px;
	height: 33px;
}

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

#submit, .submitbutton, #commentform #submit, a.smbutton {
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
	background-color: #c93d54;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	cursor: pointer;
	margin-top: 5px;
	padding: 12px 25px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-style: none;
}
	a.smbutton {
		text-decoration: none;
		font-size: 11px;
		padding: 5px 10px;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover {
	background-color: #2d3d59;
}

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

.commentinput, #commentform input {
	width: 100% }
	
#commentform textarea {
	color: #696969;
	font-size: 13px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #eaecee;
	width: 100%
}
#commentform #submit {
	width: auto;
}
#commentform .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}
#comment-list div.rating-container {
	clear: both;
	margin-top: 10px;
}
#comment-list div.rating-container span.label {
	display: none;
}
.wpcf7-form {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-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 {
	width: 100%;
	max-width: 350px;
	border: 2px solid #eaecee;
	overflow: hidden;
	position: relative;
}

.search-form .search-input {
	color: #696969;
	font-size: 17px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	background-color: #fff;
	padding: 0 15px;
	margin: 0;
	border: none;
	vertical-align: middle;
	float: left;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	height: 50px;
}
	.home-section .search-form .search-input {
		height: 62px;
		line-height: 62px;
		padding: 0 20px;
		font-size: 19px;
	}
.search-form .search-submit {
	background-color: #ffffff;
   	color: #c93d54;
	font-size: 24px;
	line-height: 47px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
	.home-section .search-form .search-submit {
		height: 62px;
		line-height: 62px;
	}
.search-form .search-submit:hover {
	color: #2d3d59;
}

	


/*!---------FOOTER---------*/
.pre-footer {
	margin-top: 50px;
}
.footer {
	clear: both;
	padding: 60px 0 50px
}
	.footer .wrap {
		overflow: hidden;
	}
.footer .footer-widget {
	width: auto;
	float: right;
	color: #6c778b;
	font-size: 15px;
	margin: 0 2% 0 8%
}
	.footer .footer-widget.about {
		width: 50%;
		margin: 0;
		float: left;
		text-align: left
	}
	.footer .footer-widget.about img {
		width: 150px;
		height: auto;
		margin-right: 18px;
		float: left;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

.footer .footer-widget.about p.more a {
	color: #c93d54;
	text-decoration: none;
}
.footer .footer-widget h3 {
	font-size: 19px;
	margin: 0 0 10px;
	text-align: left;
	padding: 0;
}
	.footer .footer-widget a {
		text-decoration: none;
	}
.footer .footer-widget  p {
	margin: 0px 0 10px;
}

.footer .widget_nav_menu a {
	text-decoration: none;
	color: #6c778b;
}
.footer .widget_nav_menu a:hover {
	color: #c93d54;
}
.footer .widget_nav_menu li {
	margin-bottom: 8px;
}

/*Sub-footer*/
.sub-footer {
	color: #6c778b;
	border-top: 2px solid #eaecee;
	font-family: "proxima_nova";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;
	padding: 20px 0;
	position: relative;
}
	.sub-footer .wrap {
		max-width: 100%;
	}
	.sub-footer a.top {
		display: block;
		color: #ffffff !important;
		background-color: #c93d54;
		width: 65px;
		height: 65px;
		border-radius: 50%;
		font-size: 36px;
		line-height: 65px;
		padding: 2px 0 0 1px;
		text-align: center;
		letter-spacing: normal;
		font-weight: 300;
		position: absolute;
		right: 20px;
		top: -55px;
	}
		.sub-footer a.top:hover {
			background-color: #6c778b;	
		}
	
.sub-footer a {
	text-decoration: none;
	color: #6c778b;
}
.sub-footer a:hover {
	color: #c93d54;
}

.footer-nav {
	margin: 0;
	padding: 0;
	width: 40%;
	float: right;
	text-align: right;
}

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



.sub-footer .copyright {
	width: 60%;
	float: left;
	text-align: left;
}

.copyright {
	
}

.copyright em {
	font-family: Lato;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
}

#footer_branding {
	margin: 0 !important;
	color: #969eac;
	padding-top: 250px;
	border-top: 2px solid #eaecee;
}


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

#comments, #pings			{
	margin-top: 5px }
#respond, #comments			   {
	margin-top: 65px }
#comment-list		   {
	font-size: 90%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}
#comment-list li		   {
	margin: 20px 0;
	padding: 25px;
	border: 1px solid #eaecee;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor		{
	background-color: #f0f1f3; }
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #6c778b;
	margin: 0;
	letter-spacing: .08em;
	font-size: 10px;
	text-align: left;
	clear: none;
	 }
	 .comment-meta:before {
	 	display: none;
	 }
	.comment-meta a {
		color: #6c778b;
	}
.comment-meta strong		   {
	color: #2d3d59;
	font-family: "Barlow Condensed", "Arial Narrow", "Impact", sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: normal;
	 }
.comment-meta strong a			  {
	color: #2d3d59;
	text-decoration: underline }
.comment-meta a:hover		  {
	color: #c93d54;
	text-decoration: underline }


#comment-list .avatar	 {
	float: right;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 0 10px 10px; }
	
#pings {
	margin-top: 50px;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
	
	
#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label	{ }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.comment-nav {
	color: #6c778b;
	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: #6c778b;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #c93d54;
	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: #2d3d59 }
.comment-nav .alignright a {
	color: #6c778b;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #2d3d59;
	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: #2d3d59;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a		 {
	color: #2d3d59;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover	  {
	color: #2d3d59;
	text-decoration: underline }

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

.pagination {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	clear: both;
	text-align: center;
	font-size: 11px;
	margin: 20px 0 0;
	overflow: hidden;
	color: #6c778b;
}
	.facet-pagination {
		text-align: left;
	}
	.comment-pagination {
		text-align: left;
		margin-top: 0;
	}
.pagination .page-numbers, .pagination .facetwp-page {
	color: #6c778b;
	padding: 5px 10px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #eaecee
}
	.pagination span.page-numbers.current, .pagination a.active {
		 color: #2d3d59 !important;
		 border-color: #ffffff;
	}
	.pagination span.page-numbers.dots {
		 border: none;	}
.pagination a.page-numbers:hover, .pagination a.facetwp-page:hover {
	color: #c93d54;
	background-color: transparent;
}
.pagination a.next, .pagination a.prev {
	border: none;
}

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

#top   {
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	text-align: right;
	float: right;
	width: -moz-calc(100% - 220px);
	width: -webkit-calc(100% -220px);
	width: calc(100% - 220px);
}

#top ul {
	margin: 0;
}
#top li	   {
	display: inline-block;
	margin: 0; 
	padding: 0;
	position: relative;
	}
#top li a  {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #ffffff;
	}
	#top li.bold a {
		color: #c93d54;
		font-weight: bold;
		text-transform: uppercase;
	}
#top a:hover, #top li:hover>a {
	color: #c93d54;
	}

/*Sub Menus Level 1 */
#top ul ul { 
	display: none;
	position: absolute;
	top: 40px;
	left: -5px;
	padding: 10px 0;
	line-height: 16px;
	background-color: #2d3d59;
	background-color: rgba(44,60,88,.9);
	text-align: left;
	z-index: 2001;
	}
#top ul ul li {
	float: none;
	width: 180px;
	margin: 0;
	}
#top ul ul li a {
	width: 100%;
	padding: 5px 15px;
	border: none;
	color: #ffffff;
}
#top ul li:hover > ul {
	display: block;
	}
	
	#top ul li.menu-item-has-children>a:after {
		content: '+';
		display: inline;
		margin: 2px 0 0 3px;
		display: none;
	}
	
	/* Show indicator for menu items with children */
	#top ul ul li.menu-item-has-children>a:after {
		content: '>';
		float: right;
		display: inline;
		margin: 0px 0 0 3px;
	}
	
	#top ul ul a:hover, #top ul ul li:hover>a {
		color: #c93d54;
		}
		
/*Sub Menus Level 2*/

#top ul ul li ul {
	left: 180px;
	top: -10px;
	}
	#top ul ul:after {
		display: none;
	}

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

#main	{
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-family: "Barlow Condensed", "Arial Narrow", "Impact", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	line-height: 47px;
	height: 50px;
	display: block;
	border-top: 2px solid #eaecee;
	border-bottom: 2px solid #eaecee;
	text-align: center;
}
.mainmenu {
	display: block;
	width: 100%;
}

#main ul {
	margin: 0;
}
#main li	{
	display: inline-block;
	margin: 0; 
	padding: 0;
	position: relative;
	}
#main li a	{
	display: block;
	padding: 0 12px;
	text-decoration: none;
	color: #2d3d59;
	}
	
#main a:hover, #main li:hover>a {
	color: #c93d54;
	}

#main li.browse a {
	color: #c93d54;
}
#main li.spacer a {
	color: #C9CACA;
	cursor: default;
	padding: 0 5px;
}
/*Sub Menus Level 1 */
#main ul ul { 
	display: none;
	position: absolute;
	top: 48px;
	left: -3px;
	padding: 10px 0;
	font-family: Lato, sans-serif;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.4;
	background-color: #c93d54;
	text-align: left;
	z-index: 2001;
	}
	#main ul ul:before { 
		bottom: 100%; 
		left: 30px; 
		border: solid transparent; 
		content: " "; 
		height: 0; 
		width: 0; 
		position: absolute; 
		pointer-events: none; 
		border-color: rgba(222, 66, 111, 0); 
		border-bottom-color: #c93d54; 
		border-width: 10px; 
		margin-left: -10px; }
	#main ul li.search ul:before {
		left: auto;
		right: 40px;
	}
#main ul ul li {
	float: none;
	width: 180px;
	margin: 0;
	}
#main ul ul li a {
	width: 100%;
	padding: 6px 15px;
	border: none;
	color: #ffffff;
}
	#main ul ul li.bold a {
		font-weight: bold;
	}

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

	
	#main ul li.menu-item-has-children>a:after {
		content: '+';
		display: inline;
		margin: 2px 0 0 3px;
		display: none;
	}

	/* Show indicator for menu items with children */
	#main ul ul li.menu-item-has-children>a:after {
		content: '>';
		float: right;
		display: inline;
		margin: 0px 0 0 3px;
	}
	
	#main ul ul a:hover, #main ul ul li:hover>a {
		color: #2d3d59;
		}
		
/*Sub Menus Level 2*/

#main ul ul li ul {
	background-color: #c93d54;
	left: 180px;
	top: 0;
	}
	#main ul ul:after {
		display: none;
	}

/*! CREATE custom recipe card */

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

.single-post-content .mv-create-wrapper {
	background-color: #ffffff;
	border: 2px solid #eaecee !important;
	padding: 30px !important;
}
	.single-post-content .mv-create-wrapper p, .single-post-content .mv-create-wrapper li {
		font-size: 18px;
		font-weight: normal;
		line-height: 1.7;
		color: #4e5251;
	}

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

.single-post-content .mv-create-wrapper h2.mv-create-title-primary, .mv-create-print-view h2.mv-create-title-primary {
	line-height: 1.1;
	margin: 5px 0px 10px;
	font-size: 36px;
}

.single-post-content .mv-create-wrapper h3.mv-create-title-secondary {
	font-size: 24px;
	margin-top: 0;
}
	.single-post-content .mv-create-wrapper .mv-create-instructions h2.mv-create-title-secondary, .single-post-content .mv-create-wrapper .mv-create-notes h2.mv-create-title-secondary {
		margin-top: 30px;
	}

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

.single-post-content .mv-create-wrapper .mv-create-yield {
	letter-spacing: .1em;
	font-size: 12px;
	display: block;
	font-weight: normal;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;opacity: 1.0 !important;
		color: #6c778b;
}
.single-post-content .mv-create-wrapper .mv-create-times, .mv-create-print-view .mv-create-times {
	margin: 0 ;
	display: block;
	padding: 0;
	line-height: 1.3;
	color: #6c778b;
}
	.single-post-content .mv-create-wrapper .mv-create-times, .mv-create-print-view .mv-create-times * {
		opacity: 1.0 !important;
		color: #6c778b;
	}
.single-post-content .mv-create-wrapper .mv-create-time, .mv-create-print-view .mv-create-time {
	padding: 0;
	margin: 0 15px 0 0;
	border: none !important;
	line-height: 1.3;
	width: auto;
	display: inline-block;opacity: 1.0 !important;
		color: #6c778b;
}

.single-post-content .mv-create-wrapper .mv-create-time-format, .mv-create-print-view .mv-create-time-format, .single-post-content .mv-create-wrapper .mv-create-time-label, .mv-create-print-view .mv-create-time-label {
	display: inline;opacity: 1.0 !important;
		color: #6c778b;
}
.single-post-content .mv-create-wrapper .mv-create-time-format, .mv-create-print-view .mv-create-time-format {
	font-size: 13px;
	font-style: italic;opacity: 1.0 !important;
		color: #6c778b;
}
.single-post-content .mv-create-wrapper .mv-create-time-label, .mv-create-print-view .mv-create-time-label{
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;
}
	.single-post-content .mv-create-wrapper .mv-create-time-label:after, .mv-create-print-view .mv-create-time-label:after {
		content: ": ";
		display: inline;
	}

.single-post-content .mv-create-wrapper .mv-create-ingredients, .single-post-content .mv-create-wrapper .mv-create-instructions, .single-post-content .mv-create-wrapper .mv-create-notes {
	border-top: 2px solid #eaecee;
	margin: 20px 0 0;
	padding: 20px 0 0;
}
.single-post-content .mv-create-wrapper .mv-create-ingredients h4, .single-post-content .mv-create-wrapper .mv-create-instructions h4 {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .1em;
	font-size: 15px;
	color: #6c778b;
	margin: 20px 0 5px
}
.single-post-content .mv-create-wrapper .mv-create-ingredients ul, .mv-create-print-view .mv-create-ingredients ul  {
	margin: 0;
	padding: 0;
}
.single-post-content .mv-create-wrapper .mv-create-ingredients ul li, .mv-create-print-view .mv-create-ingredients ul li {
	margin: 0 0 3px 15px;
	padding: 0;
	list-style-type: none;
}
	
	.single-post-content .mv-create-wrapper .mv-create-ingredients ul li:before, .mv-create-print-view .mv-create-ingredients ul li:before {
		 color: #c93d54;
		 content: '\2022';
		 margin: 0 6px 0 -10px;
		 font-size: 12px;
		display: inline-block;
	}
.single-post-content .mv-create-wrapper .mv-create-instructions ol, .mv-create-print-view .mv-create-ingredients ol {
	margin: 0;
	padding: 0;
}
.single-post-content .mv-create-wrapper .mv-create-instructions ol li, .mv-create-print-view .mv-create-instructions ol li {
	margin: 0 0 15px 20px;
	padding: 0;
	list-style-type: decimal;
}
.single-post-content .mv-create-wrapper .mv-reviews {
	margin: 20px 0;
	color: #6c778b;
	font-size: 14px;
	font-style: italic
}

.mv-create-wrapper .mv-create-nutrition * {
	font-size: 100%;
	opacity: 1.0;
}
.mv-create-wrapper .mv-create-nutrition-item {
	font-size: 15px;
	color: #6c778b;
}
.mv-create-wrapper .mv-create-nutrition-amount {
	font-size: 15px;
	color: #6c778b;
}
.mv-create-wrapper .mv-create-nutrition-disclaimer {
	font-size: 13px !important;
	color: #6c778b !important;
}
.single-post-content .mv-create-wrapper .mv-create-notes {
	
}
	.single-post-content .mv-create-wrapper .mv-create-notes:before {
		display: none
	}
.single-post-content .mv-create-wrapper .mv-create-notes p {
	font-size: 90%;
	font-style: italic;
}
.single-post-content .mv-create-footer {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
}
.single-post-content .mv-create-wrapper button.mv-create-print-button {
	text-decoration: none;
	font-family: "proxima_nova";
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 13px;
	line-height: 1;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #c93d54;
	border: none;
}

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

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

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

.mv-create-print-view .mv-create-wrapper h2.mv-create-title-secondary {
	font-size: 15px;
}

/*!Jump Button*/
.social-rocket-inline-buttons .social-rocket-button-round .social-rocket-button-anchor {
    line-height: 38px;
    width: 38px;
    height: 38px;
}
.mv-create-jtr-wrapper {
	clear: both;
	margin-top: 9px;
}
.mv-create-jtr-wrapper a.mv-create-jtr-link {
	color: #6c778b;
	border: 1px solid #eaecee;
	padding: 5px 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-family: "proxima_nova";
	display: inline-block
}
	.mv-create-jtr-wrapper a.mv-create-jtr-link:hover {
		color: #ffffff;
		background-color: #c93d54;
		border-color: #c93d54;
	}
	.mv-create-jtr-wrapper a.mv-create-jtr-link svg {
		display: none
	}
	.mv-create-jtr-wrapper a.mv-create-jtr-link:before {
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		font-size: 90%;
	}
	
.mv-review-form label {
	display: block;
	text-align: left;
	font-size: 16px !important;
	margin: 10px 0 4px;
	font-style: normal !important;
}
.mv-review-form input, .mv-review-form textarea {
	border: solid 1px #eaecee !important;
	font-size: 16px;
	padding: 10px 12px;
	font-family: "Lato", sans-serif;
	color: #6c778b;
	opacity: 1.0;
}

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



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

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

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

/*!Create Lists*/

.mv-list-card .mv-create-wrapper {
	background-color: #ffffff;
	border: none !important;
	padding: 0 !important;
}
.mv-list-card .mv-list-link {
	text-decoration: none;
	font-family: "proxima_nova";
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 13px;
	line-height: 1;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #c93d54;
	border: none;
}

	.mv-list-card .mv-list-link:hover {
	 	background-color: #E17A87;
	 	cursor: pointer;
	}
	
.mv-list-card .mv-create-print-form {
	display: none
}

.mv-list-card .mv-create-wrapper p {
	font-size: 19px;
	font-weight: normal;
	line-height: 1.8;
	color: #4e5251;
	margin: 20px 0 !important;
}
.mv-list-card .mv-list-item-container {
	border: 2px solid #eaecee !important;
	padding: 25px !important;
}
.mv-list-card h3.mv-list-single-title {
	font-size: 26px !important;
	margin: 15px 0
}
.mv-list-card .mv-list-text {
	padding-top: 20px !important;
	border: none !important;
	margin: 0 !important;
}
.mv-list-card .mv-list-text h3.mv-list-single-title {
	padding-top: 40px;
	font-size: 32px !important;
	border-top: 2px solid #eaecee;
}