.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:85%;}.e-con{--container-max-width:85%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    overflow-x: hidden
}
/*************************/

.wpcf7-form {
    width: 100%
}
/* Stile input e textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: none;
    border-radius: 25px;
    background-color: white;
    font-size: 16px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Disposizione campi in due colonne */
.form-row p{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0 !important;/* Distanza tra i campi */
}

.form-row .wpcf7-form-control {
    width: 48%; /* Affianca i campi */
}

/* Se il messaggio deve occupare tutta la riga */
.full-width {
    width: 100%;
}

/* Stile della checkbox */
.wpcf7-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

span.wpcf7-list-item-label {
    color: white
}

.wpcf7-checkbox input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* Stile pulsante di invio */
.wpcf7-submit {
    width: 100%;
    padding: 15px;
    background-color: #e5007d; /* Colore rosa del pulsante */
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.wpcf7-submit:hover {
    background-color: #c4006b;
}


span.wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid {
    BORDER: NONE !important;
}

@MEDIA screen and (max-width: 767px) {
    .form-row .wpcf7-form-control {
    width: 100% !important;
}

.form-row p{
    display: flex;
    flex-direction: column;
    gap: 0px;
    
}

.form-row br {
    display: none;
}
}/* End custom CSS */