.widget_sd_widget_social {
    font-size: 0;
    display: inline-flex;
    margin-right: 10px;
}

.widget_sd_widget_social a {
    display: flex;
    background-color: #fff;
    height: 20px;
    width: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.widget_sd_widget_social.instagram-container a {
    background-color: transparent;
}

.widget_sd_widget_social.facebook-container a,
.widget_sd_widget_social.pinterest-container a {
    border-radius: 100%;
}

.widget_sd_widget_social a svg {
    width: 15px;
    max-height: 15px;
}

.widget_sd_widget_social.instagram-container a svg {
    width: 100%;
    max-height: 100%;
}

.widget_sd_widget_social a svg path {
    fill: #232323;
}

.widget_sd_widget_social.instagram-container a svg path {
    fill: #fff;
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1000px) {

}