.zt-social-networks .zt-social-icon-item{
    
    display: block;
    text-align: center;
    padding: 5px;
    margin: 0 5px 5px 0;
    float: left;
    background-color: #e8e8e8;
    color: #bebdbd;
    transition: all 0.3s ease 0s;
}
.zt-social-networks .zt-social-icon-item:hover{
    opacity: 0.8;
}