/*
Theme Name:   Buddyboss Child
Description:  Developed for Akademie der Ordnung [AO]
Template:     buddyboss-theme
Version:      1.0.0
*/

/* TEMP */
#post-104 .entry-header>h1 {
    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;
}

/*Fix display embedded PDF files within learndash lessons/topics*/
.single-sfwd-topic .wp-block-file__embed {
    display: block;    
}

/* custom font family for all buttons */
#buddypress .comment-reply-link, #buddypress .generic-button a, #buddypress .standard-form button:not(.search-form_reset), #buddypress a.button, #buddypress input[type="button"], #buddypress input[type="reset"], #buddypress input[type="submit"], #buddypress ul.button-nav li a, a.bp-title-button,
.learndash-wrapper .ld-button:hover:not(.learndash-link-previous-incomplete):not(.ld-button-transparent), #learndash-tooltips .ld-tooltip::after, #learndash-tooltips .ld-tooltip, .learndash-wrapper .ld-primary-background, .learndash-wrapper .btn-join, .learndash-wrapper #btn-join, .learndash-wrapper .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent), .learndash-wrapper .ld-expand-button, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz), .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2, .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading, .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger, .learndash-wrapper .ld-focus-comments .form-submit #submit, .learndash-wrapper .ld-login-modal input[type="submit"], .learndash-wrapper .ld-login-modal .ld-login-modal-register, .learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue, .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a, #wpProQuiz_user_content table.wp-list-table thead th, #wpProQuiz_overlay_close, .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,.learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .learndash_mark_complete_button {
    font-family: 'Nunito';
    font-weight: 400;
} 

/*custom learndash design*/
.bb-learndash-banner:before {
    opacity: 0 !important;
}
.bb-learndash-banner {
    background-color: #a2bece !important;    
}
.lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
    background-color: #fff;
    border-right: 1px solid var(--bb-content-border-color);
}   
.lms-lesson-item.current > .bb-lesson-head, .lms-quiz-item.current > .bb-lms-title-wrap, .lms-topic-item.current > .bb-lms-title-wrap {
    background: rgba(146,164,183,.1) !important;
}
.learndash_content_wrap .learndash-wrapper .learndash_mark_complete_button, .learndash_content_wrap .learndash-wrapper:not(.ld-registration__outer-wrapper, .learndash-wrapper--modern) .learndash_mark_complete_button {
    border: 1px solid #6b9494 !important;
}