/*--------------------------------------------------------------
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
--------------------------------------------------------------*/

.lifter-sidebar-widgets .widget_course_syllabus .section-title{
	white-space: inherit !important;
}

nav.single-screen-navs.bb-single-main-nav li#photos-groups-li{
	//display: none;
}

nav.single-screen-navs.bb-single-main-nav li#documents-groups-li{
	//display: none;
}

nav.single-screen-navs.bb-single-main-nav li#albums-groups-li{
    display: none;
}

/* Hide the "Dark Mode" toggle on lifter pages */
.sfwd-dark-mode {
    display: none;
}

/* Hide "1 year of access" text from plans */
.llms-access-plans .llms-access-plan .llms-access-plan-expiration{
	display: none;
}

/* Add link styles to body text */
.lifterlms_content_wrap a, 
.activity-list .activity-content a, 
.llms-checkout-wrapper a, 
.bb-llms-content-wrap a:not(.button), 
.entry-content p a:not(#buddypress a):not(.llms-course-list a):not(#bbpress-forums a):not(.llms-student-dashboard a), 
.entry-content li a:not(#buddypress a):not(.llms-course-list a):not(#bbpress-forums a):not(.llms-student-dashboard a), 
.llms-meta-info a, 
.bs-forum-content a{
	color: #F7941D;
	text-decoration: underline;
}
.llms-author a, .llms-lesson-holder a{
  color: inherit !important;
  text-decoration: none !important;
}

/* Hide comments section on membership pages */
body.single-llms_membership #comments, body.single-llms_membership .bb-icon-comment-square{
	display: none;
}

/* Checkout money back guarantee section */
.jw-money-back-guarantee {
    padding: 20px;
    background: rgba(202, 202, 202, .3);
    border: 1px solid #cacaca;
    border-radius: 4px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.jw-money-back-guarantee h4 {
    font-size: 16px;
    font-weight: 700;
    background: 0 0;
    color: var(--bb-headings-color);
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-top: 0;
}
.jw-money-back-guarantee p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.jw-money-back-guarantee p:last-child {
    margin-bottom: 0;
}
.jw-money-back-guarantee a {
    color: #F7941D;
	text-decoration: underline;
}

.llms-meta-aplans--hasFree h3.free-pm-text {
    font-size: 14px;
    line-height: 1.1;
}

/* Hide albumns from main jw group page */
body.groups.group-jericho-writers #albums-groups-li{
  display: none !important;
}

/* Hide default lesson sidebar course nav */
.lifter-topic-sidebar-wrapper .lifterlms-lessions-list{
    display: none;
}
.lifter-topic-sidebar-wrapper .lifter-sidebar-widgets > ul > li:first-of-type{
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}