html,
body {
  min-height: 100%;
}

body {
  min-height: 100vh;
}

#outer-wrap.site,
#wrap {
  min-height: 100vh;
}

#wrap {
  display: flex;
  flex-direction: column;
}

#wrap > main.site-main {
  flex: 1 0 auto;
}

#wrap > footer.site-footer {
  flex-shrink: 0;
}

.elementor-invisible {
  opacity: 1 !important;
  visibility: visible !important;
}

.lastudio-dropbar:not(.lastudio-dropbar-open) .lastudio-dropbar__content-wrapper {
  display: none !important;
}

.lastudio-dropbar.lastudio-dropbar-open .lastudio-dropbar__content-wrapper {
  display: block !important;
}

body.static-lightbox-open {
  overflow: hidden;
}

.static-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: none;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: rgba(9, 8, 16, 0.94);
  color: #fff;
}

.static-lightbox.is-open {
  display: grid;
}

.static-lightbox__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 12px 18px;
}

.static-lightbox__title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.4;
}

.static-lightbox__counter {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.static-lightbox__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 18px 78px;
}

.static-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}

.static-lightbox__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  font: inherit;
}

.static-lightbox__button:hover,
.static-lightbox__button:focus {
  background: rgba(255, 255, 255, 0.24);
  outline: none;
}

.static-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px 16px;
}

.static-lightbox__nav--prev {
  left: 18px;
}

.static-lightbox__nav--next {
  right: 18px;
}

.static-lightbox__caption {
  min-height: 46px;
  padding: 0 18px 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.elementor-widget-video.static-archive-video-ready .elementor-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.elementor-widget-video.static-archive-video-ready .static-video-embed {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 700px) {
  .static-lightbox__stage {
    padding: 12px 10px 70px;
  }

  .static-lightbox__nav {
    top: auto;
    bottom: 14px;
    transform: none;
  }

  .static-lightbox__nav--prev {
    left: 14px;
  }

  .static-lightbox__nav--next {
    right: 14px;
  }
}
