/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
  


@font-face {
    font-family: BrushS;
    font-style: normal;
    font-weight: 100;
    src: local('brushscript'),url('../../../uploads/fonts/brushscript/BrushScriptBT-Regular.ttf') format('truetype')
}
*/
html {
  scroll-padding-top: 125px;
}
figure {
	font-size: 0;
}


/* ------------------------------  vado a customizzare il Form contatti */

label[for="accettazione_privacy"] {
    display: block;
    font-weight: bold;
}
.wpcf7-acceptance span > label{
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: grey;
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 13px 54px;
    border-width: 0;
    margin-top: 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: black;
}

/* ai code */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 15px;
}

.column {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.25rem;
    position: relative;
}

.form-check input[type="checkbox"] {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.5em;
}

.required {
    color: red;
}

/* Stili per la sezione "Richiedo..." in riga */
.checkbox-grid#scelte {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

/* Stili per la sezione "Sono interessato a..." in griglia */
#interessi {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 5px; /* Ridotto il gap per un aspetto più compatto */
    margin-bottom: 15px;
}

#interessi .wpcf7-list-item {
    display: block; /* Ogni checkbox e label occupa un blocco */
    margin-bottom: 5px; /* Aggiunto un po' di spazio verticale tra gli elementi */
}

/* Stile per il campo commento a tutta larghezza */
#commento {
    width: 100%;
}

.errore-checkbox {
    color: red;
    display: block;
    margin-top: 5px;
}

.errore-campo {
    color: red;
    display: block;
    margin-top: 5px;
}

.errore-privacy {
    color: red;
    display: block;
    margin-top: 5px;
}

