#preloader img {
  width: 100px;
}

#main-header-menu a {
  display: none;
}

#brand-logo-light,
.light_logo img,
.aside_info_wrapper .aside_logo a img {
  max-width: 50%;
}

.wptb-about-two{
  padding-bottom: 0px;
}

.aside_info_wrapper .aside_close {
  margin-bottom: 50px;
}

/* Page title background */
.pt-125 {
  padding-top: 120px !important;
}

@media screen and (max-width: 991px) {
  .pt-125 {
    padding: 60px 0px 60px 0px !important;
  }
}

@media screen and (max-width: 1199px) {
  .pt-125 {
    padding: 60px 0px 60px 0px !important;
  }
}

/* .section, section {
  padding: 50px 0px;
} */

/* About Page */
.about-us-description {
  display: block !important;
  text-overflow: clip !important;
  -webkit-line-clamp: none !important;
  -webkit-box-orient: initial !important;
}

.about-us-img > img {
  width: 486px !important;
  height: 588px;
  object-fit: cover;
}

/* Global section padding */
.wptb-pricing {
  padding: 50px 0px;
}

/* Contact Page Gmap */
.contact-gmap {
  padding: 0px 30px 30px !important;
}

/* Menu Page */
.menu-filters-content {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
  z-index: 1;
}

.menu-filters-content .filters-button-group {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  border-bottom: 1px solid var(--color-dark-seven);
  width: 100%;
}

/* Utility: visually hide elements but keep them accessible to screen readers */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}