﻿body {
  background-color: var(--bs-light);
}
video {
  width: 100%;
  display: block;
  height: 500px;
}
.mf-menu {
  margin: 0 !important;
  padding: 0 !important;
}
.embed-responsive-16by9::before {
  padding: 0 !important;
}
.video-container {
  overflow: hidden;
  position: relative;
}
.video-container::after {
  padding: 0 !important;
  display: block;
  content: "";
}
.embed-container embed,
.embed-container iframe,
.embed-container object,
.home-slide-inner .home-slide,
.home-slide-inner .home-slide-caption,
.home-slide-inner .home-slide-caption .sh-video-container .home-slide-inner .home-slide-caption-inner,
.home-slide-inner .home-slide-caption-inner .video,
.home-slide-inner .home-slide-caption-inner video,
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* hero */
/* #homeSlider a {
  display: block;
}
#homeSlider a:last-of-type img {
  display: none;
}
@media (max-width: 992px) {
  #homeSlider a:first-of-type img {
    display: none;
  }
  #homeSlider a:last-of-type img {
    display: block;
  }
} */
.legend-dot,
.logged-user img {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .height-match-gmap {
    height: calc(100vh + 10px);
    overflow-y: auto !important;
  }
}
.mf-community-logo,
.mf-lmh-logo {
  display: none;
}
@media (max-width: 992px) {
  .lotmap-left-panel {
    max-width: 500px;
    margin: 0 auto 28px;
  }
}
/* map popup */
.custom-mappopup {
  font-size: 120%;
  padding: 15px 10px 0;
  width: 180px;
  font-weight: 400;
  text-align: center;
}
.custom-mappopup > div {
  margin: 0 0 8px;
}
.custom-mappopup > div:nth-child(7) {
  margin-top: 18px;
}
.custom-mappopup > div:nth-child(8) {
  margin-bottom: 18px;
}
.custom-mappopup > div:first-of-type {
  font-weight: bolder;
  margin-bottom: 14px;
  font-size: 160%;
}
.custom-mappopup .lead {
  font-weight: inherit;
}
.custom-mappopup .btn {
  background-color: var(--lmh-blue);
  border-radius: 50px;
  color: white;
  font-weight: bolder;
  text-transform: uppercase;
  display: block;
  margin-top: 8px;
  padding: 12px;
}
/* show on map msg style */
#statusmsg {
  position: absolute;
  z-index: 9;
  top: -46px;
  border-radius: 7px;
  color: white;
  font-weight: 600;
  font-size: 100%;
  background-color: #e1f1e1;
  padding: 5px 15px;
}
@media (max-width: 992px) {
  #statusmsg {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    top: 0;
  }
}
.sh-video-container {
  width: 100%;
  max-height: 650px;
  overflow: hidden;
  position: relative;
}
.sh-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translate(0, -325px);
}
@media (max-width: 992px) {
  .sh-video-container video {
    transform: translate(0, 0);
  }
}
.video-tint:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
