/**
 * Theme Name:     BuddyBoss Theme Child New
 * Author:         BuddyBoss
 * Template:       buddyboss-theme
 * Text Domain:	   buddyboss-theme-child-new
 * Description:    BuddyBoss Theme makes the BuddyBoss Platform look beautiful.
 */

.bb-single-course-sidebar .widget.widget--lcb {
	display: flex;
    background: #FFF;
    padding: 30px;
    gap: 30px;
    align-items: center;
    font-size: 16px;
    color: #000;
}

.bb-single-course-sidebar .widget.widget--lcb img {
	width: 30px;
}

.bb-single-course-sidebar .widget.widget--lcb a {
	display: block;
	text-decoration: underline;
}

.lcb-course-excerpt {
	padding-bottom: 30px;
}

div.lcb-course-excerpt ul {
	list-style: disc;
	list-style-position: inside;
}

div.bb-single-course-sidebar .bb-button-wrap a {
	border: none!important;
	border-bottom: none!important;
}

.single-espresso_events #content {
	padding: 0;
}

.single-espresso_events .container {
	max-width: none;
	padding: 0;
}

.single-espresso_events #primary {
	padding: 0!important;
}

.single-espresso_events .site-content-grid {
	display: block;
}

.bb-single-course-sidebar .widget.widget--lcb.widget--lcb__speakers {
	flex-direction: column;
	align-items: start;
	gap: 0;
}

.bb-single-course-sidebar .widget.widget--lcb.widget--lcb__accreditation {
	flex-direction: column;
	align-items: stretch;
}

.bb-single-course-sidebar .widget.widget--lcb.widget--lcb__accreditation p {
	margin-bottom: 1rem;
}

.widget--lcb__accreditation__inner {
	display: flex;
    gap: 30px;
}

.bb-single-course-sidebar .widget.widget--lcb.widget--lcb__speakers .widget--lcb__speaker img {
	width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}

.bb-single-course-sidebar .widget.widget--lcb.widget--lcb__speakers .widget--lcb__speaker {
	display: flex;
	align-items: center;
	gap: 16px;
}

label[for="ld_course_categorydropdown_select"] {
	display: none;
}

#ld_course_categorydropdown form {
	display: flex;
	gap: 1rem;
}

#ld_course_categorydropdown select {
	width: 100%;
}

.search_results .entry-summary, .search_results .entry-meta {
	display: none;
}