/* 
Theme Name: Cleobuttera
Theme URL: http://www.cleobuttera.com/
Description: Custom responsive blog theme for Cleobuttera.
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% - 320px - 5%);
		width: -webkit-calc(100% - 320px - 5%);
		width: calc(100% - 320px - 5%);
		max-width: 700px;
		float: left;
		display: inline-block;
	}
	
	.span_content_full {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
	}
	
	.span_sidebar {
		width: 320px;
		float: right;
		clear: right;
		display: block;
	}
}
.wrapper {
	overflow: hidden;
	padding: 40px 0;
	background: url(images/bg@2x.png) center bottom 20px repeat-x;
	background-size: 106px 196px;
}

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

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

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

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

body {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.8;
	color: #1a1a1a;
	margin: 0;
	padding: 0;
	background: url(images/bg@2x.png) center 200px repeat-x;
	background-size: 106px 196px;
}

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: #f03a70;
	text-decoration: underline;
}

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

p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5 {
	font-family: "uniformcondensed", Arial Narrow, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .01em;
	line-height: 1;
	margin: 25px 0;
	color: #1a1a1a;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

	.single-post-content h3 {
		color: #f03a70;
	}
	/*.single-post-content h3:before {
		border-bottom: 4px solid #00aeb9;
		width: 100px;
		content: "";
		display: block;
		margin: 20px 0;
		font-size: 24px;
	}*/
h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-style: normal;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .2em;
	font-weight: bold;
	line-height: 1.2;
}
	.single-post-content h4 {
		color: #8C8C8C;
	}
h5 {
	font-style: normal;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

h2 strong, h3 strong, h5 strong {
	font-weight: normal !important;
}
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 #ededed;
}

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

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

.top-bar {
	background-color: #f5f5f5;
	line-height: 50px;
}

.top-bar .left {
	width: 50%;
	text-align: left;
	float: left;
}

.top-bar .right {
	width: 50%;
	text-align: right;
	float: right;
}

.top-bar .social {
	display: inline-block;
	vertical-align: middle;
}

.top-bar .social a {
	font-size: 14px;
	color: #8c8c8c;
	padding: 5px;
}

.top-bar .header-search {
	display: inline-block;
	background-color: #ffffff;
	height: 30px;
	margin-left: 20px;
}

.top-bar .header-search .search-input {
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

.top-bar .header-search .search-submit {
	border: none;
	height: 30px;
	line-height: 30px;
	color: #8c8c8c;
	font-size: 14px;
}

.header {
	clear: both;
}

body.home .header {
	border-bottom: none;
}

body.home.paged .header {
	
}

.header .logo {
	overflow: hidden;
	margin: 35px 0;
	width: 300px;
	float: left;
}

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

.main-nav .social {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.main-nav .social a {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}



/*---------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: #00aeb9;
	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;
}

/*---------SIDEBAR---------*/

.sidebar {
	font-size: 14px;
	line-height: 1.6;
}

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

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

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	padding-bottom: 50px;
	clear: both;
	background-size: 62px auto;
}

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

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

.widget.ad, .widget.ad .textwidget {
	text-align: center;
}
	.widget.ad .textwidget iframe {
		margin: 0 auto;
	}

.widget.ad img {
	display: inline-block;
}

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

.hide-title h3.widget-title {
	display: none;
}

.widget a {
	text-decoration: none;
}

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

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

.sidebar select {
	color: #8c8c8c;
	font-size: 13px;
	font-family: "proximanova", 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: left;
	margin-top: 0;
	margin-bottom: 40px;
}

/*.about h3.widget-title {
	margin: 0 0 15px;
	background-color: #ffffff;
	display: inline-block;
	padding: 8px 15px;
}

.about p.simple-image {
	width: 100%;
	margin: 0 0 -28px;
}*/

.about h3.widget-title {
	margin: 0 0 10px;
	text-align: left;
	font-size: 20px;
}

.about p.simple-image {
	width: 36%;
	float: right;
	margin: 0 0 10px 10px;
	line-height: 1.5;
}
	.about p.simple-image img {
		display: block;
		width: 100%;
		height: auto;
	}
.about .more a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .18em;
	font-size: 12px;
	font-family: "proximanova";
}

.about p strong {
	color: #1a1a1a;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 13px;
	font-family: "proximanova";
}

.sidebar .widget.social {
	margin-top: -30px;
	margin-bottom: 40px;
}

.social a {
	text-decoration: none;
	font-size: 12px;
	color: #1a1a1a;
	padding: 0;
}

.sidebar .social a {
	color: #f03a70;
	font-size: 20px;
	padding: 5px 8px;
}

.sidebar .social a:nth-child(1) {
	color: #edbe0f;
}

.sidebar .social a:nth-child(2) {
	color: #00aeb9;
}

.sidebar .social a:nth-child(3) {
	color: #f03a70;
}

.sidebar .social a:nth-child(4) {
	color: #edbe0f;
}

.sidebar .social a:nth-child(5) {
	color: #00aeb9;
}

.sidebar .social a:nth-child(6) {
	color: #f03a70;
}

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

.social .fa-inverse {
	font-size: 85%;
	margin: 0 auto;
	padding: 0;
}

.sidebar .subscribe, .inner-post .subscribe {
	padding: 25px;
	background-color: #cceff1;
}
	.inner-post .subscribe {
		padding: 6%;
	}
.sidebar .subscribe h3, .inner-post .subscribe h3, .boxzilla h3 {
	margin: 0 0 4px;
	color: #00aeb9;
	font-size: 30px;
}
	.boxzilla h3 {
		margin: 0 0 5px;
		text-align: center;
		color: #ffffff;
	}
.sidebar .subscribe p, .inner-post .subscribe p, .boxzilla p {
	font-style: italic;
}
	.boxzilla p {
		margin: 0;
		text-align: center;
	}
.subscribe .email-form, .boxzilla .email-form {
	clear: both;
	margin: 15px 0 0;
	overflow: hidden;
}
	.boxzilla .email-form {
		margin: 15px 0 0;
	}
.featured-subscribe .email-form {
	clear: none;
	margin: 0;
}

.subscribe .email-input, .boxzilla .email-input {
	width: 100%;
	border: none;
	background-color: #ffffff;
	font-style: italic;
	font-size: 15px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	border: none;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 15px;
	color: #2a2a2a;
}

.featured-subscribe .email-input {
	border: 1px solid #f4f4f4;
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	float: left;
	margin: 0;
}

.subscribe .email-submit, .boxzilla .email-submit {
	float: none;
	border: none;
	width: 100%;
	font-size: 15px;
	margin: 10px 0 0;
	color: #ffffff;
	background-color: #edbe0f;
	text-align: center;
	font-family: "proximanova";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	height: 50px;
	line-height: 50px;
}

.subscribe .email-submit:hover, .boxzilla .email-submit:hover {
	cursor: pointer;
	background-color: #f03a70;
}

.featured-subscribe .email-submit {
	width: 150px;
	float: left;
	margin: 0;
}

.featured-subscribe {
	margin: 30px 0 10px;
}

.featured-subscribe .wrap {
	max-width: 750px;
}

.featured-subscribe .title {
	width: 250px;
	float: left;
	background: url(images/icon-faded.png) left center no-repeat;
	background-size: auto 100%;
	padding: 25px 0px 15px 45px;
}

.featured-subscribe .title h3 {
	font-size: 36px;
	margin: 0;
}

.featured-subscribe .title p {
	font-size: 10px;
	color: #edbe0f;
	font-family: proximanova;
	text-transform: uppercase;
	letter-spacing: .18em;
	margin: 0;
}

.featured-subscribe .email-form {
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);
	float: right;
	margin: 27px 0 0;
}
.boxzilla {
	padding: 0 !important;
	width: 550px !important;
	text-align: left !important;
	background: url('images/boxzilla.jpg') center no-repeat !important;
	background-clip: cover;
	}
	.boxzilla-content {
		background-color: rgba(0,0,0,.4);
		padding: 80px 50px;
		color: #ffffff;
	}
	.boxzilla h3 {
		font-size: 40px;
	}
	.boxzilla-close-icon {
		color: #ffffff !important;
	}
	
/* -- Custom Content Widgets -- */

.sidebar .widget.yellow {
	padding: 20px;
	background-color: #fcf5db;
}

.sidebar .widget.pink {
	padding: 20px;
	background-color: #fdebf1;
}

.sidebar .widget.blue {
	padding: 20px;
	background-color: #cceff1;
}

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

/*Featured Posts Widget*/

.sidebar .featuredposts {
	
}

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

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

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

.sidebar .featured .item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.sidebar .featured h4 {
	
}

/*Popular Posts Widget*/

.sidebar .popularposts, .sidebar .recentposts {
	
}

.sidebar .popular, .sidebar .recent {
	text-align: left;
	overflow: hidden;
}

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

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

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

.sidebar .popular .item img, .sidebar .recent .item img {
	width: 100%;
	height: auto;
	display: block;
}

.sidebar .popular h4.title, .sidebar .recent h4.title {
	
}

.sidebar .popular .post-meta, .sidebar .recent .post-meta {
	display: none;
}

/*Category Widget*/

.sidebar .widget_category-posts {
	
}

.sidebar .widget_category-posts h3.widget-title a {
	color: #333 !important;
}

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

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

.sidebar .category-posts .item img {
	
}

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

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

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

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

.category-posts .more {
	clear: both;
	text-align: center;
}

.category-posts .more a {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	color: #f03a70;
}

.category-posts .more a:hvoer {
	color: #333;
}


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

.post {
	margin-bottom: 0px;
}

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

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

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

.post-meta {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #8c8c8c;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .2em;
	overflow: hidden;
	margin: 0 0 25px;
}

.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

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

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #f03a70;
}

.post-date {
	color: #00aeb9;
	margin: 0 0 5px;
}

.post-meta .spacer {
	display: inline-block;
	color: #dedede;
	margin: 0 5px;
	font-weight: 300;
}

.ccount a:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 2px;
	content: "\f075";
	font-family: "Font Awesome 5 Pro";
	color: #edbe0f;
	font-weight: bold;
	font-size: 90%;
}

.post-meta .post-cats {
	margin-bottom: 20px;
}

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

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

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

.home-post-content .meta-bottom {
	margin: 10px 0 0;
	font-size: 10px;
}

.meta-bottom p {
	margin: 0;
}

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

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

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

.meta-centered p {
	margin: 5px 0;
}

a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 8px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #8c8c8c;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: none;
	display: inline-block !important;
}

a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
	color: #fff;
	background-color: #1a1a1a;
}

.home-post-content .more {
	clear: both;
	margin-top: 20px;
}

a.more-link {
	display: inline-block;
	text-decoration: none;
	font-family: proximanova;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	color: #ffffff;
	background-color: #f03a70;
	padding: 10px 20px;
}

a.more-link:hover {
	background-color: #00aeb9;
}

.teaser-post a.more-link {
	font-size: 12px;
	padding: 7px 17px;
}

.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: 4% 6%;
	background-color: #f2f2f2;
}

.post blockquote p {
	margin: 0;
	text-align: center;
}
.post blockquote li {
	margin-bottom: 20px;
}
.wp-caption {
	text-align: left;
	max-width: 100% !important;
}

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

.post-content>p:first-of-type {
	font-size: 120%;
	font-style: italic;
	text-align: left !important;
}
	.post-content>p:first-of-type b, .post-content>p:first-of-type strong {
		font-weight: normal !important;
	}
.single-post-content .post-content>p:first-of-type {
	text-align: left !important;
}
	
	
/*---------IMAGE GALLERIES---------*/

.gallery {
	margin: 20px auto;
	overflow: hidden;
}

.gallery-columns-2 .gallery-item {
	float: left;
	text-align: center;
	width: 48%;
}

.gallery-columns-2 .gallery-item:nth-child(2) {
	float: right;
}

.gallery-columns-3 .gallery-item {
	float: left;
	text-align: center;
	width: 31%;
	margin-right: 3.5%;
}

.gallery-columns-3 .gallery-item:nth-child(3) {
	margin-right: 0;
}

.gallery img {
	width: 100%;
	height: auto;
}

.gallery .gallery-caption {
	margin-left: 0;
}
	
/* Inner Post */

.jumpbuttons {
	overflow: hidden;
	margin: 8px 0 25px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #8c8c8c;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .15em;
}

	.jumpbuttons a {
		padding: 3px 9px 2px;
		display: inline-block;
		color: #8c8c8c;
		text-decoration: none;
		background-color: #ffffff;
		border: 1px solid #ededed !important;
	}
		.jumpbuttons a:hover {
			color: #ffffff;
			background-color: #f03a70;
			border-color: #f03a70;
		}

.disclosure {
	text-align: center;
	font-style: italic;
	color: #8c8c8c;
	font-size: 11px;
}
	.disclosure p {
		margin: 15px 0;
	}
	.disclosure strong {
		font-style: normal;
		font-size: 13px;
	}
	.shop-disclosure {
		text-align: left;
	}


small {
	font-style: italic;
	color: #8c8c8c;
	font-size: 90%;
	display: block;
}


.affiliate-items {
	text-align: center;
	clear: both;
	padding-bottom: 0px;
	border-bottom: 1px solid #ededed;
}

.affiliate-items h3 {
	margin: 0 0 5px;
}

.affiliate-items p {
	margin: 0;
}

.inner-post {
	clear: both;
	margin-bottom: 90px;
}

.inner-post .widget {
	
}

.sponsored-by {
	color: #bdbcbc;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "proximanova";
	letter-spacing: .1em;
	text-align: center;
}
	.sponsored-by p {
		display: inline-block;
		margin: 25px auto;
		background-color: #ffffff;
		padding: 0 15px;
	}
	.sponsored-by img {
		display: inline;
		vertical-align: middle;
		width: 70px;
		height: auto;
	}

/*Next/prev Posts*/

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

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

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

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

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


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

.homepage-featured {
	margin-bottom: 0px;
	padding-bottom: 60px;
	background: url(images/bg@2x.png) center bottom repeat-x;
	background-size: 106px 196px;
}

.tabs {
	clear: both;
	width: 100%;
	display: block;
	padding-bottom: 0px;
}

.tab-content {
	
}

.tab-nav {
	text-align: center;
}

.tab-links {
	overflow: hidden;
	text-align: center;
	width: auto;
	display: inline-block;
	margin: 15px auto 0;
	padding: 0;
	padding-left: 0 !important;
}

.tab-links li {
	margin: 0 !important;
	padding: 7px 0 0 !important;
	display: inline-block;
	list-style-type: none;
	position: relative;
}

.tab-links li:before {
	display: none !important;
}

.tab-links a {
	display: inline-block;
	text-decoration: none;
	padding: 0 15px;
	margin: 0 8px;
	display: inline-block;
	color: #8c8c8c;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 27px;
	height: 27px;
	text-transform: uppercase;
	letter-spacing: .18em;
	font-weight: bold;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	background-color: #ffffff;
}

.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-bottom-color: transparent;
	border-width: 0 9px 10px 9px;
	margin-left: -10px;
}

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

.tab-links li.active a, .tab-links li.active a:hover {
	color: #ffffff;
	background-color: #00aeb9;
	font-weight: bold;
}

.tab-links li.active a:after {
	border-bottom-color: #00aeb9;
}

/* Tab Content*/

.tab {
	display: none;
	overflow: hidden;
	padding: 0 .5%;
}

.tab.active {
	display: block;
}

.tab .item {
	width: 24.625%;
	float: left;
	position: relative;
	margin-right: .5%;
}

.tab .item:nth-child(4n) {
	margin-right: 0;
}

.tab .item img {
	width: 100%;
	height: auto;
}

.tab a {
	display: block;
	text-decoration: none;
}

.tab a h2 {
	color: #ffffff;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.75);
	color: #ffffff;
	font-size: 36px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0.0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	font-family: proximanova;
	letter-spacing: .2em;
	font-size: 12px;
}

.tab a h2 .valign {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 20px;
}

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


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

.home-post-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.home-post-image .banner {
	position: absolute;
	top: 50px;
	left: -50px;
	font-family: proximanova;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .2em;
	background-color: #00aeb9;
	padding: 5px 40px;
	font-size: 12px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

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

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

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

.teaser-post h2.post-title {
	margin: 0 0 8px;
	text-align: left;
}

.teaser-post .excerpt {
	
}

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

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

.teaser-post .post-meta {
	margin: 0 0 20px;
	padding: 0;
	clear: none;
	text-align: left;
	font-size: 11px;
}

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

/*Homepage Category Sections*/

.home-sections {
	overflow: hidden;
	clear: both;
	margin-top: 50px;
}

.home-section {
	margin-bottom: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}

.home-section:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.home-section h3.widget-title {
	text-align: left;
}

.home-section h3.widget-title a {
	color: #1a1a1a;
}

.home-section .item {
	overflow: hidden;
	text-align: left;
	width: 30.75%;
	margin-right: 3.5%;
	margin-bottom: 20px;
	float: left;
}

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

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

.home-section .item h4 {
	margin: 10px 0;
	line-height: 1.2;
}

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

.home-section .more a {
	color: #ffffff !important;
	padding: 7px 15px;
	font-size: 11px;
}

.home-section a {
	text-decoration: none;
}

.home-section .item a {
	display: block;
}

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

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

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

.shop .archive-post {
	width: 23.5%;
	margin-right: 2% !important;
	clear: none !important;
	float: left;
}

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


.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 h4 {
	color: #1a1a1a;
	margin: 10px 0 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 10px 0 10px;
}

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

.archive-post .post-meta:before, .archive-post .post-meta:after {
	display: none;
}

.archive-post a:hover {
	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: #1a1a1a;
	text-decoration: none;
}

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

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

.archiveslist a:active {
	color: #1a1a1a;
}

.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 25px 18px;
	text-align: center;
}

.subcats h3, .subcats h4 {
	font-size: 14px;
	margin: 0 0 10px;
}

ul.subcategories {
	overflow: hidden;
	margin: -15px 0 10px !important;
	padding: 0 !important;
}

ul.subcategories li {
	display: inline-block;
	margin: 0 !important;
}

ul.subcategories ul li ul {
	margin: 0;
	padding: 0;
}

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

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

ul.subcategories ul li a {
	color: #8c8c8c !important;
	text-decoration: none;
	background-color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .1em;
	font-family: "proximanova";
	font-weight: bold;
	display: inline-block;
	padding: 4px 10px;
	margin: 2px 2px 5px;
	border: 1px solid #f4f4f4;
}

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

ul.subcategories ul li a.all {
	color: #f03a70 !important;
	background-color: #ffffff;
}

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

.tagslist>li {
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 5px !important;
	font-size: 90%;
}

.tagslist>li em {
	font-size: 90%;
	color: #88898a;
	margin-left: 8px;
}

.tagindex li:before {
	display: none;
}

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

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

.tagtitle {
	margin-bottom: 5px;
	color: #88898a;
}

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

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

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

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

/*Breadcrumbs*/

.breadcrumb {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #a6a5a5;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .1em;
	clear: both;
	margin: 0 0 5px;
}

.breadcrumb a {
	color: #a6a5a5;
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: #1a1a1a;
}


/* Video Posts */

.post-type-archive-video .video-container, .home.blog .video-container {
	height: auto;
	padding-bottom: 0;
	overflow: visible;
}

.video-post a.video-overlay {
	position: relative;
	display: block;
	text-align: center;
}
.video-post a.video-overlay:after {
	content: "\f04b";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #ffffff;
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	font-size: 100px;
	line-height: 1;
	text-align: center;
	margin: 0 auto;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
	@media ( max-width : 800px ) {
		.video-post a.video-overlay:after {
			font-size: 80px;
			font-size: 12vw;
		}

	}
	@media ( max-width : 400px ) {
		.video-post a.video-overlay:after {
			font-size: 60px;
			font-size: 20vw;
		}

	}
.video-post h2 {
	margin: 20px 0 15px;
}
.video-post .excerpt {
	margin: 15px 0;
}

.video-post a.more-link {
	text-decoration: none;
	display: inline-block;
	font-size: 11px;
	padding: 5px 15px;
}

/*Homepage Video*/
.video-section {
	clear: both;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0;
}
	.video-section h3.divider {
		display: none;
	}
.video-featured-lg {
	overflow: hidden;
	margin-bottom: 40px;
}
.video-featured-lg .video-image {
	width: 100%;
	margin: 0 0 10px;
}
	.video-featured-lg .video-image iframe {
		width: 100%;
		height: 100%;
	}
.video-featured-lg .video-caption {
	margin: 10px 0 0;
}
	.video-featured-lg .video-caption post-meta {
		margin: 0;
	}
	.video-featured-lg .video-caption h2.post-title {
		margin: 0 0 10px;
	}

	#video-featured-lg .mfp-hide {
		display: block !important; }
	#video-featured-lg .video-container {
		background: transparent;
		padding: 0px;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
		
	#video-featured-lg .video-container iframe {
	    background: transparent;
	    padding: 0px;
	    width: 100%;
	    max-width: 100%;
	    margin: 0;
	}
	
	#video-featured-lg .html-video-container {
	    background: transparent;
	    padding: 0px;
	    width: 100%;
	    max-width: 100%;
	    margin: 0;
	}



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

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

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

a.buy {
	display: inline-block;
	font-size: 11px;
	padding: 8px 15px;
}

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

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

.cntctfrm_input {
	margin: 5px 0 15px;
}

.commentinput, .comment-form input[type=email], .comment-form input[type=text], .cntctfrm_input {
	width: 100%
}

.comment-form textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 14px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #ededed;
	width: 100%
}

.comment-form #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
}

.wpcf7-form .formfield {
	overflow: hidden;
	margin-bottom: 15px;
}

.wpcf7-form p {
	margin: 10px 0;
}

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

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

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

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

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

.search-form .search-submit {
	background-color: #ffffff;
	color: #1a1a1a;
	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: #f03a70;
}

.header-search {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border: none;
	background-color: #ffffff;
	width: 180px;
	height: 34px;
}

.header-search .search-form {
	border: none;
}

.header-search .search-input {
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	border: 1px solid #ededed;
	width: 80%;
}

.header-search .search-submit {
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #f03a70;
	width: 20%;
}



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

.footer {
	clear: both;
	text-align: left;
}

.footer-press .wrap {
	position: relative;
}

.footer-press img {
	width: 100%;
	height: auto;
	display: block;
}

.footer-press h4 {
	color: #b1b1b1;
	font-size: 10px;
	margin: 0;
	position: absolute;
	top: -8px;
	left: 0;
}

.footer-subscribe .subscribe {
	padding: 25px 25px;
	background-color: #ffffff;
	margin: 0;
}

.footer .instagram {
	position: relative;
	margin: 0;
}

.footer #sbi_load {
	padding: 0 !important;
}

.footer #sbi_load .sbi_follow_btn {
	position: absolute;
	top: -5px;
	right: 0;
	z-index: 1001;
}

.footer #sbi_load .sbi_follow_btn a {
	background-color: #00aeb9;
	font-family: proximanova;
	text-transform: uppercase;
	letter-spacing: .18em;
	font-size: 11px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: relative;
	z-index: 1001;
}

.footer #sbi_load .sbi_follow_btn a:hover {
	background-color: #f03a70;
}


	
/*Sub-footer*/

.sub-footer {
	overflow: hidden;
	padding: 20px 0;
	color: #8c8c8c;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	font-family: "proximanova";
}

.sub-footer a, .copyright a {
	text-decoration: none;
	color: #8c8c8c;
}

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

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

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

.sub-footer .social a {
	color: #8c8c8c;
	padding: 5px;
}

.copyright {
	color: #8c8c8c;
	clear: both;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: "proximanova";
	margin: 30px 0;
}

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

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

.copyright strong {
	color: #1a1a1a;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .18em;
}

.copyright a {
	text-decoration: underline;
}

.copyright ul li {
	display: inline-block;
}

.copyright ul li:after {
	content: "/";
	margin-left: 5px;
}

.copyright ul li:last-child:after {
	display: none;
}

.copyright .site-credit {
	margin: 20px 0;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: normal;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	color: #b1b1b1;
}

/*---------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;
	border: 1px solid #ededed;
	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: #fcf5db;
	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-weight: bold;
	font-size: 14px;
	color: #1a1a1a;
}

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

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

#comment-list .avatar {
	float: right;
	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
}

.comment-form {
	margin-bottom: 30px;
	width: 100%
}

.comment-form label {
	
}

.comment-form p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}

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

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

.comment-nav .alignright a {
	color: #1a1a1a;
	text-decoration: none
}

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

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

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

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

.pagination, .nav-links {
	font-family: proximanova;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: -20px 0 0;
	padding: 10px 0;
	overflow: hidden;
	color: #8c8c8c;
}

.pagination .page-numbers, .nav-links a {
	color: #8c8c8c;
	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: #1a1a1a;
	margin: 0;
	font-weight: bold;
}

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

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

.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: #1a1a1a;
	background-color: transparent;
}
/*---------MAIN DROPDOWN MENU---------*/

#top {
	font-family: proximanova;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 11px;
	font-weight: bold;
}

#top ul {
	margin: 0 -15px 0 0;
	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: #8c8c8c;
}

#top a:hover, #top li:hover>a {
	color: #1a1a1a;
}

/*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: 40px 0 0 0;
	padding: 0;
	width: -moz-calc(100% - 310px);
	width: -webkit-calc(100% - 310px);
	width: calc(100% - 310px);
	clear: right;
	float: right;
	text-align: right;
	font-weight: normal;
	font-family: "uniformcondensed", Arial Narrow, Impact, sans-serif;
	text-transform: uppercase;
	letter-spacing: .01em;
	font-size: 21px;
	line-height: 45px;
	height: 45px;
	display: block;
}

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

#main ul#mainmenu {
	margin-top: 30px;
}

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

#main li a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #1a1a1a;
	-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: #00aeb9;
}

#main ul#mainmenu>li>a {
	background-position: center top;
	background-size: 50px 40px;
	background-repeat: no-repeat;
	padding-top: 35px;
}

#main ul#mainmenu>li:nth-child(1)>a {
	background-image: url(images/menu-icons1.png);
}

#main ul#mainmenu>li:nth-child(2)>a {
	background-image: url(images/menu-icons2.png);
}

#main ul#mainmenu>li:nth-child(2)>a:hover {
	color: #edbe0f;
}

#main ul#mainmenu>li:nth-child(3)>a {
	background-image: url(images/menu-icons3.png);
}

#main ul#mainmenu>li:nth-child(3)>a:hover {
	color: #f03a70;
}

#main ul#mainmenu>li:nth-child(4)>a {
	background-image: url(images/menu-icons4.png);
}

#main ul#mainmenu>li:nth-child(5)>a {
	background-image: url(images/menu-icons5.png);
}

#main ul#mainmenu>li:nth-child(5)>a:hover {
	color: #edbe0f;
}
	
/*Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 80px;
	left: 8px;
	padding: 8px 0;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: normal;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.9);
	border: 1px solid #f4f4f4;
	text-align: left;
	z-index: 2001;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	
}

#main ul ul li {
	float: none;
	width: 180px;
	margin: 0;
}

#main li li a {
	width: 100%;
	padding: 5px 15px;
	border: none;
	color: #1a1a1a !important;
}

#main li li a:hover {
	color: #00aeb9 !important;
}

#main li li.bold a {
	font-weight: bold;
	text-transform: uppercase;
	font-family: "proximanova";
	letter-spacing: .18em;
}

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


	/* Show indicator for menu items with children */

#main ul li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: lighter;
	float: right;
	display: inline;
	margin: 0px 0 0 3px;
	font-size: 90%;
	display: none;
}

#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%;
}
	
		
/*Sub Menus Level 2*/

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

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

#main li li li a {
	
}
/* Top Search */

#main li.search {
	display: none;
}


/* Create custom recipe card */

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

.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: 1px solid #ededed !important;
	padding-bottom: 0;
}

.mv-create-card .mv-create-wrapper p, .mv-create-card .mv-create-wrapper li {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.6;
	color: #1a1a1a;
}

.mv-create-card .mv-create-wrapper .mv-create-header {
	background-color: #cceff1;
	text-align: left !important;
	padding: 25px;
}

.mv-create-card .mv-create-wrapper .mv-create-header>* {
	text-align: left;
}

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

.mv-create-card .mv-create-wrapper .mv-create-description {
	margin: 0;
}

.mv-create-card .mv-create-wrapper .mv-create-header .mv-create-reviews {
	border: none;
	text-align: center;
}

.mv-create-card .mv-create-wrapper .mv-create-header button.mv-create-print-button {
	text-align: center;
}

.mv-create-card .mv-create-wrapper .mv-create-header {
	margin: -20px -20px 0;
}

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

.mv-create-card .mv-create-wrapper h2.mv-create-title-secondary {
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0 10px;
	color: #f03a70;
}

.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-yield {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #00aeb9;
	font-size: 12px !important;
	font-weight: bold;
	letter-spacing: .2em;
	display: block;
	margin-bottom: 0;
	opacity: 1.0 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-times {
	margin: 10px 0;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #8c8c8c;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .12em;
	display: block !important;
	opacity: 1.0 !important;
	border-bottom: 1px solid #f4f4f4;
	margin: 0 0 20px -20px;
	padding: 0 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-uppercase {
	letter-spacing: .12em;
	font-size: 10px;
}

.mv-create-card .mv-create-wrapper .mv-create-time {
	margin: 0;
	padding-left: 20px;
	padding-right: 15px;
	display: inline-block !important;
	width: auto !important;
	opacity: 1.0 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-time-format, .mv-create-card .mv-create-wrapper .mv-create-time-label {
	text-align: left;
	color: #8c8c8c;
	opacity: 1.0 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-time-label {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients h2 {
	margin-top: 20px;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients h3, .mv-create-card .mv-create-wrapper .mv-create-instructions h3 {
	font-size: 14px;
	color: #8c8c8c;
	margin: 20px 0 10px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	line-height: 1.5;
	font-weight: bold;
}
	.mv-create-card h3:before {
		display: 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: #f03a70;
	content: '\2022';
	margin: 0 6px 0 -10px;
	display: inline-block;
}

.mv-create-card .mv-create-wrapper .mv-create-instructions ol, .mv-create-card .mv-create-wrapper .mv-create-notes ol {
	margin: 0;
	padding: 0;
}

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

.mv-create-card .mv-create-wrapper .mv-create-rating {
	margin-top: 20px;
}

.mv-create-card .mv-create-wrapper .mv-create-rating p {
	font-size: 13px;
	line-height: 1.2;
}

.mv-create-card .mv-create-wrapper .mv-create-rating a {
	text-decoration: underline;
	color: #f03a70;
	font-weight: bold;
}

.mv-create-card .mv-create-wrapper .mv-create-notes {
	margin: 25px 0 20px;
}

.mv-create-card .mv-create-wrapper .mv-create-notes h2 {
	margin-top: 0 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-notes p {
	font-size: 95%;
	margin: 15px 0;
}
.mv-create-card .mv-create-wrapper .mv-create-notes ul {
	margin-left: 0 !important;
}
.mv-create-card .mv-create-wrapper .mv-create-notes li {
	font-size: 95%;
	background-color: #f4f4f4;
	padding: 20px !important;
	margin: 0 0 15px 0 !important;
	list-style-position: inside;
}

.mv-create-card .mv-create-wrapper .disclosure {
	margin: 15px 0 20px;
}
.mv-create-card .mv-create-wrapper .disclosure p {
	font-style: italic;
	color: #8c8c8c;
	font-size: 13px;
}
.recipe-ps {
	margin: -15px 0 0;
	background-color: #fdebf1;
	padding: 25px 30px;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
}
	.recipe-ps p {
		margin: 10px 0;
		font-size: 15px;
	}
	.recipe-ps h3 {
		margin: 10px 0 10px;
	}
	.recipe-ps i {
		font-size: 115px;
		line-height: 1;
		float: left;
		vertical-align: middle;
		color: #f03a70;
		margin-right: 20px;
	}
	.recipe-ps strong {
		font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-size: 14px;
	}
	.recipe-ps em {
		font-weight: bold;
		font-style: normal;
	}


.single-post-content .mv-create-footer {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 11px;
	opacity: 1.0 !important;
	color: #8c8c8c;
	margin: 8px 0 15px;
}

.single-post-content .mv-create-footer .mv-create-uppercase {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
}

.mv-create-card .mv-create-wrapper button.mv-create-print-button {
	text-decoration: none;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
	line-height: 1;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #edbe0f;
	border: none;
}

.mv-create-card .mv-create-wrapper button.mv-create-print-button:hover {
	background-color: #f03a70;
	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: #f03a70 !important;
	top: 15px !important;
	right: 15px !important;
}

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



/*Print Styles*/
.mv-create-print-view.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: none !important;
	padding: 0;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-header {
	background-color: transparent;
	text-align: left !important;
	padding: 20px;
} 