/* 
Theme Name: The Food Charlatan
Description: Custom responsive blog theme for The Food Charlatan.
Author: Purr Design
Author URI: http://www.thefoodcharlatan.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% - 300px - 5%);
		width: -webkit-calc(100% - 300px - 5%);
		width: calc(100% - 300px - 5%);
		max-width: 650px;
		float: left;
		display: inline-block;
	}
	
	.span_content_full {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
	}

	.span_sidebar {
		width: 300px;
		float: right;
		clear: right;
		display: block;
	}
}
.wrapper {
	margin: 0 auto 0;
	padding: 0 15px;
	width: 100%;
	max-width: 1040px;
}

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

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

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

body {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.7;
	color: #1b1b1b;
	margin: 0;
	padding: 0;
}

a, input[type=submit], button {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:link, a:visited, a:active {
	color: #1b1b1b;
	text-decoration: underline;
}

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

	.single-post-content p a {
			text-decoration: none;
			border-bottom: 1px solid #cfc79d;
			box-shadow: inset 0 -7px 0 #cfc79d;
		}
	
		.single-post-content p a:hover {
			border-bottom: 0px solid #afa15b;
			box-shadow: inset 0 -20px 0 #afa15b;
			color: #ffffff;
		}
p {
	margin: 25px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
	font-family: "pensum_display", Georgia, "Times New Roman", Times, serif;
	line-height: 1.2;
	margin: 25px 0;
	color: #1b1b1b;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
	}
h3 {
	font-family: "proximanova", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 16px;
}
	h3.widget-title {
	}

h4 {
	font-size: 18px;
	font-weight: normal;
}
	.single-post-content h4 {
		font-size: 24px;
	}

h5 {
	font-family: "proximanova", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 16px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

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

.sep2 {
	width: 100%;
	display: block;
	clear: both;
	height: 42px;
	padding: 0;
	margin: 70px 0 30px;
	border-top: 1px solid #EDEDED;
}
	.sep2:before {
		content: "";
		display: block;
		width: 42px;
		height: 42px;
		margin: -21px auto 0;
		background: url(images/icon.svg) center bottom no-repeat;
		background-size: auto 100%;
		background-color: #ffffff;
		padding: 0 10px;
	}

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

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
	display: none;
}
	
.top-bar {
	background-color: #1b1b1b;
}
	.top-bar .wrap {
		max-width: 650px;
	}
	.top-bar .subscribe, #cmmc .subscribe {
		border: none;
		padding: 8px 0;
		overflow: hidden;
	}
	.top-bar .subscribe h3, #cmmc .subscribe h3 {
		color: #ffffff;
		width: 186px;
		height: 20px;
		display: inline-block;
		float: left;
		vertical-align: middle;
		margin: 3px 14px 0 0;
		font-size: 18px;
		text-indent: -9999px;
		background: url(images/subscribe-now.png) no-repeat;
		background-size: 100% auto;
	}
		#cmmc .subscribe h3 {
			text-align: center;
			float: none;
			line-height: 1;
			margin: 20px auto 0 !important;
		}
	.top-bar .subscribe p, #cmmc .subscribe p {
		color: #8d8d8d;
		font-family: "proximanova", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 9px;
		line-height: 1.4;
		letter-spacing: .2em;
		width: 135px;
		display: inline-block;
		float: left;
		text-align: left;
		vertical-align: middle;
		margin: 3px 0 0;
	}	
		#cmmc .subscribe p {
			width: 100%;
			text-align: center;
			float: none;
			margin: 0 !important;
			font-size: 10px;
			line-height: 1;
		}
	.top-bar .subscribe .email-form {
		display: inline-block;
		float: left;
		clear: none;
		margin: 0;
		vertical-align: middle;
		width: -moz-calc(100% - 335px);
		width: -webkit-calc(100% - 335px);
		width: calc(100% - 335px);
		overflow: hidden;
	}
		#cmmc .subscribe .email-form {
			margin-top: 5px;
		}
		.top-bar .subscribe .email-input, #cmmc .email-input {
			width: -moz-calc(100% - 70px);
			width: -webkit-calc(100% - 70px);
			width: calc(100% - 70px);
			float: left;
			margin: 0;
			padding: 0 10px;
			font-size: 12px;
			height: 28px;
			line-height: 28px;
			border: none;
		}
			
			#cmmc .email-input {
				font-size: 16px;
				height: 36px;
				line-height: 36px;
			}
		.top-bar .subscribe .email-submit {
			width: 70px;
			float: left;
			margin: 0;
			height: 28px;
			line-height: 28px;
			background-color: transparent !important;
		}
			.top-bar .subscribe .email-submit:hover {
				 color: #afa15b !important;
			}
			#cmmc .email-submit {
			width: 70px;
			float: left;
			margin: 0;
			height: 36px;
			line-height: 36px;
		}
.header {	
	margin-bottom: 40px;
	border-bottom: 1px solid #ededed;
}
	body.home .header {
		margin-bottom: 0;
		border-bottom: none;
	}
	body.home.paged .header {
		margin-bottom: 40px;
		border-bottom: 1px solid #ededed;
	}
.header .logo {
	overflow: hidden;
	margin: 45px 0;
	width: 550px;
	float: left;
	text-align: center;
}

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

.top-nav {
	margin: 19px 0 20px;
	text-align: right;
	float: right;
	width: -moz-calc(100% - 550px);
	width: -webkit-calc(100% - 550px);
	width: calc(100% - 550px);
}
	.top-nav .header-search {
		display: inline-block;
	}
	.top-nav .social {
		display: inline-block;
	}
	#cmmc .social {
		clear: both;
	}
	#cmwa .social a  {
		font-size: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}

/*---------CONTENT---------*/
.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}


.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: disc;
	margin: 0 0 10px 20px;
	padding: 0;
}
	.span_content ul li li {
		list-style-type: circle;
	}

.span_content ol {
	
} 
.span_content ol li {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
	padding: 0;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

h1.pagetitle, h1.archivetitle {
	margin: 0 0 20px;
}
/*---------SIDEBAR---------*/

.sidebar {
	font-size: 94%;
	position: relative;
	z-index: 11;
}
.leftsidebar {
	width: 48%;
	float: left;
}
.rightsidebar {
	width: 48%;
	float: right;
}
.midsidebar {
	overflow: hidden;
	margin: 0;
	clear: both;
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}

.widget {
	margin: 0 0 50px 0;
}
	.widget_search, .widget_nav_menu {
		margin-bottom: 40px;
	}
.widget.center, .widget.center .textwidget {
	text-align: center;
}
.widget.ad, .widget.ad .textwidget {
	text-align: center;
	margin: 60px 0 60px 0;
}
	.widget.ad img {
		display: inline-block;
	}
h3.widget-title {
 	margin: 0 auto 15px; 
 	text-align: center;
}
	.widget_search h3.widget-title, .widget_nav_menu h3.widget-title {
		text-align: left;
		margin-bottom: 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: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #EDEDED;
	background-color: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.screen-reader-text {
	display: none;
}

	body.home .widget.about:first-child {
	
	}
	body.home.paged .widget.about:first-child {
		margin-top: 0;
	}
.about p {
	margin: 0;
	text-align: center;
}
.about .simple-image {
	display: block;
}
.about .simple-image img {
	width: 200px;
	height: auto;
	margin: 0 auto 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 8px solid #ffffff;
}
.about .more {
	text-align: center;
	margin: 0;
}
.about .more a {
	margin: 12px 0 0;
	display: inline-block;
	font-weight: bold;
	font-family: "pensum_display", Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
}

.sidebar .widget.social {
	text-align: center;
	margin-top: -30px;
}
.widget.social p {
	margin: 0;
	text-align: center;
}
	.social a {
		font-size: 16px;
		padding: 5px 6px;
		margin: 0;
		color: #afa15b;
	}
		
	.social a .fa-stack-1x {
		font-size: 85%;
	}
	.social a:hover {
		color: #cfc79d;
	}
.subscribe {
	padding: 25px;
	text-align: center;
	background-color: #1b1b1b;
}

.subscribe p {
	margin: 0;
	color: #8d8d8d;
	text-align: center;
}
.subscribe h3.widget-title  {
	color: #ffffff;
	width: 326px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 18px;
	text-indent: -9999px;
	background: url(images/subscribe-now@2x.png) no-repeat;
	background-size: 100% auto;
}
.email-form {
	clear: both;
	margin-top: 20px;
	position: relative;
}

.email-input {
	color: #1b1b1b;
	font-size: 13px;
	line-height: 48px;
   font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #EDEDED;
	padding: 0 15px;
	margin: 0;
	width: 100%;
	height: 48px;
}
	.email-input::placeholder {
		color: #757575;
	}
.email-submit {
	font-family: "proximanova", Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 0;
	background-color: #afa15b;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 15px 0 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
}

	.email-submit:hover {
		background-color: #cfc79d;
	}




/* -- 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 .post-meta {
	color: #757575;
	font-size: 10px;
}
.sidebar .item h4 {
	margin: 15px 0 8px;
	font-size: 14px;
}

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

.sidebar .featured .item {
	width: 48%;
	margin: 0 4% 4% 0;
	float: left;
}
	.sidebar .featured .item:nth-of-type(2n) {
		margin-right: 0;
	}
	
.sidebar .featured .post-title {
	display: none;
}
.sidebar .featured h4 {
	
}

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

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

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

.sidebar .popular h4.title {
	
}


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

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

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

.sidebar .category-posts .item h4 {
	
}

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

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

.sidebar .recentposts .item h4 {
	
}


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

.post {
	margin-bottom: 0px;
}

h1.post-title, h2.post-title, h4.post-title {
	margin: 0 0 5px;
	color: #1b1b1b;
}
h1.post-title a, h2.post-title a, h4.post-title a {
	text-decoration: none;
	color: #1b1b1b;
}
	h1.post-title a:hover, h2.post-title a:hover, h4.post-title a:hover {
		color: #afa15b;
	}
.post-image {
	margin-bottom: 15px;
}
	.post-image img {
		width: 100%;
		height: auto;
		display: block;
	}
.single-post-content p:first-of-type em {
	
}
.post .edit {
	text-transform: none;
	letter-spacing: 0;
}


.post-meta {
	font-family: "proximanova";
	text-transform: uppercase;
	color: #757575;
	font-size: 11px;
	letter-spacing: .2em;
	font-weight: bold;
	margin: 0 0 20px;
	overflow: hidden;
}
	.post-date {
		color: #afa15b;
	}
	.post-meta a {
		color: #757575;
		text-decoration: none;
		border-bottom: none !important;
		box-shadow: none !important; 
	}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #afa15b !important;
	}
.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
}
.post-meta .spacer {
	display: inline-block;
	margin: 0 8px;
	color: #cacaca;
}
.post-cats {
	margin: 0;
}

.post-cats a {
	font-size: 10px;
	letter-spacing: .08em;
	font-weight: bold;
	line-height: 15px;
	color: #ffffff;
	background-color: #afa15b;
	display: inline-block;
	padding: 5px 8px 3px;
	margin: 3px 3px;
}
	.post-cats a:hover {
		color: #ffffff !important;
		background-color: #cfc79d;
		text-decoration: none;
	}
.jumpbutton {
	margin: -15px 0 25px;
}

.meta-bottom {
	clear: both;
	margin: 25px 0;
	overflow: hidden;
	line-height: 1.4;
	padding: 15px 2px;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}	
	.home-post-content .meta-bottom {
		border: none;
		padding: 0;
	}
.meta-bottom .left {
	width: 70%;
	float: left;
	text-align: left;
	display: inline-block;
}

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

.meta-centered {
	text-align: center;
	margin: 40px 0 0;
}
	.meta-centered p {
		text-align: center;
		margin: 0;
	}
	.meta-centered p.post-cats {
		margin-bottom: 20px;
	}
	.meta-centered p.post-ings {
		margin: -10px 0 20px;
	}
	.meta-centered .post-cats a {
		font-size: 11px;
	}

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

a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
	color: #fff !important;
	background-color: #afa15b;
}
.meta-more {
	clear: both;
	margin: 25px 0 0;
	padding: 5px;
}
	.meta-more .right {
		line-height: 40px;
	}
a.more-link {
	font-family: "pensum_display", Georgia, "Times New Roman", Times, serif;
	display: block;
	text-transform: none;
	letter-spacing: normal;
	text-decoration: none;
	font-size: 24px;
	text-indent: -9999px;
	width: 166px;
	height: 25px;
	background: url(images/read-more.png) left no-repeat;
	background-size: 166px 25px;
}
	a.more-link:hover {
		cursor: pointer;
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
	.teaser-post a.more-link {
		font-size: 18px;
		width: 132px;
		height: 20px;
		background-size: 100% auto;
	}


.alignleft {
	margin-right: 15px;
	float: left;
}

.alignright {
	margin-left: 15px;
	float: right;
}
	.page page-id-2 .alignright {
		width: 30%;
		height: auto;
	}
.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.post blockquote {
	margin: 35px 0;
	clear: both;
	padding: 5% 6%;
	background-color: #f2f1f2;
	font-size: 115%;
	line-height: 1.7;
}
	


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

.wp-caption p {
	color: #757575;
	font-size: 80%;
	text-align: center;
	margin-top: 2px;
	padding: 0;
}

/* Recipes */



/* Inner Post */
p.disclosure {
	text-align: center;
	color: #757575;
	font-style: italic;
	font-size: 80%;
	margin: 40px 0 -10px;
}
.inner-post {
	position: relative;
	overflow: hidden;
	margin: 60px 0 0 0;
}
.inner-post .subscribe {
	padding: 6% 5%;
	margin: 0;
	text-align: center;
}

/*Next/prev Posts*/
.post-nav {
	clear: both;
	font-family: proximanova;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none;
	margin: 0 0 50px;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding: 45px 5px;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #1b1b1b;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #ffffff;
		}

	.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;
			background-color: #ffffff;
		}
			.post-nav div a:hover {
				color: #cfc79d;
			}

	.post-nav em {
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		display: block;
		font-style: normal;
		font-weight: normal;
		font-size: 13px;
		color: #757575;
		padding: 0 0 5px;
		letter-spacing: normal;
		text-transform: lowercase;
	}



.related {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 0px;
}
	.related h3 {
		margin: 5px 0 20px;
	}

.related .related-post {
	margin-bottom: 20px !important;
}
.related-post a {
	display: block;
}
	.related-post a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		
	}
/*---------HOMEPAGE POST STYLES---------*/

.home-featured {
	background-color: #f4f4f4;
	padding: 25px 0;
	margin-bottom: 40px;
}

.home-featured .wrap {
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
	.home-featured .item {
		width: 23.5%;
		position: relative;
	}
		.home-featured .item a {
			display: block;
			position: relative;
		}
		.home-featured .item h3.widget-title {
			margin: 0;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			background-color: #ffffff;
			padding: 6px 8px 5px 10px;
			font-size: 14px;
			font-size: 1.75vw;
			font-size: clamp(11px, 1.75vw, 14px);
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out
		}
			.home-featured .item a:hover h3.widget-title {
				color: #afa15b;
			}
	.home-featured .item img {
		width: 100%;
		height: auto;
		display: block;
	}

/*Category Sections*/
.home-sections {
	clear: both;
	margin: 0 0 30px;
}
.home-section {
	overflow: hidden;
	text-align: left;
	margin-bottom: 40px;
}
	
	.home-section h3.widget-title {
		text-align: left;
	}

	.home-section h3.widget-title a {
		color: #1b1b1b;
	} 
		.home-section h3.widget-title a:hover {
			color: #afa15b;
		}

.home-section .item {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 20px;
	float: left;
	text-align: left;
}
	.home-section .item:nth-child(3n) {
		margin-right: 0;
	}
	.home-section .item:nth-child(3n+1) {
		clear: left;
	}
	.home-section .item img {
		width: 100%;
		height: auto;
	}
	.home-section a {
		text-decoration: none;
	}
	
.home-section .more {
	text-align: center;
	clear: both;
	}
		.home-section .more a.more-link {
			color: #fff;
			font-size: 13px;
			letter-spacing: .1em;
			line-height: 1;
			font-weight: bold;
			background-color: #afa15b;
			border: none;
			cursor: pointer;
			text-decoration: none;
			padding: 10px 15px;
			display: inline-block;
		}
	.home-section .more a.more-link:hover {
		background-color: #cfc79d;
	}
}
	.home-section .more a {
		text-decoration: none;
	}
.category-section {
	margin-bottom: 50px;
}
.category-posts {
	overflow: hidden;
}
.home-section h4 {
	margin: 13px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.home-section a {
	display: inline-block;
}
.home-section a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}





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

.teaser-post {
	width: 46.8%;
	float: left;
	overflow: hidden;
	margin: 0 0 40px;
	font-size: 93%;
}
	.teaser-post.odd, .related-posts .teaser-post:nth-child(2n+1) {
		margin-right: 6.4%;
		clear: left;
	}
	.teaser-post.even {
		
	}
	
	.teaser-post a {
		text-decoration: none;
	}	

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

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


.teaser-post .post-date {
	margin: 0;
}
	
.teaser-post .excerpt {
	margin: 0;
}

.teaser-post .excerpt p {
	margin: 15px 0;
}
.teaser-post .meta-bottom {
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.teaser-post .more {
	margin: 25px 0 15px;
	text-align: left;
}
	.teaser-post a.more-link {
		
	}


/*---------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: 3.95%;
	margin-bottom: 35px;
	width: 30.7%;
	float: left;
	text-align: center;
}

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

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

.archive-post .post-meta {
	margin: 0;
	font-size: 10px;
}	
	.archive-post .post-meta:before {
		display: none;
	}
.archive-post h4 {
	margin: 15px 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: 5px;
	font-size: 9px;
	color: #757575;
	font-weight: bold;
}
	
.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;
	text-transform: capitalize;
	
}
	.archiveslist li {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 10px !important;
	list-style-type: circle !important;
		-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 li:before {
		
	}
.archiveslist a:link {
	color: #1b1b1b;
	text-decoration: none;
}

.archiveslist a:visited {
	color: #1b1b1b;
	text-decoration: none;
}
.archiveslist a:hover {
	color: #cfc79d;
}

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


.archiveslist ul {
	margin: 8px 0 0;
	padding: 0;
	width: 100%;
}
	.archiveslist ul li {
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 85%;
		line-height: 1.4;
		font-style: italic;
	}

.subcats {
	margin-bottom: 40px;
	padding: 25px 25px 20px;
	text-align: center;
}

.subcats h4 {
	margin: 0 0 10px;
	font-size: 14px;
	color: #1b1b1b;
}
.subcats ul {
	overflow: hidden;
	margin: 0 0 0 -10px;
	padding: 0;
}
	.subcats ul li ul {
		margin: 0;
		padding: 0;
	}
	.subcats ul li ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	 
	.subcats li:before {
		display: none;
	}

	.subcats ul li a {
		color: #ffffff !important;
		text-decoration: none;
		background-color: #cfc79d;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: .1em;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-weight: bold;
		display: inline-block;
		padding: 4px 10px;
		margin: 2px 2px 5px;
	}
	.subcats ul li a:hover {
		background-color: #afa15b;
	}
ul.tagindex, .tagindex li {
	margin: 0!important;
	padding: 0 !important;
}

.tagindex li:before {
	display: none;
}

.tagindex a {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 2px;
	width: 20px;
	height: 22px;
	float: left;
	border: solid 1px #f6f5f5;
}

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

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

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

.tagindex a:hover {
	color: #afa15b;
	text-decoration: none;
}
.tagslist li em {
	color: #a6a6a6;
	margin-left: 5px;
	font-size: 90%;
}
.tagtitle {
	margin-bottom: 5px;
	font-weight: bold;
	color: #a6a6a6;
}

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

.tagtitle em {
	color: #afa15b;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 10px;
	font-weight: normal;
	float: right;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
}

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

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

/*Breadcrumbs*/
.breadcrumb {
	font-family: "proximanova";
	text-transform: uppercase;
	font-size: 11px;
	color: #757575;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .1em;
	clear: both;
	margin: 0 0 15px;
}
	.breadcrumb a {
		color: #757575;
		text-decoration: underline;
	}
	.breadcrumb a:hover {
		color: #cfc79d;
	}
	.breadcrumb_last {
		text-transform: none;
		letter-spacing: normal;
		font-weight: normal;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		display: none;
	}


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

#submit, .submitbutton, #commentform #submit, a.smbutton, .cntctfrm_input input[type=submit] {
	color: #fff;
	font-size: 15px;
	letter-spacing: .1em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #afa15b;
	border: none;
	font-family: "proximanova", Geneva, Arial, Helvetica, 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;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	a.smbutton {
		text-decoration: none;
		font-size: 10px;
		padding: 5px 10px 4px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .cntctfrm_input input[type=submit]:hover {
	background-color: #cfc79d;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input  {
	color: #696969;
	font-size: 14px;
   font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",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, .cntctfrm_input {
	width: 100% }
	
#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 14px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",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 .crfp-field {
	margin: 15px 0;
}
#commentform .crfp-field label {
	float: left;
	line-height: 1;
	margin-right: 10px;
}
#comment-list div.rating-container {
	clear: both;
	margin-top: 10px;
}
#comment-list div.rating-container span.label {
	display: none;
}
.wpcf7-form {
	width: 100%;
}

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

.wpcf7-form p {
	margin: 15px 0 5px;
}

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

.wpcf7-form .submit {
	clear: both;
	margin-top: 15px;
}

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

.search-form .search-input {
	color: #696969;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 50px;
	background-color: #fff;
	border: 1px solid #ffffff;
	padding: 0 15px;
	vertical-align: middle;
	float: left;
	width: 85%;
	height: 50px;
}
	.search-form .search-input::placeholder {
		color: #ededed;
	}
.search-form .search-submit {
	background-color: transparent;
   	color: #afa15b;
	font-size: 15px;
	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: #cfc79d;
}

.header-search {
	text-align: right;
	margin: 0 10px 0 0;
	padding-right: 12px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border: none;
	border-right: 1px solid #ededed;
}
	.header-search form {
		border: none;
	}
	.header-search input::-webkit-search-decoration,
	.header-search input::-webkit-search-cancel-button {
		display: none; 
	}
	.header-search input[type=search] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		border: none;
		background-color: transparent;
		color: #a6a6a6;
		padding: 0 0px 0 10px;
		margin-right: 27px;
		height: 25px;
		line-height: 25px;
		width: 40px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		vertical-align: middle;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		font-style: italic;
		border: 1px solid #ffffff;
	}
	
	.header-search input[type=search]::placeholder {
		color: #a6a6a6;
	}
	.header-search input[type=search]:focus {
		width: 150px;
		padding: 0 10px;
		background-color: #fff;
		border: 1px solid #ededed;
		color: #525252;
	}
	.header-search .search-submit {
		font-weight: normal;
		text-align: center;
		line-height: 25px;
		height: 25px;
		width: 25px;
		background-color: transparent;
		cursor: pointer;
		border-style: none;   
		padding: 0 5px;
		width: auto;
		margin: 0; 
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: absolute;
		top: 0;
		right: 12px;
	}
		.header-search .search-submit:hover {
			
		}



/*---------FOOTER---------*/
.footer {
	clear: both;
	margin: 50px 0 30px;
	border-top: 1px solid #ededed;
	padding-top: 40px;
}
.footer .widget {
	margin: 0;
}
	.footer .widget h3.widget-title {
		color: #b7b7b7;
		margin: 0;
	}
		.footer .widget img {
			display: block;
			width: 100%;
			height: auto;
		}
/*Sub-footer*/
.sub-footer {
	font-family: proximanova;
	overflow: hidden;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	padding: 20px 0;
	background-color: #1b1b1b;
	color: #757575;
}

.sub-footer a {
	text-decoration: none;
	color: #757575;
}
.sub-footer a:hover {
	color: #cfc79d;
}

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

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

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


.sub-footer .copyright {
	max-width: 30%;
	display: inline-block;
	float: right;
	text-align: right;
}

.copyright {
	text-align: center;
	font-size: 10px;
}
	.copyright em {
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
		font-weight: normal;
		font-size: 11px;
	}



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

#comments, #pings   		{
	margin-top: 5px }
	h3#comments {
		text-transform: none;
		letter-spacing: normal;
		line-height: 1.5;
		font-size: 18px;
	}
	h3#comments strong {
		text-transform: uppercase;
		letter-spacing: .08em;
	}
#respond, #comments			{
	margin-top: 65px }
#comment-list  		{
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}
#comment-list li   		{
	margin: 30px 0;
	padding: 25px;
	border: 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: #f4f4f4;
	padding: 20px;
}
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #757575;
	margin: 0;
	letter-spacing: .08em;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	clear: none;
	 }
	 .comment-meta:before {
	 	display: none;
	 }
	.comment-meta a {
		color: #757575;
	}
.comment-meta strong   		{
	color: #1b1b1b;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	 }
.comment-meta strong a			{
	color: #1b1b1b;
	text-decoration: underline }
.comment-meta a:hover 		{
	color: #cfc79d;
	text-decoration: underline }


#comment-list .avatar	{
	float: right;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 0 10px 10px; }
	
#pings {
	margin-top: 50px;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
	
	
#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }

.comment-nav {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-align: left;}
	.comment-nav-bottom {
		margin-bottom: 25px;
	}
.comment-nav .nav-links {
	overflow: hidden;
}
.comment-nav .nav-previous {
	float: left;
	width: 48%;
}
.comment-nav .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-nav a {
	color: #757575;
	text-decoration: none;
}
	.comment-nav a:hover {
		color: #afa15b;
	}


/*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: #afa15b;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a   	{
	color: #afa15b;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #cfc79d;
	text-decoration: underline }

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

.pagination {
	font-family: proximanova;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 11px;
	margin: 20px 0 0;
	overflow: hidden;
	color: #757575;
}
.pagination .page-numbers {
	color: #757575;
	padding: 4px 10px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
}
	.pagination span.page-numbers.current, .pagination a.active {
		color: #1b1b1b !important;
		margin: 0;
		font-weight: bold;
	}
	.pagination span.page-numbers.dots {
		border: none;	}
.pagination a.page-numbers:hover{
	color: #afa15b;
}



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

#main {
	font-family: "pensum_display", Georgia, "Times New Roman", Times, serif;
	
	width: -moz-calc(100% - 550px);
	width: -webkit-calc(100% - 550px);
	width: calc(100% - 550px);
	float: right;
	display: block;
	text-align: right;
	height: 42px;
	line-height: 42px;
	margin: 0;
	font-size: 25px;
	text-transform: lowercase;
}

#main ul {
	margin: 0 -15px 0 0;
	padding: 0;
	text-align: right;
	display: inline-block;
}

#main li {
	display: inline-block;
	position: relative;
	width: auto;
	list-style: none;
	margin:  0;
	padding: 0;
	float: left;
}
	#main li:first-of-type {
		margin-left: 0;
	}

#main a {
	color: #1b1b1b;
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 0 15px;
	text-align: center;
}

	
#main a:hover, #main li.sm>a:hover, #main li.menu-item-has-children:hover>a {
	color: #afa15b;
	cursor: pointer;
}

#main ul li.menu-item-has-children>a:after {
	content: '\f107';
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	float: right;
	display: inline-block;
	margin: 2px 0 0 5px;
	font-size: 90%;
}
	
/* Navigation submenu */
#main .menu-item:hover .sub-menu {
	display: block;
}

#main .sub-menu {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	display: none;
	position: absolute;
	text-align: left;
	top: 42px;
	left: 0;
	padding: 10px 0;
	width: 200px;
	z-index: 2000;
	background-color: #efefef;
	background-color: rgba(239,239,239,.95);
}

#main .sub-menu .menu-item {
	margin: 0;
	display: block;
	text-align: left;
	float: none;
	width: 100%;
}

#main .sub-menu .menu-item a {
	display: block;
	font-size: 13px;
	line-height: 1.3;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	padding: 5px 15px;
}

#main .sub-menu .menu-item a:hover,#main .sub-menu li.menu-item-has-children:hover>a {
}

/* Navigation sub-submenu */
#main .sub-menu .menu-item:hover .sub-menu {
	display: block;
}

#main .sub-menu .menu-item .sub-menu {
	display: none;
	position: absolute;
	text-align: left;
	font-size: 10px;
	background-color: rgba(220, 220, 220, 0.95);
	left: 100%;
	top: -10px;
	margin-left: 0;
}

	#main .sub-menu .menu-item .sub-menu li a:hover {
		
	}

	#main .sub-menu li.menu-item-has-children>a:after {
		content: '\f105';
		font-family: "Font Awesome 5 Pro";
		font-weight: normal;
		float: right;
	}
#main .sub-menu .menu-item .sub-menu:after {
	display: none;
}
#main li.bold, #main li.bold a, #main li li.bold {
	font-weight: bold !important;
}
#main li.search {
	display: none;
}


/*Boxzilla*/
.boxzilla {
	
}
	.boxzilla h3 {
		color: #ffffff;
		width: 186px;
		height: 20px;
		display: block;
		vertical-align: middle;
		margin: 0 auto 10px;
		font-size: 18px;
		text-indent: -9999px;
		background: url(images/subscribe-now.png) no-repeat;
		background-size: 100% auto;
	}
	.boxzilla p {
		margin: 10px 0 10px !important;
		text-align: center !important;
		font-size: 85%;
		line-height: 1.5;
	}
	.boxzilla .form {
		
	}
	.boxzilla .email-input {
		
	}
	
	.boxzilla .email-submit {
		
	}
	.boxzilla .boxzilla-close-icon {
		color: #ffffff !important;
	}
	
	
/*!-------WPRM-------*/

.wprm-recipe.wprm-recipe-template-custom {
	outline: none;
	padding: 30px;
	margin: 50px 0;
	overflow: hidden;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
	width: 30%;
	float: right;
	padding: 0;
	margin: 0 0 15px 15px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right .wprm-recipe-image img {
		width: 100% !important;
		height: auto;
		display: block;
		margin: 0 0 15px;
		padding: 0;
		border: none;
	}

/*Buttons*/
.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
	font-size: 13px;
	letter-spacing: .2em;
	font-weight: bold;
	border: none;
	font-family: "proximanova", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 12px;
	padding: 10px 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	display: block;
	
}
	.wprm-recipe a:before {
			font-size: 115%;
			margin-right: 5px;
		}
		.wprm-recipe a.wprm-recipe-jump:before {
			content: "\f0ab";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal !important;
		}
		.wprm-recipe a.wprm-recipe-print:before {
			content: "\f02f";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal !important;
		}
		.wprm-recipe a.wprm-recipe-pin:before {
			content: "\f08d";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal !important;
		}
		
		
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-print:hover, .wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-pin:hover {
		background-color: #cfc79d !important
	}

.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-jump-to-comments {
	font-size: 13px;
	font-weight: bold;
}	
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-jump-to-comments:hover {
		color: #afa15b !important
	}
/*Ratings*/
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	margin-top: 20px;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating-details {
	color: #757575;
	font-style: italic;
	font-size: 13px;
	line-height: 1.4;
}

/*Headings*/
.wprm-recipe.wprm-recipe-template-custom h2, .wprm-recipe.wprm-recipe-template-custom h3, .wprm-recipe.wprm-recipe-template-custom h4 {
	
}
.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 0 0 10px !important;
}

.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 25px 0 10px !important;
}
.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	margin: 15px 0 5px !important;
	
}

.wprm-recipe.wprm-recipe-template-custom p, .wprm-recipe.wprm-recipe-template-custom li {

}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	font-size: 110%;
	font-style: italic;
	margin: 10px 0 15px;
	line-height: 1.6;
}

/*Times/Meta*/
.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	font-family: "proximanova", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		margin: 25px 0 0;
	}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta a {
	border: none;
	color: #757575;
}
.recipe-meta .wprm-recipe-block-container {
	display: inline-block;
	margin-right: 12px;
}	

.recipe-meta .wprm-block-text-normal {
	text-transform: uppercase;
	font-weight: bold;
}

.recipe-meta .wprm-recipe-details-label {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 115%;
	font-style: italic;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	letter-spacing: normal;
}

	.recipe-meta .wprm-recipe-details-unit, .recipe-meta .wprm-recipe-servings-unit {
		font-size: 100%;
	}
	.recipe-meta a.wprm-recipe-servings-link {
		border: 1px solid #ececec !important;
		display: inline-block;
		padding: 0px 3px;
		letter-spacing: normal !important;
	}


/*Nutrition*/
.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-nutrition-header {
	margin: 25px 0 0px !important;
	background-color: #F4F4F4;
	padding: 15px 15px 5px !important;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	color: #757575;
	background-color: #F4F4F4;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	margin: 0 0 -5px !important;
	padding: 0 15px 15px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%;
		text-transform: lowercase;
		letter-spacing: normal;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-label {
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
		font-style: italic;
	}


/*Lists*/
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions {
	
}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li {
	
}

	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li:before {
		
	}


.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions {
	list-style-type: none !important;
	margin: 25px 0;
}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li.wprm-recipe-instruction {
		counter-increment: item;
		margin: 0 0 20px 35px !important;
		line-height: 1.6;
		clear: left;
		list-style-type: none !important;
	}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li.wprm-recipe-instruction:before {
		margin-right: 2px;
		content: counter(item);
		background: #afa15b;
		border-radius: 100%;
		color: white;
		width: 22px;
		height: 22px;
		line-height: 24px;
		margin-left: -32px;
		margin-top: 3px;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		float: left;
		font-family: "proximanova";
		font-weight: bold;
		font-size: 12px;
	}	

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-notes {
	opacity: 1.0;
	font-style: italic;
	color: #757575;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes ul {
	margin: 5px 0 25px !important;
	list-style-type: disc;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-notes ul li {
		margin-bottom: 5px;
		}
/*Call to action*/
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	margin: 30px -30px -30px !important;
	padding: 30px !important;
	line-height: 1.4;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action a {
		
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-icon {
	font-size: 46px;
	margin: 0 14px 0 0;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action-header {
	font-family: "pensum_display";
	margin-bottom: 5px;
	font-size: 24px !important;
	display: block;
}

/*Snippets*/
.post-meta .wprm-recipe-snippet {
	display: inline-block;
		vertical-align: middle;
}
	.post-meta .wprm-recipe-snippet a {
		border: none;
		font-family: "proximanova", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #ffffff !important;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: .1em;
		padding: 1px 10px 3px !important;
		margin-right: 12px;
		display: inline-block;
	}
	.post-meta .wprm-recipe-snippet a:before {
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		display: inline;
		margin-right: 6px;
	}
	.post-meta .wprm-recipe-snippet a:hover {
		text-decoration: none;
		background-color: #cfc79d !important;
		border-color: #afa15b;
		color: #ffffff !important;
	}

@media ( max-width : 650px ) {
	.wprm-recipe.wprm-recipe-template-custom {
		padding: 20px;
	}
	
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
		width: 35%;
		margin: 0 0 10px 10px;
	}
}
