/* === Red Barn Media Group - Custom Styles - Universal Services === */

/* === Home Hero Styles :: BEGIN === */
.xe-hero-intro {
    margin-top:43px;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    position: relative;
}

.xe-hero-intro-section {
    padding-top: 8rem;
    padding-bottom:4rem;
    flex: 1;
}
.xe-hero-intro-section.fuel {
    background: #e37c3a;
}
.xe-hero-intro-section.hvac {
    background: #000;
}

.xe-hero-intro h2 {
    font-size: 3.5rem;
}

.xe-hero-intro h3 {
    font-size: 1.25rem;
}

.xe-hero-intro .btn {
    font-size:1.5rem;
    padding:1.25rem;
}
br.xe-hero-intro-h2-break {
    display: none;
}
/* === Home Hero Styles :: END === */
/* Sub Hero Styles :: BEGIN === */
.xe-hero-intro.sub {
    margin-bottom: 4rem;
}

.xe-hero-intro.sub .xe-hero-intro-section {
    padding-top: 14rem;
}

.xe-hero-intro.sub h1 {
    font-size: 3rem;
}

.xe-hero-intro.sub h2 {
    font-size: 1.5rem;
}

.xe-hero-intro.sub .container .xe-vehicle.hvac {
    background: url(../img/xe-hero-truck-hvac-485-260.webp);
    width: 485px;
    height: 260px;
    position: absolute;
    right: 5rem;
    bottom: -3rem;
}
.xe-hero-intro.sub .container .xe-vehicle.fuel {
    background: url(../img/xe-hero-truck-fuel-485-260.webp);
    width: 485px;
    height: 260px;
    position: absolute;
    right: 5rem;
    bottom: -3rem;
}
/* Sub Hero Styles :: END === */
/* === XE Nav Link Structure Styles :: BEGIN === */
.nav-pills .nav-link.xe-nav-link-parent-selector {
    color: #fff !important;
    background: #000 !important;
    border: solid 0.25rem #e37c3a !important;
    border-bottom:0px !important;
    border-radius: 0 !important;
    padding: 1.5rem 2rem;
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.nav-pills .nav-link.xe-nav-link-parent-selector:hover,.nav-pills .nav-link.active.xe-nav-link-parent-selector {
    color: #000 !important;
    background: #e37c3a !important;
    border: solid 0.25rem #e37c3a !important;
    border-bottom:0px !important;
}

.nav-pills .nav-link.xe-nav-link-child-selector {
    color: #000 !important;
    background: #e37c3a !important;
    border: solid 0.25rem #000 !important;
    border-radius: 0 !important;
    padding: 0.5rem;
    font-family: "poppins", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    font-style: normal;
}
.nav-pills .nav-link.xe-nav-link-child-selector:hover,.nav-pills .nav-link.active.xe-nav-link-child-selector {
    color: #fff !important;
    background: #000 !important;
    border: solid 0.25rem #000 !important;
}
svg.xe-rollover-icon {
  width: 35px;
  height: 35px;
  margin-bottom:0.5rem;
}
.nav-pills .nav-link.active svg.xe-rollover-icon,.nav-pills .nav-link:hover svg.xe-rollover-icon {
  fill: white;
}
/* === XE Nav Link Structure Styles :: END === */
/* === XE Banner Styles :: BEGIN === */
.xe-banner-service-area {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: url(../img/xe-banner-service-area-1000.webp) center center;
    background-size: cover;
}
/* === XE Banner Styles :: END === */
/* === Media Queries :: BEGIN === */
@media (max-width:2125px) {
    br.xe-hero-intro-h2-break {
        display: block;
    }
}
@media (max-width:1700px) {
    .xe-hero-intro {
        margin-top:41px;
    }
}
@media (max-width:1400px) {
    .xe-hero-intro h2 {
        font-size: 3rem;
    }

    .xe-hero-intro h3 {
        font-size: 1.25rem;
    }

    /* === XE Banner Styles :: BEGIN === */
    .xe-banner-service-area {
        background: url(../img/xe-banner-service-area-700.webp) center center;
        background-size: cover;
    }
    /* === XE Banner Styles :: END === */

    /* Sub Hero Styles :: BEGIN === */
    .xe-hero-intro.sub .container .xe-vehicle.hvac {
        background: url(../img/xe-hero-truck-hvac-350-188.webp);
        width: 350px;
        height: 188px;
        position: absolute;
        right: 5rem;
        bottom: -3rem;
    }
    .xe-hero-intro.sub .container .xe-vehicle.fuel {
        background: url(../img/xe-hero-truck-fuel-350-188.webp);
        width: 350px;
        height: 188px;
        position: absolute;
        right: 5rem;
        bottom: -3rem;
    }
    /* Sub Hero Styles :: END === */
}

@media (max-width:1200px) {
    /* Sub Hero Styles :: BEGIN === */
    .xe-hero-intro.sub h1 {
    font-size: 2rem;
    }
    .xe-hero-intro.sub h2 {
    font-size: 1rem;
    }
    .xe-hero-intro.sub .container .xe-vehicle.hvac {
        background: url(../img/xe-hero-truck-hvac-250-134.webp);
        width: 250px;
        height: 134px;
        position: absolute;
        right: 3rem;
        bottom: -3rem;
    }
    .xe-hero-intro.sub .container .xe-vehicle.fuel {
        background: url(../img/xe-hero-truck-fuel-250-134.webp);
        width: 250px;
        height: 134px;
        position: absolute;
        right: 3rem;
        bottom: -3rem;
    }
    /* Sub Hero Styles :: END === */
    
}

@media (max-width:991px) {

    .xe-hero-intro h2 {
        font-size: 2.5rem;
    }

    .xe-hero-intro h3 {
        font-size: 1.125rem;
    }

    /* === XE Banner Styles :: BEGIN === */
    .xe-banner-service-area {
        display: none;
    }
    /* === XE Banner Styles :: END === */
}

@media (max-width:767px) {
    .xe-hero-intro h2 {
        font-size: 2rem;
        line-height: 1;
    }

    .xe-hero-intro h3 {
        font-size: 1rem;
    }

    .xe-hero-intro.sub .xe-hero-intro-section {
    padding-top: 12rem;
    padding-bottom:8rem;
    }
}

@media (max-width:450px) {
    .xe-hero-intro.sub .xe-hero-intro-section {
    padding-top: 10rem;
    padding-bottom:8rem;
    }
}
/* === Media Queries :: END === */