/* 
Theme Name: A Beautiful Plate
Theme URL: http://www.abeautifulplate.com/
Description: Custom responsive blog theme for A Beautiful Plate.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.2
*/

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

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

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {

}

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

input[type="submit"], input[type="text"] {
    -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;
}

#page_wrap {
    margin-bottom: 0;
}

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 800px ) {

    .span_content {
        margin-left: 0;
        width: 68%;
        max-width: 600px;
        float: left;
        display: inline-block;
    }

    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 30%;
        min-width: 300px;
        max-width: 300px;
        float: right;
        display: inline-block;
    }
}
.wrapper {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 20px;
    width: 100%;
    max-width: 1020px;
    overflow: hidden
}

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

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

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


body {
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #292324;
    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: #ff795d;
    text-decoration: underline;
}

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

p {
    margin: 20px 0;
}

h1, h2, h3, h4, h5 {
    font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1 {
    color: #ff795d;
    font-size: 24px;
}

h2 {
    color: #ff795d;
    font-size: 20px;
    }
	.teaser-post h2 {
		font-size: 20px;
	}
h3 {
    color: #6c8090;
    font-size: 20px;
}
	h3.widget-title {
		font-size: 16px;
	}
	.single-post-content>h3:before {
		content: "";
		display: block;
		border-bottom: 1px solid #dadfe3;
		width: 100px;
		height: 1px;
		margin: 20px 0;
	}
h4 {
    color: #ff795d;
    font-size: 16px;
}

h5 {
    color: #ff795d;
    font-size: 14px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 25px auto 50px;
	border-bottom: 1px solid #dadfe3;
}
hr {
	width: 100%;
	display: block;
	clear: both;
	outline: none;
	border: none;
	margin: 30px 0;
	border-bottom: 1px solid #dadfe3;
}

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}

.top-bar {
    background-color: #6C8090;
    font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #ffffff;
    font-size: 12px;
    line-height: 40px;
    height: 41px;
    padding-bottom: 2px;
}
	.top-bar .sub-links {
		width: 30%;
		float: left;
	}
	.top-bar .sub-links a {
		color: #ffffff;
		text-decoration: none;
	}
		.top-bar .sub-links a:before, .sidebar .sub-links a:before { 
			content: '\f09e'; 
			font-family: "Font Awesome 5 Pro";
			font-weight: bold;
			color: #eec206;
			vertical-align: middle;
			margin: -1px 3px 0 15px;
			font-size: 10px;
		}
		.top-bar .sub-links a:hover, .sidebar .sub-links a:hover {
			color: #eec206;
		}
	.top-bar .sub-links em {
		text-transform: lowercase;
		letter-spacing: normal;
		font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	}
	.top-bar .sub-links strong, .sidebar .sub-links strong {
		font-size: 12px;
		letter-spacing: .1em;
	}
.header {
	margin-bottom: 30px;
}
.header .logo {
    margin: 20px 0 25px;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 1000;
}

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

.header .social {
	display: inline-block;
	float: right;
	clear: right;
	text-align: right;
	margin: 0 0 10px;
}
.social a {
    text-decoration: none;
    color: #eec206;
    font-size: 12px;
    line-height: 1.1;
    margin: 0;
    padding: 2px 2px;
    display: inline-block;
    vertical-align: middle;
}
	.social a i.fa-inverse {
		font-size: 85%;
	}
.social a:hover {
	color: #ff795d;
}
.tagline {
	width: 270px;
	height: 45px;
	background: url(images/tagline.png) no-repeat;
	background-size: 100% auto;
	float: right;
	clear: right;
}
.connect {
	width: 185px;
	height: 30px;
	background: url(images/connect.png) no-repeat;
	background-size: 100% auto;
	float: right;
	clear: right;
	margin: 30px 7px 7px 0
}

.header-search {
	margin: 20px 0 ;
	text-align: left;
	float: right;
	width: 280px;
}
	.header-search .search-form {
		text-align: left;
		overflow: hidden;
		margin: 0;
	}
		.header-search .search-form .search-input {
			height: 42px;
			line-height: 42px;
			font-size: 16px;
		}
		.header-search .search-form .search-submit {
			height: 42px;
			line-height: 40px;
		}

/*---------CONTENT---------*/
.span_content {
	margin-top: 10px;
}

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

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

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

	.span_content ul li:before {
	    color: #eec206;
	    content: '\2022';
	    margin: 0 6px 0 -10px;
	    font-size: 15px;
	}
	.span_content ul.fancylist li {
		margin: 0 0 20px 15px;
	}
	.span_content ul.fancylist li:before {
	    color: #eec206;
	    content: '\f061';
	    font-family: "Font Awesome 5 Pro";
	    margin: 0 0 0 -20px;
	    display: inline-block;
	    vertical-align: middle;
	    width: 20px;
	    font-size: 15px;
	}
	
.span_content ol li {
    list-style-type: decimal;
    padding: 0 0 10px;
    margin: 0 0 10px 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: 40px;
}

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

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

.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: #a09f9e;
    font-size: 12.5px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #dadfe3;
}
.screen-reader-text {
    display: none;
}


.about {
	text-align: center;
}
.about img {
	width: 150px;
	height: 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 10px;
}
.about .more a {
	color: #ffffff;
	background-color: #ff795d;
	display: inline-block;
	padding: 5px 15px;
	font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: normal;
	font-size: 13px;
}
	.about .more a:hover {
		background-color: #eec206;
	}


.subscribe {
	background: url(images/subscribe.png) no-repeat #6c8090;
	background-size: 315px 115px;
	background-position: center -13px;
	text-align: center;
	padding: 4px;
}
.subscribe h3.widget-title {
	display: none;
}
.subscribe .textwidget {
	border: 1px solid #ffffff;
	padding: 70px 15px 15px 15px;
}
.subscribe p {
	line-height: 1.5;
	margin: 0;
}

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

.email-input {
    color: #292324;
    font-size: 12.5px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 34px;
    background-color: #ffffff;
    border: none;
    padding: 0 10px;
    margin: 0 0 10px 0;
    width: 100%;
    height: 36px;
}

.email-submit {
    font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    letter-spacing: .1em;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 32px;
	color: #ffffff;
	background-color: #ff795d;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 10px;
    margin: 0;
    height: 36px;
    width: 65%;
    float: right;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.email-submit:hover {
    background-color: #eec206;
}

.subscribe .checkboxes {
	width: 35%;
	text-align: left;
	float: left;
	color: #ffffff;
	font-size: 11px;
	font-style: italic;
	line-height: 1;
	margin: 0 0 0;
}
	.subscribe .checkboxes li, .subscribe .checkboxes ul {
		margin: 0;
		padding: 0;
	}
		.subscribe .checkboxes li:first-of-type {
			margin-bottom: 6px;
		}
	.subscribe input[type=checkbox] {
	    display: none;
	}
	.subscribe input[type=checkbox] + label {
		cursor: pointer;
	}
	.subscribe input[type=checkbox] + label:before {
		background-color: #ffffff;
		color: #ffffff;
		display: inline-block;
		content: '\f00d';
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
		font-style: normal;
		line-height: 1;
		padding: 2px 3px;
		margin: 0 5px 0 0;
		
	}
	.subscribe input[type=checkbox]:checked + label:before {
	    color: #ff795d;
	}
	
.sidebar .sub-links {
	font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 10px;
	color: #6C8090;
	margin-top: -35px;
	text-align: center;
}
.sidebar .sub-links h3.widget-title {
	display: none;
}
.sidebar .sub-links a {
	color: #6C8090;
}
.sidebar .sub-links strong {
	font-size: 10px;
}
.sidebar .sub-links a:before { 
	margin: 0 2px 0 8px;
	position: relative;
	top: -1px;
}
.sidebar .copyright {
	font-size: 11px;
	text-align: center;
}

/*Featured Posts Widget*/
.featured {
    text-align: center;
    overflow: hidden;
}

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

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

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

.featured h4 {
    line-height: 1.1;
}
	
.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 {
 
}
	
.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 {
	width: 47%;
    margin: 0 6% 6% 0;
    overflow: hidden;
    text-align: center;
    float: left;
}
	.recentposts .item:nth-child(2n) {
		margin-right: 0;
	}
.recentposts img {
	width: 100%;
	height: auto;
    display: block;
}

.recentposts a img {
    display: block;
}

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

.recentposts h4 {
	padding-top: 10px;
    margin: 0 0 4px;
    font-size: 12px;
    display: none;
}
.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 {
    margin-bottom: 40px;
}

/*.post-title {
	height: 86px;
	padding-left: 30px;
	background: url(images/circles.png) left center no-repeat;
	position: relative;
}
	.post-title .vcenter {
		position: relative;
		  top: 50%;
		  -webkit-transform: translateY(-50%);
		  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);
	}*/

.post-title h1, .post-title h2 {
    margin: 0 0 12px;
    color: #ff795d;
}

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

.post-title h1 a:hover, .post-title h2 a:hover {
    color: #6c8090;
}
.ccount {
	font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
	color: #42403e;
}
	.post-title .ccount {
		float: right;
		margin-top: -3px;
		margin-left: 15px;
		font-size: 11px;
	}
	.ccount a:before {
		content: '\f075';
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		font-size: 90%;
		color: #eec206;
		margin-right: 5px;
	}
	.ccount a {
		color: #a09f9e;
		text-decoration: none;
	}
	.ccount a:hover {
		color: #eec206 !important;
	}
.post .edit {
    text-transform: lowercase;
    letter-spacing: 0;
}

.post-meta {
    color: #a09f9e;
    font-size: 10px;
    font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 15px;
	margin-bottom: 15px;
}
	.post-author {
		color: #6c8090;
	}
	.post-meta a.button {
		margin-right: 8px;
	}
	
		
.post-meta em {
	font-family: "Source Sans Pro";
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 90%;
}
.post-meta a {
    color: #a09f9e;
    text-decoration: none;
}

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #6c8090;
    text-decoration: none;
}
.post-meta .icon-comment:before {
	color: #6c8090;
	font-size: 90%;
	vertical-align: middle;
	margin: -3px 5px 0 15px;
}
.meta-bottom {
    clear: both;
    overflow: hidden;
    line-height: 1.5;
    margin: 30px 0 0;
}	
	.meta-centered {
		text-align: center;
	}
	.single-post .meta-bottom {
		border-top: 1px solid #dadfe3;
		border-bottom: 1px solid #dadfe3;
		padding: 15px 2px;
	}
	.home-post .meta-bottom {
		margin: 0;
	}
.meta-bottom .left {
    width: 70%;
    float: left;
    display: inline-block;
}

.meta-bottom .right {
    text-align: right;
    width: 30%;
    float: right;
}
	.meta-centered .left, .meta-centered .right {
		width: 100%;
		float: none;
		text-align: center;
		margin: 10px 0;
	}
.meta-bottom .ccount {
	margin: 0;
}

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: #a09f9e;
    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: #292324;
}
.post img.size-full {
	margin: 20px 0 25px;
}
.alignleft {
    margin-right: 10px;
    float: left;
}

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

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

.post img.hiddenimage {
	width: 1px; 
	height: 1px; 
	position: absolute; 
	top: -10px;
}

.post blockquote {
	margin: 35px 0 40px;
    padding: 5px 5%;
    background-color: #f0f1f2;
    color: #6c8090;
    font-size: 110%;
}
	.post blockquote strong, .fancylist strong {
		font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-weight: normal;
		color: #6c8090;
	}

.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;
}
.more {
	text-align: center;
	margin: 20px 0 10px;
}
a.more-link {
	font-size: 12px;
	color: #ffffff;
	background-color: #ff795d;
	letter-spacing: .08em;
	line-height: 35px;
	padding: 0 15px;
	margin: 0 auto;
	display: inline-block;
    font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: center;
    cursor: pointer;
    border: none;
    display: inline-block;
    text-decoration: none;
}

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

.breadcrumbs {
    color: #a09f9e;
    font-size: 9px;
    margin: 20px 0 0;
    line-height: 15px;
}
	.single-post-content .breadcrumbs {
		margin: 0px 0 8px;
	}
	.breadcrumbs a {
		color: #a09f9e;
		font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-style: normal;
	}
		.breadcrumbs .breadcrumb_last {
			font-size: 11px;
			font-style: italic;
		}
	.breadcrumbs a.button {
		float: right;
		margin: -3px 0 0 7px;
	}
	.breadcrumbs .breadcrumb_last {
		display: none
	}

a.button {
	font-size: 12px;
	color: #6c8090;
	letter-spacing: .08em;
	padding: 2px 7px;
	display: inline-block;
    font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #dadfe3;
}

a.button:hover {
	color: #ffffff;
    background-color: #eec206;
}
	a.button i {
		font-size: 90%;
	}
	a.button.pinbutton i {
		font-size: 80%;
		margin-right: 3px;
	}
	
	a.jumpbutton {
		display: none;
	}
	body.loggedin a.jumpbutton {
		display: inline-block;
	}

/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 100px 0 10px;
}
.recipe-title {
	background-color: #6c8090;
	padding: 4px;
}
.recipe-title .inner {
	border: 1px solid #ffffff;
	padding: 10px 3%;
}
.recipe-body {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.7;
}
.recipe h2 {
	margin: 0 0 15px;
	text-align: center;
	color: #ffffff;
}
.recipe h3 {
    margin: 10px 0 10px;
    color: #ff795d;
    font-size: 14px;
}

.recipe h4 {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5;
	margin: 20px 0 10px;
	color: #a09f9e;
}

.recipe p, .recipe ol, .recipe ul {
    margin-top: 5px;
    margin-bottom: 12px;
}
.recipe ul li {
	margin-bottom: 10px;
}
.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: #eec206;
}
.recipe .left {
	margin-bottom: 20px;
	width: 35%;
	padding-right: 15px;
	float: left;
}
.recipe .right {
	margin-bottom: 20px;
	width: 65%;
	float: right;
}
.recipe .summary {
    margin: 0 0 25px;
    clear: left;
    text-align: center;
    color: #ffffff;
}

.recipe .time {
    text-align: center;
    margin: 0 0 15px;
    font-size: 11px;
    color: #b5bfc7;
}
.recipe .time p {
	display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}
.recipe .time strong {
	font-weight: normal;
}
.recipe .tips {
    margin-top: 0px;
    border: 1px solid #dadfe3;
    padding: 7px 15px 15px;
    margin-bottom: 25px;
    width: 32%;
    clear: left;
    text-align: left;
    float: left;
    font-size: 13px;
}
	.recipe .tips-right {
		width: 65%;
		clear: none;
		float: right;
	}
	.recipe .tips ul li:before, .recipe .notes ul li:before {
		display: none;
	}
	.recipe .tips ul li, .recipe .notes ul li {
		padding-left: 0;
		margin-left: 0;
	}
	.recipe .tips ul, .recipe .tips ul li:last-of-type {
		margin-bottom: 0;
	}
.recipe .notes {
	clear: both;
    font-style: italic;
    margin-top: 20px;
     color: #a09f9e;
}

.recipe .source {
    color: #a09f9e;
    font-size: 11px;
    font-style: italic;
    margin-top: 15px;
    clear: both;
}

.recipe .photo {
	display: block;
    margin: -90px auto 25px;
    width: 180px;
    height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
	

.recipe .printbutton {
	width: 200px;
    margin: 0 auto 20px;
    text-align: center;
}

.printbutton a {
	font-size: 12px;
	color: #ffffff;
	background-color: #ff795d;
	letter-spacing: .08em;
	line-height: 30px;
	padding: 0 15px;
	margin: 0 auto;
	display: inline-block;
    font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: center;
    cursor: pointer;
    border: none;
    display: inline-block;
    text-decoration: none;
}

.printbutton a:hover {
	color: #ffffff;
    background-color: #eec206;
}
/*Nutrition Info*/
.recipe .nutrition {
	clear: both;
	margin: 25px 0 0;
	font-size: 86%;
	font-weight: normal;
	background-color: #ffffff;
	border: solid 1px #e2e2e2;
	padding: 15px 20px 10px;
	color: #a09f9e;
	 }
	.recipe .nutrition h3, .recipe .nutrition h4 {
		margin: 0 4px 0 0;
		line-height: 1;
		display: inline-block;
	}
	.recipe .nutrition p {
		display: inline-block;
		margin: 0;
	}
		.recipe .nutrition p span {
			font-weight: normal;
		}
	.recipe .nutrition ul {
		margin: 0;
	}
	.recipe .nutrition li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
		.recipe .nutrition li:after {
			display: inline-block;
			content: ", ";
		}
			.recipe .nutrition li:first-of-type:after, .recipe .nutrition li:last-of-type:after {
				display: none;
			}
		.recipe .nutrition li:before {
			display: none;
		}
	.recipe .nutrition strong {
		font-style: italic;
		font-weight: normal;
		margin-right: 4px;
	}
	.recipe .nutrition span {
		font-weight: bold;
	}
	
/*Recipe ratings*/
.rating {
    font-size: 12px;
    text-align: center;
    color: #a09f9e;
}
	.recipe .rating {
		display: block;
		margin: 0 auto;
	    text-align: center !important;
	}
	.recipe .rating a.more-link {
		font-size: 11px;
		font-weight: bold;
		letter-spacing: .08em;
	}
#comment-list div.rating-container {
	clear: none !important;
	float: none !important;
	margin: 0 !important;
}
	.comment-rating-field-pro-plugin, .rating div.rating-container, .rating div.review-total {
	  display: inline-block;
	}

	.rating div.rating-container.crfp-group-1 a {
		text-decoration: none;
		font-size: 14px;
	}
		.rating div.rating-container.crfp-group-1 a strong {
			text-transform: uppercase;
			letter-spacing: .08em;
			font-size: 92%;
		}
	.rating .review-total {
		 margin-bottom: 10px;
		 font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
		 text-transform: uppercase;
		 letter-spacing: .05em;
		 font-style: normal;
		 color: #b5bfc7;
		 font-size: 92%;
		 text-align: center;
	}
		.rating .review-total a {
			color: #ffffff;
		}
		.rating .review-total a:hover {
			color: #ff795d;
		}
	.leave-a-review {
		clear: both;
		color: #a09f9e;
		margin-top: 20px;
		text-align: center;
	}
		.leave-a-review a {
			font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
			text-transform: uppercase;
			letter-spacing: .1em;
			font-size: 90%;
			display: inline-block;
			margin-left: 5px;
		}
		.rating .leave-a-review {
			color: #b5bfc7;
			margin-bottom: 10px;
		}
			.rating .leave-a-review a {
				color: #ffffff;
			}
	
#commentform .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	font-weight: bold;
	display: block;
}
#comment-list div.rating-container {
	clear: none !important;
	margin-top: 0;
}
#comment-list div.rating-container span.label, #comment-list div.rating-container label {
	display: none;
}

/*Recipe PS*/
.post-recipe {
	background-color: #6c8090;
	color: #b5bfc7;
	padding: 4px;
	text-align: center;
	margin: 25px 0;
	clear: both;
}
	.post-recipe a {
		color: #b5bfc7;
	}
	.post-recipe h3 {
		color: #ffffff;
		font-size: 20px;
		margin: 0 0 5px;
	}
	.post-recipe .vcenter {
		border: 1px solid #ffffff;
		padding: 20px 15px;
	}
	
.post-recipe h4, .post-recipe p {
	margin: 0;
}
/* Inner Post */

.floating-share {
	float: left;
	display: inline-block;
	margin: 10px 0 0 -60px;
}
.bottom-share {
	text-align: center;
}
.bottom-share h4 {
	color: #6c8090;
	margin: 25px 0 0;
}


.inner-post {
	clear: both;
    margin: 55px 0 55px 0;
    font-size: 90%;
    line-height: 1.7;
    overflow: hidden;
}

.inner-post .widget {
}

.inner-post .widget.ad {
    width: 300px;
    margin: 0;
    float: left;
}

.inner-post .subscribe {
    width: 100%;
}
.inner-post .subscribe .textwidget {
	
}
.inner-post .subscribe .checkboxes li:first-of-type {
	margin-bottom: 0px;
}

.post-nav {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    margin: 50px 0 55px;
    overflow: hidden;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #a09f9e;
		text-decoration: none;
	}
	
	.post-nav .nav-previous {
		float: left;
		width: 47%;
		position: relative;
	}
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 47%;
		position: relative;
	}
	.post-nav .nav-next img {
		float: right;
		width: 30%;
		margin-left: 3%;
		vertical-align: middle;
	}
	.post-nav .nav-previous img {
		float: left;
		width: 30%;
		margin-right: 3%;
	}
	.post-nav .caption {
		float: left;
		width: 67%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
		.post-nav .nav-previous .caption {
			float: left;
			margin-left: 33%;
		}
	.post-nav h5 {
		color: #ff795d;
		margin: 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;

	}
	.post-nav .subhead {
		display: inline-block;
		color: #a09f9e;
		font-size: 11px;
		font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		background-color: #ffffff;
		padding: 0 0 3px;
	}
		.post-nav .nav-next .subhead {
			
		}
	.post-nav a:hover {
	    opacity:0.7;
	    filter:alpha(opacity=70); /* For IE8 and earlier */
	    
	}


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

.teaser-posts {
	overflow: hidden;
}
.teaser-post {
	width: 46.7%;
	float: left;
	overflow: hidden;
	margin: 0 0 50px 0;
	text-align: center;
	font-size: 90%;
	line-height: 1.7;
}
	.teaser-post.odd {
		margin-right: 6.6%;
		clear: left;
	}
		.teaser-posts .teaser-post {
			margin-bottom: 20px;
		}
		.teaser-posts .teaser-post:nth-child(odd) {
			margin-right: 6.6%;
			clear: left;
		}
	.teaser-post.even {
		
	}

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

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

.teaser-post h2 {
	margin: 12px 0 12px;
}
	.teaser-post h4 {
		margin: 5px 0;
		line-height: 1.2;
	}
	
.teaser-post 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;
}
.teaser-post .meta-bottom {
	margin: 0;
}
.teaser-post .more {
	text-align: center;
	margin: 0px 0 8px;
}
.teaser-post a.more-link {
	font-size: 11px;
	padding: 0 12px;
	line-height: 27px;
}
.teaser-post .ccount {
	font-size: 9px;
}

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

.homepage-sections {
	clear: both;
	overflow: hidden;
	margin: 60px 0 0;
	padding-top: 50px;
	border-top: 1px solid #dadfe3;
}
.homepage-section {
	overflow: hidden;
	margin: 0 0 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dadfe3;
}
	.homepage-sections .homepage-section:last-child {
		border-bottom: none;
		padding-bottom: 0px;
	}
.homepage-section h3.widget-title {
	text-align: center;
	
}
.homepage-section .more {
	text-align: center;
	margin: 15px 0 35px;
	font-size: 13px;
}
	.homepage-section .more a {
		font-size: 13px;
		color: #ffffff;
		background-color: #ff795d;
		letter-spacing: .08em;
		line-height: 37px;
		padding: 0 15px;
		display: inline-block;
	}
	.homepage-section .more a:hover {
		background-color: #eec206;
	}

.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-bottom: 0;
}
.homepage-section .category-posts .excerpt p {
	margin: 10px 0 15px;
	line-height: 1.6;
	font-size: 92%;
}
.homepage-section .category-posts .meta-bottom {
	margin: 10px 0 0;
}
.homepage-section .category-posts a {
	display: 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%;
    margin-bottom: 25px;
    width: 48%;
    float: left;
    text-align: center;
}

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

.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;
}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}


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

.archiveslist a:active, .subcategories a:active {
    color: #292324;
}
.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: #292324;
	    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: #6c8090 !important;
	}

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

.subcats h4 {
    margin: 10px 0 15px;
    color: #6c8090;
}
.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: #ffffff;
    background-color: #ff795d;
    font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
    line-height: 2;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 0 8px;
    margin: 2px 2px 4px;
    display: inline-block;
}
	.subcats ul.subcategories li ul li a.back {
		background-color: transparent;
		color: #ff795d;
		font-weight: bold;
	}
.subcats ul.subcategories li ul li a:hover {
   background-color: #eec206;
    cursor: pointer;
}
	.subcats ul.subcategories li ul li a.back:hover {
		background-color: transparent;
		color: #eec206;
		font-weight: bold;
	}

ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}
.tagslist li {
	font-size: 95%;
}
.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-right: 3px;
    width: 20px;
    float: left;
    border: solid 1px #f6f5f5;
}

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

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

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

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

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

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

.tagtitle em {
    color: #a09f9e;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    float: right;
    font-weight: normal;
    font-size: 12px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
}

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

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

/* Shop/Affiliate Items*/

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

.affiliate-items {
	overflow: hidden;
	margin-bottom: -15px;
}
.affiliate-items h3 {
	text-align: center;
	margin: 20px 0 5px;
}
.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;
	}
	
.shop .archive-post {
	width: 18%;
	margin: 0 2.5% 4% 0;
}
	.shop .archive-post:nth-child(3n) {
		margin: 0 2.5% 4% 0;
	}
	.shop .archive-post:nth-child(3n+1) {
		clear: none;
	}
	.shop .archive-post:nth-child(5n) {
		margin-right: 0;
	}
	.shop .archive-post:nth-child(5n+1) {
		clear: left;
	}
p.small {
	color: #a09f9e;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	margin: 0 0 12px;
}
.related {
	overflow: hidden;
	margin-bottom: 50px;
}
.related h3 {
	text-align: center;
}
.archives-more {
	text-align: center;
	margin: -10px 0 0px;
}
.archives-more a {
	
}
/*---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, .gform_wrapper input[type="submit"]  {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    background-color: #ff795d;
    font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer;
    margin-top: 5px;
    padding: 10px 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-style: none;
}

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

.commentinput, .styledinput, .captchainput, #commentform input  {
    color: #292324;
    font-size: 13px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-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: #292324;
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-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 input[type=checkbox] {
		width: auto !important;
	}
#commentform textarea {
	color: #292324;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #dadfe3;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form {
    font-family: "Source Sans Pro", 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 {
    max-width: 350px;
    border: 1px solid #e2e2e2;
	overflow: hidden;
}

.search-form .search-input {
    color: #292324;
    font-size: 13px;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    font-style: italic;
    background-color: #fff;
    padding: 0 12px;
    border: none;
    vertical-align: middle;
	float: left;
    width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	height: 35px;
	line-height: 35px;
}
	.search-form .search-input::placeholder {
		color: #a09f9e;
	}
.search-form .search-submit {
    color: #6c8090;
    font-size: 18px;
    font-weight: normal;
    background-color: transparent;
    cursor: pointer;
    border-style: none;
	font-family: "Font Awesome 5 Pro";
    vertical-align: middle;
    text-align: center;
	float: left;
    margin: 0;
    width: 40px;
    height: 35px;
    line-height: 35px;
}

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

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


.footer {
    background-color: #6c8090;
    font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #ffffff;
    font-size: 11px;
    line-height: 40px;
    padding: 15px 0;
    overflow: hidden;
}

.footer a {
    text-decoration: none;
    color: #ffffff;
}
.footer a:hover {
    color: #eec206;
}

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

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

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

.footer .copyright {
	font-size: 10px;
	width: 30%;
	float: right;
	text-align: right;
}
	.footer .copyright em {
		text-transform: none;
		letter-spacing: normal;
	}
	.footer .copyright a {
		text-decoration: underline;
	}

.subfooter {
	text-align: center;
}
.subfooter .logo a {
	display: inline-block;
	float: none;
	margin: 0 auto;
	width: 250px;
	height: 85px;
}
.subfooter .tagline {
	margin: 35px auto 30px;
	float: none;
}
.subfooter .social {
	text-align: center;
	clear: both;
	padding: 45px 0;
}
.subfooter .social a {
	font-size: 24px;
}
	.subfooter .social a:hover {
		
	}

/*Instagram Widget */
.instagram-feed {
	clear: both;
	margin-bottom: -1px;
}
	.instagram-feed .wrap {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
.sbi_images, #sb_instagram {
	overflow: hidden;
	width: 100%;
}
.sbi_item {
	width: 10%;
	float: left;
}
.sbi_item a, .sbi_item img {
	display: block;
	width: 100%;
	height: auto;
}
#sbi_load {
	padding: 0 !important;
}
.sbi_follow_btn {
	float: left;
	width: 10%;
	height: 0;
	padding-bottom: 10%;
	margin: 0;
	display: block;
	background-color: #ff795d;
	position: relative;
}
	.sbi_follow_btn a {
		display: block;
		padding: 10px;
		font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		height: 0;
		padding-top: 24%;
		padding-bottom: 100%;
		vertical-align: middle;
	}
		.sbi_follow_btn .fa-instagram:before {
			font-family: "Font Awesome 5 Brands";
		}
	.sbi_follow_btn a:hover {
		background-color: #eec206;
	}


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

#comments, #pings           {
	margin-top: 5px;
	text-align: left; }
#respond            {
	margin-top: 65px;
	text-align: left; }
#comment-list          {
	font-size: 91%;
	line-height: 1.7;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
	border-bottom: 1px solid #dadfe3;
}
#comment-list li           {
	margin: 0;
	padding: 20px 0 20px;
	border-top: 1px solid #dadfe3;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	background-color: #edeff0;
	margin-top: 15px;
	padding: 25px 25px 13px 25px }
#comment-list li p {
	margin: 10px 0;
}
.comment-meta         {
	margin: 0;
	 }

.comment-meta strong           {
	color: #ff795d;
	font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em; }
.comment-meta strong a            {
	color: #ff795d;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #6c8090;
	text-decoration: underline }


#comment-list .avatar    {
	float: right;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }
	
#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: #a09f9e;
	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: #a09f9e;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #6c8090;
	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: #6c8090 }
.comment-nav .alignright a {
	color: #a09f9e;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #6c8090;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin: 0;
	padding: 15px;
	border: none;
}
#cancel_reply, #cancel_reply a       {
	color: #6c8090;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #6c8090;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #6c8090;
	text-decoration: underline }

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

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

.pagination .page-numbers {
    color: #a09f9e;
    padding: 5px 10px;
    border: solid 1px #ffffff;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #ffffff;
	    background-color: #6c8090;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #ffffff;
    background-color: #eec206;
}

/*----TOP Menu----*/
.top-nav {
    margin: 0;
    display: inline-block;
    text-align: right;
    float: right;
    width: 70%;
}

.top-nav ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: right;
}

.top-nav li {
    float: left;
    position: relative;
    width: auto;
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
}
	
.top-nav > ul > li {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.top-nav a {
    display: block;
    text-decoration: none;
    padding: 0 10px 0;
    color: #ffffff;
}
	.top-nav li.bold {
		font-weight: bold;
	}
.top-nav a:hover, .top-nav li.menu-item-has-children:hover>a {
    color: #ffffff;
    cursor: pointer;
}
		
/* Navigation submenu */
.top-nav .menu-item:hover .sub-menu {
    display: block;
}

.top-nav .sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    left: 50%;
    padding: 5px 0;
    margin-top: 0px;
    margin-left: -80px;
    width: 160px;
    z-index: 2000;
    background-color: #6c8090;
    background-color: rgba(108,128,144,.95);
}

.top-nav .sub-menu .menu-item {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
}

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

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

.top-nav .sub-menu .menu-item a:hover {
    color: #ff795d;
}

.top-nav .sub-menu .menu-item-has-children a {
}

.top-nav .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;
}

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

.top-nav li li a:after {
    display: none;
}

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

#main {
    margin:0;
    width: 100%;
    clear: both;
    display: inline-block;
    border-top: 1px solid #dadfe3;
    border-bottom: 1px solid #dadfe3;
    height: 41px;
	text-align: center;
}

#main ul {
	width: 100%;
    margin: 0 auto;
    padding: 0;
	text-align: center;
}

#main li {
	display: inline-block;
    position: relative;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 40px;
}
	
#main > ul > li {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

#main a {
    display: block;
    text-decoration: none;
    padding: 0 12px 0;
    color: #42403e;
}
	#main li.bold a {
		color: #6c8090;
	}
#main a:hover, #main li.menu-item-has-children:hover>a, #main li.bold a:hover {
    color: #ff795d;
    cursor: pointer;
}
		
/* Navigation submenu */
#main .menu-item:hover .sub-menu {
    display: block;
}

#main .sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    left: 50%;
    padding: 5px 0;
    margin-top: 0px;
    margin-left: -80px;
    width: 160px;
    z-index: 2000;
    background-color: #6c8090;
}
	#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: #6c8090; 
		border-width: 10px; 
		margin-left: -10px; }
		
#main li.search {
	float: right;
	margin-right: 0;
}
#main li.search .sub-menu {
		left: 50%;
		margin-left: -175px;
		padding: 10px;
		width: 200px;
	}
	#main li.search .sub-menu:after { 
		bottom: 100%; 
		left: 88%; }
		
#main .sub-menu .menu-item {
    margin: 0;
	float: left;
	padding: 0;
	display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    text-transform: lowercase;
    letter-spacing: normal;
    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: #ff795d;
}

#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;
}
/* Top Search */
#main li.search {
	font-size: 17px;
	display: none;
}
	#main li.search .fa {
		padding-top: 10px;
	}
	#main li.search .sub-menu {
	    margin-top: 13px;
	}
.menu-search {
	background-color: #ffffff;
	border: none;
	width: 180px;
}
.menu-search .search-input {
	border: none;
	background-color: transparent;
	width: 100%;
	font-size: 12px;
}
.menu-search .search-submit {
	display: none;
}

		 
/*---------IMAGE GALLERIES---------*/
.gallery {
	margin: 0 auto 20px;
	overflow: hidden;
}
.gallery-columns-2 .gallery-item {
	float: left;
	text-align: center;
	width: 48%;
}
	.gallery-columns-2 .gallery-item:nth-child(2) {
		float: right;
	}
.gallery-columns-3 .gallery-item {
	float: left;
	text-align: center;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
}
	.gallery-columns-3 .gallery-item:nth-child(3) {
		margin-right: 0;
	}
.gallery img {
	width: 100%;
	height: auto;
	display: block;
}
.gallery .gallery-caption {
	margin-left: 0;
}

/*Sponsored disclaimer*/
.sponsor, .affiliate, .akismet_comment_form_privacy_notice {
	font-size: 13px;
	color: #a09f9e;
	font-style: italic;
}
	.sponsor strong, .affiliate strong {
		color: #a09f9e;
		font-style: normal;
	}
	.sponsor-top:before {
		content: "SPONSORED";
		display: inline-block;
		font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-size: 12px;
		color: #6c8090;
		background-color: #f0f1f2;
		padding: 2px 10px;
		margin: 0 5px 0 0;
	}
	.sponsor-top {
		line-height: 1.6;
		text-align: center;
	}
	.sponsor-bottom {
		font-size: 15px;
		line-height: 1.6;
		margin: 20px 0;
		text-align: center;
	}
	
	.affiliate:before {
		content: "AFFILIATE";
		display: inline-block;
		font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-size: 12px;
		color: #6c8090;
		background-color: #f0f1f2;
		padding: 2px 10px;
		margin: 0 5px 0 0;
	}

/*Ad Styles*/
.adunitlabel .pubnation {
  font-size: 10px !important;
  color: #a1a1a1 !important; 
}

.content_mobile_waypoint {
  background-color: #f0f0f0;
  text-align : center;
}
.content_mobile_wrapper {
  border-top: 10px #f0f0f0 solid;
  border-bottom: 10px #f0f0f0 solid;
  border-left: 10px solid #f0f0f0;
  border-right: 10px solid #f0f0f0;
}
.content_mobile_wrapper::before {
  content : "Advertisement";
  color : #a1a1a1;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size : 10px;
}

.mediavine-video__target-div {
	background-color: #FAFAFA;
	padding: 0 20px;
}
h2.mv_auto_insert_headline {
	background-color: #FAFAFA;
	margin-bottom: 0;
	padding: 20px 20px 0
}

.mediavine-video__sticky-placement .mediavine-video__sticky-container .mediavine-video__sticky-bar .mediavine-video__sticky-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
	.mediavine-video__sticky-placement .mediavine-video__sticky-container.mediavine-video__light .mediavine-video__sticky-title a {
		color: #6c8090 !important;
	}
	.mediavine-video__sticky-placement .mediavine-video__sticky-container.mediavine-video__light .mediavine-video__sticky-title a:hover {
		color: #ff795d !important;
	}
	.mediavine-video__sticky-placement .mediavine-video__sticky-container.mediavine-video__light .mediavine-video__sticky-title a:after {
		content: " (Get the recipe »)";
		display: inline-block;
		margin-left: 5px;
		font-weight: normal;
		font-style: italic;
		text-decoration: underline;
	}

/* Create custom recipe card */

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

.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: 1px solid #dadfe3;
	padding: 0 !important;
}
	.mv-create-card .mv-create-wrapper p, .mv-create-card .mv-create-wrapper li {
		font-size: 17px;
		font-weight: normal;
		line-height: 1.7;
		color: #292324;
	}
.mv-create-card .mv-create-wrapper .mv-create-header {
	background-color: #f0f1f2;
	margin: 0;
	border-bottom: 1px solid #dadfe3;
	padding-bottom: 15px;
}
.mv-create-card .mv-create-wrapper .mv-create-image {
	border: none;
}
.mv-create-card .mv-create-wrapper .mv-create-description {
	margin-top: 15px;
	font-size: 90%;
	font-style: italic;
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients, .mv-create-card .mv-create-wrapper .mv-create-instructions {
	
}

.mv-create-card .mv-create-wrapper h1.mv-create-title-primary {
	line-height: 1.1;
	margin: 25px 0 0px;
	font-size: 26px;
}

.mv-create-card .mv-create-wrapper h2.mv-create-title-secondary {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
}
	.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 {
	font-size: 16px;
	color: #a09f9e;
	margin: 20px 0 5px
}
.mv-create-card .mv-create-wrapper .mv-create-yield {
	
}
.mv-create-time-yield {
	font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
	color: #a09f9e;
	font-size: 12px;
	margin: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-times {
	margin: 0px 0 20px;
	opacity: 1.0;
	font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.4;
	border-bottom: 1px solid #dadfe3;
	margin: 0 0 20px 0;
}
.mv-create-card .mv-create-wrapper .mv-create-time {
	margin: 0;
	padding: 10px 20px !important;
	text-align: center !important;
}
.mv-create-card .mv-create-wrapper .mv-create-time-format, .mv-create-card .mv-create-wrapper .mv-create-time-label {
	text-align: center;
	display: block;
	color: #a09f9e;
	opacity: 1.0 !important;
	letter-spacing: .1em!important;
	font-size: 12px;
}

.mv-create-card .mv-create-wrapper .mv-create-time-label {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal !important;
	font-family: "Source Sans Pro";
	font-size: 12px;
	font-style: italic;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients ul, .mv-create-card .mv-create-wrapper .mv-create-notes ul {
	margin: 0;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li {
	margin: 0 0 8px 30px;
	padding: 0;
	list-style-type: none;
	line-height: 1.4;
}
.mv-create-card .mv-create-wrapper .mv-create-notes ul li {
	margin-bottom: 15px;
}
	
	.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li:before {
	    color: #eec206;
	    content: '\2022';
	    margin: 0 0 0 -30px;
		display: inline-block;
		width: 14px;
	}
	.mv-create-card .mv-create-wrapper .mv-create-notes ul li:before {
	    color: #eec206;
	    content: '\f061';
	    font-family: "Font Awesome 5 Pro";
	    margin: 0 0 0 -20px;
	    display: inline-block;
	    vertical-align: middle;
	    width: 20px;
	    font-size: 15px;
	}
.mv-create-card .mv-create-wrapper .mv-create-instructions ol {
	margin: 0;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-instructions ol li {
	margin: 0 0 15px 20px;
	padding: 0;
	list-style-type: decimal;
}
.mv-create-card .mv-create-wrapper .mv-create-rating {
	margin: 15px 0 20px;
	text-align: center;
}
.mv-create-card .mv-create-wrapper .mv-reviews {
	font-size: 14px;
	line-height: 1.2;
	font-style: italic; 
	color: #a09f9e;
	margin-top: 15px;
	margin-bottom: 20px;
}
	.mv-create-card .mv-create-wrapper .mv-reviews-reviewcount {
		margin: 0
	}
.mv-create-card .mv-create-wrapper .mv-review-status {
	min-height: auto !important;
}
.mv-create-card .mv-create-wrapper .mv-reviews-stars {
	margin-bottom: 4px;
}
	.mv-create-card .mv-create-wrapper .mv-reviews-stars svg {
		width: 120px;
		height: auto;
	}
.mv-create-card .mv-create-wrapper .mv-create-rating p {
	font-size: 13px;
	line-height: 1.2;
	margin: 4px 0;
	opacity: 1.0;
	color: #a09f9e;
}
	.mv-create-card .mv-create-wrapper .mv-create-rating .mv-review-status {
		margin: 0;
		font-style: italic;
	}
.mv-create-card .mv-create-wrapper .mv-create-rating a {
	text-decoration: underline;
	color: #6c8090;
	font-weight: bold;
}
.mv-create-card .mv-create-wrapper .mv-create-aggregated-review {
	font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-style: normal !important;
	font-size: 11px;
}
	.mv-create-card .mv-create-wrapper .mv-create-aggregated-review em {
		font-style: normal;
	}
.mv-create-card .mv-create-wrapper .mv-create-notes {
	
}
	.mv-create-card .mv-create-wrapper .mv-create-notes:before {
		content: "";
		display: block;
		height: 1px;
		border-bottom: 3px solid #ff795d;
		width: 70px;
		margin: 25px 0 20px;
	}
.mv-create-card .mv-create-wrapper .mv-create-notes h2 {
	display: none;
}
.mv-create-card .mv-create-wrapper .mv-create-notes ul {
	font-size: 85%;
	background-color: #f0f1f2;
	padding: 15px 15px 5px 20px;
	margin: 0 0 10px;
}
.mv-create-card .mv-create-wrapper .mv-create-notes p {
	font-style: italic;
}
	.mv-create-card .mv-create-wrapper .mv-create-notes p em {
		font-size: 90%;
		color: #a09f9e;
	}
.mv-create-card .mv-create-wrapper .mv-create-notes h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	color: #ff795d;
}

.mv-create-card .mv-create-wrapper .mv-create-products {
	border-top: 1px solid #dadfe3;
	padding-top: 20px;
}
.mv-create-card .mv-create-wrapper h2.mv-create-products-title {
	font-size: 18px;
}
.mv-create-card .mv-create-wrapper a.mv-create-products-link {
	opacity: 1.0 !important;
}
.mv-create-card .mv-create-wrapper .mv-create-products-product-name {
	text-align: center;
	line-height: 1.3;
	font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 10px 0 0;
}
.mv-create-card .mv-create-wrapper .mv-create-affiliate-disclaimer {
	font-size: 13px;
	line-height: 1.4;
	color: #a09f9e;
	font-style: italic;
	text-align: center;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	padding: 0;
	margin: 20px 0 0 !important;
	line-height: 1.6;
	font-size: 13px;
	color: #a09f9e;
	font-weight: bold;
}
	.mv-create-card .mv-create-wrapper .mv-create-target-nutrition {
		margin: 0 !important;
	}
	.mv-create-card .mv-create-wrapper .mv-create-nutrition * {
		font-size: 100%;
		opacity: 1.0;
	}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-inner {
	background-color: #f5f3f3;
	padding: 20px;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-amount {
	font-weight: normal;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-label {
	font-weight: normal;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition h6 {
	font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: normal !important;
	font-size: 14px;
	color: #6c8090;
}

.mv-create-footer-flexbox {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	color: #a09f9e;
}
.single-post-content .mv-create-footer {
	opacity: 1.0 !important;
}
.mv-create-footer .post-recipe p {
	text-align: center;
	margin: 0;
}

.mv-create-card .mv-create-wrapper .mv-create-header form {
	text-align: center;
	margin: 10px auto 10px;
}
.mv-create-card .mv-create-wrapper button.mv-create-print-button, .mv-list-card a.mv-list-link {
	text-decoration: none;
	font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: .1em;
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 1;
	margin: 0 auto;
	width: auto;
	height: auto;
	display: inline-block;
	background-size: 100% auto;
	padding: 10px 30px;
	color: #ffffff;
	background-color: #6c8090;
	border: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: relative;
}

	.mv-create-card .mv-create-wrapper button.mv-create-print-button:hover, .mv-list-card a.mv-list-link:hover {
	 	background-color: #ff795d;
	 	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: #eec206 !important;
	top: -15px !important;
	right: -15px !important;
}
	.mv-create-card .mv-create-wrapper .mv-create-pin-button:hover {
	 	background-color: #6c8090 !important;
	 	cursor: pointer;	 	
	}
.mv-create-card .mv-create-wrapper .mv-create-pin-button .mv-icon-pinterest:before {
	
}

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

.mv-create-footer-flexbox, .mv-create-footer-flexbox .mv-create-copy, .mv-create-footer-flexbox .mv-create-wrapper .mv-create-categories {
	font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .15em !important;
	color: #a09f9e;
	opacity: 1.0 !important;
}
	.mv-create-footer-flexbox * {
		opacity: 1.0 !important;
		color: #a09f9e !important;
		letter-spacing: .15em !important;
	}
	.mv-create-footer-flexbox .mv-create-strong {
		font-weight: normal;
		letter-spacing: .15em;
	}

/*Jump BUtton*/
.mv-create-jtr-wrapper {
	margin-top: -42px;
	margin-bottom: 0 !important;
	float: right;
}
.mv-create-jtr-wrapper a.mv-create-jtr-link {
	font-size: 10px;
	color: #6c8090;
	letter-spacing: .08em;
	padding: 2px 7px;
	display: inline-block;
    font-family: "Spinnaker", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #dadfe3;
}
	.mv-create-jtr-wrapper .mv-create-jtr-link .mv-create-jtr-caret {
	    display: none
	}
	.mv-create-jtr-wrapper a.mv-create-jtr-link:before {
		content: '\f063';
		font-family: "Font Awesome 5 Pro";
		font-weight: bold;
		font-size: 90%;
		color: #eec206;
		margin-right: 0px;
	}
.mv-create-jtr-wrapper a.mv-create-jtr-link:hover {
	color: #ffffff;
    background-color: #eec206;
}
	
/*Create Lists*/
.mv-list-card {
	padding: 0  !important;
	border: none !important;
	text-align: center;
}
.mv-list-card .mv-create-wrapper h1.mv-create-title-primary {
	margin: 0 !important;
	padding: 15px 0 0;
}
.mv-list-card .mv-create-wrapper .mv-list-single-title {
	margin: 10px 0 !important;
}
.mv-list-card .mv-create-wrapper .mv-create-header {
	margin-bottom: 15px;
}
.mv-list-card p {
	text-align: center !important;
}

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

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

/*Print Styles*/
.mv-create-print-view .mv-create-image {
	display: none;
}
.mv-create-print-view.mv-create-card {
	padding
}

.mv-create-print-view.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
	.mv-create-print-view.mv-create-card .mv-create-wrapper p, .mv-create-print-view.mv-create-card .mv-create-wrapper li {
		font-size: 15px;
		line-height: 1.5;
		color: #000;
	}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-header {
	background-color: #ffffff !important;
	margin: 0;
	padding: 0 !important;
}
	.mv-create-print-view.mv-create-card h1, .mv-create-print-view.mv-create-card h2, .mv-create-print-view.mv-create-card h3,.mv-create-print-view.mv-create-card h4  {
		
	}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-description {
	margin: 15px 0 25px;
	line-height: 1.5;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li {
	margin: 0 0 3px 30px;
	padding: 0;
	list-style-type: none;
	line-height: 1.4;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-notes ul {
	background-color: transparent;
	padding: 0 0 0 20px;
}
.mv-create-print-view.mv-create-card .mv-create-notes, .mv-create-print-view.mv-create-card .mv-create-instructions, .mv-create-print-view.mv-create-card .mv-create-ingredients {
	padding: 0;
}
.mv-create-print-view.mv-create-card .mv-create-notes {
	margin-bottom: 0;
}
.mv-create-print-view.mv-create-card .mv-create-products {
	display: none;
}
.mv-create-print-view.mv-create-card .mv-create-categories {
	display: none;
}
.mv-create-print-view.mv-create-card .post-recipe {
	display: none;
}