These are gk-social icons and its a bit tricky to increase the icon size
first you have to increase the size of individual icon class
e.g to increase size of facebook icon in your css
.icon-fb{
font-size:30px
}
then in your custom css file overwrite following
.social-menu li, .social-menu li > a, .footer-menu li, .footer-menu li > a {
height: 50px;
width: 50px;
}
you can adjust the size values according to your needs.