/*** mobile progress bar ***/

.tutor-spotlight-mobile-progress-complete.tutor-px-20.tutor-py-16.tutor-mt-20.tutor-d-xl-none.tutor-d-block {
	display: none !important;
}

/*-------------------------*/


/*----- footer --------*/

body.single-lesson #main_footer {
	display: none;
}

/*-------------------------*/

body.single-lesson .tutor-course-single-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper {
	border-left: 1px solid #ebebeb;
	background: #ffffff;
} 
	
@media (min-width: 993px) {
	
	body.single-lesson .tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper {
	    order: 1;
	    min-width: 30%;
	    max-width: 30%;
	    opacity: 1;
	    display: inline-block;
	    position: initial;
	    z-index: 9;
	}

	body.single-lesson .tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title {
	    display: none !important;
	}

}

@media (max-width: 992px) {
	body.single-lesson .tutor-course-single-content-wrapper {
		flex-direction: column;
	}

	body.single-lesson .tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper {
		min-width: 100%;
	}
}


body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic {
    background: transparent;
    border-bottom: 1px solid #e5dede;
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-header {
	background: none;
	border: none;
	padding: 12px 16px;
	font-family: var(--secondary-font);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	color: var(--text-color);
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-header.is-active {
    background: #f4f5fa;
    /* color: var(--primary-color); */
    text-decoration: underline;
    border-bottom: 1px solid #eaeaea;
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body {
	background: none;
	padding: 12px 12px 12px 24px;
	/* border-left: 3px solid var(--primary-color); */
	border-radius: 0px;
	background: #f4f5fa;
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a {
    padding: 0px;
    background: none !important;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

/********* LESSON CONTENT ***********/

body.single-lesson .tutor-course-spotlight-wrapper ul.tutor-nav.tutor-course-spotlight-nav {
    background: #ffff;
    padding: 0px 24px;
    border: none;
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
}

body.single-lesson .tutor-course-spotlight-wrapper ul.tutor-nav.tutor-course-spotlight-nav a {
	text-decoration: underline;
}

body.single-lesson .tutor-course-spotlight-wrapper ul.tutor-nav.tutor-course-spotlight-nav a.tutor-nav-link.is-active {
    border: none;
    color: #fff;
    background: #3a2f37;
    box-shadow: 0px 5px 30px 0px rgb(54 50 68 / 30%) !important;
    border-radius: 4px;
}

body.single-lesson .tutor-course-spotlight-wrapper ul.tutor-nav.tutor-course-spotlight-nav a.tutor-nav-link.is-active {
	text-decoration: none;
}

body.single-lesson .tutor-course-spotlight-wrapper .tutor-tab .tutor-container {
	max-width: 1440px;
    width: 100%;
	padding: 0px 24px;
    margin-left: 0px;
}

body.single-lesson .tutor-course-spotlight-wrapper .tutor-tab .tutor-container .tutor-col-xl-8 {
    padding: 0px;
    /* box-shadow: 0px 10px 14px 0px rgba(37,44,65,0.12)!important; */
}

body.single-lesson .tutor-course-spotlight-wrapper .tutor-tab.tutor-course-spotlight-tab {
    background: #ffffff;
}


/*--- course video ---*/

@media ( max-width: 640px ) {
	body.single-lesson .tutor-course-topic-single-body .plyr {
		height: 400px;
	}
}

/********* FOOTER - HEADER CTAS ***********/

body.single-lesson svg.uasvg-x-large-circle {
    display: none;
}

body.single-lesson #fl-main-content .tutor-course-topic-single-footer {
	background: var(--tertiary-color);
}


body.single-lesson #fl-main-content .tutor-course-topic-single-header {
	background: #2a2a2a;
}

body.single-lesson #fl-main-content .tutor-course-topic-single-header 
.tutor-course-topic-single-header-title {
	font-family: var(--secondary-font);
	font-size: 14px;
	margin-left: 8px;
}

body.single-lesson #fl-main-content .tutor-course-topic-single-header div:last-child
a.tutor-iconic-btn {
	background: var(--secondary-color) !important;
	color: #fff !important;
	border-radius: 4px;
	padding: 10px;
}

body.single-lesson #fl-main-content .tutor-course-topic-single-header div:last-child 
a.tutor-iconic-btn::after {
	content: 'Clases';
	margin-left: 8px;
	display: inline-block;
	font-size: 14px;
	font-family: var(--secondary-font);
}

body.single-lesson #fl-main-content .tutor-course-topic-single-footer
.tutor-single-course-content-prev a {
	background: none;
	padding: 0px;
	font-family: var(--secondary-font);
	color: #2a2a2a;
	border-radius: 4px;
}

body.single-lesson #fl-main-content .tutor-course-topic-single-footer
.tutor-single-course-content-next a {
	background: #2a2a2a;
	color: #fff;
	font-family: var(--secondary-font);
	padding: 8px 16px;
	border-radius: 4px;
}

@media ( min-width: 993px ) {
	body.single-lesson .tutor-course-topic-single-header, 
	body.single-lesson .tutor-course-topic-single-footer {
		display: none !important;
	}
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a div.tutor-d-flex {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a div.tutor-d-flex span.tutor-course-topic-item-title {
    font-size: 12px;
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic-item.is-active a div.tutor-d-flex span.tutor-course-topic-item-title {
    text-decoration: underline;
    /* color: var(--primary-color); */
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a div.tutor-d-flex span.tutor-course-topic-item-icon {
    margin: 0px;
}

body.single-lesson .tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-body a div.tutor-d-flex span.tutor-course-topic-item-duration {
    margin: 0px;
}