/* VARS */
:root {
  --ltn__secondary-color: #e73132;
  --ltn__paragraph-color: #343435;;
}

/* TITOLI */
.ltn__section-title-2 .section-title { font-size: 36px; }
@media (max-width: 767px){
  .ltn__section-title-2 .section-title { font-size: 26px; }
}

/* VARIE */
.text-white, .text-white * { color: #FFF !important; }

/*
STRUTTURA DEL SITO
*/

/* TOP AREA */
.ltn__header-top-area { border-color: rgba(255,255,255,.3); }
.ltn__header-top-area .ltn__top-bar-menu > ul > li { margin-right: 20px; }
.ltn__header-top-area .ltn__language-menu .active-currency { padding: 0 10px; }
.ltn__header-top-area .ltn__language-menu .dropdown-toggle::before { content: "\e939"; top: 54%; }

/* NAVBAR */
.ltn__header-middle-area .site-logo img { height: 60px; width: auto; }
.ltn__header-middle-area .menu-icon > a::before { content: "\f078"; }
.ltn__header-middle-area .ltn__main-menu > ul > li > a { color: #FFF; }
.ltn__header-middle-area.sticky-active .ltn__main-menu a { color: var(--ltn__paragraph-color); }

/* MENU MOBILE */
.ltn__utilize-menu-head .ltn__utilize-close { color: #333; }

/* BREADCRUMB */
.ltn__breadcrumb-area { padding-top: 180px; padding-bottom: 40px; }
.ltn__breadcrumb-area .page-title { font-size: 45px; }
.ltn__breadcrumb-inner { text-align: center; }

/* FOOTER */
.footer-logo img { width: 240px; height: auto; }

/*
SINGOLE PAGINE
*/

/* HOME-PAGE */
.ltn__slide-item-2 {
  height: 100vh;
  padding-top: 0;
}
.lista-materiali li { font-size: 22px; margin-top: 0.7rem;}

/* GALLERY */
.ltn__gallery-item-inner { background-color: #FFF; }

/* CONTATTI */
.google-map { height: 600px; }
.google-map iframe { width: 100%; height: 100%; }

/* LISTA CARATTERISTICHE */
ul.lista-caratteristiche { list-style-type: none; margin: 0; padding: 0; }
.lista-caratteristiche li { padding: 10px 0; border-bottom: 1px solid #DDD; margin: 0; }
.lista-caratteristiche li > strong { color: var(--ltn__secondary-color); }