/*  Small screens */
@media only screen {
/*************** global **********************/
a, .addresses-container .fas, .addresses-container li {color: #2C5697;}
.black-bg {background-color: #000000;}
.wht-text h1, .wht-text h2, .wht-text h3, .wht-text h4, .wht-text h5, .wht-text h6, .wht-text p, .wht-text ul, .wht-text ol {color: #fff;} 

a.button::after {
      font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054"; margin-left: 10px;
    }
    .home h2, #global-content-4 h2 {font-size:3.25rem;}
    .home h3, #tagline-2 h3{font-size:2.625rem;}
/*************** HEADER **********************/
#global-content-1 {display: inline; margin-left: 20px;}
.tagline h1{color: #fff;  font-size: 3.875rem; text-shadow: 0px 3px 6px rgba(0,0,0,0.35); font-weight: 400; margin-bottom: 0;}
.tagline h2{color: #fff; font-size: 1.5rem;  text-shadow: 0px 3px 6px rgba(0,0,0,0.35); text-transform: capitalize; font-weight: 400; margin-bottom: 40px;}

/*************** content **********************/
.home1, .home2, .home3, .home4  {padding-top: 40px; padding-bottom: 40px;}
.choose-blocks .block-single-inner {background: rgba(44, 86, 151, 0.9); padding: 28px;}
.img-blocks .column {padding: .5rem;}
.img-blocks img {width: 100%;}

.choose-blocks .column-block, .img-blocks .column-block, .gallery-grid .column-block {margin-bottom: 0;}

.orbit-bullets {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 20px;
}

.orbit-bullets button {
    width: 12px;
    height: 12px;
    margin: 5px;
}

.manufacturer-row a:hover {text-decoration: underline;}
.thumbnail {
    border: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.home4 .button {margin-bottom: 0;}
.no-icon-phone i {
  padding-right: 0;
}


/*************** footer **********************/
.footer-contactform {background-color: #2C5697; padding: 50px;}
.site-footer {background-color: #000000;}
#global-content-4 a {color: #505050;}
#global-footer-area-1 .row-inner {border-top:  2px solid #2C5697; padding-top: 80px; padding-bottom: 80px;}
.home #global-footer-area-1 .row-inner {border-top:  none;}

.page-id-91 #global-footer-area-1 {display: none;}

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

.orbit-bullets button {
    width: 12px;
    height: 12px;
	margin: .3rem;
}

.orbit-bullets  {bottom: 0;}

.tagline h1 {font-size: 2.5rem; line-height: 1.2; margin-bottom: 1rem;}
	.tagline {padding: 1rem;}
.footer-contactform {padding: 20px;}

} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { 
.tagline{position: absolute; }

} /* 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;}
	.tagline {padding:1rem;}
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {} /* 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 */