/* Footer social icons — brand colors by default */
.tp-footer-social a[class*='social-brand-'] {
    transition: all 0.3s ease;
}

.tp-footer-social a.social-brand-facebook,
.tp-footer-social a.social-brand-facebook-filled {
    color: #fff !important;
    background-color: #1877f2 !important;
    border-color: #1877f2 !important;
}

.tp-footer-social a.social-brand-x {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.tp-footer-social a.social-brand-youtube {
    color: #fff !important;
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.tp-footer-social a.social-brand-linkedin {
    color: #fff !important;
    background-color: #0a66c2 !important;
    border-color: #0a66c2 !important;
}

.tp-footer-social a.social-brand-instagram {
    color: #fff !important;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
    border-color: #e4405f !important;
}

.tp-footer-social a.social-brand-pinterest {
    color: #fff !important;
    background-color: #e60023 !important;
    border-color: #e60023 !important;
}

.tp-footer-social a.social-brand-google-photos {
    color: #fff !important;
    background-color: #4285f4 !important;
    border-color: #4285f4 !important;
}
