/* Body Background */
/* body {
        background-image:
            linear-gradient(to bottom, rgba(57, 42, 42, .5), rgba(57, 42, 42, .5)),
            url('https://apihoard.webit.com/api/v1/Image/F96D003D4FBB60147A753DFE133BB501/F96D003D4FBB60147A753DFE133BB501.jpg?size=1920x1440');
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    } */

/* Header */
.header .navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: .825rem;
    line-height: 36px;
}

.header .header-info-logo-img img {
    max-width: 250px;
}

.header a.header-business-phone {
    font-weight: 700;
    font-size: 1.25rem
}

.header a.header-business-phone:before {
    font-family: FontAwesome;
    content: "\f095";
    margin-right: .25em;
    color: var(--color-theme-secondary);
}

.header .container {
    max-width: none
}

.cw-header-contact h4 a {
    color: var(--color-theme-text);
}

.cw-header-contact h4 a:hover {
    color: var(--color-theme-primary);
}

@media(min-width: 992px) {
    .header .header-info-logo-img {
        position: absolute;
        top: 1rem;
        left: 1rem;
        z-index: 500;
        padding: 0;
    }

    .cw-header-contact {
        position: absolute;
        z-index: 2;
        top: 3.75rem;
        width: 100%
    }

    .header a.header-business-phone {
        font-size: 1.75rem;
        text-shadow: 1px 1px black;
    }
}


/*--- Hero ---*/
.cw-hero {
    background: var(--color-theme-primary);
}

/*--- homepage about us ---*/

.cw-about-us {
    margin: 2rem 0 8rem;
}

/* Home Page - Slideshow */
.page-home .slideshow-item {
    min-height: 675px !important;
}

/* Home Page - Lights Section */
.cw-holiday-lights {
    padding: 0;
    background-color: var(--color-theme-background);
}

.cw-light {
    white-space: nowrap;
    width: 100%;
}

.cw-light ul {
    text-align: center;
    padding: 0 0 4% 0;
    overflow: hidden;
}

.cw-light li {
    position: relative;
    margin: 0 15px;
    list-style: none;
    padding: 0;
    display: inline-block;
    width: 12px;
    height: 28px;
    border-radius: 50%;
    top: 0;
    background: #fff;
}

.cw-light li:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 9px;
    border-radius: 3px;
    top: -4px;
    left: 1px;
}

.cw-light li:after {
    content: "";
    top: -14px;
    left: 9px;
    position: absolute;
    width: 52px;
    height: 19px;
    border-bottom: solid #222 2px;
    border-radius: 30%;
}

li.red {
    background-color: #fb4545;
    animation: lightningRed 1s infinite;
}

li.green {
    background-color: #24d024;
    animation: lightningGreen 0.8s infinite;
}

li.yellow {
    background-color: #fff952;
    animation: lightningYellow 0.9s infinite;
}

li.blue {
    background-color: #0a53de;
    animation: lightningBlue 1.1s infinite;
}

li.pink {
    background-color: #f53896;
    animation: lightningPink 1.2s infinite;
}

@keyframes lightningRed {
    0% {
        box-shadow: 5px 10px 35px 10px #fb4545;
    }

    50% {
        box-shadow: none;
    }

    100% {
        box-shadow: 5px 10px 35px 10px #fb4545;
    }
}

@keyframes lightningGreen {
    0% {
        box-shadow: 5px 0 35px 10px #24d024;
    }

    50% {
        box-shadow: none;
    }

    100% {
        box-shadow: 5px 0 35px 10px #24d024;
    }
}

@keyframes lightningYellow {
    0% {
        box-shadow: 5px 0 35px 10px #fff952;
    }

    50% {
        box-shadow: none;
    }

    100% {
        box-shadow: 5px 0 35px 10px #fff952;
    }
}

@keyframes lightningBlue {
    0% {
        box-shadow: 5px 0 35px 10px #0a53de;
    }

    50% {
        box-shadow: none;
    }

    100% {
        box-shadow: 5px 0 35px 10px #0a53de;
    }
}

@keyframes lightningPink {
    0% {
        box-shadow: 5px 0 35px 10px #f53896;
    }

    50% {
        box-shadow: none;
    }

    100% {
        box-shadow: 5px 0 35px 10px #f53896;
    }
}

@media (max-width: 1024px) {
    .cw-light li {
        margin: 0 15px 20px 15px;
    }
}

@media (min-width: 992px) {
    .cw-light ul {
        padding: 0 0 2% 0;
    }
}

/* Home Page - Summary List */
.page-home .list {
    padding: 0 0 2% 0;
}

/* Home Page - Video Embed */
.page-home .cw-fb-video {
    padding: 0 0 4%;
}

.page-home .cw-fb-video .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.page-home .cw-fb-video .embed-container iframe,
.page-home .cw-fb-video .embed-container object,
.page-home .cw-fb-video .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--- Home Page Vimeo ---*/
.cw-vim-video {
    padding: 1rem 0 2rem;
}

.video-wrapper {
    position: relative;
    padding-bottom: 100%;
    /* 16:9 aspect ratio */
    height: 0;
}

.video-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (min-width: 768px) {
    .cw-hp-vid-cols {
        display: flex;
        margin: 1rem 0 3rem;
    }

    .cw-vim-video {
        padding: 0;
    }

    .video-wrapper {
        padding-bottom: 121%;
    }
}

/* Home Page - Text W Image */
.page-home .textwithimage {
    background-image:
        linear-gradient(to bottom, rgba(57, 42, 42, .5), rgba(57, 42, 42, .5)),
        url('https://apihoard.webit.com/api/v1/Image/F96D003D4FBB60147A753DFE133BB501/F96D003D4FBB60147A753DFE133BB501.jpg?size=1920x1440');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.page-home .textwithimage .textwithimage-img {
    padding: 5%;
}

.page-home .textwithimage .textwithimage-img img {
    max-width: 75%;
    margin: 0 auto;
}

.page-home .textwithimage .textwithimage-text-container {
    padding: 5%;
}

.page-home .textwithimage .textwithimage-text {
    background-color: rgba(70, 106, 67, .75);
    padding: 5%;
    border-radius: 25px;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2rem;
}

.page-home .textwithimage-container .textwithimage-text h4 {
    border-right: 1px solid var(--color-theme-secondary);
    border-left: 1px solid var(--color-theme-secondary);
    border-radius: 10px;
    padding: 0 3%;
}


/*--- homepage review slider ---*/

.testimonials {
    position: relative;
    padding-top: 4rem;
}



#customers-testimonials .item-details {
    text-align: left;
    background-color: #fff;
    color: #000;
    padding: 20px;
    border: 10px solid #EDEDED;
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
}

#customers-testimonials .item-details h5 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

#customers-testimonials .item-details p {
    font-size: 14px;
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 80px;
}

.owl-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
    background-color: #D6D6D6;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 25px;
    height: 25px;
    line-height: 19px;
    border-radius: 50%;
    position: absolute;
    top: 26%;
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
}

.owl-carousel .owl-prev {
    left: 7rem;
    top: 23rem;
}

.owl-carousel .owl-next {
    right: 7rem;
    top: 23rem;
}

@media (min-width: 440px) {
    .owl-carousel .owl-prev {
        top: 18rem;
    }

    .owl-carousel .owl-next {
        top: 18rem;
    }
}

@media (min-width: 768px) {

    .owl-carousel .owl-next,
    .owl-carousel .owl-prev {
        width: 50px;
        height: 50px;
        line-height: 45px;
        /*top: 26%;*/
        font-size: 32px;
    }

    .owl-carousel .owl-prev {
        left: 15rem;
        top: 22rem;
    }

    .owl-carousel .owl-next {
        right: 15rem;
        top: 22rem;
    }
}

@media (min-width: 992px) {
    #customers-testimonials .item-details {
        padding: 50px;
    }

    .owl-carousel .owl-next,
    .owl-carousel .owl-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: 30%;
        font-size: 25px;
    }

    .owl-carousel .owl-prev {
        left: -70px;
    }

    .owl-carousel .owl-next {
        right: -70px;
    }

    .testimonials .container {
        max-width: 860px;
    }

    #customers-testimonials .owl-item {
        margin-right: -15px;
    }
}

@media (min-width: 1160px) {
    .testimonials .container {
        max-width: 1000px;
    }

    #customers-testimonials .owl-item {
        margin-right: 101px;
    }
}


/* Subpages */
section:not(.page-home) .title {
    position: relative;
    padding: 5% 0;
    background:
        url('https://apihoard.webit.com/api/v1/Image/8D64442D1F0FA2DB9C8656DE77631CDF/8D64442D1F0FA2DB9C8656DE77631CDF.jpg?size=1920x1440') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center
}

section:not(.page-home) .title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .5)
}

section:not(.page-home) .title .title-heading {
    position: relative;
    z-index: 2;
    text-shadow: 1px 2px rgba(0, 0, 0, .75);
    color: var(--color-theme-text);
}

section:not(.page-home) .title .title-heading .title-heading-container {
    border-right: 1px solid var(--color-theme-primary);
    border-left: 1px solid var(--color-theme-primary);
    border-radius: 10px;
    padding: 0 3%;
}

section:not(.page-home) .detailedlist .text-highlight,
section:not(.page-home) .text .text-highlight {
    color: var(--color-theme-primary) !important;
}

.page-contact-us .businessinfo,
.page-gallery .gallery {
    padding-top: 2rem;
}

@media(min-width: 992px) {
    section:not(.page-home) .title {
        padding: 18% 0 2%;
    }

    section:not(.page-home) .title .title-heading {
        font-size: 2.25rem;
    }
}

@media(min-width: 1440px) {
    section:not(.page-home) .title .title-heading {
        font-size: 2.75rem;
    }
}

/* About Page - Video Embed */
.page-about-us .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.page-about-us .embed-container iframe,
.page-about-us .embed-container object,
.page-about-us .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}