        h1,
        h1 a {
            font-family: Roboto !important;                font-weight: 500 !important;
            font-size: 60px !important;
 line-height: normal;color: #ffffff !important;        }
            h2,
        h2 a {
            font-family: Roboto !important;                font-weight: 500 !important;
            font-size: 60px !important;
 line-height: normal;color: #4dafde !important;        }
            p,
        p a {
            font-family: Roboto !important;                font-weight: 300 !important;
            font-size: 18px !important;
 line-height: normal;color: #ffffff !important;        }
            h4,
        h4 a {
            font-family: Roboto !important;font-size: 22px !important;
 line-height: normal;color: #ffffff !important;        }
            h3,
        h3 a {
            font-family: Roboto !important;                font-weight: 500 !important;
            font-size: 60px !important;
 line-height: normal;color: #000000 !important;        }
            h5,
        h5 a {
            font-family: Roboto !important;font-size: 18px !important;
 line-height: normal;color: #ffffff !important;        }
    
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
///per colore testo blu
.hero-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
}

.hero-title .highlight {
  color: #4dafde;
  font-size: inherit;      /* BLOCCA IL BUG WPBakery */
  font-weight: inherit;   /* mantiene Roboto 500 */
  line-height: 1;
}
.prague-header:not(.sticky) {
    background-color: #000000 !important;
}
body {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;

.social-inline .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: none !important;


}
.social-inline {
  text-align: left !important;
  line-height: 0 !important;
}

.social-inline .vc_icon_element {
  width: auto !important;       /* rimuove 2em */
  padding-left: 0 !important;   /* toglie spazio a sinistra */
  margin-left: 1em  !important;
  margin-right: 2em !important; /* spazio minimo tra icone */
  display: inline-block !important;
}

.social-inline .vc_icon_element:last-child {
  margin-right: 0 !important;
}
   
#wpadminbar {
  display: block !important;
}


.mobile-text {
  line-height: 1;
}

@media (max-width: 768px) {
  h5.hero-title {
    font-size: 16px;
  }
