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

header .edublink-navbar-primary-menu li a.nav-link{
    padding: 0 12px !important;
    font-weight: bold;
    color: #222;
}
.stm_lms_courses__single--info_bottom{
    display: none;
}
.woocommerce .cart_totals h2{
    font-size: 24px;
}

.edublink-ll-course-wrapper, .tutor-wrap.course-archive-page, body.learnpress-checkout.learnpress-page .site-content, .elementor-page.single .edublink-main-content-inner, .edublink-section-gap, .edublink-main-content-inner, .post-type-archive-zoom-meetings .vczapi-primary {
    padding-top: 40px;
    padding-bottom: 40px;
}

.masterstudy-authorization__switch-account a.masterstudy-authorization__switch-account-link{
    background-color: #112d3e;
    color: #fff !important;
    padding: 7px 15px;
    border-radius: 6px;
}
.masterstudy-authorization__actions .masterstudy-button{
    background-color: #112d3e  !important;
}

.masterstudy__login-page-form{
    background-color: #0584d4;
    padding: 20px 0px;
    border-radius: 10px;
}
.masterstudy-authorization__header-title,
.masterstudy-authorization__separator-title,
.masterstudy-authorization__checkbox-title,
.masterstudy-authorization__switch-account-title,
.masterstudy-authorization__switch-lost-pass,
.masterstudy-authorization__form-explain-pass,
.masterstudy-authorization__gdpr-text
{
    color: #fff !important;
}

.masterstudy-authorization__form-field-error{
    color: #FFEB3B !important;
}
.masterstudy-authorization__gdpr a.masterstudy-authorization__gdpr-link{
    color: #adf3ff !important;
}
.logo-wrapper img{
	max-width: 75px;
}

.edublink-header-area.edublink-navbar-expand-lg ul.edublink-navbar-nav > li.login a{
    background: #0584d4 !important;
    color: #fff;	
}

.edublink-header-area.edublink-navbar-expand-lg ul.edublink-navbar-nav > li.login a:hover{
    background: #3E4756 !important;
}

@media screen and (max-width: 767px){
    margin-bottom: 50px !important;
}

@media screen and (min-width: 1200px) and (max-width: 1220px){
    header .edublink-navbar-primary-menu li a.nav-link {
        padding: 0 10px !important;
    }
}