.cshero-social-list a {
display: inline-block;
text-align: center;
}
.cshero-social-list a i {
-webkit-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cshero-social-list a:last-child i{ margin-right: 0 !important;}