Add email to social icons

Hi! Firstable just say thanx for this wordpress theme, its awesome!

I need to add an email icon, how can I do that and how to customize the order of them and the space between? I would like to add icon the las one and with more space in between.

Thx so much!

It can be done. In this example you should add your email inside Dribbble field in Theme Options as this code will replace Dribbble icon with email(envelope icon) and will add 50px space from the last icon.

.social_icon.fa-dribbble:before {
    content: "\f003";
    margin-left: 50px;
}

You should add this code to Theme Options - Other - Custom CSS.