/**
 * Estilos personalizados del child theme.
 * Mantén aquí los cambios para no tocar el theme padre.
 */

.gdlr-header-wrapper{ background-color: #ffffff; }
.top-navigation-wrapper, .gdlr-logo-right-text{ color: #000; }
.top-navigation-wrapper a, .gdlr-logo-right-text a{ color: #000; }

/* Botón Donate Now en la lista de causas */
body.charityhub-child-active .gdlr-cause-item .gdlr-button,
body.charityhub-child-active .gdlr-cause-grid .gdlr-button,
body.charityhub-child-active .gdlr-cause-thumbnail-list .gdlr-button {
    background-color: red !important;
    color: #ffffff !important;
    border-color: red !important;
}

/* Hover del botón Donate Now */
body.charityhub-child-active .gdlr-cause-item .gdlr-button:hover,
body.charityhub-child-active .gdlr-cause-grid .gdlr-button:hover,
body.charityhub-child-active .gdlr-cause-thumbnail-list .gdlr-button:hover {
    background-color: #b30000 !important;
    color: #ffffff !important;
    border-color: #b30000 !important;
}

/* Botón Donate dentro de la ventana emergente */
body.charityhub-child-active .gdlr-paypal-form-wrapper input[type="submit"] {
    background-color: red !important;
    color: #ffffff !important;
    border-color: red !important;
}

/* Hover del botón Donate dentro de la ventana emergente */
body.charityhub-child-active .gdlr-paypal-form-wrapper input[type="submit"]:hover {
    background-color: #b30000 !important;
    color: #ffffff !important;
    border-color: #b30000 !important;
}

/* Cuadros de monto del modal de donación */
body.charityhub-child-active .gdlr-paypal-form-wrapper .gdlr-amount-button {
    background-color: #ffffff !important;
    color: #333333 !important;
    border: 2px solid red !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Cuando pasas el mouse encima */
body.charityhub-child-active .gdlr-paypal-form-wrapper .gdlr-amount-button:hover {
    background-color: red !important;
    color: #ffffff !important;
    border-color: red !important;
}

/* Cuando el monto está seleccionado */
body.charityhub-child-active .gdlr-paypal-form-wrapper .gdlr-amount-button.active {
    background-color: red !important;
    color: #ffffff !important;
    border-color: red !important;
}


/* Participants Database - botón Registrarse */
body.charityhub-child-active .field-group-submit .submit-buttons input.pdb-submit {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: #dd3333 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 14px 24px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}

body.charityhub-child-active input.pdb-submit:hover,
body.charityhub-child-active .participants_db input.pdb-submit:hover,
body.charityhub-child-active .pdb-signup input.pdb-submit:hover,
body.charityhub-child-active .button-primary.pdb-submit:hover {
    background-color: #b30000 !important;
    color: #ffffff !important;
}


