/*Theme Name: Dear Crissy 2018
Theme URL: http://www.dearcrissy.com/
Description: Custom responsive blog theme for Dear Crissy.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 6.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: 650px;
		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 {
	margin: 0 auto 0;
	padding: 0 15px;
	width: 100%;
	max-width: 1040px;
}
.wrap {
	margin: 0 auto 0;
	padding: 0 15px;
	width: 100%;
	max-width: 1040px;
}
/*---------STRUCTURE---------*/
@font-face {
    font-family: 'adelle';
	font-display:swap;
    src: url('fonts/adelle_reg-webfont.woff2') format('woff2'),
         url('fonts/adelle_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'adelle';
	font-display:swap;
    src: url('fonts/adelle_italic-webfont.woff2') format('woff2'),
         url('fonts/adelle_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'adelle';
	font-display:swap;
    src: url('fonts/adelle_bold-webfont.woff2') format('woff2'),
         url('fonts/adelle_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova';
	font-display:swap;
    src: url('fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
	font-family: "Adelle", Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 2.2;
	color: #333333;
	margin: 0;
	padding: 0;
}
a, input[type=submit], button {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:link, a:visited, a:active {
	color: #9582b5;
	text-decoration: underline;
}
a:hover {
	color: #b5a7cb;
	text-decoration: none;
}
p {
	margin: 25px 0;
}
img {
	display: block;
}
h1, h2, h3, h4, h5 {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	line-height: 1.2;
	margin: 25px 0;
	color: #333333;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
	h3.widget-title {
	}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 16px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.clear {
	clear: both;
}
.sep {
	width: 100%;
	display: block;
	clear: both;
	height: 1px;
	margin: 45px 0;
	border-top: 1px solid #ededed;
	background-size: auto 100%;
}
.asterisk {
	display: inline-block;
	clear: both;
	width: 16px;
	height: 16px;
	margin: 2px 0 0 5px;
	background: url(images/asterisk.png) center center no-repeat;
	background-size: auto 100%;
	vertical-align: top;
}
	.asterisk-sm {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: -2px;
		width: 11px;
		height: 11px;
		margin: 0;
		background: url(images/asterisk-sm.png) center center no-repeat;
		background-size: auto 100%;
	}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid #ededed;
	border-bottom: none;
}
/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
	display: none;
}
.header {
	margin: 0 0 30px;
	padding: 5px 0 20px;
	border-bottom: 1px solid #ededed;
}
.header-search {
	float: right;
	margin: 18px 30px 6px 0;
	
}
.header .social {
	float: right;
	margin: 0 0 0;
	/*background: url(images/follow.png) center top no-repeat;
	background-size: 66px 30px;*/
	padding-top: 10px;
}
.social a {
	font-size: 15px;
	padding: 5px;
	margin: 0;
	color: #9582b5;
	text-decoration: none;
}
	.header .social a {
		color: #abacac;
	}
.social a .fa-stack-1x {
	font-size: 85%;
}
.social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.header .logo {
	margin: 20px 0 0px;
	overflow: hidden;
	width: 310px;
	float: left;
	text-align: center;
}
.header .logo a {
	display: inline-block;
	margin: 0 auto;
	width: 310px;
	height: 78px;
	background: url(images/logo.png) no-repeat;
	background-size: 100% auto;
}

.header-subscribe {
	background-color: #f5f5f5;
	/*background: url(images/asterisk-transparent.png) 12% center no-repeat #f5f5f5;
	background-size: auto 60%;*/
	padding: 38px 5%;
	overflow: hidden;
	margin-bottom: 50px;
}
	.header-subscribe .title {
		width: 390px;
		text-align: left;
		float: left;
	}
		.header-subscribe .title h3:before {
			content: "";
			display: inline-block;
			vertical-align: middle;
			width: 16px;
			height: 16px;
			margin: -3px 5px 0 0;
			background: url(images/asterisk.png) center center no-repeat;
			background-size: auto 100%;
		}
	.header-subscribe .email-form {
		margin: 0 !important;
		clear: none !important;
		width: -moz-calc(100% - 400px);
		width: -webkit-calc(100% - 400px);
		width: calc(100% - 400px);
		float: right;
	}
		.header-subscribe .email-input {
			line-height: 44px;
			height: 44px;
		}
		.header-subscribe .email-submit {
			line-height: 44px;
			height: 44px;
		}
	.header-subscribe h3 {
		margin: 0;
		font-size: 15px;
		line-height: 43px;
	}
	.header-subscribe p {
		margin: 0;
		color: #abacac;
		font-size: 12px;
		font-style: italic;
	}

/*---------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: #9582b5;
	font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	content: '\2022';
	/* '' */
	margin: 0 6px 0 -10px;
	font-size: 12px;
}
.span_content ol li {
	list-style-type: decimal;
	padding: 0 0 10px;
	margin: 0 0 0 20px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
h1.pagetitle, h1.archivetitle {
	margin: 0 0 20px;
}
/*---------SIDEBAR---------*/
.sidebar {
	font-size: 81%;
	line-height: 1.7;
}
.leftsidebar {
	width: 48%;
	float: left;
}
.rightsidebar {
	width: 48%;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}
.widget {
	margin: 0 0 40px 0;
}
.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 {
	font-size: 15px;
	margin: 0 auto 15px;
	text-align: center;
}
h3.widget-title em {
	font-style: normal;
	display: block;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 2px;
}
.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: #afb0b1;
	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 {
	margin-top: 0;
	border: 1px solid #fff;
	text-align: left;
}
.about h3.widget-title {
	text-align: left;
}
.about .more a, .about a.more {
	text-decoration: underline;
}
.about .more a:hover, .about a.more:hover {
	color: #b5a7cb;
}
.about p {
	display: inline;
}
.about p.simple-image {
	margin: 0 0 10px 10px;
	width: 100px;
	float: right;
	position: relative;
	display: inline-block;
}
.about p.simple-image img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.about p.more {
	display: inline;
	margin-left: 4px;
}
.sidebar .widget.social {
	margin-top: -35px;
	text-align: center;
}
.sidebar .widget.social a {
	font-size: 16px;
	padding: 5px 7px;
}
.sidebar .widget.social a:nth-child(1) {
	padding-left: 0;
}
.subscribe {
	background-color: #f5f5f5;
	padding: 25px;
}
	
.subscribe h3 {
	margin: 0;
	/*line-height: 1.1;
	width: 256px;
	height: 43px;
	text-indent: -9999px;
	background: url(images/treatyourinbox.png) no-repeat;
	background-size: 100% auto;
	margin-bottom: 5px;*/
}
.sidebar .subscribe {
	text-align: center;
}
.subscribe p {
	margin: 0 0 8px;
	color: #999999;
	font-style: italic;
}
.subscribe h3 {
	margin: 0;
}
.email-form {
	clear: both;
	margin-top: 15px;
	overflow: hidden;
}
.email-input {
	color: #333333;
	font-size: 14px;
	line-height: 51px;
	font-family: "adelle", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #ededed;
	padding: 0 15px;
	margin: 0;
	float: left;
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% -180px);
	width: calc(100% - 180px);
	height: 51px;
	vertical-align: middle;
}
	.email-input::placeholder {
		color: #cfcfcf;
	}
.sidebar .subscribe .email-input {
	width: 100%;
	float: none;
}
.email-submit {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .15em;
	line-height: 51px;
	color: #ffffff;
	background-color: #9582b5;
	text-align: center;
	cursor: pointer;
	border: none;
	padding: 0px 10px;
	margin: 0 0 0 10px;
	height: 51px;
	width: 170px;
	vertical-align: middle;
	float: left;
	display: inline-block;
}
.sidebar .subscribe .email-submit {
	width: 100%;
	margin: 15px 0 0;
	float: none;
}
.email-submit:hover {
	background-color: #b5a7cb;
}
/* -- Custom Content Widgets -- */
.sidebar .item img {
	width: 100%;
	height: auto;
	display: block;
}
.sidebar .item a {
	display: block;
}
.sidebar .item a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	/* For IE8 and earlier */
}
/*Featured Posts Widget*/
.sidebar .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 .post-title {
	display: none;
}
.sidebar .featured h4 {
	display: none;
}
/*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: #333333;
}
.sidebar .popular h4.title a {
	color: #333333;
}
.sidebar .popular h4.title a:hover {
	color: #b5a7cb;
}
/*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 {
	margin: 10px 0 0;
	color: #333333;
	font-size: 13px;
	display: none;
}
/*---------POSTS---------*/
.post {
	margin-bottom: 0px;
}

h1.post-title, h2.post-title, h4.post-title {
	margin: 0 0 8px;
	color: #333333;
}
h1.post-title a, h2.post-title a, h4.post-title a {
	text-decoration: none;
	color: #333333;
}
h1.post-title a:hover, h2.post-title a:hover, h4.post-title a:hover {
	color: #9582b5;
}
.post .edit {
	text-transform: none;
	letter-spacing: 0;
}
.post-meta {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #999999;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: .15em;
	margin: 0 0 25px;
	overflow: hidden;
}
.post-meta a {
	color: #999999;
	text-decoration: none;
}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #9582b5;
}
.post-meta em {
	font-weight: normal;
	font-family: Adelle;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: normal;
	font-size: 110%;
}
.post-meta .spacer {
	color: #c5c5c5;
	margin: 0 8px;
	font-weight: normal;
	font-family: Adelle;
}
.post-meta .ccount a:before {
	content: "\f075";
	color: #9582b5;
	font-family: "Font Awesome 5 Pro";
	font-size: 90%;
	font-weight: bold;
	margin-right: 4px;
}
.post-date {
	margin: 0 0 8px;
	color: #9582b5;
}
.post-breadcrumb {
	margin: 0 0 8px;
	color: #999999;
	font-size: 12px;
	font-family: adelle;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
}
	.post-breadcrumb a {
		color: #9582b5;
		font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-style: normal;
		font-weight: bold;
		font-size: 11px;
	}
		.post-breadcrumb a:hover {
			color: #b5a7cb;
		}
	.post-breadcrumb i {
		font-style: normal;
		font-size: 14px;
		color: #c5c5c5;
		margin: 0 2px;
		font-weight: normal;
		font-family: Adelle;
	}
.post-cats a {
	color: #9582b5;
}
.post-cats a:hover {
	color: #b5a7cb;
}
.meta-bottom {
	clear: both;
	margin: 20px 0 30px;
	overflow: hidden;
	line-height: 1.4;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px 2px;
}
	.meta-bottom p {
		margin: 8px 0
	}
.meta-more {
	margin-top: 30px;
	padding: 0;
	border: none;
}
.meta-bottom .left {
	width: 75%;
	float: left;
	text-align: left;
	display: inline-block;
}
.meta-bottom .right {
	text-align: right;
	width: 25%;
	float: right;
}
.meta-more .right {
	line-height: 35px;
}
.meta-centered {
	text-align: center;
	margin: 40px 0 0;
}
.meta-centered .post-cats a {
	font-size: 11px;
}
a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #afb0b1;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px;
	text-decoration: none;
}
a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
	color: #fff;
	background-color: #b5a7cb;
}
a.more-link {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	color: #ffffff;
	background-color: #9582b5;
	padding: 10px 18px 9px;
	display: inline-block;
}
.teaser-post a.more-link {
	font-size: 10px;
	padding: 7px 12px;
}
a.more-link:hover {
	color: #ffffff;
	background-color: #b5a7cb;
}
.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 {
	padding: 4% 8%;
	overflow: hidden;
	margin: 35px 0;
	background-color: #f5f5f5;
	color: #9582b5;
	font-size: 110%;
}
.post blockquote strong {
	text-transform: uppercase;
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .1em;
}
.wp-caption {
	text-align: left;
	max-width: 100% !important;
	position: relative;
	margin-bottom: 20px;
}
.wp-caption img {
	display: block;
}
.wp-caption p {
	text-transform: uppercase;
	font-weight: lighter;
	color: #ffffff;
	color: rgba(255,255,255,.6);
	font-size: 9px;
	letter-spacing: .05em;
	margin: 0;
	display: inline-block;
	background-color: #202020;
	background-color: rgba(32,32,32,.5);
	padding: 2px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.wp-caption a {
	color: #ffffff;
	color: rgba(255,255,255,.6);
	text-decoration: underline;
}


/*Dropcap*/
.post-image {
	margin-top: 20px;
}
.home-post-content .post-content {
	position: relative;
	padding-top: 30px;
}
	.home-post-content .dropcap {
		font-size: 250px;
		color: #9582b5;
		font-family: "proximanova";
		font-weight: bold;
		line-height: 1;
		position: absolute;
		left: -40px;
		top: 0px;
		z-index: -1;
		opacity:0.1;
		filter:alpha(opacity=10); /* For IE8 and earlier */
	}
.single-post-content {
	
}


.post-content h2 {
	
}
	/*.post-content>h2:before {
		content: "";
		display: block;
		width: 60px;
		height: 10px;
		background: url(images/brushstroke.png) no-repeat;
		background-size: 100% auto;
		margin: 30px 0 20px;
	}
	.post-content>h2:before {
		content: "";
		display: block;
		width: 70px;
		height: 10px;
		/*background: url(images/brushstroke.png) no-repeat;
		background-size: 100% auto;
		border-bottom: 4px solid #9582b5;
		margin: 20px 0 25px;
	}*/
	
/*Homepage Sections*/
.home-section {
	overflow: hidden;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ededed;
}
	.home-section h3.widget-title {
		margin: 0;
		text-align: left;
	}
	.home-section h3.widget-title a {
		color: #333333;
	} 
	.home-section h3.widget-title a em {
		float: right;	
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
		font-size: 13px;
		color: #9a9b9c;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		margin: 0;
	}
		.home-section h3.widget-title a:hover em {
			color: #9582b5;
		}
.home-section .item {
	width: 22%;
	margin-right: 4%;
	float: left;
	text-align: left;
}
	.home-section .item:nth-child(4n) {
		margin-right: 0;
	}

	.home-section .item img {
		width: 100%;
		height: auto;
	}
	.home-section a {
		text-decoration: none;
	}
.home-section h4 {
	font-size: 12px;
	margin: 10px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.home-section a:hover h4 {
		color: #9582b5;
	}
	
/* Fancy Lists */
ol.fancylist, ol.fancylist li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
ol.fancylist {
	overflow: hidden;
}
ol.fancylist li {
	counter-increment: item;
	margin-bottom: 15px !important;
	clear: left;
}
ol.fancylist li:before {
	margin-right: 10px;
	content: counter(item);
	background: #9582b5;
	border-radius: 100%;
	color: white;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	float: left;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
}
ol.fancylist h4 {
	font-size: 24px;
}
ol.fancylist h4:first-of-type {
	margin-top: 0;
}
/* Recipe Styles*/
a.jump {
	font-size: 10px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: inline-block;
	text-align: center;
	width: 60px;
	float: right;
	text-decoration: none;
	margin: 10px 0 10px 10px;
}
a.jump i {
	display: block;
	margin: 7px auto;
	font-size: 20px;
}
a.jump .fa-stack {
	font-size: 20px;
	display: block;
	font-weight: normal;
	margin: 5px auto 0;
}
.recipe {
	font-style: normal;
	margin: 50px 0 35px;
	padding: 30px;
	background-color: #ffffff;
	position: relative;
	border: 1px solid #ededed;
}
.recipe h2 {
	margin: 0;
	font-size: 22px;
	clear: none;
}
.recipe h3 {
	font-size: 16px;
	margin: 20px 0 10px;
}
.recipe h3#directions {
	margin-top: 30px;
}
.recipe h4 {
	font-size: 13px;
	color: #afb0b1;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 20px 0 5px
}
.recipe ol, .recipe ul {
	margin-bottom: 0 !important;
}
.recipe ol li:last-of-type, .recipe ul li:last-of-type, .recipe .notes p:last-of-type, .recipe .source p:last-of-type {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.recipe ul li:before {
	color: #9582b5;
}
.recipe ol {
	margin-left: 0;
	padding-left: 0;
}
.recipe ol li {
	list-style-type: none;
	padding-left: 0;
	margin-left: 20px;
}
.recipe ol li {
	counter-increment: step-counter;
}
.recipe ol li::before {
	content: counter(step-counter);
	color: #9582b5;
	font-weight: bold;
	display: inline-block;
	font-family: proximanova;
	width: 20px;
	margin-left: -20px;
}
.recipe-meta {
	margin: 4px 0 0;
	clear: none;
	font-size: 10px;
	letter-spacing: .15em;
}
.recipe-meta.calories {
	clear: both;
	margin-top: 20px;
}
.recipe-meta strong {
}
.recipe-meta p {
	display: inline-block;
	margin: 0 10px 0 0;
}
.recipe .post-cat {
	color: #9582b5;
	margin: 0;
}
.recipe .summary {
	margin: 0 0 30px;
	font-size: 115%;
	line-height: 1.6;
	font-style: italic;
}
.recipe .summary p {
	margin: 15px 0;
}
.recipe .ingredients {
}
.recipe .instructions strong {
	font-family: "proximanova", 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;
	color: #8e8e8e;
	font-size: 90%;
	font-style: italic;
}
.recipe .notes p {
	margin: 10px 0;
}
.recipe .notes h3 {
	font-style: normal;
	border-top: 1px solid #ededed;
	padding-top: 20px;
}
.recipe .source {
	color: #afb0b1;
	font-size: 80%;
	line-height: 1.6;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: -10px;
	clear: left;
}
.recipe .source p {
	margin: 0;
}
.recipe .recipe-photo {
	margin: 0 0 25px 15px;
	width: 175px;
	float: right;
	position: relative;
	display: block;
}
.recipe .recipe-photo img {
	position: relative;
	z-index: 2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.recipe .printbutton {
	width: 175px;
	float: right;
	clear: right;
	margin: 10px 0 0 15px;
}
.printbutton a.print {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 13px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin: 0 auto;
	padding: 8px 15px;
	color: #ffffff;
	background-color: #9582b5;
	text-align: center;
}
.printbutton a.print i {
	margin-right: 5px;
	font-weight: normal;
}
.printbutton a.print:hover, .printbutton a.print:active {
	background-color: #b5a7cb;
}
/*Recipe Nutrition*/
.recipe .nutrition {
	clear: both;
	margin: 25px 0 0;
	font-size: 86%;
	font-weight: normal;
	background-color: #f4f5f5;
	padding: 20px 22px 18px;
	color: #8e8e8e;
}
.recipe .nutrition h3, .recipe .nutrition h4 {
	margin: 0 4px 0 0;
	line-height: 1;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.recipe .nutrition p {
	display: inline-block;
	margin: 0;
}
.recipe .nutrition p span {
	font-weight: normal;
}
.recipe .nutrition ul {
	margin: 0;
}
.recipe .nutrition li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.recipe .nutrition li:after {
	display: inline-block;
	content: ", ";
}
.recipe .nutrition li:first-of-type:after, .recipe .nutrition li:last-of-type:after {
	display: none;
}
.recipe .nutrition li:before {
	display: none;
}
.recipe .nutrition strong {
	font-style: italic;
	font-weight: normal;
	margin-right: 4px;
}
.recipe .nutrition span {
	font-weight: bold;
}
/*Recipe Rating*/
.rating {
	color: #8e8e8e;
	font-size: 13px;
	line-height: 1.5;
	margin: 30px 0 20px;
}
.recipe .rating {
}
.recipe .rating a.more-link {
	font-size: 10px;
	text-decoration: none;
	display: inline-block;
	padding: 6px 12px;
	margin-top: 5px;
}
.recipe .rating a.more-link:hover {
}
#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: #8e8e8e;
	font-size: 92%;
	text-align: center;
}
.rating .review-total a {
	color: #8e8e8e;
}
.rating .review-total a:hover {
	color: #9582b5;
}
.rating .leave-a-review {
	color: #8e8e8e;
	margin-top: 15px;
	text-align: center;
}
#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, #commentlist div.rating-container label {
	display: none;
}
/*Recipe PS*/
.recipe-ps {
	margin: 30px 0 0;
	font-size: 90%;
	text-align: center;
	background-color: #9582b5;
	padding: 25px;
	color: #ffffff;
}
.recipe-ps p {
	margin: 0;
}
.recipe-ps a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
.recipe-ps i {
	font-size: 86px;
	margin-right: 10px;
	margin-top: -5px;
	display: inline-block;
	float: left;
	vertical-align: middle;
}
/* Inner Post */
#dpsp-content-top {
    margin-bottom: -15px !important;
}
.disclaimer {
	color: #afb0b1;
	font-size: 80%;
	font-style: italic;
	text-align: center;
	margin: 25px 0 10px;
}
.disclaimer p {
	margin: 0;
}
p.small {
	color: #afb0b1;
	font-size: 80%;
	font-style: italic;
}

.social-share {
	
}
.crunchify-social {
	clear: both;
    margin: 30px 0px 35px 0px;
	font-family: proximanova;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
	text-align: center;
}
.crunchify-social h5 {
	margin: 0 0 10px;
}
a.crunchify-link {
    padding: 6px 15px !important;
    color: #8e8e8e;
    font-size: 10px;
    margin: 0 5px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    display: inline-block;
    text-decoration: none !important;
	border: 1px solid #ededed;
}
 
a.crunchify-link i {
	font-size: 120%;
	vertical-align: middle;
	margin-right: 4px;
}
a.crunchify-link:hover,a.crunchify-link:active {
    color: white;
}

a.crunchify-twitter i {
    color: #00aced;
	font-size: 115%;
}
 
a.crunchify-twitter:hover,a.crunchify-twitter:active {
    background: #00aced;
}
 
a.crunchify-facebook i {
    color: #3B5997;
}
 
a.crunchify-facebook:hover,a.crunchify-facebook:active {
    background: #3B5997;
}
 
a.crunchify-pinterest i {
    color: #bd081c;
}
 
a.crunchify-pinterest:hover,a.crunchify-pinterest:active {
    background: #bd081c;
}

	a.crunchify-twitter:hover i, a.crunchify-facebook:hover i, a.crunchify-pinterest:hover i {
		color: #ffffff !important;
	}

.shareaholic-canvas:before {
	display: block;
	content: "Share this post:";
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	line-height: 1.2;
	margin: 25px 0 8px;
	color: #333333;
	font-size: 14px;
	text-align: center;
}
.shareaholic-canvas {
	margin: 35px 0 0;
}
.shareaholic-canvas i.shareaholic-service-icon:before {
	font-size: 75% !important;
	top: 11px !important;
	left: 12px !important;
}
	.shareaholic-canvas i.shareaholic-service-facebook:before {
		left: 11px !important;
		top: 10px !important;
	}
	.shareaholic-canvas i.shareaholic-service-twitter:before {
		
	}
.shareaholic-canvas a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.inner-post {
	position: relative;
	overflow: hidden;
	margin: 45px 0 0 0;
}
.inner-post .subscribe {
	overflow: hidden;
	text-align: center;
	padding: 8%;
	padding-top: 160px;
}
.inner-post .subscribe h3 {
	margin: 5px auto 15px;
	font-size: 22px;
}
.inner-post .subscribe h3:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(images/icon.png) no-repeat;
	background-size: 100% auto;
	vertical-align: top;
	margin-right: 4px;
}
.inner-post .subscribe .email-form {
	margin-top: 30px;
}
.inner-post .emailbonus {
	margin: 0 auto -150px;
	width: 220px;
	text-align: center;
}
.inner-post .emailbonus img {
	width: 100%;
	height: auto;
	display: block;
}
/*Next/prev Posts*/
.post-nav {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 20px;
	line-height: 1.3;
	text-decoration: none;
	font-weight: 600;
	margin: 35px 0 75px;
	overflow: hidden;
	padding: 20px 2px;
	border-top: 1px solid #f4f5f5;
	border-bottom: 1px solid #f4f5f5;
}
.post-nav .nav-links {
	overflow: hidden;
	width: 100%;
}
.post-nav a {
	color: #333333;
	text-decoration: none;
}
.post-nav a:hover {
	color: #ffffff;
}
.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;
	background-color: #ffffff;
}
.post-nav div a:hover {
	color: #b5a7cb;
}
.post-nav em {
	display: block;
	font-style: normal;
	font-size: 10px;
	color: #afb0b1;
	padding: 0 0 5px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}
/*Shop This Post*/
.shop {
	overflow: hidden;
	margin-bottom: 40px;
}
.shop h3 {
	margin-top: 0;
}
.shop h3 em {
	margin: 4px 0 0;
}
.shop-items {
	overflow: hidden;
	text-align: center;
}
.shop-items img {
	border: 1px solid #e8e8e8;
}
.shop-items .teaser-post {
	width: 18.4%;
	margin: 0 1% 15px;
	clear: none;
	display: inline-block;
	float: none;
	vertical-align: top;
}
.shop-items .teaser-post:nth-child(5n+1) {
	margin-left: 0;
}
.shop-items .teaser-post:nth-child(5n) {
	margin-right: 0;
}
.shop-items .post-meta {
	display: none;
	font-size: 9px;
	letter-spacing: .05em;
}
.shop-items .post-meta:after {
	display: none;
}
.shop-items h4 {
	font-size: 18px;
}

/*---------TEASER STYLES---------*/
.teaser-post {
	width: 47.5%;
	float: left;
	overflow: hidden;
	margin: 10px 0 40px;
	font-size: 90%;
}
.teaser-post.odd, .related .teaser-post:nth-child(2n+1) {
	margin-right: 5%;
	clear: left;
}
.teaser-post.even {
}
.teaser-post a {
	text-decoration: none;
}
.teaser-post img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}

.teaser-post h2.post-title {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 5px 0 15px;
}
.teaser-post a h2.post-title {
	color: #333333;
}
.teaser-post a:hover h2.post-title {
	color: #b5a7cb;
}
.teaser-post .excerpt {
	margin: 0;
}
.teaser-post .excerpt p {
	margin: 15px 0 15px;
}
.teaser-post .more {
	margin: 0;
}
.teaser-post .meta-bottom {
	font-size: 10px;
	margin-top: 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;
}
.archive-post:nth-child(3n) {
	margin-right: 0;
}
.archive-post:nth-child(3n+1) {
	clear: both;
}
.archive-post img {
	display: block;
	width: 100%;
	height: auto;
}
.archive-post a {
	text-decoration: none;
	display: block;
}
.archive-post .post-meta {
	margin: 0;
	font-size: 10px;
}
.archive-post .post-meta:before {
	display: none;
}
.archive-post h4 {
	color: #333333;
	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;
}
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	/* For IE8 and earlier */
}
.archiveslist {
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	padding-left: 10px !important;
}
.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: #333333;
	text-decoration: none;
}
.archiveslist a:visited {
	color: #333333;
	text-decoration: none;
}
.archiveslist a:hover {
	color: #b5a7cb;
}
.archiveslist a:active {
	color: #9582b5;
}
.archiveslist>li {
}
.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 #ededed;
	padding: 25px;
	text-align: center;
}
.subcats h4 {
	margin: 0 0 10px;
	font-size: 18px;
}
.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: #9582b5;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .1em;
	font-family: "proximanova", 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: #b5a7cb;
}
ul.tagindex, .tagindex li {
	margin: 0!important;
	padding: 0 !important;
}
.tagslist>li {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}
.tagslist>li em {
	font-size: 90%;
	color: #88898a;
}
.tagindex li:before {
	display: none;
}
.tagindex a {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 2px;
	width: 20px;
	height: 22px;
	float: left;
	border: solid 1px #f6f5f5;
}
.tagindex a:link {
	color: #afb0b1;
	text-decoration: none;
}
.tagindex a:visited {
	color: #afb0b1;
	text-decoration: none;
}
.tagindex a:active {
	color: #afb0b1;
	text-decoration: none;
}
.tagindex a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #696969;
}
.tagtitle {
	margin-bottom: 5px;
}
.tagtitle a {
	text-decoration: none;
	text-transform: none;
}
.tagtitle em {
	color: #afb0b1;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 10px;
	font-weight: normal;
	float: right;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
}
.tagtitle em a {
	color: #afb0b1;
	font-size: 11px;
}
.tagtitle a:hover {
	color: #696969;
}


/*Affiliate Items*/
.affiliate-items {
	overflow: hidden;
	margin: 55px 0 -10px;
}
.affiliate-items h3 {
	text-align: center;
	margin: 0;
}
.affiliate-items p.small, p.affiliate {
	text-align: left;
	color: #afb0b1;
	font-style: italic;
	font-size: 11px;
	margin: 0;
}
p.affiliate {
	text-align: left;
}
.shop .archive-post {
	width: 18.4%;
	margin: 0 1% 15px;
	clear: none;
	display: inline-block;
	float: none;
	vertical-align: top;
}
.shop .archive-post:nth-child(5n+1) {
	margin-left: 0;
}
.shop .archive-post:nth-child(5n) {
	margin-right: 0;
}
.shop .archive-post h4 {
}
.shop .archive-post .post-meta {
	margin: 0;
}
.shop-post .post-thumb {
	position: relative;
}
.shop-post .price {
	display: inline-block;
	margin: 0;
	font-size: 10px;
	color: #ffffff;
	background-color: #b5a7cb;
	position: absolute;
	padding: 0 8px;
	top: 0;
	right: 0;
	letter-spacing: normal;
}
.shop-post .excerpt {
	font-size: 85%;
	line-height: 1.5;
	margin: 8px 0;
}
.shop-post .more {
	margin: 0;
}
.shop-post a.smbutton {
}
.shop-post a.smbutton:hover {
}
/*about page sidebar*/
.page-template-about .span_content {
	margin-left: 0;
	width: 57%;
	max-width: 650px;
	float: left;
	display: inline-block;
}
.page-template-about .span_content_full {
	width: 100%;
	margin-left: 0;
	max-width: 100%;
}
.page-template-about .span_sidebar {
	width: 38%;
	min-width: 300px;
	max-width: 400px;
	float: right;
	display: inline-block;
	clear: right;
}
.page-template-about .span_content img.alignright {
	width: 29%;
	height: auto;
}
.page-template-about .span_content h1:first-of-type {
	margin-top: 0;
}
.page-template-about .span_content h3:first-child {
	margin-top: 0;
}
.page-template-about .press {
	clear: both;
	margin: 50px 0 0px;
	text-align: center;
}
.page-template-about .press h3, .page-template-about .press h5 {
	margin-top: 0;
}
.page-template-about .press ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.page-template-about .press ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 13%;
	margin-right: 1.5%;
	float: left;
}
.page-template-about .press ul li:last-child {
	margin-right: 0;
}
.page-template-about .press ul li img {
	width: 100%;
	height: auto;
}
.page-template-about .press ul li:before {
	display: none;
}
.page-template-about .wpcf7-form {
	margin-bottom: 50px;
}
.social-stats {
	overflow: hidden;
	margin-top: 56px;
	margin-bottom: 50px;
}
.social-stats .widget_text.cyan {
	background-color: #8e94d0;
}
.social-stats .widget_text.lilac {
	background-color: #b5a7cb;
}
.social-stats .widget_text.purple {
	background-color: #9582b5;
}
.social-stats p {
	margin: 0;
}
.social-stats h3.widget-title {
	display: none;
}
.social-stats .about-block {
	width: 49%;
	float: left;
	margin: 0 2% 2% 0;
	position: relative;
}
.social-stats .about-block:nth-child(2n) {
	margin-right: 0;
}
.social-stats .about-block img {
	width: 100%;
	height: auto;
	display: block;
}
.social-stats .widget_text {
	height: 0;
	padding-bottom: 48%;
	background-color: #ffffff;
	text-align: center;
	position: relative;
}
.social-stats .widget_text .textwidget {
	padding: 15px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	text-align: center;
}
.social-stats .widget_text.double {
	width: 28.125%;
	text-align: left;
}
.social-stats .widget_text.double .textwidget {
	text-align: left;
	font-size: 92%;
}
.social-stats .widget_text.double .textwidget p {
	margin: 8px 0 0;
}
.social-stats .widget_text.double .more a {
	color: #9582b5;
	text-decoration: none;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
}
.social-stats .widget_text.double .more a:hover {
	color: #b5a7cb;
}
.social-stats .about-block a {
	text-decoration: none;
}
.social-stats .about-block a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	/* For IE8 and earlier */
}
.social-stats .about-block h4 {
	margin: 0 0 2px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.social-stats .title-block h4 {
	font-size: 22px;
}
.social-stats .about-block h5 {
	margin: 0;
	color: #ffffff;
	font-size: 10px;
	color: rgba(255,255,255,.5);
}
.social-stats .title-block h5 {
	font-size: 15px;
}
.social-stats .about-block i {
	color: #ffffff;
	color: rgba(255,255,255,.2);
	font-size: 122px;
	line-height: .6;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.social-stats .about-block i.fa-youtube {
	font-size: 110px;
}
.page-template-about .stats {
	padding: 4%;
	background-size: cover;
	background-color: #f4f5f5;
	margin: 0;
	text-align: center;
}
.page-template-about .stats h3 {
	margin: 0;
	color: #333333;
	float: left;
	width: 25%;
	padding-right: 15px;
	text-align: left;
}
.page-template-about .stats ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 75%;
}
.page-template-about .stats ul li {
	width: 30%;
	float: left;
	background-color: #ffffff;
	margin: 0 5% 0 0;
	padding: 15px;
	text-align: center;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #8f8f8f;
}
.page-template-about .stats ul li strong {
	display: block;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 22px;
	color: #333333;
}
.page-template-about .stats ul li:nth-child(3n) {
	margin-right: 0;
}
.page-template-about .stats ul li:before {
	display: none;
}
/*---------FORMS---------*/
#submit, .submitbutton, #commentform #submit, a.smbutton, .cntctfrm_input input[type=submit] {
	color: #fff;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #9582b5;
	border: none;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 10px;
	padding: 12px 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: 5px 10px 4px;
}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .cntctfrm_input input[type=submit]:hover {
	background-color: #b5a7cb;
}
.commentinput, .styledinput, .captchainput, #commentform 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, #commentform input[type=email], #commentform input[type=text], .cntctfrm_input {
	width: 100% 
}
#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea, textarea#review_content {
	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%
}
#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 {
	width: 100%;
	padding: 30px;
	border: 1px solid #ededed;
	font-size: 92%;
	line-height: 1.6;
}
.wpcf7-form .formfield {
	overflow: hidden;
}
.wpcf7-form h3 {
	margin-top: 0;
}
.wpcf7-form label {
	font-size: 12px;
	font-weight: bold;
	font-family: proximanova;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.wpcf7-form .styledinput {
	display: block;
	margin: 0;
	width: 100%;
	margin-bottom: 15px;
}
.wpcf7-form .submit {
	clear: both;
	margin-bottom: 15px;
}
.search-form {
	width: 100%;
	border: 1px solid #ededed;
	overflow: hidden;
}
.search-form .search-input {
	color: #696969;
	font-size: 14px;
	font-family: "adelle", Georgia, "Times New Roman", Times, 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: #9582b5;
	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: #b5a7cb;
}
.header-search {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.header-search input[type=search] {
	border: none;
	background-color: transparent;
	font-style: italic;
	font-family: "adelle", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #696969;
	padding: 0 0 0 10px;
	margin: 0 -15px 0 0;
	height: 32px;
	line-height: 32px;
	width: 80px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	vertical-align: middle;
	float: left;
	border: 1px solid #fff;
}
	.search-input::placeholder {
		color: #abacac;
		padding-right: 0;
	}
	.header-search input[type=search]:focus {
		width: 150px;
		background-color: #ffffff;
		border: 1px solid #eeeeee;
		color: #43423f;
		margin-right: 0;
	}
.header-search .search-submit {
	float: right;
	border: none;
	background-color: transparent;
	vertical-align: middle;
	color: #999999;
	font-size: 16px;
	height: 32px;
	line-height: 26px;

}
	.header-search .search-submit:hover {
		color: #b5a7cb;
		cursor: pointer;
	}
/*---------FOOTER---------*/
.footer {
	clear: both;
	margin-top: 40px;
	padding-top: 50px;
	border-top: 1px solid #ededed;
}

.popular-posts {
	width: 100%;
}
.popular-posts h3.widget-title {
	width: 90px;
	text-align: right;
	float: left;
	margin: 6% 0 0 35px;
	line-height: 1.3;
}
	.popular-posts h3.widget-title:after {
		content: "";
		display: block;
		width: 60px;
		height: 10px;
		background: url(images/brushstroke.png) no-repeat;
		background-size: 100% auto;
		margin: 8px 0 0 auto;
	}
.popular-posts .featured {
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	float: right;
}
.popular-posts .featured .item {
	width: 18.5%;
	margin-right: 1.875%;
	float: left;
	text-align: left;
}
.popular-posts .featured .item:nth-child(5n) {
	margin-right: 0;
}
.popular-posts .item img {
	width: 100%;
	height: auto;
}
.popular-posts .item h4 {
	display: none;
}
.popular-posts a {
	display: block;
}
.popular-posts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	/* For IE8 and earlier */
}

/*Sub-footer*/
.sub-footer {
	overflow: hidden;
	font-size: 11px;
	line-height: 15px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding: 20px 0;
	color: #999999;
	margin-top: 40px;
	border-top: 1px solid #ededed;
}
.sub-footer a {
	text-decoration: none;
	color: #999999;
}
.sub-footer a:hover {
	color: #9582b5;
}
.footer-nav {
	margin: 0;
	padding: 0;
	width: 70%;
	float: left;
	text-align: left;
}
.footer-nav li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
}
.footer-nav li.top a {
	font-weight: bold;
	color: #333;
}
.sub-footer .copyright {
	width: 30%;
	float: right;
	text-align: right;
}

.copyright em {
	font-family: Adelle, Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}
.copyright p img {
	margin: 0 auto;
	display: block;
}
/*---------COMMENTS---------*/
#comments, #pings {
	margin-top: 5px 
}
#respond, #comments {
	margin-top: 65px 
}
#comment-list {
	font-size: 95%;
	list-style-type: none;
	margin: 30px 0 30px;
	border-bottom: 1px solid #ededed;
	padding: 0;
}
#comment-list li {
	margin: 0;
	padding: 25px 5px;
	border-top: 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: #f4f5f5;
	border-left: 6px solid #9582b5 !important;
	padding: 20px;
	margin-bottom: 30px;
}
#comment-list li p {
	margin: 10px 0;
}
#comment-list li p:last-of-type {
	margin-bottom: 0;
}
.comment-meta {
	color: #afb0b1;
	margin: 0;
	font-size: 10px;
	text-align: left;
	clear: none;
}
.comment-meta:before {
	display: none;
}
.comment-meta a {
	color: #afb0b1;
}
.comment-meta strong {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.comment-meta strong a {
	color: #333333;
	text-decoration: underline 
}
.comment-meta a:hover {
	color: #b5a7cb;
	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 
}
.nav-links {
	overflow: hidden;
	color: #afb0b1;
	font-size: 11px;
}
.nav-links a {
	color: #afb0b1;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-decoration: none;
}
.nav-links a:hover {
	background-color: transparent !important;
	color: #b5a7cb !important;
}
.nav-previous {
	width: 50%;
	float: left;
}
.nav-next {
	width: 50%;
	float: right;
	text-align: right;
}
/*threaded comments*/
#comment-list li ul {
	margin: 30px 30px 0;
	padding: 0 
}
#comment-list li ul li {
	margin: 0;
	border: none;
}
#cancel_reply, #cancel_reply a {
	color: #9582b5;
	font-size: 11px;
	font-weight: bold 
}
/*---------PAGE NUMBERS---------*/
.pagination {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 11px;
	margin: 0px 0 0;
	overflow: hidden;
	color: #afb0b1;
}
.pagination .page-numbers {
	color: #afb0b1;
	padding: 4px 10px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
}
.pagination span.page-numbers.current, .pagination a.active {
	color: #333333 !important;
	margin: 0;
	font-weight: bold;
}
.pagination span.page-numbers.dots {
	border: none;
}
.pagination a.page-numbers:hover{
	color: #b5a7cb;
}

/*---------MAIN DROPDOWN MENU---------*/
#main {
	margin: 10px -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: bold;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-size: 15px;
	line-height: 42px;
	height: 42px;
	display: block;
}
.mainmenu {
	display: block;
	width: 100%;
}
#main ul {
}
#main li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
#main li a {
	display: block;
	padding: 0 15px 15px;
	text-decoration: none;
	color: #333333;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

#main a:hover, #main li:hover>a {
	color: #9582b5;
	background: url(images/brushstroke.png) center bottom 16px no-repeat;
	background-size: 60px auto;
	cursor: pointer;
}
/*Sub Menus Level 1 */
#main ul ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	padding: 10px 0;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	background-color: #333333;
	text-align: left;
	z-index: 2001;
}
#main ul ul {
	background-color: #333333;
}

#main ul ul li {
	float: none;
	width: 200px;
	margin: 0;
}
#main ul ul li a {
	width: 100%;
	padding: 5px 15px;
	border: none;
	color: #ffffff !important;
}
#main ul ul li.bold a {
	font-weight: bold;
}
#main ul li:hover > ul {
	display: block;
}
#main ul li.menu-item-has-children>a:after {
	content: '+';
	display: inline;
	margin: 2px 0 0 3px;
	display: none;
}
/* Show indicator for menu items with children */
#main ul ul li.menu-item-has-children>a:after {
	content: '>';
	float: right;
	display: inline;
	margin: 0px 0 0 3px;
}
#main ul ul a:hover, #main ul ul li:hover>a {
	background-image: none;
	color: #9582b5 !important;
	cursor: pointer;
}
/*Sub Menus Level 2*/
#main ul ul li ul {
	left: 200px;
	top: 0;
	margin: 0;
}
#main ul ul li ul:before {
	display: none;
}

/* Mediavine CREATE */
.mv-create-card .mv-create-wrapper {
	border: 1px solid #f5f5f5;
}
.mv-create-card p, .mv-create-card li {
	line-height: 1.8 !important;
}
.mv-create-card .mv-create-header {
	background-color: #f5f5f5 !important;
}

	.mv-create-print-view .mv-create-header {
		background-color: transparent !important;
	}
	.mv-create-card .mv-create-header:after {
	    display: none !important;
	}
.mv-create-card h1.mv-create-title {
	font-size: 22px !important;
}
.mv-create-card .mv-create-times, .mv-create-card .mv-create-categories {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em !important;
	line-height: 1.4;
	font-size: 15px;
}
	.mv-create-card .mv-create-time-format {
		letter-spacing: .1em !important;
	}
	.mv-create-card .mv-create-time-label, .mv-create-card .mv-create-strong {
		font-family: Adelle;
		letter-spacing: normal !important;
		text-transform: lowercase;
		font-weight: normal;
		font-style: italic;
	}
.mv-create-card h2.mv-create-title-secondary {
	font-size: 18px !important;
}
.mv-create-card .mv-create-ingredients h3 {
	font-size: 14px;
}
.mv-create-card .mv-create-nutrition-inner {
	padding: 15px 20px !important;
	line-height: 1.3 !important;
}
.mv-create-card .mv-create-nutrition-amount {
	font-size: 13px;
}
.mv-create-card .mv-create-nutrition-item {
	font-weight: bold;
	text-transform: none;
	font-size: 12px;
}
.mv-create-card .mv-create-nutrition-label {
	font-family: Adelle;
	letter-spacing: normal !important;
	text-transform: none !important;
	font-weight: normal;
	font-size: 12px !important;
}
.mv-create-card .mv-create-nutrition-title {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em !important;
	font-size: 12px;
	color: #333333;
}
	
.mv-create-card .mv-create-ingredients {
	margin-bottom: 30px;
}
.mv-create-card ul {
	margin: 0 0 0 12px !important;
	padding: 0 !important;
}
.mv-create-card ul li {
	list-style-type: disc;
}
.mv-create-card ol {
	margin: 0 0 0 20px !important;
	padding: 0 !important;
}
.mv-create-card ol li {
	line-height: 1.7;
	list-style-type: decimal;
}

.mv-create-card .mv-create-header:after {
	display: block;
	content: "";
	height: 1px;
	border-bottom: 1px solid #ececec;
	margin: -40px -20px 50px;
}

.mv-create-card button {
	color: #fff;
	font-size: 13px;
	background-color: #9582b5;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em !important;
	cursor: pointer;
	padding: 15px 25px;
	border-style: none;
	text-decoration: none;
}
	.mv-create-card button.mv-modal-close {
		padding: 0
	}
.mv-create-card button:hover {
	background-color: #afaeaf;
}

.mv-create-card .mv-review-status {
	min-height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
}
.mv-create-card .mv-create-rating {
	clear: both;
	margin-top: 20px;
	min-height: auto;
	text-align: center;
}
	.mv-create-card .mv-create-rating p {
		margin: 0 3px;
		display: inline-block;
	}
.mv-create-card p.mv-create-aggregated-review {
	margin: 0;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em !important;
	color: #979797;
	font-size: 10px;
}
	.mv-create-card .mv-create-aggregated-review em {
		font-family: Adelle;
		text-transform: lowercase;
		letter-spacing: normal !important;
		font-size: 11px;
		font-weight: normal;
	}
	
.mv-create-card .mv-reviews-reviewcount {
	font-family: Adelle;
		text-transform: lowercase;
		font-style: italic;
		font-size: 13px;
		font-weight: normal;
		color: #979797;
}

.mv-create-card .mv-create-footer {
	font-size: 10px !important;
	font-size: 12px !important;
}
	.mv-create-card .mv-create-footer .mv-create-strong {
		font-size: 11px;
	}
	.mv-create-card .mv-create-footer .mv-create-categories {
		font-size: 12px;
	}
.mv-create-card .mv-create-footer, .mv-create-card .mv-create-time-label, .mv-create-card .mv-create-time-format, .mv-create-card .mv-create-nutrition span {
	opacity:1 !important;
	filter:alpha(opacity=10); /* For IE8 and earlier */
	color: #999999 !important;
}
.mv-create-card .mv-create-nutrition-title span {
	color: #333333 !important;
	font-style: normal;
}
.mv-create-card .mv-create-products {
	border-top: 1px solid #f5f5f5;
	padding-top: 10px;
	margin-top: 20px;
}

/*Lists*/

.mv-list-card {
	max-width: 100% !important;
	width: 100% !important;
}
.mv-list-card .mv-create-wrapper {
	border: none !important;
	outline: none !important;
}

.mv-list-card .mv-create-header {
	background-color: transparent !important;
}
	.mv-list-card .mv-create-header .mv-create-title-primary {
		
	}
	.mv-list-card .mv-create-header .mv-create-description {
		
	}
.mv-list-card .mv-create-wrapper a.mv-list-link {
	color: #fff;
	font-size: 13px !important;
	background-color: #9582b5 !important;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	letter-spacing: .2em !important;
	cursor: pointer;
	padding: 5px 25px;
	border-style: none;
	text-decoration: none;
}

	.mv-list-card .mv-create-wrapper a.mv-list-link:hover {
	 	background-color: #afaeaf !important;
	 	cursor: pointer;
	}
	
	
.mv-list-card .mv-list-single-title {

}
.mv-list-card .mv-list-meta {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #999999;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: .15em;
}
 
.mv-list-card .mv-list-item-number {
	color: #fff !important;
	font-size: 13px !important;
	background-color: #9582b5 !important;
	width: 3rem !important;
	height: 3rem !important;
}

/*Public Comments*/

.mv-review-form label {
	display: block;
	text-align: left;
	font-size: 16px !important;
	margin: 10px 0 4px;
	font-style: normal !important;
}
.mv-review-form input, .mv-review-form textarea {
	border: solid 1px #e2e2e2 !important;
	font-size: 16px;
	padding: 10px 12px;
	font-family: "Adelle", Georgia, "Times New Roman", Times, serif;
	color: #999999;
	opacity: 1.0;
}

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


#respond {
	border: 1px solid #EDEDED !important;
	padding: 15px 25px;
}

#comment-list {
	border: 1px solid #EDEDED !important;
	padding: 15px 25px;
}

.mv-comments-nav ul {
	margin: 0 0 -16px !important;
	position: relative;
	z-index: 101;
}
.mv-comments-nav ul li {
	color: #999999;
	text-align: center;
	margin: 10px 0 20px;
	font-size: 11px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	border: 1px solid #EDEDED !important;
	padding: 10px;
	margin: 0 !important;
}
	.mv-comments-nav ul li.mv-active {
		color: #9582b5;
		font-weight: bold;
		border-bottom: 1px solid #ffffff !important;
	}
	.mv-comments-nav ul li:before {
		display: none;
	}

.mv-comments-card {
	margin: 0 !important;
	border: 1px solid #EDEDED !important;
	padding: 15px 25px !important;
}
.mv-comments-card-header {
	background-color: #ffffff !important;
	margin: 0 !important;
	padding: 0 0 25px !important;
	border-bottom: 1px solid #EDEDED !important;
}
	.mv-comments-card-header h2.mv-comments-card-heading {
		font-size: 16px !important;
		margin: 15px 0 10px;
	}
	h3#comment-title{
		margin-top: 32px;
		font-size: 16px;
	}
	.mv-comments-card-header .mv-comments-card-stars {
		font-size: 16px;
		color: #999999;
	}
	
.mv-comments-review {
	border-bottom: 1px solid #EDEDED !important;
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 16px !important
}
.mv-comments-review, .mv-comments-review * {
	opacity: 1.0 !important;
}
.mv-comments-review .mv-comments-review-author {
	color: #9582b5;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em; 
	display: inline-block;
	opacity: 1.0 !important;
	margin-bottom: 10px;
}
	.mv-comments-review .mv-comments-review-author:after {
		content: " – ";
		margin: 0 5px;
		color: #999999;
		font-weight: normal;
	}
.mv-comments-review .mv-comments-review-date {
	color: #999999;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: .08em;
	display: inline-block;
	opacity: 1.0 !important;
	margin-bottom: 10px;
}

.mv-comments-review .mv-comments-review-stars, .mv-comments-review .mv-stars {
	text-align: left;
}

.mv-comments-review .mv-comments-review-stars h3 {
	display: block !important;
	float: none !important;
	max-width: 100%;
	width: 100% !important;
	margin: 10px 0 !important;
	font-family: "Adelle", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
}

.mv-comments-card-stars {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px !important;
}

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

.mv-comments-card-stars-divider {
	display: none !important
}
.mv-comments-card-stars a {
	font-size: 11px;
	color: #ffffff !important;
	background-color: #9582b5;
	text-decoration: none !important;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	letter-spacing: .12em !important;
	cursor: pointer;
	padding: 3px 15px;
	margin-left: 15px;
	border-style: none;
	text-decoration: none;
}

	.mv-comments-card-stars a:hover {
	 	background-color: #afaeaf !important;
	 	cursor: pointer;
	}