/* 
Theme Name: How Sweet Eats
Theme URL: http://www.howsweeteats.com/
Description: Custom responsive blog theme for How Sweet Eats.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 3.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;
    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: 65%;
        max-width: 660px;
        width: -moz-calc(100% - 330px);
        width: -webkit-calc(100% -330px);
        width: calc(100% - 330px);
        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 {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1070px;
}

.wrap {
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1070px;
}

/*---------STRUCTURE---------*/

@font-face {
    font-family: 'adelle';
    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';
    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';
    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';
    src: url('fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova';
    src: url('fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "adelle", Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 1.7;
    color: #6a6a6a;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:link, a:visited, a:active {
    color: #ae0481;
    text-decoration: underline;
}

a:hover {
    color: #ce68b3;
    text-decoration: none;
}

p {
    margin: 18px 0;
}

h1, h2, h3, h4, h5 {
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

h1 {
    color: #2a2a2a;
    font-size: 24px;
}

h2 {
    color: #2a2a2a;
    font-size: 20px;
    }

h3 {
    color: #2a2a2a;
    font-size: 16px;
}

h4 {
    color: #ae0481;
    font-size: 14px;
}

h5 {
    color: #989a9b;
    font-size: 14px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	height: 1px;
	border-bottom: 5px solid #2a2a2a;
	width: 100%;
	display: block;
	clear: both;
	margin: 35px 0;
}

/*---------HEADER---------*/
.slicknav_menu, #mobile {
    display: none;
}

.header {
    border-bottom: 5px solid #2a2a2a;
    margin-bottom: 40px;
}

.header .wrap {
}

.header .logo {
    margin: 30px 0 20px;
    float: left;
    display: inline-block;
    width: 400px;
}

.header .logo a {
    display: inline-block;
    width: 400px;
    height: 70px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
}

.header .social-search {
	text-align: right;
	float: right;
	width: -moz-calc(100% - 400px);
	width: -webkit-calc(100% -400px);
	width: calc(100% - 400px);
	margin: 10px 0;
}
.header .top-search {
	display: inline-block;
	margin-right: 25px;
}
.header .social {
	display: inline-block;
}
.header .social p {
	display: inline-block;
	margin: 0;
}
.social a {
    text-decoration: none;
    color: #2a2a2a;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 2px 3px;
    display: inline-block;
    vertical-align: middle;
}
.social a:hover {
	color: #ae0481;
}


/*---------CONTENT---------*/
.span_content {
	padding-bottom: 35px;
}

.span_content img {
    max-width: 100%;
    height: auto;
}

.span_content ul, .span_content ol {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.span_content ul li {
    list-style-type: none;
    margin: 0 0 3px 10px;
    padding: 0;
}

.span_content ul li:before {
     color: #ae0481;
    font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    content: '\2022';
 /* '' */
    margin: 0 6px 0 -10px;
    font-size: 15px;
}

.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: 86%;
    line-height: 1.6;
}

.leftsidebar {
    width: 47%;
    float: left;
}

.rightsidebar {
    width: 47%;
    float: right;
}

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
    clear: both;
}

.widget {
    margin: 40px 0;
}
	.midsidebar .widget {
		margin: 20px 0;
	}

.widget.center, .widget.center .textwidget {
    text-align: center;
}

h3.widgettitle {
 	margin: 0 auto 15px; 
 	
}

.widget a {
    text-decoration: none;
}

.widget p {
    margin: 0 0 12px;
}

.widget p:last-of-type, .widget li:last-of-type {
    margin-bottom: 0;
}

.sidebar .ad {
    text-align: center;
}
	.sidebar .ad a, .sidebar .ad img {
		display: block;
	}
.sidebar .ad h3.widgettitle {
    display: none;
}

.topsidebar .ad .textwidget, .lowersidebar .ad .textwidget {
    
}

.sidebar select {
    color: #949494;
    font-size: 13px;
    font-family: "adelle", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    padding: 10px;
    width: 100%;
    border: 1px solid #ededed;
}
.screen-reader-text {
    display: none;
}

.about {
	overflow: hidden;
	margin-top: 0;
}

.about img {
	width: 28%;
	float: right;
	margin: 2px 0 10px 10px;
}

.about em {
	
}
.about .more a {
	font-weight: bold;
	text-transform: uppercase;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .1em;
}
	.about .more a:hover {
		
	}
	
.subscribe {
	background-color: #2a2a2a;
	color: #949494;
	padding: 25px;
	text-align: center;
	font-size: 13px;
}
.subscribe h3.widgettitle {
	width: 100%;
	height: 0;
	padding-bottom: 20%;
	text-indent: -9999px;
	margin: 0;
	background: url(images/keepintouch.png) no-repeat;
	background-size: 100% auto;
}

.subscribe p {
	margin: 0;
	line-height: 1.5;
}

.email-form {
    clear: both;
    margin: 12px 0 0;
}

.email-input {
    color: #989a9b;
    font-size: 13px;
    color: #6a6a6a;
    font-family: "adelle", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 42px;
    background-color: #ffffff;
    border: none;
    padding: 0 12px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 42px;
}

.email-submit {
    font-size: 15px;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
    line-height: 42px;
	color: #ffffff;
	background-color: #ae0481;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 10px;
    margin: 15px 0 0;
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    width: 60%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.email-submit:hover {
    background-color: #ce68b3;
}
.subscribe .checkboxes {
	overflow: hidden;
	margin: 8px 0 0;
	width: 40%;
	float: left;
	text-align: left;
}
.subscribe .checkboxes strong {
	display: none;
}
.subscribe .checkboxes ul {
	margin-top: 6px;
	margin-left: 0;
	padding: 0;
}
.subscribe .checkboxes ul li {
	display: block;
	margin: 0 0 2px 0;
	padding: 0;
	font-style: italic;
}

.booklinks p {
	text-align: center;
	font-size: 12px;
	margin: 0 !important; }
.booklinks p strong {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	display: block;
}
.booklinks a {
}
	.booklinks p a:hover {
	}
	.booklinks p em {
		font-style: normal;
		margin: 0 5px;
		color: #d4d4d4;
	}

.inner-post .booklinks {
	overflow: hidden;
	text-align: left;
}
	.inner-post .booklinks h4 {
		margin: 0px 0 5px;
		padding-top: 30px;
	}
	.inner-post .booklinks h3 {
		margin: 0 0 5px;
		font-size: 32px;
	}
	.inner-post .booklinks p {
		text-align: left;
	}
	.inner-post .booklinks p.description {
		font-size: 16px;
		font-style: italic;
		margin-bottom: 20px !important;
	}
	.inner-post .booklinks img {
		float: left;
		width: 200px;
		height: auto;
		margin-right: 18px;
	}

.span_sidebar ul.zilla-likes-popular-posts {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

	.span_sidebar ul.zilla-likes-popular-posts li {
	    list-style-type: none;
	    margin: 0 0 3px 10px;
	    padding: 0;
	}
	
	.span_sidebar ul.zilla-likes-popular-posts li:before {
	     color: #2a2a2a;
	    font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	    content: '\2022';
	 /* '' */
	    margin: 0 6px 0 -10px;
	    font-size: 15px;
	}
.widget_zilla_likes_widget h3.widgettitle:before {
	content: '\f004';
	font-family: "FontAwesome";
	display: inline-block;
	margin: 0 4px 0 0;
	font-weight: normal;
}
	
/* -- 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: #2a2a2a;
}
	.sidebar .popular h4.title a {
		color: #2a2a2a;
	}
	.sidebar .popular h4.title a:hover {
		color: #ae0481;
	}

/*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: 12px 0 6px;
    font-size: 12px;
    color: #2a2a2a;
}
.sidebar .recentposts .post-meta {
	font-size: 9px;
	font-weight: normal;
}


/*---------POSTS---------*/

.post {
    margin-bottom: 50px;
}

.post-title {
}

h1.post-title , h2.post-title  {
    margin: 0;
}

h1.post-title a, h2.post-title a {
    text-decoration: none;
    color: #2a2a2a;
}

h1.post-title  a:hover, h2.post-title  a:hover {
    color: #ae0481;
}

.post .edit {
    text-transform: lowercase;
    letter-spacing: 0;
}

.post-meta {
    color: #949494;
    font-size: 12px;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: normal;
}

.post-meta a {
    color: #949494;
    text-decoration: none;
}
.post-meta em {
	color: #989a9b;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: normal;
	font-family: "adelle",Georgia, "Times New Roman", Times, serif;
}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #ae0481;
    text-decoration: none;
}
.post-meta .ccount a:before {
	content: '\f075';
	font-family: "FontAwesome";
	margin: -6px 4px 0 20px;
	vertical-align: middle;
	display: inline-block;
}
.zilla-likes {
	margin-left: 15px;
}
	.zilla-likes:before {
		content: '\f004';
		font-family: "FontAwesome";
		display: inline-block;
		margin: 0 4px 0 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
.zilla-likes:hover, .zilla-likes:hover:before,
.zilla-likes.active:before {
	color: #ae0481 !important;
}

.zilla-blog-widget .zilla-likes,
.tz_recentwork_widget .zilla-likes,
.tz_blog_widget .zilla-likes,
.home div#the_body #slider .excerpt .zilla-likes,
.archive div#the_body #slider .excerpt .zilla-likes { display: none; }


.meta-bottom {
    clear: both;
    margin: 30px 0 0;
    overflow: hidden;
}	
	.single-post .meta-bottom {
		margin-bottom: 40px;
	}
.meta-bottom .left {
    width: 70%;
    float: left;
    display: inline-block;
}

.meta-bottom .right {
    text-align: right;
    width: 30%;
    float: right;
    line-height: 36px;
}
	.single-post .meta-bottom .right {
		line-height: 1.7;
	}
	


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: #989a9b;
    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: #6a6a6a;
}

.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 {
    background-color: #f7f7f7;
    border: 1px solid #ededed;
    padding: 5px 25px;
    font-size: 110%;
    font-style: italic;
}

.wp-caption {
    text-align: left;
    max-width: 100% !important;
}

.wp-caption p {
    color: #727272;
    font-size: 90%;
    text-align: center;
    margin-top: 2px;
    padding-right: 10px;
}

/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 45px 0 0;
    padding: 15px;
    overflow: hidden;
	background-image: url(images/bg.png);
}
	.inner-recipe {
		background-color: #ffffff;
		padding: 25px;
		border: 1px solid #ededed;
	}
.recipe h2 {
	margin: 5px 0;
	font-size: 24px;
}

.recipe h3 {
    margin: 0 0 10px;
    font-size: 16px;
}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	font-size: 13px;
	margin-bottom: 10px;
	color: #989a9b;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
}


.recipe p, .recipe ol, .recipe ul {
    margin-top: 5px;
    margin-bottom: 12px;
}

.recipe ol li:last-of-type, .recipe ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.recipe ul li:before {
	color: #ce68b3;
}
.recipe .instructions img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 5px 0;
}
.recipe .summary {
    margin: 15px 0 25px;
    clear: left;
    font-style: italic;
    font-size: 110%;
}

.recipe .time {
    margin: 0 0 25px;
}
.recipe .time p {
    margin: 0 15px 0 0;
    padding: 0;
    display: inline-block;
}
.recipe .time strong {
	color: #989a9b;
	font-family: "adelle", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
}

.recipe .photo {
    margin: 0 0 15px 15px;
    float: right;
    width: 28%;
}

.recipe .printbutton {
    clear: right;
    float: right;
    width: 28%;
}

.printbutton a {
    margin: 0;
    display: block;
    color: #ffffff;
    background-color: #ae0481;
    font-size: 12px;
    line-height: 35px;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
}

.printbutton a:before {
    font-family: "FontAwesome";
    content: '\f02f';
    margin: 0 7px 0 0;
    position: relative;
    top: 1px;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

.printbutton a:hover, .printbutton a:active {
    color: #ffffff;
    background-color: #ce68b3;
}


.recipe .notes {
    font-style: italic;
    border-top: 1px solid #ededed;
    margin-top: 25px;
    padding-top: 20px;
    font-size: 92%;
    line-height: 1.5;
}
.recipe .notes p {
	display: block;
}
.recipe .source {
    color: #989a9b;
    font-size: 11px;
    font-style: italic;
    margin-top: 15px;
    clear: left;
}

.recipe-ps {
	padding: 25px 30px 25px;
	background-color: #2a2a2a;
	color: #ffffff;
	margin: 0 0 45px;
	margin-top: -16px;
	font-size: 90%;
	line-height: 1.6;
}
	.recipe-ps p {
		margin: 0 0 10px;
	}
		.recipe-ps p:last-of-type {
			margin-bottom: 0;
		}
	.recipe-ps h4 {
		margin: 0 0 10px;
		font-size: 16px;
		color: #ffffff;
	}
	.recipe-ps i { 
		font-size: 125px;
		color: #d4d4d4;
		color: rgba(255,255,255,.2);
		line-height: .8;
		float: left;
		margin-right: 22px;
		}
		
.recipe-ps a {
	text-decoration: underline;
}
	.recipe-ps a:hover {
		
	}
	
.recipe .nutrition {
	clear: both;
	margin: 25px 0 0;
	font-size: 80%;
	font-weight: normal;
	 }
	.recipe .nutrition h3, .recipe .nutrition h4 {
		margin: 0 4px 0 0;
		line-height: 1;
		display: inline-block;	
	}
	.recipe .nutrition p {
		display: inline-block;
		margin: 0;
	}
		.recipe .nutrition p span {
			font-weight: normal;
		}
	.recipe .nutrition ul {
		margin: 2px 0 0;
	}
	.recipe .nutrition li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
		.recipe .nutrition li:after {
			display: inline-block;
			content: ", ";
		}
			.recipe .nutrition li:first-of-type:after, .recipe .nutrition li:last-of-type:after {
				display: none;
			}
		.recipe .nutrition li:before {
			display: none;
		}
	.recipe .nutrition em {
		font-style: italic;
		margin-right: 5px;
	}
	.recipe .nutrition strong {
		color: #404041;
	}
	.recipe .nutrition span {
		
	}
	
/*Recipe ratings*/
.rating {
    font-size: 12px;
    text-align: center;
    color: #858685;
}
	.recipe .rating {
		clear: right;
		display: block;
	    margin: 15px 0 20px 15px;
	    text-align: center;
	    width: 28%;
	    float: right;
	    text-align: center !important;
	}
	.recipe .rating a.more-link {
		font-size: 12px;
		font-weight: bold;
		letter-spacing: .08em;
	}
#comment-list div.rating-container {
	clear: none !important;
	float: none !important;
	margin: 0 !important;
}
#comment-list .rating-container label {
	display: none !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: #989898;
		 font-size: 92%;
		 text-align: center;
	}
		.rating .review-total a {
			color: #989898;
		}
		.rating .review-total a:hover {
			color: #ae0481;
		}
	.rating .leave-a-review {
		color: #989898;
		margin-top: 15px;
		text-align: center;
	}
	
#commentform .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}
#commentlist div.rating-container {
	clear: none !important;
	margin-top: 0;
}
#commentlist div.rating-container span.label, #commentlist div.rating-container label {
	display: none;
}

/* Inner Post */

.relatedposts {
	overflow: hidden;
	margin-bottom: 35px;
}
.inner-post {
    position: relative;
    overflow: hidden;
    margin: 0px 0 65px;
    padding: 1px 0;
    border-top: 5px solid #2a2a2a;
    border-bottom: 5px solid #2a2a2a;
}

.inner-post .widget {
   
}

.inner-post .widget.ad {
    width: 300px;
    float: left;
}

.inner-post .widget.subscribe {
    float: right;
    width: -moz-calc(100% - 320px);
    width: -webkit-calc(100% -320px);
    width: calc(100% - 320px);
}

.inner-post .widget.subscribe h3.widgettitle {
	margin-top: 10px;
}

.inner-post .social {
	float: none;
	text-align: center;
	width: 100%;
	margin: 25px 0 0;
}
.inner-post .social a {
	color: #ffffff;
}
	.inner-post .social a:hover {
		color: #ce68b3;
	}
	
.post-nav {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    margin: 30px 0 55px;
}
	.post-nav .nav-links {
		width: 100%;
	}
	.post-nav a {
		color: #989a9b;
		text-decoration: none;
	}
	
	.post-nav .nav-previous {
		float: left;
		width: 47%;
		position: relative;
	}
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 47%;
		position: relative;
	}
	.post-nav .nav-next img {
		float: right;
		width: 28%;
		margin-left: 3%;
		vertical-align: middle;
	}
	.post-nav .nav-previous img {
		float: left;
		width: 28%;
		margin-right: 3%;
	}
	.post-nav .caption {
		float: left;
		width: 69%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
		.post-nav .nav-previous .caption {
			float: left;
			margin-left: 31%;
		}
	.post-nav h4 {
		font-size: 14px;
		margin: 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		color: #2a2a2a;
	}
	.post-nav .subhead {
		display: inline-block;
		color: #989a9b;
		font-size: 11px;
		font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .05em;
		background-color: #ffffff;
		padding: 0px 10px 2px 0;
	}
		.post-nav .nav-next .subhead {
			padding: 0px 0 2px 10px;
		}
	.post-nav a:hover {
	   opacity:0.7;
	   filter:alpha(opacity=70); /* For IE8 and earlier */
	   
	}
.addthis_toolbox {
	clear: both;
	margin-top: 30px;
}
.addthis_toolbox h3 {
	margin: -5px 15px 0 0;
	line-height: 1;
	float: left;
}
.ssba-wrap {
	overflow: hidden;
	clear: both;
	margin-bottom: 40px;
}
	
/*---------TEASER STYLES---------*/

.teaser-post {
	overflow: hidden;
	margin: 0 0 6% 0;
	width: 47%;
	font-size: 92%;
	float: left;
}
	.teaser-post.odd {
		clear: left;
		margin-right: 6%;
	}
.teaser-post a {
	text-decoration: none;
}
	.teaser-post a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
	
.teaser-post img.size-teaser {
	width: 100%;
	height: auto;
	display: block;
}

.teaser-post h2 {
	margin: 20px 0 3px;
}
.teaser-post .post-meta {
	margin: 0;
	font-size: 11px;
}

a.more-link {
	color: #ae0481;
    font-size: 16px;
    line-height: 1;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    cursor: pointer;
    border: none;
    display: inline-block;
    text-decoration: none;
}
	
	a.more-link:hover {
	    color: #ce68b3;
	}
	.teaser-post a.more-link {
		font-size: 14px;
	}


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

.home-featured {
	clear: both;
	overflow: hidden;
	margin: -10px 0 30px;
}
.home-featured .item {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.home-featured .item:nth-child(4n) {
		margin-right: 0;
	}
.home-featured .item h3 {
	display: none;
}
.home-featured .item img {
	width: 100%;
	height: auto;
	display: block;
}
.home-featured .item a {
	display: block;
}
.home-featured .item p {
	margin: 0;
}
.home-featured .item h4.title {
	display: none;
}
.home-featured .item p.more a {
	margin: 0;
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	color: #2a2a2a;
	text-decoration: none;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 15px;
	padding: 6px 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
	.home-featured .item.insta p.more a {
		padding: 4px 15px;
	}
	.home-featured .item.insta p.more a i {
		display: none;
	}
	.home-featured .item.insta p.more a:before {
		content: "\f16d";
		font-family: FontAwesome;
		font-weight: normal;
		font-size: 60px;
		line-height: 1.2;
	}
	.home-featured .item:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		
	}
	


/*Category Sections*/
.homepage-sections {
	clear: both;
	overflow: hidden;
	margin-bottom: 45px;
}
.homepage-section {
	overflow: hidden;
	margin: 10px 0 40px;
}
	
.homepage-section h3.widgettitle {
	text-align: left;
	margin: 0 0 15px;
	padding: 0;
	background-color: transparent;
	display: block;
	color: #2a2a2a;
	font-size: 20px;
}
	.homepage-section h3 a {
		text-decoration: none;
		color: #2a2a2a;
	}
	.homepage-section h3 em {
		float: right;
		font-style: italic;
		font-weight: normal;
		font-size: 12px;
		color: #b5b6b7;
		line-height: 40px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.homepage-section h3 a:hover, .homepage-section h3 a:hover em {
		color: #ce68b3;
	}
.homepage-section .category-posts {
	overflow: hidden;
	clear: both;
}
.homepage-section .category-posts .item {
	margin: 0 3.5% 3.5% 0;
	width: 31%;
	float: left;
}
	.homepage-section .category-posts .item:nth-child(3n) {
		margin-right: 0;
	}
	
	.homepage-section .category-posts .item img {
		width: 100%;
		height: auto;
		display: block;
	}
.homepage-section a {
	text-decoration: none;
	color: #2a2a2a;
}
	.homepage-section a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}

.homepage-section a h4 {
	color: #2a2a2a;
	margin: 10px 0;
}

/*---------ARCHIVE STYLES---------*/

h2.archivetitle, h3.searchtitle {
    margin-top: 0;
    margin-bottom: 25px;
}

.archives, .wp-cpl-sc-wrap {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    clear: left;
    overflow: hidden;
}

.archive-post {
    margin-right: 3.5%;
    margin-bottom: 25px;
    width: 31%;
    float: left;
    text-align: center;
}

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

.affiliate-item {
    font-size: 12px;
    line-height: 15px;
    margin-right: 2%;
    margin-bottom: 25px;
    width: 23.5%;
    float: left;
    text-align: center;
}

	.affiliate-item:nth-child(3n) {
	    margin-right: 2%;
	}
	
	.affiliate-item:nth-child(3n+1) {
	    clear: none;
	}
	.affiliate-item:nth-child(4n) {
	    margin-right: 0;
	}
	
	.affiliate-item:nth-child(4n+1) {
	    clear: both;
	}

.archive-post img {
    width: 100%;
    height: auto;
}

.archive-post a {
    text-decoration: none;
}

.archive-post .post-meta {
    margin: 0;
}
	.affiliate-item .post-meta {
		color: #989a9b;	
	}
	
.archive-post h4 {
	color: #2a2a2a;
    font-size: 18px;
    margin: 9px 0 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

.archiveslist, .subcategories ul {
    color: #6b6963;
    font-size: 13px;
    line-height: 21px;
    overflow: hidden;
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    column-count: 3;
    column-gap: 15px;
}

.archiveslist li, .subcategories ul li {
}

.archiveslist ul li, .subcategories ul li {
    color: #6a6a6a;
}

.archiveslist a:link, .subcategories a:link {
    color: #6b6963;
    text-decoration: none;
}

.archiveslist a:visited, .subcategories a:visited {
    color: #919394;
    text-decoration: none;
}

.archiveslist a:hover, .subcategories a:hover {
    color: #6a6a6a;
}

.archiveslist a:active, .subcategories a:active {
    color: #6a6a6a;
}

.archiveslist em {
    color: #989a9b;
    font-size: 10.5px;
}
.subcategories li.categories {
	margin: 0;
	padding: 0;
}
.subcategories li.categories:before {
    display: none;
}

.subcats {
    border: 1px solid #ececec;
    margin-bottom: 30px;
    padding: 10px 25px 5px;
}

.subcats h4 {
    margin: 10px 0 15px;
}

.subcats ul.subcategories li ul li a:hover {
    color: #ae0481;
    cursor: pointer;
}

ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}

.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-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: #989a9b;
    text-decoration: none;
}

.tagindex a:active {
    color: #919394;
    text-decoration: none;
}

.tagindex a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6a6a6a;
}

.tagtitle {
    color: #989a9b;
    text-transform: uppercase;
}

.tagtitle a {
    text-decoration: none;
    text-transform: none;
}

.tagtitle em {
    color: #989a9b;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    float: right;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
}

.tagtitle em a {
    color: #989a9b;
    font-size: 11px;
}

.tagtitle a:hover {
    color: #6a6a6a;
}

.affiliate-items {
	overflow: hidden;
}
.affiliate-items h3 {
	margin: 25px 0 3px;
}

.affiliate-items p.small, p.small {
	color: #989a9b;
	letter-spacing: normal;
	font-style: italic;
	font-size: 12px;
	margin-left: 10px;
	margin: 0 0 15px;
}

.shop .item-price {
	margin-top: 8px;
	color: #989a9b;
}
.shop h4.title {
	
}
.shop p.excerpt {
	font-size: 92%;
	line-height: 1.6;
	margin: 10px 0;
	font-style: italic;
}
.shop .archive-post .more a:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	
}

/*---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, .gform_wrapper input[type="submit"]  {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    background-color: #ae0481;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    cursor: pointer;
    margin-top: 5px;
    padding: 9px 16px 8px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-style: none;
    text-decoration: none;
}

#submit:hover, .submitbutton:hover, #commentform #submit:hover, .gform_wrapper input[type="submit"]:hover {
    background-color: #ce68b3;
}

.commentinput, .styledinput, .captchainput, #commentform input  {
    color: #6a6a6a;
    font-size: 13px;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: solid 1px #e2e2e2;
}
.gform_wrapper {
	width: 100%;
	max-width: 450px;
}
.gform_wrapper input[type=text], .gform_wrapper textarea
{
  color: #6a6a6a;
  font-size: 13px;
  font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
  font-weight: normal;
  line-height: 18px;
  background-color: #fff;
  margin-bottom: 7px;
  padding: 10px;
  border: solid 1px #e2e2e2;
  width: 100%;
}
ul.gform_fields, ul.gform_fields li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ul.gform_fields li {
		margin-bottom: 15px;
	}
	ul.gform_fields li:before {
		display: none;
	}


.commentinput, #commentform input[type=email], #commentform input[type=text] {
	width: 100% }
	
#commentform textarea {
	color: #6a6a6a;
	font-size: 13px;
	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 #ececec;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form {
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    width: 100%;
}

.wpcf7-form .formfield {
    overflow: hidden;
}

.wpcf7-form p {
    font-size: 13px;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    display: block;
    margin: 0 20px 0 0;
    padding: 7px 0;
    width: 100px;
    float: left;
}

.wpcf7-form .styledinput {
    display: block;
    margin: 0;
    width: 400px;
    float: left;
}

.wpcf7-form .submit {
    margin-left: 120px;
    clear: both;
}

.search-form {
    max-width: 350px;
    border: 1px solid #e2e2e2;
}

.search-form .search-input {
    color: #949494;
    font-size: 13px;
    font-family: "adelle", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
    line-height: 35px;
    background-color: #fff;
    padding: 0 12px;
    border: none;
    vertical-align: middle;
    width: 80%;
}

.search-form .search-submit {
    color: #ae0481;
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    background-color: transparent;
    font-family: "FontAwesome";
    cursor: pointer;
    width: 20%;
    border-style: none;
    vertical-align: middle;
    text-align: right;
    margin: 0 0 0 -4px;
}

.search-form .search-submit:hover {
    color: #6a6a6a;
}

.header-search {
	text-align: right;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border: none;
}
	.header-search input[type=search] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
	}
	.header-search input::-webkit-search-decoration,
	.header-search input::-webkit-search-cancel-button {
		display: none; 
	}
	
	
	.header-search input[type=search] {
		border: none;
		background-color: transparent;
		font-style: italic;
		color: #2a2a2a;
		padding: 0 10px;
		margin-right: 15px;
		height: 25px;
		line-height: 25px;
		width: 50px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		vertical-align: middle;
		font-size: 13px;
		border: 1px solid #fff;
	}

	.header-search input[type=search]:focus {
		width: 150px;
		background-color: #ffffff;
		border: 1px solid #eeeeee;
		color: #43423f;
	}
	
	.header-search .search-submit {
		font-size: 15px;
		font-weight: normal;
		line-height: 25px;
		height: 25px;
		width: 25px;
		background-color: transparent;
		font-family: "FontAwesome";
		color: #2a2a2a;
		cursor: pointer;
		border-style: none;   
		padding: 0 3px;
		width: auto;
		margin: 0; 
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: absolute;
		top: 0;
		right: 0;
	}


/*---------FOOTER---------*/

.footer-widget.ad {
	text-align: center;
	padding: 25px 0 15px;
}
.footer-widget.subscribe {
	background-color: #2a2a2a;
	padding: 70px 0;
	overflow: hidden;
	margin: 0;
}
.footer-widget.subscribe h3 {
	color: #ffffff;
	text-indent: -9999px;
	font-size: 1px;
	width: 25%;
	padding: 0;
	margin: 0;
	height: 50px;
	background: url(images/keepintouch.png) no-repeat;
	background-size: 100% auto;
	float: left;
	vertical-align: middle;
}
.footer-widget.subscribe .textwidget {
	width: 75%;
	float: left;
	vertical-align: middle;
	padding-left: 15px;
}
.footer-widget.subscribe .email-form {
	margin: 0;
	width: -moz-calc(100% - 240px);
	width: -webkit-calc(100% -240px);
	width: calc(100% - 240px);
	float: left;
}
.footer-widget.subscribe .checkboxes {
	overflow: hidden;
	margin: 0;
	color: #989a9b;
	text-align: left;
	font-size: 13px;
	text-transform: lowercase;
	float: right;
	width: 75px;
	padding-left: 5px;
}
.footer-widget.subscribe .checkboxes strong {
	display: none;
}
.footer-widget.subscribe .checkboxes ul {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.footer-widget.subscribe .checkboxes ul li {
	display: inline-block;
	font-style: italic;
	margin: 2px 0;
	padding: 0;
}

.footer-widget.subscribe .social {
	width: 200px;
	float: right;
	text-align: right;
}
	.footer-widget.subscribe .social a {
		color: #ffffff;
		font-size: 24px;
		padding: 8px;
	}
	.footer-widget.subscribe .social a:hover {
		color: #ae0481;
	}
.footer-widget.subscribe .email-input {
	width: -moz-calc(100% - 235px);
	width: -webkit-calc(100% -235px);
	width: calc(100% - 235px);
	margin: 0;
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
	font-size: 14px;
	padding: 0 15px;
	background-color: #ffffff;
}
.footer-widget.subscribe .email-submit {
	width: 160px;
	height: 48px;
	line-height: 48px;
	margin: 0 0 0 -4px;
	vertical-align: middle;
}
.footer-widget.subscribe .email-submit:hover {
    
}

.footer {
    overflow: hidden;
    margin: 0;
    padding: 20px 0;
    color: #949494;
	background-color: #404040;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: normal;
	font-size: 12px;
	line-height: 26px;
}

.footer a {
    text-decoration: none;
    color: #949494;
}
.footer a:hover {
    color: #ffffff;
}

.footer-nav {
    margin: 0;
    padding: 0;
    width: 65%;
    line-height: 1.4;
    float: left;
}

.footer-nav li {
    display: inline-block;
    margin: 0 20px 0 1px;
    padding: 0;
}
.footer-nav {
	margin: 0;
}
.footer-nav li.top a {
    font-weight: bold;
    color: #ffffff;
}

.copyright {
	width: 35%;
	font-size: 95%;
	line-height: 1.4;
	float: right;
	text-align: right;
}
	.copyright em {
		text-transform: none;
		letter-spacing: normal;
	}


/*---------COMMENTS---------*/

#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 65px }
#comment-list          {
	font-size: 94%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
	border-bottom: 1px solid #ececec;
}
#comment-list li           {
	margin: 0;
	padding: 30px 0 20px 75px;
	border-top: 1px solid #ececec;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	background-color: #f3f3f3;
	padding: 15px 15px 15px 90px }

.comment-meta {
	margin: 0;
	 }

.comment-meta strong           {
	color: #2a2a2a;
	font-size: 16px;
	font-weight: bold;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif; }
.comment-meta strong a            {
	color: #2a2a2a;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #ae0481;
	text-decoration: underline }
.comment-content p {
	margin: 5px 0 10px;
}

#comment-list .avatar    {
	float: left;
	margin-left: -75px; }
	
#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: 60px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.comment-nav {
	color: #989a9b;
	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: #989a9b;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #ae0481;
	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: #ae0481 }
.comment-nav .alignright a {
	color: #989a9b;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #ae0481;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin: 25px 0 0;
	padding: 30px 0 10px 60px;
	border: none;
}
#cancel_reply, #cancel_reply a       {
	color: #ae0481;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #ae0481;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #ae0481;
	text-decoration: underline }

/*---------PAGE NUMBERS---------*/
.home-post-nav {
    margin: 20px 0 60px;
    clear: both;
}
.home-post-nav h3 {
	color: #ae0481;
	text-align: center;
}
.pagination {
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    clear: both;
    text-align: center;
    font-size: 13px;
}

.pagination .page-numbers {
    color: #989a9b;
    padding: 5px 10px;
    border: solid 1px #f5f5f5;
    text-decoration: none;
}
	.pagination span.page-numbers.current {
	    color: #ffffff;
	    background-color: #ae0481;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #fff;
    background-color: #ce68b3;
}

/*----MAIN Menu----*/

#main {
    margin: 20px 0 0;
    width: auto;
    display: inline-block;
    width: -moz-calc(100% - 410px);
    width: -webkit-calc(100% -410px);
    width: calc(100% - 410px);
    clear: right;
    text-align: right;
    float: right;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 14px;
	line-height: 36px;
}

#main ul {
	display: inline-block;
	width: auto;
    margin: 0 -12px 0 auto;
    text-align: right;
}

#main li {	
	display: inline-block;
    position: relative;
    width: auto;
    list-style: none;
    margin: 0 -2px;
    padding: 0;
}
	
#main > ul > li {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

#main a {
    display: block;
    text-decoration: none;
    padding: 0 15px 0;
    color: #8c8e8f;
}
	#main li.crumbs a {
		color: #29b4af;
	}
	#main li.recipes a {
		color: #ae0481;
	}
		#main li.recipes a:after {
			content: '\f004';
			font-family: "FontAwesome";
			display: inline-block;
			margin: 0 0 0 5px;
		}
#main a:hover, #main li.menu-item-has-children:hover>a {
    color: #ae0481;
    cursor: pointer;
}
	#main li.small a:hover, #main li.small.menu-item-has-children:hover>a {
	    color: #ae0481;
	    background-color: transparent;
	}
		
/* Navigation submenu */
#main .menu-item:hover .sub-menu {
    display: block;
}

#main .sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    left: 50%;
    padding: 10px 0;
    margin-top: 4px;
    margin-left: -80px;
    width: 160px;
    z-index: 2000;
    background-color: #ae0481;
    background-color: rgba(87,194,188,.9);
}
	#main .sub-menu:after { 
		bottom: 100%; 
		left: 50%; 
		border: solid transparent; 
		content: " "; 
		height: 0; 
		width: 0; 
		position: absolute; 
		pointer-events: none; 
		border-color: rgba(222, 66, 111, 0); 
		border-bottom-color: #ae0481; 
		border-bottom-color: rgba(87,194,188,.9); 
		border-width: 8px; 
		margin-left: -8px; }
		
	#main li.search .sub-menu {
		left: 50%;
		margin-left: -180px;
		padding: 10px;
		width: 200px;
	}
	#main li.search .sub-menu:after {
		left: 90%; 
	}
#main .sub-menu .menu-item {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
    float: left;
}

#main .sub-menu .menu-item a {
    color: #ffffff;
    display: block;
    width: 160px;
    padding: 5px 10px;
}

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

#main .sub-menu .menu-item a:hover {
    color: #1d1a1f;
}

#main .sub-menu .menu-item-has-children a {
}

#main .sub-menu .menu-item .sub-menu .menu-item a {
    border: none;
    padding: 10px 15px 10px 20px;
    margin-top: -12px;
    font-style: italic;
    background-color: transparent;
    font-size: 12px;
}

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

#main li li a:after {
    display: none;
}
/* Top Search */
#main li.search {
	display: none;
}
#main li.search em {
	display: none;
}
.menu-search {
	background-color: #ffffff;
	border: none;
	width: 180px;
}
.menu-search .search-input {
	border: none;
	background-color: transparent;
	width: 100%;
	font-size: 13px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
}
.menu-search .search-submit {
	display: none;
}