/* GLOBAL FIX */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

/* IMAGES */
img {
  max-width: 100%;
  height: auto;
}

/* FORCE BOOTSTRAP STACKING */
@media (max-width: 991px) {
  .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* BANNER */
@media (max-width: 576px) {
  .header-text {
    padding: 0 15px;
    text-align: center;
  }

  .header-text h2 {
    font-size: 22px;
    line-height: 1.3;
  }
}

/* FEATURED */
@media (max-width: 991px) {
  .featured .info-table,
  .featured .left-image {
    margin-bottom: 25px;
  }
}

/* FLOOR PLAN */
@media (max-width: 768px) {
  .best-deal .row {
    flex-direction: column;
  }

  .best-deal img {
    margin: 15px 0;
  }
}

/* AMENITIES */
.properties .item {
  height: auto;
}

/* CONTACT */
@media (max-width: 576px) {
  #map iframe {
    height: 280px;
  }

  .contact-content form {
    margin-top: 25px;
  }
}

/* HEADER LOGO RESPONSIVE FIX */
.logo h1 {
  font-size: 28px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .logo h1 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .logo h1 {
    font-size: 16px;
    white-space: normal;
    line-height: 1.3;
    text-align: left;
  }
}

/* BANNER TEXT RESPONSIVE */
.header-text {
  max-width: 100%;
}

.header-text h2 {
  font-size: 48px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .header-text h2 {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .header-text {
    padding: 0 15px;
    text-align: center;
  }

  .header-text h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .header-text span.category {
    font-size: 13px;
  }

  .header-text br {
    display: none;
  }
}

/* FORCE MOBILE STACKING */
@media (max-width: 768px) {
  .row {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

/* INFO TABLE MOBILE FIX */
@media (max-width: 576px) {
  .info-table ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .info-table ul li span {
    text-align: right;
    white-space: normal;
  }
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}