/*****All the codes are highly customizable*****/

.widget_social_icon_widget {
    overflow: hidden;
}
.widget_social_icon_widget a i.fa {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}
.widget_social_icon_widget a i.fa:hover {
    color: #fff;
}
.widget_social_icon_widget a i.fa-twitter:hover {
    background: #1DA1F2;
    border-color: #1DA1F2;
}
.widget_social_icon_widget a i.fa-facebook:hover {
    background: #4862A3;
    border-color: #4862A3;
}
.widget_social_icon_widget a i.fa-google-plus:hover {
    background: #DB4437;
    border-color: #DB4437;
}
.widget_social_icon_widget a i.fa-linkedin:hover {
    background: #1E87BE;
    border-color: #1E87BE;
}
.widget_social_icon_widget a i.fa-pinterest:hover {
    background: #B80D20;
    border-color: #B80D20;
}
.widget_social_icon_widget a i.fa-instagram:hover {
    background: #4862A3;
    border-color: #4862A3;
}
.widget_social_icon_widget a i.fa-youtube:hover {
    background: #E62117;
    border-color: #E62117;
}
.widget_social_icon_widget a i.fa-flickr:hover {
    background: #FF0173;
    border-color: #FF0173;
}
.widget_social_icon_widget a i.fa-tumblr:hover {
    background: #36465D;
    border-color: #36465D;
}
.widget_social_icon_widget a i.fa-vine:hover {
    background: #02C59D;
    border-color: #02C59D;
}
.widget_social_icon_widget a i.fa-vk:hover {
    background: #5075A5;
    border-color: #5075A5;
}
.widget_social_icon_widget a i.fa-reddit:hover {
    background: #DA5C26;
    border-color: #DA5C26;
}
.widget_social_icon_widget a i.fa-skype:hover {
    background: #00AFF0;
    border-color: #00AFF0;
}
.widget_social_icon_widget a i.fa-vimeo:hover {
    background: #000000;
    border-color: #000000;
}
.widget_social_icon_widget a i.fa-trello:hover {
    background: #006985;
    border-color: #006985;
}
.widget_social_icon_widget a i.fa-xing:hover {
    background: #046064;
    border-color: #046064;
}
.widget_social_icon_widget a i.fa-soundcloud:hover {
    background: #FF5419;
    border-color: #FF5419;
}
.widget_social_icon_widget a i.fa-github:hover {
    background: #000000;
    border-color: #000000;
}
.widget_social_icon_widget a i.fa-snapchat-ghost:hover {
    background: #FFFC00;
    border-color: #FFFC00;
    color: #000;
}
