/* 
Theme Name: Brown Eyed Baker
Theme URL: http://www.browneyedbaker.com/
Description: Custom responsive blog theme for Brown Eyed Baker.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/

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

    .span_content {
    	width: 63%;
        max-width: 810px;
        float: left;
        display: inline-block;
    }

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

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

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

/*---------FONTS---------*/
@font-face {
    font-family: 'adelle';
    src: url('fonts/adelle_bold-webfont.eot');
    src: url('fonts/adelle_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/adelle_bold-webfont.woff2') format('woff2'),
         url('fonts/adelle_bold-webfont.woff') format('woff'),
         url('fonts/adelle_bold-webfont.ttf') format('truetype'),
         url('fonts/adelle_bold-webfont.svg#adelle') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'adelle';
    src: url('fonts/adelle_italic-webfont.eot');
    src: url('fonts/adelle_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/adelle_italic-webfont.woff2') format('woff2'),
         url('fonts/adelle_italic-webfont.woff') format('woff'),
         url('fonts/adelle_italic-webfont.ttf') format('truetype'),
         url('fonts/adelle_italic-webfont.svg#adelle') format('svg');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'adelle';
    src: url('fonts/adelle_reg-webfont.eot');
    src: url('fonts/adelle_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/adelle_reg-webfont.woff2') format('woff2'),
         url('fonts/adelle_reg-webfont.woff') format('woff'),
         url('fonts/adelle_reg-webfont.ttf') format('truetype'),
         url('fonts/adelle_reg-webfont.svg#adelle') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'uniform_condensed';
    src: url('fonts/uniformcondensed-regular-webfont.eot');
    src: url('fonts/uniformcondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/uniformcondensed-regular-webfont.woff2') format('woff2'),
         url('fonts/uniformcondensed-regular-webfont.woff') format('woff'),
         url('fonts/uniformcondensed-regular-webfont.ttf') format('truetype'),
         url('fonts/uniformcondensed-regular-webfont.svg#uniform_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

body {
    font-family: "adelle", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 1.8;
    color: #5a5b5a;
    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: #e7558d;
    text-decoration: underline;
}

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

p {
    margin: 25px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
    font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1.2;
    margin: 25px 0
}

h1 {
    color: #e7558d;
    font-size: 32px;
}

h2 {
    color: #e7558d;
    font-size: 26px;
    }

h3 {
    color: #e7558d;
    font-size: 20px;
}

h4 {
    color: #313230;
    font-size: 18px;
}

h5 {
    color: #e7558d;
    font-size: 16px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 25px auto;
	height: 5px;
	background-image: url(images/sep.png);
}

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

.top-bar {
	background: url(images/bg.png) #f4f4f4;
	height: 45px;
	position: relative;
}
	.top-widget {
		width: 40%;
		float: left;
		font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: .05em;
		font-size: 12px;
		line-height: 21px;
		padding: 12px 0;
		color: #989897;
		position: relative;
		z-index: 100;
	}
		.top-widget a {
			display: inline-block;
			color: #ffffff;
			background-color: #e7558d;
			padding: 0 10px;
			text-decoration: none;
			margin-left: 12px;
		}
		.top-widget a:hover {
			background-color: #f199bb;
		}

.header {
}

.header .logo {
	float: left;
	margin: -30px 0 -45px;
}

	.header .logo a {
	    display: inline-block;
	    width: 470px;
	    height: 217px;
	    background: url(images/logo.png) no-repeat;
	    background-size: 100% auto;
	    position: relative;
	    z-index: 1;
	}

.header .social {
	width: 30%;
	float: right;
	clear: right;
	text-align: right;
}
.header .social a {
	color: #e7558d;
	font-size: 12px;
	padding: 0;
	text-decoration: none;
}
	.header .social a:hover {
		color: #e7558d;
	}
	.header .social a:hover {
		color: #f199bb;
	}
	
.header-search {
	float: right;
	width: 300px !important;
	margin: 25px 0 20px;
}

.header-ad {
	text-align: center;
	margin: 25px 0 0px;
}
	.not-home .header-ad {
		margin-top: 10px;
	}
	.header-ad .textwidget {
		text-align: center;
	}

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


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

.sidebar {
	font-size: 95%;
	line-height: 1.6;
}
.leftsidebar {
	width: 48.5%;
	float: left;
}
.rightsidebar {
	width: 48.5%;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}

.widget {
    margin-bottom: 40px;
    }

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

	.widget.center img, .widget.ad img {
		margin: 0 auto;
	}
h3.widget-title {
 	margin: 0 auto 20px; 
}
	h3.widget-title em {
		display: block;
		font-size: 10px;
		color: #e7558d;
		font-family: "adelle", Georgia, "Times New Roman", Times, serif;
		font-style: normal;
		letter-spacing: .1em;
		margin: 5px 0;
	}
.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: #989897;
    font-size: 14px;
    font-family: "adelle", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #eaeaea;
}
.screen-reader-text {
    display: none;
}


.about, .boxed {
	border: 1px solid #eaeaea;
	padding: 20px;
	text-align: left;
}

.about h3.widget-title {
	margin-bottom: 10px;
}
.about.widget_simpleimage p {
	margin: 0 0 10px;
}
.about.widget_simpleimage p.simple-image {
	width: 25%;
	float: right;
	margin: 5px 0 10px 10px;
}
.about.widget_simpleimage p.more {
	margin-bottom: -5px;
}
.about.widget_simpleimage p.more a {
	font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 13px;
	
}
.sidebar .social {
	margin-top: -15px;
}
.sidebar .social a {
    text-decoration: none;
    color: #989898;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.1;
    margin: 0;
    padding: 2px 6px;
    display: inline-block;
    vertical-align: middle;
}
.sidebar .social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

.subscribe {
	background: #e7558d;
	color: #f3aac6;
	padding: 20px;
}

.subscribe h3.widget-title {
	margin: 0 0 5px;
	color: #ffffff;
}
	.subscribe h3.widget-title em {
		
	}
.subscribe p {
	line-height: 1.5;
	
}

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

.email-input {
    color: #696969;
    font-size: 13px;
    line-height: 40px;
    font-family: "adelle", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    background-color: #ffffff;
    border: none;
    padding: 0 10px;
    margin: 0;
    width: 80%;
    float: left;
    height: 40px;
}

.email-submit {
    font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 16px;
    line-height: 40px;
	color: #ffffff;
	background-color: #313230;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 18px;
    margin: 0;
    height: 40px;
    width: 20%;
    float: left;
    display: inline-block;
}

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

.widget.rss {
	margin-top: -25px;
	color: #989897;
	overflow: hidden;
}

.widget.rss i {
	color: #e7558d;
	margin-right: 6px;
}
.widget.rss a.button {
    font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 16px;
    line-height: 40px;
	color: #ffffff;
	background-color: #e7558d;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 18px;
    margin: 0;
    height: 40px;
    width: 49%;
    float: left;
    display: inline-block;
}
	.widget.rss a.button:first-child {
		margin-right: 2%;
	}
	.widget.rss a.button:hover {
	    background-color: #f199bb;
	}

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

.swp_popular_post a.swp_popularity b {
    font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1.2;
    color: #313230;
    font-size: 16px;
}
.swp_pop_thumb {
  margin-top: 0 !important;
  margin-right: 20px !important;
  margin-bottom: 0 !important;
}

/*Popular/Recent Posts Widget*/

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

.sidebar .recent .item, .sidebar .popular .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}
	.sidebar .recent .item:nth-of-type(2n), .sidebar .recent .item:nth-of-type(2n) {
	    margin-right: 0;
	}
	.sidebar .recent .item:nth-last-of-type(1), .sidebar .recent .item:nth-last-of-type(2), .sidebar .popular .item:nth-last-of-type(1), .sidebar .popular .item:nth-last-of-type(2) {
	    margin-bottom: 0;
	}
.sidebar .recent a {
	color: #313230;
}
.sidebar .recent h4, .sidebar .popular h4 {
	margin: 5px 0;
	font-size: 14px;
}


/*Category Widget*/

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

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

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

	.sidebar .category-posts .item:nth-last-of-type(1), .sidebar .category-posts .item:nth-last-of-type(2) {
	    margin-bottom: 0;
	}
.sidebar .category-posts h4 {
   margin: 10px 0;
   color: #363636;
   font-size: 14px;
}

.sidebar .category-posts h4 a {
    color: #363636;
}

.sidebar .widget_categoryposts .more {
	text-align: center;
}






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

.post {
    margin-bottom: 0px;
}

.post-title {
	margin-bottom: 25px;
}

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

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

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

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


	
.post-meta {
	font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
    color: #989897;
    font-size: 12px;
}
	.post-meta a {
	    color: #989897;
	    text-decoration: none;
	}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #e7558d;
    text-decoration: underline;
}
.post-meta em, .post-meta strong {
	font-family: "adelle", Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 11px;
}

.meta-bottom {
    clear: both;
    margin: 25px 0 0;
    padding: 15px 2px;
    overflow: hidden;
    font-weight: normal;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}	
	.meta-bottom a, .meta-bottom strong {
		
	}
	.meta-more {
		border: none;
	}

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

.meta-bottom .right {
    text-align: right;
    width: 30%;
    float: right;
}
.meta-more {
	line-height: 20px;
}	


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: #989897;
    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: #e7558d;
}

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

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

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

.post blockquote {
    color: #e7558d;
    font-family: "adelle", Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
    margin: 30px 0 40px;
    padding: 1px 25px;
    position: relative;
    background-color: #fdf0f4;
	border-left: 10px solid #fbdce6;
}

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

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

/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 30px 0 25px;
    padding: 25px;
	background-color: #ffffff;
	border: 1px solid #eaeaea;
	overflow: hidden;
	position: relative;
}

.recipe h2 {
	margin: 0 0 12px;
}
.recipe h3 {
	margin: 20px 0 10px;
}
.recipe h4 {
	font-size: 14px;
	margin: 15px 0 10px;
	font-family: "adelle", Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: bold;
	color: #5a5b5a;
	letter-spacing: normal;
}


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



.recipe-meta {
	font-family: "adelle", Georgia, "Times New Roman", Times, serif;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 13px;
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    }
    	.yield {
    		border: none;
    		padding: 0;
    	}
.recipe-meta strong {
	font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #989897;
	font-size: 13px;
	font-style: normal;
	display: block;
}

.recipe-meta p {
	display: inline-block;
	text-align: center;
    margin: 0;
    padding: 0 15px;
    border-right: 1px solid #eaeaea;
}
	.recipe-meta p:last-of-type {
		border-right: none;
	}
.recipe .summary {
    margin: 15px 0 25px;
    clear: left;
    font-style: italic;
    font-size: 110%;
}

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

.recipe .printbutton {
	width: 30%;
    margin: 10px 0 0 15px;
    float: right;
    clear: right;
    text-align: center;
}
	.recipe-buttons {
		margin: 15px 0;
	}
.printbutton a, .recipe-buttons a {
	text-decoration: none;
	font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 13px;
	display: block;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 8px 15px;
	color: #ffffff;
	background-color: #e7558d;
}
	.recipe-buttons a {
		display: inline-block;
		padding: 2px 10px 2px 12px;
		font-size: 12px;
		margin-right: 5px;
	}
		.recipe-buttons a i {
			margin-left: 5px;
		}
	.recipe .printbutton a:before {
		content: '\f02f';
		font-weight: normal;
		display: inline-block;
		font-family: FontAwesome;
		margin: 0 8px 0 0;
	}
.printbutton a:hover, .printbutton a:active, .recipe-buttons a:hover {
 	background-color: #f199bb;   
}

.recipe:after {
	display: block;
	content: "";
	float: right;
	width: 143px;
	height: 139px;
	background: url(images/girl.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 1;
}

.recipe .nutrition {
	clear: both;
	margin: 25px 0 0;
	font-size: 94%;
	line-height: 1.6;
	 }
	.recipe .nutrition h4 {
		margin: 0 4px 0 0;
		display: inline-block;
		text-transform: uppercase;	
	}
	.recipe .nutrition p {
		display: inline-block;
		margin: 0;
		font-weight: normal;
	}
		.recipe .nutrition p span {
		}
	.recipe .nutrition ul {
		margin: 2px 0 0;
	}
	.recipe .nutrition li {
		display: inline-block;
		margin: 0;
		padding: 0;
		font-weight: bold;
	}
		.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-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
		margin-right: 5px;
	}
	.recipe .nutrition span {
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
	}

.recipe .recipe-ps {
	background: url(images/bg.png) #eaeaea;
	padding: 25px 160px 20px 25px;
	margin: 25px -25px -25px;
	 }
	.recipe .recipe-ps h3 {
		margin: 0 0 10px;
	} 
	.recipe .recipe-ps p {
		margin: 0;
	} 
/*Recipe ratings*/
.rating {
    font-size: 13px;
    text-align: center;
    color: #858685;
}
	.recipe .rating {
		clear: right;
		display: block;
	    margin: 15px 0 20px 15px;
	    text-align: center;
	    width: 30%;
	    float: right;
	}
#comment-list div.rating-container {
	clear: none !important;
	float: none!important;
}
	.rating div.rating-container {
	  margin: 0 0 0 -3px !important;
	}

	.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: #a7a9ab;
		 font-size: 92%;
	}
		.rating .review-total a {
			color: #a7a9ab;
		}
		.rating .review-total a:hover {
			color: #5cb354;
		}
	.rating .leave-a-review {
		color: #a7a9ab;
		margin-top: 15px;
	}


/* Inner Post */

.inner-post {
    position: relative;
    overflow: hidden;
    margin: 15px 0 25px 0;
}

.inner-post .subscribe {
	text-align: center;
	padding: 5%;
	margin: 0 0 25px;
}
.inner-post .subscribe h3 {
	font-size: 42px;
}
.inner-post .social {
	text-align: center;
}

/*Next/prev Posts*/
.post-nav {
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    margin: 25px 0 50px;
    overflow: hidden;
    font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #323232;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #e7558d;
		}

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

	.post-nav em {
		display: block;
		color: #989897;
		text-decoration: none;
		font-family: "adelle", Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		text-transform: lowercase;
		letter-spacing: normal;
		font-style: italic;
		background-color: #ffffff;
		padding: 0 0 5px;
	}



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


/*---------TEASER STYLES---------*/
h3.divider {
	margin: 0 0 20px;
}
h3.divider a.more, h2 em a {
	float: right;
	color: #989897 !important;
	text-decoration: none;
	font-family: "adelle", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	padding: 4px 0;
}
	h3.divider a.more:hover {
		color: #e7558d;
	}
.teaser-post {
	width: 47%;
	float: left;
	text-align: left;
	overflow: hidden;
	margin: 0 0 45px 0;
}
	.teaser-post.odd, .related-posts .teaser-post:nth-child(2n+1) {
		margin-right: 6%;
		clear: left;
	}
	.teaser-post.even {
		
	}
.teaser-post a {
	text-decoration: none;
}

.teaser-post img {
	width: 100%;
	height: auto;
	display: block;
}
.teaser-post h2 {
	margin: 19px 0 10px;
	color: #313230;	
}
.teaser-post .post-date {
	font-size: 10px;
	margin: 0;
}
.teaser-post .excerpt p {
	margin: 10px 0 15px;
}
.teaser-post .more {
	margin: 0;
}
a.more-link {
	color: #ffffff;
	background-color: #e7558d;
	font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
	padding: 5px 15px;
}

	a.more-link:hover {
		background-color: #f199bb;
		color: #ffffff;
		text-decoration: none;
	}

.teaser-post.overlay {
	position: relative;
}
.teaser-post.overlay .post-image {
	position: relative;
}
.teaser-post.overlay .post-caption {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    text-align: center;
    z-index: 1001;
}
.teaser-post.overlay h2 {
	font-size: 24px;
	margin: 0;
}
.teaser-post.overlay h2 a {
	background-color: #ffffff;
	background-color: rgba(255,255,255,.9);
	color: #e7558d;
	padding: 15px 20px;
	margin: 0;
	display: inline-block;
}
.teaser-post.overlay .post-caption .post-meta {
	color: #ffffff;
	background-color: #e7558d;
	font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	width: auto !important;
	text-decoration: none;
	margin: 0 auto !important;
	padding: 5px 15px;
	display: none;
}
	.teaser-post.overlay:nth-child(2) .post-caption .post-meta {
		display: inline-block;
	}

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

/* Category Tabs */
.homepage-featured {
	clear: both;
	overflow: hidden;
	margin: -15px 0 15px;
}
.homepage-featured h3.widget-title {
	display: none;
}
.homepage-featured .featured {
	clear: both;
	overflow: hidden;
}
	.homepage-featured .teaser-post {
		width: 32.667%;
		float: left;
		margin: 0 1% 0 0;
	}
		.homepage-featured .teaser-post:nth-child(3n) {
			margin-right: 0;
		}
	/*.homepage-featured .teaser-post .post-caption {
		opacity:0;
		filter:alpha(opacity=0);
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out
	}
		.homepage-featured .teaser-post:hover .post-caption {
			opacity:1.0;
			filter:alpha(opacity=100);
		}*/

/*Home Sections*/

.home-sections {
	overflow: hidden;
	margin-top: 40px;
}

.home-section {
	overflow: hidden;
	margin: 40px 0 30px;
}
.home-section .category-posts .item {
	width: 23%;
	margin-right: 2.667%;
	float: left;
}
	.home-section .category-posts .item:nth-child(4n) {
		margin-right: 0;
	}
	.home-section .category-posts .item img {
		width: 100%;
		height: auto;
		display: block;
	}

.home-section .category-posts h4 {
	margin: 10px 0;
}
.home-section .category-posts a {
	text-decoration: none;
}
	.home-section .category-posts a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		
	}

/*Home Categories*/
.home-cats {
	overflow: hidden;
	margin-top: 30px;
}
.home-cat {
	width: 48.5%;
	float: left;
	position: relative;
	margin: 0 3% 3% 0;
}
	.home-cat:nth-child(2n) {
		margin-right: 0;
	}
	.home-cat img {
		width: 100%;
		height: auto;
		float: none;
		margin: 0;
	}
.home-cat p {
	margin: 0;
}
.home-cat p.more {
	position: absolute;
	width: auto;
	top: 51%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: inline-block;
	text-align: center;
}
	.home-cat p.more a {
		color: #e7558d;
		background-color: #ffffff;
		background-color: rgba(255,255,255,.9);
		font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: .05em;
		font-size: 24px;
		line-height: 26px;
		padding: 10px 20px;
		text-decoration: none;
		display: inline-block;
		text-decoration: none;
	}
	.home-cat p.more a:hover, .home-cat:hover p.more a {
		color: #f199bb;
	}

/*---------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: 25px;
    width: 30.5%;
    float: left;
    text-align: center;
}

	.archive-post:nth-child(3n) {
	    margin-right: 0;
	}
	
	.archive-post:nth-child(3n+1) {
	    clear: both;
	}
	
	.span_content_full .archive-post {
		width: 18.5%;
		margin-right: 1.875%;
		margin-bottom: 35px;
	}	
		.span_content_full .archive-post img {
			border: 1px solid #eaeaea;
		}
	.span_content_full .archive-post:nth-child(3n) {
	    margin-right: 1.875%;
	}
		.span_content_full .archive-post:nth-child(5n) {
		    margin-right: 0;
		}
	
	.span_content_full .archive-post:nth-child(3n+1) {
	    clear: none;
	}
		.span_content_full .archive-post:nth-child(5n+1) {
		    clear: both;
		}
	

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

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

.archive-post h4 {
	color: #323232;
    margin: 15px 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.archive-post p.excerpt {
	font-size: 85%;
	line-height: 1.6;
	margin: 15px 0;
}
.archive-post .post-meta {
	margin-top: 10px;
	font-size: 11px;
}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}


.archiveslist {
    color: #6b6963;
    overflow: hidden;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    font-size: 94%;
    line-height: 1.7;
    
}
	.archiveslist-4col {
	   -moz-column-count: 4;
	   -moz-column-gap: 10px;
	   -webkit-column-count: 4;
	   -webkit-column-gap: 10px;
	   column-count: 4;
	   column-gap: 10px;
	}
	
.archiveslist a:link{
    color: #6b6963;
    text-decoration: none;
}

.archiveslist a:visited {
    color: #6b6963;
    text-decoration: none;
}
.archiveslist a:hover {
    color: #e7558d;
}

.archiveslist a:active {
    color: #e7558d;
}

.archiveslist li {
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
}
.archiveslist ul {
	margin: 5px 0;
}
	.archiveslist ul li {
	    color: #e7558d;
	    font-size: 12px;
	    line-height: 1.2;
	    font-style: italic;
	    margin:  2px 0 5px 15px;
	}
	.archiveslist ul li:before {
		color: #989897;
	}
	
	.archiveslist ul li a {
	    color: #989897 !important;
	}
	
	.archiveslist ul li a:hover {
	    color: #e7558d !important;
	}

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

.subcats h3 {
    margin: 0 0 10px;
}
.subcats ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
	.subcats li:before {
		display: none;
	}
.subcategories ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

	
.subcategories a {
    color: #6b6963;
    font-size: 13px;
    font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
	text-decoration: none;
	padding: 5px 15px;
	display: inline-block;
}

.subcategories a:hover {
   color: #ffffff;
   background-color: #e7558d;
}


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

.tagindex a {
	font-family: "adelle", Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-right: 2px;
    width: 17px;
    height: 19px;
    float: left;
    border: solid 1px #f6f5f5;
}

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

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

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

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

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

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

.tagtitle em {
    color: #989897;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    float: right;
	font-family: "adelle", Georgia, "Times New Roman", Times, serif;
}

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

.tagtitle a:hover {
    color: #696969;
}
/*Shop This Post*/
.affiliate-items {
	overflow: hidden;
	margin: 50px 0 0;
	text-align: center;
}
.affiliate-items h3 {
	margin: 0 0 5px;
}
.affiliate-items p.small {
	margin: 0 0 18px;
	font-size: 12px;
	font-style: italic;
	color: #989897;
}
.shop-items {
	overflow: hidden;
}
.shop-items img {
	width: 100%;
	height: auto;
	border: 1px solid #eaeaea;
}
.shop-items .item {
	width: 22%;
	margin: 0 4% 3% 0;
	clear: none !important;
	float: left;
}
	.shop-items .item:nth-child(4n) {
		margin-right: 0;
	}
	.shop-items .item:nth-child(4n+1) {
		clear: both !important;
	}
.shop-items a {
	text-decoration: none;
}
.shop-items h4 {
	margin: 10px 0;
	font-size: 14px;
}
.shop-items .post-meta {
	margin: 0;
}

/* Video Posts */
.post-type-archive-video .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: "\f01d";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #ffffff;
	font-family: "FontAwesome";
	font-weight: normal;
	font-size: 110px;
	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 h4 {
	font-size: 18px;
	margin: 10px 0;
}
.video-post .excerpt {
	margin: 0;
	font-size: 90%;
}
	.video-post .excerpt p {
		margin: 10px 0;
	}
.video-post a.more-link {
	font-size: 12px;
}


/*---------FOOTER---------*/
.footer {
	margin: 35px 0 45px;
}
.sub-footer {
	font-family: "adelle", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 50px;
	color: #989898;
	background: url(images/bg.png) #f4f4f4;
}
	.sub-footer .wrap {
		position: relative;
	}
.sub-footer a {
    text-decoration: none;
    color: #989897;
}
.sub-footer a:hover {
    color: #e7558d;
}

.footer-nav {
    margin: 0;
    padding: 0;
    width: 55%;
    float: left;
    font-size: 12px;
    font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
}

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

.footer-nav li.top a {
    text-transform: uppercase;
    color: #e7558d;
}
.social-nav {
	width: 200px;
	float: right;
	text-align: right;
	margin-right: 110px;
}
	.social-nav a {
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: .05em;
		padding: 4px 6px;
		position: relative;
		z-index: 100;
	}
	.social-nav a i {
		font-size: 16px;
		
	}
.social-nav:after {
	display: block;
	content: "";
	float: right;
	width: 143px;
	height: 139px;
	background: url(images/girl.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.copyright {
	background-color: #f4f4f4;
	text-align: center;
	color: #989897;
	padding: 50px 0;
	font-size: 12px;
	line-height: 1.5;
}
.copyright .logo a {
    display: inline-block;
    width: 200px;
    height: 92px;
    background: url(images/logo-plain.png) no-repeat;
    background-size: 100% auto;
}
	.copyright p {
		margin: 0;
	}
.copyright ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
	.copyright ul {
		margin: 0 0 10px;
		font-size: 11px;
	}
	.copyright ul li:after {
		content: "/";
		margin-left: 5px;
	}
	.copyright ul li:last-child:after {
		display: none;
	}
.copyright a {
	text-decoration: underline;
	color: #989897;
}
	.copyright a:hover {
		color: #e7558d;
	}

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

#submit, .submitbutton, #commentform #submit, a.smbutton {
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    background-color: #e7558d;
    font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    cursor: pointer;
    margin-top: 5px;
    padding: 10px 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-style: none;
}
	a.smbutton {
		text-decoration: none;
		font-size: 10px;
		padding: 5px 15px;
		display: inline-block;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover {
    background-color: #5e5e5e;
}

.commentinput, .styledinput, .captchainput, #commentform input[type=text], #commentform input[type=email]  {
    color: #696969;
    font-size: 13px;
    font-family: "adelle", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: solid 1px #eaeaea;
    width: 100%;
}
	
#commentform textarea {
	color: #696969;
	font-size: 13px;
	font-family: "adelle", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #eaeaea;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form {
    font-family: "adelle", Georgia, "Times New Roman", Times, serif;
    width: 100%;
}

.wpcf7-form .formfield {
    overflow: hidden;
}

.wpcf7-form p {
    font-size: 13px;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    display: block;
    margin: 0 20px 0 0;
    padding: 7px 0;
    width: 100px;
    float: left;
}

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

.wpcf7-form .submit {
    margin-left: 120px;
    clear: both;
}

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

.search-form .search-input {
    color: #696969;
    font-size: 13px;
    font-family: "adelle", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
    line-height: 40px;
    background-color: #fff;
    padding: 0 15px;
    border: none;
    vertical-align: middle;
    float: left;
    width: 80%;
    height: 40px;
}

.search-form .search-submit {
    color: #53433b;
    background-color: transparent;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    width: 20%;
    height: 40px;
    border-style: none;
    vertical-align: middle;
    text-align: right;
    margin: -2px 0 0;
    padding: 0 10px;
    float: right;
}

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






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

#comments, #pings           {
	 }
#respond, #comments            {
	 }
.comment-notes {
	color: #696969;
	font-style: italic;
	font-size: 13px;
	margin-top: -15px;
}
#commentform .required {
	color: #e7558d;
}
#comment-list          {
	font-size: 95%;
	list-style-type: none;
	margin: 0 0 50px;
	padding: 0;
	border: 1px solid #eaeaea;
}
#comment-list li           {
	margin: 0;
	padding: 25px;
	border-bottom: 1px solid #eaeaea;
	list-style-type: none;
}
	#comment-list li:last-of-type {
		border-bottom: none;
	}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	background-color: #f4f4f4; }
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #989897;
	margin: 0;
	letter-spacing: .08em;
	font-size: 10px;
	 }
	.comment-meta a {
		color: #989897;
	}
.comment-meta strong           {
	color: #e7558d;
	font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	
	 }

.comment-meta strong a            {
	color: #e7558d;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #e7558d;
	text-decoration: none }


#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 }
	
	
#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.comment-nav {
	color: #989897;
	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: #989897;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #e7558d;
	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: #e7558d }
.comment-nav .alignright a {
	color: #989897;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #e7558d;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin-top: 25px;
	border: none;
}
#cancel_reply, #cancel_reply a       {
	color: #e7558d;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #e7558d;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #e7558d;
	text-decoration: underline }

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

h4.tabheading {
	display: none;
}
.w3-navbar {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.w3-navbar li {
    float: left;
    list-style-type: none !important;
    margin: 0 10px -1px 0 !important;
    padding: 0;
    color: #989897;
    background: #ffffff;
    font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
}
	.w3-navbar li a {
		color: #989897;
		text-decoration: none;
		border: 1px solid #f4f4f4;
		display: block;
		padding: 8px 15px
	}
	.w3-navbar li a:hover {
	    color: #e7558d;
	}
	.w3-navbar li a.w3-red {
		background-color: #f8f8f8;
		border: 1px solid #eaeaea;
		border-bottom: none;
		color: #323232;
	}
.w3-navbar li:before {
    content: none!important;
}


.w3-container {
	clear: both;
	border: 1px solid #eaeaea;
	margin: 0 0 25px;
}
	.norecipe #comment-list {
		border: 1px solid #eaeaea;
		margin: 0 0 25px;
	}
.w3-container .w3-h3 {
	display: none;
}

.comments-area .span_content ul li {
    list-style-type: none;
    margin: 0 0 -1px 15px;
    padding: 0;
    border: 1px solid #eaeaea;
}
.comments-area .span_content ul,
.comments-area .span_content ol {
    border-bottom: 1px solid #eaeaea;
}
.comment-content ul li.typeofcomment {
    padding-left: 0px !important;
}

#Reviews, #Questions, .typeofcomments {
    display: none;
}
.typeofcomment {
	display: inline-block;
	background-color: #f4f4f4;
	padding: 2px 8px;
	margin: 0 8px;
}
	.typeofcomment, .typeofcomment.Comment {
		display: none;
	}
	.typeofcomment.Question {
		display: inline-block;
	}	
	.typeofcomment.Review {
		display: inline-block;
	}
.comment-content ul {
	display: none;
}
.norecipe #commentform p.comment-reviewor,
.norecipe #commentform .crfp-field,
/*#comment-list .comment-respond p.comment-reviewor*/ {
    display: none;
}

.comment-reviewor label:first-of-type {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 90%;
	margin-right: 10px;
}

#comment-list .crfp-average-rating {
	margin: 0 !important;
}
#comment-list .crfp-average-rating .label {
	display: none;
}
.comment-reviewor label .required {
	display: none;
}
#Questions .comment-reply-link, #Reviews .comment-reply-link {
	display: none;
}

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

.pagination {
    font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    clear: both;
    text-align: center;
    font-size: 11px;
    margin: 20px 0 0;
    overflow: hidden;
}

.pagination .page-numbers {
    color: #989898;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #323232;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #e7558d;
}

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

.top-nav   {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
	color: #989897;
	font-size: 12px;
	line-height: 45px;
	height: 45px;
	display: inline-block;
	text-align: right;
	float: right;
	width: 60%;
	margin: 0;
	padding: 0;
	}

.top-nav ul {
	margin: 0;
}
.top-nav li    {
	display: inline-block;
	margin: 0; 
	padding: 0;
	position: relative;
	}
.top-nav li a  {
	display: block;
	padding: 0 13px;
	text-decoration: none;
	color: #989897;
	}
	
.top-nav a:hover, .top-nav li:hover>a {
	color: #e7558d;
	}

/*Sub Menus Level 1 */
.top-nav ul ul { 
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	padding: 0;
	font-size: 10px;
	background-color: #f4f4f4;
	text-align: left;
	z-index: 2001;
	}
.top-nav ul ul li {
	float: none;
	width: 180px;
	margin: 0;
	}
.top-nav ul ul li a {
	width: 100%;
	padding: 0px 13px;
	border: none;
}
	.top-nav ul ul li a:hover {
		color: #e7558d;
	}
.top-nav ul li:hover > ul {
	display: block;
	}

	

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

#main   {
	clear: both;
	margin: 0px 0 45px;
	padding: 0;
	width: 100%;
	font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 16px;
	line-height: 48px;
	height: 50px;
	display: inline-block;
	text-align: center;
	width: 100%;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.5);
	position: relative;
	z-index: 10;
}

#main ul {
	margin: 0;
}
#main li    {
	display: inline-block;
	margin: 0 5px; 
	padding: 0;
	position: relative;
	}
#main li a  {
	display: block;
	padding: 0 10px 2px;
	text-decoration: none;
	color: #3f4042;
	}
	
#main a:hover, #main li:hover>a {
	color: #e7558d;
	}

/*Sub Menus Level 1 */
#main ul ul { 
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	padding: 10px 0;
	font-size: 13px;
	line-height: 22px;
	background-color: #eaeaea;
	text-align: left;
	z-index: 2001;
	}
#main ul ul li {
	float: none;
	width: 180px;
	margin: 0;
	}
#main ul ul li a {
	width: 100%;
	padding: 5px 20px;
	border: none;
}

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

#main ul ul li ul {
	background-color: #f199bb;
	left: 180px;
	top: 0;
	}
	
/* Top Search */
#main li.search {
	display: none;
}

div.sw-pinit a.sw-pinit-button, div.sw-pinit a.sw-pinit-button:visited {
background-color: #e7558d;
border: 1px solid #e7558d;
}

p.breadcrumbs {
    font-size: 12px;
    color: #989897;
    margin: 0 0 10px;
}
p.breadcrumbs a {
    text-decoration: none;
    color: #989897;
    font-family: "uniform_condensed", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
}
	p.breadcrumbs a:hover {
		color: #e7558d;
	}
p.breadcrumbs .breadcrumb_last {
	font-style: italic;
}