/**
* Theme Name: Educamb Child
* Description: This is a child theme of Educamb, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themekalia">Theme Kalia</a>
* Template: educamb
* Version: 1.5
*/

:root {
    --thm-base: #00a89e !important;
}

/* custom styling */

input {
    text-transform: none !important;
}

.single-course-page .inner-content {
    padding-bottom: 75px;
}

.inner-content .course-pre {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.main-menu.style3 .learner-portal-btn {
    display: none;
}
.learner-portal-btn > a {
    color: rgb(0, 93, 215) !important;
}
.main-menu .learner-portal-btn .icon-account {
    padding-right: 0.25rem;
    padding-bottom: 0.1rem;
}
.tutor-modal-content {
    margin-top: 100px;
}

#tutor-registration-form p {
    font-size: 0.9rem;
    text-align: center;
    padding-top: 0.5rem;
    font-weight: 400;
}

.tutor-checkout-billing {
    .nice-select {
        display: none;
    }
    select {
        display: block !important;
    }
}

#user_billing_form {
    .nice-select {
        display: none;
    }
    select {
        display: block !important;
    }
}

.single-course-page .inner-content h2 {
    font-size: 2.75rem;
}

.single-course-page .breadcrumb-menu {
    display: none;
}

.tutor-checkout-details-inner .tutor-btn-link {
    padding: 0 24px !important;
}

#tutor-apply-coupon-button {
    overflow: unset;
}

.tutor-billing-fields {
    input.tutor-form-control {
        padding-left: 0.75rem !important;
    }
}

.tutor-forgot-password-form {
    margin-top: 250px !important;
}
