.social_block {
    margin: 10px auto;
}
.social_block:after {
    content: '';
    display: block;
    clear: both;
}
.social_block ul li {
    float: left;
    margin-bottom: 8px;
    margin-left: 5px;
    list-style-type: none !important;
}

.social_block ul li a.icon::before {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    transition: color 0.3s ease 0s;
    width: 32px;
    padding-left: 7px;
}

.social_block ul li a {
    width: 32px;
    display: block;
    border-radius: 2px !important;
    text-decoration: none;
    cursor: pointer;
}

.social_block ul li a span {
    display: none;
}

.social_block {
    font-family: "ETmodules" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}