/*
Theme Name:   buddyboss-theme child theme
Description:  Write here a brief description about your child-theme
Author:       Buddyboss
Author URL:   Write here the author's blog or website url
Template:     buddyboss-theme
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  buddyboss-theme-child
*/

/* Write here your own personal stylesheet */
.hope-title {
    text-align: center;
    margin-top: -2em;
    padding-bottom: 2em;
}
.hope-header-logo img{
    max-width: 10em;
    padding-top:1em;
    padding-left:1em;
}

.hope-title h1{
    color: #E5F459;
}

.hope-bg-purple {
    background-color: #AA68A5;
}

.hope-bg-green {
    background-color: #7FBF5F;
}

.hope-bg-yellow {
    background-color: #E5F459;
}
.hope-bg-yellow .hope-title h1{
    color: #AA68A5;
}

.hope-bg-blue {
    background-color: #69A4D0;
}

iframe {
    border: 0;
}

.bb-mobile-header, .site-header-container, .site-branding {
    height: auto !important;
}

.learndash_post_sfwd-courses .ld-item-title {
    display: block;
    min-height: 82px;
}

.learndash_post_sfwd-courses .ld-item-list .ld-item-list-item {
    display: inline-grid;
    width: 49%;
}

.learndash_post_sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
    display: block;
}
.learndash_post_sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details{
    display: none;
}

.focus-item-list-img {
    height:200px;
    background-size: cover;
}
.resource-section ul {
    list-style-type: none;
}

.resource-section ul li
{
    display: flex;
    align-items: center;
}
.resource-section ul li h4
{
    margin-bottom: 0;
}
.resource-section ul li h4 a
{
    color: var(--bb-headings-color);
}
.resource-section ul li h4 a:hover
{
    color: var(--bb-primary-color);
}


.resource-section ul li:before
{
    content: '\ee6e';
	float: left;
    font-size: 48px;	
}

.resource-section ul li.bb-icon-file-word:before { content: '\ee98'; }
.resource-section ul li.bb-icon-file-excel:before { content: '\ee98'; }
.resource-section ul li.bb-icon-file-powerpoint:before { content: '\ee98'; }
.resource-section ul li.bb-icon-file-image:before { content: '\ee98'; }
.resource-section ul li.bb-icon-file-pdf:before { content: '\ee98'; }

.resource-section .section-heading i {
    margin-left: 1.5em;
    font-size: 1.5em;
}

.sub-menu a.user-link {
    color: var(--bb-headings-color);
}

a.user-link {
    color: var(--bb-header-links) !important;
}