/*! 
Theme Name: A Farmgirl's Dabbles
Theme URL: http://www.afarmgirlsdabbles.com/
Description: Custom responsive blog theme for A Farmgirl's Dabbles.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 3.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;
}

:focus {
	
}

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

.screen-reader-text {
    position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #f8f8f8;
	background-color: #f8f8f8;
	padding: 5px 10px;
	text-decoration: none;
}
 
#skip a:focus {
	position:absolute;
	left: 8px;
	top: 8px;
	z-index: 3001;
	width:auto;
	height:auto;
}

/*! MAIN CONTAINER */

.container {
	max-width: 100%;
	margin: 0 auto;
}

/*! COLUMN WIDTH ON DISPLAYS +768px */

@media ( min-width : 800px ) {
	.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: 700px;
		float: left;
		display: inline-block;
	}
	
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
		.span_content_wide {
			max-width: 880px
		}
	
	.span_sidebar {
		width: 300px;
		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: 1140px;
	overflow: hidden;
}

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

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

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


body {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
	color: #19191A;
	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: #DB0538;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #16C792;
	text-decoration: none;
}
	.post-content a, .page_content a, .cat-desc a {
		color: #19191A;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px solid #DB0538;
		box-shadow: inset 0 -2px 0 #DB0538;
	}
	.post-content a:hover, .page_content a:hover, .cat-desc a:hover, .post-content a:focus, .page_content a:focus, .cat-desc a:focus {
		color: #dc0436
		
	}
	
p {
	margin: 25px 0;
}
	p.larger {
		font-size: 130%;
	}
img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "proximanova", "Lato", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	line-height: 1.1;
	margin: 25px 0;
	color: #19191A;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}
	.post-content>h2, .page_content h2 {
		margin-top: 40px;
		padding-bottom: 12px;
		border-bottom: 1px solid #ededed
	}
	h2.noline {
		border-bottom: none;
		padding-bottom: 0;
	}
	h2.subhead {
		border: none;
		padding-bottom: 0;
	}

h3 {
	font-size: 20px;
}
	.post-content>h3, .page_content h3, .single_facet h3 {
		font-size: 18px;margin-top: 40px;

	}

	h3.widget-title {
		
	}
		h3.widget-title em {
			font-size: 12px;
			color: #DB0538;
			display: block;
			font-style: normal;
			font-weight: bold;
			letter-spacing: .1em;
			margin-bottom: 5px;
		}
	h3.divider {
		text-align: center;
		
	}
		h3.divider:after {
			content: "";
			display: block;
			height: 1px;
			border-top: 2px solid #E8E8E8;
			margin: -12px auto 45px;
		}
			h3.divider span {
				background-color: #ffffff;
				padding: 0 10px;
			}
		h3.noafter:after {
			display: none
		}
h4 {
	text-transform: uppercase;
	font-family: "proximanova", sans-serif;
	font-size: 14px;
	display: block;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4;
}
	.post-content>h4, .page_content h4 {
		text-transform: none;
		letter-spacing: normal;
		font-family: "Lato";
		font-weight: bold;
		font-size: 20px;
	}
h5 {
	font-size: 18px;
}

strong, b {
	font-weight: 600;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

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

.sep2 {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 2px solid #E8E8E8;
	text-align: center;
}

hr {
	border: 0;
	height: 0;
	margin: 35px 0;
	border-top: 2px solid #E8E8E8;
	border-bottom: none;
}
	hr.is-style-default {
		margin: 60px auto;
		border-top: 2px solid #E8E8E8;
		max-width: 100px;
	}
	hr.spacer {
		border-color: #ffffff !important; 
	}

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

.top-bar {
	background-color: #ffffff;
	border-bottom: 2px solid #E8E8E8;
	line-height: 70px;
	padding: 0;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1001;
}
	body.admin-bar .top-bar {
		padding-top: 32px;
	}
	.top-bar .main-nav {
		display: inline-block;
		float: right;
		vertical-align: middle
	}
	
	.top-bar .social {
		
	}

.top-bar .logo, .top-bar h1.logo {
	overflow: hidden;
	width: 370px;
	float: left;
	margin: 10px 10px 10px 15px;
}

.header-spacer {
	display: block;
	height: 70px;
	margin-bottom: 30px;
}
	body.home .header-spacer {
		margin-bottom: 13px;
	}

/*!---------CONTENT---------*/

.span_content {
	padding-bottom: 50px
}

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

.span_content ul, .span_content ol {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}

.span_content ul li {
	list-style-type: none;
	margin: 0 0 8px 25px;
	padding: 0;
}

.span_content ul li:before {
	color: #dc0436;
	content: '\2022';
	font-weight: bold;
	margin: 0 0 0 -20px;
	width: 20px;
	font-weight: normal;
	font-style: normal !important;
	display: inline-block;
}
	.span_content ul li ul li:before {
	
	}
.span_content ol {
	counter-reset:li;
}

.span_content ol li {
	padding: 0 0 0px;
	margin: 0 0 20px 30px;
	list-style-type: none;
	position: relative;
}
.span_content ol li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	background-color: #dc0436;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	color: #FFF;
	left: -20px;
	top: 7px;
	transform: translateX(-50%);
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	font-family: proximanova;
	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, .span_content_full>h1:first-of-type {
	margin: 0 0 20px;
}

h1.page-title {

}

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

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

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

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

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	
}
.widget {
	margin: 30px 0 50px 0;
	text-align: center;
}

.widget.center, .widget.center .textwidget {
	text-align: center;
}

.widget.ad, .widget.ad .textwidget {
	text-align: center;
}
	.widget.ad .textwidget iframe {
		margin: 0 auto;
	}

.widget.ad img {
	display: inline-block;
}

h3.widget-title {
	text-align: center;
	margin: 0 0 15px;
}

.hide-title h3.widget-title {
	display: none;
}

.widget a {
	text-decoration: none;
}

.widget p {
	margin: 0 0 10px;
}

.widget p:last-of-type, .widget li:last-of-type {
	margin-bottom: 0;
}

.sidebar select {
	color: #757576;
	font-size: 13px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #ededed;
}

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

.sidebar .about {
	text-align: center;
	margin-top: 0;
	background-color: #FDF3F5;
	padding: 20px 20px 12px;
}

.sidebar .about h3.widget-title {
	
}

.sidebar .about p {
	
}
.sidebar .about img {
	margin: 0 auto;
	width: 200px;
	
}


.social a {
	text-decoration: none;
	font-size: 17px;
	padding: 9px;
	color: #DB0538;
}
	.social a svg {
	    fill: #DB0538;
	    height: 16px;
	    width: auto;
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}
		.social a:hover, .social a:hover svg {
		    fill: #16C792;
		}
	.top-bar .social a svg {
		fill: #19191A;
		color: #19191A
	}
		.top-bar .social a:hover svg {
			fill: #DB0538;
		}
	.sidebar .social a {
		
	}
	.social a:hover {
		color: #16C792
	}
	


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


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

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

.sidebar .item a {
	display: block;
}

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

.sidebar .widget {
	text-align: center;
	overflow: hidden;
}

.sidebar .widget .item {
	width: 47%;
	margin: 0 6% 6% 0;
	float: left;
}

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

.sidebar .widget .item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.sidebar .widget h4 {
	margin: 10px 0
}




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

.post {
	margin-bottom: 0px;
}

.post-content>p:first-of-type, p.subhead {
	text-align: center;
	font-style: italic;
	font-size: 110%;
	line-height: 1.7;
}

h1.post-title, h2.post-title {
	margin: 0 0 10px;
	text-align: center;
}

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

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

.post-meta {
	font-family: "proximanova", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #757576;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .15em;
	overflow: hidden;
	margin: 0 0 30px;
	text-align: center;
}
	.post-date {
		margin: 0 0 12px;
	}
.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 115%;
}

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

.post-meta a.jump {
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #eae8e4;
	padding: 2px 8px;
	margin-right: 12px;
	display: inline-block
}
	.post-meta a.jump:before {
		display: inline-block;
		vertical-align: middle;
		margin: -2px 4px 0 0;
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		color: #DB0538;
		font-weight: bold;
	}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #DB0538;
	text-decoration: underline;
}

.post-cat {
	margin: 0 0 5px;
}
.post-cat a {
	color: #DB0538;
	margin: 0;
}

.post-meta .spacer {
	display: inline-block;
	margin: 0 5px;
}

.post-meta i {
	color: #DB0538
}
.ccount {
	display: inline-block
}
	.ccount a:before {
	
	}

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

.post-cats a {
	color: #181819;
	background-color: #ffffff;
	display: inline-block;
	font-size: 11px;
	font-family: "proximanova", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 3px 10px 2px;
	margin: 3px;
	text-decoration: none;
	border: 2px solid #181819
}

	.post-cats a:hover {
		color: #ffffff;
		background-color: #dc0436;
		text-decoration: none;
	}

.meta-bottom {
	clear: both;
	margin: 25px 0;
	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;
	margin: 45px 0 0;
}

.meta-centered p {
	margin: 5px 0;
}

a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 8px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #757576;
	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: #19191A;
}

a.more-link {
	display: inline-block;
	font-weight: bold;
	font-family: "proximanova";
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 14px;
	color: #19191A;
	text-decoration: none;
	border: 2px solid #19191A;
	padding: 15px 25px 13px;
}
	a.more-link:after {
		font-family: "Font Awesome 5 Pro";
		content: "\f061";
		font-weight: normal;
		line-height: 1;
		margin-left: 8px;
	}
	
	a.more-link:hover {
		background-color: #dc0436;
		color: #ffffff;
		border-color: #dc0436 
	}


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

.alignright {
	margin-left: 20px;
	float: right;
}

.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

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

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


.post blockquote, .wp-block-quote {
	margin: 45px 0;
	clear: both;
	padding: 4% 6%;
	position: relative;
	background-color: #F3F3F4;
}

	.post blockquote p, .wp-block-quote p {
		margin: 0;
		text-align: center;
	}


/*!----Gutenberg----*/


.wp-block-image {
	text-align: center;
	margin: 25px 0 -10px !important
}
.wp-block-image img, .wp-block-image a {
	display: block !important
}
.wp-block-gallery ul {
	margin: 0 0 -16px !important;
	list-style-type: none
}
.wp-block-gallery li:before {
	display: none !important
}
	.wp-block-gallery ul li img {
		display: block
	}
.post-content .has-very-light-gray-background-color {
    background-color: #F3F3F4 !important;
    padding: 30px !important;
    margin: 35px 0
}

.page-id-47532 .wp-block-column {
	text-align: center;
	border: 1px solid #E8E8E8;
	padding: 20px;
	font-size: 90%;
	line-height: 1.6;
}

	.page-id-47532 .wp-block-column h2 {
		margin: 15px 0 0;
		border: none;
		padding: 0;
	}
	.page-id-47532 .wp-block-column .email-input {
		width: 100%;
		margin-bottom: 15px;
	}
	.page-id-47532 .wp-block-column .email-submit {
		width: 100%;
	}
	
	.page-id-47532 .wp-block-column .social a {
		border: none;
		box-shadow: none;
		font-size: 30px;
	}
		.page-id-47532 .wp-block-column .social a svg {
		    height: 22px;
		}
	
/*!---- Table of Contents ----*/

.lwptoc {
    margin: 40px 0;
}
.lwptoc .lwptoc_i {
	width: 100% !important;
	background-color: #F3F3F4 !important;
	border: none;
	padding: 0;
}

.lwptoc .lwptoc_header {
	font-family: "proximanova", sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-align: left; 
	background-color: #F3F3F4;
	color: #262222;
	padding: 15px 25px;
	margin: 0;
}
	.lwptoc .lwptoc_toggle {
		font-size: 11px;
		float: right;
		margin-top: 2px;
	}
		.lwptoc .lwptoc_toggle a {
			
		}
#toclist, .lwptoc .lwptoc_items {
	padding: 15px 25px;
	font-size: 90%;
	line-height: 1.5;
}

.lwptoc .lwptoc_items {
	padding-top: 0 !important
}

#toclist ul {
	counter-reset:li;
	margin: 0 !important;
	padding: 0 !important;
}

#toclist ul li, .lwptoc_item {
	padding: 0 0 0px !important;
	margin: 0 0 15px 40px !important;
	list-style-type: none !important;
	line-height: 1.4 !important;
	position: relative;
}
#toclist ul li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	background-color: #262222;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	color: #FFF;
	left: -5px;
	top: 5px;
	transform: translateX(-50%);
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	font-family: proximanova;
	font-weight: bold;
}
.lwptoc_item_number {
	position: absolute;
	background-color: #262222;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	color: #FFF;
	left: -25px;
	top: 5px;
	transform: translateX(-50%);
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	font-family: proximanova;
	font-weight: bold;
}
	
/*! Inner Post */

.share {
	text-align: center;
	margin: 0px;
}
.mv-create-jtr-wrapper {
	display: none
}
	.share .mv-create-jtr-wrapper {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		margin-left: 10px
	}
.mv-create-jtr-wrapper a {
	font-size: 11px !important;
	color: #757576 !important;
	background-color: #ffffff !important;
	border: 1px solid #ededed !important;
	font-weight: bold;
	font-family: "proximanova";
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0 15px !important;
	margin: 0 auto !important;
	text-decoration: none;
	display: inline-block;
	line-height: 30px;
	height: 32px;
	vertical-align: middle;
	border-radius: 30px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.mv-create-jtr-wrapper a:before {
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		margin-right: 4px;
	}
	.mv-create-jtr-wrapper a:hover {
		color: #dc0436 !important
	}
	.mv-create-jtr-wrapper svg {
		display: none;
	}
.dpsp-shortcode-wrapper, .dpsp-shortcode-wrapper ul, .dpsp-shortcode-wrapper ul li, #dpsp-content-bottom li {
	display: inline-block;
	float: none;
	vertical-align: middle;
}
	.dpsp-shortcode-wrapper ul {
		margin: 0 !important
	}
	.dpsp-shortcode-wrapper ul li, #dpsp-content-bottom ul li {
		margin: 0 5px !important;
		position: relative;
	}


#dpsp-content-bottom {
	text-align: center;
	margin: 35px 0
}


/** Grow CSS Fix **/
.dpsp-content-wrapper .dpsp-network-btn {
	display: inline-block !important;
}
/** End Grow CSS Fix **/

.disclosure, small {
	text-align: center;
	font-style: italic;
	color: #757576;
	font-size: 13px;
	line-height: 1.5;
}
	.disclosure p {
		margin: 25px 0;
	}
	.disclosure strong {
		font-style: normal;
	}
	.disclosure-bottom {
		margin: 25px 0 50px;
	}
	.disclosure-top {
		margin: -25px 0 20px;
	}


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

.inner-post .widget {
	
}

/*!Next/prev Posts*/

.post-nav {
	line-height: 1.2;
	text-decoration: none;
	margin: 50px 0 0px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 18px;
	font-family: "proximanova", "Lato", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	line-height: 1.3;
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
}

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

.post-nav a {
	color: #19191A;
	text-decoration: none;
}

.post-nav .nav-previous {
	float: left;
	width: 48%;
}

.post-nav .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

.post-nav div a {
	display: block;
}

.post-nav div a:hover {
	color: #DB0538;
}

.post-nav em {
	display: block;
	font-style: normal;
	font-family: "proximanova", sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	color: #757576;
	padding: 0 0 5px;
}


/*!----Homepage Featured Styles----*/
	
.homepage-featured {
	text-align: center;
	margin-bottom: 70px;
	overflow: hidden;
}
	.homepage-featured .wrap {
		max-width: 100%;
		padding: 0 .75%;
	}

.homepage-featured .item {
	width: 19.4%;
	margin-right: .75%;
	float: left;
	position: relative;
	background-color: transparent;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

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

.homepage-featured .item p {
	margin: 0
}
.homepage-featured .item img {
	width: 100%;
	height: auto;
	display: block;
}

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

.homepage-featured .item a h3 {
	margin: 0;
	position: absolute;
	bottom: 12px;
	left: 12px;
	right: 12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 14px;
	background-color: #ffffff;
	font-family: "proximanova", sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .15em;
	color: #19191A;
	white-space: nowrap;
	line-height: 1.2;
	padding: 9px 10px 8px;
	text-align: center;
	display: inline-block;
}
	.homepage-featured .item a:hover {
		
	}
	.homepage-featured .item a:hover h3 {
		color: #dc0436
	}

/*!Homepage Category Sections*/

.home-sections {
	overflow: hidden;
	clear: both;
}
	
	
.home-section {
	margin-bottom: 100px;
	overflow: hidden;
}
	.category-featured-section {
		margin-bottom: 0;
		margin-top: 50px;
	}
	
.home-section.shaded {
	position: relative;
	margin-bottom: 120px;
	padding-bottom: 50px
}
	.home-section.shaded:after {
		content: "";
		background-color: #F3F3F4;
		width: 100%;
		height: 60%;
		display: block;
		position: absolute;
		bottom: 0;
		z-index: -1;
	}

.home-section h3.widget-title {
	text-align: center;
	margin-bottom: 25px;
}
		
.home-section .description {
	text-align: center
}
		
.home-section .item {
	overflow: hidden;
	text-align: center;
	width: 22.75%;
	margin: 0 3% 0 0;
	float: left;
}

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

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

.home-section .item h4 {
	margin: 15px 0 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

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

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

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

.home-section .more {
	clear: both;
	text-align: center;
	padding-top: 40px
}

	.home-section .teaser-post .more {
		padding-top: 0;
	}


.home-section.widget_search {
	margin: 30px auto 100px;
	position: relative;
	background-color: #F3F3F4;
	padding: 60px 0;
}
	.home-section.widget_search .wrap {
		max-width: 910px;
	}
	.home-section.widget_search h3.widget-title {
		font-size: 25px;
		margin: 5px 0 0;
		display: inline-block;
		width: 400px;
		vertical-align: middle;
		text-align: left;
	}
		.home-section.widget_search h3.widget-title:after {
			display: none
		}
		.home-section.widget_search h3.widget-title span {
			padding: 0;
			background-color: transparent;
		}
	.home-section.widget_search h3.widget-title em {
		display: inline-block;
		width: 118px;
		height: 63px;
		background: url(images/perfect.png) no-repeat left center;
		background-size: 100% auto;
		color: transparent;
		text-indent: -9999px;
		font-size: 1px;
		vertical-align: middle;
		margin-right: -12px;
	}
	.home-section.widget_search .search-widget {
		display: inline-block;
		width: -moz-calc(100% - 400px);
		width: -webkit-calc(100% - 400px);
		width: calc(100% - 400px);
		vertical-align: middle
	}
.home-section.widget_search .more {
	padding: 20px 0 0;
}
	.home-section.widget_search .more a {
		text-decoration: underline;
		font-weight: bold;
		text-transform: uppercase;
		color: #69696a;
		font-size: 15px;
		font-family: "proximanova", sans-serif;
		letter-spacing: .15em;
	}
		.home-section.widget_search .more a:hover {
			color: #dc0436
		}
.home-section.about {
	margin: 120px auto 120px;
	position: relative;
	background-color: #FDF3F5;
	padding: 60px 0;
}
	.home-section.about .wrap {
		max-width: 910px;
	}
.home-section.about img {
	width: 350px;
	float: left;
	height: auto;
	display: block;
}
.home-section.about .caption {
	width: width: -moz-calc(100% - 350px);
	width: -webkit-calc(100% - 350px);
	width: calc(100% - 350px);
	padding-left: 30px;
	float: left;
	text-align: left
}

.home-section.about .caption h3, .sidebar .about h3 {
	width: 330px;
	height: 126px;
	background: url(images/welcome@2x.png) no-repeat left center;
	background-size: 100% auto;
	color: transparent;
	text-indent: -9999px;
	vertical-align: middle;
	margin: 15px 0 -15px -75px;
}
	.sidebar .about h3 {
		width: 90%;
		margin: -20px auto 0;
		height: 0;
		padding-bottom: 33%;
		position: relative;
		z-index: 101;
	}
.home-section.about p, .sidebar .about p {
	font-size: 17px;
	line-height: 1.7;
	margin: 15px 0
}
	.sidebar .about p {
		font-size: 16px;
	}
.home-section.about p:first-of-type, .sidebar .about p:first-of-type {
	font-style: italic;
	font-size: 120%;
	line-height: 1.5;
}
.home-section.about .more {
	clear: none;
	text-align: left;
	padding: 0;
	margin-top: 25px
}
	.home-section.about .more a.more-link, .sidebar .about .more a.more-link {
		font-size: 12px;
		padding: 9px 15px 8px;
		margin-right: 5px;
	}
		.sidebar .about .more a.more-link {
			font-size: 11px;
			padding: 8px 10px;
			margin-top: 8px;
		}
	
	
.home-section.travel {
	background: #177389 url(images/travelphoto.jpg) no-repeat right bottom;
	background-size: cover;
	color: #ffffff;
	margin-bottom: 30px;
}

	.home-section.travel .wrap {
		background:  url(images/travelbg@2x.png) no-repeat left 80px;
		background-size: 482px auto;
		overflow: hidden;
		padding: 60px 4%
	}
/*.home-section.travel img {
	float: right;
	width: 25%;
	height: auto;
	border: 13px solid #ffffff;
	border-bottom-width: 50px;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
	box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}
	.home-section.travel img:nth-child(1) {
		transform: rotate(10deg);
		margin-top: 0px;
	}
	.home-section.travel img:nth-child(2) {
		transform: rotate(-10deg);
		margin-top: 80px;
		margin-right: -100px;
	}*/
.home-section.travel img {
	float: right;
	width: 48%;
	height: auto;
}
.home-section.travel .caption {
	width: 50%;
	padding-left: 4%;
	float: left;
	text-align: left;
}

.home-section.travel .caption h3 {
	color: #ffffff;
	width: 410px;
	height: 128px;
	background: url(images/letsexplore@2x.png) no-repeat left top;
	background-size: 100% auto;
	text-indent: -9999px;
	margin: 120px 0 -20px;
}

.home-section.travel .caption p {
	margin-left: 15%;
	font-size: 20px;
	line-height: 1.6;
	text-shadow: 2px 2px 6px rgba(0,0,0,.5)
}

.home-section.travel p.more {
	text-align: left;
	padding-top: 0px;
}
	.home-section.travel .more a.more-link {
		background-color: rgba(0,0,0,.2);
		color: #ffffff;
		border-color: #ffffff;
	}
		.home-section.travel .more a.more-link:hover {
			background-color: #dc0436
		}

.home-section.ad {
	margin-top: -20px;
	margin-bottom: 60px;
}
/*!---------TEASER STYLES---------*/

.teaser-post {
	font-size: 93%;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 46%;
	margin: 0 8% 70px 0;
	float: left;
}
	.teaser-post.even {
		margin-right: 0
	}
	.teaser-post.odd {
		clear: both
	}

.span_content_full .teaser-posts .teaser-post {
	width: 31%;
	margin: 0 3.5% 70px 0;
	clear: none;
}
	.span_content_full .teaser-posts .teaser-post:nth-child(3n) {
		margin-right: 0;
	}
	.span_content_full .teaser-posts .teaser-post:nth-child(3n+1) {
		clear: left;
	}
	
.teaser-post img {
	width: 100%;
	height: auto;
	display: block;
}

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

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

.teaser-post .excerpt {
	
}

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

.teaser-post .more {
	
}

.teaser-post .post-meta {
	text-align: center;
	margin: 25px 0 -20px;
}

/*!---------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;
}
	.archives.shop {
		margin-bottom: 60px
	}
.archive-post {
	margin-right: 4.25%;
	margin-bottom: 25px;
	width: 30.5%;
	float: left;
	text-align: center;
}

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

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

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

	.shop .archive-post:nth-child(5n) {
		margin-right: 0!important;
	}
	
	.shop .archive-post:nth-child(5n+1) {
		clear: both !important;
	}


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

.archive-post a {
	text-decoration: none;
	border: none !important;
	box-shadow: none !important;
	display: block;
}
	.shop-post a.more-link {
		display: inline-block;font-size: 11px;
		padding: 8px 10px;
		margin-top: 8px;
		opacity: 1.0 !important
	}
.archive-post a.post-edit-link {
	display: inline-block;
}

.archive-post .post-meta {
	margin: 0;
	font-size: 11px;
}

.archive-post h4 {
	color: #19191A;
	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: 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;
	line-height: 1.6
}

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


.archiveslist ul {
	margin-bottom: 0;
	margin-top: 5px
}
.archiveslist ul li {
	font-size: 85%;
	font-style: italic;
	margin-left:15px !important;
	margin-bottom: 3px;
}
	.archiveslist ul li:before {
		font-style: normal !important;
	}
.subcats {
	border-bottom: 2px solid #E8E8E8;
	border-top: 2px solid #E8E8E8;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;
	margin: 20px 0;
	text-align: center;
}

.subcats h3, .subcats h4 {
	display: inline-block;
	font-size: 18px;
	margin: 10px 5px 0;
	vertical-align: middle
}
.subcats ul, .subcats li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 !important
	
}
ul.subcategories {
	overflow: hidden;
	margin: 0 !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 {
	color: #ffffff;
	background-color: #DB0538;
	display: inline-block;
	font-size: 11px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 2px 10px;
	margin: 3px;
	text-decoration: none;
}

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

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

ul.subcategories ul li a.all {
	color: #DB0538 !important;
	background-color: #ffffff;
}

ul.tagindex, .tagindex li {
	margin: 0 !important;
	padding: 0 !important;
}

.tagslist>li {
	font-size: 90%;
}

.tagslist>li em {
	font-size: 80%;
	color: #88898a;
	margin-left: 8px;
}

.archiveslist a {
	border: none !important;
		box-shadow: none !important;
}

.tagindex li:before {
	display: none !important;
}

.tagindex a {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-right: 3px;
	width: 22px;
	height: 22px;
	float: left;
	color: #757576;
	border: solid 1px #f6f5f5;
	box-shadow: none
}

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

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

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

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

.tagtitle em a {
	color: #a6a5a5;
	font-size: 11px;
	font-weight: normal;
	border: none !important;
	box-shadow: none !important;
}

.tagtitle a:hover {
	color: #19191A;
}


/*!Breadcrumbs*/

.breadcrumb {
	text-transform: uppercase;
	color: #757576;
	font-size: 10.5px;
	font-family: "proximanova", sans-serif;
	letter-spacing: .15em;
	clear: both;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px
}
	.span_content_full .breadcrumb, .page_content .breadcrumb {
		text-align: left
	}
.breadcrumb a {
	color: #757576;
	text-decoration: underline;
	border: none;
	box-shadow: none;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-family: "Lato";
		font-size: 115%;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
		font-style: italic;
	}
.breadcrumb a:hover {
	color: #DB0538;
}



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

#submit, .submitbutton, #commentform #submit, .smbutton, button.facetwp-load-more {
	color: #ffffff !important;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #DB0538;
	border: none;
	font-family: "proximanova", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px 25px;
	box-shadow: none;
	text-decoration: none !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.submitbutton i {
		font-weight: 300;
		font-size: 140%;
		line-height: 1;
		position: relative;
		top: 2px;
		margin-left: 5px;
	}
.smbutton {
	font-size: 11px;
	padding: 6px 12px 5px;
}


	#submit:hover, .submitbutton:hover, #commentform #submit:hover, .smbutton:hover, button.facetwp-load-more:hover {
		background-color: #16C792;
		color: #ffffff;
		box-shadow: none;
		border: none;
	}

.commentinput, .styledinput, .captchainput, #commentform input {
	color: #696969;
	font-size: 14px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #ededed;
}

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

#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 14px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #ededed;
	width: 100%
}

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
	background-color: #ededed;
	padding: 25px;
}

.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-lg {
	max-width: 600px;
	margin: 15px 0 15px;
}
	.search-form-lg h3 {
		text-align: center;
		margin: 0 0 10px;
		font-size: 14px;
	}
.search-form {
	width: 100%;
	max-width: 350px;
	border: 1px solid #ededed;
	background-color: #ffffff;
	overflow: hidden;
}

.span_content .search-form {
	max-width: 100%;
}
	
.search-form .search-field {
	color: #757576;
	font-size: 18px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	background-color: #fff;
	padding: 0 20px;
	border: none;
	vertical-align: middle;
	float: left;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
}

	.header-search .search-form .search-field {
		height: 36px;
		line-height: 36px;
		font-size: 15px;
		padding: 0 10px;
	}
	.span_content .search-form .search-field {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	.sidebar .search-field {
		font-size: 16px;
		line-height: 42px;
		height: 42px;
	}
	
	
.search-form .search-submit {
	background-color: #ffffff;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 22px;
	background-color: #dc0436;
	color: #ffffff;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	float: right;
	cursor: pointer;
	width: 50px;
}

	.header-search .search-form .search-submit {
		height: 36px;
		line-height: 33px;
		font-size: 28px;
		color: #ffffff;
		text-align: center;
		outline: none !important;
	}
	.span_content .search-form .search-submit {
		width: 50px;
	}
	.sidebar .search-submit {
		font-size: 18px;
		line-height: 42px;
		height: 42px;
	}
.search-form .search-submit:hover, .search-form .search-submit:focus {
	background-color: #17c792;
}


.subscribe {
	
}
	.featured-subscribe {
		margin-bottom: 70px;
	}
		.featured-subscribe .subscribe {
			overflow: hidden;
			max-width: 890px;
			margin: 0 auto;
		}
	.sidebar .subscribe {
		padding: 25px;
		background-color: #F3F3F4;
	}

	.inner-post .subscribe {
		padding: 45px 25px;
		background-color: #F3F3F4;
	}
	

.subscribe h3 {
	
}
	.subscribe h3 em {
		display: inline-block;
		width: 39px;
		height: 25px;
		background: url(images/via.png) no-repeat left center;
		background-size: 100% auto;
		color: transparent;
		text-indent: -9999px;
		font-size: 1px;
		vertical-align: middle;
	}
	.sidebar .subscribe h3 {
		font-size: 15px;
		white-space: nowrap;
		letter-spacing: .1em;
		margin-bottom: 0px;
	}
		.sidebar .subscribe h3 em {
			width: 30px;
			height: 20px;
		}
	.inner-post .subscribe h3 {
		margin: 0;
	}
	.featured-subscribe .subscribe h3 {
		background: url(images/cherries@2x.png) no-repeat left center;
		background-size: 48px 64px;
		margin: 0;
		min-height: 64px;
		line-height: 64px;
		text-align: left;
		padding-left: 55px;
		width: 100%;
		max-width: 400px;
		float: left;
	}
	
.subscribe p {
	text-align: center
}
	.sidebar .subscribe p, .inner-post .subscribe p {
		
	}
	
.subscribe .email-form {
	clear: none;
	margin: 0 auto;
	overflow: hidden;
	background-color: transparent;
	position: relative;
	vertical-align: middle;
	margin-top: 20px;
	max-width: 580px;
	}
	.featured-subscribe .subscribe .email-form {
		width: -moz-calc(100% - 400px);
		width: -webkit-calc(100% - 400px);
		width: calc(100% - 400px);
		max-width: 100%;
		float: right;
		margin: 0px 0 0;
	}
	.sidebar .subscribe .email-form, .inner-post .subscribe .email-form {
		margin-top: 0px;
		width: 100%;
		float: none;
	}
.subscribe .email-input {
	width: 100%;
	border: 1px solid #eae8e4;
	background-color: #ffffff;
	color: #434f57;
	font-style: italic;
	font-size: 18px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	float: left;
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 20px;
}
	.sidebar .subscribe .email-input, .inner-post .subscribe .email-input {
		width: 100%;
		float: none;
		margin: 15px 0;
		font-size: 17px;
	}
.subscribe .email-submit {
	border: none;
	width: 100%;
	font-family: "proximanova", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;
	font-size: 16px;
	color: #ffffff;
	background-color: #DB0538;
	text-align: center;
	float: right;
	display: inline-block;
	width: 200px;
	height: 60px;
	line-height: 64px;
	padding: 0 0 0 10px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}
	.subscribe .email-submit i {
		font-size: 110%;
		position: relative;
		top: 1px;
	}
	.sidebar .subscribe .email-submit, .inner-post .subscribe .email-submit {
		width: 100%;
		float: none;
		margin: 0;
		text-align: center
	}

	.subscribe .email-submit:hover {
		background-color: #16C792
	}

.email-input::placeholder {
	color: #757576;
}

.search-field::placeholder {
	color: #757576;
}


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

	
.footer {
	clear: both;
	color: #757576;
	font-size: 15px;
	padding: 0;
	overflow: hidden;
}

.footer-subscribe {
	padding-top: 80px;
	border-top: 1px solid #E8E8E8;
}
	body.home .footer-subscribe {
		padding: 0;
		border: none;
	}
.footer .popular-posts {
	position: relative;
	margin: 0;
}
	.footer .popular-posts .wrap {
		max-width: 100%;
	}
	
.footer .widget_featured-groups {
	margin: 0;
	padding: .75%;
	position: relative;
	overflow: hidden;
}
	.footer .widget_featured-groups .item {
		width: 16.04167%;
		margin: 0 .75% 0 0;
		float: left;
	}
		.footer .widget_featured-groups .item img {
			width: 100%;
			height: auto;
			display: block;
		}
	.footer .widget_featured-groups .item:nth-of-type(6n) {
		margin-right: 0;
	}
	.footer .widget_featured-groups h4 {
		display: none
	}
	
.footer .widget_featured-groups h3 {
	font-family: "proximanova", Arial, Impact, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	clear: both;
	font-size: 15px;
	margin: 0;
	text-align: center;
	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: 9px 10px 6px;
}
.footer a {
    text-decoration: none;
    color: #19191A;
}
	.footer a:hover {
	    color: #DB0538;
	}

	

.sub-footer {
	font-size: 11px;
	color: #757576;
	font-weight: bold;
	font-family: "proximanova", sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	padding: 10px;
    }
 
.sub-footer a {
    text-decoration: none;
    color: #757576;
}
	.sub-footer a:hover {
	    color: #DB0538;
	}

.sub-footer .footer-nav {
	display: inline-block;
	width: auto;
	line-height: 30px;
	text-align: center;
}
	.sub-footer .footer-nav li {
		display: inline-block;
		margin: 0 12px 0 0;
	}

.sub-footer .footer-nav li.top a {
	color: #19191A
}
.sub-footer .social {
	width: auto;
	display: inline-block;
	line-height: 30px;
}
	.sub-footer .social a {
		padding: 8px 6px;
	}
	.sub-footer .social a svg {
		fill: #757576;
	}
.copyright {
	clear: both;
	text-align: center;
	padding-top: 30px
}
.copyright .logo {
	float: none;
	margin: 10px auto;
	text-align: center;
	display: block;
}
	.copyright .logo img {
		margin: 0 auto
	}
	.copyright em {
		font-family: "Lato";
		text-transform: none;
		letter-spacing: normal;
		font-weight: normal;
		font-size: 110%;
	}
	.copyright a {
		text-decoration: underline;
	}



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

#comments, #pings, #reply-title {
	margin-top: 5px;
	letter-spacing: normal;
	text-transform: none;
}

#respond {
	margin-top: 50px;
}

	#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: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}

#comment-list li {
	margin: 30px 0;
	padding: 25px;
	background-color: #ffffff;
	border: 1px solid #ededed;
	list-style-type: none;
}

#comment-list li:before {
	display: none;
}

#comment-list li.bypostauthor {
	border: none;
	padding: 0;
}

#comment-list li.bypostauthor>div.comment {
	background-color: #F3F3F4;
	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: 11px;
	text-align: left;
	clear: none;
}
	#comment-list li.bypostauthor>div.comment .comment-meta {
		color: #6B6B6B
	}
.comment-meta:before {
	display: none;
}

.comment-meta a {
	
}

.comment-meta strong {
	font-weight: bold;
	font-size: 14px;
	color: #19191A;
}

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

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

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

#pings {
	margin-top: 50px;
}

#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0
}

#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0
}

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

#commentform label {
	
}

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}

.comment-nav {
	color: #19191A;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 8px 2px 7px
}

.comment-nav em {
	font-style: normal;
	margin-right: 15px
}

.comment-nav em img {
	margin-right: 2px;
	vertical-align: middle
}

.comment-nav .page-numbers {
	color: #19191A;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded
}

.comment-nav .current {
	color: #19191A;
	font-weight: bold;
	background-color: #fff
}

.comment-nav .next, .comment-nav .prev, .comment-nav .dots {
	border-style: none
}

.comment-nav a:hover {
	color: #fff;
	background-color: #19191A
}

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

.comment-nav .alignright a:hover {
	color: #19191A;
	text-decoration: none;
	background-color: transparent
}
/*!threaded comments*/

#comment-list li ul {
	margin: 0;
	padding: 0
}

#comment-list li li {
	margin-bottom: 0;
	border: none;
}

#cancel_reply, #cancel_reply a {
	color: #19191A;
	font-size: 11px;
	font-weight: bold
}

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

.thdrpy a:hover {
	color: #19191A;
	text-decoration: underline
}

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

.pagination {
	font-family: "proximanova", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #757576;
}

.pagination .page-numbers{
	color: #757576;
	padding: 4px 8px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
}

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

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

.pagination a.page-numbers:hover {
	background-color: #DB0538;
	color: #ffffff;
}

.pagination h2.screen-reader-text {
	margin: 0 10px 0 0;
	font-size: 13px;
	font-family: "proximanova";
	letter-spacing: .1em;
	display: inline-block
}
.pagination .nav-links {
	display: inline-block
}

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

#main {
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-family: "proximanova", sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 14px;
	line-height: 70px;
	height: 70px;
	display: block;
}

#main ul.mainmenu {
	display: inline-block;
	width: auto
}

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

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

#main li a:hover, #main li:hover a {
	color: #DB0538;
}

#main li.social a {
	padding: 0 10px;
	position: relative;
	top: 2px;
}

#main li.search {
	vertical-align: middle;
	margin: 0 0 0 10px;
	
}
#main li.search a {
	width: 70px;
	height: 71px;
	line-height: 70px;
	background-color: #dc0436;
	color: #ffffff;
	text-align: center;
}
	#main li.search a i {
		font-size: 26px;
		line-height: 70px;
	}
	
/*!Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 54px;
	left: 50%;
	padding: 5px 0;
	font-size: 11px;
	line-height: 1.3;
	background-color: #19191A;
	text-align: center;
	z-index: 2001;
	margin-left: -90px;
	width: 180px;
}
	#main 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: #19191A;
		border-width: 7px;
		margin-left: -7px;
	}
#main ul ul li {
	float: none;
	width: 180px;
	margin: 0;
}

#main li li a {
	width: 100%;
	padding: 11px 15px;
	border: none;
	color: #ffffff !important;
	-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 {
		color: #DB0538 !important
	}

#main li li.bold a {
	font-weight: bold;
	color: #DB0538 !important
}

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


/*! Show indicator for menu items with children */
#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-block;
	position: absolute;
	right: 8px;
	font-size: 80%;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	left: 180px;
	background-color: #19191A;
	top: 0;
	margin: 0;
}

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

#main li li li a {
	
}


/*Mailer Lite*/


.ml-error input {
	background: url(https://bucket.mlcdn.com/images/default/error-icon.png) 98% center no-repeat #ffffff !important;
	background-size: 24px 24px !important;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
	margin: 0 0 15px;
	background-color: #ffffff;
	border: 2px solid #E8E8E8;
	padding: 15px;
}
	.footer .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
		margin: 15px 0;
	}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
	font-size: 14px;
	margin: 0 0 5px !important;
	text-align: center;
	word-break: break-word;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
	font-size: 13px;
	line-height: 1.5;
	color: #4d4d4d !important;
	margin: 0;
	text-align: center;
}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
margin: 0;
}
