/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Tema hijo de Hello Elementor
Author: MMazuecos
Author URI: https://pasoblanco.org
Template: hello-elementor
Version: 1.0
*/
/* PAGINA MI CUENTA*/
/*Ocultar botones navegacion pagina mi cuenta original memberpress*/
/*div#mepr-account-nav {
    margin-bottom:25px;
    width: auto !important;
    display: none;
  }
/*Añadir margenes al formulario de mi cuenta*/
.mp_wrapper {
    overflow: inherit;
    margin: 20px; /* Margen de 10px en todas las direcciones */
    max-width: 1400px !important; */
    /* margin: 0 auto; */
    box-sizing: border-box;
  }

  /*Ocultar precio suscripciones*/
.mp_wrapper .mepr_price label, 
.mp_wrapper .mepr_price .mepr_price_cell, 
.mp_wrapper .mepr_price .mepr_price_cell_label {
  display:  none !important;
}

/*Boton formularios*/
/*[type=button],[type=submit],button {
    display: inline-block;
    font-weight: 600;
    color: #1B252F !important;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent !important;
    border: 2px solid #1B252F !important;
    padding: .5rem 1rem;
    font-size: 2rem;
    border-radius: 3px;
    transition: all .3s
}









