.top-socials .social-youtube {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #fff !important;
}

.top-socials .social-instagram {
    background: linear-gradient(135deg, #feda75 0%, #fa7e1e 25%, #d62976 52%, #962fbf 76%, #4f5bd5 100%) !important;
    border-color: #d62976 !important;
    color: #fff !important;
}

.top-socials .social-facebook {
    background: #1877f2 !important;
    border-color: #1877f2 !important;
    color: #fff !important;
}

.top-socials .social-linkedin {
    background: #0a66c2 !important;
    border-color: #0a66c2 !important;
    color: #fff !important;
}

.top-socials a:hover {
    color: #fff !important;
    filter: brightness(.92);
}
