.button-menu-mobile {
    display: none
}

.col-3 {
    width: 15%;
}

.col-3 img {
    width: 130px;
}

.col-5 {
    width: 48%;
}

.col-7 {
    width: 31%;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 14px;
    padding: 3px 0;
    display: block;
}

.footer-menu ul li {
    list-style: none;
}

.footer-menu h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px;
}

.footer-menu {
    width: calc(100% / 3);
    float: left;
    display: inline-block;
}

.footer-social ul li a {
    color: #fff;
    font-size: 18px;
}

.footer-social ul li a img {
    width: 20px;
    color: #fff !important;
    border-radius: 5px;
}

.footer-social ul li {
    list-style: none;
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.footer-social {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.footer-address h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: -2px;
}

.footer-address ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    padding: 4px 0;
}

.header-right {
    width: calc(100% - 220px);
    float: left;
    text-align: right;
}

.header-right ul li a {
    color: #000;
}

.header-right .footer-social ul li {
    float: unset !important;
}

.header-right .footer-address ul li {
    display: inline-block;
    color: #000 !important;
    width: 250px;
    vertical-align: top;
    font-weight: bold;
}

@media only screen and (max-width: 900px) {
    .header-right{
        display: none !important;
    }
    .button-menu-mobile {
        display: block;
    }

    .item-footer {
        width: 90% !important;
        margin: 0px !important;
        padding-left: 20px;
        display: inline-block;
    }

    .footer-menu {
        width: 100%;
        float: left;
        display: inline-block;
        margin-top: 20px;
    }

    .footer-social {
        margin-top: 20px !important;
    }
}
