/* 
Theme Name: Foxes Love Lemons
Theme URL: http://www.foxeslovelemons.com/
Description: Custom responsive blog theme for Foxes Love Lemons.
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: 62%;
        float: left;
        display: inline-block;
    }
	
    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

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

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

/*---------STRUCTURE---------*/
@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-light-webfont.woff2') format('woff2'),
         url('fonts/proximanova-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "Lora", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    color: #41413f;
    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: #59c3c5;
    text-decoration: underline;
}

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

p {
    margin: 22px 0;
}

h1, h2, h3, h4, h5 {
    font-family: "Lora", Georgia, "Times New Roman", Times, serif;
    
    line-height: 1.2;
    margin: 25px 0
}

h1 {
    color: #41413f;
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
}

h2 {
    color: #41413f;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    }

h3 {
    color: #41413f;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 14px;
}

h4 {
    color: #41413f;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}

h5 {
    color: #949696;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 14px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	height: 1px;
	border-bottom: 1px solid #EDEDED;
	margin: 45px 0;
}
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: #f1f1f1;
	text-align: center;
}
	.top-bar .social {
		display: none;
	}
.header {	
}

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

.header .logo a {
    display: inline-block;
    margin: 0 auto;
    width: 675px;
    height: 80px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
}
.header .tagline {
	color: #8d8d8c;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .2em;
}
.header-ad {
	float: right;
	width: 728px;
	margin: 40px 0 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: #ef582a;
    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: 90%;
}
.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; 
}

	.topsidebar h3.widget-title:after, .lowersidebar h3.widget-title:after  {
		display: block;
		content: "";
		width: 55px;
		height: 1px;
		border-bottom: 3px solid #ef582a;
		margin: 15px auto 15px;
	}
	
.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: #949696;
    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 #EDEDED;
}
.screen-reader-text {
    display: none;
}


.about, .widget_simpleimage {
	text-align: center;
}
.about h3.widget-title {
	display: inline-block;
	background-color: #ffffff;
	margin: 0;
	padding: 5px 15px;
}

.about .more a, .widget_simpleimage .more a {
	font-size: 13px;
	color: #59c3c5;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .15em;
}
	.about .more a:hover, .widget_simpleimage .more a:hover {
		color: #ef582a;
	}
.about p.simple-image img {
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.sidebar .social {
	margin-top: -20px;
	margin-bottom: 40px;
}
	.sidebar .social a {
		font-size: 18px;
		padding: 5px 7px;
		color: #eacf17;
	}
	.sidebar .social a:hover {
		color: #ef582a;
	}
.subscribe {
	text-align: center;
	background: #59c3c5;
	padding: 10% 7% 7%;
}

.subscribe p {
	font-style: italic;
	color: #ffffff;
}
.subscribe h3 {
 	font-size: 12px;
 	color: #ffffff;
 	font-weight: normal;
 	margin: 0;
 }
 .subscribe h4 {
 	margin: 5px 0 10px;
 	font-size: 32px;
 }
.subscribe h3.widget-title:after {
 	border-color: #eacf17;
 }
.email-form {
    clear: both;
    margin-top: 25px;
}

.email-input {
    color: #41413f;
    font-size: 14px;
    line-height: 42px;
    font-family: "Lora", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    background-color: #ffffff;
    border:none;
    border-right: none;
    border-top: none;
    padding: 0 10px;
    margin: 0 0 10px 0;
    width: 100%;
    height: 42px;
}

.email-submit {
	background-color: transparent;
    color: #eacf17;
    font-weight: 300;
    font-style: normal;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    letter-spacing: .1em;
    font-size: 26px;
	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 {
	color: #ef582a;

}


/* -- 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 .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;
}
.sidebar .featured h4 {
	display: none;
}

/*Popular Posts Widget*/

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

.sidebar .popular .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}

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

.sidebar .popular h4.title {
	margin: 10px 0 5px;
	font-size: 16px;
	color: #41413f;
	display: none;
}
	.sidebar .popular h4.title a {
		color: #41413f;
	}
	.sidebar .popular h4.title a:hover {
		color: #ef582a;
	}

/*Category Widget*/

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

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

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

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

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

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

.sidebar .recentposts .item h4 {
    margin: 10px 0;
    font-size: 16px;
}


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

.post {
    margin-bottom: 0px;
}

.post-title {
	text-align: center;
	margin-bottom: 30px;
}
	
h1.title {
    margin: 0;
    color: #41413f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.post-title a {
	text-decoration: none;
}
.post-title a:hover h1 {
    color: #ef582a;
}

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


.post-meta {
    color: #949696;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    clear: both;
}

	.post-meta:after {
		content: "";
		display: block;
		height: 1px;
		border-bottom: 3px solid #ef582a;
		width: 60px;
		margin: 15px auto;
	}
	.post-meta a {
	    color: #949696;
	    text-decoration: none;
	}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #ef582a;
}

.meta-bottom {
    clear: both;
    margin: 25px 0;
    overflow: hidden;
}	
	.meta-bottom:after {
		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: #949696;
    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: #59c3c5;
}

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

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

.recipe h2 {
	text-align: center;
}
.recipe h3 {
	font-size: 16px;
	margin: 20px 0 10px;
}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	font-size: 16px;
	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: #ef582a;
}

.recipe-meta {
    text-align: center;
    }
    .recipe-meta:before {
    	content: "";
    	display: block;
    	height: 1px;
    	border-bottom: 3px solid #ef582a;
    	width: 60px;
    	margin: 15px auto 20px;
    }
    .recipe-meta:after {
    	display: none;
    }	
.recipe-meta strong {
	font-weight: normal;
	letter-spacing: normal;
	text-transform: lowercase;
	font-size: 12px;
}

.recipe-meta p {
	display: inline-block;
	text-align: center;
    margin: 0 10px 0 0;
}
	.recipe-meta p:last-of-type:after {
		display: none;
	}

.recipe .summary {
    margin: 15px 0 0;
    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;
    font-style: italic;
    color: #71716c;
}
	.recipe .notes p {
		margin-top: 0;
	}
.recipe .notes h3 {
	font-style: normal;
}
.recipe .source {
    color: #b5b5b4;
    font-size: 80%;
    font-style: italic;
    margin-top: 15px;
    clear: left;
}
	.recipe .source p {
		margin: 0;
		display: inline-block;
	}
.recipe img.photo {
	margin: -100px auto 0;
	width: 200px;
	height: auto;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
	

.recipe .printbutton {
	width: 200px;
    margin: 20px auto 30px;
	clear: both;
    text-align: center;
}
	
.printbutton a {
	text-decoration: none;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 13px;
	display: block;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 8px 20px 7px;
	color: #ffffff;
	background-color: #59c3c5;
}
	.printbutton a i {
		margin-right: 5px;
		font-weight: normal;
	}

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

.recipe-ps {
	margin: 0 0 35px;
	background-color: #f1f1f1;
	padding: 30px;
}
	.recipe-ps i {
		font-size: 99px;
		line-height: .85;
		float: left;
		margin: 0 15px 0 0;
		color: #d5d5d5;
	}
	.recipe-ps strong {
		font-weight: bold;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: .1em;
	}

/* 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-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: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    margin: 55px 0 35px;
    overflow: hidden;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #41413f;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #ef582a;
		}

	.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-size: 11px;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-style: normal;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: .1em;
		color: #949696;
		background-color: #ffffff;
		padding: 0 0 3px;
	}



.related {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 0px;
}
	.related h3 {
		margin: 5px 0 30px;
		text-align: center;
	}

.related .archive-post {
	margin-bottom: 0;
}

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

/*Featured Section*/
.homepage-featured {
	overflow: hidden;
	margin-bottom: 60px;
}
.featured-block-lg {
	width: 62%;
	margin-right: 1%;
	float: left;
	position: relative;
}

	.featured-block-lg a .overlay {
		display: block;
		position: absolute;
		bottom: 0;
		font-size: 65px;
		line-height: .9;
		font-weight: 300;
		font-style: normal;
		text-transform: uppercase;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		letter-spacing: .06em;
		color: #ffffff;
		text-shadow: 1px 1px 10px rgba(0,0,0,.4);
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		width: 100%;
		text-align: center;
		
	}
	.featured-block-lg a:hover .overlay {
		color: #ef582a;
	}
.featured-block-sm {
	width: 35.9%;
	float: right;
}

	.featured-block-title {
		margin-bottom: 2%;
		position: relative;
	}
		.featured-block-title a {
			text-decoration: none;
			display: block;
			width: 100%;
			height: 100%;
			position: relative;
			background: #59c3c5;
		}
			.featured-block-title a:hover {
				background-color: #ef582a;
			}
	.featured-block-title a .caption {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.featured-block-title .post-meta {
		color: #ffffff;
		margin: 5px 0;
	}
	.featured-block-title .post-meta:after {
		display: none;
	}
	
	.featured-block-title h2 {
		margin: 0;
		padding: 0 15px;
	}
	.featured-block-title h2:after {
		content: "<<<<<<<";
		display: block;
		margin: 5px 0 0;
		color: #eacf17;
		font-weight: 300;
		font-style: normal;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		letter-spacing: .1em;
	}
	
.featured-block img {
	width: 100%;
	height: auto;
	display: block;
}

/*What's Trending*/
.trending {
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}
.trending .category-posts, .trending .popular {
	overflow: hidden;
}
.trending .item {
	width: 18%;
	margin-right: 2.5%;
	float: left;
}
	.trending .item:last-child {
		margin-right: 0;
	}
	.trending .item img {
		width: 100%;
		height: auto;
		display: block;
	}
.trending .item a {
	display: block;
}
.trending .item a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

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

.teaser-post {
	width: 47%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 50px 0;
	font-size: 96%;
}
	.teaser-post.odd, .related-posts .teaser-post:nth-child(2n+1) {
		margin-right: 6%;
		clear: left;
	}
	.teaser-post.even {
		
	}
	
	.teaser-post a {
		text-decoration: none;
	}
	.teaser-post img {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: -26px;
	}
.teaser-post .post-meta {
	background-color: #ffffff;
	display: inline-block;
	padding: 5px 15px;
	color: #8d8d8c;
}
.teaser-post h2.title {
	margin: 0 auto 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.teaser-post a:hover h2.title {
		color: #ef582a;
	}
	
.teaser-post .excerpt {
	text-align: center;
	margin: 0;
}

.teaser-post .more {
	text-align: center;
	margin: 0;
}
a.more-link {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	color: #59c3c5;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
}

	a.more-link:hover, span.more-link:hover {
		color: #ef582a;
	}



/*---------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;
}
	.shop-post img {
		border: 1px solid #EDEDED;
	}
.archive-post a {
    text-decoration: none;
}

.archive-post .post-meta {
    margin: 0;
    font-size: 10px;
}	
	.archive-post .post-meta:after {
		display: none;
	}
.archive-post h4 {
	color: #41413f;
    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, .archiveslist li {
    margin: 0 !important;
    padding: 0 !important;
}

.archiveslist li:before {
	display: none;
}
.archiveslist li a {
	text-decoration: none;
	color: #41413f;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: 13px;
	display: inline-block;
}
	.archiveslist ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	.archiveslist ul li a {
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;
		display: inline-block;
		background-color: #59c3c5;
		padding: 3px 10px 1px;
	}
	.archiveslist ul li a:hover {
		background-color: #ef582a;
	}
	
/*Tag Index*/
ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}

.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-right: 3px;
    width: 20px;
    height: 20px;
    float: left;
    border: solid 1px #f6f5f5;
}

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

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

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

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

.tagslist {
    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: 90%;
    color: #949696;
    
}
	.tagslist a {
	    color: #41413f;
	    text-decoration: none;
	}
	
	.tagslist a:hover, .tagslist a:active {
	    color: #59c3c5;
	}


.tagtitle {
    margin: 20px 0 12px;
}

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

.tagtitle em {
    color: #949696;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 12px;
    font-weight: normal;
    float: right;
}

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

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

/*Subcategories*/
.subcats {
	margin-bottom: 40px;
	text-align: center;
	border: 1px solid #EDEDED;
	padding: 20px;
}

.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: #59c3c5;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: .05em;
		display: inline-block;
		padding: 2px 10px 0px;
	}
	.subcats ul li a:hover {
		background-color: #ef582a;
	}

/*----PRESS PAGE----*/
	
.page-id-5072 .pagecontent ul {
	margin-top: 0;
	margin-left: 180px;
	margin-bottom: 30px;
}
.page-id-5072 .pagecontent ul li {
	
	margin-top: 0;
	padding-top: 0;
}
.page-id-5072 .pagecontent ul.nomargin {
	margin-left: 0;
	margin-bottom: 30px;
	clear: both;
}
.page-id-5072 .pagecontent img.presslogo {
	clear: left;
	margin-right: 10px;
	float: left
}
.page-id-5072 .pagecontent ul li strong {
	color: #43423f;
	font-weight: bold;
}
.page-id-5072 .pagecontent ul li em {
	font-weight: bold;
}
.page-id-5072 .pagecontent hr {
	clear: both;
	margin: 25px 0;
	height: 1px;
	width: 100%;
	border: none;
	outline: none;
	border-bottom: 1px solid #ececeb;
	display: block;
}

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

#submit, .submitbutton, #commentform #submit, a.smbutton {
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    background-color: #59c3c5;
    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: #ef582a;
}

.commentinput, .styledinput, .captchainput, #commentform input  {
    color: #696969;
    font-size: 13px;
    font-family: "Lora", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: solid 1px #696969;
}

.commentinput, #commentform input {
	width: 100% }
	
#commentform textarea {
	color: #696969;
	font-size: 13px;
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #EDEDED;
	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 {
    width: 100%;
}

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

.wpcf7-form p {
    line-height: 30px;
    text-align: right;
    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 #EDEDED;
    overflow: hidden;
}

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

.search-form .search-submit {
    background-color: #ffffff;
   	color: #59c3c5;
    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: #ef582a;
}

	
.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: #41413f;
	}
	
	.header-search .search-submit {
		font-size: 18px;
		font-weight: normal;
		line-height: 25px;
		height: 25px;
		width: 25px;
		background-color: transparent;
		font-family: "FontAwesome";
		color: #ef582a;
		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: #59c3c5;
		}


/*--TABS--*/
/* Category Tabs */

.cpt-widget {
	overflow: hidden;
	clear: both;
	margin: 50px 0 60px;
}

.cpt-tab-content {
	clear: both;
	overflow: hidden;
}
	

#cpt-widget {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
	#cpt-widget ul {
		margin: 0;
		padding: 0;
	}
	#cpt-widget li {
		
	}

#cpt-content-wrapper {
	width: 100%;
	position: relative;
	padding: 0;
}

#cpt-content-wrapper .cpt-current-content {
	display: block !important;
}

#cpt-content-wrapper .cpt-tab-content {
	display: none;
}

#cpt-content-wrapper ul li {
	width: 18%;
	margin-right: 2.5%;
	float: left;
}
	#cpt-content-wrapper ul li:last-child {
		margin-right: 0;
	}
	#cpt-content-wrapper ul li img {
		width: 100%;
		height: auto;
		display: block;
	}
#cpt-content-wrapper .cpt-title {
	margin: 10px 0 0;
	font-size: 16px;
	display: none;
}
#cpt-content-wrapper a {
	display: block;
	text-decoration: none;
}
#cpt-content-wrapper a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}

#cpt-content-wrapper .cpt-tab-content li:last-child {
	margin-bottom: 0;
}

#cpt-tab {
	  float: none;
	  width: 100%;
	  
}

#cpt-tab li {
	list-style: none;
	margin: 0 5px 0;
	padding: 0 0 15px;
	text-align: center;
	overflow: hidden;
	width: auto !important;
	display: inline-block;
}
	#cpt-tab li:last-of-type {
		border-bottom: none;
	}
	#cpt-widget li:before {
		display: none;
	}

#cpt-tab li a {
	font-size: 12px;
	padding: 7px 15px 7px 17px;
	line-height: 1.3;
	display: inline-block;
	color: #41413f;
	background-color: #ffffff;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	text-decoration: none;
	position: relative;
	/*border-bottom: 3px solid #ffffff;*/
}
#cpt-tab li a:hover {
	color: #59c3c5;
}
#cpt-tab li a.cpt-current-item {
	border-color: #ef582a;
	background-color: #ef582a;
	color: #ffffff;
}
	#cpt-tab li a.cpt-current-item:after {
		top: 100%; 
		left: 50%; 
		border: solid transparent; 
		content: " "; 
		height: 0; 
		width: 0; 
		position: absolute; 
		pointer-events: none; 
		border-color: rgba(222, 66, 111, 0); 
		border-top-color: #ef582a;
		border-width: 10px; 
		margin-left: -10px;
	}


/*---------FOOTER---------*/
.footer {
	clear: both;
	margin-top: 50px;
	border-top: 1px solid #ececeb;
}
.sub-footer {
    overflow: hidden;
    padding: 40px 0 30px;
	background-color: #f1f1f1;
}
.sub-footer .wrap {
	overflow: hidden;
}
.sub-footer .footer-widget {
	width: 32%;
	display: inline-block;
	margin: 0;
}
	.sub-footer .footer-widget.instagram {
		float: right;
	}

.sub-footer .subscribe {
	background-color: transparent;
	padding: 0;
	float: left;
	text-align: left;
}
.sub-footer .widget_nav_menu {
	line-height: 3;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .08em;
	width: 150px !important;
	margin: 0 10%;
}	
.sub-footer .widget_nav_menu a {
	color: #8d8d8c !important;
	text-decoration: none;
	}
	.sub-footer .widget_nav_menu a:hover {
		color: #ef582a !important;
	}
.sub-footer .subscribe h3 {	
	color: #41413f;
	font-size: 14px;
	font-weight: bold;
}
.sub-footer .subscribe p {
	color: #8d8d8c;
	font-style: normal;
	text-align: left;
	font-size: 14px;
	letter-spacing: normal;
	text-transform: none;
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
}
.sub-footer .subscribe .email-form {
	
}
	.sub-footer .subscribe .email-input {
		text-align: left;
		height: 52px;
		line-height: 52px;
		margin-bottom: 15px;
	}
	.sub-footer .subscribe .email-submit {
		background-color: #59c3c5;
		color: #ffffff;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: .2em;
		height: 52px;
		line-height: 52px;
	}
		.sub-footer .subscribe .email-submit:hover {
			background-color: #ef582a;
		}

.sub-footer .social {
	margin: 25px 0 0;
}
.sub-footer .social a {
	color: #ef582a;
	font-size: 18px;
	padding: 8px;
	text-decoration: none;
}
	.sub-footer .social a:hover {
		color: #59c3c5;
	}


/* Instagram Feed Styles */
.footer .instagram .textwidget {
	
}
#sb_instagram {
	overflow: hidden;
	clear: both;
}
#sbi_load {
	margin: 0;
	padding: 0;
	height: 0;
}
#sbi_images {
	overflow: hidden;
	width: 100%;
}
	.instagram-2 #sbi_images {
		float: right;
	}
#sb_instagram img {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  opacity: 1 !important;
}

/* Videos */
#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: 31%;
	height: 0 !important;
	padding-bottom: 31% !important;
	margin: 0 3.5% 3.5% 0;
	float: left;
}
	#sb_instagram #sbi_images .sbi_item:nth-child(3n) {
		margin-right: 0;
	}
#sb_instagram a, #sb_instagram img {
	display: block;
	width: 100%;
	height: auto;
}


.copyright {
	text-align: center;
	color: #8d8d8c;
	font-size: 12px;
	padding: 40px 0;
}
	.adhesion .copyright {
		padding-bottom: 100px;
	}
	.copyright a {
		color: #8d8d8c;
	}
	.copyright strong {
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 12.5px;
		font-weight: normal;
	}
	.copyright em {
		color: #b3b3b2;
	}
.copyright .logo a {
    display: inline-block;
    margin: 0 auto;
    width: 130px;
    height: 50px;
    background: url(images/logo-mini.png) no-repeat;
    background-size: 100% auto;
}
/*---------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;
	border-bottom: 1px solid #ececeb;
}
#comment-list li           {
	border-top: 1px solid #ececeb;
	margin: 0;
	padding-top: 30px;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	border: none;
	border-left: 3px solid #ef582a;
	padding: 10px 10px 10px 20px;
	margin: 30px; }
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #949696;
	margin: 0;
	letter-spacing: .08em;
	font-size: 10px;
	text-align: left;
	clear: none;
	 }
	 .comment-meta:after {
	 	display: none;
	 }
	.comment-meta a {
		color: #949696;
	}
.comment-meta strong           {
	color: #41413f;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: normal;
	text-transform: none;
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	 }
.comment-meta strong a            {
	color: #41413f;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #ef582a;
	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: #949696;
	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: #949696;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #ef582a;
	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: #59c3c5 }
.comment-nav .alignright a {
	color: #949696;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #59c3c5;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul.children {
	margin: 0 !important;
	padding: 0 !important }
#comment-list li li {
	border: none;
}
#cancel_reply, #cancel_reply a       {
	color: #59c3c5;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #59c3c5;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #59c3c5;
	text-decoration: underline }

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

.pagination {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .08em;
    clear: both;
    text-align: center;
    font-size: 11px;
    margin: 20px 0 0;
    overflow: hidden;
    color: #989898;
}
	.facet-pagination {
		text-align: left;
	}
.pagination .page-numbers, .pagination .facetwp-page {
    color: #989898;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #EDEDED
}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #41413f !important;
	    border-color: #ffffff;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover, .pagination a.facetwp-page:hover {
	color: #ffffff;
    background-color: #59c3c5;
}

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

#main   {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	font-weight: normal;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	line-height: 60px;
	height: 60px;
	display: block;
}
.mainmenu {
	display: block;
	width: 100%;
}

#main ul {
	margin: 0;
}
#main li    {
	display: inline-block;
	margin: 0 -3px; 
	padding: 0;
	position: relative;
	}
#main li a  {
	display: block;
	padding: 0 18px;
	text-decoration: none;
	color: #41413f;
	}
	
#main a:hover, #main li:hover>a {
	color: #59c3c5;
	background-color: #e2e2e2;
	}


/*Sub Menus Level 1 */
#main ul ul { 
	display: none;
	position: absolute;
	top: 60px;
	left: 50%;
	padding: 10px 0;
	font-size: 11px;
	line-height: 18px;
	background-color: #e2e2e2;
	text-align: center;
	z-index: 2001;
	width: 210px;
	margin: 0 0 0 -105px;
	}
	
#main ul ul li {
	float: none;
	display: block;
	margin: 0;
	}
#main ul ul li a {
	width: 100%;
	width: 210px;
	padding: 6px 15px;
	border: none;
}
	#main ul ul li.bold a {
		font-weight: bold;
	}

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

	
	#main ul li.menu-item-has-children>a:after {
		content: '+';
		display: inline;
		margin: 2px 0 0 3px;
		display: none;
	}

	/* Show indicator for menu items with children */
	#main ul ul li.menu-item-has-children>a:after {
		content: '>';
		float: right;
		display: inline;
		margin: 0px 0 0 3px;
	}
	
	#main ul ul a:hover, #main ul ul li:hover>a {
		color: #59c3c5;
		}
		
/*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 {
	
}
#main li.search i {
	margin-left: 5px;
	font-size: 115%;
	color: #59c3c5;
}
	#main li.search ul { 
		padding: 0;
		height: 45px;
		left: auto;
		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: #41413f;
	font: italic 13px/30px "Lora", Georgia, "Times New Roman", Times, serif;
}
#main li.search .search-submit {
	display: none;
}