/*
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
*/

/*global*/
.no_btn .edu-btn{
    opacity: 0;
    pointer-events: none;
}

.edublink-page-title-area.edublink-default-breadcrumb {
    background: linear-gradient(135deg, #1a0620 0%, #412259 28%, #6a3683 58%, #397a60 88%, #3d916e 100%);;
}
.edublink-page-title-area .edublink-page-title h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 900;

}
.edublink-breadcrumb-wrapper .page-subtitle {
    font-size: 18px;
    color: #ffffff;

}

.edublink-header-area.edublink-navbar-expand-lg ul.edublink-navbar-nav > li:not(.pll-parent-menu-item) > a.nav-link,
.edublink-header-area ul.edublink-navbar-nav > li:not(.pll-parent-menu-item) > a {
padding: 0 10px;
}

.edublink-color-secondary,
.edublink-section-heading .heading mark,
.eb-tabs-style-1 .eb-tabs-title-wrapper .eb-tab-title-heading:hover,
.eb-tabs-style-1 .eb-tabs-title-wrapper .eb-tab-title.active .eb-tab-title-heading,
.edublink-color-secondary, .edublink-section-heading .heading mark, .eb-tabs-style-1 .eb-tabs-title-wrapper .eb-tab-title-heading:hover, .eb-tabs-style-1 .eb-tabs-title-wrapper .eb-tab-title.active .eb-tab-title-heading, .edublink-color-tertiary{
    color: #3C916E;
}

.eb-tabs-style-2 .eb-tabs-title-wrapper .eb-tab-title.active, .eb-tabs-style-2 .eb-tabs-title-wrapper .eb-tab-title:hover {
    background-color: #3C916E!important;
    color: white!important;
}

.eb-tabs-style-2 .eb-tabs-title-wrapper .eb-tab-title:after {
    border-top-color: #3C916E!important;
}

.tutor-single-course-sidebar button.tutor-add-to-cart-button,
.tutor-single-course-sidebar .tutor-woocommerce-view-cart,
.edublink-course-details-sidebar-content .tutor-woocommerce-view-cart,
button.llms-button-primary,
a.llms-button-primary,
a.llms-button-action,
.eb-course-details-page-content .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-button,
.eb-course-details-page-content .learndash-wrapper #btn-join,
a.edu-btn,
p.edublink-cart-shop-page-link a,
body button.edu-btn,
.edublink-button-item,
a.edu-btn.btn-border,
button.edu-btn.btn-border{
background: #6a3683;
    color: #fff;
}

.edublink-button-item.edublink-button-style-default.default-style:after,
.edublink-button-item.edublink-button-style-two.default-style:after,
.edublink-button-item.edublink-button-style-four.default-style:after,
.edublink-button-item.edublink-button-style-curved.default-style:after,
.tutor-single-course-sidebar button.tutor-add-to-cart-button:after,
.tutor-single-course-sidebar .tutor-woocommerce-view-cart:after,
.edublink-course-details-sidebar-content .tutor-woocommerce-view-cart:after,
button.llms-button-primary:after, a.llms-button-primary:after,
a.llms-button-action:after,
.woocommerce-Reviews .edublink-button-item:after,
p.edublink-cart-shop-page-link a:after,
.edublink-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button.checkout:after,
.eb-course-details-page-content .learndash-wrapper #btn-join:after,
a.edu-btn:after,
button.edu-btn:after,
.edublink-mailchimp-subscribe-btn.style-1:after,
.edublink-mailchimp-subscribe-btn.style-2:after{
    background: #412259!important;
}

.edublink-feature-item .icon {
    color: #fff!important;
}

.edublink-feature-item {
    min-height: 230px;
}
.edublink-feature-item .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.height-230 .elementor-widget-container{
    min-height: 230px;
}

/*teacher section*/
 .tags {
     display: flex;
     flex-wrap: wrap;
     gap: 6px;
     padding-bottom: 20px;
     border-bottom: 1px solid #eee;
 }

.tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 7px;
    background: #f5f5f5;
    color: #17244c;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.tag:hover {
    background: #ebebeb;
}

.color_rungs .eb-tab-title {
    color: #ffffff!important;
    font-weight: 900!important;
}
.color_rungs .eb-tab-title:first-child,
.color_rungs .eb-tab-title:first-child.active,
.color_rungs .eb-tab-title:first-child:hover {
    background-color: #2563EB!important;
}
.color_rungs .eb-tab-title:first-child:after {
    border-top-color: #2563EB!important;
}

.color_rungs .eb-tab-title:nth-child(2),
.color_rungs .eb-tab-title:nth-child(2).active,
.color_rungs .eb-tab-title:nth-child(2):hover {
    background-color: #F97316!important;
}
.color_rungs .eb-tab-title:nth-child(2):after {
    border-top-color: #F97316!important;
}
.color_rungs .eb-tab-title:nth-child(3),
.color_rungs .eb-tab-title:nth-child(3).active,
.color_rungs .eb-tab-title:nth-child(3):hover {
    background-color: #DC2626!important;
}
.color_rungs .eb-tab-title:nth-child(3):after {
    border-top-color: #DC2626!important;
}
.color_rungs .eb-tab-content:first-child .pricing-header .title{
    color: #2563EB!important;
}
.color_rungs .eb-tab-content:nth-child(2) .pricing-header .title{
    color: #F97316!important;
}
.color_rungs .eb-tab-content:nth-child(3) .pricing-header .title{
    color: #DC2626!important;
}

.swiper-wrapper .swiper-slide {
    padding: 0;
}

/*form*/
.eb-contact-me-form .edublink-contact-form-single-item-content input,
.eb-contact-me-form .edublink-contact-form-single-item-content textarea {
    border-color: var(--edublink-color-primary);
}
