/*
Theme Name: Auro
Theme URI: https://www.aurogourmet.com/
Description: Thème du site web Auro
Author: Korigan
Author URL: https://www.korigan.fr
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementorchild
*/

body.page-id-24 header svg * {
    fill: var(--e-global-color-text)!important;
}

body.page-id-24 header a {
    color: var(--e-global-color-text)!important;
}

.gform-body input[type="email"] {
    border-radius: 100px!important;
    border: 0!important;
    padding: 2em!important;
}

.gform-footer {
    justify-content: center!important;
}

.gform-footer .gform_button {
    background: transparent!important;
    box-shadow: none!important;
    border: 1px solid var(--e-global-color-text)!important;
    border-radius: 100px!important;
    padding: 0.75em 2em!important;
    font-size: 1.125rem!important;
    color: var(--e-global-color-text)!important;
    font-weight: 700!important;
}

.gform-footer .gform_button:hover {
    background:var(--e-global-color-accent)!important;
    color: var(--e-global-color-2f39676)!important;
    border-color:var(--e-global-color-accent)!important;
}

footer .gform_wrapper form {
    display: flex;
    gap:10px;
}

footer .gform_wrapper form .gform_body {
    width: 100%;
}

footer .gform_wrapper form .gform_footer {
    margin:0!important;
}

footer .gform_wrapper form .gform_footer .gform_button {
    border: 1px solid var(--e-global-color-2f39676)!important;
    color: var(--e-global-color-2f39676)!important;
}

footer .elementor-widget-wp-widget-gform_widget h5 {
    color: var(--e-global-color-2f39676)!important;
}

.gform_confirmation_message {
    text-align: center!important;
    font-weight: 700!important;
    color: #75af78!important;
}