/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

.et-l--footer .et_builder_inner_content {
    z-index: initial;
}

.et_pb_section_0_tb_footer.et_pb_section {
    margin-top: initial !important;
}

#et-main-area {
    padding: 3rem 0;
}

.tutor-page-wrap, .tutor-wrap {
    padding-bottom: 3rem;
}

.tutor-course-thumbnail {
    display: none;
}

h3.tutor-course-name {
    font-size: 1.5rem !important;
}

input.tutor-form-control {
    padding: 0.25rem 0.75rem;
}

#tutor-login-form .tutor-btn-ghost {
    display: none;
}

.tutor-dashboard-content .tutor-course-progress-item .tutor-col-lg-4:first-child {
    display: none;
}

.tutor-dashboard-content .tutor-course-progress-item .tutor-col-lg-8 {
    width: 100%;
}

.tutor-dashboard-content .tutor-course-progress-item .tutor-mb-32 {
    margin-bottom: 0;
}

.tutor-course-content-list-item-title a {
    color: var(--tutor-color-primary);
}

.tutor-enrolled-info-date {
    white-space: pre-line;
}

.tutor-note-popover-note {
    color: var(--tutor-color-secondary);
}

.tutor-lesson-note-list-item-content {
    color: var(--tutor-color-secondary);
}

.rdp-day_button {
    color: rgb(102, 102, 102) !important;
}
