/* FORM CONTATTI */

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    border: none;
    border-bottom: 1px solid black;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0;
    background: var(--bde-palette-gradient-1-2724370a-fb82-47f3-8453-0e409468b06d);
    font-family: var(--preset-id-1f028f0c-3ae5-4391-a883-8e6b1f97aa4f-font-family);
    font-size: var(--preset-id-4cf9037e-f963-4768-b38b-66b99a1be2ae-font-size);
    font-weight: var(--preset-id-4cf9037e-f963-4768-b38b-66b99a1be2ae-font-weight);
    line-height: var(--preset-id-4cf9037e-f963-4768-b38b-66b99a1be2ae-line-height);
    text-wrap: var(--preset-id-4cf9037e-f963-4768-b38b-66b99a1be2ae-wrap);
}

.wpcf7-acceptance { margin: 10px 0 20px; }
.wpcf7-acceptance .wpcf7-list-item { margin: 0; }


.wpcf7-form input.wpcf7-submit {
    background-color: var(--bde-brand-primary-color);
    color: white;
    border: none;
    width:100%;
    padding: 1.5em;
    cursor: pointer;
    margin-top: 1vw;
    margin-bottom: -24px;
    transition: background-color 0.3s ease;
    font-size: var(--preset-id-14b864cf-70b7-49ad-84c5-3e84b8db5dc3-font-size);
    font-family: var(--preset-id-14b864cf-70b7-49ad-84c5-3e84b8db5dc3-font-family);
    font-weight: var(--preset-id-14b864cf-70b7-49ad-84c5-3e84b8db5dc3-font-weight);
    line-height: var(--preset-id-14b864cf-70b7-49ad-84c5-3e84b8db5dc3-line-height);
    letter-spacing: 0.2em;
    text-transform: var(--preset-id-14b864cf-70b7-49ad-84c5-3e84b8db5dc3-text-transform);
}


/* FORM CONTATTI - end */