footer ul.social li {
    display: inline-block; font-size: 0px !important;
}
footer ul.social a {
    text-decoration: none !important;
}
footer ul.social a:before {
    font-size: 25px !important;
    font-family: 'fontAwesome' !important;
}
footer ul.social a[href*='youtube']:before {
    content: '\f16a';
}
footer ul.social a[href*='facebook']:before {
    content: '\f230';
}
footer ul.social a[href*='instagram']:before {
    content: '\f16d';
}