/* 
Theme Name: Country Cleaver
Theme URL: http://www.countrycleaver.com/
Description: Custom responsive blog theme for Country Cleaver.
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;
    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: 680px;
        float: left;
        display: inline-block;
    }
	
    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }
    
    .span_sidebar {
        width: 29%;
        min-width: 320px;
        max-width: 320px;
        float: right;
        display: inline-block;
        clear: right;
    }

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

.wrap {
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1110px;
}
.boxed {
	background-color: #ffffff;
	padding: 10px;
}
	.boxed-padding p, .boxed-padding h1, .boxed-padding h2, .boxed-padding h3, .boxed-padding h4, .boxed-padding ul, .boxed-padding ol, .boxed-padding blockquote, .boxed-padding div {
		padding-right: 25px;
		padding-left: 25px;
	}

/*---------STRUCTURE---------*/
@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;
}

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

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

body {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #454141;
    margin: 0;
    padding: 0;
	background-image: url(images/bg.jpg);
}

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

a:hover {
    color: #9AB6A5;
    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: #9AB6A5;
    font-size: 56px;
    font-family: "inkheart";
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: .9;
}

h2 {
    color: #9AB6A5;
    font-size: 44px;
    font-family: "inkheart";
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: .9;
    }

h3 {
    color: #9AB6A5;
    font-size: 18px;
}

h4 {
    color: #454141;
    font-size: 16px;
}

h5 {
    color: #454141;
    font-size: 13px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	border-bottom: 1px solid #E3E2E2;
	margin: 45px 0;
}
	.sep:before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: url(images/castiron.png) no-repeat;
		background-size: 100% auto;
		margin: 0 auto;
		position: relative;
		margin-bottom: -25px;
	}
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: #9AB6A5;
	height: 46px;
	line-height: 46px;
	padding: 0;
}

	.top-bar .tagline {
		width: 180px;
		float: left;
		color: #ffffff;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-size: 11px;
	}
		.top-bar .tagline em {
			font-family: "inkheart";
			text-transform: lowercase;
			letter-spacing: normal;
			font-weight: normal;
			font-style: normal;
			font-size: 26px;
		}
	.top-bar #top {
		width: -moz-calc(100% - 180px);
		width: -webkit-calc(100% -180px);
		width: calc(100% - 180px);
		text-align: right;
		float: right;
		margin: 0;
		padding: 0;
	}

	
.header {	
	margin-bottom: 0;
}

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

.header .wrap {
	min-height: 240px;
	position: relative;
}
.header .logo {
	position: absolute;
	left: 10px;
	top: 20px;
}

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

.header .social {
	float: right;
	margin: 35px 0;
	
}
	.header .social a {
		color: #9AB6A5;
		text-decoration: none;
		font-size: 18px;
		padding: 5px;
	}
	.header .social a:hover {
		color: #5B7384;
	}
.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: #5B7384;
    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: 92%;
}
.leftsidebar {
	width: 48%;
	float: left;
}
.rightsidebar {
	width: 48%;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}
	.lowersidebar:before {
		content: "";
		display: block;
		clear: both;
		width: 40px;
		height: 40px;
		background: url(images/castiron.png) no-repeat;
		background-size: 100% auto;
		margin: 10px auto 45px;
		position: relative;
	}
.widget {
    margin-bottom: 40px;
    text-align: center;
}

.widget.center, .widget.center .textwidget {
    text-align: center;
}
.widget.ad {
	text-align: center;
	background-color: #ffffff;
	padding: 10px;
}
	.widget.ad img {
		display: block;
	}
h3.widget-title {
 	margin: 0 auto 20px; 
}
	
.hide-title h3.widget-title {
	display: none;
}
.widget a {
    text-decoration: none;
}

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

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


.sidebar select {
    color: #A19F9F;
    font-size: 13px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #E3E2E2;
}
.screen-reader-text {
    display: none;
}


.about {
	text-align: center;
	background-color: #ffffff;
	padding: 10px;
	position: relative;
}
.about h3.widget-title {
	display: inline-block;
	color: #ffffff;
	background-color: #5B7384;
	letter-spacing: .15em;
	padding: 5px 10px;
	font-size: 10px;
	margin: 0 0 80px;
}
.about .more {
	margin-bottom: 10px;
}
.about .more a, .widget_simpleimage .more a {
	font-size: 13px;
	color: #5B7384;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .1em;
}
	.about .more a:hover, .widget_simpleimage .more a:hover {
		color: #9AB6A5;
	}
.about p.simple-image {
	margin-bottom: -90px;
}


.subscribe {
	text-align: center;
	background: #9AB6A5;
	padding: 25px;
	color: #ffffff;
	position: relative;
}
	.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;
 	color: #ffffff;
 	font-size: 50px;
 	font-family: "inkheart";
 	font-weight: normal;
 	text-transform: none;
 	letter-spacing: normal;
 	line-height: .9;
 }

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

.email-input {
    color: #696969;
    font-size: 13px;
    line-height: 42px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-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: #5B7384;
    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: #454141;
}

.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: #454141;
}
	.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: #9AB6A5;
	}

.rss.widget {
	margin: -36px 0 40px;
	text-align: center;
}
.rss strong {
	font-size: 11px;
	color: #5B7384;
	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: #A19F9F;
	font-style: italic;
}
	.rss a:hover {
		color: #9AB6A5;
	}
.rss a i {
	color: #9AB6A5;
	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;
}

/*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: #454141;
   font-size: 14px;
}

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

.sidebar .widget_categoryposts .more {
	text-align: center;
}
.sidebar .widget_categoryposts a.more-link {
	font-size: 11px;
	color: #ffffff;
	background-color: #5B7384;
	padding: 5px 10px;
}
	.sidebar .widget_categoryposts a.more-link:hover {
		background-color: #9AB6A5;
	}
.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: #454141;
    font-size: 13px;
}

.sidebar .recent .post-meta {
    font-size: 9px;
    margin: 0;
}

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

.post {
    margin-bottom: 40px;
}

.post-title {
}
h1.title, h2.title {
    margin: 5px 0 10px;
    color: #9AB6A5;
}
h1.title a, h2.title a {
    text-decoration: none;
    color: #9AB6A5;
}

h1.title a:hover, h2.title a:hover {
    color: #5B7384;
}

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


	
.post-meta {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    color: #A19F9F;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .15em;
}
	
	.post-meta a {
	    color: #A19F9F;
	    text-decoration: none;
	}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #9AB6A5;
}
.post-cat a, .post-cat {
    color: #5B7384;
    text-decoration: none;
}

.meta-bottom {
    clear: both;
    margin: 0px 0 30px;
    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: #A19F9F;
    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: #5B7384;
}

.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: #5B7384;
    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: #A19F9F;
    font-size: 90%;
    text-align: center;
    margin-top: 2px;
    padding-right: 10px;
}

/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 35px -10px;
    padding: 25px !important;
	overflow: hidden;
	position: relative;
	background-image: url(images/bg-2.png);
}
	.inner-recipe {
		background-color: #ffffff;
		overflow: hidden;
		padding: 25px !important;
		margin: 0;
	}
.recipe div, .recipe h2, .recipe h3, .recipe ol, .recipe ul, .recipe p {
	padding: 0;
}
.recipe h2 {
	margin: 10px 0 10px;
}
.recipe h3 {
	font-size: 16px;
	margin: 30px 0 10px;
}

.recipe h4 {
	font-size: 13px;
	color: #A19F9F;
	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: #9AB6A5;
}
.recipe .block-title {
	border: none;
	padding: 5px 20px;
}
.recipe-meta {
    line-height: 1.4;
    }
    	
.recipe-meta strong {
	font-weight: normal;
	letter-spacing: normal;
	text-transform: lowercase;
	font-size: 12px;
}

.recipe-meta p {
	display: inline-block;
    margin: 0 15px 0 0;
}
	.recipe-meta p:last-of-type {
		border-right: none;
	}
.recipe .summary {
    margin: 15px 0 35px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E3E2E2;
    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, .recipe .notes {
    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: #9AB6A5;
}
	.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: #5B7384;   
}

.jump {
	text-align: center;
}
	.jump a {
		display: inline-block;
		font-size: 10px;
		padding: 5px 12px;
		background: #E3E2E2;
		color: #A19F9F;
	}
		.jump a:hover {
			color: #ffffff;
		}
.recipe-ps {
	background: #5B7384;
	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;
	}
	

/* Inner Post */

.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: #454141;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #5B7384;
		}

	.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: #A19F9F;
		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 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px;
	background-image: url(images/bg-2.png);
	padding: 10px;
}
.tab {
	overflow: hidden;
	display: block;
	}

.tab .item {
	width: 32.5%;
	margin-right: 1%;
	float: left;
	position: relative;
	background-color: #ffffff;
	padding: 10px;
}
	.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;
	-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 */;
	text-align: center;
}
	.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%;
	width: 100%;
}
.tab .post-content h2 {
	margin: -12px 0 0;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 16px;
	line-height: 1.2;
	color: #5B7384;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.9);
	padding: 22px 20px 15px;
}
.tab .post-meta {
	color: #ffffff;
	background-color: #5B7384;
	padding: 4px 10px;
	margin: 0 auto;
	display: inline-block;
}
.tab .post-title:after {
	border-color: #ffffff;
}

/*Homepage Sections*/
.home-sections {
	clear: both;
	margin-top: 70px;
}
.home-section {
	overflow: hidden;
	text-align: left;
	background-color: #ffffff;
	padding: 10px;
	position: relative;
	margin: 50px 0;
}
	.home-section .category-posts {
		overflow: hidden;
	}
	.home-section h3.block-title {
		color: #ffffff;
		display: inline-block;
		margin: 0;
		position: absolute;
		left: 10px;
		top: 10px;
		padding: 6px 15px;
	}
	.home-section h3.block-title a {
		color: #ffffff;
	} 
		.home-section h3.block-title a:hover {
			color: #9AB6A5;
		}
.home-section .item {
	width: 31%;
	margin-right: 3.5%;
	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 a h4 {
	margin: 15px 0 5px;
	font-size: 14px;
	color: #9AB6A5;
	-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: #5B7384;
	}
	
.home-section .more {
	clear: both;
}
/*---------TEASER STYLES---------*/

.teaser-post {
	width: 48%;
	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: 4%;
		clear: left;
	}
	.teaser-post.even {
		
	}
	
	.teaser-post a {
		text-decoration: none;
	}
	.teaser-post img {
		width: 100%;
		height: auto;
	}
.post-image {
	padding: 0 !important;
	position: relative;
	margin-bottom: 25px;
}
	.post-image img {
		display: block;
		width: 100% !important;
		height: auto;
	}
.block-title {
	background-color: #5B7384;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 10px;
	padding: 4px 10px;
}
	.teaser-post .block-title {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.latest-post .block-title {
		position: absolute;
		top: 0;
		left: 0;
	}
	.single-post .block-title {
		display: inline-block;
		margin-right: 10px;
	}
		.single-post .post-meta {
			margin: 10px 0;
		}
.teaser-post .excerpt, .teaser-post h2.title, .teaser-post .more {
	padding: 0 10px;	
}
.teaser-post h2.title {
	margin-bottom: 0;
}
.teaser-post .excerpt p {
	margin: 15px 0;
}
	.latest-post p {
		text-align: left !important;
	}
.teaser-post .more {
	margin: 0 0 5px;
}
a.more-link {
	color: #5B7384;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
}
	.teaser-post a.more-link {
		font-size: 14px;
	}
	a.more-link:hover {
		color: #9AB6A5;
	}



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

h2.archivetitle, h3.searchtitle {
    margin-top: 0;
    margin-bottom: 25px;
}


.archives {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    clear: left;
    overflow: hidden;
}

.archive-post {
    margin-right: 4.25%;
    margin-bottom: 25px;
    width: 30.5%;
    float: left;
    text-align: center;
}

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

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

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

.archive-post h4 {
	color: #454141;
    margin: 10px 0 0;
    -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 0;
	}
	
.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: #5B7384;
}

.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: #5B7384 !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: #A19F9F;
    text-decoration: none;
}

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

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

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

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

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

.tagtitle em a {
    color: #A19F9F;
    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: #5B7384;
    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: "proxima_nova", Arial, Helvetica, Geneva, sans-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 #E3E2E2;
	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 #E3E2E2;
    overflow: hidden;
}

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

.search-form .search-submit {
    color: #ffffff;
    background-color: #5B7384;
    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: #9AB6A5;
}

	
.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: #454141;
	}
	
	.header-search .search-submit {
		font-size: 18px;
		font-weight: normal;
		line-height: 25px;
		height: 25px;
		width: 25px;
		background-color: transparent;
		font-family: "FontAwesome";
		color: #9AB6A5;
		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: #5B7384;
		}



/*---------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: #9AB6A5;
		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: #454141;
	}
.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: #5B7384;
	}
		.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: #454141;
	}

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

.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;
    color: #9AB6A5;
}


.sub-footer .copyright, .sub-footer .social {
	width: 25%;
	float: right;
	text-align: right;
}

.copyright {
	color: #A19F9F;
	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: #5B7384 !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: 10px 25px 20px;
	list-style-type: none;
	background-color: #ffffff;
}
	#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: #A19F9F;
	margin: 0;
	letter-spacing: .08em;
	font-size: 10px;
	 }
	.comment-meta a {
		color: #A19F9F;
	}
.comment-meta strong           {
	color: #5B7384;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	 }
.comment-meta strong a            {
	color: #5B7384;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #9AB6A5;
	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: #A19F9F;
	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: #A19F9F;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #5B7384;
	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: #5B7384 }
.comment-nav .alignright a {
	color: #A19F9F;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #5B7384;
	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: #5B7384;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #5B7384;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #5B7384;
	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;
    overflow: hidden;
    color: #989898;
}
.pagination .page-numbers {
    color: #989898;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    background-color: #ffffff;
}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #454141 !important;
	    background-color: #ffffff;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
	color: #ffffff;
    background-color: #5B7384;
}

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

#top   {
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 13px;
	line-height: 46px;
	height: 46px;
	display: inline-block;
}

#top ul {
	margin: 0 !important;
	padding: 0 !important;
}
#top li    {
	display: inline-block;
	margin: 0; 
	padding: 0;
	position: relative;
	}
#top li a  {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #ffffff;
	}
	
#top a:hover, #main li:hover>a {
	color: #5B7384;
	}

/*Sub Menus Level 1 */
#top ul ul { 
	display: none;
	position: absolute;
	top: 46px;
	left: -13px;
	padding: 13px 0;
	line-height: 16px;
	background-color: #9AB6A5;
	background-color: rgba(154,182,165,.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 15px;
	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: #454141;
		}
		
/*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 "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
}
#top li.search .search-submit {
	display: none;
}

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

#main   {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 12px;
	line-height: 55px;
	height: 55px;
	border-top: 1px solid #E3E2E2;
	border-bottom: 1px solid #E3E2E2;
	display: inline-block;
	text-align: right;
	width: 100%;
}
.mainmenu {
	display: inline-block;
	vertical-align: middle;
}
#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: #5B7384;
	}

	#main li.browse a {
		font-family: "inkheart";
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: normal;
		font-size: 30px;
		line-height: 1;
		color: #5B7384;
		position: relative;
		top: 2px;
	}
/*Sub Menus Level 1 */
#main ul ul { 
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	padding: 10px 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	background-color: #5B7384;
	background-color: rgba(76,122,143,.9);
	text-align: left;
	z-index: 2001;
	}
#main ul ul li {
	float: none;
	width: 180px;
	margin: 0;
	}
#main ul ul li a {
	width: 100%;
	padding: 5px 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;
	}
	
	/* 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 {
		color: #434043;
		}
		
/*Sub Menus Level 2*/

#main ul ul li ul {
	
	background-color: #5B7384;
	background-color: rgba(76,122,143,.8);
	left: 180px;
	top: 0;
	}
	#main ul ul:after {
		display: none;
	}
/* Top Search */
#main li.search {
	display: none;
}