.a2a_wrapper {
    width: 1000px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

.a2a_kit > a {
    width:20%;
    height: 48px;
    line-height: 48px !important;
    padding: 0 !important;
}

.a2a_button_facebook {background-color: #3B5998;}
.a2a_button_twitter {background-color: #55ACEE;}
.a2a_button_wechat {background-color: #7BB32E;}
.a2a_button_pinterest {background-color: #BD081C;}
.a2a_button_linkedin{background-color: #007BB5;}

.a2a_svg {
    margin: 0 auto;
    float: none !important;
    height: 48px !important;
    line-height: 48px !important;
}

.a2a_svg svg { top: 8px !important;}

.a2a_default_style > a > span {border-radius:0 !important;}

@media (max-width: 767px) {
    .a2a_wrapper {
        display: none;
    }
}