/* 
Theme Name: Floating Kitchen
Theme URL: http://www.floatingkitchen.net/
Description: Custom responsive blog theme for Floating Kitchen.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

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

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

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

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

input[type="submit"], input[type="text"], input[type="search"] {
    -webkit-appearance: none;
}
	
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* MAIN CONTAINER */
.container {
    max-width: 100%;
    margin: 0 auto;
}

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

    .span_content {
        margin-left: 0;
        width: 68%;
        width: -moz-calc(100% - 300px - 5%);
        width: -webkit-calc(100% - 300px - 5%);
        width: calc(100% - 300px - 5%);
        max-width: 700px;
        float: left;
        display: inline-block;
    }
	
    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 300px;
        float: right;
        clear: right;
        display: block;
    }

}
.wrapper {
	overflow: hidden;
	padding: 40px 0;
}

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

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

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

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

}


body {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #58595A;
    margin: 0;
    padding: 0;
	background-image: url(images/bg.jpg);
}

a, input[type=submit], button {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

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

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

p {
    margin: 25px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
	font-family: "roble_alt", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 25px 0 20px;
    color: #3E4777;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 20px;
    }
    
h3 {
    font-size: 14px;
}

h4 {
    font-size: 14px;
}

h5 {
   font-size: 14px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}


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

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

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}
.header-ad, .footer-ad {
	overflow: hidden;
	text-align: center;
	margin: 20px 0;
}
.top-bar {
	background: rgba(108,190,194,1);
	background: -moz-linear-gradient(left, rgba(108,190,194,1) 0%, rgba(62,71,119,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(108,190,194,1)), color-stop(100%, rgba(62,71,119,1)));
	background: -webkit-linear-gradient(left, rgba(108,190,194,1) 0%, rgba(62,71,119,1) 100%);
	background: -o-linear-gradient(left, rgba(108,190,194,1) 0%, rgba(62,71,119,1) 100%);
	background: -ms-linear-gradient(left, rgba(108,190,194,1) 0%, rgba(62,71,119,1) 100%);
	background: linear-gradient(to right, rgba(108,190,194,1) 0%, rgba(62,71,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cbec2', endColorstr='#3e4777', GradientType=1 );
	line-height: 50px;
	height: 50px;
}
	.top-bar .left {
		width: 50%;
		float: left;
	}
	.top-bar .right {
		width: 50%;
		float: right;
		text-align: right;
	}
.top-bar .social {
	display: inline-block;
	line-height: 50px;
}
.top-bar .social a {
	color: #ffffff;
	text-decoration: none;
	padding: 2px 4px;
	font-size: 15px;
}
	.top-bar .social a:hover {
		color: rgba(255,255,255,.6)
	}
	
.header {	
	clear: both;
	background-color: #ffffff;
}

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

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


/*---------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: #6CBDC2;
    content: '\2022';/* '' */
    margin: 0 6px 0 -10px;
}

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

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

h1.pagetitle, h1.archivetitle, h2.pagetitle, h2.archivetitle {
    margin: 0 0 20px;
}
	h1.pagetitle {
		padding: 30px 30px 0;
	}
.page_content {
	background-color: #ffffff;
	padding: 30px;
}
.single-post-content {
	background-color: #ffffff;
}
	.single-page-content {
		padding-bottom: 30px;
	}
	.single-post-content p, .single-post-content h2, .single-post-content h3, .single-post-content h4, .single-post-content h5, .single-post-content ol, .single-post-content ul {
		padding-left: 30px;
		padding-right: 30px;
	}
/*---------SIDEBAR---------*/

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

.widget {
    margin: 0 0 50px 0;
    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 {
 	text-align: center;
 	margin: 0 0 15px;
}

.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 {
    color: #908e8f;
    font-size: 13px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #EDEDED;
}
.screen-reader-text {
    display: none;
}


.about {
	text-align: center;
	margin-top: 0;
}
	.about.widget:first-child {
		margin-top: 0px;
	}
	body.blog .about.widget:first-child {
		margin-top: -40px;
	}
	body.blog.paged .about.widget:first-child {
		margin-top: 0px;
	}
.about h3.widget-title {
	display: none;
}
.about strong {
	font-weight: bold;
	color: #3E4777;
}
.about p.simple-image {
	width: 170px;
	margin: 0 auto 25px;
}
	.about p.simple-image img {
		width: 100%;
		height: auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
.about .more a {
	font-family: "roble_alt", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
}
.sidebar .widget.social {
	margin-top: -20px;
}
.widget.social p {
	margin: 0;
	display: inline;
}
	.widget.social a {
		font-size: 18px;
		padding: 5px;
		margin: 0 4px;
		color: #6CBDC2;
	}

	.widget.social a .fa-stack-1x {
		font-size: 85%;
	}
	.widget.social a:hover {
		color: #3E4777;
		
	}
.subscribe {
	background-color: #ffffff;
	padding: 25px 25px 20px;
}

.subscribe h3.widget-title {
	margin: 0 auto 0px;
	background: url(images/stayconnected.png) no-repeat;
	background-size: 240px 40px;
	width: 240px;
	height: 40px;
	text-indent: -9999px;
}
	.subscribe:before {
		display: block;
		width: 72px;
		height: 72px;
		content: "";
		background: url(images/icon.png) no-repeat;
		background-size: 100% auto;
		margin: -55px auto -5px;
	}
.subscribe p {
	margin: 0;
	color: #8F9090;
}
.subscribe h3.widget-title {
 	
}
.email-form {
	clear: both;
	margin: 15px 0 0;
}

.email-input {
    color: #58595A;
    font-size: 13px;
    line-height: 42px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #ECECEC;
    padding: 0 15px;
    margin: 0 0 5px;
    width: 100%;
    height: 42px;
}
	.email-input::placeholder {
		color: #a6a5a5;
	}
.email-submit {
    font-family: "roblealt", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    font-size: 13px;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: bold;
	color: #3E4777;
	background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0 10px;
    margin: 0;
    width: 100%;
    height: 42px;
    float: none;
}
	.email-submit:hover {
	    color: #6CBDC2;
	}

/* -- Custom Content Widgets -- */
.sidebar .item img {
    width: 100%;
    height: auto;
    display: block;
}
.sidebar .item a {
	display: block;
}
.sidebar .item a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
.sidebar .item h4 {
	margin: 10px 0 6px;
	color: #58595A;
	font-size: 20px;
	line-height: 1;
}

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

.sidebar .featured .item {
    width: 47%;
    margin: 0 6% 6% 0;
    float: left;
}
	.sidebar .featured .item:nth-of-type(2n) {
	    margin-right: 0;
	}
	
	.sidebar .featured .item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	
.sidebar .featured h4 {
	
}

/*Popular Posts Widget*/
.sidebar .popularposts {
	
}
.sidebar .popular {
    text-align: center;
    overflow: hidden;
}

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

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

.sidebar .popular h4.title {
	margin: 10px 0 5px;
	color: #58595A;
}
	.sidebar .popular h4.title a {
		color: #58595A;
	}
	.sidebar .popular h4.title a:hover {
		color: #6CBDC2;
	}

/*Category Widget*/
.sidebar .widget_categoryposts {
	
}
.sidebar .category-posts {
    text-align: center;
    overflow: hidden;
}

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

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

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

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

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

.sidebar .recentposts .item h4 {
   
}
.sidebar .recentposts .item .post-meta {
	font-size: 9px;
}


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

.post {
    margin-bottom: 0px;
}

	
h1.post-title, h2.post-title, h4.post-title {
    margin: 0 0 10px;
}
h1.post-title a, h2.post-title a, h4.post-title a {
	text-decoration: none;
	color: #4A4748;
}
	h1.post-title a:hover, h2.post-title a:hover, h4.post-title a:hover {
		color: #3E4777;
	}

.post-meta {
	text-transform: uppercase;
    color: #A5A3A4;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: .15em;
    font-family: "roble_alt", Georgia, "Times New Roman", Times, serif;
    margin: 0 0 25px;
    overflow: hidden;
}
	.post-meta em {
		text-transform: none;
		font-weight: normal;
		letter-spacing: normal;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-size: 11px;
	}
	.post-meta a {
	    color: #A5A3A4;
	    text-decoration: none;
	}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	    color: #6CBDC2;
	}
.post-meta .spacer {
	display: inline-block;
	color: #dedede;
	margin: 0 10px;
	font-weight: 300;
}
.post-meta .post-cats {
	margin-bottom: 20px;
}
.post-cats a {
	color: #ffffff;
	background-color: #3E4777;
	display: inline-block;
	padding: 2px 12px;
	margin: 2px 1px;
}
	.post-cats a:hover {
		color: #ffffff;
		background-color: #6CBDC2;
	}

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

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

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

.meta-centered {
	text-align: center;
	margin: 25px 0 0;
}

a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
    color: #fff !important;
    font-size: 8px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #908e8f;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-left: 8px;
    padding: 2px 3px 1px;
    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: #6CBDC2;
}

a.more-link {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	display: inline-block;
	background: url(images/continuereading.png) no-repeat;
	background-size: 237px 34px;
	width: 237px;
	height: 34px;
	text-indent: -9999px;
}
	a.more-link:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}


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

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

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

.post blockquote {
	margin: 35px 0;
	clear: both;
    padding: 5% 6%;
    background-color: #f6f6f6;
    border: 1px solid #ECECEC;
}
	.post blockquote p {
		margin: 0;
		text-align: center;
		font-size: 120%;
		font-style: italic;
	}
	


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

.wp-caption p {
    color: #A5A3A4;
    font-size: 90%;
    text-align: center;
    margin-top: 2px;
    padding-right: 10px;
}
	
/* Recipe Styles*/
.recipe {
	margin-bottom: 30px;
	background: url(images/icon.png) right 15px bottom 15px no-repeat;
	background-size: 52px auto;
}
.recipe-content {
	padding: 30px;
}

.recipe h2 {
	color: #ffffff;
	margin: 4px 0 0;
	padding: 0;
	text-align: left;
}
	
.recipe h3 {
	margin: 0px 0 10px;
	font-size: 16px;
}
	.recipe h3#ingredients {
		margin-top: 30px;
	}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	color: #58595A;
	margin: 25px 0 10px;
}


.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-meta {
	margin: 30px;
	clear: none;
	font-size: 10px;
	width: 150px;
	float: right;
	text-align: center;
	border: 1px solid #EDEDED;
	border-bottom: none;
	overflow: hidden;
}
	.recipe-meta .meta-heading {
		display: block;
		background-color: #EDEDED;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		font-size: 11px;
		padding: 6px;
		margin: 0;
	}
	.recipe-meta.time p {
		border-bottom: 1px solid #EDEDED;
		padding: 8px 15px;
		display: block;
		width: auto;
		margin: 0;
	}
.recipe-meta.time strong {
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 11px;
	display: block;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
}


.recipe .summary {
    margin: 25px 0 0;
    font-size: 110%;
    font-style: italic;
}
	.recipe .summary p {
		margin: 15px 0;
	}
.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;
}
	.recipe .notes p {
		margin: 10px 0;
	}
.recipe h3#notes {
	margin: 30px 0 0;
}
.recipe .source {
    color: #8e8e8e;
    font-size: 80%;
    font-style: italic;
    margin-top: 25px;
    padding-bottom: 25px;
    clear: left;
    border-bottom: 1px solid #EDEDED;
}
	.recipe .source p {
		margin: 0;
	}

	
.recipe .printbutton {
	display: block;
	width: 150px;
	float: right;
	clear: right;
	margin: 0 30px 10px 10px;
}
	
.printbutton a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 12px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin: 0 auto;
	padding: 8px 20px 7px;
	color: #ffffff;
	background-color: #3E4777;
	text-align: center;
}
	.printbutton a i {
		margin-right: 5px;
		font-weight: normal;
	}

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

.recipe .nutrition {
	clear: both;
	margin: 25px 0 0;
	font-weight: normal;
	color: #8e8e8e;
	font-size: 92%;
	line-height: 1.6;
	 }
	.recipe .nutrition h3, .recipe .nutrition h4 {
		margin: 0 4px 0 0;
		font-size: 14px;
		line-height: 1;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		letter-spacing: .1em;
		display: inline;	
	}
	.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 em {
		font-style: italic;
		margin-right: 5px;
	}
	.recipe .nutrition strong {
		font-weight: normal;
		font-style: italic;
	}
	.recipe .nutrition span {
		font-weight: bold;
	}
	
/*Recipe ratings*/
.rating {
    font-size: 13px;
    text-align: center;
}
	.recipe .rating {
		clear: right;
		display: block;
	    margin: 15px 0 20px 15px;
	    text-align: center;
	    width: 30%;
	    float: right;
	    text-align: center !important;
	    padding: 15px 10px;
	    border: 1px solid #EDEDED;
	}

#comment-list div.rating-container {
	clear: none !important;
	float: none !important;
	margin: 0 !important;
}
	.rating div.rating-container {
	  margin: 0;
	  text-align: center;
	}

	.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;
		 color: #a8a8a8;
		 font-size: 84%;
		 text-align: center;
	}
		.rating .review-total a {
			color: #a8a8a8;
		}
		.rating .review-total a:hover {
			color: #3E4777;
		}
	.rating .leave-a-review {
		text-align: center;
		font-size: 13px;
		line-height: 1.5;
	}
	.rating .leave-a-review a {
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 10px;
	}
	
#commentform .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}
#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;
}

/* Instagram Callout */

.recipe-ps {
	margin: 0 0 35px;
	background-color: #f6f6f6;
	padding: 30px;
	line-height: 1.5;
}
	.recipe-ps h4 {
		color: #58595A;
		margin: 0 0 5px;
	}
	.recipe-ps p {
		margin: 0;
	}
	.recipe-ps i {
		color: #ffffff;
		font-size: 90px;
		line-height: .7;
		float: left;
		vertical-align: middle;
		margin-right: 20px;
	}
	.recipe-ps strong {
		
	}
	.recipe-ps em {
		font-weight: bold;
		font-style: normal;
	}

/* Inner Post */
.pin-it-btn-wrapper-shortcode {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1001;
}
.inner-post {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    clear: both;
}
.inner-post .subscribe {
	margin: 0 auto;
	max-width: 400px;
}


/*Next/prev Posts*/
.post-nav {
	font-family: "roble_alt", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 1.4;
    text-decoration: none;
    margin: 40px 0;
    overflow: hidden;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #3E4777;
		text-decoration: none;
	}

	.post-nav .nav-previous {
		float: left;
		width: 48%;
	}
		
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 48%;
	}
		.post-nav div a {
			display: block;
		}
			.post-nav div a:hover {
				color: #6CBDC2;
			}

	.post-nav em {
		display: block;
		font-style: normal;
		font-size: 10px;
		color: #908e8f;
		padding: 0 0 8px;
	    font-weight: bold;
	    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	}



.related {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 80px;
}
	.related h3 {
		margin: 5px 0 15px;
	}

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

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

.homepage-featured {

}
.tabs {
	clear: both;
    width: 100%;
    display: block;
}
.tab-content {
	background-color: #ffffff;
	padding: 0 20px 20px;
}
.tab-nav {
	text-align: center;
}
.tab-links {
	overflow: hidden;
	text-align: center;
	width: auto;
	display: inline-block;
	margin: 0 auto 0;
	padding: 0; 
	padding-left: 0 !important;
}

.tab-links li {
    margin: 0 5px !important;
    padding: 0 !important;
    display: inline-block;
    list-style-type: none;
}
	.tab-links li:before {
		display: none !important;
	}
	
	.tab-links a {
		text-decoration: none;
		padding: 17px 2px 4px;
		margin: 0 10px;
		display: inline-block;
		color: #C8C8C9;
		font-family: "roble_alt", Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-weight: normal;
		transition: all linear 0.15s;
		position: relative;
		border-bottom: 3px solid transparent;
	}
		.tab-links a:after { 
			display: block;
			top: 0; 
			left: 50%; 
			border: solid transparent; 
			content: " "; 
			height: 0; 
			width: 0; 
			position: absolute; 
			pointer-events: none; 
			border-color: rgba(255,255,255, 0); 
			border-top-color: transparent; 
			border-width: 12px; 
			margin-left: -12px; }

    .tab-links a:hover {
		color: #6CBDC2;
		text-decoration: none;
    }

.tab-links li.active a, .tab-links li.active a:hover {
	color: #3E4777;
	border-bottom: 3px solid #6CBDC2;
	font-weight: bold;
}
	.tab-links li.active a:after {
		border-top-color: #ffffff; 
	}

/* Tab Content*/

.tab {
	display: none;
	overflow: hidden;
	}

	.tab.active {
		display: block;
	}

.tab .item {
	width: -moz-calc((100% - 40px)/3);
	width: -webkit-calc((100% - 40px)/3);
	width: calc((100% - 40px)/3);
	margin-right: 20px;
	float: left;
	position: relative;
}
	.tab .item:nth-child(3n) {
		margin-right: 0;
	}
	.tab .item img {
		width: 100%;
		height: auto;
	}
.tab a {
	display: block;
	text-decoration: none;
}

.tab a h2 {
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	background: rgba(108,190,194,0.9);
	background: -moz-linear-gradient(left, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(108,190,194,0.9)), color-stop(100%, rgba(62,71,119,0.9)));
	background: -webkit-linear-gradient(left, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
	background: -o-linear-gradient(left, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
	background: -ms-linear-gradient(left, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
	background: linear-gradient(to right, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cbec2', endColorstr='#3e4777', GradientType=1 );
	color: #ffffff;
	padding: 10px 20px;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */

}
	.tab a:hover h2 {
		opacity:1.0;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}


/*Homepage Category Sections*/
.home-sections {
	clear: both;
}

.home-section {
	overflow: hidden;
	margin: 50px 0 30px;
	background-color: #ffffff;
	padding: 25px;
	padding-bottom: 5px;
}

	.home-section h3.widget-title {
		text-align: left;
		margin: 0 0 20px;
		font-size: 16px;
		color: #3E4777;
	}
	.home-section h3.widget-title a {
		color: #3E4777;
		text-decoration: none;
	} 
		.home-section h3.widget-title a em {
			font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
			text-transform: none;
			letter-spacing: normal;
			font-weight: normal;
			font-size: 12px;
			color: #908e8f;
			display: inline-block;
			float: right;
		}
		.home-section h3.widget-title a:hover, .home-section h3.widget-title a:hover em {
			color: #6CBDC2;
		}
.home-section .item {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 15px;
	float: left;
	position: relative;
}
	.home-section .item:nth-child(2n) {
		margin-right: 0;
	}
	.home-section .item:nth-child(2n+1) {
		clear: left;
	}
	.home-section .item img {
		width: 100%;
		height: auto;
	}
	.home-section .item a {
		text-decoration: none;
		display: block;
	}
.home-section .item a h4 {
	margin: 10px 0;
	font-size: 13px;
}
	.home-section .item a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		
	}
.home-section .item a h4 {
	
}
	



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

.teaser-post {
	position: relative;
	background-color: #ffffff;
	margin-bottom: 50px;
}
	
	.teaser-post a {
		text-decoration: none;
		display: inline-block;
	}
	.teaser-post img {
		width: 100%;
		height: auto;
		display: block;
	}

.teaser-thumb {
	position: relative;
}
	.teaser-thumb a {
		display: block;
	}
.teaser-thumb h2.post-title, .single-post-content .post-title, .recipe .post-title {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0;
	text-align: left;
	position: absolute;
	left: -15px;
	bottom: 30px;
	max-width: 90%;
	
}
	.teaser-post h2.post-title a, .single-post-content .post-title {
		background: rgba(108,190,194,0.9);
		background: -moz-linear-gradient(left, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(108,190,194,0.9)), color-stop(100%, rgba(62,71,119,0.9)));
		background: -webkit-linear-gradient(left, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
		background: -o-linear-gradient(left, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
		background: -ms-linear-gradient(left, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
		background: linear-gradient(to right, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cbec2', endColorstr='#3e4777', GradientType=1 );
		color: #ffffff;
		padding: 15px 30px 15px 45px;
	}
	.teaser-post h2.post-title a:hover {
		color: rgba(255,255,255,.8);
	}
	.single-post-content .post-title h1 {
		color: #ffffff;
		margin: 0;
	}
	.single-post-content .post-title .post-meta {
		color: #ffffff;
		color: rgba(255,255,255,.5);
		margin: 0;
	}
.teaser-content {
	padding: 30px;
}
.teaser-post .excerpt {
	
}
.teaser-content p {
	margin: 0 0 20px;
}
	.teaser-content p:first-of-type:first-letter {
		color: #3E4777;
		font-weight: bold !important;
		font-size: 380%;
		line-height: 1;
		display: inline-block;
		float: left;
		vertical-align: top;
		margin: 0 5px -5px 0;
	}

.teaser-post .more {
	margin: 0;
}
.teaser-post .post-meta {
	margin: 15px 0 0;
	padding: 0;
}


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

h2.archivetitle, h3.searchtitle {
    margin-top: 0;
    margin-bottom: 25px;
}

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

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

	.archive-post:nth-child(3n) {
	    margin-right: 0;
	}
	
	.archive-post:nth-child(3n+1) {
	    clear: both;
	}
	
.archive-post img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.archive-post a {
    text-decoration: none;
    display: block;
}
	.archive-post a.post-edit-link {
		display: inline-block;
	}
.archive-post .post-meta {
    margin: 0;
    font-size: 10px;
}	
	.archive-post .post-meta:before {
		display: none;
	}
.archive-post h4 {
	color: #3E4777;
    margin: 10px 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
	
.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 10px 0 10px;
}
.archive-post .post-meta {
	margin-top: 5px;
	font-size: 9px;
}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}


.archiveslist {
    overflow: hidden;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    padding-left: 5px !important;
    
}
	.archiveslist li {
	    margin: 0;
	    -webkit-column-break-inside: avoid; /* Chrome, Safari */
	    page-break-inside: avoid;           /* Theoretically FF 20+ */
	    break-inside: avoid-column;         /* IE 11 */
	    display:table;                      /* Actually FF 20+ */
	}
.archiveslist a:link {
    color: #58595A;
    text-decoration: none;
}

.archiveslist a:visited {
    color: #58595A;
    text-decoration: none;
}
.archiveslist a:hover {
    color: #6CBDC2;
}

.archiveslist a:active {
    color: #6CBDC2;
}
.archiveslist>li {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 5px !important;
}

.archiveslist ul {
	margin: 4px 0 0;
	padding: 0;
	width: 100%;
}
	.archiveslist ul li {
	    font-size: 90%;
	    font-style: italic;
	}

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

.subcats h4 {
    margin: 0 0 10px;
}
.subcats ul {
	overflow: hidden;
	margin: 0 0 0 -10px;
	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: #3E4777;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 9px;
		letter-spacing: .1em;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		display: inline-block;
		padding: 4px 10px;
		margin: 2px 2px 5px;
	}
	.subcats ul li a:hover {
		background-color: #6CBDC2;
	}
ul.tagindex, .tagindex li {
    margin: 0 !important;
    padding: 0 !important;
}
.tagslist>li {
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 5px !important;
	font-size: 90%;
}
.tagslist>li em {
	font-size: 90%;
	color: #88898a;
	margin-left: 8px;
}
.tagindex li:before {
    display: none;
}

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

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

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

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

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

.tagtitle {
    margin-bottom: 5px;
}

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

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

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

.tagtitle a:hover {
    color: #6CBDC2;
}

/*Breadcrumbs*/
.breadcrumb {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
    color: #3E4777;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .1em;
    clear: both;
    margin: 0;
}
	.breadcrumb a {
	    color: #3E4777;
	    text-decoration: underline;
	}
	.breadcrumb a:hover {
	    color: #6CBDC2;
	}


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

#submit, .submitbutton, #commentform #submit, a.smbutton, .cntctfrm_input input[type=submit] {
    color: #fff;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.2;
    font-weight: bold;
    background-color: #3E4777;
    border: none;
    font-family: "roble_alt", Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
    padding: 15px 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    }
	a.smbutton {
		text-decoration: none;
		font-size: 11px;
		padding: 8px 15px;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .cntctfrm_input input[type=submit]:hover {
    background-color: #6CBDC2;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input  {
    color: #696969;
    font-size: 14px;
    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 #ECECEC;
}
.cntctfrm_input {
	margin: 5px 0 15px;
}
.commentinput, #commentform input, .cntctfrm_input {
	width: 100% }
	
#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 14px;
	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 #ECECEC;
	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;
    text-align: right;
    text-transform: uppercase;
    display: block;
    margin: 0 20px 0 0;

}

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

.wpcf7-form .submit {
    clear: both;
}

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

.search-form .search-input {
    color: #908e8f;
    font-size: 14px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    font-style: italic;
    line-height: 50px;
    background-color: #fff;
    padding: 0 12px;
    border: none;
    vertical-align: middle;
    float: left;
    width: 85%;
    height: 50px;
}

.search-form .search-submit {
    background-color: #ffffff;
   	color: #908e8f;
    font-size: 18px;
    line-height: 47px;
    cursor: pointer;
    width: 15%;
    height: 50px;
    border-style: none;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    float: right;
}

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

	
.header-search {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border: none;
	background-color: #ffffff;
	width: 160px;
	height: 28px;
}
	
	.header-search .search-input {
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.header-search .search-submit {
		height: 28px;
		line-height: 28px;
		margin: 0;
		padding: 0;
		font-size: 14px;
	}



/*---------FOOTER---------*/
.footer {
	clear: both;
	margin-top: 50px;
}
	.footer-widget {
		margin: 0;
		position: relative;
	}
		.footer-widget a, .footer-widget img {
			display: block !important;
		}
		.footer-widget .sbi_follow_btn {
			position: absolute;
			right: 0;
			top: 0;
			margin: 0 !important;
			padding: 0 !important;
		}
		.footer-widget .sbi_follow_btn a {
			display: block;
			color: #ffffff;
			background-color: #6CBDC2 !important;
			-webkit-border-radius: 0px !important;
			-moz-border-radius: 0px !important;
			border-radius: 0px !important;
			margin: 0 !important;
			font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif !important;
			font-weight: bold !important;
		}
		.footer-widget .sbi_follow_btn a:hover {
			background-color: #3E4777;
		}
		.footer-widget .fa {
			font-family: 'Font Awesome 5 Brands' !important;
		}
		#sbi_load {
			padding: 0 !important;
		}
/*Sub-footer*/
.sub-footer {
    overflow: hidden;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	padding: 20px 0;
	background: rgba(108,190,194,1);
	background: -moz-linear-gradient(left, rgba(108,190,194,1) 0%, rgba(62,71,119,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(108,190,194,1)), color-stop(100%, rgba(62,71,119,1)));
	background: -webkit-linear-gradient(left, rgba(108,190,194,1) 0%, rgba(62,71,119,1) 100%);
	background: -o-linear-gradient(left, rgba(108,190,194,1) 0%, rgba(62,71,119,1) 100%);
	background: -ms-linear-gradient(left, rgba(108,190,194,1) 0%, rgba(62,71,119,1) 100%);
	background: linear-gradient(to right, rgba(108,190,194,1) 0%, rgba(62,71,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cbec2', endColorstr='#3e4777', GradientType=1 );
	color: #ffffff;
	color: rgba(255,255,255,.5);
}
.sub-footer a {
    text-decoration: none;
    color: #ffffff;
    color: rgba(255,255,255,.5);
}
.sub-footer a:hover {
    color: #ffffff;
}

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

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

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


.sub-footer .copyright {
	width: 35%;
	float: right;
	text-align: right;
}

.copyright {
	text-align: center;
	font-size: 10px;
}
	.copyright em {
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		text-transform: none;
		letter-spacing: normal;
		font-style: normal;
		font-weight: normal;
	}



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

#comments, #pings           {
	margin-top: 5px }
#respond           {
	margin-top:50px }
#comment-list          {
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}
#comment-list li           {
	margin: 30px 0;
	padding: 25px;
	background-color: #ffffff;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}
#comment-list li.bypostauthor {
	border: none;
	padding: 0;
}
#comment-list li.bypostauthor>div.comment {
	background-color: #f6f6f6;
	padding: 20px;
}
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	margin: 0;
	font-size: 10px;
	text-align: left;
	clear: none;
	 }
	 .comment-meta:before {
	 	display: none;
	 }
	.comment-meta a {
	}
.comment-meta strong           {
	font-family: "roble_alt", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #3E4777;
	 }
.comment-meta strong a            {
	color: #3E4777;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #6CBDC2;
	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: #3E4777;
	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: #3E4777;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #6CBDC2;
	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: #6CBDC2 }
.comment-nav .alignright a {
	color: #3E4777;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #6CBDC2;
	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: #3E4777;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #3E4777;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #6CBDC2;
	text-decoration: underline }

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

.pagination, .nav-links {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
    clear: both;
    text-align: center;
    font-size: 11px;
    margin: -30px 0 0;
    padding: 10px 0;
    overflow: hidden;
    color: #A5A3A4;
}
.pagination .page-numbers, .nav-links a {
    color: #A5A3A4;
    padding: 4px 10px 3px;
    margin: 0 3px;
    text-decoration: none;
    display: inline-block;
}
	.nav-links a {
		padding: 0;
	}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #4B4849 !important;
	    margin: 0;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover{
	color: #3E4777;
}
.nav-links {
	margin: -10px 0 0;
}
.nav-links .nav-previous {
	width: 50%;
	float: left;
	text-align: left;
}
.nav-links .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}

	.nav-links a:hover {
		color: #6CBDC2;
		background-color: transparent;
	}
/*---------MAIN DROPDOWN MENU---------*/

#top   {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 10px;
	font-weight: bold;
	line-height: 52px;
	height: 52px;
}

#top ul {
	margin: 0 0 0 -10px;
	width: auto;
	display: inline-block;
}
#top li    {
	display: inline-block;
	margin: 0 -2px; 
	padding: 0;
	position: relative;
	}
#top li a  {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #A5A3A4;
	}
	
#top a:hover, #top li:hover>a {
	color: #3E4777;
	}

/*Sub Menus Level 1 */
#top ul ul { 
	display: none;
	position: absolute;
	top: 41px;
	left: 0;
	padding: 5px 0 10px;
	line-height: 24px;
	background-color: #f6f6f6;
	text-align: left;
	z-index: 2001;
	width: 160px;
	margin: 0;
	}
	
#top ul ul li {
	float: none;
	display: block;
	margin: 0;
	}
#top ul ul li a {
	width: 100%;
	border: none;
}

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

	/* Show indicator for menu items with children */
	#top ul li.menu-item-has-children>a:after {
		content: '>';
		float: right;
		display: inline;
		margin: 0px 0 0 3px;
	}
	
	/* 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 {
		
		}

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

#main   {
	margin: 110px -15px 0 0;
	padding: 0;
	width: -moz-calc(100% - 320px);
	width: -webkit-calc(100% - 320px);
	width: calc(100% - 320px);
	clear: right;
	float: right;
	text-align: right;
	font-weight: normal;
	font-family: "roble_alt", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	display: block;
}
.mainmenu {
	display: block;
	width: 100%;
}

#main ul {
}
#main li    {
	display: inline-block;
	margin: 0 3px; 
	padding: 0;
	position: relative;
	}
	
#main li a  {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #3E4777;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
	}
	#main li a:hover, #main li:hover a {
		color: #6CBDC2;
	}

/*Sub Menus Level 1 */
#main ul ul { 
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 8px 0;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: .1em;
	background-color: #6CBDC2;
	text-align: left;
	z-index: 2001;
	}
	
#main ul ul li {
	float: none;
	width: 190px;
	margin: 0;
	}
#main li li a {
	width: 100%;
	padding: 7px 15px;
	border: none;
	color: #ffffff !important;
}
	#main li li.bold a {
		color: #3E4777 !important;
		font-weight: bold;
	}
		#main li li.bold a:before {
			content: ">> ";
			color: rgba(255,255,255,.6);
		}
	#main li li.spacer a {
		padding: 0;
		line-height: 1;
		border-bottom: 1px solid rgba(255,255,255,.2);
		margin: 10px 15px 12px;
		width: 40px;
		height: 1px;
		text-indent: -9999px;
	}
	#main li li a:hover, #main li li:hover a {
		color: #3E4777 !important;
	}
#main ul li:hover > ul {
	display: block;
	}

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

#main ul ul li ul {
	left: 190px;
	top: -8px;
	margin: 0;
	background-color: #92ccd0;
	}
	#main ul ul li ul:before {
		display: none;
	}
	
/* Top Search */
#main li.search {
	display: none;
}



/* -------- CREATE by Mediavine custom recipe card --------- */

.post .mv-create-card {
	
}

.mv-create-card .mv-create-wrapper {
	border: none !important;
} 

.mv-create-card .mv-create-wrapper p, .mv-create-card .mv-create-wrapper li {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
}

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

.mv-create-card .mv-create-wrapper .mv-create-title-container {
	background: rgba(108,190,194,0.9);
	background: -moz-linear-gradient(left, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(108,190,194,0.9)), color-stop(100%, rgba(62,71,119,0.9)));
	background: -webkit-linear-gradient(left, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
	background: -o-linear-gradient(left, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
	background: -ms-linear-gradient(left, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
	background: linear-gradient(to right, rgba(108,190,194,0.9) 0%, rgba(62,71,119,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cbec2', endColorstr='#3e4777', GradientType=1 );
	color: #ffffff;
	padding: 15px 30px 15px 45px;
	margin: 0;
	left: -20px;
}
.mv-create-card .mv-create-wrapper .mv-create-title-container .post-meta {
	color: #ffffff;
	color: rgba(255,255,255,.5);
	margin: 0;
}
.mv-create-card .mv-create-wrapper h1.mv-create-title-primary {
	color: #ffffff;
	font-size: 20px;
	margin: 0;
}
	.mv-create-card .mv-create-wrapper h1.mv-create-title-primary span {
		background-color: transparent;
		padding: 0;
		box-shadow: none;
	}
.mv-create-card .mv-create-wrapper h2.mv-create-title-secondary {
	font-size: 16px;
	padding: 0 30px;
}

.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;
	clear: none !important;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients h3, .mv-create-card .mv-create-wrapper .mv-create-instructions h3, .mv-create-card .mv-create-wrapper .mv-create-instructions h4 {
	font-size: 11px;
	padding: 0 30px;
	color: #A5A3A4;
}

.mv-create-card .mv-create-wrapper .mv-create-description {
	padding: 0 30px;
	font-size: 115%;
	line-height: 1.7;
	margin: 30px 0 25px;
}
/*Times*/

.mv-create-card .mv-create-wrapper .mv-create-yield *, .mv-create-card .mv-create-wrapper .mv-create-times * {
	opacity: 1.0;
	font-size: 100%;
}

.mv-create-card .mv-create-wrapper .mv-create-times {
	margin: 10px 30px 20px;
	clear: none;
	font-size: 10px;
	width: 150px;
	float: right;
	clear: right;
	text-align: center;
	border: 1px solid #EDEDED;
	border-bottom: none;
	overflow: hidden;
	display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
	.mv-create-card .mv-create-wrapper .mv-create-times .meta-heading {
		display: block;
		background-color: #EDEDED;
		color: #A5A3A4;
		text-transform: uppercase;
		font-family: "roble_alt", Georgia, "Times New Roman", Times, serif;
		letter-spacing: .1em;
		font-weight: bold;
		font-size: 11px;
		padding: 6px;
		margin: 0;
	}
.mv-create-card .mv-create-wrapper .mv-create-times .mv-create-time {
	border-bottom: 1px solid #EDEDED !important;
	padding: 8px 15px !important;
	display: block !important;
	width: 100%;
	margin: 0;
	text-transform: uppercase;
	color: #A5A3A4;
	font-size: 10px !important;
	font-weight: normal;
	letter-spacing: .15em;
	font-family: "roble_alt", Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.mv-create-card .mv-create-wrapper .mv-create-time-label {
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 11px;
	display: block;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	font-style: normal;
}
.mv-create-card .mv-create-wrapper .mv-create-time-format {
	text-align: center !important;
	display: block !important;
	line-height: 1.4;
}

/*Ingredients & Instructions*/
.mv-create-card .mv-create-wrapper ul, .mv-create-card .mv-create-wrapper ol {
	padding: 0 30px !important
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients, .mv-create-card .mv-create-wrapper .mv-create-instructions, .mv-create-card .mv-create-wrapper .mv-create-notes {
	
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients {
	clear: none !important;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients ul {
	margin: 0;
	padding: 0;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li {
	margin: 0 0 3px 15px;
	padding: 0;
	list-style-type: none;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li:before {
	color: #6CBDC2;
	content: '\2022';
	margin: 0 6px 0 -10px;
	display: inline-block;
}

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

/*Notes*/
.mv-create-card .mv-create-wrapper .mv-create-notes {
	margin: 0;
}

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

.mv-create-card .mv-create-wrapper .mv-create-notes p em {
	color: #908e8f;
	font-size: 95%;
	font-style: italic;
}


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

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

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

/*Nutrition*/
.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	background-color: #ffffff;
	padding: 10px 30px 20px;
	margin: 0 0 -10px;
	line-height: 1.1;
	color: #A5A3A4;
	font-weight: bold;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition * {
	opacity: 1.0;
}

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

.mv-create-card .mv-create-wrapper .mv-create-nutrition h3 {
	font-size: 12px;
	padding: 0;
	margin: 0 0 4px;
}

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


/*Ratings*/
.mv-create-card .mv-create-wrapper .mv-create-meta-flex {
	width: 150px;
	float: right;
	clear: right;
	text-align: center;
	display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0 30px 20px 20px;
}

.mv-create-card .mv-create-wrapper .mv-create-rating {
	height: auto !important;
	overflow: visible !important;
}
.mv-create-card .mv-create-wrapper .mv-create-rating p {
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #908e8f;
}
	.mv-create-card .mv-create-wrapper .mv-create-rating p.mv-create-aggregated-review {
		font-size: 11px;
		font-style: italic;
		color: #A5A3A4;
		margin: 2px 0 5px;
	}
.mv-create-card .mv-create-wrapper .mv-create-rating a {
	text-decoration: underline;
	color: #3E4777;
	font-weight: bold;
}

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

.mv-create-card .mv-create-wrapper .mv-reviews-stars svg {
	width: 120px;
	height: auto;
}

/*Buttons*/
.mv-create-card .mv-create-wrapper .mv-create-print-form {
	text-align: center;
	margin-bottom: 20px;
}

.mv-create-card .mv-create-wrapper button.mv-create-print-button {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 12px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin: 0 auto;
	padding: 8px 20px 7px;
	color: #ffffff;
	background-color: #3E4777;
	border: none;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.mv-create-card .mv-create-wrapper button.mv-create-print-button i {
	vertical-align: middle;
}

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

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

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

/*Footer*/
.mv-create-card .mv-create-footer {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	margin: 0 0 30px;
	padding: 10px 30px;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}

.mv-create-footer, .mv-create-footer * {
	
}

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

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

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

.mv-create-print-view .mv-create-image-container {
	
}

.mv-create-print-view .recipe-ps {
	display: none !important;
	visibility: hidden;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper p, .mv-create-print-view.mv-create-card .mv-create-wrapper li {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper ul, .mv-create-print-view.mv-create-card .mv-create-wrapper ol {
	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  {
	padding: 0 !important
}
.mv-create-print-view.mv-create-card * {
	color: #000 !important;
}


@media ( max-width : 650px ) {
	.mv-create-card .mv-create-wrapper .mv-create-image-container {
		
	}
}