.meta-nav .navbar-nav > li .social svg {
    fill: white;
    width: 18px;
    height: 22px;
    margin-top: -4px;
    transition: fill 0.3s ease;
}

.meta-nav .navbar-nav > li .social:hover svg {
    fill: #393836;
}

.mobile-soci-wrapper {
    width: 260px !important;
}

.mobile-soci {
    width: 17% !important;
}

.mobile-soci svg {
    position: absolute;
    width: 20px;
    top: 6px;
}