

/* legend */
.legend-dot,
.logged-user img {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .height-match-gmap {
    height: 80vh;
    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;*/
  }
}

.cursor-pointer { cursor:pointer !important}

/* map popup */
.custom-mappopup {
  font-size: 12px;
  padding: 0;
  width: 180px;

  text-align: center;
}
.custom-mappopup > div > 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;
}


.phaseLinks {  background-color:#ff6738 !important }

@media(max-width:992px) {
    .w-lg-50 {  width:50%; }
}

