/* 
Theme Name: Kim's Cravings
Theme URL: http://www.kimscravings.com/
Description: Custom responsive blog theme for Kim's Cravings.
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%;
        width: -moz-calc(100% - 300px - 5%);
        width: -webkit-calc(100% - 300px - 5%);
        width: calc(100% - 300px - 5%);
        max-width: 640px;
        float: left;
        display: inline-block;
    }
	
    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 300px;
        float: right;
        clear: right;
        display: block;
    }
    
    .facet_content {
            width: -moz-calc(100% - 200px - 5%);
            width: -webkit-calc(100% - 200px - 5%);
            width: calc(100% - 200px - 5%);
            max-width: 100%;
            float: left;
            display: inline-block;
        }
    
        .facet_sidebar {
            width: 200px;
            float: right;
            display: block;
            padding-top: 15px;
        }

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

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

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

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

body {
    font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    color: #4d4d4d;
    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;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

a:link, a:visited, a:active {
    color: #4d4d4d;
    text-decoration: underline;
}

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

	.single-post-content p a {
		text-decoration: none;
		border-bottom: 1px solid #e0be3d;
		box-shadow: inset 0 -7px 0 #e0be3d;
	}

	.single-post-content p a:hover {
		border-bottom: 1px solid #e0be3d;
		box-shadow: inset 0 -19px 0 #e0be3d;
		color: #ffffff;
	}

p {
    margin: 25px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin: 25px 0 20px;
    color: #4d4d4d;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
    }
    
h3 {
    font-size: 15px;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .2em;
}

h4 {
    font-size: 16px;
}

h5 {
   font-size: 14px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}


.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 1px solid #ededed;
}

.sep2 {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0 30px;
	border-top: 1px solid #ededed;
}
	.sep2:after {
		content: "";
		display: block;
		width: 35px;
		height: 55px;
		background: #ffffff url(images/icon-gray@2x.png) no-repeat;
		background-size: 100% auto;
		margin: -30px auto 0;
	}

hr {
	border: 0; 
	height: 0; 
	border-top: 1px solid #ededed; 
	border-bottom: none;
}

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}
.header-ad, .footer-ad {
	overflow: hidden;
	text-align: center;
	margin: 20px 0;
}
	
.header {	
	clear: both;
	text-align: center;
}

.header .logo {
	overflow: hidden;
	margin: 20px auto 20px;
	width: 225px;
}

.header .logo a {
    display: inline-block;
    margin: 0 auto;
    width: 225px;
    height: 160px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% 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 15px 10px;
    padding: 0;
}

.span_content ul li:before {
    color: #e0be3d;
    font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    content: '\2022';/* '' */
    margin: 0 6px 0 -10px;
}

.span_content ol li {
    list-style-type: decimal;
    padding: 0 0 0px;
    margin: 0 0 20px 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.page-title, h1.archive-title, h2.page-title, h2.archive-title {
    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: 0 0 50px 0;
    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 {
 	text-align: center;
 	margin: 0 0 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: #908e8f;
    font-size: 13px;
    font-family: "Noto Serif", Georgia, "Times New Roman", Times, 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;
	margin-top: 0;
}
	.about.widget:first-child {
		margin-top: 0px;
	}

.about h3.widget-title {
	
}
.about strong {
	font-weight: bold;
	color: #4d4d4d;
}
.about h3.widget-title {
	display: none;
}
.about p.simple-image {
	margin: 0 0 20px;
	background: url(images/welcome.png) right center no-repeat;
	background-size: 140px auto;
}
	.about p.simple-image img {
		width: 140px;
		height: auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
.about .more a {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 12px;
}
.sidebar .widget.social {
	margin-top: -20px;
}
.widget.social p {
	margin: 0;
	display: inline;
}
	.widget.social a {
		font-size: 14px;
		padding: 2px 8px;
		color: #e0be3d;
	}

	.widget.social a .fa-stack-1x {
		font-size: 85%;
	}
	.widget.social a:hover {
		color: #4d4d4d;
		
	}
.social .fa-inverse {
	font-size: 85%;
}
.subscribe {	
	background-color: #ffffff;
	padding: 25px;
	border: 1px solid #ededed;
}

.subscribe h3.widget-title {
	font-size: 11px;
	margin: 0;
}
.subscribe h2 {
	margin: 0;
	font-size: 48px;
	line-height: 1;
}

.subscribe p {
	margin: 0 0 8px;
}
.subscribe p strong {
	font-weight: bold;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 110%;
}
.subscribe h3.widget-title {
 	
}
.email-form {
	clear: both;
	margin: 20px 0 0;
}

.email-input {
    color: #4d4d4d;
    font-size: 12px;
    line-height: 42px;
    font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #ededed;
    -moz-box-shadow: 5px 5px 0px #ededed;
    -webkit-box-shadow: 5px 5px 0px #ededed;
    box-shadow: 5px 5px 0px #ededed;
    padding: 0 15px;
    margin: 0 0 10px;
    width: 100%;
    height: 42px;
}
	.email-input::placeholder {
		color: #a6a5a5;
	}
.email-submit {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: bold;
	color: #ffffff;
	background-color: #4d4d4d;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0 10px;
    margin: 0;
    width: 100%;
    height: 42px;
    float: none;
}
	.email-submit:hover {
	    background-color: #e0be3d;
	}

/* -- 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 */
	
}
.sidebar .item h4 {
	margin: 10px 0 6px;
	color: #4d4d4d;
	font-size: 20px;
	line-height: 1;
}

/*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 h4 {
	
}

/*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: #4d4d4d;
}
	.sidebar .popular h4.title a {
		color: #4d4d4d;
	}
	.sidebar .popular h4.title a:hover {
		color: #e0be3d;
	}

/*Category Widget*/
.sidebar .widget_category-posts {
	
}
.sidebar .widget_category-posts h3.widget-title em {
	display: none;
}
.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 {
   
}
.sidebar .recentposts .item .post-meta {
	font-size: 9px;
}


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

.post {
    margin-bottom: 0px;
}

.post-date {
	font-weight: bold;
	color: #e0be3d;
}
.post-title h1, .post-title h2 {
    margin: 0;
}
.post-title h1 a, .post-title h2 a {
	text-decoration: none;
	color: #4d4d4d;
}
	.post-title h1 a:hover, .post-title h2 a:hover {
		color: #e0be3d;
	}

.post-meta {
	margin: 5px 0 30px;
	text-transform: uppercase;
    color: #abacac;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .22em;
    overflow: hidden;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
}
	.post-meta em {
		text-transform: lowercase;
		font-weight: normal;
		letter-spacing: normal;
		font-size: 11px;
		font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	}
	.post-meta a {
	    color: #abacac;
	    text-decoration: none;
	}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	    color: #e0be3d;
	}
.post-meta .spacer {
	display: inline-block;
	color: #dedede;
	margin: 0 10px;
	font-weight: 300;
}
.post-meta .post-cats {
	margin-bottom: 20px;
}
.post-cats a {
	color: #ffffff;
	background-color: #4d4d4d;
	display: inline-block;
	padding: 2px 12px;
	margin: 2px 1px;
}
	.post-cats a:hover {
		color: #ffffff;
		background-color: #e0be3d;
	}

.meta-bottom {
    clear: both;
    margin: 25px 0;
    overflow: hidden;
	line-height: 1.4;
}	
	.meta-bottom p {
		margin: 0;
	}
.meta-bottom .left {
    width: 70%;
    float: left;
    text-align: left;
    display: inline-block;
}

.meta-bottom .right {
    text-align: right;
    width: 70%;
    float: right;
}	

.meta-centered {
	text-align: center;
	margin: 25px 0 0;
}

a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
    color: #fff !important;
    font-size: 8px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #908e8f;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-left: 8px;
    padding: 2px 3px 1px;
    text-decoration: none;
    display: inline-block !important;
}

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: #e0be3d;
}

a.more-link {
	display: inline-block !important;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	color: #4d4d4d;
	background: url(images/continuereading.png) left center no-repeat;
	background-size: auto 100%;
	text-indent: -9999px;
	width: 214px;
	height: 40px;
}
	a.more-link:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
	
	.teaser-post a.more-link {
		width: 175px;
		height: 32px;
		background-size: 100% auto;
	}

.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 {
	margin: 35px 0;
	clear: both;
    padding: 5% 6%;
    background-color: #f2f2f2;
}
	.post blockquote p {
		margin: 0;
		text-align: center;
		font-size: 120%;
		font-style: italic;
	}
	


.wp-caption {
    text-align: left;
    max-width: 100% !important;
}

.wp-caption p {
    color: #abacac;
    font-size: 90%;
    text-align: center;
    margin-top: 2px;
    padding-right: 10px;
}
	
/*---------IMAGE GALLERIES---------*/
.gallery {
	margin: 20px auto;
	overflow: hidden;
}
.gallery-columns-2 .gallery-item {
	float: left;
	text-align: center;
	width: 48%;
}
	.gallery-columns-2 .gallery-item:nth-child(2) {
		float: right;
	}
.gallery-columns-3 .gallery-item {
	float: left;
	text-align: center;
	width: 31%;
	margin-right: 3.5%;
}
	.gallery-columns-3 .gallery-item:nth-child(3) {
		margin-right: 0;
	}
.gallery img {
	width: 100%;
	height: auto;
}
.gallery .gallery-caption {
	margin-left: 0;
}

/* Instagram Callout */

.recipe-ps {
	margin: -35px 0 35px;
	background-color: #e0be3d;
	padding: 25px;
	line-height: 1.6;
}
	.recipe-ps h4 {
		margin: 0 0 10px;
		color: #ffffff !important;
		font-size: 18px;
	}
	.recipe-ps p {
		margin: 0;
		font-size: 93%;
	}
	.recipe-ps i {
		color: #ffffff;
		font-size: 80px;
		line-height: .8;
		float: left;
		vertical-align: middle;
		margin-right: 20px;
	}
	.recipe-ps strong {
		
	}
	.recipe-ps a {
		font-weight: bold;
		text-decoration: underline !important;
	}
	.recipe-ps em {
		font-weight: bold;
		font-style: normal;
	}
	
/* Inner Post */
.inner-post {
    position: relative;
    margin-bottom: 90px;
    clear: both;
}
.inner-post .subscribe {
	margin: 0 auto;
	overflow: visible;
	text-align: center;
	padding: 25px 30px 30px;
}
	.inner-post .subscribe:before {
		content: "";
		width: 50px;
		height: 70px;
		display: block;
		background: url(images/icon@2x.png) left top no-repeat;
		background-size: auto 100%;
		margin: -60px auto 15px;
	}
.inner-post .subscribe h4 {
	font-size: 28px;
	margin: 0;
}
.inner-post .subscribe p {
	margin: 0 0 20px;
}

	.inner-post .subscribe .email-form {
		overflow: hidden;
		margin: 0;
	}
	.inner-post .subscribe .email-submit {
		margin: 9px 0 0;
	}
	.inner-post .subscribe .email-input {
		width: 48.5%;
		float: left;
	}
		.inner-post .subscribe .name-input {
			margin-right: 3%;
		}

/*Next/prev Posts*/
.post-nav {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    margin: 40px 0;
    padding: 25px 2px 20px;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #4d4d4d;
		text-decoration: none;
	}

	.post-nav .nav-previous {
		float: left;
		width: 48%;
	}
		
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 48%;
	}
		.post-nav div a {
			display: block;
		}
			.post-nav div a:hover {
				color: #e0be3d;
			}

	.post-nav em {
		display: block;
		font-style: normal;
		font-size: 10px;
		color: #908e8f;
		padding: 0;
	    font-weight: bold;
	    letter-spacing: .15em;
	    text-transform: uppercase;
	    font-family: "proxima_nova";
	}



.related {
	overflow: hidden;
	margin: 80px 0;
}
	.related h3 {
		margin: 5px 0 15px;
	}

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

/*----Homepage Featured Styles----*/

.homepage-featured {
	border-bottom: 4px double #ededed;
	margin: -10px 0 50px;
}
.home-subscribe {
	border-bottom: 1px solid #ededed;
	padding: 0 0 40px;
	margin-bottom: 50px;
}
	.footer-subscribe {
		border-top: 4px double #ededed;
		border-bottom: none;
		padding: 40px 0;
		margin: 0;
	}
	.home-subscribe .subscribe {
		margin: 0 auto;
		max-width: 800px;
		background: url(images/icon@2x.png) left center no-repeat;
		background-size: auto 100%;
		border: none;
		padding: 0 0 0 70px;
	}
		.home-subscribe .subscribe p strong {
			font-size: 18px;
		}
		.home-subscribe .subscribe .email-form {
			overflow: hidden;
			margin: 0;
		}
		.home-subscribe .subscribe .email-submit {
			width: 33%;
			float: left;
			margin: 3px 0 0 0;
		}
		.home-subscribe .subscribe .email-input {
			width: 30%;
			margin-right: 3%;
			float: left;
		}

.tabs {
	clear: both;
    width: 100%;
    display: block;
}
.tab-content {
}
.tab-nav {
	text-align: center;
}
.tab-links {
	overflow: hidden;
	text-align: center;
	width: auto;
	display: inline-block;
	margin: 25px auto -24px;
	padding: 0 20px; 
	background-color: #ffffff;
}

.tab-links li {
    margin: 0;
    padding: 0 !important;
    display: inline-block;
    list-style-type: none;
}
	.tab-links li:before {
		display: none !important;
	}
	
	.tab-links a {
		text-decoration: none;
		padding: 5px 15px;
		margin: 0;
		display: inline-block;
		color: #a6a6a6;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .2em;
		font-weight: bold;
		-webkit-transition: color .2s ease-in-out;
		-moz-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
		position: relative;
	}

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

.tab-links li.active a, .tab-links li.active a:hover {
	color: #ffffff;
	background-color: #e0be3d;
	font-weight: bold;
}
	.tab-links li.active a:after {
		border-top-color: #ffffff; 
	}

/* Tab Content*/

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

	.tab.active {
		display: block;
	}

.tab .item {
	width: -moz-calc((100% - 6%)/3);
	width: -webkit-calc((100% - 6%)/3);
	width: calc((100% - 6%)/3);
	margin-right: 3%;
	float: left;
	position: relative;
}
	.tab .item:nth-child(3n) {
		margin-right: 0;
	}
	.tab .item img {
		width: 100%;
		height: auto;
	}
.tab .item a.overlay {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #e0be3d;
	background-color: rgba(224,190,61,.85);
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */

}
	.tab a .caption {
		padding: 15px;
		text-align: center;
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	}
	.tab a .caption h2 {
		font-size: 21px;
		color: #4d4d4d;
		margin: 4px 0 10px;
	}
		.tab a .caption:before {
			content: "";
			display: block;
			margin: 0 auto 10px;
			background: url(images/icon-white@2x.png) no-repeat;
			background-size: 26px auto;
			width: 26px;
			height: 43px;
		}
	.tab a .caption .post-meta {
		color: #ffffff;
		font-size: 11px;
		margin: 0;
	}
	.tab a.overlay:hover {
		opacity:1.0;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}



	



/*---------TEASER STYLES---------*/
.post-featured-images {
	overflow: hidden;
}
	.post-featured-images .post-featured-image {
		float: left;
		width: 65.625%;
	}
	.post-featured-images .alt-featured-image {
		float: right;
		clear: right;
		width: 31.25%;
		margin-bottom: 3.125%;
		position: relative;
	}
	.post-featured-images img {
		width: 100%;
		height: auto;
		display: block;
	}
	.post-featured-images a {
		display: block;
	}
		.post-featured-images a:hover {
			opacity:0.7;
			filter:alpha(opacity=70); /* For IE8 and earlier */
		}
	.alt-featured-image a.overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-color: #e0be3d;
		background-color: rgba(224,190,61,.75);
		z-index: 1001;
		color: #ffffff;
		font-weight: bold;
		font-family: "proxima_nova";
		text-transform: uppercase;
		letter-spacing: .2em;
		font-size: 11px;-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
		
	}
		.alt-featured-image a.overlay .caption {
			padding: 15px;
			text-align: center;
			width: 100%;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-51%);
			-ms-transform: translateY(-51%);
			transform: translateY(-51%);
		}
			.alt-featured-image a.overlay .caption:before {
				content: "";
				display: block;
				margin: 0 auto 10px;
				background: url(images/icon-white@2x.png) no-repeat;
				background-size: 26px auto;
				width: 26px;
				height: 43px;
			}
		.alt-featured-image a.overlay .caption .post-meta {
			color: #ffffff;
		}
		.alt-featured-image a.overlay:hover {
			background-color: #e0be3d;
			background-color: rgba(224,190,61,.95);
			opacity:1.0;
			filter:alpha(opacity=100); /* For IE8 and earlier */
			
			
		}
.post-content>p:first-of-type {
	font-style: italic;
	font-size: 115%;
	color: #828282;
	text-align: left !important;
}
.post-content .sponsored, p.affiliate {
	font-size: 80%;
	color: #a6a6a6;
	margin: 25px 0;
}

.teaser-post {
	position: relative;
	background-color: #ffffff;
	margin-bottom: 50px;
	width: 46%;
	max-width: 310px;
	float: left;
}
	.teaser-post.odd {
		margin-right: 6%;
		clear: both;
	}
	.teaser-post.even {
		float: right;
	}
	.teaser-post a {
		text-decoration: none;
		display: block;
	}
	.teaser-post img {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0;
	}

.teaser-post h2.post-title {
	margin: 20px 0 10px;
}
.teaser-post .excerpt {
	
}
.teaser-content p {
	margin: 0 0 20px;
}

.teaser-post .more {
	margin: 0;
}
.teaser-post .post-meta {
	margin: 10px 0 0;
	padding: 0;
}

/*Homepage Category Sections*/
.home-sections {
	clear: both;
	margin-top: 30px;
}

.home-section {
	overflow: hidden;
	margin: 50px 0;
}

	.home-section h3.widget-title {
		text-align: left;
		margin: 0 0 20px;
		font-size: 15px;
		color: #4d4d4d;
	}
	.home-section h3.widget-title a {
		color: #4d4d4d;
		text-decoration: none;
	} 
		.home-section h3.widget-title a em {
			font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
			text-transform: none;
			letter-spacing: normal;
			font-weight: normal;
			font-size: 12px;
			color: #908e8f;
			display: inline-block;
			float: right;
		}
		.home-section h3.widget-title a:hover, .home-section h3.widget-title a:hover em {
			color: #e0be3d;
		}
.home-section .item {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 15px;
	float: left;
	position: relative;
}
	.home-section .item:nth-child(3n) {
		margin-right: 0;
	}
	.home-section .item:nth-child(3n+1) {
		clear: left;
	}
	.home-section .item img {
		width: 100%;
		height: auto;
	}
	.home-section .item a {
		text-decoration: none;
		display: block;
	}
.home-section .item a h4 {
	margin: 12px 0;
}
	.home-section .item a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		
	}
.home-section .item a h4 {
	
}

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

	.archive-post:nth-child(3n) {
	    margin-right: 0;
	}
	
	.archive-post:nth-child(3n+1) {
	    clear: both;
	}
	
.shop .shop-post {
    margin-right: 2% !important;
    margin-bottom: 20px;
    width: 23.5%;
    float: left;
    clear: none !important;
    text-align: center;
}
	.shop .shop-post {
		text-align: center;
	}
	.shop .shop-post:nth-child(4n) {
	    margin-right: 0 !important;
	}
	.shop .shop-post:nth-child(4n+1) {
	    clear: both !important;
	}
	
	
.archive-post img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.archive-post a {
    text-decoration: none;
    display: block;
}
	.archive-post a.post-edit-link {
		display: inline-block;
	}
.archive-post .post-meta {
    margin: 0;
    font-size: 10px;
}	
	.archive-post .post-meta:before {
		display: none;
	}
.archive-post h4 {
	color: #4d4d4d;
    margin: 10px 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 15px;
}
	
.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 10px 0 10px;
}
.archive-post .post-meta {
	margin-top: 5px;
	font-size: 9px;
}
	
.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: 5px !important;
    
}
	.archiveslist li {
	    margin: 0;
	    -webkit-column-break-inside: avoid; /* Chrome, Safari */
	    page-break-inside: avoid;           /* Theoretically FF 20+ */
	    break-inside: avoid-column;         /* IE 11 */
	    display:table;                      /* Actually FF 20+ */
	}
.archiveslist a:link {
    color: #4d4d4d;
    text-decoration: none;
}

.archiveslist a:visited {
    color: #4d4d4d;
    text-decoration: none;
}
.archiveslist a:hover {
    color: #e0be3d;
}

.archiveslist a:active {
    color: #e0be3d;
}
.archiveslist>li {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 5px !important;
}

.archiveslist ul {
	margin: 4px 0 0;
	padding: 0;
	width: 100%;
}
	.archiveslist ul li {
	    font-size: 90%;
	    font-style: italic;
	}

.subcats {
	margin-bottom: 40px;
	border: 1px solid #eeeeee;
	padding: 25px 25px 15px;
	text-align: center;
}

.subcats h4 {
    margin: 0 0 10px;
}
.subcats ul {
	overflow: hidden;
	margin: 0 0 0 -10px;
	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: #4d4d4d;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 9px;
		letter-spacing: .1em;
		font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		display: inline-block;
		padding: 4px 10px;
		margin: 2px 2px 5px;
	}
	.subcats ul li a:hover {
		background-color: #e0be3d;
	}
ul.tagindex, .tagindex li {
    margin: 0 !important;
    padding: 0 !important;
}
.tagslist>li {
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 5px !important;
	font-size: 90%;
}
.tagslist>li em {
	font-size: 90%;
	color: #88898a;
	margin-left: 8px;
}
.tagindex li:before {
    display: none;
}

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

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

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

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

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

.tagtitle {
    margin-bottom: 5px;
}

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

.tagtitle em {
    color: #a6a5a5;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 9px;
        font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    float: right;
}

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

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

.affiliate-items {
	clear: both;
	margin-top: 35px;
	text-align: center;
	border: 1px solid #ededed;
	padding: 20px;
	padding-bottom: 1px;
}
.affiliate-items h3 {
	margin: 0;
	text-align: center;
}
.affiliate-items p {
	margin: 0;
	text-align: center;
}
/*Breadcrumbs*/
.breadcrumb {
    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
    color: #4d4d4d;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .1em;
    clear: both;
    margin: 0;
}
	.breadcrumb a {
	    color: #4d4d4d;
	    text-decoration: underline;
	}
	.breadcrumb a:hover {
	    color: #e0be3d;
	}

/*Facets*/
.facets {
	font-size: 94%;
	line-height: 2;
}
	.facets .facetwp-counter {
		display: none;
	}
.facets h3 {
	margin: 0 0 10px;
}
.facetwp-facet {
	font-size: 88%;
	margin: 0 0 20px !important;
	padding-bottom: 20px;
	border-bottom: 1px solid #ECECEC;
}
	.facetwp-facet-search {
		border-bottom: none;
	}
.facetwp-toggle {
	font-style: italic;
}
.facetwp-per-page {
	margin-bottom: 25px;
}
.sort {
	float: right;
	vertical-align: middle;
}
	.sort-top {
		margin: -45px 0 0px;
	}
	.sort-bottom {
	}
.sort .facetwp-per-page, .sort .facetwp-sort {
	display: inline-block;
	margin: 0 0 0 10px;
}
.facet-pagination {
	margin: 10px 0 !important;
	text-align: center !important;
	padding: 15px 0;
}

.facetwp-search {
	border: 1px solid #EDEDED;
	color: #696969;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #fff;
	padding: 0 10px;
	vertical-align: middle;
	height: 40px;
	width: 100%;
}

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .cntctfrm_input input[type=submit] {
    color: #fff;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 1.2;
    font-weight: bold;
    background-color: #4d4d4d;
    border: none;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
    padding: 15px 25px 13px;
    -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: 9px;
		padding: 5px 12px;
		display: inline-block !important;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .cntctfrm_input input[type=submit]:hover {
    background-color: #e0be3d;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input  {
    color: #696969;
    font-size: 14px;
    font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: 1px solid #ededed;
}
.cntctfrm_input {
	margin: 5px 0 15px;
}
.commentinput, #commentform input, .cntctfrm_input {
	width: 100% }
	
#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 14px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-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;
}
.wpcf7-form {
    width: 100%;
}

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

.wpcf7-form p {
   
    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: #908e8f;
    font-size: 14px;
    font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
    line-height: 50px;
    background-color: #fff;
    padding: 0 12px;
    border: none;
    vertical-align: middle;
    float: left;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% -50px);
    width: calc(100% - 50px);
    height: 50px;
}

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

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

	
.header-search {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border: none;
	background-color: #ffffff;
	width: 160px;
	height: 28px;
}
	
	.header-search .search-input {
		height: 28px;
		line-height: 28px;
		width: -moz-calc(100% - 28px);
		width: -webkit-calc(100% - 28px);
		width: calc(100% - 28px);
		font-size: 12px;
		border: 1px solid #ededed;
	}
	.header-search .search-submit {
		height: 28px;
		line-height: 28px;
		width: 28px;
		margin: 0;
		padding: 0;
		font-size: 14px;
	}



/*---------FOOTER---------*/
.footer {
	clear: both;
	margin-top: 50px;
}
.widget.press h3.widget-title {
	color: #908e8f;
	font-size: 12px;
}
/*Sub-footer*/
.sub-footer {
    overflow: hidden;
    font-family: "proxima_nova";
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	padding: 20px 0;
	border-top: 1px solid #ededed;
	color: #a6a6a6;
}
.sub-footer a {
    text-decoration: none;
    color: #a6a6a6;
}
.sub-footer a:hover {
    color: #e0be3d;
}

.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: #4d4d4d;
}


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

.copyright {
	text-align: center;
	font-size: 10px;
}
	.copyright em {
		font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
		font-weight: normal;
	}



/*---------COMMENTS---------*/

#comments, #pings           {
	margin-top: 5px }
#respond           {
	margin-top:50px }
#comment-list          {
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}
#comment-list li           {
	margin: 30px 0;
	padding: 25px;
	background-color: #ffffff;
	border: 1px solid #ededed;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}
#comment-list li.bypostauthor {
	border: none;
	padding: 0;
}
#comment-list li.bypostauthor>div.comment {
	background-color: #f6f6f6;
	padding: 20px;
}
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	margin: 0;
	font-size: 10px;
	text-align: left;
	clear: none;
	 }
	 .comment-meta:before {
	 	display: none;
	 }
	.comment-meta a {
	}
.comment-meta strong           {
	font-weight: bold;
	font-size: 14px;
	color: #4d4d4d;
	 }
.comment-meta strong a            {
	color: #4d4d4d;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #e0be3d;
	text-decoration: underline }


#comment-list .avatar    {
	float: right;
	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: #4d4d4d;
	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: #4d4d4d;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #e0be3d;
	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: #e0be3d }
.comment-nav .alignright a {
	color: #4d4d4d;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #e0be3d;
	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: #4d4d4d;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #4d4d4d;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #e0be3d;
	text-decoration: underline }

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

.pagination, .nav-links {
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
    clear: both;
    text-align: center;
    font-size: 12px;
    margin: -30px 0 0;
    padding: 10px 0;
    overflow: hidden;
    color: #abacac;
}
.pagination .page-numbers, .nav-links a {
    color: #abacac;
    padding: 4px 10px;
    margin: 0 5px;
    text-decoration: none;
    display: inline-block;
}
	.nav-links a {
		padding: 0;
	}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #4B4849 !important;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover{
	color: #4d4d4d;
}
.nav-links {
	margin: -10px 0 0;
}
.nav-links .nav-previous {
	width: 50%;
	float: left;
	text-align: left;
}
.nav-links .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}

	.nav-links a:hover {
		color: #e0be3d;
		background-color: transparent;
	}

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

#main   {
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-family: "proxima_nova";
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 13px;
	line-height: 50px;
	height: 50px;
	display: block;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.mainmenu {
	display: block;
	width: 100%;
}

#main ul {
}
#main li    {
	display: inline-block;
	margin: 0; 
	padding: 0;
	position: relative;
	}

#main li a  {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #4d4d4d;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
	}
#main li a:hover, #main li:hover a {
	color: #e0be3d;
}

/*Sub Menus Level 1 */
#main ul ul { 
	display: none;
	position: absolute;
	top: 48px;
	left: 50%;
	padding: 8px 0;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: .1em;
	background-color: #e0be3d;
	text-align: center;
	z-index: 2001;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	}
	
#main ul ul li {
	float: none;
	width: 190px;
	margin: 0;
	}
#main li li a {
	width: 100%;
	padding: 7px 15px;
	border: none;
	color: #ffffff !important;
}
	#main li li.bold a {
		font-weight: bold;
		color: #4d4d4d !important;
	}
	
	#main li li a:hover, #main li li:hover a {
		color: #4d4d4d !important;
	}
		#main li li.bold a:hover {
			color: #747474 !important;
		}
#main ul li:hover > ul {
	display: block;
	}


	/* Show indicator for menu items with children */
	#main ul li.menu-item-has-children>a:after {
		content: "\f107";
		font-family: 'Font Awesome 5 Pro';
		font-weight: lighter;
		float: right;
		display: inline;
		margin: 0px 0 0 5px;
		font-size: 92%;
	}
	#main ul ul li.menu-item-has-children>a:after {
		content: "\f054";
		font-family: 'Font Awesome 5 Pro';
		font-weight: lighter;
		float: right;
		display: inline;
		margin: 0px 0 0 3px;
		font-size: 90%;
	}
	
	#main ul ul a:hover, #main ul ul li:hover>a {
		color: #ffffff;
		}
		
/*Sub Menus Level 2*/

#main ul ul li ul {
	left: 190px;
	top: -8px;
	margin: 0;
	background-color: #e0be3d;
	}
	#main ul ul li ul:before {
		display: none;
	}

#main li.search, #main li.social {
	height: 36px;
	line-height: 36px;
	margin: 7px 0;
}
/* Top Social */
#main li.social {
	float: left;
	border-right: 1px solid #ededed;
	padding-right: 15px;
}
#main li.social a {
	padding: 0 6px;
	font-weight: normal !important;
	color: #e0be3d;
}
	#main li.social a:hover {
		color: #a6a6a6 !important;
	}


/* Top Search */
#main li.search {
	float: right;
	border-left: 1px solid #ededed;
	padding-left: 15px;
	width: 150px;
}
	#main li.search .search-form {
		margin: 3px 0 0;
		border: none;
	}
	#main li.search .search-input {
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		width: -moz-calc(100% - 28px);
		width: -webkit-calc(100% -28px);
		width: calc(100% - 28px);
	}
		#main li.search .search-input::placeholder {
			color: #a6a6a6;
		}
	#main li.search .search-submit {
		text-align: right;
		font-size: 14px;
		height: 28px;
		line-height: 28px;
		width: 28px;
	}