/*
Theme Name:   EduBlink Child
Theme URI:    https://demo.edublink.co/
Author:       DevsBlink
Author URI:   https://themeforest.net/user/devsblink/portfolio
Description:  EduBlink Child Theme For LMS and Education Purpose.
Version:      1.0.0
Template:     edublink
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:  edublink-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/

.enrolled-courses
.stm_lms_instructor_courses__single {
	width: 31%;
	margin: 0 0 25px;
}

.enrolled-courses
.stm_lms_courses__archive_wrapper .stm_lms_courses__archive_filter {
	width: 280px;
	margin: 0px;
}


.error-message {
	/* background: red; */
	color: red;
	border: 1px solid red;
}

div#unlock-message-container {
	text-align: right;
	color: green;
	font-weight: 500;
}

#unlock-message-container p {
	margin: 0px;
}

p.ym {
	text-align: left;
	color: #4d5e6f;
}

.active .stm_lms_courses__filter_content {
	height: unset !important;
}

.stm-lms-wrapper {

    min-height: 1000px;
}

.eb-pricing-table-wrapper .pricing-header .description {
    margin-bottom: 30px;
    min-height: 50px;
}
.edublink-section-heading {
    text-align: center;
    margin: 10px;
}

body
.stm_lms_levels__description {

    min-height: 260px;
}
body
.stm_lms_levels__description {
    font-size: var(--edublink-font-size-b1) !important;
    line-height: var(--edublink-line-height-b1)  !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--edublink-font-primary)  !important;
    color: var(--edublink-color-body)  !important;
    background-color: var(--edublink-color-white)  !important;
}
/* Responsive grid layout for membership levels */
.membership-levels-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

.membership-levels-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	justify-content: flex-start;
}

.membership-level-column {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding: 0 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

/* Responsive adjustments */
@media (max-width: 991px) {
	.membership-level-column {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 767px) {
	.membership-level-column {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* Make sure pricing tables have equal height in a row */
.eb-pricing-table-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.pricing-features {
	flex-grow: 1;
}






@media (max-width: 860px) {
	.enrolled-courses
	.stm_lms_instructor_courses__single {
		width: 50%;
	}
}

@media (max-width: 850px) {
	body .enrolled-courses .stm_lms_courses__archive_wrapper .stm_lms_courses__archive_filters {
		display: block;
	}

	.stm_lms_courses__archive_wrapper {

		flex-direction: column-reverse;
	}

	.enrolled-courses .stm_lms_courses__archive_wrapper .stm_lms_courses__archive_filter {
    width: 100%;
    margin-bottom: 20px;
}
}

@media (max-width: 530px) {
	.enrolled-courses
	.stm_lms_instructor_courses__single {
		width: 100%;
	}
}