/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Global */
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}

/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  /* Global */
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 15px;
  }
  p {
    font-size: 14px;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  /* Global */
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }

  .footer-top-area {
    padding-top: 50px;
  }

  #scrollUp {
    bottom: 84px !important;
  }
  .ltn__copyright-area {
    padding-bottom: 50px;
  }
  .float {
    display: none !important;
  }

  /*AMENITIES 767*/
  .ltn__banner-style-4 {
    height: 200px;
    margin-bottom: 17px;
  }
  .ltn__banner-style-4 .ltn__banner-info h3 {
    font-size: 18px;
  }

  /*FLOOR PLANS 767*/
  .ltn__blog-title {
    font-size: 20px;
  }
  .ltn__blog-item-3 .ltn__blog-btn,
  .ltn__blog-item-4 .ltn__blog-btn {
    font-size: 15px;
  }
  .sticky-active {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: var(--white);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 10px 50px 0 rgba(46, 56, 220, 0.2);
    box-shadow: 0 10px 50px 0 rgba(46, 56, 220, 0.2);
  }

  .ltn__header-4 .ltn__header-middle-area.sticky-active,
  .ltn__header-5 .ltn__header-middle-area.sticky-active {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* Sticky Background Secondary */
  .sticky-active.ltn__sticky-bg-secondary {
    background-color: var(--ltn__secondary-color);
  }
  .sticky-active.ltn__sticky-bg-secondary .ltn__main-menu > ul > li > a,
  .sticky-active.ltn__sticky-bg-secondary .header-wishlist a,
  .sticky-active.ltn__sticky-bg-secondary .mini-cart-icon,
  .sticky-active.ltn__sticky-bg-secondary .header-feature-item h6,
  .sticky-active.ltn__sticky-bg-secondary .header-feature-item p,
  .sticky-active.ltn__sticky-bg-secondary .header-feature-icon,
  .sticky-active.ltn__sticky-bg-secondary .header-search-1 .search-icon,
  .sticky-active.ltn__sticky-bg-secondary
    .ltn__header-options
    .ltn__drop-menu
    > ul
    > li
    > a {
    color: var(--white);
  }
  .sticky-active.ltn__sticky-bg-secondary
    .ltn__header-options-2
    .header-search-1,
  .sticky-active.ltn__sticky-bg-secondary
    .ltn__header-options-2
    .header-search-1
    i,
  .sticky-active.ltn__sticky-bg-secondary
    .ltn__header-options-2
    .ltn__drop-menu
    > ul
    > li
    > a,
  .sticky-active.ltn__sticky-bg-secondary
    .ltn__header-options-2
    .mini-cart-icon
    a,
  .sticky-active.ltn__sticky-bg-secondary
    .ltn__header-options-2
    .header-wishlist {
    background: var(--white);
    color: var(--ltn__heading-color);
  }

  /* Sticky Background Black */
  .sticky-active.ltn__sticky-bg-black {
    background-color: var(--ltn__heading-color);
  }
  .sticky-active.ltn__sticky-bg-black .ltn__main-menu > ul > li > a,
  .sticky-active.ltn__sticky-bg-black .header-wishlist a,
  .sticky-active.ltn__sticky-bg-black .mini-cart-icon,
  .sticky-active.ltn__sticky-bg-black .header-feature-item h6,
  .sticky-active.ltn__sticky-bg-black .header-feature-item p,
  .sticky-active.ltn__sticky-bg-black .header-feature-icon,
  .sticky-active.ltn__sticky-bg-black .header-search-1 .search-icon,
  .sticky-active.ltn__sticky-bg-black
    .ltn__header-options
    .ltn__drop-menu
    > ul
    > li
    > a {
    color: var(--white);
  }
  .sticky-active.ltn__sticky-bg-black .ltn__header-options-2 .header-search-1,
  .sticky-active.ltn__sticky-bg-black .ltn__header-options-2 .header-search-1 i,
  .sticky-active.ltn__sticky-bg-black
    .ltn__header-options-2
    .ltn__drop-menu
    > ul
    > li
    > a,
  .sticky-active.ltn__sticky-bg-black .ltn__header-options-2 .mini-cart-icon a,
  .sticky-active.ltn__sticky-bg-black .ltn__header-options-2 .header-wishlist {
    background: var(--white);
    color: var(--ltn__heading-color);
  }

  /* Sticky Background White */
  .sticky-active.ltn__sticky-bg-white {
    background-color: var(--white);
  }
  .sticky-active.ltn__sticky-bg-white .ltn__main-menu > ul > li > a,
  .sticky-active.ltn__sticky-bg-white .header-wishlist a,
  .sticky-active.ltn__sticky-bg-white .mini-cart-icon,
  .sticky-active.ltn__sticky-bg-white .header-feature-item h6,
  .sticky-active.ltn__sticky-bg-white .header-feature-item p,
  .sticky-active.ltn__sticky-bg-white .header-feature-icon,
  .sticky-active.ltn__sticky-bg-white .header-search-1 .search-icon,
  .sticky-active.ltn__sticky-bg-white
    .ltn__header-options
    .ltn__drop-menu
    > ul
    > li
    > a {
    color: var(--ltn__heading-color);
  }
  .sticky-active.ltn__sticky-bg-white .ltn__header-options-2 .header-search-1,
  .sticky-active.ltn__sticky-bg-white .ltn__header-options-2 .header-search-1 i,
  .sticky-active.ltn__sticky-bg-white
    .ltn__header-options-2
    .ltn__drop-menu
    > ul
    > li
    > a,
  .sticky-active.ltn__sticky-bg-white .ltn__header-options-2 .mini-cart-icon a,
  .sticky-active.ltn__sticky-bg-white .ltn__header-options-2 .header-wishlist {
    -webkit-box-shadow: var(--ltn__box-shadow-1);
    box-shadow: var(--ltn__box-shadow-1);
    background: var(--white);
    color: var(--ltn__heading-color);
  }

  .header-contact-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* ltn__header-transparent */
  .ltn__header-transparent {
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: transparent;
  }
  .ltn__header-transparent .top-area-color-white {
    background-color: transparent;
  }
}
