/****************************************/
/********   Base Child Styling   ********/
/****************************************/
/*** Fonts ***/
h1, h2, h3, h4, h5, h6 {}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.5625rem;
}

h3 {
    font-size: 1.875rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p, li {
    font-size: 1.125rem;
}

/*** Links ***/
.btn, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 1.5rem 2.5rem;
    border: none;
    border-radius: 0;
    ;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #231F20;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn:hover, .btn:focus, .btn:active {
    color: white;
}

.btn:hover:before, .btn:focus:before, .btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*** Navigation ***/
.navbar--header .navbar-nav {
    justify-content: center;
}

.navbar-nav .nav-link {
    position: relative;
    padding: .5rem 1rem;
}

#menu-main-navigation .menu-item {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    /* overflow: hidden; */
}

#menu-main-navigation .menu-item:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#menu-main-navigation .menu-item:hover:before, #menu-main-navigation .menu-item:focus:before, #menu-main-navigation .menu-item:active:before {
    right: 0;
}

/*** Reviews ***/
.review__item {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 25px;
    margin: 50px 0;
}

/****************************************/
/***********   Body Styling   ***********/
/****************************************/
.page-background {
    background: linear-gradient(180deg, #231F20 0%, #4A4445 100%);
    height: 35%;
    position: absolute;
    top: 350px;
    width: 100%;
}

.page-id-3393 .page-background {
    height: 71%;
}

.page-id-3386 .page-background, .page-id-714 .page-background, .page-id-3388 .page-background, .page-id-3383 .page-background, .page-id-718 .page-background {
    display: none;
}

.single-post .page-background {
    display: none !important;
}

.single-post h1,
.single-post h2,
.single-post h3 {
    color: black;
}

/*** Generic Bootstrap Override ***/
.card {
    border-radius: 0;
}

/*** Header ***/
.top-bar__phone {
    font-size: 1.825rem;
}

.top-bar__address {
    font-size: 1.25rem;
}

.top-bar__hours {
    font-size: 1.25rem;
}

#header-container {}

/*** Hero Stripes ***/
.stripe--hero {
    position: relative;
}

.stripe--hero.hero--inner .container {
    padding: 50px 0;
}

.hero__text-wrap {
    padding: 100px 0;
    position: relative;
    z-index: 10;
}

.hero__text-wrap__text {
    font-size: 5.625rem;
    line-height: 1;
}

.hero__text-wrap__text span {
    font-size: 3.4375rem;
}

.stripe--hero:not(:first-of-type) {
    padding: 50px 0;
}

.header__content--text-wrap ul {
    list-style: none;
    padding: 0;
}

/*** Content Stripes ***/
img.expanded {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.stripe--two_columns .container:not(.testimonials-container) {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.background--testimonials {
    background: url('../images/background-grey.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 75%;
}

.testimonials-container {
    padding-bottom: 75px;
}

.testimonials__heading--grey {
    font-size: 6.3125rem;
}

.testimonials__heading--black {
    font-size: 2.5rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
}

.stripe--two_columns__left-text .held-in {
    padding: 0 50px;
    max-height: 400px;
    overflow-y: scroll;
}

.stripe--two_columns__right-text .held-in {
    padding: 0 50px;
    max-height: 400px;
    overflow-y: scroll;
}

.stripe--three_columns {
    padding: 75px 0 20px;
}

/*** Service Menu Stripes ***/
.services-menu__heading--grey {
    font-size: 6.3125rem;
}

.services-menu__heading--black {
    font-size: 2.5rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
}

.stripe--services_menu .owl-nav {
    text-align: center;
    padding-top: 50px;
}

.stripe--services_menu .owl-nav .far {
    margin: 0 5px;
    font-size: 1.25rem;
}

.stripe--services_menu .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.stripe--services_menu .owl-item {
    width: 256px !important;
    height: 256px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .2s;
}

.stripe--services_menu .owl-item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: .2s;
}

.services-menu__icon {
    width: unset !important;
}

.services-menu__title {
    font-size: 1.875rem;
}

/*** Custom Stripes ***/
.team-member {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 25px;
}

.team-member__image {
    max-width: 250px;
    padding: 25px 0;
}

/*** Page Styling  ***/
.stripe--affiliates {
    padding-top: 75px;
}

.autolab.partners ul {
    display: flex;
    justify-content: space-between;
}

.stripe--map {
    background: linear-gradient(#FFF 50%, #231F20 50%);
}

/*** Video Slider Styling ***/
.stripe--video_slider {
    padding: 75px 0;
}

.stripe--video_slider h3 {
    font-size: 3.4375rem;
    text-transform: uppercase;
    letter-spacing: 3.3px;
}

.stripe--video_slider h4 {
    font-weight: 400;
    letter-spacing: 1.8px;
}

#stripe--video_slider__video-launcher {
    padding: 30px 0 37px;
}

.item__third .row {
    position: relative;
}

.video-launch__slide__text-block {
    padding: 5vw 25px;
    transition: .6s;
    opacity: 0;
}

.video-launch__slide__text-block h4,
.video-launch__slide__text-block p {
    color: white;
}

.video-launch__slide__text-block p {
    font-size: 1.4rem;
    font-style: italic;
}

.video-launch__slide__cover-block {
    opacity: 1;
    transition: .6s;
    position: absolute;
    top: 0;
    left: 0;
}

.video-launch__slide__cover-block img {
    object-fit: cover;
    max-width: 800px;
    object-position: center;
    margin: 0 auto;
}

#video-launch-modal {
    top: 17vh;
}

#stripe--video_slider__video-launcher .item__third:nth-of-type(2):hover {
    cursor: pointer;
}

#stripe--video_slider__video-launcher .item__third:nth-of-type(2):hover .video-launch__slide__text-block {
    opacity: 1;
}

#stripe--video_slider__video-launcher .item__third:nth-of-type(2):hover .video-launch__slide__cover-block {
    opacity: 0;
}

/*** Footer styling ***/
#above-footer-widget {
    padding: 50px 0 25px;
}

#footer-container {
    padding: 30px 0 50px;
}

.footer-nap__address {
    font-size: 1.25rem;
}

.footer-nap__hours {
    font-size: 1.25rem;
}

.footer-nap__phone {
    font-size: 2.4375rem;
}

#footer-widget-2 .nav-link:not(.btn) {
    font-weight: 700;
    padding: 5px 0;
}

#footer-widget-2 .nav-link.menu-child {
    font-size: .8125rem;
    font-weight: 400;
}

#bottom-footer-widget {
    padding: 20px 0;
}

.bottom-footer-widget__logo-wrap img {
    max-width: 100px;
}

/** Coupon Print Styles**/
body.coupon-print {
    text-align: center;
    background: none #fff;
}

.print-coupon {
    border: 4px dashed #000;
    width: 800px;
    padding: 10px 20px;
    margin: 5px auto;
}

.print-coupon h1 {
    padding-bottom: 10px;
}

.print-coupon p {
    padding-bottom: 10px;
}

.print-coupon p:nth-of-type(2) {
    font-size: 1.2rem;
    margin-top: 20px;
}

/*** Forms ***/
.gform_wrapper textarea, .gform_wrapper input {}

/****************************************/
/**********   Media Queries  ************/
/****************************************/
@media only screen and (max-width: 1799px) {}

@media only screen and (max-width: 1599px) {}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .page-id-3393 .page-background {
        height: 67%;
    }

    .held-in {
        max-height: unset !important;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2.25rem;
    }

    h3 {
        font-size: 1.875rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1rem;
    }

    .page-id-3393 .page-background {
        height: 66%;
    }

    .services-menu__heading--grey {
        line-height: 1;
        font-size: 5.3125rem;
    }

    .navbar--header .navbar-nav {
        text-align: center;
    }

    .hero__text-wrap__text {
        font-size: 3.25rem;
    }

    .stripe--three_columns__left-image, .stripe--three_columns__middle-image, .stripe--three_columns__right-image {
        padding-bottom: 50px;
    }

    #above-footer-widget, #footer-container, #bottom-footer-widget {
        text-align: center;
    }

    #bottom-footer-widget .row>div {
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 575px) {}