/*
Theme Name:   EduBlink Child
Theme URI:    https://demo.edublink.co/
Author:       DevsBlink
Author URI:   https://themeforest.net/user/devsblink/portfolio
Description:  EduBlink Child Theme For LMS and Education Purpose.
Version:      1.0.0
Template:     edublink
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:  edublink-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/

/* General */

.edublink-footer-default-wrapper {
    background: #2a73b8 !important;
}

/* LearnDash Profile */

.ld-profile-summary {
	display: none;
}

a.learndash-resume-button {
    background-color: #2a73b8;
    color: #fff;
    padding: 8px 26px;
    border-radius: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

a.learndash-resume-button:hover {
    background-color: #81c04a;
}

ul.ld-user-certs {
    padding-left: 0px;
}


.ld-user-certs li {
    border-bottom: 1px solid #2a73b8;
    padding-bottom: 10px;
    list-style-type: none;
}

ul.ld-user-certs li a {
    font-size: 16px;
    font-weight: 500;
    color: #2a73b8;
}

ul.ld-user-certs li a:hover {
	color: #81c04a;
}

.resume-item-name {
    color: #000000;
    margin-bottom: 30px;
}

ul.eb-course-header-meta-items, nav.edublink-breadcrumb {
    display: none;
}

ul.ld-user-groups {
    list-style: none;
    padding-left: 0px;
}

ul.ld-user-groups li {
    border: 1px solid #2a73b8;
	padding: 6px 12px;
	background-color: #fff;
	
}

/* Course Overview */
.edublink-course-page-header {
	background: url('http://54.86.72.206/wp-content/uploads/2025/08/bg-image-35.png');
    background-size: cover;
	background-position: left top;
}

.edublink-d-xl-block {
        display: none !important;
}

/* Course and Lesson Modules */

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview {
    padding: 2em 1em 2em;
}

/* Quiz */

.learndash-wrapper .wpProQuiz_content .wpProQuiz_question_text {
    font-weight: 600;
    font-size: 1.2em;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_question {
    color: #000;
}

/* Login */



/* Progress Report */

.ld-propanel-widget-reporting .button.button-simple {
    border: none;
    box-shadow: none;
    font-size: 18px;
    margin: 0 10px !important;
    padding: 10px 10px !important
    height: 30px !important;
    line-height: 0px;
}