/* -------------------------------------------------------------------------------- */
/*   INDEX
      1. GENERAL
      2. HELPERS
      3. TYPOGRAPHY
      4. HEADER
      5. FOOTER
      6. GRID SYSTEM
      7. WORDPRESS
      8. MEDIA QUERIES
      9. PRELOADER
      10. ANIMATIONS
      11. PATTERNS
/* -------------------------------------------------------------------------------- */




/* -------------------------------------------------------------------------------- */
/* ! 1. GENERAL */
/* -------------------------------------------------------------------------------- */

:root { --site-text-color: #36393B;}



/* -------------------------------------------------------------------------------- */
/* ! 2. HELPERS */
/* -------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------- */
/* ! 3. TYPOGRAPHY */
/* -------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------- */
/* ! 4. HEADER */
/* -------------------------------------------------------------------------------- */

.header__logo-img, .header__logo_white-img {
      width: 340px;
}
.header__content {padding: 20px 0;}

.menu li a {
    font-family: 'Saira';
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
}

@media (min-width: 1190px) {

} 

@media (max-width: 1190px) {

}



/* !   ---4.1 Buttons */


.wp-block-button {font-family: 'Saira';position: relative;}
.wp-block-button__link, .cta__button a {padding-right: 60px !important;}
.wp-block-button__link:before, .cta__button:before {
    content: '';
    background: url(./img/freccia.png);
    background-repeat: no-repeat;
    position: absolute;
    opacity: 1;
    width: 24px;
    height: 24px;
    top: 14px;
    right: 22px;
    background-size: contain;
    z-index: 1;
    transition: all 0.6s cubic-bezier(.215, .61, .355, 1);
  }
  .cta__button:before {top: 12px;}
  .cta__button a:hover:before, .cta__button a:hover:after, .cta__button a:before, .cta__button a:after {background: transparent;} 

/* !   ---4.4 Social Icons */



/* -------------------------------------------------------------------------------- */
/* ! 5. FOOTER */
/* -------------------------------------------------------------------------------- */

footer {    padding: 50px 0 50px 0;}

/* -------------------------------------------------------------------------------- */
/* ! 6. GRID SYSTEM */
/* -------------------------------------------------------------------------------- */




/* -------------------------------------------------------------------------------- */
/* ! 7. WORDPRESS */
/* -------------------------------------------------------------------------------- */

/*:where(.wp-block-columns.has-background) {padding: 0 !important}*/



/* -------------------------------------------------------------------------------- */
/* ! 9. PRELOADER */
/* -------------------------------------------------------------------------------- */








/* -------------------------------------------------------------------------------- */
/* ! 10. ANIMATIONS */
/* -------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/* ! 11. PATTERNS */
/* -------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------- */
/* ! 12. PAGES */
/* -------------------------------------------------------------------------------- */

.page-template-vuota .spacer {height: 110px;}

/* -------------------------------------------------------------------------------- */
/* ! 8. MEDIA QUERIES */
/* -------------------------------------------------------------------------------- */



@media (max-width: 1400px) {



}



@media (max-width: 1199px) {


}

@media (max-width: 1023px) /* Tablet Vertical */ {

    .header__logo-img, .header__logo_white-img {
        width: 250px;
    }
    .menu {top: 85px;}
}




@media (max-width: 781px) {


}

@media (max-width: 768px) {


}

@media (max-width: 767px) {


}

@media (max-width: 576px) {





}


@media (min-width: 600px){

}

