/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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


*/
.contactTextBreak h4.elementor-heading-title {
    white-space: unset;
    word-wrap: break-word;
}
form.wpforms-form .wpforms-field-label,form.wpforms-form label,form.wpforms-form p,form.wpforms-form .wpforms-field-description {
    color: #e0e0e0 !important;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}
form.wpforms-form p{
    color:var(--e-global-color-primary) !important;
}
button#wpforms-submit-412 {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-accent);
    background: #fff !important;
    width: 200px;
    height: 50px;
    border-radius: 0px !important;
}
button#wpforms-submit-412:hover {
    background-color: #f2b944 !important;
    border-color: #f2b944 !important;
    color: #fff !important;
}
.cdp-copy-loader-overlay {
    display: none;
}

/* .memberprss-form .mp_wrapper form {
    max-width: 400px;
    margin: 0 auto;
    background-color: #2b2b2b !important;
    border-radius: 10px;
    padding: 20px;
} */
.memberprss-form .mp_wrapper form label {
    color: #cdcdcd;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
}
.memberprss-form .mp_wrapper form input.button-primary {
    color: black;
    background: #fff;
    border: 2px solid #fff;
    font-family: 'Open Sans';
    font-weight: 600;
}
.memberprss-form .mp_wrapper form input.button-primary:hover {
    background-color: transparent !important;
    color: #fff !important;
}
/* .memberprss-form .mepr-login-actions {
    text-align: center;
} */
.elementor-widget-text-editor a:hover,.memberprss-form .mepr-login-actions a:hover{
color: #F96B4B;
}

.single-memberpressproduct main#primary {
    background: #292929;
    width: 100% !important;
    max-width: 100% !important;
    padding: 40px 20px 40px;
}
.single-memberpressproduct div#page {
    background: #282828;
}
.single-memberpressproduct form.mepr-signup-form {
    max-width: 800px;
    margin: 0 auto !important;
    padding: 30px !important;
    background-color: #000 !important;
    border-radius: 10px;
}
.single-memberpressproduct form.mepr-signup-form .form-wrapper {
    padding: 0px 0px 0px 20px !important;
    border: 0 !important;
}
.single-memberpressproduct form.mepr-signup-form .invoice-wrapper {
    padding: 0px 20px 0px 0px;
    border-right: 1px solid #cdcdcd;
}
.single-memberpressproduct .mp-form-row {
    margin-top: 0px;
}
.single-memberpressproduct .invoice-wrapper h3.invoice-heading {
    color: #F96B4B !important;
}
.single-memberpressproduct .mepr_price_cell.invoice-amount {
    color: #d8d8d8 !important;
}
.single-memberpressproduct .mp-form-row.mepr_bold.mepr_price {
    margin-bottom: 20px !important;
}
.single-memberpressproduct a.have-coupon-link {
    color: #c36;
}
.single-memberpressproduct form.mepr-signup-form .invoice-wrapper * {
      color: #8b8b8b !important;
    border-color: #cbcbcb !important;
}
.single-memberpressproduct table.mp-table {
  background: #ffffff;
    padding: 10px;
    border-radius: 5px;
}
.single-memberpressproduct .mp-form-row label {
    color: #eaeaea;
    margin-bottom: 5px !important;
    display: inline-block !important;
}
.single-memberpressproduct .form-wrapper .mp-address-group .mp-form-row {
  
    margin-bottom: 10px !important;
}
.mepr_spacer{
	display:none !important;
}
/* .mepr-payment-methods-wrapper{
display:none !important;	
} */
@media (min-width: 1024px) {
    .mepr-checkout-container {
        flex-direction: row-reverse;
        min-height: auto;
    }
}
.mepr-checkout-container .form-wrapper input[type="submit"]{
font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    line-height: 17px;
    fill: #111111;
    background: #fff;
    color: #111111;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #111111;
}
.mepr-checkout-container .form-wrapper input[type="submit"]:hover{
background-color: #02010100;
    color: #fff;
    border-color: #fff;
}
.mepr-form input.invalid, .mepr-form select.invalid, .mepr-form textarea.invalid, .mepr-form label.mepr-checkbox-field.invalid, .mepr-form div.mepr-checkboxes-field.invalid, .mepr-form div.mepr-radios-field.invalid {
    border: 2px solid red !important;
    background-color: #ffffff !important;
}
.form-wrapper .mp-address-group .mepr-form-input, .form-wrapper .mp-address-group input[type="text"] {
    border-radius: 0.25rem;
}
.mp_wrapper .mp-form-row a {
    margin-bottom: 10px;
    width: 100% !important;
    color: #fff !important;
}
body.page-template-default.page.logged-in.admin-bar div#mpch-account-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
body.page-template-default.page.logged-in.admin-bar div#mpch-account-nav a {
    color: #fff;
    text-decoration: none;
}
body.page-template-default.page.logged-in.admin-bar span.mepr-nav-item.font-bold a,body.page-template-default.page.logged-in.admin-bar  span.mepr-nav-item a:hover {
    color: #f2b944 !important;
}
body.page-template-default.page.logged-in.admin-bar .mpch-container.alignwide>div {
    background-color: #fff;
    border-radius: 15px;
    margin: 30px auto 50px !important;
    padding: 20px !important;
}
body.page-template-default.page.logged-in.admin-bar main#content{
margin-top: 40px !important;
}
body.page-template-default.page.logged-in.admin-bar .page-header {
    text-align: center;
    color: #F96B4B;
}
body.page-template-default.page.logged-in.admin-bar .page-header .entry-title {
    font-size: 35px;
    margin: 0px 0px 30px;
}
.basicPlans .elementor-widget-container .elementor-price-table .elementor-price-table__footer {
    position: absolute;
    top: 270px;
    right: 0;
    left: 0;
}
.basicPlans .elementor-widget-container .elementor-price-table ul.elementor-price-table__features-list {
    margin-top: 70px;
}
.basicPlans .elementor-widget-container .elementor-price-table .elementor-price-table__price span.elementor-price-table__period {
    margin-top: 10px;
}
.basicPlans .elementor-widget-container .elementor-price-table ul.elementor-price-table__features-list .elementor-price-table__feature-inner {
    display: flex;
    gap: 10px;
}
.basicPlans .elementor-widget-container .elementor-price-table ul.elementor-price-table__features-list .elementor-price-table__feature-inner svg {
    width: 20px;
    margin: 0 !important;
}
.basicPlans .elementor-widget-container .elementor-price-table ul.elementor-price-table__features-list .elementor-price-table__feature-inner span {
    width: calc(100% - 31px);
}
.basicPlans .elementor-widget-container .elementor-price-table .elementor-price-table__header span {
    display: block !important;
    min-height: 60px;
}
.backToTopBtn{
    display: none;
}
body.page-template-default.page.logged-in .alignwide {
    margin-inline: 0;
}
body:not(.logged-in).page-id-239 h6 {
    position: absolute;
    z-index: 1;
    top: 645px;
    margin: 0 auto !important;
    right: 0;
    left: 0px;
    text-align: center;
    max-width: 470px;
    font-size: 16px;
    color: #5a5a5a;
}
body:not(.logged-in).page-id-239 div#mepr-template-login #mepro-login-hero .mepro-boxed {
    padding-bottom: 60px !important;
}
body:not(.logged-in).page-id-239 div#mepr-template-login .mepr-login-actions {
    text-align: center;
}
body:not(.logged-in).page-id-239 {
    background: black;
}
body:not(.logged-in).page-id-239 div#mepr_jump p {
    color: #fff;
}
.site-header .site-branding__logo {
    max-height: 100px;
    height: 100px;
}
div#mepr-template-login form#mepr_loginform h1 {
    margin-top: 0;
}
@media(max-width:1024px){
    .basicPlans .elementor-widget-container .elementor-price-table .elementor-price-table__footer {
        top: 235px;
    }
}
@media(max-width:767px){
    .basicPlans .elementor-widget-container .elementor-price-table .elementor-price-table__footer {
        top: 220px;
    }
    .basicPlans .elementor-widget-container .elementor-price-table ul.elementor-price-table__features-list {
        margin-top: 50px;
    }
    body.page-template-default.page.logged-in.admin-bar div#mpch-account-nav {
        flex-wrap: wrap;
    }
}
@media(max-width:575px){
    body:not(.logged-in).page-id-239 h6 {
        max-width: 270px;
        top: 610px;
    }
    .site-header .site-branding__logo {
        max-height: 100px;
        height: 70px;
    }
}