/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.activity ul li .activity-meta .service-buttons a.bp-share {
    background: none !important;
    color: black !important;
}

.activity ul li .activity-meta .service-buttons a.bp-share:hover {
    background: none !important;
    color: #686868 !important;
}

.activity ul li .activity-meta .service-buttons {
    padding: 2px !important;
    margin: 4px !important;
}

a.bp-share .fa {
    font-family: 'FontAwesome';
}

a.bp-share.has-popup {
    border-bottom: none;
}

.service-buttons a {
    padding: 4px 8px;
}

.service-buttons {
    padding: 10px;
}

.service-buttons span.tooltiptext {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    background: #444;
    border-radius: 4px;
    color: #fff;
    line-height: 1.3;
    padding: 7px 15px;
    white-space: nowrap;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: all .18s ease-out .18s;
    transition: all .18s ease-out .18s;
}

.service-buttons span.tooltiptext:before {
    content: ' ';
    width: 12px;
    height: 12px;
    background: #444;
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    border-radius: 2px;
}

.bp-share .fa-facebook {
    color: #3B5998;
}

.bp-share .fa-twitter {
    color: #1DA1F2;
}

.bp-share .fa-linkedin {
    color: #007BB6;
}

.bp-share .fa-google-plus {
    color: #DF4B37;
}

.bp-share .fa-envelope {
    color: #AD0000;
}

.bp-share .fa-pinterest-p {
    color: #BD081C;
}

.bp-share .fa-reddit-alien {
    color: #FF4501;
}

.bp-share .fa-wordpress {
    color: #21759B;
}

.bp-share .fa-get-pocket {
    color: #EF3E56;
}

.bp-list li .generic-button.bp-share-btn,
.bp-share-btn {
    display: inline-block;
}

.bp-nouveau #buddypress .activity-list .activity-item .activity-meta .bp-share-button {
    background: none;
    /*color: inherit;*/
    font-size: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body:not(.logged-in).bp-nouveau #buddypress .activity-list .activity-item .activity-meta .bp-share-button {
    color: inherit;
}

.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button::before {
    content: "\f237";
    font-family: 'dashicons';
    font-size: initial;
    margin-right: 3px;
}

.bp-nouveau .button.item-button.bp-secondary-action.bp-share-button {
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
}

.tooltip-hide {
    display: none;
}

/* BuddyBoss Theme Specific */
.bp-nouveau.buddyboss-theme .activity-list .activity-item .bp-share-button::before {
    content: '\e927';
    font-family: bb-icons;
    font-size: initial;
}

/* kleo theme fixes */
body.kleo #buddypress .activity-meta a.button.bp-share-button {
    line-height: initial;
}

/* OneCommunity theme fixes */
body.onecommunity.bp-nouveau #buddypress .activity-list .activity-item .activity-meta .bp-share-button {
    display: block;
    padding: 0 8px;
}

body.onecommunity.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button::before {
    content: none;
}

/* rehub theme fixes */
body.rehub-theme #buddypress div.activity-meta a.bp-share-button:hover span {
    background: none;
}