/* 
Theme Name: Little Spice Jar
Theme URL: http://www.littlespicejar.com/
Description: Custom responsive blog theme for Little Spice Jar.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="submit"], input[type="text"], input[type="search"] {
    -webkit-appearance: none;
}
	
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* MAIN CONTAINER */
.container {
    max-width: 100%;
    margin: 0 auto;
}

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 801px ) {

    .span_content {
        margin-left: 0;
        width: 65%;
        max-width: 710px;
        float: left;
        display: inline-block;
    }
	
    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 29%;
        min-width: 300px;
        max-width: 320px;
        float: right;
        display: inline-block;
        clear: right;
    }
    .facet_content {
    	width: -moz-calc(100% - 230px);
    	width: -webkit-calc(100% -230px);
    	width: calc(100% - 230px);
    	min-width: 0;
    	max-width: 100%;
    }
    .facet_sidebar {
    	width: 190px;
    	min-width: 0;
    	max-width: 100%;
    }
}
.wrapper {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1130px;
}

.wrap {
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1130px;
}

/*---------STRUCTURE---------*/
@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: '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_reg-webfont.woff2') format('woff2'),
         url('fonts/adelle_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

body {
    font-family: "adelle", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444041;
    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: #4c7a8f;
    text-decoration: underline;
}

a:hover {
    color: #783c5a;
    text-decoration: none;
}

p {
    margin: 25px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.2;
    margin: 25px 0
}

h1 {
    color: #444041;
    font-size: 28px;
}

h2 {
    color: #444041;
    font-size: 21px;
    }

h3 {
    color: #444041;
    font-size: 19px;
}

h4 {
    color: #444041;
    font-size: 16px;
}

h5 {
    color: #444041;
    font-size: 13px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	height: 1px;
	border-bottom: 1px solid #ecebec;
	margin: 45px 0;
}
hr {
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.1); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}

.top-bar {
	background-color: #4c7a8f;
	height: 56px;
	padding: 15px 0;
}
	.top-bar .sub {
		text-align: center;
		color: #ffffff;
		color: rgba(255,255,255,.5);
		font-style: italic;
		font-size: 12px;
	}
		.top-bar .sub strong {
			color: #ffffff;
			font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
			text-transform: uppercase;
			letter-spacing: .05em;
			font-style: normal;
			font-weight: normal;
		}
		.top-bar p {
			display: inline-block;
			margin: 0;
			vertical-align: middle;
		}
		.top-bar .email-form {
			display: inline-block;
			margin: 0 0 0 10px;
			height: 20px;
			vertical-align: middle;
		}
		.top-bar .email-input {
			width: 80%;
			float: left;
			margin: 0;
			height: 20px;
			line-height: 20px;
			background-color: rgba(255,255,255,.2);
			text-align: left;
		}
			.top-bar .email-input:focus{
				background-color: #ffffff;
			}
		.top-bar .email-submit {
			width: 20%;
			float: left;
			margin: 0;
			height: 20px;
			line-height: 20px;
			background-color: transparent;
			text-align: left;
			font-size: 11px;
			font-weight: normal;
		}
			.top-bar .email-submit:hover {
				background-color: transparent;
				color: #444041;
			}

	
.header {	
	border-bottom: 1px solid #ecebec;
	margin-bottom: 40px;
}

.header .logo {
	float: left;
	margin: 40px 0;
}

.header .logo a {
    display: inline-block;
    width: 370px;
    height: 72px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
}

.header-ad {
	text-align: center;
	margin: 15px 0;
}


/*---------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: #4c7a8f;
    font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    content: '\2022';/* '' */
    margin: 0 6px 0 -10px;
    font-size: 12px;
}

.span_content ol li {
    list-style-type: decimal;
    padding: 0 0 10px;
    margin: 0 0 0 20px;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

h1.pagetitle, h1.archivetitle {
    margin: 0 0 20px;
}
/*---------SIDEBAR---------*/

.sidebar {
	font-size: 94%;
}
.leftsidebar {
	width: 48%;
	float: left;
}
.rightsidebar {
	width: 48%;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}

.widget {
    margin-bottom: 40px;
    text-align: center;
}

.widget.center, .widget.center .textwidget {
    text-align: center;
}
.widget.ad, .widget.ad .textwidget {
	text-align: center;
}
	.widget.ad img {
		display: inline-block;
	}
h3.widget-title {
 	margin: 0 auto 20px; 
}

	.topsidebar h3.widget-title:after, .lowersidebar h3.widget-title:after  {
		display: block;
		content: "";
		width: 55px;
		height: 1px;
		border-bottom: 3px solid #783c5a;
		margin: 15px auto 15px;
	}
.midsidebar h3.widget-title {
	font-size: 16px;
}
	
.hide-title h3.widget-title {
	display: none;
}
.widget a {
    text-decoration: none;
}

.widget p {
    margin: 0 0 10px;
}

.widget p:last-of-type, .widget li:last-of-type {
    margin-bottom: 0;
}


.sidebar select {
    color: #a19fa0;
    font-size: 13px;
    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 #ecebec;
}
.screen-reader-text {
    display: none;
}


.about, .widget_simpleimage {
	text-align: center;
}
.about h3.widget-title, .rss h3.widget-title {
	display: none;
}

.about .more a, .widget_simpleimage .more a {
	font-size: 12px;
	color: #4c7a8f;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .1em;
}
	.about .more a:hover, .widget_simpleimage .more a:hover {
		color: #783c5a;
	}
.about p.simple-image {
	margin-bottom: 10px;
}
.about p.simple-image a {
	position: relative;
	display: block;
}
	.about p.simple-image a:after {	
		content: "";
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border: 1px solid #ffffff;
	}
.sidebar .social {
	margin-top: -30px;
}

.subscribe {
	text-align: center;
	background: #4c7a8f;
	padding: 25px;
	color: #ffffff;
	position: relative;
}
	.subscribe:after {	
		content: "";
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border: 1px solid #ffffff;
		z-index: 1;
	}
	.subscribe .textwidget {
		position: relative;
		z-index: 101;
	}
.subscribe p {
	line-height: 1.5;
	color: #ffffff;
	color: rgba(255,255,255,.5);
}
.subscribe h3.widget-title {
 	margin: 0 0 5px;
 	color: #ffffff;
 }
.subscribe h3.widget-title:after {
 	display: none;
 }
.email-form {
    clear: both;
    margin-top: 15px;
}

.email-input {
    color: #696969;
    font-size: 13px;
    line-height: 42px;
    font-family: "adelle", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    background-color: #ffffff;
    border: none;
    padding: 0 10px;
    margin: 0 0 10px 0;
    width: 100%;
    height: 42px;
}

.email-submit {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 42px;
	color: #ffffff;
	background-color: #783c5a;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 18px;
    margin: 0 auto 0;
    height: 42px;
    width: 100%;
    display: inline-block;
    -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: #444041;
}

.subscribe .checkboxes {
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	line-height: 1;
	margin: 10px 0 0;
}
.subscribe .checkboxes strong {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: normal;
	letter-spacing: .08em;
	color: #444041;
}
	.subscribe .checkboxes li, .subscribe .checkboxes ul {
		margin: 0;
		padding: 0;
		display: inline-block;
	}
		.subscribe .checkboxes li {
			margin-left: 5px;
		}
	.subscribe input[type=checkbox] {
	    display: none;
	}
	.subscribe input[type=checkbox] + label {
		cursor: pointer;
	}
	.subscribe input[type=checkbox] + label:before {
		background-color: #ffffff;
		color: #ffffff;
		display: inline-block;
		content: '\f00c';
		font-family: "FontAwesome";
		font-style: normal;
		line-height: 15px;
		text-align: center;
		padding: 0;
		height: 15px;
		width: 15px;
		margin: 0 5px 0 0;
		
	}
	.subscribe input[type=checkbox]:checked + label:before {
	    color: #783c5a;
	}

.rss.widget {
	margin: -36px 0 40px;
	text-align: center;
}
.rss strong {
	font-size: 11px;
	color: #4c7a8f;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.rss a {
	font-size: 12px;
	color: #a19fa0;
	font-style: italic;
}
	.rss a:hover {
		color: #783c5a;
	}
.rss a i {
	color: #783c5a;
	margin: 0 2px 0 8px;
	font-size: 12px;
	
}

/* -- Custom Content Widgets -- */
.sidebar .item img {
    width: 100%;
    height: auto;
    display: block;
}

/*Featured Posts Widget*/

.sidebar .featured {
    text-align: center;
    overflow: hidden;
}

.sidebar .featured .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}

.sidebar .featured .item:nth-of-type(2n) {
    margin-right: 0;
}

.sidebar .featured .post-title {
	display: none;
}

/*Popular Posts Widget*/

.sidebar .popular {
    text-align: center;
    overflow: hidden;
}

.sidebar .popular .item {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.sidebar .popular .item:nth-of-type(2n) {
    margin-right: 0;
}

.sidebar .popular h4.title {
	margin: 10px 0 5px;
	color: #444041;
}
	.sidebar .popular h4.title a {
		color: #444041;
	}
	.sidebar .popular h4.title a:hover {
		color: #783c5a;
	}

/*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 h4 {
   margin: 10px 0;
   color: #444041;
   font-size: 14px;
}

.sidebar .category-posts h4 a {
    color: #444041;
}

.sidebar .widget_categoryposts .more {
	text-align: center;
}
.sidebar .widget_categoryposts a.more-link {
	font-size: 11px;
	color: #ffffff;
	background-color: #4c7a8f;
	padding: 5px 10px;
}
	.sidebar .widget_categoryposts a.more-link:hover {
		background-color: #783c5a;
	}
.sidebar .category-posts .post-image{
	margin: 0;
}

/*Recent Posts Widget*/
.sidebar .recent {
    overflow: hidden;
}

.sidebar .recent .item {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
}

.sidebar .recent img {
    margin-right: 5%;
    width: 30%;
    height: auto;
    float: left;
    display: block;
}

.sidebar .recent a img {
    display: block;
}

.sidebar .recent .item:last-of-type {
    margin-bottom: 0;
}

.sidebar .recentposts .item h4 {
    margin: 10px 0 0;
    color: #444041;
    font-size: 13px;
}

.sidebar .recent .post-meta {
    font-size: 9px;
    margin: 0;
}

/*---------POSTS---------*/

.post {
    margin-bottom: 0px;
}

.post-title {
	text-align: center;
}
	.post-title:after {
		content: "";
		display: block;
		height: 1px;
		border-bottom: 3px solid #783c5a;
		width: 60px;
		margin: 20px auto 25px;
	}
h1.title, h2.title, h4.title {
    margin: 5px 0 10px;
    color: #444041;
}
h1.title a, h2.title a, h4.title a {
    text-decoration: none;
    color: #444041;
}

h1.title a:hover, h2.title a:hover, h4.title a:hover {
    color: #783c5a;
}

.post .edit {
    text-transform: lowercase;
    letter-spacing: 0;
}


	
.post-meta {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    color: #a19fa0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .15em;
}
	
	.post-meta a {
	    color: #a19fa0;
	    text-decoration: none;
	}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #783c5a;
}
.post-cat a, .post-cat {
    color: #4c7a8f;
    text-decoration: none;
}

.meta-bottom {
    clear: both;
    margin: 25px 0;
    overflow: hidden;
    font-weight: normal;
}	
	.meta-bottom a, .meta-bottom strong {
		font-weight: bold;
	}

.meta-bottom .left {
    width: 70%;
    float: left;
    display: inline-block;
}

.meta-bottom .right {
    text-align: right;
    width: 30%;
    float: right;
}	


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: #a19fa0;
    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: #4c7a8f;
}

.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: #4c7a8f;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    margin: 30px 0 40px;
    padding: 10px 15px;
    position: relative;
}
	
	.post blockquote p {
		margin: 0;
		position: relative;
		z-index: 10;
	}


.wp-caption {
    text-align: left;
    max-width: 100% !important;
}

.wp-caption p {
    color: #a19fa0;
    font-size: 90%;
    text-align: center;
    margin-top: 2px;
    padding-right: 10px;
}

/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 35px 0;
    padding: 5%;
	background-color: #ffffff;
	border: 1px solid #ecebec;
	overflow: hidden;
	position: relative;
}

.recipe h2 {
	font-size: 28px;
	margin: 0 0 15px;
	text-align: center;
}
.recipe h3 {
	margin: 20px 0 10px;
}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	font-size: 13px;
	color: #a19fa0;
	margin: 20px 0 5px
}


.recipe ol, .recipe ul {
    margin-bottom: 0 !important;
}

.recipe ol li:last-of-type, .recipe ul li:last-of-type, .recipe .notes p:last-of-type, .recipe .source p:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.recipe ul li:before {
	color: #783c5a;
}
.yield {
	border: none;
	padding: 0;
	text-align: center;
}
	.yield:after {
		content: "";
		display: block;
		height: 1px;
		border-bottom: 3px solid #783c5a;
		width: 60px;
		margin: 15px auto 18px;
	}
.recipe-meta {
    text-align: center;
    line-height: 1.4;
    padding: 5px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #ecebec;
    }
    	
.recipe-meta strong {
	display: block;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: lowercase;
	font-size: 12px;
}

.recipe-meta p {
	display: inline-block;
	text-align: center;
    margin: 0 -2px;
    padding: 10px 5%;
    border-right: 1px solid #ecebec;
}
	.recipe-meta p:last-of-type {
		border-right: none;
	}
.recipe .summary {
    margin: 15px 0 35px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ecebec;
    clear: left;
    font-style: italic;
    font-size: 110%;
    text-align: center;
}

.recipe .ingredients {
	
}
.recipe .instructions strong {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 95%;
}

.recipe .notes {
	clear: both;
    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 {
    margin: 0 0 0 15px;
    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: 20px 0 15px 15px;
	}
.printbutton a, .jump a {
	text-decoration: none;
	font-family: "proxima-nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 12px;
	display: block;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 8px 15px;
	color: #ffffff;
	background-color: #783c5a;
}
	.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, .jump a:hover {
 	background-color: #4c7a8f;   
}

.jump {
	text-align: center;
}
	.jump a {
		display: inline-block;
		font-size: 10px;
		padding: 5px 12px;
		background: #ecebec;
		color: #a19fa0;
	}
		.jump a:hover {
			color: #ffffff;
		}
.recipe-ps {
	background: #4c7a8f;
	color: #ffffff;
	color: rgba(255,255,255,.5);
	padding: 5%;
	margin: -35px 0 35px;
	 }
	.recipe-ps h4 i {
		float: left;
		font-size: 95px;
		line-height: 1;
		margin: -5px 15px 0 0;
	}
	.recipe-ps h4 {
		font-size: 21px;
		margin: 0 0 10px;
		color: #ffffff;
	} 
	.recipe-ps p {
		margin: 0 0 30px;
	} 
		.recipe-ps p:last-of-type {
			margin-bottom: 0;
		}
	.recipe-ps a {
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: .1em;
		text-decoration: none;
		display: inline-block;
	}
	.recipe-ps .social {
		text-align: center;
		margin-top: 30px 0 -10px;
		padding-top: 20px;
		border-top: 1px solid rgba(255,255,255,.2);
	}
	.recipe-ps .social i {
		margin: 0 3px 0 10px;
	}
	.recipe-ps strong {
		color: #ffffff;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
	
/*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: 30%;
	    float: right;
	}
	.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;
}
	.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: #a19fa0;
		 font-size: 92%;
	}
		.rating .review-total a {
			color: #a19fa0;
		}
		.rating .review-total a:hover {
			color: #783c5a;
		}
	.rating .leave-a-review {
		color: #a19fa0;
		margin-top: 15px;
	}


/* Inner Post */

.shareaholic-share-buttons-wrapper {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	left: -4px;
}
.shareaholic-share-buttons-container ul.shareaholic-share-buttons {
	margin: 0 !important;
	padding: 0 !important;
}
	.shareaholic-share-buttons-container ul.shareaholic-share-buttons li {
		margin: 0 5px !important;
		padding: 0 !important;
	}
	.shareaholic-share-buttons-container ul.shareaholic-share-buttons li:before {
		display: none !important;
	}
.affiliate-items {
	text-align: center;
	margin-top: 55px;
}
	.affiliate-items h3 {
		text-align: center;
	}
		.affiliate-items h3:after  {
			display: block;
			content: "";
			width: 55px;
			height: 1px;
			border-bottom: 3px solid #783c5a;
			margin: 15px auto 6px;
		}
	.affiliate-items p.small {
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	    color: #a19fa0;
	    font-size: 10px;
	    text-transform: uppercase;
	    letter-spacing: .15em;
	    margin: 6px 0 15px;
	}
.inner-post {
    position: relative;
    overflow: hidden;
    margin: 45px 0 0 0;
}

.inner-post .widget {
	margin: 0 0 35px;
}

.inner-post .social a {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
	display: inline-block;
	margin-top: 8px;
}
.inner-post .social i {
	font-size: 130%;
	vertical-align: middle;
	display: inline-block;
	margin: -4px 5px 0 13px;
}


/*Next/prev Posts*/
.post-nav {
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
    margin: 25px 0 55px;
    overflow: hidden;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #444041;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #4c7a8f;
		}

	.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;
		font-style: normal;
		font-size: 10px;
		color: #a19fa0;
		background-color: #ffffff;
		padding: 0 0 3px;
	}



.related {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 0px;
}
	.related h3 {
		margin: 5px 0 30px;
		text-align: center;
	}

.related .archive-post {
	margin-bottom: 0;
}

/*---------HOMEPAGE POST STYLES---------*/

/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin: -15px 0 40px;
}
 
/*----- Tab Links -----*/
.tab-nav {
	text-align: center;
}
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}
.tab-nav .sep {
	margin: -26px 0 26px;
}
.tab-links {
	overflow: hidden;
	text-align: center;
	width: auto;
	display: inline-block;
	margin: 15px auto 0;
	background-color: #ffffff;
	padding: 0 15px;
}
.tab-links li {
    margin: 0 4px;
    display: inline-block;
    list-style: none;
}
	
	.tab-links a {
		text-decoration: none;
		padding: 7px 15px;
		display: inline-block;
		background: #ffffff;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: .08em;
		color: #a19fa0;
		transition: all linear 0.15s;
	}

    .tab-links a:hover {
		color: #4c7a8f;
		text-decoration: none;
    }

li.active a, li.active a:hover {
	background: #783c5a;
	color: #ffffff;
}


/*----- Content of Tabs -----*/

.tab {
	display: none;
	overflow: hidden;
	}

	.tab.active {
		display: block;
	}

.tab .item {
	width: 32.333%;
	margin-right: 1.5%;
	float: left;
	position: relative;
}
	.tab .item:nth-child(3n) {
		margin-right: 0;
	}
	.tab .item img {
		width: 100%;
		height: auto;
	}
.tab a {
	display: block;
}
.tab a .post-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #4c7a8f;
	background-color: rgba(76,122,143,.9);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */;
	color: #ffffff;
	text-align: center;
}
	.tab a .post-content:after {	
		content: "";
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border: 1px solid #ffffff;
	}
	.tab a:hover .post-content {
		opacity:1.0;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}
.tab .post-content .valign {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 8%;
}
.tab .post-content h2 {
	color: #ffffff;
}
.tab .post-meta {
	color: #ffffff;
	margin: 0;
}
.tab .post-title:after {
	border-color: #ffffff;
}

/*Homepage Sections*/
.home-sections {
	clear: both;
	margin-top: 30px;
}
.home-section {
	overflow: hidden;
	text-align: left;
	border-top: 1px solid #edeceb;
	padding-top: 50px;
	margin-top: 20px;
}
	.home-section h3.widget-title {
		line-height: 19px;
	}
	.home-section h3.widget-title a {
		color: #444041;
	} 
	.home-section h3.widget-title a em {
		float: right;	
		text-transform: lowercase;
		letter-spacing: normal;
		font-size: 13px;
		color: #a19fa0;
	}
		.home-section h3.widget-title a:hover, .home-section h3.widget-title a:hover em {
			color: #783c5a;
		}
.home-section .item {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}
	.home-section .item:nth-child(3n) {
		margin-right: 0;
	}
	.home-section .item img {
		width: 100%;
		height: auto;
	}
	.home-section a {
		text-decoration: none;
	}
.home-section h4 {
	margin: 15px 0;
	font-size: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.home-section a:hover h4 {
		color: #783c5a;
	}
	
.home-section .more {
	clear: both;
}
/*---------TEASER STYLES---------*/

.teaser-post {
	width: 47%;
	float: left;
	overflow: hidden;
	margin: 0 0 40px 0;
	font-size: 96%;
}
	.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;
	}
	.teaser-post .post-image, .cat-post .post-image, .popular-post .post-image a {
		position: relative;
		margin-bottom: 20px;
	}
		.popular-post .post-image a {
			display: block;
			margin: 0;
		}
	.teaser-post .post-image:after, .cat-post .post-image:after, .popular-post .post-image a:after {	
		content: "";
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border: 1px solid #ffffff;
	}

.teaser-post .post-title {
	
}
.teaser-post .excerpt {
	text-align: center;
}

.teaser-post .more {
	text-align: center;
	margin: 0;
}
a.more-link, span.more-link {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	color: #4c7a8f;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
}
	.tab span.more-link {
		color: #ffffff !important;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	a.more-link:hover, span.more-link:hover {
		color: #783c5a;
	}



/*---------ARCHIVE STYLES---------*/

h2.archivetitle, h3.searchtitle {
    margin-top: 0;
    margin-bottom: 25px;
}

.facets {
	font-size: 94%;
}
.facets h4 {
	font-size: 14px;
	margin: 0 0 10px;
}
.facetwp-toggle {
	font-style: italic;
}
.facetwp-per-page {
	margin-bottom: 25px;
}
.sort {
	float: right;
	margin: -50px 0 20px;
}
	.sort-bottom {
		margin: -30px 0 0;
	}
.sort .facetwp-per-page, .sort .facetwp-sort {
	display: inline-block;
	margin: 0 0 0 10px;
}
.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;
	}

	.shop-post, .facet-post {
	    margin-right: 3%;
	    margin-bottom: 15px;
	    width: 22.75%;
	}
	
		.shop-post:nth-child(3n), .facet-post:nth-child(3n) {
		    margin-right: 3%;
		}
		
		.shop-post:nth-child(3n+1), .facet-post:nth-child(3n+1) {
		    clear: none;
		}
		.shop-post:nth-child(4n), .facet-post:nth-child(4n) {
		    margin-right: 0;
		}
		
		.shop-post:nth-child(4n+1), .facet-post:nth-child(4n+1) {
		    clear: both;
		}
		

.archive-post img {
    width: 100%;
    height: auto;
}
	.shop-post img {
		border: 1px solid #ecebec;
	}
.archive-post a {
    text-decoration: none;
}

.archive-post .post-meta {
    margin: 0;
    font-size: 10px;
}

.archive-post h4 {
	color: #444041;
    margin: 10px 0 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
	.shop-post h4, .facet-post h4 {
		font-size: 13px;
	}
.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 10px 0 10px;
}
.archive-post .post-meta {
	margin-top: 15px;
}
	.shop-post .post-meta {
		margin: 0;
	}
	.shop-post .more {
		margin: 15px 0;
		display: block;
	}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}


.archiveslist {
    color: #6b6963;
    overflow: hidden;
    padding-left: 12px !important;
    
}
.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: #4c7a8f;
}

.archiveslist a:active, .subcategories a:active {
    color: #696969;
}
.archiveslist>li {
	display: block;
	width: 33.33%;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
	.archiveslist>li:nth-child(3n) {
		padding-right: 0;
	}

.archiveslist ul {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
	.archiveslist ul li {
	    font-size: 80%;
	    font-style: italic;
	}
	.archiveslist ul li:before {
		color: #919394;
	}
	.archiveslist ul li a {
	    color: #919394 !important;
	}
	
	.archiveslist ul li a:hover {
	    color: #4c7a8f !important;
	}

.subcats {
	margin-bottom: 30px;
}

.subcats h4 {
    margin: 0 0 10px;
    font-size: 11px;
}
.subcats ul {
	overflow: hidden;
}
	.subcats ul li ul {
		padding-left: 12px;
	}
	.subcats ul li ul li {
		display: block;
		width: 33.33%;
		float: left;
		margin: 0 !important;
		padding: 0 !important;
	}
	 
	li.categories:before {
		display: none;
	}


ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}
.tagslist li {
	font-size: 95%;
}
.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "proxima_nova", 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: #a19fa0;
    text-decoration: none;
}

.tagindex a:active {
    color: #919394;
    text-decoration: none;
}

.tagindex a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #696969;
}

.tagtitle {
    color: #a19fa0;
    text-transform: uppercase;
}

.tagtitle a {
    text-decoration: none;
    text-transform: none;
}

.tagtitle em {
    color: #a19fa0;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    float: right;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
}

.tagtitle em a {
    color: #a19fa0;
    font-size: 11px;
}

.tagtitle a:hover {
    color: #696969;
}



/*---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, a.smbutton {
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    background-color: #4c7a8f;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    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;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover {
    background-color: #5e5e5e;
}

.commentinput, .styledinput, .captchainput, #commentform input  {
    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 #696969;
}

.commentinput, #commentform input {
	width: 100% }
	
#commentform textarea {
	color: #696969;
	font-size: 13px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #ecebec;
	width: 100%
}
#commentform #submit {
	width: auto;
}
#commentform .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}
#comment-list div.rating-container {
	clear: both;
	margin-top: 10px;
}
#comment-list div.rating-container span.label {
	display: none;
}
.wpcf7-form {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    width: 100%;
}

.wpcf7-form .formfield {
    overflow: hidden;
}

.wpcf7-form p {
    font-size: 13px;
    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: 350px;
    border: 1px solid #ecebec;
    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: 50px;
    background-color: #fff;
    padding: 0 15px;
    border: none;
    vertical-align: middle;
    float: left;
    width: 60%;
    height: 50px;
}

.search-form .search-submit {
    color: #ffffff;
    background-color: #4c7a8f;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    line-height: 50px;
    cursor: pointer;
    width: 40%;
    height: 50px;
    border-style: none;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    float: right;
}

.search-form .search-submit:hover {
	background-color: #783c5a;
}

	
.header-search {
	float: right;
	text-align: right;
	margin: -2px 0 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;
		color: #8a8a8a;
		padding: 0 10px;
		margin-right: 29px;
		height: 25px;
		line-height: 25px;
		width: 60px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		vertical-align: middle;
		font-size: 13px;
		font-style: italic;
	}

	.header-search input[type=search]:focus {
		width: 150px;
		background-color: #fff;
		color: #444041;
	}
	
	.header-search .search-submit {
		font-size: 18px;
		font-weight: normal;
		line-height: 25px;
		height: 25px;
		width: 25px;
		background-color: transparent;
		font-family: "FontAwesome";
		color: #783c5a;
		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;
	}
		.header-search .search-submit:hover {
			color: #4c7a8f;
		}



/*---------FOOTER---------*/
.footer {
	clear: both;
	margin-top: 50px;
}


.instagram {
	clear: both;
	margin-bottom: -1px;
}
	.instagram .wrap {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
.sbi_images, #sb_instagram {
	overflow: hidden;
	width: 100%;
}
.sbi_item {
	width: 12.5%;
	float: left;
}
.sbi_item a, .sbi_item img {
	display: block;
	width: 100%;
	height: auto;
}
#sbi_load {
	padding: 0 !important;
}
.sbi_follow_btn {
	float: left;
	width: 12.5%;
	height: 0;
	margin: 0;
	display: block;
	position: relative;
}
	.sbi_follow_btn a {
		display: block;
		padding: 10px;
		color: #ffffff;
		background-color: #783c5a;
		font-size: 12px;
		line-height: 1.3;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .08em;
		text-decoration: none;
		text-align: center;
		height: 0;
		padding-bottom: 100%;
		vertical-align: middle;
	}
	.sbi_follow_btn a:hover {
		background-color: #444041;
	}
.instagram .fa-instagram {
	display: block;
	font-size: 60px;
	font-size: 5vw;
	font-style: normal;
	font-weight: normal;
	line-height: 2.3;
}


/*subscribe*/
.footer {
	
}
.footer .footer-sub {
	margin-bottom: 45px;
}
	.footer .footer-sub .textwidget {
		overflow: hidden;
		position: relative;
		padding: 5px;
		background-color: #4c7a8f;
	}
		.footer .subscribe {
			overflow: hidden;
			padding: 5% 10%;
			border: 1px solid #ffffff;
		}
		.footer .subscribe:after {
			display: none;
		}
	
.footer .subscribe .title {
	width: 380px;
	padding-right: 15px;
	float: left;
	text-align: right;
}
	.footer .subscribe h3 {	
		color: #ffffff;
		font-size: 23px;
		margin: 0;
	}
	.footer .subscribe p {
		margin: 0;
		font-size: 13px;
	}
.footer .subscribe .email-form {
	width: -moz-calc(100% - 380px);
	width: -webkit-calc(100% -380px);
	width: calc(100% - 380px);
	float: right;
	margin: 0 0;
	clear: none;
}
	.footer .subscribe .email-input {
		width: -moz-calc(100% - 180px);
		width: -webkit-calc(100% -180px);
		width: calc(100% - 180px);
		float: left;
		margin: 0 0 10px;
		text-align: left;
		height: 45px;
		line-height: 45px;
	}
	.footer .subscribe .email-submit {
		width: 180px;
		float: right;
		margin: 0 0 10px;
		font-size: 14px;
		height: 45px;
		line-height: 45px;
	}
		.footer .subscribe .checkboxes, .inner-post .subscribe .checkboxes {
			text-align: center;
		}
.footer .social {
	text-align: right;
	width: 230px;
	float: right;
	margin: 10px 0;
}
.footer .social a {
	color: #ffffff;
	font-size: 22px;
	padding: 8px;
}
	.footer .social a:hover {
		color: #444041;
	}

/*Sub-footer*/
.sub-footer {
    overflow: hidden;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	padding: 25px 0 25px;
	color: #ffffff;
	background-color: #4c7a8f;
}

.sub-footer a {
    text-decoration: none;
    color: #ffffff;
}
.sub-footer a:hover {
    color: #a5bcc7;
}

.footer-nav {
    margin: 0;
    padding: 0;
    width: 75%;
    float: left;
}

.footer-nav li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}

.footer-nav li.top a {
    font-weight: bold;
}


.sub-footer .copyright, .sub-footer .social {
	width: 25%;
	float: right;
	text-align: right;
}

.copyright {
	color: #a19fa0;
	font-size: 11px;
	text-align: center;
}
.sub-footer .social {
	margin: -6px 0;
	line-height: 11px;
}
.sub-footer .social a {
	color: #ffffff;
	padding: 0;
	font-size: 10px;
}
	.sub-footer .social a:hover {
		color: #a5bcc7;
	}
	.sub-footer .social a .fa-inverse
	{
	  color: #4c7a8f !important;
	}


/*---------COMMENTS---------*/

#comments, #pings           {
	margin-top: 5px }
#respond, #comments            {
	margin-top: 65px }
#comment-list          {
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}
#comment-list li           {
	margin: 20px 0;
	padding: 25px;
	border: 1px solid #ecebec;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	background-color: #eeeeee; }
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #a19fa0;
	margin: 0;
	letter-spacing: .08em;
	font-size: 10px;
	 }
	.comment-meta a {
		color: #a19fa0;
	}
.comment-meta strong           {
	color: #444041;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	 }
.comment-meta strong a            {
	color: #444041;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #4c7a8f;
	text-decoration: underline }


#comment-list .avatar    {
	float: right;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 0 10px 10px; }
	
#pings {
	margin-top: 50px;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
	
	
#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.comment-nav {
	color: #a19fa0;
	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: #a19fa0;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #4c7a8f;
	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: #4c7a8f }
.comment-nav .alignright a {
	color: #a19fa0;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #4c7a8f;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin-bottom: 0;
	border: none;
}
#cancel_reply, #cancel_reply a       {
	color: #4c7a8f;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #4c7a8f;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #4c7a8f;
	text-decoration: underline }

/*---------PAGE NUMBERS---------*/

.pagination {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .08em;
    clear: both;
    text-align: center;
    font-size: 11px;
    margin: 20px 0 0;
    overflow: hidden;
    color: #989898;
}
	.facet-pagination {
		text-align: left;
	}
.pagination .page-numbers, .pagination .facetwp-page {
    color: #989898;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ecebec
}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #444041 !important;
	    border-color: #ffffff;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover, .pagination a.facetwp-page:hover {
	color: #ffffff;
    background-color: #4c7a8f;
}

/*---------MAIN DROPDOWN MENU---------*/

#top   {
	margin: 5px 0 13px;
	padding: 0;
	width: 100%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	font: 10px "proxima-nova", Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	text-align: right;
	float: right;
	width: -moz-calc(100% - 380px);
	width: -webkit-calc(100% -380px);
	width: calc(100% - 380px);
}

#top ul {
	margin: 0;
}
#top li    {
	display: inline-block;
	margin: 0; 
	padding: 0;
	position: relative;
	}
#top li a  {
	display: block;
	padding: 0 13px;
	text-decoration: none;
	color: #a19fa0;
	}
	
#top a:hover, #main li:hover>a {
	color: #4c7a8f;
	}

/*Sub Menus Level 1 */
#top ul ul { 
	display: none;
	position: absolute;
	top: 40px;
	left: -13px;
	padding: 13px 0;
	line-height: 16px;
	background-color: #4c7a8f;
	background-color: rgba(76,122,143,.9);
	text-align: left;
	z-index: 2001;
	}
#top ul ul li {
	float: none;
	width: 180px;
	margin: 0;
	}
#top ul ul li a {
	width: 100%;
	padding: 5px 20px;
	border: none;
	color: #ffffff;
}
#top ul li:hover > ul {
	display: block;
	}
	
	#top 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 */
	#top ul ul li.menu-item-has-children>a:after {
		content: '>';
		float: right;
		display: inline;
		margin: 0px 0 0 3px;
	}
	
	#top ul ul a:hover, #main ul ul li:hover>a {
		color: #444041;
		}
		
/*Sub Menus Level 2*/

#top ul ul li ul {
	left: 180px;
	top: -10px;
	}
	#top ul ul:after {
		display: none;
	}
/* Top Search */
#top li.spacer {
		color: #d9d8d9;
	}
#top li.search {

}
#top li.search i {
	margin-left: 10px;
	font-size: 140%;
}
	#top li.search ul { 
		right: 0;
		padding: 0;
		height: 45px;
		left: auto;
		}
		#top li.search ul li {
			width: 220px;
			margin: 0;
			padding: 0;
			float: none;
		}
#top li.search a:hover {
	cursor: pointer;
}

#top li.search .search-form {
	border: none;
	display: block;
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0;
}
#top li.search .search-input {
	width: 100%;
	background-color: transparent;
	border: none;
	text-align: left;
	float: none;
	width: 100%;
	height: 45px;
	margin: 0;
	color: #ffffff;
	font: italic 13px/30px "adelle", Georgia, "Times New Roman", Times, serif;
}
#top li.search .search-submit {
	display: none;
}

/*---------MAIN DROPDOWN MENU---------*/

#main   {
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: normal;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 17px;
	line-height: 50px;
	height: 50px;
	display: inline-block;
	text-align: right;
	float: right;
	width: -moz-calc(100% - 380px);
	width: -webkit-calc(100% -380px);
	width: calc(100% - 380px);
}
.mainmenu {
	display: inline-block;
	vertical-align: middle;
}
#main .social {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 10px;
}
	#main .social a {
		text-decoration: none;
		color: #783c5a;
		font-size: 10px;
	}
#main ul {
	margin: 0;
}
#main li    {
	display: inline-block;
	margin: 0; 
	padding: 0;
	position: relative;
	}
#main li a  {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #3f4042;
	}
	
#main a:hover, #main li:hover>a {
	color: #4c7a8f;
	}

/*Sub Menus Level 1 */
#main ul ul { 
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	background-color: #4c7a8f;
	background-color: rgba(76,122,143,.9);
	text-align: left;
	z-index: 2001;
	}
	#main ul ul:after { 
		bottom: 100%; 
		left: 30px; 
		border: solid transparent; 
		content: " "; 
		height: 0; 
		width: 0; 
		position: absolute; 
		pointer-events: none; 
		border-color: rgba(222, 66, 111, 0); 
		border-bottom-color: #4c7a8f; 
		border-width: 10px; 
		margin-left: -10px; }
#main ul ul li {
	float: none;
	width: 180px;
	margin: 0;
	}
#main ul ul li a {
	width: 100%;
	padding: 6px 15px;
	border: none;
	color: #ffffff;
}

#main ul li:hover > ul {
	display: block;
	}
	

	
	#main ul li.menu-item-has-children>a:after {
		content: '+';
		display: inline;
		margin: 2px 0 0 3px;
		display: none;
	}
	
	/* Show indicator for menu items with children */
	#main ul ul li.menu-item-has-children>a:after {
		content: '>';
		float: right;
		display: inline;
		margin: 0px 0 0 3px;
	}
	
	#main ul ul a:hover, #main ul ul li:hover>a {
		background-color: #4c7a8f;
		color: #ffffff;
		}
		
/*Sub Menus Level 2*/

#main ul ul li ul {
	
	background-color: #4c7a8f;
	background-color: rgba(76,122,143,.8);
	left: 180px;
	top: 0;
	}
	#main ul ul:after {
		display: none;
	}
/* Top Search */
#main li.search {
display: none;
}