/* 
Theme Name: Running on Real Food
Theme URL: http://www.runningonrealfood.com/
Description: Custom responsive blog theme for Running on Real Food.
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;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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% - 250px);
		width: -webkit-calc(100% -250px);
		width: calc(100% - 250px);
		min-width: 0;
		max-width: 100%;
		float: right;
	}
	.facet_sidebar {
		width: 220px;
		min-width: 0;
		max-width: 700px;
		float: left;
	}
}
.wrapper {
	overflow: hidden;
}

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

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


body {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.8;
	color: #424242;
	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: #8aaa79;
	text-decoration: underline;
}

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

	.single-post .post-content a:link, .single-post .post-content a:visited, .catdesc a:link, .catdesc a:visited, .single-page-content a:link, .single-page-content a:active, .single-page-content a:visited {
		color: #424242;
		text-decoration: none;
		border-bottom: 1px solid #e4efe0;
		box-shadow: inset 0 -7px 0 #e4efe0;
	}
		.single-page-content a:visited {
			color: #8b8b8b;
		}
	.single-post .post-content a:hover, .single-post .post-content a:active, .catdesc a:hover, .catdesc a:active, .single-page-content a:hover {
		border-bottom: 1px solid #e4efe0;
		box-shadow: inset 0 -20px 0 #e4efe0;
	}

	.single-post .post-content .swp_social_panel a {
		border-bottom: none;
		box-shadow: none;
		color: #ffffff;
	}
	
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5 {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.2;
	margin: 25px 0;
	color: #424242;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}
	.post-content h2 {
		font-size: 28px;
	}
h3 {
	font-size: 18px;
}
	.post-content h3 {
		font-size: 22px;
	}
	h3.widget-title em {
		font-family: "Playfair Display";
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: bold;
		font-size: 115%;
		margin: 0 -2px 0 -5px;
	}
	h3.divider {
		text-align: left !important;
	}
		h3.divider span {
			background-color: #ffffff;
			padding-right: 7px;
		}
		h3.divider:after {
			content: "";
			display: block;
			width: 100%;
			height: 1px;
			border-bottom: 2px solid #424242;
			margin-top: -10px;
			margin-bottom: 30px;
		}
	
h4 {
	font-size: 15px;
}
	.post-content h4 {
		font-size: 18px;
	}
h5 {
	font-size: 15px;
	color: #8aaa79;
}

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, hr.wp-block-separator.is-style-wide {
	border: 0;
	height: 0;
	border-top: 1px solid #ededed;
	border-bottom: none;
}
	hr.wp-block-separator.is-style-wide {
		margin: 45px 0
	}

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

.top-bar {
	background-color: #ffffff;
	border-bottom: 1px solid #ededed;
	height: 50px;
	line-height: 47px;
	padding: 0 15px;
}

.top-bar .left {
	width: 50%;
	text-align: left;
	float: left;
	width: 200px;
	vertical-align: middle;
}

.top-bar  .middle {
	display: inline-block;
	width: -moz-calc(100% - 400px);
	width: -webkit-calc(100% - 400px);
	width: calc(100% - 400px);
	text-align: center;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #757575;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: .15em;
	vertical-align: middle;
}
	.top-bar  .middle p {
		margin: 0;
	}
	.top-bar .middle a {
		font-weight: bold;
		color: #424242;
		padding: 2px 5px;
		text-decoration: none;
		border-bottom: 1px solid #e4efe0;
		box-shadow: inset 0 -7px 0 #e4efe0;
	}
	.top-bar .middle a:hover {
		border-bottom: 1px solid #e4efe0;
		box-shadow: inset 0 -15px 0 #e4efe0;
	}
.top-bar .right {
	width: 50%;
	text-align: right;
	float: right;
	width: 200px;
	vertical-align: middle;
}

.top-bar .social {
	display: inline-block;
	vertical-align: middle;
}

.top-bar .social a {
	font-size: 15px;
	color: #424242;
	padding: 0 5px;
}

.top-bar .header-search {
	display: inline-block;
	background-color: #ffffff;
	height: 30px;
	margin-left: 20px;
}
	.top-bar .header-search .more {
		display: none;
	}
.top-bar .header-search .search-input {
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background-color: #f4f4f4;
}

.top-bar .header-search .search-submit {
	border: none;
	height: 30px;
	line-height: 30px;
	color: #424242;
	font-size: 14px;
}

.header {
	clear: both;
	margin-bottom: 20px;
}

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

body.home.paged .header {
	
}

.header .logo {
	overflow: hidden;
	margin: 35px 0;
	width: 288px;
	float: left;
}

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

.main-nav .social {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.main-nav .social a {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}



/*---------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: #8aaa79;
	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.pagetitle, h1.archivetitle, h2.pagetitle, h2.archivetitle {
	margin: 0 0 20px;
}

h1.pagetitle {
	padding: 30px 30px 0;
}

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

.sidebar {
	font-size: 90%;
}

.leftsidebar {
	width: 48%;
	float: left;
}

.rightsidebar {
	width: 48%;
	float: right;
}

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	padding-bottom: 50px;
	clear: both;
	background-size: 62px auto;
}

.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 .textwidget iframe {
		margin: 0 auto;
	}

.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: #757575;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #ededed;
}

.screen-reader-text {
	display: none;
}

.about {
	text-align: center;
}

.about h3.widget-title {
	
}

.about p.simple-image {
	margin: 0;
}
	.about p.simple-image img {
		display: block;
		width: 180px;
		height: auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin: 0 auto 25px;
	}
.about .more a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 13px;
	padding: 0 5px;
	font-family: "uniform";
	color: #424242;
	border-bottom: 1px solid #e4efe0;
	box-shadow: inset 0 -6px 0 #e4efe0;
}
	.about .more a:after {
		content: "\f061";
		display: inline;
		font-family: "Font Awesome 5 Pro";
		font-weight: normal;
		margin-left: 4px;
	}
	.about .more a:hover {
		border-bottom: 1px solid #e4efe0;
		box-shadow: inset 0 -28px 0 #e4efe0;
	}

.sidebar .widget.social {
	margin-top: -20px;
	margin-bottom: 50px;
}

.social a {
	text-decoration: none;
	color: #424242;
	font-size: 17px;
	padding: 5px 7px;
}

.social a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.social .fa-inverse {
	font-size: 85%;
	margin: 0 auto;
	padding: 0;
}

.subscribe {
	padding: 35px 25px;
	background-color: #f1f7ef;
	overflow: hidden;
}
	.featured-subscribe {
		padding: 5% 3%;
		margin-bottom: 70px;
	}
	.featured-subscribe .wrap {
		max-width: 980px;
		padding: 0;
		margin: 0 auto;
	}
.subscribe h3 {
	font-size: 23px;
	margin: 0 0 8px;
}
.subscribe p {
	color: #757575;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .13em;
	line-height: 1.3;
}

.subscribe .email-form {
	clear: both;
	margin: 15px 0 0;
	overflow: hidden;
}

.featured-subscribe h3.widget-title {
	margin: 0;
	font-size: 29px;
	width: 270px;
	letter-spacing: .08em;
	float: left;
	text-align: left;
	display: inline-block;
}
.featured-subscribe p {
	margin: 11px 0;
	padding-right: 10px;
	display: inline-block;
	width: 170px;
	float: left;
	font-size: 10px;
}
.featured-subscribe .email-form {
	clear: none !important;
	float: right;
	margin: 0;
	width: -moz-calc(100% - 460px);
	width: -webkit-calc(100% - 460px);
	width: calc(100% - 460px);
}

.subscribe .email-input {
	width: 100%;
	border: none;
	background-color: #ffffff;
	font-style: italic;
	font-size: 15px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	border: none;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 15px;
	color: #2a2a2a;
}

	.featured-subscribe .email-input {
		border: 1px solid #f4f4f4;
		width: -moz-calc(100% - 180px);
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
		float: left;
		margin: 0;
	}

.subscribe .email-submit {
	float: none;
	border: none;
	width: 100%;
	font-size: 17px;
	color: #424242;
	background-color: transparent;
	text-align: center;
	font-family: "uniform";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	width: 160px;
	padding: 0;
	margin: 15px auto 0;
	text-decoration: none;
	border-bottom: 1px solid #e4efe0;
	box-shadow: inset 0 -9px 0 #e4efe0;
	cursor: pointer;

}
	.featured-subscribe .email-submit {
		float: right;
		margin: 14px 0;
	}
	
.subscribe .email-submit:hover {
	border-bottom: 1px solid #e4efe0;
	box-shadow: inset 0 -20px 0 #e4efe0;
}


.email-input::placeholder, .search-input::placeholder {
	color: #abacac;
}

/* -- 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, .sidebar .widget_category-posts h3.widget-title em {
	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: .2em;
	font-weight: bold;
	color: #8aaa79;
}

.category-posts .more a:hvoer {
	color: #333;
}

.sidebar .widget_search {
	background-color: #F1F7EF;
	padding: 25px;
	text-align: center
}

.widget_search .more {
	clear: both;
	margin-top: 8px;
	text-align: center !important;
}
	.page_content .search-more, #cmfw .search-more {
		display: none;
	}
.widget_search .more a {
	font-size: 11px;
}

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

.post {
	margin-bottom: 0px;
}

h1.post-title, h2.post-title {
	margin: 0 0 5px;
}

h1.post-title a, h2.post-title a {
	text-decoration: none;
	color: #424242;
}

h1.post-title a:hover, h2.post-title a:hover {
	color: #8aaa79;
}

.post-meta {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #757575;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .15em;
	overflow: hidden;
	margin: 0 0 25px;
}

.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

.post-meta a {
	color: #757575;
	text-decoration: none;
}

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #8aaa79;
}

.post-date {
}

.post-cat a {
	color: #424242;
	border-bottom: 1px solid #e4efe0;
		box-shadow: inset 0 -7px 0 #e4efe0;
}
.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: #757575;
	font-weight: bold;
	font-size: 90%;
}

.post-meta .post-cats {
	margin-bottom: 20px;
}

.post-cats a {
	color: #ffffff;
	background-color: #424242;
	display: inline-block;
	font-size: 10px;
	padding: 5px 10px;
	margin: 2px 2px;
}

	.post-cats a:hover {
		color: #ffffff;
		background-color: #8aaa79;
	}

.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: #757575;
	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: #424242;
}

.home-post-content .more {
	clear: both;
	margin-top: 20px;
}

a.more-link {
	display: inline-block;
	text-decoration: none;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: 15px;
	line-height: 1.3;
	color: #424242;
	padding: 0 5px;
	text-decoration: none;
	border-bottom: 1px solid #e4efe0;
	box-shadow: inset 0 -9px 0 #e4efe0;
}

	a.more-link:hover {
		border-bottom: 1px solid #e4efe0;
		box-shadow: inset 0 -28px 0 #e4efe0;
	}

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

.post blockquote p {
	margin: 0;
	text-align: center;
	font-size: 110%;
	font-style: italic;
}

.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, .tve-tl-cnt-wrap>p:first-of-type {
	font-size: 120%;
	font-style: italic;
	text-align: left !important;
}
	.post-content>p:first-of-type b, .post-content>p:first-of-type strong {
		font-weight: normal !important;
	}
	.tve-tl-cnt-wrap>p:first-of-type b, .tve-tl-cnt-wrap>p:first-of-type strong {
		font-weight: normal !important;
	}
.single-post-content .post-content>p:first-of-type, .tve-tl-cnt-wrap>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: 49%;
}

.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 */

.jumpbuttons {
	overflow: hidden;
	margin: -15px 0 30px;
}

.jumpbuttons a {
	margin: 0 10px 0 0;
	display: inline-block;
	color: #fff;
	font-size: 10px;
	letter-spacing: .2em;
	line-height: 1.2;
	font-weight: bold;
	font-size: 10px;
	padding: 8px 15px;
	color: #757575;
	background-color: #fff;
	border: 1px solid #ededed;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding: 8px 15px;
	text-decoration: none;
}
	.jumpbuttons a:hover {
		color: #fff;
		background-color: #8aaa79
	}
.disclosure, .tasty-links-general-disclaimer {
	text-align: center;
	font-style: italic;
	color: #757575;
	font-size: 11px;
}
	.top-disclosure {
		display: inline-block;
		text-align: left;
	}
	.tasty-links-general-disclaimer  {
		text-align: left
	}
	.disclosure p {
		margin: 15px 0;
	}
	.tasty-links-general-disclaimer p {
		margin: -15px 0 15px;
	}
	.disclosure strong {
		font-style: normal;
		font-size: 13px;
	}
	.shop-disclosure {
		text-align: left;
		margin-top: -20px;
	}


.post-question {
	color: #8aaa79;
	font-size: 16px;
}

.inner-post {
	clear: both;
	margin-bottom: 90px;
}

.inner-post .widget {
	
}

.lwptoc_i {
    padding: 18px 22px !important;
    margin: 35px 0 ;
    text-align: left;
}
.lwptoc_toggle {
	float: right;
	font-size: 70%;
}
b.lwptoc_title {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 16px;
	color: #424242;
}
	.post-content .lwptoc_item a {
		color: #424242;
		text-decoration: none;
		font-weight: bold;
		border-bottom: 1px solid #d6e2d0 !important;
		box-shadow: inset 0 -7px 0 #d6e2d0 !important;
	}

	.post-content .lwptoc_item a:hover {
		border-bottom: 1px solid #d6e2d0 !important;
		box-shadow: inset 0 -20px 0 #d6e2d0 !important;
	}

.about-deryn {
	background-color: #F1F7EF;
	padding: 25px;
	overflow: hidden;
}

.about-deryn a {
		color: #424242;
		text-decoration: none;
		font-weight: bold;
		border-bottom: 1px solid #d6e2d0;
		box-shadow: inset 0 -7px 0 #d6e2d0;
	}

	.about-deryn a:hover {
		border-bottom: 1px solid #d6e2d0;
		box-shadow: inset 0 -20px 0 #d6e2d0;
	}
.about-deryn img {
  float: left;
	padding-right: 20px;
	width: 150px;
	height: auto;
}

.about-deryn p {
	text-align: left;
	font-size: 86%;
	line-height: 1.6;
}

.about-deryn p strong {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 90%;
}



/*Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 50px 0 0px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "uniform";
	letter-spacing: .1em;
	border-top: 1px solid #ededed;
}

.post-nav .nav-links {
	overflow: hidden;
	width: 100%;
}

.post-nav a {
	color: #424242;
	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: #8aaa79;
}

.post-nav em {
	display: block;
	font-style: normal;
	font-size: 9px;
	color: #757575;
	padding: 0 0 5px;
}

.related-posts {
	overflow: hidden;
	margin: 0 0 100px;
}
.related-posts h3 {
	margin: 0;
}

/*Facets*/
.facets {
	font-size: 94%;
}
	.facets .facetwp-counter {
		display: none;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 8px;
	}
.facet_sidebar h1.pagetitle {
	padding: 0;
	font-size: 20px;
}
.facets h3 {
	margin: 0 0 10px;
	font-size: 15px;
}
.facetwp-facet {
	font-size: 90%;
	margin: 0 0 30px !important;
}
.facetwp-toggle {
	font-style: italic;
}
.facetwp-per-page {
	margin-bottom: 25px;
}

.facetwp-expand {
	float: none !important;
}
.sort {
	clear: none !important;
	width: 50%;
	float: right;
	text-align: right;
	vertical-align: middle;
}
	.sort-top {
		margin: -10px 0 15px;
	}
	
.sort .facetwp-per-page, .sort .facetwp-sort {
	display: inline-block;
	margin: 0 0 0 10px;
}
.facet-pagination {
	margin: -5px 0 15px;
	padding: 0;
	border: none;
	text-align: left;
	border: none;
}
	.facet-pagination:after {
		display: none;
	}
.facetwp-page {
	padding: 2px 8px !important;
}
.facetwp-search {
	border: 1px solid #EDEEEB;
	color: #424242;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #fff;
	padding: 0 10px;
	vertical-align: middle;
	height: 30px;
}

.sort-bottom, .facet-pagination-bottom {
	margin: 20px 0 0;
}



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

.homepage-featured {
	margin-top: -20px;
	margin-bottom: 0px;
	padding-bottom: 50px;
}

.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: 15px auto 0;
	padding: 0;
	padding-left: 0 !important;
}

.tab-links li {
	margin: 0 !important;
	padding: 7px 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 8px;
	margin: 0 10px;
	display: inline-block;
	color: #757575;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	-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 {
	content: "\f106";
	font-family: "Font Awesome 5 Pro";
	display: none;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -7px;
	font-weight: normal;
	font-size: 130%;
	
}

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

.tab-links li.active a, .tab-links li.active a:hover {
	color: #424242;
	border-bottom: 1px solid #e4efe0;
	box-shadow: inset 0 -9px 0 #e4efe0;
}

.tab-links li.active a:after {
	display: block;
}

/* Tab Content*/

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

.tab.active {
	display: block;
}

.tab .item {
	width: 31%;
	float: left;
	position: relative;
	margin-right: 3.5%;
}

	.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: .2em;
	font-size: 12px;
}

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


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

.teaser-post {
	font-size: 93%;
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
	text-align: left;
	width: 47%;
	float: left;
}

.teaser-post.odd {
	clear: left;
	margin-right: 6%;
}

.teaser-post img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}

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

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

.teaser-post .excerpt {
	
}

.teaser-post p {
	margin: 0 0 25px;
}

.teaser-post .more {
	margin: 0;
}

.teaser-post .post-meta {
	clear: none;
	text-align: left;
	margin: 0 0 20px;
	font-size: 10px;
}
	.teaser-post .post-cat {
		margin: 0;
		font-size: 11px;
	}
.teaser-post .meta-bottom {
	clear: none;
	font-size: 9px;
	margin: 8px 0 0;
	display: none;
}

/*Homepage Category Sections*/

.home-sections {
	overflow: hidden;
	clear: both;
	margin-top: 50px;
}

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

.home-section:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.home-section h3.widget-title {
	text-align: left;
	font-size: 26px;
	line-height: 30px;
}
	.home-section h3.widget-title em {
		float: right;
		font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-style: normal;
		font-size: 11px;
		line-height: 30px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
.home-section h3.widget-title a {
	color: #424242;
}
	.home-section h3.widget-title a:hover em {
		color: #8aaa79;
	}
	.home-section h3.widget-title span {
		background-color: #ffffff;
		padding-right: 12px;
	}
	.home-section h3.widget-title em {
		background-color: #ffffff;
		padding-left: 10px;
	}
	.home-section h3.widget-title a:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		border-bottom: 2px solid #424242;
		margin-top: -17px;
		margin-bottom: 30px;
	}
.home-section .item {
	overflow: hidden;
	text-align: left;
	width: 30.75%;
	margin-right: 3.5%;
	margin-bottom: 20px;
	float: left;
}

	.home-section .item:nth-child(3n) {
		margin-right: 0;
	}
	.home-section .item:nth-child(3n+1) {
		clear: left;
	}

.home-section .item img {
	display: block;
	width: 100%;
	height: auto;
}

.home-section .item h4 {
	margin: 10px 0;
	line-height: 1.2;
}

.home-section .more {
	clear: both;
	text-align: left;
}

.home-section .more a {
	font-size: 13px;
	color: #424242;
}

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

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

.home-section .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

.home-section.widget_search {
	background-color: #F1F7EF;
	padding: 35px;
	margin-bottom: 70px;
	text-align: center
}
	.home-section.widget_search h3 {
		text-align: center;
	}

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

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

.catdesc ul li:before {
	color: #424242;
}

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

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

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

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

.shop .archive-post {
	width: 23.5%;
	margin-right: 2% !important;
	clear: none !important;
	float: left;
}

	.shop .archive-post:nth-child(4n) {
		margin-right: 0!important;
	}
	
	.shop .archive-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 h4 {
	color: #424242;
	margin: 10px 0 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 10px 0 10px;
}

.archive-post .post-meta {
	margin-top: 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: #424242;
	text-decoration: none;
}

.archiveslist a:visited {
	color: #88898a;
	text-decoration: none;
}

.archiveslist a:hover {
	color: #8aaa79;
}

.archiveslist a:active {
	color: #424242;
}

.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: 85%;
	font-style: italic;
	margin-left: 20px !important;
}

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

.subcats h3, .subcats h4 {
	font-size: 14px;
	margin: 0 0 10px;
}

ul.subcategories {
	overflow: hidden;
	margin: 0 !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 a {
	color: #757575 !important;
	text-decoration: none;
	background-color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .1em;
	font-family: "uniform";
	font-weight: bold;
	display: inline-block;
	padding: 4px 10px;
	margin: 2px 2px 5px;
	border: 1px solid #f4f4f4;
}

ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a {
	background-color: #8aaa79;
	color: #ffffff !important;
}

ul.subcategories ul li a.all {
	color: #8aaa79 !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", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	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: #424242;
}

.tagtitle {
	margin-bottom: 5px;
	color: #88898a;
}

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

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

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

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

/*Breadcrumbs*/

.breadcrumb {
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #757575;
	font-size: 10px;
	letter-spacing: .15em;
	clear: both;
	margin: 0 0 8px;
}

.breadcrumb a {
	color: #757575;
	font-weight: bold;
	text-decoration: underline;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
		font-style: italic;
		font-size: 115%;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
	}
.breadcrumb a:hover {
	color: #424242;
}

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .cntctfrm_input input[type=submit], a.buy {
	color: #fff;
	font-size: 14px;
	letter-spacing: .2em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #424242;
	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 {
	text-decoration: none;
	font-size: 10px;
	padding: 8px 15px;
	color: #757575;
	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, .cntctfrm_input input[type=submit]:hover, a.buy:hover {
	background-color: #8aaa79;
	color: #ffffff;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input {
	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;
}

.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: "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;
}

#commentform .tasty-recipes-ratings label {
	font-weight: bold;
	display: block;
}
	#commentform .tasty-recipes-ratings label:after {
		content: " (after you've made it):";
		display: inline;
		font-weight: normal;
		font-style: italic;
	}
.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: #757575;
	font-size: 16px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	vertical-align: middle;
	float: left;
	width: 85%;
	height: 50px;
}

.search-form .search-submit {
	background-color: #ffffff;
	color: #424242;
	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;
}
	.span_content .search-form .search-submit {
		font-size: 24px;
		padding: 0 10px;
		text-align: right;
	}
.search-form .search-submit:hover {
	color: #8aaa79;
}

.header-search {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border: none;
	background-color: #ffffff;
	width: 180px;
	height: 34px;
}

.header-search .search-form {
	border: none;
}

.header-search .search-input {
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	border: 1px solid #ededed;
	width: 80%;
}

.header-search .search-submit {
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #8aaa79;
	width: 20%;
}



/*---------FOOTER---------*/

.footer {
	clear: both;
	text-align: left;
}


.footer-subscribe .featured-subscribe {
	margin: 30px 0 0;
	clear: both;
}
	
.footer .press {
	margin-top: 60px;
}
	.footer .press-mobile {
		display: none;
	}
.footer .press img {
	width: 100%;
	height: auto;
	display: block;
}
/*Sub-footer*/

.sub-footer {
	padding: 25px 0;
	margin-top: 50px;
	overflow: hidden;
	background-color: #ffffff;
	border-top: 1px solid #ededed;
	color: #757575;
	font-size: 10px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-family: "uniform";
}

.sub-footer a, .copyright a {
	text-decoration: none;
	color: #757575;
}

.sub-footer a:hover, .copyright a:hover {
	color: #8aaa79;
}

.footer-nav {
	margin: 0;
	padding: 0;
	width: 65%;
	float: left;
}

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

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

.copyright {
	width: 35%;
	float: right;
	text-align: right;
	margin: 0;
}

.copyright p {
	margin: 0
}


.copyright em {
	text-transform: none;
	font-family: "Source Sans Pro";
	letter-spacing: normal;
}


.copyright a {
	text-decoration: underline;
}

.copyright ul li {
	display: inline-block;
}

.copyright ul li:after {
	content: "/";
	margin-left: 5px;
}

.copyright ul li:last-child:after {
	display: none;
}

.copyright .site-credit {
	margin: 20px 0;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: normal;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	color: #b1b1b1;
}

/*---------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: #f1f7ef;
	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: #424242;
}

.comment-meta strong a {
	color: #424242;
	text-decoration: underline
}

.comment-meta a:hover {
	color: #8aaa79;
	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: #424242;
	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: #424242;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded
}

.comment-nav .current {
	color: #424242;
	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: #424242
}

.comment-nav .alignright a {
	color: #424242;
	text-decoration: none
}

.comment-nav .alignright a:hover {
	color: #424242;
	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: #424242;
	font-size: 11px;
	font-weight: bold
}

.thdrpy, .thdrpy a {
	color: #424242;
	font-size: 11px;
	text-decoration: none
}

.thdrpy a:hover {
	color: #424242;
	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: #757575;
}

.pagination .page-numbers, .nav-links a {
	color: #757575;
	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: #424242;
	margin: 0;
	font-weight: bold;
}

.pagination span.page-numbers.dots {
	border: none;
}

.pagination a.page-numbers:hover {
	color: #8aaa79;
}

.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: #424242;
	background-color: transparent;
}
/*---------MAIN DROPDOWN MENU---------*/

#top {
	font-family: uniform;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 11px;
	font-weight: bold;
}

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

#top a:hover, #top li:hover>a {
	color: #424242;
}

/*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: 40px 0 0 0;
	padding: 0;
	width: -moz-calc(100% - 310px);
	width: -webkit-calc(100% - 310px);
	width: calc(100% - 310px);
	clear: right;
	float: right;
	text-align: right;
	font-weight: bold;
	font-family: "uniform", Arial, Impact, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	display: block;
}

.mainmenu {
	display: block;
	width: 100%;
}

#main ul#mainmenu {
	margin-top: 30px;
}

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

#main li a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #424242;
	-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: #8aaa79;
}
	
/*Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 8px;
	padding: 8px 0;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: normal;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.9);
	border: 1px solid #f4f4f4;
	text-align: left;
	z-index: 2001;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	
}

#main ul ul li {
	float: none;
	width: 180px;
	margin: 0;
}

#main li li a {
	width: 100%;
	padding: 5px 15px;
	border: none;
	color: #424242 !important;
}

#main li li a:hover {
	color: #8aaa79 !important;
}

#main li li.bold a {
	font-weight: bold;
	text-transform: uppercase;
	font-family: "uniform";
	letter-spacing: .1em;
	font-size: 90%;
}

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

#main ul ul li ul:before {
	display: none;
}

#main li li li a {
	
}
/* Top Search */

#main li.search {
	display: none;
} 


/*!---CREATE LISTS----*/

.mv-list-card .mv-list-list-hero button.mv-list-link, .mv-list-card .mv-list-list-grid button.mv-list-link {
	display: inline-block;
	text-decoration: none;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: 16px;
	line-height: 1.3;
	background-color: transparent;
	color: #424242 !important;
	padding: 0 5px;
	text-decoration: none;
	border-bottom: 1px solid #e4efe0 !important;
	box-shadow: inset 0 -9px 0 #e4efe0 !important;
}
	
	.mv-list-card .mv-list-list-hero button.mv-list-link:hover, .mv-list-card .mv-list-list-grid button.mv-list-link:hover {
		border-bottom: 1px solid #e4efe0 !important;
		box-shadow: inset 0 -28px 0 #e4efe0 !important;
	}

.mv-list-card .mv-list-list-circles button.mv-list-link {
	background-color: #424242 !important;
	font-family: "uniform", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: 12px;
}

	.mv-list-card .mv-list-list-circles button.mv-list-link:hover {
		background-color: #8aaa79 !important;
	}
	
.mv-list-card .mv-list-item-container p {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.8;
	margin-top: 0;
}
.mv-list-card .mv-list-list-hero .mv-list-photocred {
	background-color: #424242 !important;
	}
.mv-list-card .mv-list-list-circles .mv-list-photocred {
	margin: -15px 0 15px;
	color: #c5c5c5;
	}
	
	
/*Start Here Page Lists*/

.span_content_full .mv-list-card {
	width: 100% !important;
	max-width: 100% !important;
}

.span_content_full .mv-list-card .mv-list-list-grid-inner div.mv-list-single {
    width: 25% !important;
}

.span_content_full .mv-list-card .mv-list-list-grid-inner div.mv-list-single h2 {
	font-size: 14px;
	text-align: center;
}
.span_content_full .mv-list-card .mv-list-list-grid-inner div.mv-list-single h2 a {
	border-bottom: none !important;
	box-shadow: none !important;
	color: #424242 !important;
}
	.span_content_full .mv-list-card .mv-list-list-grid-inner div.mv-list-single h2 a:hover {
		
	}
.span_content_full .mv-list-card .mv-create-pin-button {
	display: none
}

.span_content_full .mv-list-card .mv-list-list-grid button.mv-list-link {
		font-size: 11px;
		display: none;
	}

.span_content_full .mv-list-card .mv-list-list-grid-inner a {
	display: inline-block
}

.span_content_full .mv-create-card-style-grid h1.mv-create-title {
	text-align: left;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 22px;
}
.span_content_full .mv-create-card-style-grid .mv-create-description {
	margin: 0 !important
}
.span_content_full .mv-create-card-style-grid .mv-create-description p {
	text-align: left;
	margin: 0
}
.span_content_full .mv-list-card .mv-list-list-grid-inner .mv-list-single {
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.span_content_full .mv-list-card .mv-list-list-grid-inner .mv-list-single:hover {
	opacity: 0.7
}

.span_content_full .wp-block-media-text {
	margin: 0 0 55px;
}

.span_content_full p.subhead {
	font-size: 120%;
	font-style: italic;
	text-align: left !important;
}

.span_content_full .thrv-leads-form-box.thrv_wrapper {
    padding: 40px !important;
}
.thrv_text_element p {
    
}