/*
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
*/

/* Force background to black in EduBlink dark mode */
body.edublink-dark {
  background-color: #000 !important;
}

/* For black header */
.edublink-dark .edublink-feature-3-alter-widget .edublink-feature-item .icon, header .edublink-header-area, .edublink-dark .edublink-category-1, .edublink-sticky-header-wrapper.edublink-header-sticky, .site-header.edublink-header-sticky, .site-header, .edublink-woocommerce-shop-top .edublink-woocommerce-shop-top-order form, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.is-style-plain, blockquote, .edublink-dark .edublink-header-area {
    background: #000 !important;
}

/* For top bar */
.theme-header-6-alt-secondary-color .eb-header-top-bar.eb-top-bar-style-2, body .learndash-wrapper .ld-focus .ld-focus-header, body .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item, body .learndash-wrapper .ld-focus .ld-focus-sidebar, body .learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo, .edublink-dark .eb-header-top-bar, .nice-select .list, .widget select, .nice-select, .edublink-dark .eb-header-top-bar {
    background: #080808 !important;
}

/* For other things */
#tutor-registration-wrap label {
    color: #bababa !important;
}

.woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields__field-wrapper label, .woocommerce form .form-row label {
    color: #bababa !important;
}

.wc-block-components-checkout-place-order-button__text, span.wc-block-components-button__text {
    color: #bababa !important;
}

.tutor-fs-4.tutor-fw-medium.tutor-color-black.tutor-mb-32 {
    color: #000000 !important;
}

form.tutor-forgot-password-form.tutor-ResetPassword.lost_reset_password {
    margin-top: 50px !important;
		margin-bottom: 50px !important;
}

/* For accordian */
body .edublink-team-8-widget .edublink-team-item .content, body .eb-pricing-table-wrapper, body .eb-accordion-item .eb-accordion-body, body .eb-accordion-item {
    background-color: #080808 !important;
}

/* For alterative color */
.tutor-card {
    background-color: #080808 !important;
}

/* analytics tab */
.tutor-color-secondary{
	color: #bababa !important;
}

/* Mobile menu bg color */
.edublink-mobile-menu-nav-wrapper {
    background: #000 !important;
}

/* Page header */
.edublink-course-page-header {
    background-color: #080808 !important;
}

/* Course accordians */
.tutor-accordion-item-header {
    background-color: #080808 !important;
}

.tutor-bg-gray-10, .tutor-accordion-item, .tutor-course-content-list-item {
    background-color: #080808 !important; 
}

/* Accordian item border color */
.tutor-accordion-item {
    border-color: #080808 !important;
}

/* Sidebar */
.edublink-single-course.course-style-2:before, .edublink-single-course.course-style-2 .inner .content, .edublink-course-details-sidebar-inner, .edublink-dark .eb-testimonial-grid, .edublink-woocommerce-shop-top .edublink-woocommerce-shop-top-order select {
    background-color: #111111 !important;
}

/* Course content */
.eb-accordion-item .eb-accordion-body, .edublink-team-4-widget .edublink-team-item .content .title, .edublink-team-4-widget .edublink-team-item .content .designation, .edublink-single-course.course-style-1 .inner .content, .widget-area.course-filter .widget-area-wrapper, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: #080808 !important;
}