/*
 * Remove widget background, padding, and margin
 */
div.widget_socialnetworks {
    background: transparent !important;
    padding: 0;
    margin-bottom: 0;
    border: unset;
}
