.swiper-wrapper .pp-image-slider-thumb-item {
  cursor: auto;
}

.single.single-gallery .elementor-location-single {
  padding-top: 130px;
}

@media (min-width: 1024px) {
  .single.single-gallery .elementor-location-single {
    padding-top: 200px;
  }
}

.sl-phone a:focus,
.sl-phone a:focus-within {
  outline: auto !important;
}



html.loader {
  overflow: hidden;
  height: 100vh;
  position: relative;
}

html.loader .elementor-location-header{
  display: none;
}

html.loader:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(255, 255, 255, 1);
  transition: all 0.3s;
  z-index: 2;
}

html.loader:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  content: "";
  z-index: 3;
  background-image: url(images/loader.gif) ;
  background-size: 100%;
 }

html.loader.loaded:before {
  display: none;
}

html.loader.loaded {
  overflow: visible;
  height: auto;
}

html.loader.loaded .elementor-location-header{
  display: block;
}

html.loader.loaded:after {
  background: rgba(255, 255, 255, 0);
  z-index: -1;
}
.page-header .entry-title.visually-hidden{
	display:none;
}