/*  Small screens */
@media only screen {
/* 	HEADER */
	#logo.aligncenter{ margin-bottom: 0;}
	#middle-row{position: relative;}
	#slider-row{background: #0C0804;}
	.off-canvas-extra-content-bottom ul.social-media {margin-left: 7px; margin-top: 14px;}
	.off-canvas-extra-content-bottom ul.social-media i{color: #E8BE66;}
		
/* GENERAL */
	.grey-bg{background: #F7F7F7;}	
	.black-bg{background: #000;}
	.stronger{margin-bottom: 0;}
	
/* LISTS */
	ul.arrow li:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f061'; margin:0 10px 0 -24px; color: #E8BE66;}
	ul.arrow li {margin-bottom: .5rem;}
	ul.arrow {list-style-type: none; margin-left: 1.75rem;}
	ul.arrow.black li:before, ul.arrow.black li { color: #2e2e2e;}
	ul.circle li:before{display: none;}
	
/* 	IMAGE GALLERY */
	.img-gallery {padding-top: 3rem; padding-bottom: 3rem;}
	.img-gallery img.aligncenter {margin-bottom: 0;}
	.img-gallery .column-block {padding: .5rem;}
	.img-gallery .col-2-img{padding-top: 1rem;}
	
/* 	BLOCKQUOTE */
	blockquote { background-color: #E8BE66; padding: 24px;}
	blockquote p{margin-bottom: 0; color: #2E2E2E; font-weight: 500; font-style: italic;}
	
/* 	BLOG */
	.card-divider{background: #2E2E2E;}
	.card-divider h1{line-height:1.5rem;}
	.blog-title a, 	.blog-title a:hover {color: #ffff;}
	.blog-card-read-more .button{margin-left: 1rem; margin-bottom: 1rem;}
	.menu .active>a {background: #E8BE66; color: #000;}
	
} /* Define mobile styles */

@media only screen and (max-width: 40em) {
.small-only-float-left {float: left !important;}	
.small-only-float-right {float: right !important;}
.small-only-float-center {display: block; margin-right: auto; margin-left: auto;}
.text-center-small {text-align: center;}
.small-align-center {-ms-flex-pack: center; justify-content: center;}
.widget-container, #top-row, .tagline, .text-right{text-align: center;}
img.alignright, img.alignleft{float: none !important;display: block;margin: 0 auto;	}
	.tagline h1{font-size: 2.5rem;}
	h2{font-size: 2rem;}
	.footer-bg ul.social-media { display: flex; justify-content: center;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
.medium-float-left {float: left !important;}	
.medium-float-right {float: right !important;}
.text-center-medium {text-align: center;}
.medium-align-center {-ms-flex-pack: center; justify-content: center;}
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
.wrapper {padding: 1.875em 0;}
.align-middle-large{-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
	.top-row{background: rgba(255,255,255,.9); z-index: 1;}
	#middle-row #logo{position: absolute; z-index: 1;}
	#middle-row #logo.aligncenter{max-width: 18vw;}
	#middle-row .is-stuck #logo.aligncenter{max-width: 108px; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; top: 8px; left: 8px; }
	.tagline{ position: absolute; bottom: 2rem; padding: 0 1rem;}
	.tagline h1{font-size: 3.5rem; text-shadow: 0px 3px 6px rgba(0,0,0,.65); margin-bottom: 1rem;}
} /* min-width 1024px, large screens */

@media only screen and (min-width: 64.000em) and (max-width: 90em) {
.large-float-left {float: left !important;}	
.large-float-right {float: right !important;}
.text-center-large {text-align: center;}
.large-align-right {-ms-flex-pack: end; justify-content: flex-end;}
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-float-left {float: left !important;}	
.xlarge-float-right {float: right !important;}
.text-center-xlarge {text-align: center;}
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/*  XXLarge screens */
@media only screen and (min-width: 120.063em) {
.xxlarge-float-left {float: left !important;}	
.xxlarge-float-right {float: right !important;}
.text-center-xxlarge {text-align: center;}
} /* min-width 1921px, xxlarge screens */

/*  Tablet Portrait screens */
@media only screen and (min-width: 37.500em) and (max-width: 56.250em) and (orientation: portrait) {
.hide-tablet-portrait {display: none !important;}
.show-tablet-portrait {display: inherit !important;}
 } /* tablet-only issues min-600px max-900px */
 @media only screen and (min-width: 49.900em) and (max-width: 85.250em) and (orientation: portrait) {
 } /* tablet-only issues min-800px max-1200px */