/*  Small screens */
@media only screen {
/* 	HEADER */
	#logo{margin: 0 16px 0 0;}
	.nav{background: #B9180C; padding: 0;}
	#middle-row .phone_number .button:hover a{color: #fff;}
	
/* 	GENERAL */
	.grey-bg{background: #F7F7F7;}
	.red-bg{background: #880A00;}
	
/* 	TITLE */
	.fancy {overflow: hidden;}
	.fancy span {display: inline-block;position: relative;  }
	.fancy span:before, .fancy span:after {content: ""; position: absolute; height: 50%; border-bottom: 3px solid #B9180C; width: 500%;}
	.fancy span:before { right: 100%; margin-right: 15px;}
	.fancy span:after { left: 100%; margin-left: 15px;}
	
/* 	LISTS */
	ul.arrow{list-style-type: none; margin-left: 26px;}
	ul.arrow li:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f061'; margin: 0 10px 0 -24px; color: #B9180C;}
	ul.arrow.white li:before{color: #fff;}
	
/* 	THUMBNAIL */
	.gallery-grid .column-block{margin-bottom: 0;}
	.thumbnail { border: 0px solid transparent; -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16); box-shadow: 0 3px 6px rgba(0, 0, 0, .16);}

/* 	FOOTER */
	.logos{display: flex; justify-content: space-around; gap: 10px;}
	.footer-bg{background: url(/wp-content/uploads/2025/02/red-transmission.webp); background-repeat: no-repeat; background-position: center center; background-size: cover; padding: 3rem 0;}
	.footer-bg #global-content-2{margin-top: -16px;}
	.footer-bg.spacing .white-box{padding: 2rem 1.5rem;}
	
	.icons{display: flex; gap: 10px; margin-top: 16px;}
	.icons i{padding: 12px; background: #B9180C;}
	.no-name .email-name, .no-envelope i{display: none;}
	.no-name, .no-envelope{margin-left: -4px;}
	.footer-bg ul.social-media { margin-left: -14px;}
	.footer-bg .phone_number{margin-right: 4px; display: block;}
	.white-box{background: #fff;box-shadow: 0 3px 6px rgba(0, 0, 0, .16); padding: 0 1.5rem;}

} /* 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{ width: 100%;}
	.tagline h1 {font-size: 2rem; padding: .5rem 0;}
	#title-row{background: #880A00;}
	#title-row h1{color: #fff;}
	#middle-row .button{margin-top: 16px;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { 
	.tagline{ width: 100%;}
	.tagline h1{font-size: 48px;}
	.tagline span{font-family:'Open Sans', sans-serif; font-size: 24px; display: block; margin-bottom: 8px; font-weight: bold; text-transform: uppercase;}
	#logo{max-width: 200px;}
	#tagline-2{max-width: 100px;}
} /* 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;}
	#title-row{background: #880A00;}
	#title-row h1{color: #fff;}
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
.align-middle-large{-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
	#top-row{background: #000;}
	.tagline{position: absolute; bottom: 32px; left: 32px; text-align: left; font-size: 20px; text-shadow: 0 3px 6px rgba(0,0,0.45); line-height: 3; background: transparent; padding: 0;}
	.tagline h1{padding: 0;}
} /* 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 */