/*
 Theme Name:     Le Avventure di Milo
 Theme URI:      https://www.studiolodesign.it
 Description:    Le Avventure di Milo
 Author:         Studiolo
 Author URI:     https://www.studiolodesign.it
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here */

@media screen and (max-width: 980px) {
    header.et-l--header {
        height: auto!important;
    }
}

.title-confusella {
  text-align: left;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}

/* --- MILO --- */
.title-confusella .milo {
  font-weight: 700; /* bold */
  font-size: 60px; /* desktop grande */
  display: inline-block;
  margin-right: 0.25em;
}

/* --- E LA --- */
.title-confusella .ela {
  font-weight: 300; /* light */
  font-size: 40px; /* desktop più piccolo di MILO */
  display: inline-block;
  vertical-align: baseline;
  letter-spacing: 0.03em;
}

/* --- CONFUSELLA --- */
.title-confusella .confusella {
  display: inline-block;
  font-weight: 700;
  margin-top: 0.15em;
}

.title-confusella .confusella .big {
  font-size: 60px; /* lettere grandi */
  display: inline-block;
}

.title-confusella .confusella .small {
  font-size: 40px; /* lettere piccole */
  display: inline-block;
  vertical-align: baseline;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .title-confusella .milo {
    font-size: 40px;
  }

  .title-confusella .ela {
    font-size: 28px;
  }

  .title-confusella .confusella .big {
    font-size: 40px;
  }

  .title-confusella .confusella .small {
    font-size: 28px;
  }
}

#cmplz-document {
    max-width: 100%!Important;
}
