/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

main.memberpressproduct {
    position: relative;
}

main.memberpressproduct::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1;
}
form.mepr-form {
    padding: 0;
    background-color: #F5FAFA; 
}

form.mepr-form .mp-form-label {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}
.mp_wrapper .mepr-form-has-errors, 
.mp_wrapper .cc-error, 
.mp_wrapper .mepr-validation-error {
    padding-left: 0 !important;
}

form.elementor-form button[type="submit"].elementor-button {
    background-color: #CABEFF !important;
    color: #383838 !important;
    border-radius: 24px !important;
    text-transform: uppercase !important;
    display: block !important;
    width: 100% !important;
}

form.mepr-form input.mepr-form-input,
form.mepr-form textarea.mepr-form-input,
.mp_wrapper textarea, 
.mp_wrapper select, 
.mp_wrapper input[type=text], 
.mp_wrapper input[type=url], 
.mp_wrapper input[type=email], 
.mp_wrapper input[type=tel], 
.mp_wrapper input[type=number], 
.mp_wrapper input[type=password] {
    border: 1px solid #707070 !important;
    background-color: #FFFFFF !important;
    border-radius: 24px !important;
    padding: 12px 30px !important;
} 
/* form.elementor-form input:not([type="submit"]):not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), */
form.mepr-form input.mepr-submit,
form.mepr-form input[type="submit"] {
    border-color: #CABEFF;
    background-color: #CABEFF;
    border-radius: 24px;
    color: #383838;
    text-transform: uppercase;
    display: block;
    width: 100%;
}


/* Account */
#page.app-layout .site-header.account-header {
    background-color: #CABEFF !important;
}
#page.app-layout .site-main {
    margin-top: 20px;
}
#mepr-account-nav .mepr-nav-item.--active a, 
#mepr-account-nav .mepr-nav-item.mepr-active-nav-tab a {
    background-color: #CABEFF !important;
    color: #383838 !important;
}
#mepr-account-nav .mepr-nav-item a::before {
    display: none !important;
}


/* Single programma */
#mpcs-sidebar {  
    right: 0;
}
#mpcs-main {
  margin-left: 0;
}

#mpcs-main #bookmark {
    background-color: #F5FAFA !important;
}
#mpcs-main #bookmark, .mpcs-lesson.current {
    background-color: #F5FAFA !important;
}
#mpcs-main #bookmark a.btn {
    background-color: #CABEFF !important;
    background-color: #CABEFF !important;
    color: #383838 !important;
    text-transform: uppercase;
    padding: 3px 2px 3px 17px !important;
}
.mpcs-section-title {
    background-color: #CABEFF !important;
}
#mpcs-navbar, #mpcs-navbar button#mpcs-classroom-previous-lesson-link, #mpcs-navbar button#mpcs-classroom-previous-lesson-link:hover, .mpcs-classroom div#mpcs-lesson-navigation button#previous_lesson_link, .mpcs-classroom div#mpcs-lesson-navigation button#previous_lesson_link:hover {
    background-color: #CABEFF !important;
}
body.mpcs-classroom .nav-back i,
body.mpcs-classroom .navbar-section a.btn,
.mpcs-classroom a {
    color: #383838 !important;
}
#mpcs-navbar .btn, #mpcs-sidebar-navbar .btn {  
    color: #383838;
}

/* Lessen */
#mpcs-sidebar .mpcs-sidebar-wrapper .figure img {
    max-height: 100%;
}
#mpcs-sidebar-header {
    flex-direction: column;
}
#mpcs-sidebar-header figure {
    width: 100% !important;
    max-height: initial !important;
}
.course-progress h1 {
    font-size: clamp(1.8rem, .8285vw + 1.6058rem, 2.6rem) !important;
    font-weight: 400 !important;
    text-align: center;
}

@media (min-width: 768px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}