.elementor-1804 .elementor-element.elementor-element-4467824e{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1804 .elementor-element.elementor-element-3e8f466{text-align:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-45a07732 */#pmpro_pricing_fields {
    display: none;
}

.elementor-1804 .elementor-element.elementor-element-45a07732 input[type=submit] {
    border-radius: 50px;
    background-color: #3d433c
}

.elementor-1804 .elementor-element.elementor-element-45a07732 input[type=submit]:hover {
    background-color: #636a5f;
    transition-duration: 0.5s;
}

.pmpro_form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Posizionamento relativo per il contenitore */
}

.pmpro_card{
    box-shadow: none!important;
}

#pmpro_submit_span {
    display: flex;
    justify-content: center;
    align-items: center;
}

#pmpro_processing_message {
display: none;
}

#pmpro_user_fields > div > div.pmpro_card_actions {
    
    font-size: 18px;
}

/* Set the form container as a flexbox */
#pmpro_form {
    display: flex;
    flex-direction: column;
    box-shadow: none;
}



#pmpro_message {
    order: 1;
}
/* Target the More Information section and move it before Account Information */
#pmpro_form_fieldset-user-information {
    order: 2;
}

/* Target the Account Information section and move it after More Information */
#pmpro_user_fields {
    order: 3;
}

/* Target the Weekly Free Classes section and move it below the Account Information */
#pmpro_form_fieldset-yes-i-would-like-to-get-access-to-weekly-free-classes {
    order: 4;
}

/* Target the Privacy Policy section and move it below the Weekly Free Classes */
#pmpro_form_fieldset-privacy-policy {
    order: 5;
}

#pmpro_message_bottom{
    order: 6;e;
}

/* Ensure the submit button stays at the bottom */
.pmpro_form_submit {
    order: 7;
}

.pmpro_captcha {
    order: 8;
  
}/* End custom CSS */