@CHARSET "UTF-8";

/** LOAD FONTS FROM THEME **/
@font-face {
    font-family: Verdana;
    src: url(https://elearning.eshealth.eu/wp-content/themes/elearning_mad/fonts/verdana.ttf);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Verdana;
    src: url(https://elearning.eshealth.eu/wp-content/themes/elearning_mad/fonts/verdanab.ttf);
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Verdana;
    src: url(https://elearning.eshealth.eu/wp-content/themes/elearning_mad/fonts/verdanai.ttf);
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: Verdana;
    src: url(https://elearning.eshealth.eu/wp-content/themes/elearning_mad/fonts/verdanaz.ttf);
    font-weight: 900;
    font-style: italic;
}

/** -- END FONTS -- **/

body li, body a, body p, body td, body h1, body h2, body h3, body h4, body h5, body h6{
	font-family:'Verdana' !important;
}

body span{
	font-family:'Verdana';
	font-weight:normal;
}

.course_curriculum .course_section>td{
	letter-spacing:0px !important;
	font-weight:normal !important;
}

/** -- FORMS STYLES --  **/
.standard-form.base > div{
    height:auto !important;
    margin-bottom:10px !important;
}

#settings-form label[for="pwd"], #settings-form label[for="email"], #settings-form label[for="pass1"], #settings-form label[for="credly"] {
    border-top: solid 1px #dadada;
    padding-top: 10px;
}

#settings-form .submit{
    border-top: solid 1px #dadada;
    padding-top: 10px;
    margin-top: 10px;
}

/** -- END FORMS STYLES -- **/

#vibe_bp_login > div > ul:last-child{
    padding-top:20px !important;
}

.related_courses{
    display:none !important;
}

.single-course #item-meta{
    grid-template-columns: 84px 150px repeat(auto-fill,minmax(80px,150px)) !important;
}

.ytp-chrome-top-buttons{
	display:none !important;
}

#discussion{
	display:none !important;
}