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