/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-header {
	display:none;
}

.site-footer {
	display:none;
}

/* === LE JOUR SERIF === */
@font-face {
    font-family: 'LeJourSerif';
    src: url('/wp-content/uploads/2026/02/LeJourSerif.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* === LE JOUR SCRIPT === */
@font-face {
    font-family: 'LeJourScript';
    src: url('/wp-content/uploads/2026/02/LeJourScript.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h4, .entry-title {
    font-family: 'LeJourSerif', serif;
}

.accent-script {
    font-family: 'LeJourScript', cursive;
}

/* === FORM === */
/* TESTO GENERALE */
.wpcf7 {
    color: #ffffff;
}

.wpcf7 h2,
.wpcf7 h3,
.wpcf7 p,
.wpcf7 label {
    color: #ffffff;
}

/* INPUT */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 12px;
    margin-top: 6px;
    margin-bottom: 16px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 8px;
    background: transparent;
    color: #ffffff;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: rgba(255,255,255,0.7);
}

/* BLOCCO PERSONA */
.persona {
    margin-top: 30px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 16px;
}

/* TITOLI PERSONA */
.persona h3 {
    font-family: 'LeJourSerif', serif;
    color: #ffffff;
    margin-bottom: 10px;
}

/* RADIO E SELECT */
.wpcf7-list-item-label {
    color: #ffffff;
}

/* BOTTONE */
.wpcf7 input[type="submit"] {
    background: #ffffff;
    color: #686F45;
    font-family: 'LeJourSerif', serif;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 14px 28px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
    background: rgba(255,255,255,0.85);
}

/* Gruppi checkbox più leggibili */
.wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 10px;
}

.wpcf7 input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
}

/* Campo "Specificare" leggermente più stretto/raffinato */
.wpcf7 input.intol-altro {
    margin-top: 8px;
}