.widget_sd_widget_social {
    font-size: 0;
    display: inline-flex;
    margin-right: 10px;
}

.widget_sd_widget_social a {
    display: flex;
    background-color: #400782;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.widget_sd_widget_social a:hover {
    background-color: #4e0bde;
    transition: all .3s ease;
}

.widget_sd_widget_social a svg {
    width: 20px;
    height: 20px;
}

.widget_sd_widget_social a svg path {
    fill: #fff;
}

@media screen and (max-width: 1600px) {
    .widget_sd_widget_social a {
        height: 33px;
        width: 33px;
    }

    .widget_sd_widget_social a svg {
        width: 17px;
        height: 17px;
    }
}

@media screen and (max-width: 1400px) {
    .widget_sd_widget_social a {
        height: 29px;
        width: 29px;
    }

    .widget_sd_widget_social a svg {
        width: 16px;
        height: 16px;
    }
}

@media screen and (max-width: 1000px) {

}