.bp_social_connect > a {
    margin: 0 auto 10px !important;
    display: block;
}

.bp_social_connect > a.bp_social_connect_facebook {
    margin-bottom: 75px !important;
}

.bp_social_connect > a:first-child {
    background-color: #057AB5;
    position: absolute;
    margin-top: 65px !important;
    margin-left: 45px !important;
}


.bp_social_connect > a:before {
    float: none;
    font-size: 24px !important;
    font-family: 'FontAwesome';
    opacity: 1 !important;
}

.bp_social_connect>a:before {
    content: '' !important;
}
.bp_social_connect>a.bp_social_connect_facebook:before {
    content: "\f09a" !important;
}

.bp_social_connect>a.bp_social_connect_google:before {
    content: "\f0d5" !important;
}

.bp_social_connect>a.bp_social_connect_linkedin:before {
    content: "\f0e1" !important;
}