/*
Theme Name: Hello Elementor Child Theme
Author: Dev
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* HEADER BASE */
.headercase {
  transition: all 0.3s ease;
}

/* LOGO */
.headercase .logosito img {
  transition: all 0.3s ease;
  max-height: 90px;
}

/* HEADER DOPO SCROLL */
.headercase.scrolled {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding-top: 5px;
  padding-bottom: 5px;
}

/* LOGO PIÙ PICCOLO */
.headercase.scrolled .logosito img {
  max-height: 50px;
}

/* CONTENUTO A DESTRA */
.headercase.scrolled .elementor-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headercase.scrolled figure.wp-caption {
  display: flex;
  align-items: center;
  gap: 10px;
}

.headercase.scrolled figcaption.widget-image-caption.wp-caption-text {
  font-size: 12px;
}


/* LINK PRIVACY E COOKIE NEI TESTI */
.testo_privacy a,
.testo_cookie a {
    color: #269d93;
    font-weight: 700;
}