/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/******** TIJDELIJK ******/

.course-instructor{
	display: none !important;
}

.course-content .course-permalink{
	margin-top: 1em !important;
}

/********/
.copyright-bar > * {
	display: none;
	color: white;
}
.copyright-bar{color: white; font-size: 0px;}
.copyright-bar > span.copyright {
display: block;
color: black;
font-size: 15px;
}
.page .color-white {
	color: #fff !important;
}

.price.column-info-custom img,
.modulair.column-info-custom img {
    height: 1.4em;
    line-height: 1;
    padding-right: 0.5em;
    vertical-align: text-bottom;
}
ul.learn-press-courses{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1%;
}
.learnpress-checkout h1.lp-content-area{
	display: none;
}
.payment-method-form.payment_method_stripe p:nth-child(2){
	display: none;
}
ul.learn-press-courses > li.lp_course.course{
	width: 31%;
	border: none;
}
.course-content{
	background: white;
}
.course-categories{
	position: absolute !important;
	top: -2.6em;
	left: 0;
	background: white;
	clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
}
ul.learn-press-courses > li.lp_course.course .course-categories > a{
	background: none !important; 
	color: black !important;
	font-size: 18px !important;
	padding: 0.5em 1.5em 0.5em 1.5em;
}
ul.learn-press-courses > li.lp_course.course .course-item{
	background-size: cover;
	background-position: 50% 50%;
	padding: 0;
	display: flex;
    flex-direction: column;
    width: 100%;
}
ul.learn-press-courses > li.lp_course.course .course-item .course-wrap-thumbnail,
ul.learn-press-courses > li.lp_course.course .course-item .course-content{
	width: 100%;
}
ul.learn-press-courses > li.lp_course.course .course-item a{
	
    /* display: flex;
    place-items: end; */
	width: 100%;
	/* background: rgba(252,153,43,0.5); */
	/* padding: 24px; */
	/* border-radius: 10px; */
	/* color: white; */
	
}
body.post-type-archive-lp_course, body.post-type-archive-lp_course .site{
	background: #F4F7FA;
}

.single-lp_course .comment-form-comment #comment{
	height: 1.3em !important;
	overflow-y: hidden;
	line-height: 1;
}
.meta-item-student{
	display: none !important;
}
.course-instructor{
	display: none;
}

.container-info-custom{
	display: flex;
	gap: 1em;
	margin-top: 1em;
	margin-bottom: 0.75em;
}
.hide{
	display: none;
}
.course-title{
	color: black;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.column-info-custom{
	font-size: 12px;
}
.container-info-custom > div{
	background: rgba(56, 59, 74, 0.13);
    padding: 0.4em 0.75em;
    border-radius: 100px;
}
.course-excerpt{
	font-size: 15px;
}
.col-usp p{
	font-size: 16px;
}
.title-size{
	font-size: 27px;
	font-weight: 700;
}
p.small-text{
	font-size: 15px;
}
ul.learn-press-courses .course-item-price,
ul.learn-press-courses .course-wrap-meta{
	display: none;
}
.learn-press-courses li.course{
	margin-bottom: 100px ;
}

.mb-0 {
	margin-bottom: 0 !important;
}
/* home */
h2{
	letter-spacing: 2px;
}
body .site-header{
	background: linear-gradient(70deg, rgba(56,59,74,1) 0%, rgba(56,59,74,1) 35%, rgba(255,161,0,1) 35.3%, rgba(255,161,0,1) 35.3%, rgba(255,255,255,1) 35.3%, rgba(255,255,255,1) 100%);
}
body.home .site-header{
	background: linear-gradient(70deg, rgba(2,0,36,0) 0%, rgba(9,9,121,0) 35%, rgba(255,161,0,1) 35.3%, rgba(255,161,0,1) 35.3%, rgba(255,255,255,1) 35.3%, rgba(255,255,255,1) 100%);
	z-index: 9;
	display: flex;
	justify-content: center;
	position: absolute;
	height: 99px;
	width: 100%;
}

body.home .site-header > .inside-header{
	position: absolute;
	z-index: 9;
	width: 100%;
}
.course-readmore > a, a.btn, button.btn{
	background-color: #FFA100 !important;
	color: white !important;
	padding: 1em 2.5em 1em 1.5em !important;
	display: block !important;
	width: max-content !important;
	position: relative;
	font-size: 15px;
}
.course-readmore > a::after, a.btn::after, button.btn::after{
	content: url(/wp-content/uploads/2023/11/Path-3244.svg);
	display: block;
	position: absolute;
	right: 1.5em;
    top: 32%;
}
button.btn::after{
	right:1em;
}
.course-readmore > a{
	margin-bottom: -1.5em !important;
}
body .learn-press-courses[data-layout=list] .course-content .course-footer{
	width: 0;
}
.container-usps{
	display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.container-usps > .col-usp,
div.qa-container{
	display: flex;
    padding: 1.5em 2em;
	background-color: #F4F7FA;
	border-right: #FFA100 0.75em solid;
	font-size: 16px;
}
.qa-container .vc_toggle_title > * {
	font-size: 16px;
}
.vc_toggle.qa-container:last-of-type{
	margin-bottom: 0;
}
.qa-container i.vc_toggle_icon{
	background-color: #FFA100 !important;
}
.col-usp > img{
	padding-right: 1.5em;
}
.half-om-half{
	background: linear-gradient(0deg, rgba(244,247,250,1) 0%, rgba(244,247,250,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%) !important;
}

.lp-archive-courses .course-wrap-meta > .meta-item{
	display: none;
}
#footer-widgets p,
#footer-widgets h4,
#footer-widgets a{
	line-height: 2;
}
#footer-widgets h4{
	font-weight: bold;
}
.social-icon{
	background: #FFA100;
    display: block;
    width: fit-content;
    line-height: 1;
	width: 4em;
	height: 4em;
}
.social-icon img{
	display: flex;
    margin: auto;
    position: relative;
    top: 1.5em;
}
.container-socials{
	display: flex;
    gap: 1em;
}
input[type="submit"]{
	background-color: #FFA100 !important;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
	padding: 1em !important;
	border: none;
	background-color: #fff;
	color: black;
}
.gform_footer.top_label > input[type="image"]{
	background-color: #FFA100 !important;
	padding: 1em 2em !important;
}
div.lp-content-area{
	max-width: 100% !important;
	padding: 0 !important;
}

.profile-menu  img {
	height: min-content;
    place-self: center;
    margin-right: 0.4em;
}
/* category pagina */

.category-title{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}
.container-paulo{
	display: flex;
	flex-direction: column;
	background: white;
}
.row-paulo{
	display: flex;
	justify-content: space-around;
}
.col-paulo {
	align-self: center;
	width: 50%;
}

.col-paulo.img-paulo{
	line-height: 0;
}
.col-paulo.img-paulo img{
    margin: 1em 0em 0 1em;
    width: 59%;
}
.row-paulo.second-row{
	background: #383B4A;
	padding: 1em;
}
hr.hr-orange{
	margin-top: 20px;
	background-color: #FFA100;
	border: #FFA100;
	width: 40%;
}
h5{
	margin-bottom: 0 !important;
	text-transform: uppercase;
}
.col-paulo a{
	color: white !important;
}
.grijze-achtergrond{
	background: #F4F7FA !important;
}
.single-lp_course .lp-entry-content.lp-content-area{
	display: none !important;
}
.single-lp_course .container-paulo{
	background-color: #F4F7FA;
}
.course-meta__pull-left{
	flex: 66% !important;
}
.course-meta__right{
	flex: 33%;
	display: flex;
	flex-wrap: wrap;
    gap: 18px;
}
.col-meta{
	flex:33%;
	background: #383B4A;
	color: white;
	padding: 1em;

}
.course-meta__right .meta-item{
	width: 47.8%;
	
}
.course-meta.course-meta-secondary{
	margin-top: 1em;
}
.col-meta .custom-enroll-button,
.col-meta .custom-contact-button{
	border-radius:0;
	width: 13em;
	height: 4em;
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
    justify-content: space-between;
    place-items: center;
}
.vc_toggle.qa-container{
	flex-direction: column;
}
div .lp-archive-courses .course-meta__pull-left .meta-item.meta-item-duration::before{
	content: url(/wp-content/uploads/2024/01/Icon-awesome-book.png);
}
div .lp-archive-courses .course-meta__pull-left .meta-item.meta-item-level::before{
	content: url(/wp-content/uploads/2024/01/Icon-material-label.png);
}
div .lp-archive-courses .course-meta__pull-left .meta-item.meta-item-lesson::before{
	content: url(/wp-content/uploads/2024/01/Icon-metro-bubbles.png);
}
div .lp-archive-courses .course-meta__pull-left .meta-item.meta-item-quiz::before{
	content: url(/wp-content/uploads/2024/01/Icon-awesome-book.png);
}
/* div.course-meta__pull-left */
 div.meta-item{
	gap: 7px;
	padding-right: 2em;
}

.single-lp_course .wpb_text_column ul{
	margin-left: 2em !important;
}

.single-lp_course .wpb_text_column li{
	list-style-position: outside;
}

.column-info-custom.price{
	display: flex !important;
}

.column-info-custom.price img{
	order: -1 !important;
}

@media (min-width: 1000px){
/* 	.page-id-463 .course-title{
		min-height: 45px !important;
	} */
}

/* 110% size */
@media (min-width: 1701px) and (max-width: 1919px) {}

/* Laptop L (120%) size */
@media (min-width: 1501px) and (max-width: 1700px) {}

/* Macbook screens size (1440x768) */
@media (min-width: 1401px) and (max-width: 1500px) {}

/* Laptop S/M (150%) sizes */
@media (min-width: 1200px) and (max-width: 1400px) {
	.course-meta__pull-left .meta-item{
		width: 45% !important;
	}
}

/* Tablet/iPad landscape mode */
@media (min-width: 768px) and (max-width: 1199px) {
	.course-meta__pull-left .meta-item{
		width: 32% !important;
	}
}

/* Tablet/iPad portrait mode */
@media (min-width: 501px) and (max-width: 900px) {}

/* Tablet/iPad portrait BIG mode (850x1024) */
@media (min-width: 768px) and (max-width: 1040px) {
	ul.learn-press-courses > li.lp_course.course{
		width: 49%;
	}
}

/* Mobile general */
@media (max-width: 768px) {
	
	.vc_toggle.qa-container:last-of-type{
		margin-bottom: 25px;
	}
	body.home .site-header{
		background: linear-gradient(70deg, rgba(2,0,36,0) 0%, rgba(9,9,121,0) 79%, rgba(255,161,0,1) 79.3%, rgba(255,161,0,1) 80.3%, rgba(255,255,255,1) 80.3%, rgba(255,255,255,1) 100%);
	}
	ul.learn-press-courses > li.lp_course.course{
		width: 100%;
	}
	.bg-none-mobile > .vc_column-inner {
		background-image: none !important;
	}
	div#secondary-navigation,
	nav#secondary-navigation{
		display: none;
	}
	.profile-menu{
		background: white;
	}
	body div.vc_row > div.mb-p-0 > div.vc_column-inner{
		padding-top:0;
	}
	#menu-hoofdmenu .menu-item > a{
		background-color: white;
	}
	.course-readmore > a{
		margin-bottom: -2.5em !important;
	}

	.course-meta.course-meta-secondary{
		flex-direction: column;
		
	}
	.col-meta{
		padding: 2.5em 1em;
	}
	body .site-header{
		background: linear-gradient(70deg, rgba(56,59,74,1) 0%, rgba(56,59,74,1) 71%, rgba(255,161,0,1) 71.3%, rgba(255,161,0,1) 72.3%, rgba(255,255,255,1) 70.3%, rgba(255,255,255,1) 100%);
	}
	ul.learn-press-breadcrumb a, ul.learn-press-breadcrumb li{
		color: black !important;
	}
	.hide-mobile{
		display: none !important;
	}
	.course-meta__right{
		gap:10px;
		margin-top: 15px;
	}
	div.meta-item{
		font-size: 14px;
	}
	#checkout-order .course-thumbnail {
		padding: 20px 0px 39px 0 !important;
	}
	#checkout-order .lp-checkout-order__inner {
		padding: 13px !important;
	}
}
@media (max-width: 500px){
	body.home .site-header{
		background: linear-gradient(70deg, rgba(2,0,36,0) 0%, rgba(9,9,121,0) 70%, rgba(255,161,0,1) 70.3%, rgba(255,161,0,1) 70.3%, rgba(255,255,255,1) 71.3%, rgba(255,255,255,1) 100%)
	}
}
/* iPhone X en kleiner */
@media (max-width: 380px) {}


.image-banner-lp{
	height: 400px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}
.lp-archive-courses .course-detail-info,.lp-archive-courses .course-detail-info::before, .lp-archive-courses .course-detail-info::after
{
	background: none !important;
}
.lp-archive-courses .course-detail-info .course-title{
	border-bottom: 0 !important;
}
button.custom-enroll-button,
button.custom-contact-button{
	background: #FFA100 !important;
	border-radius: 4px;
}
.single-lp_course .lp-entry-content.lp-content-area .course-summary-sidebar{
	display: none;
}

div.meta-item{
	background: white;
    flex-direction: column;
    color: black;
    padding: 3em 1.5em;
	width: 22.9%;
}
.course-meta__pull-left{
	display: flex;
}
.lp-archive-courses .course-meta__pull-left .meta-item{
	margin-right: 18px !important;
}

.lp-content-area .course-info-left .course-meta.course-meta-secondary{
	display: none;
}
.single-lp_course .site.grid-container, .course-content{
	background-color: transparent !important;
}
.single-lp_course {
	background: linear-gradient(180deg, #F4F7FA 83vh, #F4F7FA 83vh, #FFF 83vh);
}
.course-info-left{
	padding-left: 4em;
}
div.course-detail-info{
	height: 100%;
}
div.lp-content-area{
	margin: auto;
    display: flex;
    height: 100%;
    align-items: center;
}
.learnpress-profile #learn-press-profile > div.lp-content-area,
#learn-press-checkout{
	display: block;
}
@media (min-width: 768px){
	.page-id-203 #footer-container{
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.single-lp_course ul.learn-press-breadcrumb{
		padding-left: 0;
		margin-left: 0;
	}
	div button.btn{
		padding: 1em 3em 1em 2em !important;
	}
	.course-meta__pull-left{
		line-height: 1;
	}
	div.col-2-3 > .vc_col-sm-4{
		width: 34%;
	}
	div.col-2-3 > .vc_col-sm-8{
		width: 66%;
	}
	div.col-2-3 > .vc_col-sm-4 > .vc_column-inner{
		padding-left: 0 !important;
	}

	.row-paulo.second-row > .col-paulo a{
		/* margin-right: 0.4em; */
	}
	.col-paulo img{
		margin-right: 0.3em;
	}
	.page-id-470 .col-paulo img{
		/* margin-right: 0.5em; */
	}
}

.profile-menu > a{
	display: flex;
	transition: 0.2s linear;
}
.profile-menu > a:hover{
	transform: scale(1.1);
}
.learn-press-form-login.learn-press-form{
	width: 100%;
}
.course-thumbnail .thumbnail img{
		aspect-ratio: 409/205;
		object-fit: cover;
}
img.flag-img {
    margin-inline: 2px;
}
body div.bg-position-top > .vc_column-inner{
	background-position: 50% 15% !important;
}
.image-banner-lp .custom-enroll-button.btn{
	min-width: 9em;
	min-height: 3.5em;
}
button:disabled{
	cursor: no-drop;
}
.learn-press-message{
	padding: 10px !important;
}
.learn-press-message::before{
	display: none;
}
@media (max-height: 700px){
	.single-lp_course{
		background: linear-gradient(180deg, #F4F7FA 120vh, #F4F7FA 120vh, #FFF 120vh);
	}
}
@media (min-height: 700px) and (max-height: 800px){
	.single-lp_course{
		background: linear-gradient(180deg, #F4F7FA 107vh, #F4F7FA 107vh, #FFF 107vh);
	}
}
@media (min-height: 800px) and (max-height: 900px){
	.single-lp_course{
		background: linear-gradient(180deg, #F4F7FA 95vh, #F4F7FA 95vh, #FFF 95vh);
	}
}
@media(max-width: 760px){
		.single-lp_course{
		background: linear-gradient(180deg, #F4F7FA 135vh, #F4F7FA 135vh, #FFF 135vh);
	}
	.course-meta.course-meta-secondary{
		width: calc(100% + 60px);
		left: 0;
		position: relative;
		margin-left: -30px;
		padding-inline: 30px;
		background: #F4F7FA;
		padding-bottom: 15px;
	}
	
}
/* 600 120 */
/* 700 107 */
/* 800 95 */


body .container-paulo a{
	text-decoration: none;
}
.entry-content *:not(.course-readmore, .col-paulo) > a:not(.btn, .title-course-loop){
	color: #FFA100;
	text-decoration: underline;
}
div.lp-archive-courses .course-content .course-excerpt{
	-webkit-line-clamp: 3;
}


.contact-product-page a {
	color: white;
	text-decoration: underline;
}

.social-icon.faq-icon img{
	top: 1em;
	width: 2em;
}
div  .meta-item.meta-item-certificate::before{
	content: url(/wp-content/uploads/2024/05/open-book-e1715002406481.png);
}
div  .meta-item.meta-item-training::before{
	content: url(/wp-content/uploads/2024/05/desktop-computer-e1715002297241.png);
}
.meta-item{
	display: flex;
	flex-direction: column;
	font-size: 15px;
	line-height: 1;
	font-family: "Lato", sans-serif;
	font-weight: 300;
}

.col-paulo a.link-paulo{
	background: #FFA100;
	height: 2.6em;
	width: 2.6em;
	display: flex;
}
.col-paulo a.link-paulo img{
	padding: 0.8em;
}
.row-paulo.second-row .col-paulo{
display: flex;
flex-wrap: wrap;}
.kleine-letters p{
	font-size: 11px;
}

.page-id-202 .lp-content-area{
	flex-direction: column;
    padding: .5em var(--lp-cotainer-padding) !important;
    max-width: var(--lp-cotainer-max-with) !important;
	align-items: baseline;
}
.lp-button.button.button-complete-item.button-complete-lesson.lp-btn-complete-item{
	text-transform: none;
}

.curriculum-sections h3.section-title{
	text-transform: none !important;
}


/* .curriculum-sections li.course-item.course-item.course-item-lp_lesson,
.curriculum-sections li.course-item.course-item.course-item-lp_quiz{
	display: none;
}
.curriculum-sections .section-toggle{
	display: none;
}
.lp-button.button.button-complete-item.button-complete-lesson.lp-btn-complete-item{
	display: none;
} */
.single-lp_course.viewing-course-item .lp-overlay{
	z-index:0;
	display: block !important;
}
#popup-course #popup-footer{
	max-width: -webkit-fill-available;
	right: none;
}
#popup-course #popup-footer .course-item-nav{
padding-inline: 6vw;
	background: var(--lp-secondary-color);
}
#popup-course #popup-footer .course-item-nav a{
	color: white;
}
#popup-course #popup-footer .course-item-nav__name{
	right: auto;
}

.content-item-summary h1.course-item-title.lesson-title{
	display: none;
}
.course-item-lp_lesson #learn-press-content-item .wpb_text_column > .wpb_wrapper *{
	font-size: 14px;
}
.course-item-lp_lesson #learn-press-content-item .wpb_text_column.kleine-letters > .wpb_wrapper *{
	font-size: 9px;
}
.course-item-lp_lesson #learn-press-content-item .wpb_text_column > .wpb_wrapper h2{
	font-size: 19px;
}

.quiz-status .submit-quiz > button.lp-button{
	display: none;
}

.learnpress-checkout .cart-subtotal:not(.non-btw, .btw) {
    display: none;
}

.comment-respond{
	display: none;
}
.learn-press-checkout-comment{
	display: none;
}


div .course-meta .course-meta__pull-left, div .course-meta .course-meta__pull-right{
	gap: 0;
}
.learn-press-message.success.lp-content-area{
	display: none;
}
#popup-footer .course-item-nav__name{
	display: none !important;
}

.button-trigger-curriculum{
	background: white;
	    z-index: 999999999999999;
    color: #FFA100;
    height: 4em;
    width: 2em;
    place-self: center;
    align-content: center;
	text-align: center;
-webkit-box-shadow: 5px 2px 10px -4px rgba(168,168,168,1);
-moz-box-shadow: 5px 2px 10px -4px rgba(168,168,168,1);
box-shadow: 5px 2px 10px -4px rgba(168,168,168,1);
}
#popup-sidebar.flex-0{
	flex:0;
}
.button-trigger-curriculum:not(.turnaround){
	transform: rotate(180deg);
}
#popup-header.full-popup,
#popup-footer.full-popup{
	left:0;
	width: 100%;
}

 .image-banner-lp{
	background-position: 50% 5% !important;
}
.course-meta__right .meta-item{
	text-align: center;
}
.lp-archive-courses .course-thumbnail img{
	object-position: top;
}

.lp-archive-courses .course-meta__pull-left .meta-item::before{
	margin-left: auto !important;
	margin-right: auto !important;
	height: 24px;
}

.lp-archive-courses .course-meta__pull-right .meta-item::before{
	
	height: 24px;
	
}

.postid-776  .image-banner-lp{
	background-position: 50% 20% !important;
}

.postid-788 .image-banner-lp{
background-position: 50% 13% !important;	
}

.content-item-wrap .lp-button.lp-btn-finish-course, .learnpress-certificates-profile .lp-ajax-message.error, .content-item-summary .learn-press-message.success{
	display: none !important;
}

.learn-press-courses[data-layout=list] div.course-thumbnail{
	width: 100%;
}

.course-categories {
    position: absolute !important;
    left: 0;
    background: white;
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
    padding: 1em 1em 1em 1em;
    top: -3.5em;
	
}
.course-categories a{
    text-decoration: none !important;
}

ul.learn-press-courses .lp_course .course-content h3.course-title{
	font-size: 16px;
}
ul.learn-press-courses .lp_course .course-readmore a{
	border: 0;
}
.learnpress-profile h1.entry-title{
	display: none;
}

.constulting-row div.qa-container{
	background: white;
}
.constulting-row .qa-container .vc_toggle_title > *{
	margin-bottom: 0;
}
div#checkout-account-register ul.lp-form-fields{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
li:has(> #reg_username){
	display: none;
}
div#checkout-account-register ul.lp-form-fields li{
	width: 100%;
}
div#checkout-account-register ul.lp-form-fields li:has(> #reg_first_name),
div#checkout-account-register ul.lp-form-fields li:has(> #reg_last_name){
	width: 49%;
	order: -1;
}

body.learnpress-checkout .lp-terms-and-conditions{
	display: none !important;
}

.course-curriculum .section.closed .section-content{
	overflow: auto !important;
	height: inherit !important;
}

.course-curriculum .section.closed .section-header i.lp-icon-caret-up{
	display: block !important;
}

.course-curriculum .section.closed .section-header i.lp-icon-caret-down{
	display: none !important;
}

.course-curriculum .section:not(.closed) .section-content{
	overflow: hidden !important;
	height: 0 !important;
}

.course-curriculum .section:not(.closed) .section-header i.lp-icon-caret-up{
	display: none !important;
}

.course-curriculum .section:not(.closed) .section-header i.lp-icon-caret-down{
	display: block !important;
}

body.learnpress-profile div.profile-recover-order,
body.learnpress-profile tfoot tr.list-table-nav{
	display: none !important;
}

body.learnpress-page div#learn-press-content-item li.result-questions-minus{
	display: none;
}

body.learnpress-page div#learn-press-content-item div.quiz-buttons button,
body.learnpress-page div#learn-press-content-item div.quiz-buttons .submit-quiz{
	text-transform: unset;
}

body.learnpress-page:not(.course-item-lp_quiz) div.content-item-summary div#learn-press-quiz-app div.quiz-buttons div.button-right,
body.learnpress-page div#learn-press-content-item form.learn-press-form,
body.learnpress-page div#learn-press-content-item div.quiz-attempts table .quiz-attempts__questions{
	display: none;
}

body.single-lp_course div.lp-archive-courses ul.learn-press-breadcrumb{
	display: none;
}

body.single-lp_course #popup-course{
	z-index: 999;
}

body.single-lp_course .lmsc_chatWrap3tIVm .lmsc_chatIcon1oJ8F {
    position: fixed;
    z-index: 999999999999999;
    right: 35px;
    bottom: 75px;
    max-width: 65px;
    min-width: 60px;
    max-height: 65px;
    min-height: 60px;
    height: 60px;
    cursor: pointer
}

.lmsc_chatWrap3tIVm .lmsc_chatWindowPoQJq .lmsc_chatBody1Rhs8>div:nth-child(2)>div .lmsc_userLista8g0H>div:not(:first-child)>div:first-child>div{
	background-image: url("/wp-content/plugins/ultimate-member/assets/img/default_avatar.jpg") !important;
}

.lmsc_chatWrap3tIVm .lmsc_chatWindowPoQJq .lmsc_chatBody1Rhs8>div:last-child .lmsc_topHeader2P9O3>div.lmsc_profiInfor3XQR>div:first-child{
	display: none !important;
}

.lmsc_chatWrap3tIVm .lmsc_chatWindowPoQJq .lmsc_chatBody1Rhs8>div:nth-child(2)>div .lmsc_userLista8g0H>div:nth-child(2) h5{
	display: none !important;
}