/**
 * Theme Name:     BlankSlate Child
 * Author:         Bryan Hadaway
 * Template:       blankslate
 * Text Domain:	   blankslate-child
 * Description:    Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I\&#039;ve carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
 */

#breadcrumbs{
	margin-bottom: 0 !important;
}
figcaption{
	margin-top: -10px !important;
}
.postid-1513 header {
    display: none !important;
}
b, strong{
	font-weight: 700;
}
em, i{
	font-style: italic;
}
.menu-btn a{
	padding: 12px 50px !important;
	background: #FF8942;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 1px solid #FF8942;
	display: block !important;
	text-align: center !important;
	margin-left: 15px !important;
	font-weight: 700 !important;
}
.menu-btn.current_page_item a{
	color: #ffffff !important;
}
.menu-btn.current_page_item:hover a{
	color: #FF8942 !important;
}

p.left-space{
	margin-left:20px;
}
.menu-btn a:hover{
	background: #ffffff;
	color: #FF8942;
}
.gform_button{
	padding: 15px 50px !important;
	background: #FF8942 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 1px solid #FF8942 !important;
	display: block !important;
	text-align: center !important;
}
.gform_button:hover{
	background: #ffffff !important;
	color: #FF8942 !important;
}
.facetwp-facet{
	margin-bottom: 0 !important;
}
ul{
	list-style-type: disc;
}
ol{
	list-style-type: upper-roman;
}
ul, ol{
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 2.5em;
}
.with-top-list .e-loop-item:first-of-type{
    grid-column: 1 / -1 !important;
}
.with-top-list .e-loop-item:first-of-type h4 a{
	color: #ffffff;
	font-size: 24px;
	line-height: 1.3em;
}
.with-top-list .e-loop-item:first-of-type .change-to-white{
	color: #ffffff;
}
.with-top-list .e-loop-item:first-of-type .change-to-black{
	background: #000000;
}
@media (min-width: 1241px) AND (max-width: 1370px){
h1{
	font-size: 42px !important;
}
h2{
	font-size: 38px !important;
}
}
@media (max-width: 567px){
.with-top-list .e-loop-item:first-of-type h4 a{
	font-size: 20px;
}
}