/* PG-80 Social Media brand colors */

.social-btn {
    background: transparent !important;
    border: 1px solid currentColor !important;
    transition: all .2s ease-in-out;
}

/* Facebook */
.social-facebook {
    color: #1877F2 !important;
}

/* YouTube */
.social-youtube {
    color: #FF0000 !important;
}

/* LinkedIn */
.social-linkedin {
    color: #0A66C2 !important;
}

/* Instagram */
.social-instagram {
    color: #E1306C !important;
}

/* X */
.social-x {
    color: #AEB6BF !important;
}

/* Vimeo */
.social-vimeo {
    color: #1AB7EA !important;
}

/* Pinterest */
.social-pinterest {
    color: #E60023 !important;
}

/* Tumblr */
.social-tumblr {
    color: #529ECC !important;
}

/* Hover */
.social-btn:hover,
.social-btn:focus {
    color: #fff !important;
    border-color: currentColor !important;
}

.social-facebook:hover { background-color: #1877F2 !important; }
.social-youtube:hover  { background-color: #FF0000 !important; }
.social-linkedin:hover { background-color: #0A66C2 !important; }
.social-instagram:hover { background-color: #E1306C !important; }
.social-x:hover         { background-color: #536471 !important; }
.social-vimeo:hover     { background-color: #1AB7EA !important; }
.social-pinterest:hover { background-color: #E60023 !important; }
.social-tumblr:hover    { background-color: #529ECC !important; }