/*
* Description: Update Social Media Icons on Footer
*/

/*Facebook icon*/
#ubc7-footer #ubc7-unit-social-icons .icon-facebook-sign::before {
    content: none;
}

#ubc7-footer #ubc7-unit-social-icons .icon-facebook-sign {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../images/Facebook-Social-icon-RGB.72dpi-UBCBlue.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*Instagram icon*/
#ubc7-footer #ubc7-unit-social-icons .icon-instagram-sign::before {
    content: none;
}

#ubc7-footer #ubc7-unit-social-icons .icon-instagram-sign {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../images/Instagram-Social-icon-RGB.72dpi-UBCBlue.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*X (previous Twitter) icon*/
#ubc7-footer #ubc7-unit-social-icons .icon-twitter-sign::before {
    content: none;
}

#ubc7-footer #ubc7-unit-social-icons .icon-twitter-sign {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../images/X-Social-icon-RGB.72dpi-UBCBlue.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*LinkedIn icon*/
#ubc7-footer #ubc7-unit-social-icons .icon-linkedin-sign::before {
    content: none;
}

#ubc7-footer #ubc7-unit-social-icons .icon-linkedin-sign {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../images/LinkedIn-Social-icon-RGB.72dpi-UBCBlue.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*YouTube icon*/
#ubc7-footer #ubc7-unit-social-icons .icon-youtube::before {
    content: none;
}

#ubc7-footer #ubc7-unit-social-icons .icon-youtube {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('../images/YouTube-Social-icon-RGB.72dpi-UBCBlue.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
