.ti-home,
.ti-tablet,
.ti-email,
.ti-facebook,
.ti-twitter,
.ti-twitter-alt,
.ti-instagram,
.ti-skype,
.lnr {
  font-family: inherit !important;
  font-style: normal;
}

.ti-home::before,
.ti-tablet::before,
.ti-email::before,
.ti-facebook::before,
.ti-twitter::before,
.ti-twitter-alt::before,
.ti-instagram::before,
.ti-skype::before,
.lnr::before {
  display: inline-block;
  line-height: 1;
}

.ti-home::before {
  content: "\1F4CD";
}

.ti-tablet::before {
  content: "\260E";
}

.ti-email::before {
  content: "\2709";
}

.ti-facebook::before {
  content: "f";
  font-weight: 700;
}

.ti-twitter::before,
.ti-twitter-alt::before {
  content: "x";
  font-weight: 700;
}

.ti-instagram::before {
  content: "\25CC";
}

.ti-skype::before {
  content: "s";
  font-weight: 700;
}

.lnr-phone-handset::before {
  content: "\260E";
}

.lnr-envelope::before {
  content: "\2709";
}

.lnr-clock::before {
  content: "\23F0";
}

.footer-area .lnr,
.contact-info__icon i,
.contact-info__icon .lnr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.4em;
}

.contact-page-simple .main-titles,
.contact-page-simple .line,
.contact-page-simple .contact-intro {
  text-align: center;
}

.contact-page-simple .line {
  margin-left: auto;
  margin-right: auto;
}

.contact-page-simple .contact-intro {
  max-width: 720px;
  margin: 1.5rem auto 2.5rem;
  color: #fff;
  font-size: 1.3rem;
}

.contact-card-grid {
  max-width: 100%;
  margin: 0 auto;
}

.contact-card {
  height: 100%;
  padding: 2rem 1.75rem;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #000;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  text-align: center;
  color: #fff;
}

.contact-card .contact-info__icon,
.contact-card .hours-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: #f0f0f0;
  color: #b08a45;
  font-size: 1.6rem;
}

.contact-card-grid .col-md-4 .contact-info__icon,
.contact-card .hours-icon {
  display: none;
}

.contact-card h3 {
  margin-bottom: 0.5rem;
}

.contact-card-grid .col-md-4 .contact-card h3 {
  font-size: 1.35rem;
}

.contact-card p:last-child,
.contact-card ul:last-child {
  margin-bottom: 0;
}

.contact-card a {
  color: inherit;
}

.contact-card p,
.contact-card li,
.contact-card strong,
.contact-card h3 {
  color: #fff;
}

.opening-hours-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.opening-hours-list li + li {
  margin-top: 1rem;
}

.opening-hours-list strong {
  display: block;
  margin-bottom: 0.25rem;
}

.contact-map-frame {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.google-map {
  margin-top: 3rem;
}

@media (max-width: 767.98px) {
  .contact-card {
    padding: 1.5rem 1.25rem;
  }
}
