/****************************************/
/********   Base Child Styling   ********/
/****************************************/
/*** Fonts ***/
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    text-transform: uppercase;
}

h1 {
    font-size: 1.8rem;
    font-weight: 300;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

/*** 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: .5rem 2.5rem;
    border: none;
    border-radius: 3px;
}

#footer-widget-2 .autolab.social_links li a {
    display: flex;
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/*** Navigation ***/
.navbar {
    min-height: 100%;
}

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

.navbar-expand-md .navbar-nav .nav-link {
    position: relative;
    padding: .5rem .9rem;
}

.navbar--footer, .navbar--under-footer {
    padding: 0;
}

#menu-footer-navigation, #menu-footer-services-navigation {
    justify-content: center;
}

#menu-footer-services-navigation a {
    font-weight: 400;
    font-size: 1rem;
}

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

/*** Header ***/
#top-container {
    position: relative;
    z-index: 999;
}

#top-container p {
    margin: 10px 0;
}

#header-container {
    padding: 7px 0;
    background-color: rgba(255, 255, 255, .9);
}

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

.hero__text-wrap {
    padding: 70px 15px;
    position: relative;
    z-index: 10;
}

.stripe--hero:not(:first-of-type) {
    min-height: 610px;
}

.stripe--video_hero {
    min-height: 700px;
}

/*** Content Stripes ***/
#fp-stripe-2 {
    position: relative;
}

#fp-stripe-2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    top: -90px;
    left: 0;
    -webkit-clip-path: ellipse(70% 95% at 59% 100%);
    clip-path: ellipse(70% 95% at 59% 100%);
}

#inner-stripe-1 {
    position: relative;
    padding-bottom: 150px;
}

#inner-stripe-1:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0px;
    left: 0;
    -webkit-clip-path: ellipse(70% 95% at 59% 100%);
    clip-path: ellipse(70% 95% at 59% 100%);
}

#fp-stripe-2 h1 {
    font-size: 1.6rem;
}

#fp-stripe-2 h2 {
    font-size: 1.6rem;
}

#inner-stripe-2 {
    padding-top: 30px;
}

.stripe--content_header {
    padding: 60px 0;
}

#fp-stripe-3 {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), url('../images/paint-gun-fixed-background.jpg');
    background: -o-linear-gradient(rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), url('../images/paint-gun-fixed-background.jpg');
    background: linear-gradient(rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), url('../images/paint-gun-fixed-background.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.stripe--text_full_width {
    padding: 50px 0;
}

/*** Serivce Menu Stripes ***/
/*** Custom Stripes ***/
.stripe--text_service_menu {
    padding: 60px 0;
}

.stripe--info_cards {
    padding: 50px 0;
}

.stripe--info_cards__card h3 {
    margin: 0 0 10px;
}

.stripe--callout_cards {
    padding: 30px 0 60px;
}

.stripe--callout_cards__card .overlay {
    min-height: 50px;
}

.stripe--reviews__title-wrap {
    position: relative;
    margin-top: -31px;
}

.stripe--reviews__title-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    top: -90px;
    left: 0;
    -webkit-clip-path: ellipse(80% 67% at 71% 100%);
    clip-path: ellipse(67% 69% at 65% 100%);
}

.stripe--affiliates {
    padding: 30px 0;
}

#map {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    height: 500px;
}

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

#footer-container {
    padding: 60px 0 60px;
}

#footer-navigation {
    padding: 30px 0;
}

#footer-widget-2 p.social {
    margin: 0;
}

.footer-2__logo {
    padding-bottom: 30px;
}

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

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

/****************************************/
/**********   Media Queries  ************/
/****************************************/
@media only screen and (max-width: 1199px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: .5rem;
        font-size: 1rem;
    }
}

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

@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;
    }

    #top-container {
        display: none;
    }

    .navbar {
        min-height: unset;
    }

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

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

    #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: 567px) {}