/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2026 | 07:51:47 */
/* FORM CONTATTI */
.wpcf7-form {
    width: 100%;
}

/* Spaziatura tra i campi */
.wpcf7-form p {
    margin: 0 0 8px !important;
}

/* Nasconde le etichette esterne */
.wpcf7-form label {
    display: block;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

/* Larghezza corretta degli elementi CF7 */
.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Campi */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form select {
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 12px;
    box-sizing: border-box;

    background: #333333 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none;

    color: #ffffff !important;
    font-family: inherit;
    font-size: 11px !important;
    line-height: 30px;
}

/* Area messaggio */
.wpcf7-form textarea {
    display: block;
    width: 100%;
    height: 105px;
    min-height: 105px;
    margin: 0;
    padding: 10px 12px;
    box-sizing: border-box;
    resize: vertical;

    background: #333333 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none;

    color: #ffffff !important;
    font-family: inherit;
    font-size: 11px !important;
    line-height: 1.4;
}

/* Placeholder */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #888888 !important;
    opacity: 1 !important;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: #888888 !important;
    opacity: 1 !important;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
    color: #888888 !important;
    opacity: 1 !important888888 !important;
    opacity:;
}

/* Campi selezionati */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    background: #383838 !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Contenitore del pulsante */
.wpcf7-form p:has(input[type="submit"]) {
    text-align: right;
    margin-top: 20px !important;
}

/* Pulsante bianco */
.wpcf7-form input[type="submit"],
.wpcf7-form .wpcf7-submit {
    display: inline-block !important;
    float: none !important;
    width: 142px !important;
    height: 45px !important;
    margin: 0 !important;
    padding: 0 !important;

    background: #f4f2f2 !important;
    background-color: #f4f2f2 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    color: #222222 !important;
    font-family: inherit;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 45px !important;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

/* Hover del pulsante */
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form .wpcf7-submit:hover {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* Spinner */
.wpcf7-form .wpcf7-spinner {
    vertical-align: middle;
    margin: 0 10px !important;
}


/* CAMPI PIÙ ALTI E TESTI PIÙ LEGGIBILI */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form select {
    height: 42px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
    line-height: 42px !important;
}

/* AREA MESSAGGIO PIÙ ALTA */
.wpcf7-form textarea {
    height: 140px !important;
    min-height: 140px !important;
    padding: 13px 14px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

/* PLACEHOLDER PIÙ VISIBILI */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #929292 !important;
    font-size: 13px !important;
    opacity: 1 !important;
}

/* SPAZIO TRA UN CAMPO E L’ALTRO */
.wpcf7-form p {
    margin-bottom: 9px !important;
}

/* DISTANZA DEL PULSANTE */
.wpcf7-form p:has(input[type="submit"]) {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}