/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

footer .menu-link {
    color:#fff !important;
}

/* Animazione per ogni lettera */
@keyframes fadeInLetter {
    to {
      opacity: 1;
    }
  }
  
  /* Stile base delle lettere */
  .slogan div {
    opacity: 0; /* Nascondi inizialmente */
    animation: fadeInLetter 0.5s forwards;
  }
  
  /* Margine tra linee */
  .slogan > div {
    margin-bottom: 10px; /* Aggiusta lo spazio tra le righe */
  }


/* Stile generale per i campi */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
}

/* Stile per i textarea */
.wpcf7 textarea {
    height: 100px;
    resize: none;
}

/* Stile per i checkbox */
.wpcf7 input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

/* Stile per il pulsante INVIA */
.wpcf7-submit {
    background-color: #00b3a6;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}

.wpcf7-submit:hover {
    background-color: #009988;
}



.wpcf7 p {
    margin-bottom: 0px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #2db7b0;
    border-radius: 0;
    background: #fff;
    padding: 10px 30px;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

span.wpcf7-list-item-label {
    color: #fff;
}

.wp-container-core-columns-is-layout-4 {
    flex-wrap: nowrap;
    gap: 0em 0 !important;
}
/*footer*/

.logo_footer{
    max-width:200px;
}

@media(max-width:767px) {
.wp-block-social-links {
    display: flex;
    justify-content: center !important;
}
}

.wp-container-core-columns-is-layout-4 {
    flex-wrap: nowrap;
    gap: 0em 0;
}

#block-12 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    text-align: end;
}


/*media 767px*/

@media(max-width:768px){
    #block-12 .wp-container-core-columns-is-layout-2 {
       
        gap: 0em 0 !important;
    }
    #block-12 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
        text-align: center;
    }

    .slogan h2, .entry-content h2 {
        
        font-size: 2rem; 
    }
    header .custom-logo-link img {
        max-width: 300px;
        width: 280px;
    }

}


/* Stile di base contact form*/
.form-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.form-field {
    flex: 1 1 25%; /* Per i desktop */
}

.form-field.full-width {
    flex: 1 1 100%; /* Campo che occupa tutta la larghezza (per textarea) */
}

.input-field {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

/* Stile per il form-actions, per il bottone e l'accettazione */
.form-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    justify-content: space-between;
}

/* Responsività per dispositivi mobili */
@media screen and (max-width: 768px) {
    .form-field {
        flex: 1 1 100%; /* I campi occupano il 100% della larghezza su dispositivi mobili */
    }
    
    .form-actions {
        width: 100%; /* Rendi il contenitore delle azioni a larghezza piena */
    }
}


#data{
    font-weight: 700;
    color:#2db7b0;
}

.contenuto-articolo{
    background: #fff;
    padding: 20px 50px;
    
    
    word-wrap: break-word; /* Per spezzare parole lunghe */
}

#titolo_articolo{
    font-size: 2rem;
    padding-top: 20px;
}

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

li#menu-item-444 span {
    display: none;
}

/*immagine post*/
img.attachment-full.size-full.wp-post-image {
    max-width: 50%;
}

@media(min-width:568px){
    .site-footer-section-2 p{
        text-align: left !important;
    }
}