/*
Theme Name: EHv4
Theme URI: https://danthecloudman.com
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: Dan the Cloud Man
Author URI: https://danthecloudman.com
Template: hello-elementor
Version: 1.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 01 Nov 2024 01:28:40 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.sfwd-courses .ld-course-status {display: none!important;}


/* styles for mark lesson complete button 2026 */
.ld-lesson-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s, color 0.3s;
}

.ld-lesson-status .checkmark {
    font-weight: bold;
    font-size: 16px;
}

.ld-lesson-status.completed {
    background-color: #404041;
    color: #fff;
    border: 2px solid #404041;
    cursor: default;
}

.ld-lesson-status.incomplete {
    background-color: #fff;
    color: #CFD2D3;
    border: 2px solid #cfd2d3;
}

.ld-lesson-status.incomplete:hover {
    background-color: #404041;
    color: #fff;
}


/* styles for 2026 student video link */
.student-video-btn {
    background-color: #fff!important;
    color: #404041!important;
    padding: 0;
    border: none!important;
    cursor: pointer!important;
    font-size: 10px!important;
    text-decoration: underline;
    font-weight: 700!important;
    transition: background-color 0.3s ease;
}

.student-video-btn:hover {
    background-color: #fff!important;
    color: #00A699!important;
    text-decoration: underline!important;
}

