/**
 * 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
 */

.hfe-site-logo .hfe-site-logo-container img.hfe-site-logo-img {
	width: 250px;
}

.stm-lms-wrapper .container {
	min-height: 650px;
}

.stm-lms-wrapper {
	padding-top: 20px;
}

.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_title {
	justify-content: center;
}


body:not(.logged-in) .masterstudy-buy-button,body:not(.logged-in) .masterstudy-curriculum-list__materials,
body:not(.logged-in) .masterstudy-buy-button__single-price-info-text {
    display: none !important;
}

.masterstudy-buy-button__single-price-info-text {
	display: none !important;
}


.masterstudy-curriculum-list__preview, .masterstudy-curriculum-accordion__preview {
	display: none !important;
}

/*********/

.ms_lms_courses_card_item {
    position: relative;
    overflow: hidden;
}

.ms_lms_courses_card_item_info {
    position: relative;
    z-index: 2;
}



/* overlay image */
.ms_lms_courses_card_item_wrapper::before {
    background: url("https://lms.filtahr.com/wp-content/uploads/2026/01/Property-1hover.png");
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
   object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 350px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.ms_lms_courses_card_item_wrapper:has(a[href="https://lms.filtahr.com/courses-archive/fundamentals-of-data-privacy/"])::before {
 	background: url("https://lms.filtahr.com/wp-content/uploads/2026/01/Property-1hover.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.ms_lms_courses_card_item_wrapper:has(a[href="https://lms.filtahr.com/courses-archive/occupational-safety-and-health-standards/"])::before {
 	background: url("https://lms.filtahr.com/wp-content/uploads/2026/01/Property-1hover-1.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.ms_lms_courses_card_item_wrapper:has(a[href="https://lms.filtahr.com/courses-archive/information-security-awareness/"])::before {
 	background: url("https://lms.filtahr.com/wp-content/uploads/2026/01/Property-1hover-2.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.ms_lms_courses_card_item_wrapper:has(a[href="https://lms.filtahr.com/courses-archive/sexual-harassment-in-the-workplace/"])::before {
 	background: url("https://lms.filtahr.com/wp-content/uploads/2026/01/Property-1hover-4.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.ms_lms_courses_card_item_wrapper:has(a[href="https://lms.filtahr.com/courses-archive/guidelines/"])::before {
 	background: url("https://lms.filtahr.com/wp-content/uploads/2026/01/Property-1hover-3.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.ms_lms_courses_card_item_wrapper:has(a[href="https://lms.filtahr.com/courses-archive/get-in-touch/"])::before {
 	background: url("https://lms.filtahr.com/wp-content/uploads/2026/01/Property-1hover-5.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.ms_lms_courses_card_item_wrapper:has(a[href="https://lms.filtahr.com/courses-archive/work-from-home-ergonomics-and-self-care/"])::before {
 	background: url("https://lms.filtahr.com/wp-content/uploads/2026/01/Property-1hover-6-1.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}



/* hover state */
.ms_lms_courses_card_item_wrapper:hover::before {
    opacity: 1;
}


.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info {
	background: none !important;
}

.ms_lms_courses_card.card-style-4 {
	justify-content: center;
}

@media (max-width: 767px) {

.elementor-container.elementor-column-gap-no:has(.hfe-site-logo)
{
    justify-content: center;
} 

}
