/* 
Theme Name: Life Made Simple
Theme URL: http://www.lifemadesimple.com/
Description: Custom responsive blog theme for Life Made Simple.
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: 68%;
        max-width: 680px;
        float: left;
        display: inline-block;
    }
	
    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 30%;
        min-width: 300px;
        max-width: 320px;
        float: right;
        clear: right;
        display: block;
    }
}
.wrapper {
    background-color: #ffffff;
    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;
}

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


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

body {
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    color: #454141;
    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: #23938e;
    text-decoration: underline;
}

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

p {
    margin: 25px 0;
}

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

h1 {
    color: #454141;
    font-size: 36px;
    -webkit-text-stroke: 2px #454141;
    -webkit-text-fill-color: #ffffff;
    
}

h2 {
    color: #454141;
    font-size: 24px;
    }

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

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

h5 {
    color: #454141;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-size: 16px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	height: 22px;
	margin: 45px 0;
	background: url(images/sep@2x.png) center center no-repeat;
	background-size: auto 100%;
}
.sep2 {
	width: 100%;
	display: block;
	clear: both;
	height: 5px;
	background: url(images/bg.png);
}
hr {
	border: 0; 
	height: 0; 
	border-top: 1px solid #EDEDED; 
	border-bottom: none;
}

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

.top-bar {
	background-color: #454141;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
}
	.top-bar .social {
		float: left;
		text-align: left;
		width: 200px;
	}
	.top-bar .social a {
		color: #ffffff;
		text-decoration: none;
		padding: 4px 8px;
	}
		.top-bar .social a:hover {
			color: #be1828;
		}
	
.header {	
	margin-bottom: 20px;
}

.header .logo {
	text-align: center;
	overflow: hidden;
	margin: 40px 0;
}

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

.tabs.not-homepage {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 20px 0 20px;
	background-image: url(images/bg.png);
	text-align: center;
}
	.tabs.not-homepage img {
		margin: 0 auto;
	}

/*---------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: #be1828;
    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: 50px;
    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; 
}
	
.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: #989696;
    font-size: 13px;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #EDEDED;
}
.screen-reader-text {
    display: none;
}


.about {
	text-align: center;
}
.about h3.widget-title {

}

.about .more a, .widget_simpleimage .more a {
	font-style: italic;
}
	.about .more a:hover, .widget_simpleimage .more a:hover {
		color: #be1828;
	}
.about p.simple-image {
	margin: 0 auto 25px;
	width: 150px;
}
	.about p.simple-image img {
		width: 100%;
		height: auto;
		display: block;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
.sidebar .widget.social {
	margin-top: -20px;
	
}
	.widget.social a {
		font-size: 15px;
		padding: 0;
		margin: 0 2px;
		color: #444040;
	}
		.widget.social a .circle-solid {
			position: absolute;
			top: 2px;
			left: 3px;
		}
		.widget.social a .circle-outline {
			-webkit-text-stroke: 2px #454141;
			-webkit-text-fill-color: transparent;
		}
		.widget.social a:nth-of-type(5n+1) .fa-circle {
			color: #23938e;
		}
		.widget.social a:nth-of-type(5n+2) .fa-circle {
			color: #e4b420;
		}
		.widget.social a:nth-of-type(5n+3) .fa-circle {
			color: #be1828;
		}
		.widget.social a:nth-of-type(5n+4) .fa-circle {
			color: #de9f9e;
		}
		.widget.social a:nth-of-type(5n+5) .fa-circle {
			color: #92b9cc;
		}
	.widget.social a .fa-stack-1x {
		font-size: 85%;
	}
	.widget.social a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		
	}
.subscribe {
	text-align: center;
	background: #ffffff;
	padding: 8%;
	border: 2px solid #444040;
}

.subscribe p {
	color: #989696;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 10px;
	font-weight: 500;
}
.subscribe h3.widget-title {
 	color: #454141;
 	font-size: 36px;
 	-webkit-text-stroke: 2px #454141;
 	-webkit-text-fill-color: #ffffff;
 	margin: 0 0 4px;
 	line-height: 1;
 }
.email-form {
    clear: both;
    margin-top: 15px;
}

.email-input {
    color: #696969;
    font-size: 13px;
    line-height: 48px;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    text-align: left;
    background-color: #ffffff;
    border: 2px solid #444040;
    padding: 0 10px;
    margin: 0 0 10px 0;
    width: 100%;
    height: 48px;
}

.email-submit {
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .1em;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 46px;
	color: #ffffff;
	background-color: #4fa9a5;
	border: 2px solid #444040;
    text-align: center;
    cursor: pointer;
    padding: 0px 18px;
    margin: 0 auto 0;
    height: 48px;
    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: #e4b420;
}




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

/*Featured Posts Widget*/
.sidebar .featuredposts {
	
}
.sidebar .featured {
    text-align: center;
    overflow: hidden;
}

.sidebar .featured .item {
    width: 47%;
    margin: 0 6% 6% 0;
    float: left;
}
	.sidebar .featured .item:nth-of-type(2n) {
	    margin-right: 0;
	}
	
	.sidebar .featured .item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	
.sidebar .featured .post-title {
	display: none;
}
.sidebar .featured h4 {
	display: none;
}

/*Popular Posts Widget*/
.sidebar .popularposts {
	
}
.sidebar .popular {
    text-align: center;
    overflow: hidden;
}

.sidebar .popular .item {
    width: 47%;
    margin: 0 6% 6% 0;
    float: left;
}

	.sidebar .popular .item:nth-of-type(2n) {
	    margin-right: 0;
	}
	.sidebar .popular .item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

.sidebar .popular h4.title {
	margin: 10px 0 5px;
	color: #454141;
}
	.sidebar .popular h4.title a {
		color: #454141;
	}
	.sidebar .popular h4.title a:hover {
		color: #be1828;
	}

/*Category Widget*/
.sidebar .widget_categoryposts {
	
}
.sidebar .category-posts {
    text-align: center;
    overflow: hidden;
}

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

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

.sidebar .category-posts .item h4 {
	margin: 10px 0;
	font-size: 12px;
}

/*Recent Posts Widget*/
.sidebar .recentposts {
	
}
.sidebar .recent {
	overflow: hidden;
}
.sidebar .recent .item {
    width: 47%;
    margin: 0 6% 6% 0;
    float: left;
}

	.sidebar .recent .item:nth-of-type(2n) {
	    margin-right: 0;
	}
	.sidebar .recent .item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

.sidebar .recentposts .item h4 {
    margin: 10px 0 0;
    color: #454141;
    font-size: 13px;
    display: none;
}


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

.post {
    margin-bottom: 0px;
}

	
h1.post-title, h2.post-title, h4.post-title {
    margin: 0 0 10px;
    text-align: center;
}
h1.post-title a, h2.post-title a, h4.post-title a {
	text-decoration: none;
}
h1.post-title a:hover, h2.post-title a:hover, h4.post-title a:hover {
	-webkit-text-fill-color: #e4b420;
}

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


.post-meta {
	text-align: center;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
    color: #989696;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: .15em;
    margin: 0 0 20px;
    clear: both;
    overflow: hidden;
}
	.post-meta a {
	    color: #989696;
	    text-decoration: none;
	}
	.post-date {
		margin: 0;
	}
	.post-date:after {
		content: "";
		display: block;
		margin: 15px auto;
		width: 60px;
		border-bottom: 3px solid #be1828;
	}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #be1828;
}

.meta-bottom {
    clear: both;
    margin: 25px 0;
    overflow: hidden;
	line-height: 1.4;
}	
	.single-post .meta-bottom {
		background-image: url(images/bg.png);
		padding: 10px 15px;
	}
	.meta-bottom .sep2 {
		margin-bottom: 10px;
	}
	.meta-bottom:before {
		display: none;
	}
	.meta-bottom a, .meta-bottom strong {
		
	}

.meta-bottom .left {
    width: 70%;
    float: left;
    text-align: 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: #989696;
    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: #23938e;
}

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

/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 135px 0 35px;
    padding: 0 30px 30px;
	background-color: #ffffff;
	position: relative;
	border: 2px solid #444040;
}

.recipe h2 {
	text-align: center;
	font-size: 36px;
	-webkit-text-stroke: 2px #454141;
	-webkit-text-fill-color: #ffffff;
	margin: 0;
}
	
.recipe h3 {
	margin: 20px 0 10px;
}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	font-size: 13px;
	color: #989696;
	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: #be1828;
}

.recipe-meta {
 }
 .recipe-meta p {
 	display: inline-block;
 	padding: 0 15px;
 	margin: 0;
 }
 	 
 
.recipe-meta strong {
	
}

.recipe .post-date {
	
}

.recipe .summary {
    margin: 15px 0 0;
    clear: left;
    font-style: italic;
    font-size: 110%;
    text-align: center;
}

.recipe .ingredients {
	
}
.recipe .instructions strong {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 95%;
}

.recipe .notes {
	clear: both;
    margin-top: 25px;
}
	.recipe .notes p {
		margin-top: 0;
	}
.recipe .notes h3 {
	font-style: normal;
}
.recipe .source {
    color: #989696;
    font-size: 80%;
    font-style: italic;
    margin-top: 15px;
    clear: left;
}
	.recipe .source p {
		margin: 0;
		display: inline-block;
	}
.recipe .photo {
	width: 200px;
	height: auto;
	display: block;
	float: none;
	margin: -100px auto 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
	

.recipe .printbutton {
	width: 180px;
    margin: 25px auto 35px;
	clear: both;
    text-align: center;
}
	
.printbutton a {
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 14px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 8px 15px 7px;
	color: #ffffff;
	background-color: #4fa9a5;
	border: 2px solid #444040;
}
	.printbutton a i {
		margin-right: 5px;
		font-weight: normal;
	}

.printbutton a:hover, .printbutton a:active {
 	background-color: #be1828;   
}



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


.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-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-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    margin: 55px 0 25px;
    overflow: hidden;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #444040;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #be1828;
		}

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

	.post-nav em {
		display: block;
		font-style: normal;
		font-size: 10px;
		color: #989696;
		background-color: #ffffff;
		padding: 0 0 3px;
	    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	    font-style: normal;
	    font-weight: 500;
	    text-transform: uppercase;
	    letter-spacing: .1em;
	}



.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%;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 40px;
    padding: 35px 0 20px;
	background-image: url(images/bg.png);
}
.tab-nav {
	text-align: center;
}

.tab-links {
	overflow: hidden;
	text-align: center;
	width: auto;
	display: inline-block;
	margin: 25px auto 0;
}
.tab-links li {
    margin: 0 4px;
    display: inline-block;
    list-style: none;
}
	
	.tab-links a {
		text-decoration: none;
		padding: 3px 15px;
		display: inline-block;
		background: #ffffff;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .08em;
		color: #989696;
		transition: all linear 0.15s;
		position: relative;
		border: 2px solid #ffffff;
	}

    .tab-links a:hover {
		color: #be1828;
		text-decoration: none;
    }

.tab-links li.active a, .tab-links li.active a:hover {
	background: #4fa9a5;
	border-color: #4c4c4c;
	color: #ffffff;
	font-weight: bold;
}

.tab-links li.active a:before {
	display: none;
	bottom: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(222, 66, 111, 0); 
	border-bottom-color: #D44153; 
	border-width: 10px;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%); }

/*----- Content of Tabs -----*/

.tab {
	display: none;
	overflow: hidden;
	}

	.tab.active {
		display: block;
	}

.tab .item {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	position: relative;
}
	.tab .item:nth-child(4n) {
		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 */;
	color: #ffffff;
	text-align: center;
}
	.tab a:hover .post-content {
		opacity:1.0;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}
.tab .post-content .valign {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 8%;
}
.tab .post-content h2 {
	color: #454141;
	background-color: #ffffff;
	border: 2px solid #454141;
	padding: 8px 15px 6px;
	font-weight: 500;
	font-size: 14px;
	margin: 0;
}
.tab .post-meta {
	color: #ffffff;
	margin: 0;
}
.tab .post-title:after {
	display: none;
}


/*Homepage Category Sections*/
.home-sections {
	clear: both;
	margin-top: 30px;
}
.home-section {
	overflow: hidden;
	text-align: left;
	margin-bottom: 40px;
}
	.home-section h3.widget-title {
		
	}
	.home-section h3.widget-title a {
		color: #454141;
	} 
	.home-section h3.widget-title a em {
		float: right;	
		font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-size: 13px;
		color: #989696;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		margin: 8px 0 0;
	}
		.home-section h3.widget-title a:hover em {
			color: #be1828;
		}
.home-section .item {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 20px;
	float: left;
}
	.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 {
	font-size: 14px;
	text-align: center;
	margin: 13px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.home-section a:hover h4 {
		color: #be1828;
	}



/*---------TEASER STYLES---------*/

.teaser-post {
	width: 47%;
	float: left;
	overflow: hidden;
	margin: 0 0 50px 0;
	font-size: 96%;
	text-align: center;
}
	.teaser-post.odd, .related-posts .teaser-post:nth-child(2n+1) {
		margin-right: 6%;
		clear: left;
	}
	.teaser-post.even {
		
	}
	
	.teaser-post a {
		text-decoration: none;
	}
	.teaser-post img {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: -18px;
	}
.teaser-post .post-date {
	background-color: #ffffff;
	padding: 4px 10px 0;
	display: inline-block;
	margin: 0 auto;
}

.teaser-post h2.post-title {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.teaser-post a h2.post-title {
		color: #454141;
	}
	.teaser-post a:hover h2.post-title {
		color: #be1828;
	}
.teaser-post .excerpt {
	margin: 0;
}

.teaser-post .more {
	margin: 0;
}
a.more-link {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	color: #454141;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
}

	a.more-link:hover, span.more-link:hover {
		color: #be1828;
	}
	.teaser-post a.more-link {
		font-size: 15px;
	}


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

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

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

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

	.archive-post:nth-child(3n) {
	    margin-right: 0;
	}
	
	.archive-post:nth-child(3n+1) {
	    clear: both;
	}
	
.archive-post img {
    width: 100%;
    height: auto;
}

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

.archive-post .post-meta {
    margin: 0;
    font-size: 10px;
}	
	.archive-post .post-meta:before {
		display: none;
	}
.archive-post h4 {
	color: #454141;
    margin: 15px 0 -5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
	
.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 10px 0 10px;
}
.archive-post .post-meta {
	margin-top: 15px;
}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}


.archiveslist {
    overflow: hidden;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    padding-left: 10px !important;
    font-size: 94%;
    
}
.archiveslist a:link {
    color: #989696;
    text-decoration: none;
}

.archiveslist a:visited {
    color: #989696;
    text-decoration: none;
}
.archiveslist a:hover {
    color: #23938e;
}

.archiveslist a:active {
    color: #696969;
}
.archiveslist>li {
	margin: 0 !important;
	padding: 0 !important;
}

.archiveslist ul {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
	.archiveslist ul li {
	    font-size: 80%;
	    font-style: italic;
	}
	.archiveslist ul li:before {
		color: #989696;
	}
	.archiveslist ul li a {
	    color: #989696 !important;
	}
	
	.archiveslist ul li a:hover {
	    color: #23938e !important;
	}

.subcats {
	margin-bottom: 40px;
	text-align: center;
	border: 2px solid #444040;
	padding: 25px;
}

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

	.subcats ul li a {
		color: #ffffff !important;
		text-decoration: none;
		background-color: #4fa9a5;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: .1em;
		font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
		display: inline-block;
		padding: 4px 10px 2px;
		margin: 2px 2px 5px;
		border: 2px solid #444040;
	}
	.subcats ul li a:hover {
		background-color: #be1828;
	}
ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}
.tagslist li {
	font-size: 95%;
	color: #989696;
}
.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-right: 2px;
    width: 17px;
    height: 19px;
    float: left;
    border: solid 1px #f6f5f5;
}

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

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

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

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

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

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

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

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

.tagtitle a:hover {
    color: #696969;
}

/*Affiliate Items*/
.affiliate-items {
	overflow: hidden;
	margin: 55px 0 -10px;
}
.affiliate-items h3 {
	text-align: center;
	margin: 5px 0;
}
.affiliate-items p.small, p.affiliate {
	text-align: center;
	margin: 0 0 10px;
	color: #989696;
	font-style: italic;
	font-size: 13px;
}
	p.affiliate {
		text-align: left;
	}
.shop .archive-post {
    margin-right: 2%;
    margin-bottom: 15px;
    width: 23.5%;
    float: left;
    text-align: center;
    clear: none !important;
}

	.shop .archive-post:nth-child(4n) {
	    margin-right: 0;
	}
	
	.shop .archive-post:nth-child(4n+1) {
	    clear: both !important;
	}
	.shop .archive-post h4 {
		font-size: 13px;
		margin: 8px 0 3px;
	}
	.shop .archive-post .post-meta {
		margin: 0;
	}
.shop-post .post-thumb {
	position: relative;
}
.shop-post .price {
	display: inline-block;
	margin: 0;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: normal;
}
.shop-post .excerpt {
	font-size: 85%;
	line-height: 1.5;
	margin: 8px 0;
}
.shop-post .more {
	margin: 0;
}
.shop-post a.more-link {
	font-size: 12px;
	color: #4fa9a5;
}
	.shop-post a.more-link:hover {
		color: #be1828;
	}

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .cntctfrm_input input[type=submit] {
    color: #fff;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 1.2;
    background-color: #4fa9a5;
    border: 2px solid #444040;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
	font-weight: 500;
    cursor: pointer;
    margin-top: 5px;
    padding: 15px 25px 12px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    }
	a.smbutton {
		text-decoration: none;
		font-size: 10px;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .cntctfrm_input input[type=submit]:hover {
    background-color: #be1828;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input  {
    color: #696969;
    font-size: 13px;
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: 2px solid #444040;
}
.cntctfrm_input {
	margin: 5px 0 15px;
}
.commentinput, #commentform input, .cntctfrm_input {
	width: 100% }
	
#commentform textarea, .cntctfrm_input textarea {
	color: #696969;
	font-size: 13px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 2px solid #444040;
	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: "proximanova", Arial, Helvetica, Geneva, sans-serif;
    width: 100%;
}

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

.wpcf7-form p {
    font-size: 13px;
    text-align: right;
    text-transform: uppercase;
    display: block;
    margin: 0 20px 0 0;

}

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

.wpcf7-form .submit {
    clear: both;
}

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

.search-form .search-input {
    color: #696969;
    font-size: 13px;
    font-family: "proximanova", 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: 85%;
    height: 50px;
}

.search-form .search-submit {
    background-color: #ffffff;
   	color: #23938e;
    font-size: 18px;
    line-height: 47px;
    cursor: pointer;
    width: 15%;
    height: 50px;
    border-style: none;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    float: right;
}

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

	
.header-search {
	float: left;
	text-align: left;
	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;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-style: normal;
		font-size: 11px;
		color: #989696;
		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;
	}

	.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: 44px;
		height: 25px;
		width: 25px;
		background-color: transparent;
		font-family: "FontAwesome";
		color: #989696;
		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: #be1828;
		}



/*---------FOOTER---------*/
.footer {
	clear: both;
	margin: 70px 0 50px;
}
	.footer .wrap {
		overflow: hidden;
	}
.footer .widget {
	margin: 0;
}
.footer .subscribe {
	width: 30%;
	float: left;
	padding: 20px;
	margin-bottom: 30px;
}
.footer .social {
	width: 30%;
	float: left;
	clear: left;
	text-align: center;
}
	.footer .social h3 {
		margin: 0 0 10px;
		display: none;
	}
.footer .instagram {
	width: 67%;
	float: right;
	position: relative;
}
	.footer .instagram h3 {
		margin: 0 0 10px;
		text-align: left;
	}
/* Instagram Feed Styles */
#sb_instagram {
	overflow: hidden;
	clear: both;
}
#sbi_load {
	margin: 0;
	padding: 0;
	height: 0;
	margin-top: -2px;
}
#sbi_images {
	overflow: hidden;
}
#sb_instagram img {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  opacity: 1 !important;
}
#sb_instagram .sbi_type_video .sbi_playbtn{
  display: block !important;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -19px;
  padding: 0;
  font-size: 48px;
  color: #fff;
  color: rgba(255,255,255,0.9);
  font-style: normal !important;
  text-shadow: 0 0 8px rgba(0,0,0,0.8);
}

#sb_instagram #sbi_images .sbi_item { 
	width: 18.5%;
	height: 0 !important;
	padding-bottom: 18.5% !important;
	margin-right: 1.875%;
	margin-bottom: 1.875%;
	float: left;
	overflow: hidden;
}
	#sb_instagram #sbi_images .sbi_item:nth-child(5n) {
		margin-right: 0;
	}
#sb_instagram a, #sb_instagram img {
	display: block;
	width: 100%;
	height: auto;
}

#sb_instagram .sbi_follow_btn {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 500;
	position: absolute;
	top: 0;
	right: 0;
}

	#sb_instagram .sbi_follow_btn a {
		color: #989696;	
	}
	#sb_instagram .sbi_follow_btn a:hover {
		
		color: #be1828;
	}
.instagram .fa-instagram {
	font-size: 140%;
	margin-right: 6px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
}


/*Sub-footer*/
.sub-footer {
    overflow: hidden;
	font-size: 11px;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	padding: 20px 0;
	background-color: #454141;
	color: #ffffff;
}
	.adhesion .sub-footer {
		padding-bottom: 105px;
	}
.sub-footer a {
    text-decoration: none;
    color: #ffffff;
}
.sub-footer a:hover {
    color: #e4b420;
}

.footer-nav {
    margin: 0;
    padding: 0;
    width: 75%;
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .1em;
}

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

.footer-nav li.top a {
    font-weight: bold;
    color: #e4b420;
}


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

.copyright {
	text-align: center;
}



/*---------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: 30px 0;
	padding: 25px;
	border: 2px solid #444040;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	background: url(images/bg.png);
}
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #989696;
	margin: 0;
	letter-spacing: .08em;
	font-size: 10px;
	text-align: left;
	clear: none;
	 }
	 .comment-meta:before {
	 	display: none;
	 }
	.comment-meta a {
		color: #989696;
	}
.comment-meta strong           {
	color: #23938e;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	 }
.comment-meta strong a            {
	color: #23938e;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #be1828;
	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: #989696;
	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: #989696;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #be1828;
	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: #23938e }
.comment-nav .alignright a {
	color: #989696;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #23938e;
	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: #23938e;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #23938e;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #23938e;
	text-decoration: underline }

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

.pagination {
    font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .08em;
    clear: both;
    text-align: center;
    font-size: 12px;
    margin: 20px 0 0;
    overflow: hidden;
    color: #989898;
}
	.facet-pagination {
		text-align: left;
	}
.pagination .page-numbers, .pagination .facetwp-page {
    color: #989898;
    padding: 4px 10px 3px;
    margin: 0 3px;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #454141;
}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #be1828 !important;
	    margin: 0;
	    font-weight: bold;
	    border-color: #ffffff;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover, .pagination a.facetwp-page:hover {
	color: #ffffff;
    background-color: #23938e;
}

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

#top   {
	margin: 0;
	padding: 0;
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% -300px);
	width: calc(100% - 300px);
	font-weight: normal;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 13px;
	line-height: 46px;
	height: 46px;
	float: right;
	text-align: right;
}
.topmenu {
	display: block;
	width: 100%;
}

#top ul {
	margin: 0 auto;
	display: inline-block;
	width: auto;
}
#top li    {
	display: inline-block;
	margin: 0; 
	padding: 0;
	float: left;
	position: relative;
	}
#top li a  {
	display: block;
	padding: 0 12px;
	text-decoration: none;
	color: #ffffff;
	}
	
#top a:hover, #top li:hover>a {
	color: #e4b420;
	}


/*Sub Menus Level 1 */
#top ul ul { 
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	padding: 5px 0 10px;
	font-size: 11px;
	line-height: 24px;
	background-color: #454141;
	text-align: left;
	z-index: 2001;
	width: 160px;
	margin: 0;
	}
	
#top ul ul li {
	float: none;
	display: block;
	margin: 0;
	}
#top ul ul li a {
	width: 100%;
	border: none;
}
	#top ul ul li.bold a {
		font-weight: bold;
	}

#top ul li:hover > ul {
	display: block;
	}

	/* 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, #top ul ul li:hover>a {
		
		}

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

#main   {
	margin: 0px;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: normal;
	font-family: "proximanova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: normal;
	font-size: 13px;
	line-height: 32px;
	height: 32px;
	display: block;
	text-align: left;
}

#main ul {
	margin: 0 -15px;
}
#main li    {
	display: inline-block;
	margin: 0 3px; 
	padding: 0;
	float: left;
	position: relative;
	}
	#main li:nth-last-of-type(2) {
		border-right: none;
	}
#main li a  {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #4c4c4c;
	border: 2px solid #ffffff;
	}

#main a:hover, #main li:hover>a {
	color: #23938e;
	background-color: #ffffff;
	border: 2px solid #4c4c4c;
	}
#main li.browse {
	margin: 0;
}
#main li.browse a {
	color: #be1828;
	font-weight: 500;
	border-color: #ffffff;
}

#main li.bold a {
	font-weight: 500;
}

/*Sub Menus Level 1 */
#main ul ul { 
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	padding: 10px 0;
	font-size: 11px;
	line-height: 30px;
	text-align: left;
	z-index: 2001;
	width: 200px;
	margin: 0;
	background-color: #ffffff;
	border: 2px solid #4c4c4c;
	}
	
#main ul ul li {
	float: none;
	display: block;
	margin: 0;
	}
#main ul ul li a {
	width: 100%;
	width: 200px;
	border: none;
	border: none !important;
}

#main ul li:hover > ul {
	display: block;
	}
	
	#main ul li.menu-item-has-children>a:after {
		content: '+';
		display: none;
		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: #23938e;
		background-color: transparent;
		}
		
/*Sub Menus Level 2*/

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

#main li.search {
	float: right;
}
#main li.search i {
	margin-left: 0;
	font-size: 115%;
	color: #4c4c4c;
}
	#main li.search ul { 
		padding: 0;
		height: 45px;
		left: auto;
		right: 0;
		width: 220px;
		}
		#main li.search ul li {
			width: 220px;
			margin: 0;
			padding: 0;
			float: none;
		}
#main li.search a:hover {
	cursor: pointer;
}

#main li.search .search-form {
	border: none;
	display: block;
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0;
}
#main li.search .search-input {
	width: 100%;
	background-color: transparent;
	border: none;
	text-align: left;
	float: none;
	width: 100%;
	height: 45px;
	margin: 0;
	color: #454141;
	font: italic 13px/30px "proximanova", Arial, Helvetica, Geneva, sans-serif;
}
#main li.search .search-submit {
	display: none;
}