.widget_adswst_social_icons_widget .social-icons-wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.widget_adswst_social_icons_widget .social-icons-wrap a {
    display: block;
    margin: 0 5px 5px 0;
}
.widget_adswst_social_icons_widget .social-icons-wrap a:last-child {
    margin: 0;
}
.widget_adswst_social_icons_widget .social-icons-wrap a i{
    display: block;
    font-size: 14px;
    background-color: #333333;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
    border-radius: 2px;
    transition: all .5s ease-out;
    padding: 5px 5px;
}
.widget_adswst_social_icons_widget .social-icons-wrap a:hover i{
    background-color: #626262;
    color: #FFFFFF;
}
.social-icons-shortcode-widget{
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}