ul.links > li.sharethis .sharethis-wrapper span[class*="facebook"]:before {
    content: "\f09a";
    font-family: "fontawesome";
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

ul.links > li.sharethis .sharethis-wrapper span[class*="twitter"]:before {
    content: "\f099";
    font-family: "fontawesome";
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}


ul.links > li.sharethis .sharethis-wrapper span[class*="linkedin"]:before {
    content: "\f0e1";
    font-family: "fontawesome";
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

ul.links > li.sharethis .sharethis-wrapper span[class*="googleplus"] {
    display: none !important;
}

ul.links > li.sharethis .sharethis-wrapper span[class*="email"]:before {
    content: "\f0e0";
    font-family: "fontawesome";
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
