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

h1 {
    font-size: 2.8125rem;
    font-weight: 900;
    margin-top: 0;
}

h2 {
    font-size: 2rem;
    font-style: italic;
}

h3 {
    font-size: 2rem;
    font-weight: 900;
}

h4 {
    font-size: 1.5rem;
    padding-bottom: 0;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

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

a {
    font-size: 1.25rem;
}

/*** 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;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
}

@-webkit-keyframes btn {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes btn {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.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);
}

.btn:hover, .btn:focus, .btn:active {
    -webkit-animation-name: btn;
    animation-name: btn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

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

.navbar-nav .nav-link {
    position: relative;
}

#menu-main-navigation .nav-link {
    font-size: 1.25rem;
    font-weight: 900;
    padding: 0 20px;
}

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

/*** Header ***/
#logo {
    position: absolute;
    top: -50px;
}

#header-container {}

/*** Hero Stripes ***/
#fp-stripe-1 {
    background: url('../images/hero-background.jpg');
    background-size: cover;
    padding-bottom: 0;
    background-color: black;
}

.callout-carousel .owl-item {
    font-size: 1.25rem;
}

.callout-carousel .item::after {
    content: '';
    display: block;
    background: white;
    width: 1px;
    height: 30px;
    top: 0;
    position: absolute;
}

img.expanded {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.stripe--hero {
    position: relative;
    background-color: black;
}

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

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

.hero__text-wrap__text {
    font-size: 2.8125rem;
    font-weight: 900;
}

.home-hero__big-text--white {
    font-size: 2.8125rem;
    font-weight: 900;
    line-height: 1.1;
}

.home-hero__big-text--yellow {
    font-size: 2.8125rem;
    font-weight: 900;
    line-height: 1.1;
}

/*** Content Stripes ***/
.stripe--content_header {
    padding: 100px 0;
}

.stripe--one_column-text {
    padding-top: 75px;
}

.stripe--two_columns__right-image img {
    padding: 75px 0;
}

/*** Serivce Menu Stripes ***/
.stripe--services_menu {
    background: linear-gradient(rgba(255, 255, 255, 1) 15%, rgba(239, 218, 153, .25) 10%, rgba(239, 218, 153, .25) 95%, rgba(255, 255, 255, 1) 95%)
}

.homepage__menu-container #inner-sidebar-widget {
    width: 60%;
    position: relative;
    left: 40px;
}

.homepage__menu-container #inner-sidebar-widget h3 {
    display: none;
}

.homepage__menu-container #inner-sidebar-widget #menu-services-menu {
    border: none;
    padding: 15px 0;
}

.homepage__menu-container #inner-sidebar-widget #menu-services-menu li a {
    font-size: 1.25rem;
}

.homepage__menu-container__background {
    position: absolute;
    z-index: 0;
    top: -15%;
    right: 0;
}

/*** Custom Stripes ***/
.stripe--content_with_sidebar {
    padding: 75px 0 100px;
}

.page-id-4103 .stripe--content_with_sidebar__right {
    top: -100px;
}

/*** Page Styling  ***/
.inner-sidebar-widget__background {
    position: absolute;
    z-index: -1;
    top: -10%;
    left: -10%;
}

#inner-sidebar-widget {
    padding: 10px 25px;
    border-radius: 13px;
    box-shadow: 0px 3px 6px #00000029;
}

#menu-services-menu {
    list-style: none;
    padding: 25px 0 0 0;
    border-top: solid 1px black;
}

#menu-services-menu li {
    padding: 5px 0;
}

#menu-services-menu li:hover {
    transform: scale(1.2);
    background: white;
    overflow: visible;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #00000029;
    transition: .2s;
}

#menu-services-menu li a {
    font-size: 1.5rem;
}

#menu-services-menu li a .fal {
    float: right;
    padding-top: 6px;
}

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

/*** Blog Styling ***/
.blog-content__loop {
    padding-top: 50px;
}

.blog-header {
    padding-top: 50px;
}

/*** Footer styling ***/
footer {
    background: url('../images/footer-background.jpg');
    background-size: cover;
    background-color: black;
}

#above-footer-widget {
    padding: 100px 0 25px;
    text-align: center;
}

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

#footer-widget-2 .nav-link {
    font-size: 1.25rem;
    font-weight: 900;
    padding: 2.5px 0;
}

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

#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 {}

.gform_wrapper .gfield_checkbox li label {
    padding-bottom: 10px !important;
}

/****************************************/
/**********   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) {
    #logo {
        position: static;
    }

    .page-id-4103 .stripe--content_with_sidebar__right {
        top: 0;
    }

    .inner-sidebar-widget__background {
        position: absolute;
        z-index: -1;
        top: -10%;
        left: 0%;
    }

    .stripe--two_columns__right-image img {
        padding: 25px 0 !important;
    }

    .stripe--services_menu__right {
        padding-top: 50px;
    }
}

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

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

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

    .home-hero__big-text--white {
        font-size: 2.5rem;
    }

    .home-hero__big-text--yellow {
        font-size: 2.5rem;
    }

    .homepage__menu-container #inner-sidebar-widget {
        width: 90% !important;
        left: 0;
    }

    #footer-widget-2 .nav-link.menu-child {
        padding-left: 0;
    }

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