/* lmh colors */
:root {
  --lmh-blue: #42577f;
  --lmh-blue-2: #42577f;
  --lmh-red: #dd6363;
  --lmh-btn-hover: #11162d;
  --badge-color-1: #40598073 !important;
  --badge-color-2: #40598073 !important;
}
/* colors */
.lmh-text-blue {
  color: var(--lmh-blue);
}
.lmh-bg-blue {
  background-color: var(--lmh-blue);
}
.lmh-bg-red {
  background-color: var(--lmh-red);
}
html {
  scroll-behavior: smooth;
}
body,
.text-pretty {
  text-wrap: pretty;
}
.ls-2x {
  letter-spacing: 0.04em;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
p:empty {
  display: none !important;
}
@media (min-width: 992px) {
  body {
    padding: 0 !important;
    overflow: auto !important;
  }
}
@media (max-width: 991.98px) {
  .wrapper {
    padding-top: 0;
    margin-top: 74px;
  }
  .inner-nav {
    display: block;
    padding: 20px 23px;
  }
}
.mt-header-spacer {
  margin-top: 74px;
}
.pt-header-spacer {
  padding-top: 74px;
}
.btn-brand,
.btn-primary {
  background-color: var(--lmh-blue);
  border-color: var(--lmh-blue);
  max-width: 550px;
}
.btn-brand:hover,
.btn-primary:hover {
  background-color: var(--lmh-btn-hover) !important;
  border-color: var(--lmh-btn-hover) !important;
}
.btn-outline {
  background-color: transparent;
  color: var(--lmh-blue);
}
.btn-outline.btn-brand {
  border-color: var(--lmh-blue);
}
/* header hover  */
/* nav fav heart btn */
.header .fa-heart::before,
.header .fa-heart::after {
  opacity: 1 !important;
}
.header:hover .fa-heart::before,
.header:hover .fa-heart::after {
  color: black;
}
@media (min-width: 992px) {
  .header-small .fa-heart::before,
  .header-small .fa-heart::after {
    color: black !important;
  }
}
.header {
  top: 0;
}
.header:hover .inner-brand img {
  filter: invert(0) brightness(1) grayscale(0) !important;
}
.header:hover {
  background-color: white;
}
/* brand logo sizing */
.header .inner-brand {
  width: 120px;
  padding: 0 14px;
}
.header .inner-brand img {
  width: 100%;
}
.header-small .inner-brand {
  padding: 0 20px;
}
/* main nav - desktop */
.header.header-transparent .inner-nav > ul > li > a::after {
  width: 0;
}
@media (max-width: 991.98px) {
  .inner-navigation {
    height: calc(100vh - 73px);
    max-height: inherit !important;
    transition: height 0.4s ease-in-out;
  }
  .header-small .inner-navigation {
    height: calc(100vh - 59px);
  }
}
@media (min-width: 992px) {
  .header:hover .extra-nav > ul > li > a,
  .header:hover .inner-nav > ul > li > a {
    color: #222;
  }
  .header:hover .extra-nav > ul > li:hover > a,
  .header:hover .inner-nav > ul > li:hover > a {
    color: rgba(34, 34, 34, 0.65);
  }
}
@media (max-width: 992px) {
  .header .inner-nav .sub-menu {
    border-left: 1px solid white !important;
    padding-left: 16px !important;
    border-radius: 0;
  }
  .module {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.inner-nav .sub-menu li > a {
  white-space: nowrap;
}
/* home page */
.thumbnail-calma {
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-in-out;
}
/* home page - communities slider logo */
.community-logo-on-slider {
  width: 48%;
  /* 'height: 116px;' */
}
.img-text-container {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: #ff000082;
  z-index: 2;
  width: 67%;
  display: flex;
}
/* owl carousel - equal height fix */
.owl-equal-height .owl-stage {
  display: flex;
}
/* owl arrows */
.blog-arrows .owl-next,
.blog-arrows .owl-prev {
  background-color: #00000085;
  padding: 0 10px;
  width: 40px !important;
  height: 40px;
  margin-right: 16px;
  border-radius: 50px;
  color: white;
  border: none;
}
.blog-arrows .owl-prev {
  margin-left: 16px;
}
.blog-arrows .owl-next::before,
.blog-arrows .owl-prev::before {
  filter: invert(1);
}
.owl-communities-arrow .owl-next::before,
.owl-communities-arrow .owl-prev::before {
  width: 20px !important;
  height: 20px !important;
}
@media (min-width: 992px) {
  .owl-carousel .owl-nav {
    margin-top: 0;
  }
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 20px;
  overflow: hidden;
  font-size: 20px;
}
.owl-remote-nav .owl-prev::before,
.owl-remote-nav .owl-next::before,
.owl-nav-top .owl-prev::before,
.owl-nav-top .owl-next::before,
.owl-carousel .owl-prev::before,
.owl-carousel .owl-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.owl-remote-nav .owl-prev::before,
.owl-nav-top .owl-prev::before,
.owl-carousel .owl-prev::before {
  content: ""; /* fa-angle-left */
  background: url("/images/angle-left-solid.svg") center center no-repeat;
  background-size: 61%;
  display: block;
  width: 100%;
  height: 100%;
}

.owl-remote-nav .owl-next::before,
.owl-nav-top .owl-next::before,
.owl-carousel .owl-next::before {
  content: ""; /* fa-angle-right */
  background: url("/images/angle-right-solid.svg") center center no-repeat;
  background-size: 61%;
  display: block;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-prev::after,
.owl-carousel .owl-next::after {
  display: none !important;
}
/* Dot */
.menu-icon:before {
  content: "";
  position: absolute;
  top: 21px;
  right: 9px;
  animation: pulse 1s ease-in-out;
  animation-iteration-count: 1;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 20px;
  transition: top 05s ease-in-out;
}
.header-small .menu-icon:before {
  top: 17px;
}
/* Pulse animation */
@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.2;
  }
  50% {
    transform: scale(2);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.2;
  }
}
.btnFav {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.btnFav [type="checkbox"] {
  display: none;
}
.btnFav [type="checkbox"]:checked + label,
.btnFav label:hover {
  background: url("https://icons.getbootstrap.com/assets/icons/suit-heart-fill.svg") center center no-repeat !important;
}
.btnFav:hover {
  transform: scale(1.2);
}
.btnFav label {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  background-size: contain !important;
  cursor: pointer;
  background: url("https://icons.getbootstrap.com/assets/icons/suit-heart.svg") center center no-repeat;
}
#filterCollapse .offcanvas-body h5 {
  margin-bottom: 20px;
}
.checkbox-list img {
  display: none;
}
/* Home Page Only - delaying logo appearance on first load to avoid color logo and white logo appearance issue */
.header .inner-brand {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
}
.header .inner-brand.logo-loaded {
  visibility: visible;
  opacity: 1;
}
/* home page color logo and white logo appearance */
@media (min-width: 992px) {
  .header:not(.header-small) .inner-brand img {
    filter: invert(1) brightness(2) grayscale(1);
  }
}
/* filter panel custom */
.off-canvas-sidebar-open .off-canvas-sidebar.custom {
  transform: translateX(-375px);
}
.off-canvas-sidebar.custom {
  width: 375px !important;
  right: -375px;
}
.off-canvas-sidebar h5 {
  color: inherit;
  margin-bottom: 18px;
}
.off-canvas-header {
  margin: 0;
}
.off-canvas-clear {
  font-size: 9px;
}
.off-canvas-sidebar.custom .off-canvas-sidebar-wrapper {
  padding: 20px;
}
.off-canvas-sidebar-wrapper .btn-outline-danger {
  color: #dc3545;
}
@media (min-width: 992px) {
  .off-canvas-sidebar.custom {
    width: auto !important;
  }
  .off-canvas-lg {
    position: relative;
    right: 0;
    z-index: auto;
  }
  .off-canvas-lg .off-canvas-sidebar-wrapper {
    height: calc(100vh - 105px);
    width: auto !important;
    margin: 0 !important;
    padding: 0;
  }
  .off-canvas-lg .off-canvas-close,
  .off-canvas-lg + .offcanvas-backdrop {
    display: none !important;
  }
  .offcanvas-lg .offcanvas-body {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .offcanvas-start-lg-static {
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    background-color: transparent;
    border: none;
    overflow: auto;
    height: calc(100vh - 100px) !important;
  }
}
@media (max-width: 992px) {
  .offcanvas-start-lg-static .bg-custom-filter {
    background-color: var(--bs-light);
  }
}
/* login */
.logged-user-active > p {
  margin-bottom: 20px !important;
}
/* .btn-gmail iframe {
  width: 100% !important;
  margin: 0 !important;
} */
.btn-logout-user {
  display: none !important;
}
.logged-user-active .btn-logout-user {
  display: block !important;
}
.fixed-tooltip {
  display: none;
}
.fb-login-rendered {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* no ui slider tool tip*/
.custom-sliders div.nouislider-custom-tooltip {
  background-color: #f7f7f7 !important;
  color: black !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  font-size: 13px;
  margin-top: 14px;
  padding: 5px 20px;
  border-radius: 8px;
  min-width: 60px;
  text-align: center;
}
.width-sm {
  max-width: 180px !important;
}
.cluster {
  font-size: 1.5em;
  background-color: yellow;
  padding: 0.25em 0.5em;
  transform: rotate(5deg);
}
.red {
  color: white;
  font-size: 2em;
  font-weight: bold;
  background-color: red;
  transform: rotate(-5deg);
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-top .gmap {
    height: calc(100vh - 60px) !important;
  }
  .sticky-lg-top.collapse:not(.show) {
    display: block !important;
  }
}
.gmap {
  height: 550px;
}

/* map popup */
.popup-card {
  max-width: 190px !important;
  font-family: inherit !important;
}
.popup-card .pu-image-link,
.popup-card .pu-com-logo-link {
  display: block !important;
}
.popup-card img {
  max-width: 100% !important;
  display: block;
  margin: 0 !important;
}
.popup-card .pu-info-container {
  padding: 12px !important;
  text-align: center !important;
}
.popup-card .pu-buttons {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
}
.popup-card .pu-buttons a {
  background-color: var(--lmh-blue) !important;
  color: white;
  text-decoration: none;
  padding: 10px;
  display: block;
  margin-bottom: 10px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-size: 90%;
}
.popup-card .pu-buttons a:last-of-type {
  margin-bottom: 0 !important;
}
.popup-card .pu-com-logo-link {
  padding: 30px 20px 20px !important;
  border-bottom: 1px solid #cecece;
}
.popup-card.com-lotmap,
.custom-mappopup {
  padding: 23px !important;
  text-align: center !important;
  line-height: 1.6 !important;
  font-family: inherit !important;
  font-size: inherit !important;
}
.popup-card.com-lotmap .pu-info-container {
  padding: 0 !important;
}
.gm-style-iw-d > div > div.custom-mappopup {
  padding: 20px 15px 4px !important;
}
/* map popup - google classes reset */
.gm-style-iw-chr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gm-style-iw.gm-style-iw-c,
.gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
}

.gm-style-iw-d > div > div {
  padding: 0 !important;
  color: black;
}

/* blog carousel */
@media (max-width: 768px) {
  .blog-carousel .portfolio-item .portfolio-item-caption {
    position: relative !important;
    transform: inherit !important;
  }
  .blog-carousel .portfolio-item .portfolio-item-img {
    top: 0 !important;
  }
}
@media (max-width: 992px) {
  .module-cover.fullscreen {
    height: calc(100vh - 140px) !important;
  }
}
.author-image {
  width: 110px;
}
.module-cover-half {
  padding: 60px 0 60px !important;
}
@media (max-width: 992px) {
  .module-cover {
    padding: 60px 0 60px;
  }
}
/* virtual tour responsive iframe */
.responsive-iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 992px) {
  .floorplan-height-fix {
    height: calc(100vh - 180px) !important;
  }
}
.floorplan-height-fix img {
  max-width: 100%;
  max-height: 100%;
}
/* arrows */
.arrows-top-right .owl-carousel .owl-next,
.arrows-top-right .owl-carousel .owl-prev {
  top: -34px;
  left: inherit !important;
  right: 0;
}
.arrows-top-right .owl-carousel .owl-next,
.arrows-top-right .owl-carousel .owl-next:hover {
  right: 0;
}
.arrows-top-right .owl-carousel .owl-prev,
.arrows-top-right .owl-carousel .owl-prev:hover {
  left: inherit;
  right: 30px;
}
.arrows-top-right .owl-carousel .owl-next:hover,
.arrows-top-right .owl-carousel .owl-prev:hover {
  color: inherit;
}
.offcanvas {
  z-index: 1060;
  /* Ensure this is higher than other overlapping elements */
}
.floorplan-module .nav-tabs {
  gap: 26px;
}
.floorplan-module .nav-tabs .nav-link.active,
.floorplan-module .nav-tabs .nav-item.show .nav-link {
  border-color: var(--lmh-blue) !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: none;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* theme form element style adjustments */
.form-control,
.form-select,
.form-check-input {
  border-color: #c3c3c3;
  font-size: inherit;
}
.form-check-input:checked[type="checkbox"] {
  accent-color: inherit !important;
}

.post .post-title {
  font-size: 1rem;
}

.inner-nav .sub-menu:not(.mega-menu-row) li.menu-item-has-children > a::after {
  position: relative;
  display: inline-block;
  top: inherit;
  margin: inherit;
  right: inherit;
}
