/*! 
Theme Name: Whitney Bond
Theme URL: http://www.whitneybond.com/
Description: Custom responsive blog theme for Whitney Bond.
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: 680px;
		float: left;
		display: inline-block;
	}
	
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.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 {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1100px;
	overflow: hidden;
}

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

/*!---------STRUCTURE---------*/
/*
@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proxima_nova_semibold-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display:swap;
}
*/
body {
	font-family: 'Lato';
	font-size: 20px;
	font-weight: normal;
	line-height: 1.7;
	color: #404343;
	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: #32bbaf;
	text-decoration: none;
}

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

	.post-content a {
		border-bottom: 3px solid #32bbaf;
	}
		.post-content a:hover {
			border-bottom: 3px solid #ef4d23;
		}
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato';
	font-weight: bold;
	line-height: 1.1;
	margin: 25px 0;
	color: #32bbaf;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}
	.post-content h2, .page_content h2 {
		color: #f04d24;
		margin-top: 40px;
		font-size: 24px;
		padding-bottom: 12px;
		border-bottom: 1px solid #e9e9e9
	}
		.post-content h2 span, .page_content h2 span {
			font-size: 24px !important;
		}

h3 {
	font-size: 30px;
}
	h3.widget-title {
		
	}
	.sidebar h3.widget-title {
		font-size: 24px;
	}
	.post-content h3, .page_content h3 {
		font-size: 21px;
		color: #f04d24
	}
	h3.divider {
		text-align: center;
		color: #9fa1a1;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-size: 21px;
	}


h4 {
	font-size: 21px;
}

h5 {
	font-size: 16px;
	color: #9fa1a1;
}

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

.sep2 {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 1px solid #edeeee;
		
	}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid #edeeee;
	border-bottom: none;
}

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


.header {
	clear: both;
	padding: 0;
}

.header .logo {
	overflow: hidden;
	width: 520px;
	margin: 10px 0 35px;
	float: left;
	clear: both;
}

.header .logo a {

}

.header-search {
	float: right;
	text-align: right;
	margin: 35px 0 10px;
	clear: right;
}

.header-social {
	width: 50%;
	line-height: 48px;
	margin: -4px 0 0;
	text-align: right;
	float: right;
}
	
.header-social a.start-here {
	display: inline-block;
	color: #ffffff !important;
	background-color: #f04d24;
	font-family: 'Lato';
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;
	padding: 0 15px;
	margin-left: 15px;
}
	.header-social a.start-here:hover {
		background-color: #32baaf;
		color: #ffffff;
	}

/*!---------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 25px;
	padding: 0;
}
	.span_content ul li li {
		list-style-type: circle;
	}

.span_content ol {
	counter-reset:li;
}

.span_content ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 33px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	background-color: #f04d24;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 23px;
	width: 23px;
	color: #FFF;
	left: -22px;
	top: 6px;
	transform: translateX(-50%);
	line-height: 22px;
	font-size: 11px;
	text-align: center;
	font-family: 'Lato';
	font-weight: bold;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h1.page-title, h1.archive-title, h2.page-title, h2.archive-title {
	margin: 0 0 20px;
}

h1.page-title {

}

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

.sidebar {
	font-size: 90%;
	line-height: 1.6;
	text-align: center
}

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

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

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	
}
.widget {
	margin: 30px 0 60px 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: #9fa1a1;
	font-size: 13px;
	font-family: 'Lato';
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #edeeee;
}

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

.sidebar .about {
	text-align: center;
	margin-top: 0
}

.sidebar .about h3.widget-title {
	margin: 0
}

.sidebar .about p {
	margin: 10px 0 20px;
}
.sidebar .about p.simple-image {
	margin: 0 0 15px;
}
	.sidebar .about p.simple-image img {
		display: block;
		width: 180px;
		height: auto;
		margin: 0 auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}


.sidebar .widget.social {
	margin-top: -25px;
}

.social a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal !important;
	padding: 2px 5px;
	color: #f04d24
}
	.header-social a {
		color: #32baaf;
		padding: 0 7px;
		font-size: 14px;
	}	
	.sidebar .social a {
		font-size: 18px;
		padding: 2px 8px
	}
	.social a:hover {
		color: #32baaf
	}
				
		.header-social a:hover {
			color: #ef4d23
		}

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


/*! -- Custom Content Widgets -- */

.sidebar .item img, .sidebar a img {
	width: 100%;
	height: auto;
	display: block;
}

.sidebar .item a {
	display: block;
}

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

.sidebar .item h4 {
	
}

/*!Featured Posts Widget*/

.sidebar .widget_featured-groups, .sidebar .popular-posts, .sidebar .tptn_posts {
	text-align: center;
	overflow: hidden;
}

.sidebar .widget_featured-groups .item, .sidebar .popular-posts .item, .sidebar .tptn_posts_widget ul li {
	width: 47.5%;
	margin: 0 5% 5% 0;
	float: left;
}

.sidebar .widget_featured-groups .item:nth-of-type(2n), .sidebar .popular-posts .item:nth-of-type(2n), .sidebar .tptn_posts_widget ul li:nth-of-type(2n) {
	margin-right: 0 !important;
}


.sidebar .widget_featured-groups h4, .sidebar .popular-posts h4 {
	display: none;
}

/*!Recent Posts Widget*/

.sidebar .recentposts {
	
}

.sidebar .recent {
	text-align: left;
	overflow: hidden;
}

.sidebar .recent .item {
	width: 30%;
	margin: 0 5% 5% 0;
	float: left;
}

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

.sidebar .recent .item img {
	width: 100%;
	height: auto;
	display: block;
}

.sidebar .recent h4.title {
	
}

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



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

.post {
	margin-bottom: 0px;
	background-color: #ffffff;
}
.home-post {
	margin-bottom: 60px
}
	
h1.post-title, h2.post-title {
	margin: 0 0 8px;
}

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

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

.post-content>p:first-of-type, .excerpt>p:first-of-type {
	font-style: italic;
	font-size: 120%;
	margin-top: 18px
}
.post-meta {
	font-family: 'Lato';
	text-transform: uppercase;
	color: #9fa1a1;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	overflow: hidden;
	margin: 0 0 20px;
}
	.meta-top {
		margin: 0 0 5px
	}
.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: 'Lato';
	font-size: 14px;
}

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

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #32bbaf;
	text-decoration: underline;
}

.post-meta .spacer {
	display: inline-block;
	color: #dedede;
	margin: 0 5px;
	font-weight: 300;
}
.post-meta .avatar {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 5px;
}
.ccount {
	display: inline-block
}
.ccount a:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 2px;
	content: "\f075";
	font-family: "Font Awesome 5 Pro";
	color: #9fa1a1;
	font-weight: bold;
	font-size: 90%;
}

.post-meta .post-cats {
}

.post-cats a {
	
	
}

	.post-cats a:hover {
		
	}


.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: left;
}

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

.meta-centered p {
	margin: 0;
}
.meta-centered p.post-cats {
	margin-top: 20px;
}
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: #9fa1a1;
	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: #32bbaf;
}

a.more-link, .about p.more a {
	color: #ef4d23;
	background-color: #ffffff;
	border: 2px solid #ef4d23;
	display: inline-block;
	width: auto;
	font-family: 'Lato';
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .15em;
	font-size: 13px;
	text-decoration: none;
	padding: 8px 20px 7px;
	border-radius: 8px;
}
	a.more-link i {
		margin-left: 5px;
	}

	a.more-link:hover, .about p.more a:hover {
		color: #ffffff;
		background-color: #ef4d23
	}


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

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


	
/*! Inner Post */

#dpsp-content-bottom {
	text-align: center;
}
	#dpsp-content-bottom ul li {
		display: inline-block;
		float: none;
	}
.share {
	
}
	.share-top {
		margin: -10px 25px 0;
	}

.disclosure, small {
	text-align: center;
	font-style: italic;
	color: #b3b5b5;
	font-size: 14px;
	line-height: 1.4;
}
	.disclosure p {
		margin: 15px 0;
	}
	.disclosure strong {
		font-style: normal;
		font-size: 13px;
	}
	.disclosure a {
		text-decoration: underline;
		color: #b3b5b5;
		border: none;
	}
	.disclosure-top {
		text-align: left;
		margin: 0 0 25px;
	}

.inner-post {
	clear: both;
	margin: 40px 0 0;
}
.inner-post .about {
	padding-top: 50px;
	border-top: 1px solid #edeeee;
	
}
	
.inner-post .subscribe {
	padding: 8% !important;
	margin: 0
}
	.inner-post .subscribe h3.widget-title {
		font-size: 40px;
		margin: 0 0 8px;
	}

.inner-post .about h3.widget-title {
	margin: 0;
	text-align: left;
	font-size: 28px;
}

.inner-post .about p {
	margin: 10px 0 20px;
	font-size: 85%;
	text-align: left
}
.inner-post .about p.simple-image {
	margin: 0 0 15px;
}
	.inner-post .about p.simple-image img {
		display: block;
		width: 32%;
		height: auto;
		margin: 0 25px 15px 0;
		float: left;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 0px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: 'Lato';
}

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

.post-nav a {
	color: #32baaf;
	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:hover {
	color: #ef4d23;
}

.post-nav em {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Lato';
	letter-spacing: .1em;
	font-size: 10px;
	color: #9fa1a1;
	padding: 0 0 5px;
}

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

/*Facets*/
.facets {
	font-size: 85%;
}
	.facets .facetwp-counter {
		display: none;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 10px;
	}
.facets h3 {
	margin: 0 0 10px;
	font-size: 16px;
}
.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: center;
	border: none;
}
	.facet-pagination:after {
		display: none;
	}
	.facetwp-pager {
		
	}
.facetwp-page {
	padding: 6px !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;
}


/*!----In Content Widgets----*/

.post-content .widget-shortcode {
	border: 1px solid #edeeee;
	padding: 25px 25px 30px;
	margin: 50px 0
}
.post-content .widget-shortcode h2.widgettitle {
	border: none;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	color: #9fa1a1;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 21px;
}
.post-content .category-posts, .post-content .featured-group-post {
	overflow: hidden
}
.post-content .category-posts .item, .post-content .featured-group-post .item {
	width: 22.75%;
	margin: 0 3% 2% 0;
	float: left;
	position: relative;
	background-color: #ffffff;
}

	.post-content .category-posts .item:nth-child(4n), .post-content .featured-group-post .item:nth-child(4n) {
		margin-right: 0
	}

.post-content .category-posts .item h4, .post-content .featured-group-post .item h4 {
	font-size: 18px;
	margin: 15px 0 20px
}

.post-content .subscribe {
	padding: 6% 10%;
	background-color: #32baaf;
	
}
	
	.post-content .subscribe h2.widgettitle {
		border: none !important;
		color: #ffffff;
		margin: 0 0 8px;
		font-size: 42px;
	}
	.post-content .subscribe p {
		font-size: 24px;
		margin: 10px 0 30px
	}

/*!----Homepage Featured Styles----*/
	
.homepage-featured {
	padding: 0;
	margin: -50px 0 35px;
	background-color: #f9f9f9;
}
	.homepage-featured .wrap {
		max-width: 100%;
		padding: 3.5%;
	}
.homepage-featured .items .item {
	width: 31%;
	margin-right: 3.5%;
	float: left;
	position: relative;
	background-color: #ffffff;
}

	.homepage-featured .items  .item:nth-child(3n) {
		margin-right: 0
	}

.homepage-featured .items  .item img {
	width: 100%;
	height: auto;
}

.homepage-featured .items a {
	display: block;
	text-decoration: none;
}

.homepage-featured .items a h2 {
	color: #32baaf;
	text-align: center;
	margin: 0;
	padding: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: .12em;
	
}
	.homepage-featured .items a h2:after {
		display: none
	}
.homepage-featured .items a h2 .valign {
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.8);
	padding: 10px 15px;
}

.homepage-featured .items  a:hover h2 {
	color: #f04d24
}

/*!Homepage Category Sections*/

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


.home-section {
	margin-bottom: 70px;
	overflow: hidden;
	clear: both;
}
	.footer-widget {
		margin-bottom: 0;
	}
.home-section:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.home-section h3.widget-title {
	text-align: center;
	color: #9fa1a1;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 21px;
	
}
		
.home-section .wrap .item {
	overflow: hidden;
	text-align: center;
	width: 22.75%;
	margin: 0 3% 2% 0;
	float: left;
}

	.home-section .wrap .item:nth-child(4n) {
		margin-right: 0;
	}

	
.home-section.fivecolumns .wrap .item {
	overflow: hidden;
	text-align: center;
	width: 17.5%;
	margin: 0 3.125% 2% 0;
	float: left;
}

	.home-section.fivecolumns .wrap .item:nth-child(5n) {
		margin-right: 0;
	}
	.home-section.fivecolumns .wrap .item:nth-child(5n+1) {
		clear: left;
	}
	.home-section.fivecolumns .wrap .item:nth-child(6) {
		display: none;
	}

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

.home-section .item h4 {
	margin: 12px 0 15px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.home-section.fivecolumns .item h4 {
		font-size: 19px;
	}
.home-section a {
	text-decoration: none;
}

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

.home-section .item a:hover, .home-section .item a:hover h4 {
	color: #ef4d23
}

.home-section .more {
	text-align: center;
	clear: both;
}
	.footer-widget .more {
		display: none;
	}

.home-section .more a.more-link {

	
}
	.home-section .more a.more-link:hover {
		
	}


/*! ABOUT */
.home-section.about {
	background-color: #f9f9f9;
	overflow: visible;
	padding: 30px 0;
	margin-bottom: 80px;
}
	.home-section.about .wrap {
		overflow: visible;
		max-width: 880px;
	}
.home-section.about h3.widget-title {
	color: #32bbaf;
	text-transform: none;
	font-size: 30px;
	letter-spacing: normal;
	text-align: left;
}
.home-section.about p {
	margin: 20px 0;
	font-size: 16px;
}
.home-section.about p.simple-image {
	width: 35%;
	float: left;
	margin: -45px 40px 0 0px;
}
	.home-section.about p.simple-image img {
		display: block;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
.home-section.about .social {
	font-family: 'Lato';
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 13px;
	color: #32bbaf;
}
/*! VIDEO/ETC */

.home-section.widget_media_video {
	background-color: #f9f9f9;
	margin-bottom: 25px;
}
.home-section.press {
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
}
.home-section.press img {
	display: block;
	width: 100%;
	height: auto;
}
.home-section.press h3.widget-title {
	text-align: left;
	margin: 0px;
	font-size: 12px;
	position: relative;
	top: 20px;
	z-index: 101;
}

/*!---------TEASER STYLES---------*/
.home-post {
	padding-bottom: 27px;
}
.home-post .post-image {
	margin-bottom: 26px;
}
.span_content .teaser-post {
	font-size: 93%;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 46%;
	margin: 0 8% 50px 0;
	float: left;
	clear: none;
	background-color: #ffffff;
}
	.span_content .teaser-post.even {
		margin-right: 0
	}
	.span_content .teaser-post.odd {
		clear: both
	}
	
.span_content_full .teaser-post {
	font-size: 93%;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 30%;
	margin: 0 5% 50px 0;
	float: left;
	clear: none;
	background-color: #ffffff;
}
	.span_content_full .teaser-post:nth-child(2n) {
		margin-right: 5%;
	}
		.span_content_full .teaser-post:nth-child(2n+1) {
			clear: none;
		}
	.span_content_full .teaser-post:nth-child(3n) {
		margin-right: 0
	}
	.span_content_full .teaser-post:nth-child(3n+1) {
		clear: both
	}

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


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

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

.teaser-post .excerpt {
	
}

.teaser-post p {
	margin: 20px 0
}

.teaser-post .more {
	margin-top: 25px;
}

.teaser-post .post-meta {
	text-align: center;
	margin-bottom: 0;
}

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

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

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

.archive-post {
	margin-right: 5%;
	margin-bottom: 35px;
	width: 30%;
	float: left;
	text-align: center;
	background-color: #ffffff;
}

.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: #ef4d23;
	margin: 10px;
	-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);
}

.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: 25px !important;
}

.archiveslist li {
	margin: 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column
	display: table;
}

.archiveslist a:link {
	color: #404343;
	text-decoration: none;
}

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

.archiveslist a:hover {
	color: #32bbaf;
}

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

.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: 18px;
	margin: 0 0 10px;
}

ul.subcategories {
	overflow: hidden;
	margin: -10px 0 30px !important;
	padding: 0 !important;
}

ul.subcategories li, .widget.categories ul 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, .widget.categories a {
	display: inline-block;
	font-size: 10px;
	font-family: 'Lato';
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 2px 10px;
	margin: 3px;
	text-decoration: none;
	color: #9fa1a1;
	background-color: #ffffff;
	border: 1px solid #edeeeb;
}

	ul.subcategories ul li a a:hover, .widget.categories a:hover {
		color: #ffffff;
		background-color: #32bbaf;
	}

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

ul.subcategories ul li a.all {
	color: #404343 !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 !important;
}

.tagindex a {
	font-family: 'Lato';
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-right: 2px;
	width: 22px;
	height: 25px;
	float: left;
	border: solid 1px #f6f5f5;
	color: #9fa1a1;
}

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

.tagtitle {
	margin-bottom: 5px;
	font-size: 20px;
}

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

.tagtitle em {
	color: #9fa1a1;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 9px;
	font-family: 'Lato';
	font-weight: normal;
	float: right;
}

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

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

/*!Breadcrumbs*/

.breadcrumb {
	font-family: 'Lato';
	text-transform: uppercase;
	color: #9fa1a1;
	font-size: 10px;
	letter-spacing: .1em;
	line-height: 15px;
	clear: both;
	margin: 0 0 10px;
}
.breadcrumb a {
	color: #9fa1a1;
	font-weight: bold;
	text-decoration: underline;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-style: italic;
		font-size: 14px;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
	}
.breadcrumb a:hover {
	color: #404343;
}

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

#submit, .submitbutton, #commentform #submit, a.smbutton {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #ef4d23;
	border: none;
	font-family: 'Lato';
	text-transform: uppercase;
	letter-spacing: .1em;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px 25px 17px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 8px;
}

a.smbutton {
	font-size: 12px;
	padding: 5px 10px;
}


	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover {
		background-color: #ef4d23;
		color: #ffffff;
	}

.commentinput, .styledinput, .captchainput, #commentform input {
	color: #696969;
	font-size: 16px;
	font-family: 'Lato';
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #edeeeb;
}

.commentinput, #commentform input[type=email], #commentform input[type=text] {
	width: 100%
}

#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 16px;
	font-family: 'Lato';
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 15px;
	border: 1px solid #edeeeb;
	width: 100%
}

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
	border: 1px solid #edeeee;
	padding: 25px;
	margin-bottom: 35px;
}

.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: none;
	border: 1px solid #ededed;
	border-radius: 8px;
	overflow: hidden;
}
	.header-search .search-form {
		width: 300px
	}
.span_content .search-form {
	max-width: 100%;
}
	
.search-form .search-field {
	color: #9fa1a1;
	font-size: 17px;
	font-family: 'Lato';
	font-weight: normal;
	font-style: italic;
	line-height: 40px;
	height: 50px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	vertical-align: middle;
	float: left;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}

	.search-form .search-field:focus {
		outline: none;
		border-left: 2px solid #ef4d23;
		border-right:none;
	}
	.header-search .search-form .search-field {	
		
	}
	.span_content .search-form .search-field {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	
	
.search-form .search-submit {
	background-color: #ffffff;
	font-family: 'Lato';
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	font-size: 21px;
	color: #f04d24;
	background-color: transparent;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	float: right;
	cursor: pointer;
	width: 40px;
}
	.search-form .search-submit i {
		
	}
	.header-search .search-form .search-submit {
		
	}
	.span_content .search-form .search-submit {
		
	}
.search-form .search-submit:hover {
	color: #32baaf;
}


p.more-search {
	text-align: center;
	font-family: 'Lato';
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .12em;
	color: #9fa1a1;
	font-size: 10px;
	margin: 10px 0
}
	p.more-search a {
		color: #9fa1a1;
	}
		p.more-search a:hover {
		color: #404343;
	}

.subscribe {
	
}

.home-sections .subscribe {
	padding: 50px 0 53px;
	overflow: hidden;
	background-color: #f9f9f9;
}

	.home-sections .subscribe .wrap {
		max-width: 840px;
	}
	.footer-subscribe {
		
	}
	.sidebar .subscribe, .inner-post .subscribe {
		padding: 30px 25px;
		background-color: #f9f9f9;
	}

	
.sidebar .subscribe {
	border: none;
	position: relative;
}

.subscribe p {
	margin: 0;
	line-height: 1.3;
	font-size: 16px;
}
	.sidebar .subscribe p {
		
	}
	.inner-post .subscribe p {
		font-size: 18px;
	}
.home-sections .subscribe h3.widget-title {
	display: inline-block;
	float: left;
	width: 370px;
	color: #32baaf;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0;
	font-size: 26px;
	line-height: 60px;
}
	.sidebar .subscribe h3 {
		margin: 0 0 8px;
	}

		
.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	background-color: transparent;
	position: relative;
	text-align: left;
	border: 1px solid #e9e9e9;
	background-color: #ffffff;
	border-radius: 8px;
}
	.home-sections .subscribe .email-form {
		display: inline-block;
		float: right;
		width: -moz-calc(100% - 370px);
		width: -webkit-calc(100% - 370px);
		width: calc(100% - 370px);
		vertical-align: middle;
		white-space: nowrap;
	}
	.sidebar .subscribe .email-form {
		margin-top: 25px;
		margin-bottom: 0px;
		background-color: transparent;
		border-radius: 0;
		border: none;
	}
	.inner-post .subscribe .email-form {
		margin-top: 25px;
	}
.subscribe .email-input {
	width: 100%;
	border: none;
	border: none;
	background-color: #ffffff;
	color: #434f57;
	font-style: italic;
	font-size: 19px;
	font-family: 'Lato';
	float: left;
	width: -moz-calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	width: calc(100% - 110px);
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 20px;
}
	.sidebar .subscribe .email-input {
		width: 100%;
		float: none;
		border-radius: 8px;
		margin-bottom: 10px;
	}
	.inner-post .subscribe .email-input {
		
	}
	.email-input:focus {
		outline: none;
		border-left: 2px solid;
		border-right:none;
	}
.subscribe .email-submit {
	border: none;
	width: 100%;
	font-family: 'Lato';
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	color: #ffffff;
	background-color: #f04d24;
	text-align: centere;
	float: right;
	display: inline-block;
	width: 110px;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}
	.subscribe .email-submit i {
		position: relative;
		font-size: 24px;
		vertical-align: middle
	}
	.sidebar .subscribe .email-submit {
		width: 100%;
		float: none;
		border-radius: 8px;
	}
	.inner-post .subscribe .email-submit {
		
	}


	.subscribe .email-submit:hover {
		background-color: #32baaf
	}

.email-input::placeholder {
	color: #9fa1a1;
}

.search-field::placeholder {
	color: #9fa1a1;
}

.subscribe .disclosure {
	color: rgba(255,255,255,.3)
}


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

    
.footer {
	background-color: #f9f9f9;
	overflow: hidden;
	clear: both;
	padding: 50px 0 30px
}

.footer a {
    text-decoration: none;
    color: #9fa1a1;
}
	.footer a:hover {
	    color: #32bbaf;
	}



.sub-footer {
	padding: 20px 0;
	color: #9fa1a1;
	background-color: #ffffff;
	overflow: hidden;
	font-size: 13px;
	text-align: left;
}
.sub-footer a {
	text-decoration: none;
	color: #9fa1a1;
}

.sub-footer a:hover {
	color: #f04d24;
}

.footer-nav {
	width: 75%;
	float: left;
	text-transform: lowercase;
}
	.footer-nav li {
		display: inline-block;
		margin: 0 12px 0 0;
		padding: 0;
	}	
	.footer-nav li.top a {
		color: #f04d24;
		font-weight: bold;
	}
.copyright {
	width: 25%;
	float: right;
	text-align: right;
}

.copyright p {
	margin: 0;
}

.copyright em {
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
}

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

.copyright a:hover {
	color: #32bbaf;
}


.copyright .footer-nav {
	margin: 20px 0 5px;
	font-family: 'Lato';
	color: #9fa1a1;
}
.copyright .footer-nav li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
}
	.copyright .footer-nav li:after {
		content: "|";
		margin: 0 3px 0 6px;
	}
		.copyright .footer-nav li:last-child:after {
			display: none
		}



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

#comments, #pings {
	margin-top: 5px
}

#respond {
	margin-bottom: 60px;
	padding: 3% 5%;
	background-color: #f9f9f9;
}

	#reply-title a#cancel-comment-reply-link {
		display: none !important
	}
	#comment-list #reply-title a#cancel-comment-reply-link {
		display: inline-block !important
	}
#comment-list {
	font-size: 90%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}

#comment-list li {
	margin: 30px 0;
	padding: 25px;
	background-color: #ffffff;
	border: 1px solid #edeeee;
	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: #F9F9F9;
	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: #32baaf;
}

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

.comment-meta a:hover {
	color: #f04d24;
	text-decoration: underline
}

#comment-list .avatar {
	float: right;
	border-radius: 50%;
	margin: 0 0 10px 10px;
}

#commentform {
	margin-bottom: 30px;
	width: 100%
}

#commentform label {
	
}

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}

/*!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: #404343;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	font-family: 'Lato';
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #9fa1a1;
}
	.comment-nav .pagination {
		text-align: left;
		margin: 0 0 35px;
	}
.pagination .page-numbers{
	color: #9fa1a1;
	padding: 4px 8px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #edeeeb;
}

.pagination span.page-numbers.current, .pagination a.active {
	color: #404343;
	margin: 0;
	font-weight: bold;
	border: none;
}

.pagination span.page-numbers.dots {
	border: none;
}
.pagination a.page-numbers:hover {
	background-color: #f04d24;
	color: #ffffff;
}

.pagination h2.screen-reader-text {
	display: none;
}
.pagination .nav-links {
	display: block;
}

.comment-nav p {
	margin: 0;
	font-size: 14px;
	color: #9fa1a1;
}
/*!---------MAIN DROPDOWN MENU---------*/

#top {
	font-family: 'Lato';
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .15em;
	font-size: 10px;
	line-height: 40px;
	height: 40px;
	display: block;
	float: left;
	width: 50%;
}

#top ul.mainmenu {
	display: block;
	width: 100%;
}

#top li {
	display: inline-block;
	margin: 0 -3px;
	padding: 0;
	position: relative;
	font-weight: bold;
}
	
#top li a {
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
	color: #9fa1a1;
	-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
}

	
#top li a:hover, #top li:hover a {
	color: #32bbaf;
}
	
/*!Sub Menus Level 1 */

#top ul ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 50%;
	padding: 15px 0;
	font-family: 'Lato';
	text-transform: capitalize;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: normal;
	background-color: #32bbaf;
	text-align: center;
	z-index: 2001;
	width: 200px;
	margin-left: -100px;
}
	#top ul ul:after {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(55, 71, 87, 0);
		border-bottom-color: #32bbaf;
		border-width: 7px;
		margin-left: -7px;
	}
#top ul ul li {
	float: none;
	width: 200px;
	margin: 0;
}

#top li li a {
	width: 100%;
	padding: 6px 15px;
	border: none;
	font-weight: normal;
	color: #ffffff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	
	#top li li a:hover {
		opacity: 0.5;
	}

#top li li.bold a {
	font-weight: bold;
	color: #161714 !important
}

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


/*! Show indicator for menu items with children */
#top ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	float: right;
	display: inline;
	margin: 2px 0px 0 0;
	font-size: 80%;
}
	

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

#main {
	clear: both;
	font-family: 'Lato';
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 13px;
	line-height: 30px;
	height: 80px;
	display: block;
	background-color: #f0f0f0;
	margin-bottom: 50px;
	padding: 21px 0
}

#main ul.mainmenu {
	display: block;
	width: 100%;
}

#main li {
	display: inline-block;
	margin: 4px 3px;
	padding: 0;
	position: relative;
}
	
#main li a {
	display: inline-block;
	padding: 0 12px;
	text-decoration: none;
	color: #9fa1a1;
	background-color: #ffffff;
	-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.browse>a {
		color: #f04d24;
		background-color: transparent !important;
		padding: 0 6px;
	}

#main li a:hover, #main li:hover a {
	background-color: #32bbaf;
	color: #ffffff;
}
	#main li.browse>a:hover, #main li.browse:hover a {
	color: #32bbaf;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	padding: 8px 0;
	line-height: 1.4;
	font-size: 12px;
	background-color: #32bbaf !important;
	text-align: left;
	z-index: 2001;
	width: 170px;
}

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

#main li li a {
	display: block;
	width: 170px;
	color: #ffffff !important;
	background-color: #32bbaf !important;
	margin: 0;
	background-color: transparent;
	padding: 6px 12px;
	border: none;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	
	#main li li a:hover {
		border-left: 6px solid #f04d24;
		color: #ffffff !important;
	}

#main li li.bold a {
	font-weight: bold;
}

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


/*! Show indicator for menu items with children */
#main ul li.menu-item-has-children>a:after {
	content: "\f078";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	float: right;
	display: inline;
	vertical-align: middle;
	margin: 0 -4px 0 4px;
	font-size: 80%;
	color: #f04d24;
}

#main ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	float: right;
	display: inline;
	margin: 2px 0px 0 0;
	font-size: 80%;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	background-color: #f04d24;
	left: 200px;
	top: -15px;
	margin: 0;
}

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

#main ul ul ul:after {
	display: none
}


/*!-------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;
	min-width: 130px;
}
	.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-wide-button {
	color: #fff;
	font-size: 13px;
	letter-spacing: .2em;
	font-weight: bold;
	border: none;
	font-family: 'Lato';
	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: #32baaf !important
	}

.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-jump-to-comments {
	font-size: 13px;
	font-weight: bold;
	color: #32baaf
}	
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-jump-to-comments:hover {
		color: #f04d24 !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: #9fa1a1;
	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;
	border: none;
}

.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 {
	
	
}

.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: #9fa1a1;
	font-size: 12px;
	line-height: 2;
	font-family: 'Lato';
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: bold;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		background-color: #ffffff;
		margin: 30px -30px -30px;
		font-size: 11px;
		text-align: center;
		padding: 5px 0
	}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta a {
	border: none;
	color: #9fa1a1;
}
.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;
	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 {
	color: #ffffff !important;
	background-color: #32baaf;
	margin: 35px 0 0px !important;
	padding: 10px 15px !important;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	color: #9fa1a1;
	font-size: 15px;
	line-height: 1.6;
	font-weight: bold;
	margin: 0 !important;
	background-color: #ffffff;
	border: 1px solid #edeeee;
	border-top: none;
	overflow: hidden;
}
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-container {
	display: block !important;
	width: 50%;
	float: left;	
	border-bottom: 1px solid #edeeee;
	padding: 7px 15px
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-value {
		font-size: 100%;
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: normal;
		font-style: italic;
	}
	.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;
		font-weight: 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: none;
		color: #404343 !important
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-daily {
		float: right;
		color: #f04d24 !important
	}


/*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-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: #9fa1a1;
		border-radius: 100%;
		color: white;
		width: 22px;
		height: 22px;
		line-height: 22px;
		margin-left: -32px;
		margin-top: 3px;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		float: left;
		font-family: 'Lato';
		font-weight: bold;
		font-size: 12px;
	}	

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-ingredient-notes {
	opacity: 1.0;
	font-style: italic;
	color: #9fa1a1;
}
/*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 {
		text-decoration: none
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action-header {
	margin-bottom: 5px;
	display: block;
}

/*Snippets*/
.post-meta .wprm-recipe-snippet {
	display: inline-block;
		vertical-align: middle;
}
	.post-meta .wprm-recipe-snippet a {
		border: 1px solid #edeeeb;
		font-family: 'Lato';
		text-transform: uppercase;
		color: #9fa1a1 !important;
		font-size: 10px;
		font-weight: bold;
		letter-spacing: .1em;
		padding: 2px 10px ;
		margin-right: 0;
		margin-left: 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: #32baaf;
		border-color: #32baaf;
		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;
	}
}

