/* 
Theme Name: White on Rice Couple
Theme URL: http://www.whiteonricecouple.com
Description: Custom responsive blog theme for White on Rice Couple.
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% - 320px - 5%);
        width: -webkit-calc(100% - 320px - 5%);
        width: calc(100% - 320px - 5%);
        max-width: 700px;
        float: left;
        display: inline-block;
    }
	
    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 320px;
        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;
        clear: right;
        display: block;
    }

}
.wrapper {
	overflow: hidden;
}
	body.single-post .wrapper:before {
		top: 10px;
		height: 95px;
	}
	
.wrap {
    margin: 0 auto 0;
    padding: 0 20px;
    width: 100%;
    max-width: 1140px;
}

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

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


body {
    font-family: "Lora", Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.8;
    color: #58595a;
    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: #ee9148;
    text-decoration: underline;
}

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

p {
    margin: 25px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .12em;
    line-height: 1.2;
    margin: 25px 0;
    color: #58595a;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
    }
    
h3 {
    font-size: 17px;
}
	h3.divider {
		font-size: 22px;
		margin-top: 0;
	}
h4 {
    font-size: 14px;
}

h5 {
	font-size: 14px;
	color: #a7a5a5;
}

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

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

/*---------HEADER---------*/

.top-bar {
	background-color: #f5f5f5;
	line-height: 50px;
	font-family: uniform;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 10px;
	font-weight: bold;
	color: #a7a5a5;
}
	.top-bar .left {
		width: -moz-calc(100% - 300px);
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
		text-align: left;
		float: left;
	}
	.top-bar .right {
		width: 300px;
		text-align: right;
		float: right;
	}
.top-bar .social {
	display: inline-block;
	vertical-align: middle;
}
	.top-bar .social a {
		font-size: 14px;
		color: #a7a5a5;
		padding: 5px;
	}

.header {	
	clear: both;
	margin-bottom: 10px;
}
	body.home .header {
		border-bottom: none;
		margin-bottom: 0;
	}
	body.home.paged .header {
		margin-bottom: 10px;
	}
.header .logo {
	overflow: hidden;
	margin: 35px 0;
	width: 315px;
	float: left;
}

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

.header-search {
	display: inline-block;
	background-color: #ffffff;
	height: 38px;
	float: right;
	margin: 35px 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: #ee9148;
    content: '\2022';/* '' */
    margin: 0 6px 0 -10px;
    font-size: 12px;
}

.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 {
	margin-top: 0;
}

/*---------SIDEBAR---------*/

.sidebar {
	font-size: 14px;
}
.leftsidebar {
	width: 48%;
	float: left;
}
.rightsidebar {
	width: 48%;
	float: right;
}
.midsidebar {
	overflow: hidden;
}
.lowersidebar {
	padding-bottom: 50px;
	clear: both;
	background: url(images/pepper.png) center bottom no-repeat;
	background-size: 62px auto;
}

.widget {
    margin: 40px 0;
    text-align: center;
}
	.topsidebar .widget:first-child {
		margin-top: 0;
	}
.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 20px;
}
	h3.widget-title em {
		color: #a7a5a5;
		font-style: normal;
		font-weight: bold;
		font-size: 11px;
		margin: 0 8px;
	}
.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: #a7a5a5;
    font-size: 13px;
    font-family: "Lora", 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;
	margin-bottom: 40px;
}

.about h3.widget-title {
	margin: 0 0 15px;
	background-color: #ffffff;
	display: inline-block;
	padding: 8px 15px;
}
.about p.simple-image {
	width: 100%;
	margin: 0 0 -28px;
}
.about .more a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 12px;
	font-family: "uniform";
}
.about p strong {
	color: #58595a;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 13px;
	font-family: "uniform";
}
.sidebar .widget.social {
	margin-top: -30px;
	margin-bottom: 40px;
}
	.social a {
		text-decoration: none;
		font-size: 12px;
		color: #58595a;
		padding: 0;
	}
		.sidebar .social a {
			color: #ee9148;
			font-size: 20px;
			padding: 5px 8px;
		}
			
	.social a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	.social a i.fab {
		font-weight: normal !important;
	}
.social .fa-inverse {
	font-size: 85%;
	margin: 0 auto;
	padding: 0;
}

.sidebar .subscribe {
	
}

.sidebar .subscribe h3 {
	margin: 0;
}
.sidebar .subscribe p {
	font-style: italic;
}

.subscribe .email-form {
	clear: both;
	margin: 15px 0 0;
	overflow: hidden;
}
	.email-form input::placeholder {
		color: #cfcfcf;
	}
	.sidebar .email-form {
		overflow: hidden;
		border: 1px solid #ededed;
	}
.subscribe .email-input {
	width: 100%;
	border: none;
	background-color: #ffffff;
	font-style: italic;
	font-size: 15px;
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	border: 1px solid #ededed;
	height: 50px;
	line-height: 50px;
	margin: 0 0 15px 0;
	padding: 0 15px;
	color: #2a2a2a;
}
	.sidebar .email-input {
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
		float: left;
		vertical-align: middle;
		margin: 0;
		border: none;
	}
.subscribe .email-submit {
	float: none;
	border: none;
	width: 100%;
	font-size: 15px;
	margin: 0;
	background-color: transparent;
	color: #ee9148;
	text-align: center;
	font-family: "uniform";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .12em;
	height: 30px;
	line-height: 30px;
}
	.subscribe .email-submit:hover {
		cursor: pointer;
		color: #f5bd91;
	}
	
	.sidebar .email-submit {
		width: 80px;
		height: 50px;
		line-height: 50px;
		float: left;
		vertical-align: middle;
		margin: 0;
	}



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

/*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 .recentposts {
	
}
.sidebar .popular, .sidebar .recent {
    text-align: left;
    overflow: hidden;
}

.sidebar .popular .item, .sidebar .recent .item {
    width: 47%;
    margin: 0 6% 6% 0;
    float: left;
}
	.sidebar .popular .item:nth-of-type(2n), .sidebar .recent .item:nth-of-type(2n) {
	    margin-right: 0;
	}
	
	.sidebar .popular .item:nth-last-child(-n+2), .sidebar .recent .item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
.sidebar .popular .item img, .sidebar .recent .item img {
	width: 100%;
	height: auto;
	display: block;
}
.sidebar .popular h4.title, .sidebar .recent h4.title {
	
}

.sidebar .popular .post-meta, .sidebar .recent .post-meta {
	display: none;
}

/*Category Widget*/
.sidebar .widget_category-posts {
	
}
.sidebar .widget_category-posts h3.widget-title a {
	color: #333 !important;
}
.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 img {
	
	}

	.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;
}
.sidebar .category-posts .more {
	display: none;
}
.category-posts .more {
	clear: both;
	text-align: center;
}
	.category-posts .more a {
		text-decoration: none;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: .12em;
		font-weight: bold;
		color: #ee9148;
	}
		.category-posts .more a:hvoer {
			color: #333;
		}


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

.post {
    margin-bottom: 0px;
}

h1.post-title, h2.post-title {
    margin: 0 0 8px;
}
h1.post-title a, h2.post-title a {
	text-decoration: none;
	color: #58595a;
}
	h1.post-title a:hover, h2.post-title a:hover {
		color: #ee9148;
	}

.post-meta {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
    color: #a7a5a5;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .12em;
    overflow: hidden;
    margin: 0 0 25px;
}
	.post-meta em {
		text-transform: lowercase;
		font-weight: normal;
		letter-spacing: normal;
		font-family: "Lora", Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
	}
	.post-meta a {
	    color: #a7a5a5;
	    text-decoration: none;
	}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	    color: #ee9148;
	}
.post-date {
	margin: 0 0 5px;
}
.post-meta .spacer {
	display: inline-block;
	color: #dedede;
	margin: 0 5px;
	font-weight: 300;
}
.ccount a:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 2px;
	content: "\f075";
	font-family: "Font Awesome 5 Pro";
	color: #ee9148;
	font-weight: bold;
	font-size: 90%;
}
.post-meta .post-cats {
	margin-bottom: 10px;
}
.post-cats a {
	color: #a7a5a5;
	background-color: #ffffff;
	border: 1px solid #ededed;
	display: inline-block;
	font-size: 9px;
	padding: 4px 10px 5px;
	margin: 3px 1px;
}
	.post-cats a:hover {
		color: #ffffff;
		background-color: #ee9148;
	}

.meta-bottom {
    clear: both;
    margin: 25px 0;
    overflow: hidden;
	line-height: 1.4;
	text-align: left;
}	
	.home-post-content .meta-bottom {
		margin: 10px 0 0;
		font-size: 10px;
	}
	.meta-bottom p {
		margin: 0;
	}
.meta-bottom .left {
    width: 80%;
    float: left;
    text-align: left;
    display: inline-block;
}

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

.meta-centered {
	text-align: center;
	margin: 45px 0 0;
}
.meta-centered p {
	margin: 5px 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: #a7a5a5;
    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: #58595a;
}
.home-post-content .more {
	clear: both;
}
a.more-link {
	display: inline-block;
	text-decoration: none;
	font-family: uniform;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	color: #ee9148;
}
	a.more-link:hover {
		color: #f5bd91;
	}

.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: 10px 0;
	clear: both;
    padding: 4% 4%;
    background-color: #f7f7f7;
}
	.post blockquote p {
		margin: 0;
		font-size: 100%;
	}
	


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

.wp-caption p {
    color: #a09fa0;
    font-size: 90%;
    text-align: center;
    margin-top: 2px;
    padding-right: 10px;
}

/*.post-content>p:first-of-type {
	font-size: 120%;
	font-style: italic;
}
	.single-post-content .post-content>p:first-of-type {
		text-align: left !important;
	}*/
	
	
/*---------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;
}
	
/* Inner Post */

.recipe-ps {
	padding: 30px 20px;
	margin: 0 0 35px;
	font-size: 90%;
	text-align: center;
	background-color: #f4f4f4;
	
}
	.recipe-ps h4 {
		margin: 0 5px 5px 0 !important;
		font-size: 18px;
	}
	
	.recipe-ps h5 {
		margin: 8px 0 15px;
		color: #ee9148;
		font-size: 10px;
		font-weight: bold;
	}
	.recipe-ps p {
		margin: 0 !important;
	}
	.recipe-ps a {
		
	}
	
.disclosure, p.small {
	text-align: center;
	font-family: "Lora", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #a7a5a5;
	font-size: 12px;
}
	p.disclosure-top {
		margin: 5px 0;
	}
	p.affiliate-top {
		text-align: left;
	}
.affiliate-items {
	text-align: center;
	clear: both;
	padding-bottom: 0px;
	border-bottom: 1px solid #ededed;
}
	.affiliate-items h3 {
		margin: 0 0 5px;
	}
	.affiliate-items p {
		margin: 0;
	}
	
.inner-post {
	clear: both;
}
	.inner-post .widget {
		margin: 0 0 30px;
	}

.widget.cookbook {
	overflow: hidden;
	text-align: left;
	margin: 50px 0;
	background-color: #f4f4f4;
	padding-right: 4%;
}
	.sidebar .widget.cookbook {
		background-color: transparent;
		padding: 0;
		text-align: center;
	}
.widget.cookbook img {
	width: 40%;
	height: auto;
	margin: 0;
	margin-right: 4%;
	float: left;
	display: block;
}
	.sidebar .widget.cookbook img {
		float: none;
		width: 100%;
	}
.widget.cookbook h3 {
	margin: 5% 0 8px;
	color: #ee9148;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
	.sidebar .widget.cookbook h3 {
		text-align: center;
	}
.widget.cookbook h4 {
	margin: 10px 0;
	font-size: 18px;
}
.widget.cookbook p {
	font-size: 15px;
	margin: 0;
}
.widget.cookbook .more {
	margin-top: 15px;
}
.widget.cookbook .more a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 11px;
	font-family: "uniform";
	color: #ffffff !important;
	background-color: #ee9148;
	display: inline-block;
	padding: 5px 15px;
}
	.widget.cookbook .more a:hover {
		background-color: #f5bd91;
	}

/*Next/prev Posts*/
.post-nav {
    color: #a09fa0;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    margin: 50px 0 55px;
}
	.nav-links {
		overflow: visible !important;
		width: 100%;
	}
	.post-nav a {
		color: #a09fa0;
		text-decoration: none;
		position: relative;
	}
	
	
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 50%;
		position: relative;
	}
		.post-nav .nav-next img {
			float: right;
			width: 30%;
			height: auto;
			vertical-align: middle;
		}
		.post-nav .nav-next .caption {
			vertical-align: middle;
			width: 70%;
			float: left;
			padding-right: 12px;
			position: absolute;
			top: 50%;
			left: 0;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}
	.post-nav .nav-previous {
		float: left;
		width: 50%;
		position: relative;
	}
		.post-nav .nav-previous img {
			float: left;
			width: 30%;
			height: auto;
			vertical-align: middle;
		}
		.post-nav .nav-previous .caption {
			vertical-align: middle;
			width: 70%;
			float: left;
			padding-left: 12px;
			position: absolute;
			top: 50%;
			right: 0;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

	.post-nav h5 {
		color: #58595a;
		margin: 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;

	}
	.post-nav .subhead {
		display: inline-block;
		color: #a09fa0;
		font-size: 10px;
		font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		background-color: #ffffff;
		padding: 0 0 3px;
	}
		.post-nav .nav-next .subhead {
			
		}
	.post-nav a:hover {
	    opacity:0.7;
	    filter:alpha(opacity=70); /* For IE8 and earlier */
	}



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

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

/*----Homepage Featured Styles----*/
.homepage-featured {
	margin-bottom: 40px;
}
.homepage-featured .wrap {
	
}
.tabs {
	clear: both;
    width: 100%;
    display: block;
    padding-bottom: 0px;
}
.tab-content {

}
.tab-nav {
	text-align: center;
}
.tab-links {
	overflow: hidden;
	text-align: center;
	width: auto;
	display: inline-block;
	margin: 10px auto 0;
	padding: 0; 
	padding-left: 0 !important;
}

.tab-links li {
    margin: 0 !important;
    padding: 15px 0 0 !important;
    display: inline-block;
    list-style-type: none;
	position: relative;
}
	.tab-links li:before {
		display: none !important;
	}
	
	.tab-links a {
		display: inline-block;
		text-decoration: none;
		padding: 0 15px;
		margin: 0;
		display: inline-block;
		color: #58595a;
		font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
		font-size: 11px;
		line-height: 27px;
		height: 27px;
		text-transform: uppercase;
		letter-spacing: .12em;
		font-weight: 700;
		-webkit-transition: color .2s ease-in-out;
		-moz-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
		background-color: #ffffff;
	}
		.tab-links a:after { 
			display: block;
			top: 0; 
			left: 50%; 
			content: "\f077"; 
			font-family: "Font Awesome 5 Pro";
			font-weight: 300;
			font-size: 180%;
			height: 15px; 
			width: 15px; 
			position: absolute; 
			pointer-events: none;
			margin-left: -10px;
			color: #ffffff;
		}
			
    .tab-links a:hover {
		color: #ee9148;
		text-decoration: none;
    }

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

/* Tab Content*/

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

	.tab.active {
		display: block;
	}

.tab .item {
	width: 32%;
	float: left;
	position: relative;
	margin-right: 2%;
}
	.tab .item:nth-child(3n) {
		margin-right: 0;
	}
	.tab .item img {
		width: 100%;
		height: auto;
	}
.tab a {
	display: block;
	text-decoration: none;
}

.tab a h2 {
	color: #ffffff;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.75);
	color: #ffffff;
	font-size: 36px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	font-family: uniform;
	letter-spacing: .12em;
	font-size: 13px;
	line-height: 1.5;

}
	.tab a h2 .valign {
		text-align: center;
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		padding: 20px;
	}
	.tab a:hover h2 {
		opacity:1.0;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}
	
/*-----More From T+D------*/
.more-from {
	position: relative;
}
	.more-from:before {
		width: 100%;
		height: 105px;
		background-color: #f8f8f8;
		content: "";
		display: block;
		position: absolute;
		top: 13px;
		z-index: -1;
	}
.more-from .wrap {
	overflow: hidden;
}
.more-from .wrap .more-section {
	width: 13%;
	margin-right: 4.4%;
	float: left;
}
	.more-from .wrap .more-section:last-child {
		margin-right: 0;
	}
.more-from .more-section img {
	width: 100%;
	height: auto;
}
.more-from .more-section p {
	margin: 0;
	text-align: center;
}
.more-from .more-section h4 {
	display: none;
}
.more-from .more-section p.more a {
	font-family: uniform;
	color: #58595a;
	font-size: 11px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 10px 0;
}

/*-----Homepage Subscribe------*/
.home-subscribe, .inner-post .subscribe {
	clear: both;
	text-align: center;
	margin: 70px auto;
	max-width: 800px;
	overflow: hidden;
}
	.inner-post .subscribe {
		border: 1px solid #ededed;
		padding: 50px 20px;
	}
.home-subscribe h3, .inner-post .subscribe h3 {
	text-indent: -9999px;
	width: 130px;
	height: 55px;
	background-image: url(images/subscribe.png);
	background-size: 130px auto;
	float: left;
	margin: 0;
}
.home-subscribe .email-form, .inner-post .subscribe .email-form {
	width: -moz-calc(100% - 130px);
	width: -webkit-calc(100% - 130px);
	width: calc(100% - 130px);
	float: right;
	margin: 5px 0 0;
	clear: none;
	position: relative;
}
.home-subscribe .email-input, .inner-post .subscribe .email-input {
	width: 39%;
	float: left;
	margin: 0 0 0 15px;
}
.home-subscribe .email-submit, .inner-post .subscribe .email-submit {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
	width: 150px;
}
/*----Latest Posts----*/
.wrapper {
	position: relative;
}
	.wrapper:before {
		width: 100%;
		height: 105px;
		background-color: #f8f8f8;
		content: "";
		display: block;
		position: absolute;
		top: 13px;
		z-index: -1;
	}

/*-----Homepage Category Sections------*/

.home-sections {
	overflow: hidden;
	clear: both;
	margin-top: 60px;
}
.home-section {
	overflow: hidden;
	margin-bottom: 90px;
	position: relative;
}
	.home-section .wrap {
		position: relative;
	}
	.home-section:before {
		width: 100%;
		height: 105px;
		background-color: #f8f8f8;
		content: "";
		display: block;
		position: absolute;
		top: 25px;
		z-index: -1;
	}
	
.home-section h3 {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
	.home-section h3 a {
		color: #58595a;
	}
	.home-section h3 em {
		color: #a7a5a5;
		display: block;
		font-style: normal;
		font-weight: bold;
		font-size: 10px;
		letter-spacing: .12em;
		margin: -15px 0 2px;
	}
.home-section .item {
	overflow: hidden;
	text-align: left;
	width: 22.75%;
	margin-right: 3%;
	float: left;
	position: relative;
}
	.home-section .item:nth-child(4n) {
		margin-right: 0;
	}
	.home-section .item img {
		display: block;
		width: 100%;
		height: auto;
	}

.home-section .item a {
	display: block;
	text-decoration: none;
}

.home-section .item a h4 {
	color: #ffffff;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.75);
	color: #ffffff;
	font-size: 36px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	font-family: uniform;
	letter-spacing: .12em;
	font-size: 13px;
	line-height: 1.5;

}
	.home-section .item a h4 .valign {
		text-align: center;
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		padding: 20px;
	}
	.home-section .item a:hover h4 {
		opacity:1.0;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}
	
	
.home-section .more {
	clear: both;
	text-align: left;
	position: absolute;
	top: -7px;
	right: 15px;
	
}
	.home-section .more a {
		color: #a7a5a5;
		font-size: 11px;
	}
		.home-section .more a:hover {
			color: #ee9148;
		}
.home-section a {
	text-decoration: none;
}

/*.home-section h3:before {
	color: #a7a5a5;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: .12em;
	margin: 0 0 3px;
}
	.home-section:nth-child(1) h3:before {
		content: "Featured Recipes";
	}
	.home-section:nth-child(2) h3:before {
		content: "travel & life";
	}
	.home-section:nth-child(3) h3:before {
		content: "Garden, Shop, Etc...";
	}*/

/*---------TEASER STYLES---------*/
.teaser-post {
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
	text-align: left;
	width: 47.15%;
	float: left;
}
	.teaser-post.odd {
		clear: left;
		margin-right: 5.7%;
	}
	.teaser-post img {
		width: 100% !important;
		height: auto;
		display: block;
		margin-bottom: 20px;
	}

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


.teaser-post h2.post-title {
	margin: 10px 0 5px;
	text-align: left;
}

.teaser-post .post-meta {
	margin: 0;
}
	.search-post .post-meta {
		margin: 10px 0 15px;
	}
.teaser-post p {
	margin: 0 0 25px;
}
	.search-post p {
		margin: 0 0 15px;
		font-size: 90%;
	}
.teaser-post .more {
	margin: 0;
}



/*---------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 .archive-post {
		width: 18%;
		margin-right: 2.5% !important;
		margin-bottom: 2.5%;
		clear: none !important;
		float: left;
	}
	.shop .archive-post:nth-child(5n) {
		margin-right: 0 !important;
	}
	.shop .archive-post:nth-child(5n+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 h4 {
	color: #58595a;
    margin: 15px 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	line-height: 1.4;
	font-weight: normal;
	font-size: 14px;
}
	
.archive-post .excerpt p {
	font-size: 84%;
	line-height: 1.6;
	margin: 10px 0 10px;
	font-style: italic;
}
.archive-post .post-meta {
	margin-top: 10px;
	font-size: 9px;
}
	.archive-post .post-meta:before, .archive-post .post-meta:after {
		display: none;
	}	
.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: #58595a;
    text-decoration: none;
}

.archiveslist a:visited {
    color: #898a8c;
    text-decoration: none;
}
.archiveslist a:hover {
    color: #ee9148;
}

.archiveslist a:active {
    color: #58595a;
}
.archiveslist>li {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 5px !important;
	    font-size: 90%;
}

.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 18px;
	text-align: center;
	background-color: #ffffff;
}

.subcats h3, .subcats h4 {
    margin: 0 0 20px;
	font-size: 15px;
	font-weight: normal;
	color: #ee9148;
}
ul.subcategories {
	overflow: hidden;
	margin: -10px 0 -10px !important;
	padding: 0 !important;
}
	ul.subcategories li {
		display: inline-block;
		margin: 0 !important;
	}
	ul.subcategories ul li ul {
		margin: 0;
		padding: 0;
	}
	ul.subcategories ul li ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	 
	ul.subcategories li:before {
		display: none;
	}
	ul.subcategories ul li {
		margin: 0;
		padding: 0;
	}
	ul.subcategories ul li a {
		color: #58595a !important;
		text-decoration: none;
		background-color: #ffffff;
		border: none;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: .12em;
		font-family: "uniform";
		font-weight: bold;
		display: inline-block;
		padding: 3px 8px;
		margin: 0 2px;
	}
	ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a {
		background-color: #ee9148;
	}
	ul.subcategories ul li a.all {
		color: #ee9148 !important;
		background-color: #ffffff;
	}
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: uniform;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    display: block;
    margin-right: 2px;
	margin-bottom: 2px;
    width: 23px;
    height: 25px;
    float: left;
	background-color: #ffffff;
    border: solid 1px #f6f5f5;
}

.tagindex a:link {
	color: #a7a5a5;
    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: #58595a;
}

.tagtitle {
    margin-bottom: 5px;
	font-size: 18px;
	color: #ee9148;
}

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

.tagtitle em {
    color: #a6a5a5;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 9px;
        font-family: "Lora", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    float: right;
}

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

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

/*Breadcrumbs*/
.breadcrumb {
    font-family: uniform;
	text-transform: uppercase;
    color: #a6a5a5;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .12em;
    clear: both;
    margin: 0 0 5px;
}
	.breadcrumb a {
	    color: #a6a5a5;
	    text-decoration: underline;
	}
	.breadcrumb a:hover {
	    color: #58595a;
	}

/*Facets*/
.facets {
	font-size: 94%;
	line-height: 2;
}
	.facets .facetwp-counter {
		color: #a7a5a5;
		font-size: 11px;
		font-style: italic;
	}
.facets h3 {
	margin: 0 0 10px;
}
.facetwp-facet {
	font-size: 88%;
	line-height: 1.6;
	margin: 0 0 20px !important;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
	.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: -60px 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;
	padding: 15px 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	text-align: left;
}
	.facet-pagination .facetwp-pager {
		float: left;
		text-align: left;
	}
.facetwp-search {
	border: 1px solid #ededed;
	color: #a7a5a5;
	font-size: 14px;
	font-family: Lora;
	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, .smbutton, a.smbutton, .cntctfrm_input input[type=submit], a.buy {
    color: #fff;
    font-size: 14px;
    letter-spacing: .12em;
    line-height: 1.2;
    font-weight: bold;
    background-color: #ee9148;
    border: none;
    font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
    padding: 15px 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    }
	a.smbutton, .smbutton {
		text-decoration: none;
		font-size: 10px;
		padding: 8px 15px;
		color: #a6a5a5;
		background-color: #fff;
		border: 1px solid #ededed;
	}
	a.buy {
		display: inline-block;
		font-size: 11px;
		padding: 8px 15px;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .smbutton:hover, .cntctfrm_input input[type=submit]:hover, a.buy:hover {
    background-color: #f5bd91;
    color: #ffffff;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input  {
    color: #696969;
    font-size: 14px;
    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;
}
.cntctfrm_input {
	margin: 5px 0 15px;
}
.commentinput, #commentform input[type=email], #commentform input[type=text], .cntctfrm_input {
	width: 100% }
	
#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 14px;
	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;
}
.wpcf7-form {
    width: 100%;
}

.wpcf7-form .formfield {
    overflow: hidden;
    margin-bottom: 15px;
}

.wpcf7-form p {
	margin: 10px 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;
}
	.span_content .search-form {
		max-width: 100%;
	}
.search-form .search-input {
    color: #a7a5a5;
    font-size: 15px;
    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-input::placeholder {
		color: #cfcfcf;
	}
.search-form .search-submit {
    background-color: #ffffff;
   	color: #ee9148;
    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: #f5bd91;
}

.header-search .search-form {
	border: 1px solid #ededed;
	padding: 0;
	margin: 0;
}
.header-search .search-input {
	border: none;
	height: 38px;
	line-height: 38px;
	float: left;
}
.header-search .search-submit {
	border: none;
	height: 38px;
	line-height: 38px;
	float: right;
	padding-right: 15px;
	font-size: 18px;
}


/*---------FOOTER---------*/
.footer {
	clear: both;
	text-align: left;
	background-color: #f8f8f8;
	margin-top: 60px;
	padding: 50px 0 35px;
	font-size: 10px;
	letter-spacing: .12em;
	line-height: 1.5;
	font-weight: bold;
	color: #a7a5a5;
	border: none;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}
	.footer a {
		color: #a7a5a5;
	}
	.footer a:hover {
		color: #ee9148;
	}
.footer .widget {
	margin: 0;
}
.footer .widget_nav_menu {
	float: left;
	width: 18%;
	text-align: left;
	border-left: 1px solid #ededed;
	padding-left: 18px;
	margin-bottom: 40px;
}
	.footer .widget_nav_menu li {
		margin: 0 0 10px 0;
	}
.footer h3.widget-title {
	text-align: left;
	margin: 0 0 15px;
	font-size: 14px;
}
.footer .subscribe {
	width: 50%;
	float: left;
	text-align: left;
	clear: left;
}
	.footer .subscribe .email-input {
		width: 40%;
		margin: 0 2% 0 0;
		float: left;
		vertical-align: middle;
		height: 34px;
		line-height: 34px;
		font-size: 13px;
	}
	.footer .subscribe .email-submit {
		width: 14%;
		margin: 0;
		float: left;
		text-align: left;
		vertical-align: middle;
		height: 34px;
		line-height: 34px;
		font-size: 12px;
	}
.footer .instagram {
	width: 44%;
	float: right;
	margin-right: -20px;
	margin-bottom: 0;
}
.footer #sb_instagram {
	padding: 0 !important;
}
.footer #sbi_images {
	margin-top: -20px;
}

.footer #sbi_load {
	padding: 0 !important;
}
.footer #sbi_load .sbi_follow_btn {
	text-align: center;
}
	.footer #sbi_load .sbi_follow_btn a {
		color: #ee9148 !important;
		background-color: #f8f8f8 !important;
		font-family: uniform;
		text-transform: uppercase;
		letter-spacing: .12em;
		font-weight: bold;
		font-size: 11px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
		.footer #sbi_load .sbi_follow_btn a:hover {
			color: #f5bd91 !important;
			background-color: #f8f8f8 !important;
		}
	
/*Sub-footer*/

.copyright {
	color: #a7a5a5;
	clear: both;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	font-family: "uniform";
	text-transform: uppercase;
	letter-spacing: .12em;
	margin: 30px 0;
}
.copyright p {
	margin: 10px 0 0;
}
.copyright .logo a {
    display: inline-block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: url(images/icon.png) no-repeat;
    background-size: 100% auto;
}

.copyright a {
	text-decoration: underline;
	color: #a7a5a5;
}

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

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

#comments, #pings           {
	margin-top: 5px }
#respond           {
	margin-top:50px;
	background-color: #f6f6f6;
	padding: 25px; }
#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: #58595a;
	 }
.comment-meta strong a            {
	color: #58595a;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #ee9148;
	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: #58595a;
	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: #58595a;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #58595a;
	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: #58595a }
.comment-nav .alignright a {
	color: #58595a;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #58595a;
	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: #58595a;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #58595a;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #58595a;
	text-decoration: underline }

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

.pagination, .nav-links {
    font-family: uniform;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
    clear: both;
    text-align: center;
    font-size: 12px;
    margin: -20px 0 0;
    padding: 10px 0;
    overflow: hidden;
    color: #a7a5a5;
}
.pagination .page-numbers, .nav-links a {
    color: #a7a5a5;
    padding: 4px 10px 3px;
    margin: 0 3px;
    text-decoration: none;
    display: inline-block;
}
	.nav-links a {
		padding: 0;
	}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #58595a;
	    margin: 0;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
	color: #ee9148;
}
.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: #58595a;
		background-color: transparent;
	}
/*---------MAIN DROPDOWN MENU---------*/

#top   {
	
}

#top ul {
	margin: 0 -15px 0 0;
	width: auto;
	display: inline-block;
}
#top li    {
	display: inline-block;
	margin: 0 -2px; 
	padding: 0;
	position: relative;
	}
#top li a  {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #a7a5a5;
	}
	
#top a:hover, #top li:hover>a {
	color: #58595a;
	}

/*Sub Menus Level 1 */
#top ul ul { 
	display: none;
	position: absolute;
	top: 41px;
	left: 0;
	padding: 5px 0 10px;
	line-height: 24px;
	background-color: #f6f6f6;
	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 li:hover > ul {
	display: block;
	}

	/* Show indicator for menu items with children */
	#top ul li.menu-item-has-children>a:after {
		content: '>';
		float: right;
		display: inline;
		margin: 0px 0 0 3px;
	}
	
	/* 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: 28px 0 0 0;
	padding: 0;
	width: -moz-calc(100% - 320px);
	width: -webkit-calc(100% - 320px);
	width: calc(100% - 320px);
	clear: right;
	float: right;
	text-align: right;
	font-weight: normal;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 15.5px;
	line-height: 45px;
	height: 45px;
	display: block;
}

#main ul {
	margin-right: -15px;
}
#main li    {
	display: inline-block;
	margin: 0; 
	padding: 0;
	position: relative;
	}	
	#main ul#mainmenu>li:after {
		content: "";
		display: inline-block;
		color: #ececec;
		font-weight: normal;
		height: 24px;
		width: 1px;
		border-right: 1px solid #ececec;
		vertical-align: middle;
		margin-left: 5px;
	}
	#main ul#mainmenu>li:last-child:after {
		display: none;
	}
#main li a  {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #58595a;
	-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: #ee9148;
	}

	
/*Sub Menus Level 1 */
#main ul ul { 
	display: none;
	position: absolute;
	top: 45px;
	left: 50%;
	padding: 10px 0;
	font-size: 11px;
	line-height: 1.3;
	background-color: #58595a;
	background-color: rgba(88, 88, 89, 0.95);
	text-align: center;
	z-index: 2001;
	width: 160px;
	margin-left: -80px;
	}
	
#main ul ul li {
	float: none;
	width: 100%;
	margin: 0;
	}
#main li li a {
	width: 100%;
	padding: 8px 15px;
	border: none;
	color: #ffffff !important;
}
	#main li li a:hover {
		color: #ee9148 !important;
	}
	#main li li.bold a {
		font-weight: bold;
		text-transform: uppercase;
		font-family: "uniform";
		letter-spacing: .1em;
	}

#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 3px;
		font-size: 90%;
		display: none;
	}
	#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%;
	}
	
		
/*Sub Menus Level 2*/

#main ul ul li ul {
	left: 180px;
	top: -8px;
	margin: 0;
	background-color: #515050;
	}
	#main ul ul li ul:before {
		display: none;
	}
	#main li li li a {
		color: #ffffff;
	}
/* Top Search */
#main li.search {
	display: none;
}