/* BASE */


/* HEADER */
#sp-header {
    border-bottom: 3px solid #085BDD;
}
.tw-header-contact {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.tw-header-contact a {
    color:#ffffff;
}


/* FOOTER */

.tw-footer-item-container > .sppb-addon-content > div i,
.tw-header-contact i {
    color: #005df6;
    font-size:28px;
    width: 30px;
    text-align: center;
}

.tw-footer-item-container > .sppb-addon-content > div,
.tw-header-contact > div {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 15px;
}


/* HOME */


/* INTERIOR */


/* MEDIA */
@media only screen and (max-width: 991px) {
    #sp-header > .container {
        max-width:100%;
    }   
    #offcanvas-toggler {
        display:none!important;
    }
}

@media only screen and (max-width: 767px) {
    .tw-header-contact {
        font-size: 14px;
    }
    #sp-logo {
        padding-right: 0;
        padding-left: 0;
    }
    #sp-menu {
        padding-left: 0;
    }
}

@media only screen and (max-width: 650px) {
    #sp-header .logo {
        height: 100px;
    }
    .logo-image {
        height: 80px!important;
    }
    #sp-header {
        height: 100px;
    }
    .tw-header-contact {
        font-size: 13px;
    }
    .tw-header-contact i {
        font-size: 24px;
        width: 26px;
    }
    .tw-header-contact > div {
        column-gap: 10px;
    }
}


@media only screen and (max-width: 550px) {
    .tw-header-contact-addr {
        font-size: 11px;
    }
    .tw-header-contact > div {
        column-gap: 8px;
    }
}

@media only screen and (max-width: 500px) {
    #sp-header .logo {
        height: 80px;
    }
    .logo-image {
        height: 60px!important;
    }
    #sp-header {
        height: 80px;
    }
    .tw-header-contact {
        row-gap: 8px;
    }
    .tw-header-contact i {
        font-size: 20px;
        width: 22px;
    }
    .tw-header-contact-addr {
        font-size: 10px;
    }
    .tw-header-contact > div {
        column-gap: 6px;
    }
    #sp-header .sp-module {
        margin-left: 0px;
    }
}















