/**
 * Template: ms-lms-starter-theme
 * Theme Name: MasterStudy Templates Child
 * Theme URI: https://starter.stylemixthemes.com/
 * Author: StylemixThemes
 * Author URI: https://stylemixthemes.com/
 * Description: MasterStudy Templates Child Theme is the child theme for the MasterStudy Templates. With this child theme, you can customize your eLearning website appearance without changing the original templates.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: classes, courses, Education, education center, e-commerce, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
 * Text Domain: starter-text-domain
 * Version: 1.0.0
 */

.masterstudy-curriculum-list__item{
	border-radius: 8px;
    margin-bottom: 10px !important;
}
.masterstudy-single-course-description__content p, .masterstudy-curriculum-list__excerpt p{
	line-height:1.7 !important;
}
.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block i{
	margin-right:unset !important;
	margin-left:5px;
}
#header{
    background-color: #ffffff8c;
    backdrop-filter: blur(25px);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
}