@font-face {
    font-family: 'violetaregular';
    src: url('violeta-webfont.woff2') format('woff2'),
         url('violeta-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'v_dubregular';
    src: url('v_dub-webfont.woff2') format('woff2'),
       url('v_dub-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.desktop-footer {
    display: none;
}

.desktop-footer,
.mobile-footer {
    background-image: url(../assets/footer-bg-min.png);
    background-size: cover;
    font-family: Mohave-Bold;
    padding: 20px 15px;
}

.mobile-footer-logo-container {
    width: 80%;
    max-width: 300px;
    display: block;
    margin: auto;
}

.logo-footer {
    width: 100%;
}

.mobile-footer-contact-container {
    width: 215px;
    margin: auto;
    margin-top: 25px;
}

.mobile-footer-phone {
    margin-right: 2px;
    transform: scaleX(-1);
}

.mobile-footer-contact-text {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.mobile-footer-phone-container {
    color: #D16900;
    margin-bottom: 5px;
}

.mobile-footer-phone-container a {
    color: #D16900;
    font-size: 22px;
}

.mobile-footer-address-container {

}

.mobile-footer-address-container a {
    color: #2C2C2C;
    font-size: 22px;
}

.mobile-footer-address-container div:nth-child(1) {
    float: left;
    margin-right: 5px;
}

.mobile-footer-address-container div:nth-child(2) {
    overflow: auto;
}

@media (min-width: 768px) {
    .mobile-footer-inner {
        max-width: 597px;
        margin: auto;
    }

    .mobile-footer-logo-container {
        float: left;
        padding-top: 35px;
        margin-right: 80px;
    }

    .mobile-footer-contact-container {
        overflow: auto;
        width: initial;
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .mobile-footer {
        display: none;
    }

    .desktop-footer {
        display: block;
        font-size: 0;
        padding: 0 0 20px 0;
    }

    .footer-newsletter-container {
        clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
        background: #191E23;
        color: #fff;
        position: relative;
        height: 71px;
    }

    .footer-newsletter-text {
        font-size: 23px;
        position: absolute;
        left: 19px;
        top: 21px;
    }

    .footer-newsletter-input {
        position: absolute;
        left: 139px;
        top: 22px;
        height: 27px;
        width: 198px;
        background: transparent;
        border: none;
        color: #fff;
        font-family: Mohave-Bold;
        font-size: 18px;
        box-sizing: border-box;
    }

    .footer-newsletter-input:focus {
        outline: none;
    }

    .newsletter-bottom-spacer {
        position: absolute;
        bottom: 16px;
        height: 1px;
        background: #fff;
        width: 334px;
        left: 11px;
    }

    .newsletter-submit {
        width: 0;
        height: 0;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 15px solid #fff;
        position: absolute;
        left: 338px;
        top: 25px;
        cursor: pointer;
    }

    .footer-nav-header {
        font-size: 20px;
        color: #D16900;
        text-decoration: underline;
        margin-bottom: 10px;
    }

    .footer-nav-link {
        font-size: 14px;
        display: block;
        color: #2C2C2C;
        margin-bottom: 7px;
    }

    .desktop-footer-contact-container {
        width: 180px;
        margin: auto;
        margin-top: 40px;
    }

    .logo-footer-desktop {
        width: 260px;
        position: absolute;
        left: 0;
        right: 44px;
        margin: auto;
        top: 96px;
    }

    .footer-col.one {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 37%;
    }

    .footer-col.two {
        display: inline-block;
        vertical-align: top;
        width: 43%;
        text-align: center;
        padding-top: 15px;
    }

    .footer-col.three {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

    .footer-nav-col {
        display: inline-block;
        vertical-align: top;
    }

    .footer-nav-col.one {
        width: 28%;
    }

    .footer-nav-col.two {
        width: 28%;
    }

    .footer-nav-col.three {
        width: 22%;
    }

    .footer-nav-col.four {
        width: 22%;
    }

    .desktop-footer-phone-container {
        color: #D16900;
        margin-bottom: 5px;
    }

    .desktop-footer-phone {
        margin-right: 2px;
        transform: scaleX(-1);
    }

    .desktop-footer-phone-container a {
        color: #D16900;
        font-size: 20px;
    }

    .desktop-footer-address-container {
        margin-top: 13px;
    }

    .desktop-footer-address-container a {
        color: #2C2C2C;
        font-size: 18px;
    }

    .desktop-footer-address-container div:nth-child(1) {
        float: left;
        margin-right: 5px;
    }

    .desktop-footer-address-container div:nth-child(2) {
        overflow: auto;
    }
}

@media (min-width: 1150px) {
    .footer-newsletter-text {
        font-size: 28px;
    }

    .footer-newsletter-input {
        left: 163px;
    }

    .newsletter-submit {
        left: 360px;
    }

    .newsletter-bottom-spacer {
        width: 366px;
    }
}

@media (min-width: 1300px) {
    .footer-col.one {
        width: 35%;
    }

    .footer-col.two {
        width: 44%;
    }

    .footer-col.three {
        width: 21%;
    }

    .footer-nav-header {
        font-size: 23px;
    }

    .footer-nav-link {
        font-size: 16px;
    }

    .desktop-footer-contact-container {
        width: 199px;
        margin-top: 49px;
    }

    .desktop-footer-phone-container a {
        font-size: 22px;
    }

    .desktop-footer-address-container a {
        font-size: 20px;
    }

    .logo-footer-desktop {
        width: 280px;
        right: 59px;
        top: 101px;
    }
}

@media (min-width: 1500px) {
    .footer-col.one {
        width: 31%;
    }

    .footer-col.two {
        width: 42%;
    }

    .footer-col.three {
        height: 175px;
        width: 27%;
    }

    .desktop-footer-phone-container a {
        font-size: 25px;
    }

    .desktop-footer-address-container a {
        font-size: 21px;
    }

    .desktop-footer-contact-container {
        width: 207px;
        margin-top: 56px;
    }

    .desktop-footer-address-container {
        margin-top: 20px;
    }

    .footer-diagonal-spacer {
        position: absolute;
        height: 187px;
        background: rgba(118, 99, 65, 0.55);
        width: 2px;
        bottom: -26px;
        transform: rotate(19deg);
        left: 51px;
    }

    .footer-newsletter-input {
        left: 195px;
    }

    .footer-newsletter-text {
        left: 50px;
    }

    .newsletter-bottom-spacer {
        bottom: 15px;
        left: 41px;
    }

    .newsletter-submit {
        left: 392px;
    }

}

























.powered-by-oomdo {
    background: #766341;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 8px 0;
    font-weight: 300;
}

.powered-by-oomdo a {
    text-decoration: none;
    color: #fff;
}

span.make-smaller-that-above {
    font-size: 14px;
}   

span.oomdo-font {
    font-family: "v_dubregular";
}