/*-- Global --*/

.btn {
    text-transform: uppercase !important;
}

.page-home h1 {
font-size: 2rem;
}

/*-- Header --*/

.header {
    position: relative;
}

.header .navbar,
.header .navbar.bg-primary {
    -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 18%);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 18%);
}

.header .nav-link {
    text-transform: uppercase;
    font-size: .9rem;
}

.header .navbar .active > .nav-link {
    color: var(--color-theme-primary);
}

.header .header-info-business a.font-bold {
    font-size: 1.25rem;
    line-height: 1.25;
}

.header .header-info-business:before {
    font-size: 1.5rem
}

.header .header-business-phone:before {
    font-family: FontAwesome;
    content: "\f2a0";
    color: var(--color-theme-secondary) !important
}

.header .header-business-quote:before {
    font-family: FontAwesome;
    content: "\f059 ";
    color: var(--color-theme-secondary) !important;
}

.header .header-info-logo-img img {
    width: 320px;
}

@media (min-width: 992px) {

    .header .header-business-phone:before,
    .header .header-business-quote:before {
        display: block;
    }

    .header .header-info-business a.font-bold {
        line-height: 1.5;
    }
}

/*-- Hero --*/

.cw-hero {
    position: relative;
    padding: 8em 0;
}

.cw-hero:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .5)
}

.cw-hero:before {
    content: "";
    display: block;
    opacity: .65;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 21px;
    background: url(https://apihoard.webit.com/api/v1/Image/3ECBA461459D078359CA49772E9B054B/3ECBA461459D078359CA49772E9B054B.png?size=Original) repeat-x;
}

.cw-slogan {
    z-index: 2
}

.cw-slogan p {
    line-height: 1.35;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
}

.cw-slogan h1 {
    text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
    color: var(--color-theme-highlight);
    text-transform: uppercase;
}

.cw-slogan h1 span {
    font-size: 97%;
    color: white;
    text-transform: none;
}


.card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #E4AE38;
}

.oi_testimonial {
    color: #E4AE38;
    font-style: italic;
    font-size: .9em
}


@media (max-width: 776px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


@media screen and (min-width: 992px) {
    .cw-hero {
        padding: 12.5em 0;
    }

.page-home h1 {
    font-size: 2.5rem;
}

    .cw-slogan h1 {
        font-size: 3.5em;
    }

    .cw-slogan p {
        font-size: 1.5rem;
    }
}

/*-- Home --*/

.page-home .list {
    padding: 3rem 0 0;
}

.page-home .list .list-img-wrap {
    background: #111;
}

.page-home .detailedlist {
    position: relative;
    padding: 5em 0;
    background: url(https://apihoard.webit.com/api/v1/Image/DF1658F7A8426FE4E8E7A490200C2B4F/DF1658F7A8426FE4E8E7A490200C2B4F.jpg?size=Original);
    background-size: cover;
    color: #fff;
}

.page-home .detailedlist .row {
    align-items: center
}

.page-home .detailedlist img {
    padding: .25em;
    border: 2px solid rgb(255 255 255 / 32%);
}

.page-home .detailedlist h2.detailedlist-item-title {
    color: #fff
}

@media(min-width: 992px) {
    .page-home .detailedlist h2.detailedlist-item-title {
        font-size: 2rem
    }

    .page-home .list h2 {
        font-size: 1.5rem
    }
}

@media(min-width: 1400px) {
    .page-home .container {
        max-width: 1400px;
    }
}

/*-- Subpages --*/

section:not(.page-home) .detailedlist .detailedlist-img-wrap {
    border: 2px solid var(--color-theme-secondary);
}

.page-services .list {
    padding: 2rem 0 0;
}

.page-services .list .list-wrap {
    border: 2px solid #eee;
}

.page-services .list .list-text-title {
    margin-bottom: 1rem;
}

/*-- Checklists --*/

.cw-checklist li {
    display: inline-block;
    padding: .25em;
}

.cw-checklist li:before {
    content: "\f058";
    font-family: FontAwesome;
    margin-right: 0.25em;
    color: var(--color-theme-highlight);
}

/*--- Footer --*/

.wb__construction {
    width: 100%;
    height: 21px;
    background: url(https://apihoard.webit.com/api/v1/Image/3ECBA461459D078359CA49772E9B054B/3ECBA461459D078359CA49772E9B054B.png?size=Original) repeat-x;
}

.wb__footer_email span {
    color: var(--color-theme-highlight);
    padding: 0 .5em;
}

.footer {
    padding-top: 1.5em;
}

/*footer.footer {
	position: relative;
}

footer.footer:before {
    content: "";
    display: block;
    opacity: .75;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 21px;
    background: url(https://apihoard.webit.com/api/v1/Image/3ECBA461459D078359CA49772E9B054B/3ECBA461459D078359CA49772E9B054B.png?size=Original) repeat-x;
}*/
