/*  Small screens */
@media only screen {
/************* Global *************/
.xtra-pad-row {padding-top: 35px; padding-bottom: 35px;}
.xtra-margin-row {margin-top: 80px; margin-bottom: 80px;}
.xtra-pad-top {padding-top: 35px;}
.xtra-pad-bottom { padding-bottom: 35px;}
.xtra-margin-bottom {margin-bottom: 80px;}

/************* Header *************/
#slider-row {position: relative;}
.entry-title {
    border-bottom: 3px solid #E4212E;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 1.5rem 3rem;
}
#title-row {text-align: center;  width: 100%;}
/************* Content *************/
.cta-single-inner  * {transition: all 0.45s ease;}
.cta-single-inner {position: relative; background: #E4212E; overflow: hidden;}
.cta-single-inner:hover img {opacity: .5; scale: 1.2;}
.cta-heading h3{background: rgba(0, 0, 0, 0.6); border: 1px solid #fff;  font-size: 18px; font-weight: bold; text-transform: uppercase; color: #fff; padding: 10px;}
.cta-heading {position: absolute;top: 0;bottom: 0;left: 0;right: 0;align-items: center;display: flex;justify-content: center;}
.black-bg .fas, .black-bg .fa {color: #E4212E;}
.black-bg i{margin-right: 10px;}
.black-bg .phone_number i {margin-right: 0;}
.black-bg .button {margin-top: 1.5rem;}
.list-bullet ul, .check-bullet ul {list-style-type: none; margin-left: 0; margin-bottom: 0;}
.list-bullet li {border-bottom: 1px solid #E4E4E4; padding: 12px 0;}
.check-bullet ul li:before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f00c';margin:0 8px 0 0px;color: #E4212E;}
.check-bullet li {padding: 5px 0;}
.img-blocks img {width: 100%;}

.thumbnail { margin-bottom: 0; border: 0px solid #fefefe; -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16); box-shadow: 0 3px 6px rgba(0, 0, 0, .16);}
/************* BLog *************/
#recent-posts-2 {
    background: #000;
    padding: 20px;
}

#recent-posts-2 li {
    padding: 10px;
    border-bottom: 2px solid #E4212E;
}

.blogging {margin-top: 80px;}

/************* Contact *************/
#contact-page-phone-block a, #contact-page-email-block a, #contact-page-location-block a,  #contact-page-location-block address li  {color: #000; font-style: normal;}
#contact-page-location-block .fas, #contact-page-email-block .fa, #contact-page-phone-block .fa {color: #E4212E;}
.contact-block .email-name {margin-left: 10px;}
.page-id-91 #global-footer-area {display: none;}

/************* Footer *************/
.site-footer {background: #000;}
.footer-email {margin-bottom: 1rem; display: inline-block;}


} /* 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;	}
.img-col {height: 400px;}
.tagline {padding: 1rem;}
.tagline h1 {font-size: 2rem;}
.tagline h2{color: #E4212E; font-size: 1rem; font-weight: 500; text-transform: initial; margin-bottom: 34px;}
.black-bg {padding: 1.25rem;}
.cta-row .column-block {margin-bottom: 10px;}
.home-logos .column {padding: .75rem .25rem;}
.contact-row {text-align: center;}
.entry-title {font-size: 1.5rem; padding: 1rem;}
#title-row {background: #000;}
.phone-col {padding: .5rem;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { 

.tagline{position: absolute; left: 64px; bottom: 64px; max-width: 862px;}
.tagline h1{color: #fff;  text-shadow: 0px 3px 6px rgba(0,0,0,0.45);}
.tagline h2{color: #fff; font-size: 1.25rem; font-weight: 500; text-shadow: 0px 3px 6px rgba(0,0,0,0.45); text-transform: initial; margin-bottom: 34px;}
#title-row {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{ left: 20px;  bottom: 0px; }
.tagline h1 {font-size: 2rem;}
.cta-heading h3 {font-size: 15px; padding: 8px;}
.img-col {height: 500px;}
.contact-row {text-align: center;}
.entry-title {font-size: 2rem;}
.phone-col {padding: .5rem;}
} /* 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;}
.right-black {margin-left: 1rem; margin-right: -1rem;}
.left-black {margin-left: -1rem; margin-right: 1rem;}
.phone-col {text-align: right;}
} /* 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 */