/**
 * 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-single-course__info-block:first-child,
.masterstudy-single-course-wishlist,
.masterstudy-single-course-share-button,
.masterstudy-single-course-instructor,
.stm_lms_become_instructor{
	display: none!important;
}

@font-face {
    font-family: 'Prototype';
    src: url('font/Prototype.woff2') format('woff2'),
        url('font/Prototype.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Prototype', sans-serif!important;
    letter-spacing: 0.01em;
	font-weight: normal!important;
}
.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_image {
    -o-object-fit: contain!important;
    object-fit: contain!important;
    padding: 25px;
}
.masterstudy-course-card__image {
     height: auto!important;
    padding: 60px 15px;
}

.stm_lms_instructor_courses__single--image img.wp-post-image{
    padding: 70px 15px;
    border: 1px solid #e0e0e0;
}

.masterstudy-single-course__info,
.student_name_pos{
	display: none!important;
}

h1.masterstudy-single-course-title,
.stm_lms_user_ent_course__title h4,
.stm_lms_instructor_courses__single--title h5{
  color: #0077be!important;
}

.stm_lms_instructor_courses__single--image img.wp-post-image{
    padding: 70px 15px;
    border: 1px solid #e0e0e0;
}

.masterstudy-single-course__info,
.student_name_pos{
	display: none!important;
}

h1.masterstudy-single-course-title,
.stm_lms_user_ent_course__title h4,
.stm_lms_instructor_courses__single--title h5{
  color: #0077be!important;
}

/*************fix scrollbar********************/
.masterstudy-account-enterprise-groups__create-drawer-content__body {
	overflow-y: scroll!important;
}


/*   MODIFICHE GIAMMARIA   */
/* Abbassa il nav SOLO quando il drawer è aperto */
body:has(.masterstudy-drawer-component_open) #masthead {
    z-index: 1 !important;
}

.masterstudy-account-profile__name {
    overflow-wrap: break-word; /* Forza la rottura delle parole lunghe */
    word-break: break-word;     /* Compatibilità per versioni più vecchie di Safari/Chrome */
    hyphens: auto;              /* Opzionale: aggiunge il trattino di sillabazione se supportato */
}