/*
Theme Name: Divi Child
Theme URI:
Description: Child theme for Divi
Author:
Template: Divi
Version: 1.0.0
*/

/* stop divi from messing up link styles */
footer.et-l.et-l--footer a {
    color: #fba732;
}

body.learndash-cpt {
    /* Add your custom styles for LearnDash pages here */

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    }

    .ld-tabs {
        margin: 2rem 0;
    }

    h1 {
        font-size: 32px;
        margin-bottom: 1.5rem;
        padding-bottom: 0;
        font-weight: 700;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    ul + h4 {
        margin-top: 0;
    }   

    p:last-of-type {
        margin-bottom: 1rem;
    }



    /* fix padding at bottom of lessons list at bottom of course page */
    .ld-accordion__section {
        padding-bottom: var(--ld-spacer-2);
    }



}

/* fix vertical alignment of courses list on profile page */
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview>.ld-tooltip, .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    align-items: center;
}

/* fix padding below heading on lesson pages */
body.learndash-cpt-sfwd-lessons .entry-content {
    padding-top: 0;
}

body.learndash-cpt-sfwd-courses .ld-accordion__item--lesson {
    background-color: #f9f9f9;
    padding: .75rem;
}
body.learndash-cpt-sfwd-courses .ld-accordion__item--lesson:hover {
    background-color: #eee;
}


