As colors are inline by theme , it gets overrided..
try this
#footer-bottom .fa-facebook-square,#footer-bottom .fa-youtube-square,#footer-bottom .fa-comments , #footer-bottom .fa-gamepad{
color:#000 !important ; //your color
}
Bingo, that works.
Thank You!