/*
Theme Name:   Buddyboss Child
Description:  Developed for Learnado Social Website
Template:     buddyboss-theme
Version:      1.0.0
*/

/* do not show create account links and buttons when wp-registration is enabled */
#wpadminbar #wp-admin-bar-root-default li#wp-admin-bar-bp-register,
.button.small.signup {
    display: none;
}

/*** search results page ***/
/* use course icon from buddyboss sidebar nav */
.bp-search-results-wrapper .bp-navs .cpt-sfwd-courses a:before {
    content: '\eeac' !important;
    font-size: 22px;
}

/* newsfeed emojis for reaction > smaller */
.activity-list .activity-item .ac-emotions_list .ac-emotion_item i {
    font-size: 20px;
}
.activity-list .activity-item .ac-emotions_list .ac-emotion_item img {
    width: 20px;
    height: 20px;
}

/**** COURSES ****/
.bb-single-course-sidebar a.btn-advance {
    background-color: var(--bb-primary-button-background-regular) !important;
}
.learndash-wrapper .bb-learndash-content-wrap .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover a.ld-item-name .ld-item-title {
    color: #d3d800 !important;
}
.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button {
    background-color: #d3d800 !important;
}.learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button:hover {
    background-color: #C6C300 !important;
}
.has-edd-button-background-color {
    background-color: #d3d800 !important;
}.has-edd-button-background-color:hover {
    background-color: #C6C300 !important;
}