/*----OLD CSS FILE IS IN CUSTOMER FOLDER IF/WHEN THEY DECIDE THEY DONT WANT TO HAVE YOUTUBE VIDEO AS HERO, JUST SWAP OUT CSS FILES AT THAT TIME.----*/
/* General CSS */
.border-primary {
    border-color: var(--color-theme-primary) !important;
}

/* Header */
.header .container {
    max-width: none;
}

.header .navbar-dark .navbar-nav .nav-link {
    line-height: 36px;
    text-transform: uppercase;
}

.header .header-info-logo-img img {
    width: 350px;
}

@media (min-width:768px) {
    .header .header-info-logo-img img {
        width: 240px;
        background:#000;
        border-radius:20px;
    }
}

.cw-headerbtn {
    color: #000 !important;
    text-shadow: none !important;
}

.cw-header-contact {
    padding: .75em;
}

.cw-header-contact span {
    vertical-align: middle;
}

.header a.header-business-phone {
    vertical-align: middle;
    color: var(--color-theme-text);
    font-weight: 700;
    font-size: 1.1rem;
}

/* Inner Page Headers */
section:not(.page-home) .title {
    position: relative;
    padding: 2em 0;
    background: linear-gradient(45deg,
    rgba(146, 205, 40, .75),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0.5)),
    url('https://apihoard.webit.com/api/v1/Image/E65CAAE60F3EF51393AE3D87BB79DD1B/E65CAAE60F3EF51393AE3D87BB79DD1B.jpg?size=1920x1440');
    background-size: cover;
    text-align: center;
    border-bottom: 9px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #92CD28, #629506);
}

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, .65);
}

section:not(.page-home) .title .title-heading {
    position: relative;
    z-index: 2;
    text-shadow: 5px 2px #000;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .header .cart-count,
    .header .dropdown-item,
    .header .nav-link,
    .header .navbar-brand,
    .header .navbar-dark .navbar-nav .nav-link {
        color: var(--header-navigationbartext);
        text-shadow: 1px 2px 7px #000;
    }
    .cw-header-contact span,
    .cw-header-contact a {
        text-shadow: 1px 2px 7px #000;
    }
}
@media(min-width: 992px) {
    .header .header-info-logo-img {
        position: fixed;
        top: .5rem;
        left: 0;
        z-index: 2001;
        padding: 0;
    }

    nav.navbar .container {
        position: relative;
        margin: 0 auto;
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        top: 3.75rem;
                width: calc(100% - 250px);
                        justify-content: end;
    }

    .header .navbar,
    .header .navbar.bg-primary.cw-scrolled .navbar-nav {
        top: 0;
        background: var(--color-theme-background);
        border-top: none;
        z-index: 5000;
    }

    .header .header-info-logo-img img.cw-shrink {
        width: 150px;
    }

    .cw-header-contact {
        position: absolute;
        z-index: 2000;
        top: 0;
        width: 100%;
    }

    section:not(.page-home) .title {
        margin-bottom: 2.5em;
        /* padding: 10em 0 1.5em; */
        padding: 15em 0 1.5em;
    }

    section:not(.page-home) .title .title-heading {
        font-size: 2.75rem;
    }
}

@media(min-width:1920px) {
        section:not(.page-home) .title {
        padding: 12em 0 1.5em;
    }
}

/* Hero */
.cw-hero {
    color: var(--color-theme-text);
}

.cw-hero {
    background-image: url(https://apihoard.webit.com/api/v1/Image/CE7D1A6750DD249CADC4FF03515DD92B/CE7D1A6750DD249CADC4FF03515DD92B.JPG?size=1920x1440);
    background-size: cover;
}

.hero-text {
    background-color: rgba(0, 0, 0, 0.45);
    padding-top: 1rem!important;
    border-radius: 30px;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text p {
    text-shadow: 1px 1px 5px #000;
}

.hero-text a {
    color: #fff;
}

@media(max-width: 700px) {
    .cw-hero {
        background-color: #141414;
    }
}

@media(min-width: 992px) {
    .cw-hero {
        margin-top: 11em;
    }
}

@media(min-width: 1400px) {
    .cw-hero h1 {
        font-size: 6rem;
        line-height: 71px;
    }
}

/*-- Youtube video hero --*/
.cw-video-background {
    position: relative;
    z-index: -1;
    overflow: hidden;
    width: 100vw;
    height: min(100vh, 1028px);
    margin-top: -3rem;
    margin-bottom: -60rem;
    right: 3.75rem;
}

.cw-video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
    .cw-video-background iframe {
        height: 56.25vw
    }
}

@media (max-aspect-ratio: 16/9) {
    .cw-video-background iframe {
        width: 177.78vh
    }
}

@media (min-width: 992px) {
    .cw-video-background {
        height: min(100vh, 1115px);
        margin-top: -3rem;
        right: 1.4rem;
        margin-bottom: -50rem;
    }
}

@media (min-width: 1160px) {
    .cw-video-background {
        right: 7.3rem;
        margin-bottom: -32rem;
    }
}

@media (min-width: 1200px) {
    .cw-video-background {
        right: 2.4rem;
        margin-bottom: -50rem;
    }
}

@media (min-width: 1400px) {
    .cw-video-background {
        right: 9.4rem;
        margin-bottom: -45rem;
    }
}

@media (min-width: 1600px) {
    .cw-video-background {
        right: 15.3rem;
    }
}

@media (min-width: 1800px) {
    .cw-video-background {
        right: 24.1rem;
        margin-bottom: -50rem;
    }
}

@media (min-width: 1900px) {
    .cw-video-background {
        right: 25.3rem;
    }
}

/* SVGs */
#cwID-hero-svg .st0,
#cwID-other-svg .st0 {
    opacity: 0.67;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #92CD28;
}

#cwID-hero-svg .st1,
#cwID-other-svg .st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    /* fill: #000000; */
}

#cwID-hero-svg .st1 {
    fill: #000000;
}

#cwID-other-svg .st1 {
    fill: #629506;
}

#cwID-hero-svg .st2,
#cwID-other-svg .st2 {
    fill: none;
    stroke: #629506;
    stroke-width: 7;
    stroke-miterlimit: 10;
}

#cwID-hero-svg .st3,
#cwID-other-svg .st3 {
    fill: none;
    stroke: #629506;
    stroke-width: 7;
    stroke-miterlimit: 10;
    stroke-dasharray: 40.2483, 13.7692;
}

#cwID-hero-svg .st4,
#cwID-other-svg .st4 {
    fill: none;
    stroke: #629506;
    stroke-width: 7;
    stroke-miterlimit: 10;
    stroke-dasharray: 145.1057, 48.7216, 40.2483, 13.7692;
}

#cwID-other-svg {
    transform: scale(-1, 1);
    transform-origin: center;
    margin-bottom: -1px;
}

/* Summary List */
.list {
    padding-top: 2%;
}

a.list-img-link .list-img-wrap .list-img-photo {
    background-color: var(--color-theme-primary)
}

/* -------------------- Home Highlight / misc section ---------------------- */
.cw-home-highlights {
    padding: 1rem 0 0;
}

.cw-home-highlights .cw-backbox {
    max-width: 450px;
    margin: .5rem 5px 1rem;
    padding: 1.5rem 1rem;
    border: 2px solid #fff;
    background: var(--color-theme-highlight);
    color: #fff;
    font-size: 1.1rem;

    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.cw-flexrow {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: stretch;
}

.cw-star-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.cw-star-list li::before {
    display: inline-block;
    margin-right: 0.4em;
    color: #000;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f005 ";
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
    .cw-home-highlights .cw-backbox {
        padding: 1.5rem 1.5rem;
        font-size: 1.2rem;
    }
}

/* Parallax Section */
.cw-parallax-section {
    display: block;
    overflow: hidden;
    padding: 10% 0;
    color: var(--color-theme-text);
    text-align: center;
}

.cw-parallax-section:before {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0, 0, 0, .5);
}

.cw-parallax-section .container {
    position: relative;
    z-index: 2;
}

.cw-parallax-title {
    word-break: keep-all;
    white-space: pre-wrap;
    font-size: 3rem;
    line-height: 1.25;
}

@media(max-width: 767px) {
    .cw-parallax-title {
        font-size: 2rem;
    }
}

/* Checklist */
.cw-checklist li {
    position: relative;
    display: inline-block;
    padding: 0.25rem;
}

.cw-checklist li:before {
    content: "\f046";
    font-family: FontAwesome;
    margin-right: 0.25rem;
    color: var(--color-theme-highlight);
}

/* Lets Talk */
.setup {
    position: fixed;
    bottom: 1em;
    right: 1em;
    border-radius: 25px;
    box-shadow: 1px 1px 10px 1px #000000;
    z-index: 10;
}

.setup:hover {
    cursor: pointer
}

.hidden {
    display: none
}

#cw-contactBtns a {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 50%;
    background: #fff
}

#cw-contactBtns .fa {
    font-size: 35px;
    color: var(--color-theme-primary);
}




/* CHANGE GOOGLE + ICON IN FOOTER TO LINKED IN */
/* With Font Awesome Icon */
i.fa.fa-google-plus:before {
    content: '\f0e1';
}

/* With an image */
i.fa.fa-google-plus {
    content: url("https://apihoard.webit.com/api/v1/Image/A1345862029D401BDC21904169ED9FCC/A1345862029D401BDC21904169ED9FCC.png?size=1920x1440");
}


i.fa.fa-pinterest:before {
    content: "\f0d2";
}

i.fa.fa-pinterest {
    content: url("https://apihoard.webit.com/api/v1/Image/85B77E480A07F68C4D8BC83D43B5B925/85B77E480A07F68C4D8BC83D43B5B925.png?size=1920x1440");
}



/* =========================== CTA ================================== */
.cw-setup {
    position: fixed;
    bottom: 1em;
    right: 1em;
    border-radius: 25px
}

.cw-setup:hover {
    cursor: pointer
}

.hidden {
    display: none
}

#cw-contactBtns a {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 50%;
    background: #fff
}

#cw-contactBtns a:before {
    font: normal normal normal 32px/1 FontAwesome;
    color: var(--color-theme-secondary)
}

.cw-Phone:before {
    content: "\f098"
}

.cw-Email:before {
    content: "\f0e0"
}

.cw-Text:before {
    content: "\f27a"
}

/* ======================== Site Map ===================== */
@media(min-width: 992px) {
    .sitemap {
        margin-top: 10em;
    }
}

/*--------- button ---------------*/

.btn, .btn-quote {
    background-color: red !important;
    color: white !important;

}