/*-- Header --*/

.header .navbar .container {
    max-width: none;   
}

.header a.header-business-phone {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--color-theme-secondary);
}

.header .navbar .navbar-nav .nav-link {
    text-transform: uppercase;
    line-height: 32px;
}

.header .navbar .nav-link::before {
    border-width: 1px;
}

.header .header-info-business a span {
    font-weight: 700;
}

.header .header-info-business:before {
    font-size: 1.35rem;
}

.header .header-business-phone:before {
    display: block;
    font-family: FontAwesome;
    content: "\f098";
    color: var(--color-theme-secondary)!important;
}

.header .header-business-quote:before {
    display: block;
    font-family: FontAwesome;
    content: "\f0e0";
    color: var(--color-theme-secondary)!important;
}

.cw-header-info {
	border-bottom: 1px solid #666666;
}

@media (max-width: 768px) {
    .cw-header-info .container {
        max-width: 1400px;
    }
}

/* =================== Hero section ============================== */
#wb__hero-1.webit__parallax {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    min-height: 700px;
    display: flex;
    align-items: center;
    text-shadow: 2px 2px 2px #000;
}

#wb__hero-1 .webit__parallax h1 {
    border-bottom: 4px solid white;
}

#wb__hero-1 .wb__hero-divider {
    width: 100%;
    position: absolute;
    bottom: -1px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .wb__headerinfobar .wb__flexrow {
        flex-flow: row wrap;
        justify-content: space-between;
        max-width: 1400px;
        margin: 0 auto;
    }
}

@media (max-width: 812px) {
    #wb__hero-1 .webit__svg {
        display: none;
    }
}










/*===================================================================================================
	List Zoom
===================================================================================================*/
.list .row {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.list .list-img-wrap {
    border: 0;
}

.list-wrap {
    margin-bottom: 1.5em;
    overflow: hidden;
    display: block;
    position: relative;
    height: 432px;
    -webkit-transition: padding 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: padding 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    display: flex;
    flex-flow: column;
    justify-content: center;
    box-shadow: 3px 3px 5px #000000;
}

.list-wrap:hover {
    transition-duration: 2s;
}

.list-img-wrap {
    height: 432px;
    /* Height of Image */
    margin: 0 auto;
    border-width: 0;
}

.list-img-link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


/* Text */
.list-wrap .list-text {
    color: #fff;
    text-align: left;
    padding: 0 1.8em;
    position: relative;
    z-index: 9;
}

.list-wrap .list-text ~ .list-text {
    transition: opacity 1s;
}

.list-text-title {
    font-weight: 400 !important;
}

.list-wrap:hover .list-text ~ .list-text {
    display: block;
    height: auto;
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
}

.list-wrap:hover .list-text ~ .list-text {
    visibility: visible;
    height: auto;
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
    transition: opacity 1s;
    pointer-events: none;
}

.list-text-btn {
    margin-top: 1em;
    text-transform: uppercase;
    font-weight: 400 !important;
}


/* Image */
.list-wrap .list-img-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    -webkit-transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.list-wrap:hover .list-img-wrap::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.list-img-content {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}

.list-img-photo {
    -webkit-transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.list-wrap:hover .list-img-photo,
a.list-img-link:hover .list-img-wrap .list-img-photo {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.footer {
        padding-top: .25em;
}

.footer .footer-info-business {
    display: none;
}

.cw-footer {
    padding-top: 2em;
    padding-bottom: 1em;
    background: #eee;
}

.cw-footer .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cw-footer .cw-service-area {
    background: var(--color-theme-secondary);
    color: var(--color-theme-text-btn);
    padding: 2em 1em;
}


.cw-footer img {
    max-width: 400px;
    margin: 1em auto;
    width: 100%;
}