/*--------------------------------------------------------------
# Global CSS
# Themes Specific
    # Reign
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.activity-list .activity-item .bp-generic-meta.action .button.bpsp-pin-tool::after {
    content: none;
}


.activity-list .activity-item .bp-generic-meta.action .button.bpsp-pin-tool .fa:before,
#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a i.fa:before {
    font-family: "bb-icons";
    content: "\e9e9";
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    text-align: center;
}

#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a i.fa:before {
    font-size: 19px;
}

.activity-list .activity-item .bp-generic-meta.action .button.bpsp-pin-tool[data-bp-tooltip]:before {
    content: none;
}

#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .button.bpsp-pin-tool span.pin-count,
.activity-list .activity-item .bp-generic-meta.action .button.bpsp-pin-tool span.pin-count {
    margin-left: 0;
}

.bpsp-pinned-post .bpsp-pinned-post-tag.bbplatform_pin_sticky {
    width: 30px;
    height: 30px;
    top: 16px;
    right: 45px;
    overflow: visible;
}

.bpsp-pinned-post .bpsp-pinned-post-tag.bbplatform_pin_sticky>span {
    background-color: transparent;
    color: #939597;
    transform: none;
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    right: 0;
    top: 0;
    border-radius: 2px;
}

.bpsp-pinned-post .bpsp-pinned-post-tag.bbplatform_pin_sticky>span .fa {
    margin-right: 0;
    font-size: 16px;
    font-weight: 900;
}

.bpsp-pinned-post .bpsp-pinned-post-tag.bbplatform_pin_sticky .bpsp-pinned-post-label {
    position: absolute;
    top: -31px;
    background: rgba( 30, 33, 50, 0.95);
    color: #fff;
    vertical-align: middle;
    pointer-events: none;
    -webkit-transition: all .18s ease-out .18s;
    transition: all .18s ease-out .18s;
    font-weight: 500;
    font-size: 13px;
    border-radius: 4px !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.02);
    line-height: 1.3;
    padding: 7px 15px;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.bpsp-pinned-post .bpsp-pinned-post-tag.bbplatform_pin_sticky span:hover .bpsp-pinned-post-label {
    opacity: 1;
    visibility: visible;
    top: -35px;
}


/*--------------------------------------------------------------
# Reign
--------------------------------------------------------------*/
.wb-reign-theme .bpsp-pinned-post .bpsp-pinned-post-tag.bbplatform_pin_sticky {
    top: 18px;
}