/**! Custom Styles Go Here (for easy template updating) **/

body {
    line-height: 1.8;
}

.nowrap {
    white-space: nowrap;
}

.nav-bar .logo {
    max-height: unset;
}

.logo-module {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    width: 100% !important;
    padding: 0 !important;
}

.logo-module a.logo {
    display: block !important;
    background: #fff !important;
    width: 50px !important;
    height: 120px !important;
    position: relative;
    margin-right: 1rem;
    box-shadow: 0 3px 6px rgba(0,0,0,.06), 0 3px 6px rgba(0,0,0,.13);
}

.logo-module a.logo::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 5px;
    background: url('../img/logo.svg') center center / contain no-repeat;
}

.logo-module a.text {
    text-align: left;
    font-size: 1.1rem;
}

.background-image-holder-half {
    height: 50%;
}

.hover-element__reveal{
    position: relative;
}
.service-element a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}

.section-contact-1 address {
    margin-bottom: 1.5625em;
}

input[type="text"],
input[type="email"] {
    width: 100%;
}

form .input-checkbox,
form .input-checkbox.checked {
    padding-right: 0.75em;
    padding-left: 3em;
}

form .input-checkbox .inner:before {
    right: unset;
    left: 15px;
    opacity: 0.85;
    color: #bbb;
    content: '\f372';
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

form .input-checkbox.checked .inner:before {
    opacity: 0.85;
    color: #fff;
    content: '\f373';
}

footer {
    font-size: 0.85rem;
}

@media screen and (max-width: 990px) {
    nav:not(.nav-open) .nav-bar {
        overflow: visible;
    }
    nav:not(.nav-open) .nav-module {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .nav-bar {
        max-height: 60px;
        line-height: 62px;
    }
    .nav-mobile-toggle {
        line-height: 62px;
    }
    .logo-module a.logo {
        margin-right: .75rem;
        width: 30px !important;
        height: 72px !important;
    }
    .logo-module a.text {
        font-size: 1rem;
    }
}
