/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/


/*--------------------------------------------------------------
   Custom Unordered Lists
   BUDDY BOSS ICON LIST - https://www.buddyboss.com/resources/font-cheatsheet/ 
--------------------------------------------------------------*/

#learndash-page-content ol > li {
   padding-bottom: 15px;
}

#learndash-page-content dl > dt {
   font-size: 105%;
   font-weight: 700;
   text-transform: uppercase;
}

#learndash-page-content dl > dd {
   margin: 0 0 0.5rem 1.6875rem;   
}

#learndash-page-content ol.l-outcomes > li {  
   list-style-type: lower-alpha;
}

.li-custom {
   margin: 0 0 1.6875rem 1.2rem;   
}                               

.li-custom li {
   list-style-type: none;
   padding-bottom: 10px;
   text-indent: -1.4em;
   padding-left: 0.8em;
}

.li-custom.li-icon-book-open li,
.li-custom.li-icon-box li {
   text-indent: -1.9em;
}             

.li-custom li:before {
   font-family: "bb-icons";
   padding-right: 5px;
   font-size: 110%;
   vertical-align: middle;
   color: #8bbfd0;

}

.li-bookmark-fill li:before {
   content: '\e872';
   font-weight: 300;
}

.li-icon-box li:before {
   content: '\e873';
   padding-right: 10px;
}

.li-icon-book-open li:before {
   content: '\e96f';
   padding-right: 10px;
}

/*** QUIZ STATS - PAGE ***/

.learndash-wrapper #ld-profile .ld-table-list-column.ld-table-list-column-stats .ld-icon.ld-icon-assignment:before {
   content: '\ee11';
}

/*** FIX for Groups Page Width ***/
.groups .container {
    max-width: 1200px !important;
}