h2 {
  text-transform: none;
  letter-spacing: 0px;
}
h3 {
  letter-spacing: 0px;
}
h4 {
  letter-spacing: 0px;
}
p {
  line-height: 28px;
  font-size: 16px;
  color: #222222;
}
li {
  font-size: 16px;
}
.flag {
  width: 27px;
  height: 21px;
  border-radius: 4px;
}
#header .header-nav.header-nav-links nav > ul li:hover > a {
	color: #fff;
}
#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
	color: #fff;
}
.custom-hero {
  background-position: 50% 25%;
}
.card-body {
  border: 1px solid #ccc;
  color: #004dda;
  border-radius: 10px;
}
.text-cstm {
  font-size: 16px;
}
.custom-el-pos-1 {
  margin-top: -100px;
}
.modal-body {
  text-align: left;
}
.btn-whatsapp {
  background-color: #25d366;
  margin: 2px;
}
.btn-whatsapp:hover {
  background-color: #128C7E;
}
.btn-whatsapp:active {
  background-color: #128C7E !important;
}
.text-whatsapp {
  font-size: 1.2em;
  text-transform: none;
  display: inline-flex;
  line-height: 2;
}
.btn-whatsapp i {
  margin-right: 5px;
}
.custom-venue-info {
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: -220px;
}
footer em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}
.link-footer {
  color: #fff !important;
}
.link-footer:hover {
  color: #ccc !important;
}
.glass-btn {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  line-height: 110px;
  display: inline-block;
  text-align: center;
  background: rgba(255,255,255,0.8);
  position: relative;
  border: 3px solid #fff;
}
.glass-btn:hover  {
  background: #FFC107;
  color: #000;
}
.glass-btn:active {
  background: #FFC107 !important;
  border: 3px solid #FFC107 !important;
  color: #000;
}
.glass-btn i {
  line-height: 90px;
  text-align: center;
  color: #000;
  position: relative;
  bottom: 2px;
  font-size: 50px;
}
.custom-venue-info::after {
  z-index: -1;
}
.puntato {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0px;
}

.puntato li {
  line-height: 28px;
  font-size: 16px;
}
section.section.section-background {
  background-repeat: no-repeat;
  background-position: 30% 0%;
}
.form-control {
  border-color: #212529;
}
.form-check-input {
  border-color: #212529;
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
form label {
  display: inline;
}
.footer-copyright hr {
  background: rgba(255,255,255,0.1);
}
.ghire-link {
  white-space: nowrap;
}
.ghire-link span {
  text-transform: uppercase;
  font-weight: 600;
}
.booking-cta {
  position: relative;
  overflow: hidden;
}
.booking-cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
  padding-bottom: 100%;
  border-radius: 50%;
  zoom: 0;
  animation-name: cta-animation;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes cta-animation {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  75% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@media (max-width: 991px) {
.custom-hero {
  background-position: 50% 30%;
  }
.area-cnt {
  text-align: center;
  }
.area-cnt ul {
  padding-left: 0px;
  }
.area-cnt li {
  display: block;
  }
}

@media (min-width: 992px) {
  #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
    padding: 8px;
  }
}