    /*
Theme Name:     Buddyboss Theme Child
Theme URI:      
Description:    Buddyboss Theme child theme.
Author:         BuddyBoss
Author URI:     
Template:       buddyboss-theme
Version:        0.1.0
*/

.user-wrap.menu-item-has-children .sub-menu {
    min-width: 200px !important;
}
body.page h1.entry-title {
    text-align: center;
}
p.tve_p_center a:focus {
color: #10c411 !important;
}
body .mp_wrapper.mp_login_form .mepr-login-actions{
top: 231px;
right: 0;
}
body .mepr-login-actions.mepr-forget-password-actions a:hover{
color:#0b68ca;
}
/* .thrv_wrapper div[#plyr-settings] div button {
    display: block !important;
}*/
.plyr__menu__container div {
    box-sizing: border-box;
}


/* My Courses Section */

.lms-topic-sidebar-wrapper .lms-course-members-list, .bb-single-course-sidebar .bb-course-member-wrap .bb-course-members, .bb-single-course-sidebar .bb-course-member-wrap .members {
    display: none;
}
html body.bbpress .page-numbers:hover, html body.bbpress .page-numbers.current, .bbpress .page-numbers:hover {
    background-color: #007CFF;
    color: #fff !important;
}
html body.bbpress .page-numbers {
    height: auto !important;
    line-height: 1 !important;
    color: #333 !important;
    padding: 8px 10px;
    font-size: 15px !important;
    width: 35px;
    text-align: center;
}
li#menu-item-14344 a img, li#menu-item-17763 a img {
    height: 24px;
    object-fit: cover;
    object-position: 0px 0px;
	    min-width: 20px;
    opacity: 0.8;

	/*-webkit-filter: brightness(0) invert(0.85);
	-moz-filter: brightness(0) invert(0.85);
	filter: brightness(0) invert(0.85);*/
}
.bb-dark-theme li#menu-item-14344 a img, .bb-dark-theme li#menu-item-17763 a img {
    opacity: 1;
}
.menu-item ._image {
    width: 30px;
}
/*li#menu-item-14344 a:hover img, li#menu-item-14344.current-menu-item a img, li#menu-item-17763 a:hover img, li#menu-item-17763.current-menu-item a img {
    object-position: 0 -24px;
}*/

body:not(.bb-dark-theme) li#menu-item-14344 a:hover img, body:not(.bb-dark-theme) li#menu-item-14344.current-menu-item a img, body:not(.bb-dark-theme) li#menu-item-17763 a:hover img, body:not(.bb-dark-theme) li#menu-item-17763.current-menu-item a img {
    /* object-position: 0 -24px; */
}
.buddypanel-menu > li > .bb-menu-item > img {
    margin: 0 15px !important;
}
.bb-sfwd-aside.bb-dark-theme ul#buddypanel-menu .menu-item img {
    filter: brightness(15);
}
.panel-head .bb-icon-sidebar:before {
    content: '\e859';
    font-size: 35px;
    color: #c6c6c6 !important;
}
body .primary-menu > li > a, body .bb-mobile-panel-inner .bb-primary-menu a{font-size:16px;}
body .site-header .sub-menu a {font-size:14px;}

.notcompleted .bb-cover-list-item * {pointer-events: none !important;}
.notcompleted .bb-cover-list-item:after {content: "";height: 100%;width: 100%;background: rgba(142, 142, 142, 0.10) !important; display: block;position: absolute;top: 0;z-index: 25;left: 0;}  
.completed + .notcompleted .bb-cover-list-item:after, .ld-course-list-items .notcompleted:first-child .bb-cover-list-item:after {display:none;}
/*.completed + .notcompleted .bb-cover-list-item, .ld-course-list-items > .notcompleted:first-child .bb-cover-list-item *, .completed + .notcompleted .bb-cover-list-item * {pointer-events: auto;}  */

 .notcompleted .bb-cover-list-item {-webkit-filter: grayscale(100) !important;-moz-filter: grayscale(100) !important;filter: grayscale(100) !important; box-shadow: none !important;}   
.completed + .notcompleted .bb-cover-list-item, .ld-course-list-items .notcompleted:first-child .bb-cover-list-item { -webkit-filter: grayscale(0);-moz-filter: grayscale(0); filter: grayscale(0);}


.songplay-main .jp-audio { 
    margin: 0 auto;
    width: 500px;
    position: fixed;
    bottom: 0;
    z-index: 55;
    border: 0;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.30);
    border-radius: 25px; 
    border-bottom-left-radius: 0; 
    border-bottom-right-radius: 0; 
    background: rgb(223,223,223);
    background: linear-gradient(180deg, rgb(253, 253, 253) 0%, rgb(222, 222, 222) 100%);
    transition: all 0.4s ease-in-out;
} 
.songplay-main .jp-details .jp-title {
    color: #ffffff !important; 
    background: transparent;
    background: rgb(0, 123, 255);
    background: linear-gradient(180deg, rgb(0, 123, 255) -57%, rgb(0, 123, 255) 0%, rgba(0, 123, 255, 0.66) 50%, rgb(0, 123, 254) 100%, rgb(0, 161, 248) 100%);
    height: 0;
    font-size: 0;
    padding: 0;
    transition: all 0.4s ease-in-out;
}
.songplay-main .jp-state-playing .jp-title {
    height: 18px; 
    font-size: 12px;
    padding: 5px; 
} 

.songplay-main .jp-audio .jp-controls {
    width: 100px;
    padding: 0;
    position: relative;
    top: 10px;
}
.songplay-main .jp-play, .songplay-main .jp-stop {
    width: 40px;
    height: 40px;
    border-radius: 0;
    padding: 0;
    border-radius: 100px;
    background: rgb(0, 123, 255) !important;
    background: linear-gradient(180deg, rgb(0, 123, 255) -57%, rgb(0, 123, 255) 0%, rgba(0, 123, 255, 0.66) 50%, rgb(0, 123, 254) 100%, rgb(0, 161, 248) 100%) !important;
	border: 1px solid #7d827d;
}
.songplay-main .jp-play i {
    position: relative; 
    left: 2px;
	color: #fff; 
}
.songplay-main .jp-stop, .jp-previous, .jp-next {
    width: 28px;
    height: 28px;
    margin-top: 0; 
    border-radius: 0; 
    margin: 0;
    padding: 0;
}
.songplay-main .jp-stop {
    margin: 5px 10px;
} 
.songplay-main .jp-stop i {
    font-size: 12px;
    position: relative; 
    top: -1px;
    right: -1px;
	color: #fff;
}
.jp-audio .jp-interface {
    height: 70px !important;
    padding: 5px 15px 0 15px;
    box-sizing: border-box;
}
.songplay-main .jp-controls button { 
    text-indent: 0;
}
.songplay-main .jp-audio .jp-type-single .jp-progress {
    position: static;
    width: 250px;
    margin: 0 auto;
    margin-top: -2px;
    border-left: 0;
}
.songplay-main .jp-volume-controls {
    padding-left: 18px;
    box-sizing: border-box;
    left: 10px;
    top: 7px;
    width: 100px;
    position: relative;
}
.songplay-main .jp-volume-bar {
    position: static;
    width: 100%;
}
.songplay-main .jp-audio .jp-time-holder {
    position: static;
}
.songplay-main .jp-volume-controls, .songplay-main .jp-progress, .songplay-main .jp-controls {
    display: inline-block !important; 
	vertical-align: middle;
}
.songplay-main .jp-volume-controls .jp-volume-bar {
    width: calc(100% - 32px); 
    position: relative;
    margin: 0; 
    left: 4px;
	display: inline-block !important; 
	vertical-align: top; 
}
.songplay-main .jp-volume-controls button { 
    display: inline-block;
    width: 18px;
    position: absolute;
    top: -5px;
	left: 0; 
	padding:0; 
}
.songplay-main .jp-audio .jp-type-single .jp-time-holder {
    margin: 0 auto;
    width: 205px;
    position: absolute;
    bottom: 13px;
    top: auto;
    width: 250px;
    left: -11px;
    right: 0;
    box-sizing: border-box;
}
.songplay-main .jp-volume-controls button.jp-volume-max {
    right: 0;
    left: auto; 
	display: inline-block !important; 
} 
.songplay-main .jp-toggles button { 
    padding: 0;
}
.songplay-main button { 
    box-shadow: none !important;
}  
.songplay-main button {
    transition: none !important;
}  
li#wp-admin-bar-mp-membership {
    display: none;
}
body.hasshortcode .fr-box a.tve-froala.current{    
    color: #10c411 !important;   
}  
.songplay-main .jp-gui.jp-interface {
    background: transparent;
} 
/* .songplay-main .jp-audio.jp-state-playing { 
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
} */ 
.songplay-main .jp-details { 
    background: transparent;
} 
.jp-state-playing .jp-play .fa-play:before {
	content: "\f04c"; 
}  
.jp-state-playing .jp-play i { 
    left: 1px;
	color: #ffffff;
}   
.songplay-main .jp-play-bar {   
	display:block;
    background: transparent; 
	background: rgb(246,142,34);
	background: linear-gradient(180deg, rgba(246,142,34,1) -57%, rgba(254,138,19,0.95) 0%, rgba(255,195,132,1) 50%, rgba(254,138,19,1) 100%, rgba(255,194,130,1) 100%); 	
	background: rgb(0, 123, 255);
    background: linear-gradient(180deg, rgb(0, 123, 255) -57%, rgb(0, 123, 255) 0%, rgba(0, 123, 255, 0.66) 50%, rgb(0, 123, 254) 100%, rgb(0, 161, 248) 100%); 
} 

.songplay-main .jp-seek-bar, .songplay-main .jp-progress { 
	background: rgb(246,142,34);
	background: linear-gradient(180deg, rgba(246,142,34,1) -57%, rgba(204,204,204,1) 0%, rgba(251,242,242,1) 50%, rgba(204,204,204,1) 100%, rgba(255,194,130,1) 100%);
	border: 1px solid #b9b9b9;  
}

 

.songplay-main .jp-volume-controls button.jp-mute, .songplay-main .jp-volume-controls button.jp-volume-max {
    background: transparent;
    text-indent: 0;
    width: 17px;  
    height: 26px;
}
.songplay-main .jp-volume-controls button.jp-mute i, .songplay-main .jp-volume-controls button.jp-volume-max i {
    position: relative;
    left: 0;
    color: #027cff; 
    font-size: 24px;
} 
.songplay-main .jp-volume-controls button.jp-volume-max { 
    width: 20px;
	display: inline-block !important;
}
.songplay-main .jp-volume-controls button.jp-volume-max i {
    font-size: 21px;
} 
.songplay-main .jp-state-muted .jp-volume-controls button.jp-mute .fa-volume-down:before {
    content: "\f026";
} 
.bb-forums-list .bs-forum-details {
    width: 100%;
    padding: 5px 10px 0;
}
.bb-forums-list .bs-card-forum-details .f_replies, .bb-forums-list .bs-card-forum-details .f_view { 
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 2px 15px;
    background: #6c7886;
    font-size: 14px;
    box-sizing: border-box !important; 
}
.bs-card-forum-details .f_count {
    font-size: 0; 
    margin: 0 -10px; 
    border-top: 1px solid rgba(249, 249, 249, 0.50);
}
.bb-forums-list .bs-card-forum-details .f_view {
    background: #798492;
}
.bb-forums-list .bb-cover-list-item {
    border: 1px solid #cacaca; 
}
.bb-forums-list .bs-card-forum-details .f_view em {
    font-style: inherit;
    color: #fff!important;
    font-weight: 300 !important;
}
.songplay-main {
    width: 500px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

/* course image full display css */
body .ld-course-list-items .bb-cover-list-item:not(.bb-course-no-content) .bb-cover-wrap {
    padding-top: 70% !important;
}
.bb-single-course-sidebar.bb-preview-wrap .thumbnail-container{padding-bottom:75%;}

/* course image full display  css end */


 
.bs-card-forum-details.bs-forum-details {
    background: rgba(239, 239, 239, 0.85);
    position: static;
}
.bb-forums-list .bb-cover-wrap {
	border-radius: 0;
}
.bs-card-forum-details.bs-forum-details h3 a {
    color: #007DFE !important;
}
.bb-forum-content-wrap .bb-forum-content {
    color: #20252d !important;
    height: 39px;
}  
.bs-card-forum-details h3 {
    font-size: 20px;
    font-weight: 500; 
    line-height: 1.2;
    border-bottom: 2px solid #2b88fc;
    padding: 0 0 7px;
}
.songplay-main .jp-repeat {
	background: transparent !important;
    padding: 0;  
  text-indent: 0 !important;  
} 
.songplay-main .jp-toggles button i {
    font-size: 12px;  
}
.jp-time-holder .jp-current-time, .jp-time-holder .jp-duration { 
    color: #757575;  
} 
.jp-time-holder .jp-duration { 
    pointer-events: none !important; 
}
.songplay-main .jp-volume-bar-value { 
	background: #027cff !important; 
	display: block !important; 
} 
.songplay-main .jp-state-looped button.jp-repeat i {
    -webkit-transform: rotate(320deg);
    -moz-transform: rotate(320deg); 
    transform: rotate(320deg);
}
.songplay-main .jp-seek-bar { 
    width: auto !important;
}




.jp-volume-controls {
    vertical-align: bottom !important;
}

.jp-time-holder .jp-toggles button.jp-repeat, .songplay-main .jp-toggles button i {
    color: #757575 !important;
}
.jp-state-looped .jp-toggles button.jp-repeat, .jp-state-looped .jp-toggles button i {
    color: #037cfe !important;
}
.side-panel-menu [data-balloon][data-balloon-pos='right']:before {
    background: transparent;
}



 @media only screen and (max-width: 799px) {
        /* styles for browsers larger than 960px; */
		li.menu-item-14344 a img, li.menu-item-17763 a img {
    height: 23px;
    object-fit: cover;
    object-position: 0px 0px;
}/*
li.menu-item-14344 a:hover img, li.menu-item-14344.current-menu-item a img, li.menu-item-17763 a:hover img, li.menu-item-17763.current-menu-item a img {
    object-position: 0 -24px;
}
*/
		
}


@media only screen and (max-width: 768px) {  
	.songplay-main .jp-volume-controls .jp-volume-bar {
		display: inline-block !important;
		vertical-align: top;
	} 
	.songplay-main .jp-volume-controls {  
		top: 10px;
		display: none !important;
	}
	.songplay-main .jp-audio .jp-type-single .jp-progress{
		width: 350px;
	}
	.songplay-main .jp-audio .jp-type-single .jp-time-holder {
		width: 100%;
		padding-left: 110px;
	} 
	.jp-audio .jp-type-single .jp-toggles {
		position: absolute; 
		right: 70px;
		bottom: 0;
		height: 20px;
	}
	.songplay-main .jp-play-bar{ 
		overflow: auto !important;
	}
	.songplay-main .jp-seek-bar{
		width:100% !important;
	} 
} 



@media only screen and (max-width: 600px) {   
	.songplay-main .jp-audio {
		width: 300px;
		right: 0;
		left: 0;
	} 
	.songplay-main .jp-audio .jp-type-single .jp-progress{
		width: 170px;
	}
	.songplay-main .jp-volume-controls{ 
		width: 50px;
	}
	.songplay-main .jp-audio .jp-controls {
		width: 90px;
	}
	.songplay-main .jp-audio .jp-type-single .jp-time-holder {
		bottom: 7px;  
		left: 0;
	}
	.songplay-main .jp-volume-controls{
		 width: 65px; 
	}
	.songplay-main {
		width:100%;
	}
	.songplay-main .jp-audio .jp-type-single .jp-time-holder {
		width: 90%;
		padding-left: 100px;
	} 
	
	
	
}


.i-progress.progress-empty {
    background: #DBBE1A;
    color: #ffffff !important;
    margin-left: 20px;
}
i._mi._before.fa.fa-bar-chart-o {
    font-size: 20px !important;
}

i._mi._before.elusive.el-icon-music {
    font-size: 19px !important;
}
i._mi._before.fa.fa-graduation-cap {
    font-size: 22px !important;
}
i._mi._before.fa.fa-trophy {
    font-size: 22px !important; 
}
.bb-template-v2 ul.buddypanel-menu > li > a > i ~ span:not(.count) {
margin-left: 0 !important;
}
.buddypanel-menu > li > .bb-menu-item > i:not(.bb-icon-angle-down) {
    width: 50px !important;
}
 
	