/* Social Sharing Button Stylesheet */

.ssb_social-icons ul{
    list-style: none;
    margin: 0;
}
.ssb_social-icons ul li{
    display: inline-block;
    margin: 0 5px 0 0;
}
.ssb_social-icons ul li a{
    display: inline-block;
}
.ssb_social-icons ul li a img{
    height: 40px;
    width: 40px;
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
}