/*-- Global --*/

.list {
    padding: 4em 0 1em;
}

.textwithimage-in-container {
    padding: 0 0 2em;
}

.title + .gallery {
    padding-top: 0;
}

/*-- Header --*/
/* 
.header .navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: normal;
}

.header .navbar-dark .navbar-nav .active > .nav-link {
    color: #fff;
}

nav.navbar.affix {
    -webkit-box-shadow: 0px 0px 15px -10px black;
    box-shadow: 0px 0px 15px -10px black;
}

@media(max-width: 991px) and (min-width: 768px){
    .header-info .row {
        -ms-flex-pack: center;
        justify-content: center;
    }
}


@media(min-width: 992px) {

    .header .header-info-logo-img {
        position: fixed;
        top: 0;
        z-index: 1049;
    }

    nav.navbar .container {
        position: relative;
        height: 121px;
        margin: 0 auto;
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        top: 33px;
    }
} */


/*--- Floating links ---*/
.cw-lets-talk {
    position: fixed;
    bottom: 1em;
    right: 1em;
    border-radius: 25px;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
}

.cw-lets-talk:hover {
    cursor: pointer;
}

.hidden {
    display: none;
}

#contactBtns a {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 50%;
    background: #fff
}

#contactBtns a {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}

#contactBtns .fa {
    font-size: 35px;
    color: var(--color-theme-primary);
}


/*-- Hero --*/

.cw-hero {
    background: var(--color-theme-primary);
}

.cw-heroText {
    margin: auto;
    max-width: 660px;
    background: var(--color-theme-primary);
}

/*.cw-heroText h1 {
    position: relative;
    z-index: 2;
    background: var(--color-theme-primary);
    background: linear-gradient(to right, white 4px, transparent 4px) 0 0,
        linear-gradient(to right, white 4px, transparent 4px) 0 100%,
        linear-gradient(to left, white 4px, transparent 4px) 100% 0,
        linear-gradient(to left, white 4px, transparent 4px) 100% 100%,
        linear-gradient(to bottom, white 4px, transparent 4px) 0 0,
        linear-gradient(to bottom, white 4px, transparent 4px) 100% 0,
        linear-gradient(to top, white 4px, transparent 4px) 0 100%,
        linear-gradient(to top, white 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 40px 25px;
    padding: 1em;
} */

.cw-heroText h1 span {
    /*color: var(--color-theme-secondary);
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 1);*/
    font-size: 3rem;
    line-height: 1;
}

@media (max-width: 567px) {
    .cw-heroText h1 {
        font-size: 1.75rem;
    }
}

@media (min-width: 768px) {

    /* .cw-hero:after {
        overflow: hidden;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(0, 0, 0, 0.5);
    } */

    .cw-heroText h1 {
        position: absolute;
        bottom: 50px;
    }

    .cw-heroText h1 span {
        font-size: 4rem;
    }

}

@media (min-width: 1200px) {
    .cw-heroText h1 {
        bottom: 35%;
    }

    .cw-heroText h1 span {
        font-size: 5rem;
    }

    .cw-hero img {
        width: 100%;
    }
}

/*-- Home--*/

.cw-cascade {
    margin: 0 auto;
    padding: 8em 0;
}

.cw-cascade:before {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
}

.cw-cascade h2 {
    z-index: 2;
    font-size: 2.5rem;
    text-shadow: 2px 2px 0 rgb(52, 50, 57);
}

@media (min-width: 768px) {
    .page-home .cw-cascade {
        padding: 10em 0;
    }

    .cw-cascade h2 {
        z-index: 2;
        font-size: 2.75rem;
    }

    .cw-cascade .btn {
        width: 380px;
        font-size: 1.75rem;
    }

}

.page-home .list {
    background: url(https://s3.amazonaws.com/fcstores/stores/400821/2911/construction.svg) no-repeat center center;
    background-size: cover;
}

.cw-banner a.button {
    height: 80px;
    line-height: 80px;
    padding: 0 2em;
    background: var(--color-theme-secondary);
}

@media (min-width: 992px) {

    .cw-banner a.button {
        padding: 0 1em 0 3.75em;
        font-size: 1.2rem;
    }

    .cw-banner a.button:before {
        top: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        margin-top: 0;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: var(--color-theme-primary);
        left: 0px;
        border-top-width: 80px;
        border-right-width: 60px;
        border-left-width: 0;
    }

    .cw-banner a.button:after {
        top: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        margin-top: 0;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: var(--color-theme-secondary);
        right: -60px;
        border-top-width: 80px;
        border-right-width: 60px;
        border-left-width: 0;
    }
}

.cw-banner a.button:focus:after {
    border-top-color: var(--color-theme-secondary);
}

/*-- Subpages --*/
section:not(.page-home):not(.sitemap) .title {
    position: relative;
    margin-bottom: 3em;
    padding: 4em 0;
    background: url(https://apihoard.webit.com/api/v1/Image/B2845FEAE43385ABA0F6925C2BFDA3E1/B2845FEAE43385ABA0F6925C2BFDA3E1.jpg?size=1920x1440) no-repeat center center;
    background-size: cover;
    text-align: center;
}

section:not(.page-home):not(.sitemap) .title:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

section:not(.page-home):not(.sitemap) .title-heading {
    position: relative;
    z-index: 2;
    color: #ffff;
    text-shadow: 2px 2px 0 var(--color-theme-secondary);
    text-transform: uppercase;
}

@media (min-width: 768px) {
    section:not(.page-home):not(.sitemap) .title-heading {
        font-size: 3rem;
    }
}


/*-- Header --*/
.cssvars-polyfilled .header .navbar-dark .navbar-nav .active > .nav-link {
    color: #fff !important;
}


/*-- Hero --*/

.cssvars-polyfilled .cw-hero {
    background: #343239;
}

.cssvars-polyfilled .cw-heroText {
    background: #343239;
}

.cssvars-polyfilled .cw-banner a.button {
    background: #f03d33;
}

@media (min-width: 992px) {
    .cssvars-polyfilled .cw-banner a.button:before {
        border-top-color: #343239;
    }

    .cssvars-polyfilled .cw-banner a.button:after {
        border-top-color: #f03d33;
    }
}

.cssvars-polyfilled .cw-banner a.button:focus:after {
    border-top-color: #f03d33;
}

/*-- Subpages --*/
.cssvars-polyfilled  section:not(.page-home) .title-heading {
    text-shadow: 2px 2px 0 #f03d33;
}
.cssvars-polyfilled  section:not(.page-home) .title {
    color: #fff;
}

/*-- Footer social --*/

.cw-social img {
    width: 50px;
    margin: .25rem;
}