/* Static recovery fixes for archived WordPress assets that were not recoverable. */
html,
body {
  overflow-x: hidden;
}

.slide-out-wrapper {
  display: none !important;
}

.slick-hero-slider img {
  width: 100%;
  height: auto;
}

.home-badge-row {
  counter-increment: badge;
}

.home-badge-icon img[src*="badge"] {
  display: none;
}

.home-badge-icon::before {
  content: "0" counter(badge);
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #ffffff;
  font-family: "Catamaran", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.home-badges {
  counter-reset: badge;
}

.fa {
  display: inline-block;
  min-width: 1em;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.fa-instagram::before {
  content: "IG";
  font-size: 0.72em;
  letter-spacing: 0.04em;
}

.fa-facebook::before {
  content: "f";
}

.fa-map-marker::before {
  content: "M";
}

.fa-angle-double-down::before {
  content: "VV";
  letter-spacing: -0.18em;
}

.fa-close::before {
  content: "X";
}

.fa-chevron-right::before {
  content: ">";
}

.fa-chevron-left::before {
  content: "<";
}

img[src*="linknow-logo-white"] {
  display: none;
}

.header-banner p,
.top-bar-section li:not(.has-form) a:not(.button),
.caption-name,
.caption-subtitle,
.located-in {
  text-wrap: balance;
}

@media only screen and (max-width: 1025px) {
  .header-wrapper i.toggle-bars::before,
  .header-wrapper i.toggle-bars::after {
    background: #ffffff;
  }

  .header-banner p {
    text-align: center;
    line-height: 1.4;
  }

  .slider-wrapper {
    min-height: 520px;
  }

  .tagline-bar {
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .slider-wrapper {
    min-height: 430px;
  }

  .slider-caption {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .slider-caption p.caption-name {
    letter-spacing: 0.12em;
  }
}
