/* @location residences
------------------------------------ */


[data-page="location"] { background-color: var(--spanish-moss);}


/* Residences Header 
--------------------------------------------*/
.residences-header {
    padding: 4rem 0 6rem;
}
.residences-header h2 {
    font-family: var(--brolimo-font);
    font-weight: normal;
    font-variant-ligatures: discretionary-ligatures;
    text-transform: uppercase;
    color: var(--bath-salts);
    font-size: 6.6em;
    line-height: 1em;
    margin-bottom: 0;
}

@media only screen
and (min-width : 961px) {
    .residences-header {
        padding: 6.5rem 0 8rem;
    }
    .residences-header h2 {
        font-size: 12em;
        line-height: 1em;
    }
    .residences-header h2 span {
        font-size: 7.5rem;
        line-height: 1em;
        display: block;
    }
}

/* Residences Transforming
--------------------------------------------*/
.residences-transforming { margin-bottom: 9.8rem; position: relative; }
.residences-transforming .txt-box { color: var(--limestone); margin-bottom: 8rem;  }
.residences-transforming h3 { font: var(--subheader-mobile); letter-spacing: var(--subheader-mobile-letterspacing); color: var(--limestone); margin-bottom: 3rem; }
.residences-transforming .image-container { position: relative; }
.residences-transforming .image-container::before { content: ''; background: url('../../img/layout/textures/seawater.jpg') bottom no-repeat; background-size: cover; position: absolute; top: 2rem; bottom: -1.8rem; right: 7.6rem; left: 0; pointer-events: none; z-index: 1; }
.residences-transforming .image-container figure { height: 29rem; z-index: 2; }
@media only screen
and (min-width : 961px) {
    .residences-transforming { min-height: 47.4rem; margin-bottom: 20.2rem; }
    .residences-transforming h3 { font: var(--subheader); letter-spacing: var(--subheader-letterspacing); }
    .residences-transforming .image-container { position: absolute; right: 0; top: 0; width: 50%; }
    .residences-transforming .image-container::before { bottom: -2.2rem; right: 0; left: -2rem; }
    .residences-transforming .image-container figure { height: 47.4rem; }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .residences-transforming .image-container { padding-right: 4rem; }
}

/* Residences Shoppings 
--------------------------------------------*/
.residences-shopping { 
    position: relative;
}
.residences-shopping .content {
    color: var(--limestone);
    margin-bottom: 8rem;
}
.residences-shopping h2 {
    font-weight: 400;
    font-family: var(--brolimo-font);
    font-variant-ligatures: discretionary-ligatures;
    margin: 0 0 6rem;
    font-size: 6.8em;
    line-height: 1em;
    text-transform: uppercase;
}
.residences-shopping h3 {
    margin: 0 0 3rem;
    font: var(--subheader-mobile);
    letter-spacing: var(--subheader-mobile-letterspacing);
}
.residences-shopping .video-container figure {
    height: 50rem;
}
@media only screen
and (min-width : 961px) {
    .residences-shopping {
        min-height: 60.2rem;
    }
    .residences-shopping h2 {
        margin: 0 0 4rem;
        font-size: 7.5em;
        line-height: 1em;
        text-transform: uppercase;
    }
    .residences-shopping h3 {
        font: var(--subheader);
        letter-spacing: var(--subheader-letterspacing);
    }
    .residences-shopping .video-container {
        position: absolute; left: 0; top: 0; width: 44.44%;
    }
    .residences-shopping .video-container figure {
        height: 60.2rem;
    }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .residences-shopping .video-container {
        padding-left: 3rem;
    }
}

/* Residences locals 
--------------------------------------------*/
.residences-banner {
    position: relative; padding-top: 4rem; 
}
.residences-banner::after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    background: url('../../img/layout/textures/limestone.jpeg') no-repeat;
    background-size: cover;
}
.residences-banner figure {
    width: 100%;
    height: 28.5rem;
    z-index: 2;
}
@media only screen
and (min-width : 961px) {
    .residences-banner figure {
        width: 100%;
        height: 46rem;
    }
}


.residences-nearby { background-color: var(--limestone); padding: 14rem 0; }
.residences-nearby h2 { color: var(--forest); font-family: var(--brolimo-font); font-weight: 400; font-variant-ligatures: discretionary-ligatures; text-transform: uppercase; text-align: center; font-size: 4em; line-height: 1em; margin: 0 0 8rem; }
.residences-nearby .restaurants-boxes { display: flex; flex-wrap: wrap; row-gap: 6rem; align-items: center; }
.residences-nearby .restaurants-boxes .box { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 0 1rem; flex: 0 1 50%; max-width: 50%; }
.residences-nearby .restaurants-boxes .box figure { height: 6rem; margin-bottom: 1.5rem; }
.residences-nearby .restaurants-boxes .box figure img { object-fit: contain; }
.residences-nearby .restaurants-boxes .box h3 { color: var(--forest); font-family: var(--brolimo-font); font-weight: 400; font-variant-ligatures: discretionary-ligatures; text-transform: uppercase; font-size: 3.5em; line-height: 1em; margin: 0 0 .5rem; }
.residences-nearby .restaurants-boxes .box p { color: var(--spanish-moss); font-size: 1.5em; line-height: 1.5em; letter-spacing: .0133em; }
@media only screen
and (min-width : 961px) {
    .residences-nearby { padding: 12rem 0 8.5rem; }
    .residences-nearby h2 { font-size: 7.5em; margin: 0 0 10rem; }
    .residences-nearby .restaurants-boxes .box { flex: 0 1 25%; max-width: 25%; }
    
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* @end */

.mt_map_cont {
  z-index: 1; 
}
.mt_map_cont .mt_neighborhood_category {
  background-color: #575C4D;
  padding: 35px;
  margin: 0px; 
}
.mt_map_cont .mt_neighborhood_category .category-container {
  height: 95%;
  /* display: flex;
  flex-wrap: wrap;
  align-content: space-between;  */
}
.mt_map_cont .mt_neighborhood_category h3 {
  font-family: var(--brolimo-font);
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #E6DBD0; 
}
.mt_map_cont .mt_neighborhood_category .category-filter {
  width: 100%;
  background-color: #575C4D; 
}
.mt_map_cont .mt_neighborhood_category .category-filter .category-item {
  border-bottom: 2px solid rgba(210, 219, 221, 0.2); 
  font: var(--subheader);
}
.mt_map_cont .mt_neighborhood_category .category-filter .category-item .category-title {
  position: relative;
  display: block;
  padding: 13px 60px 15px 55px;
  text-transform: uppercase;
  color: #E6DBD0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background-color: #575C4D;
  border-radius: 3px;
  transition: background-color 0.2s;
  cursor: pointer; 
}
.mt_map_cont .mt_neighborhood_category .category-filter .category-item .category-title:hover {
  color: #CA8931; 
}
.mt_map_cont .mt_neighborhood_category .category-filter .category-item .category-title:hover .category-title-text .category-arrow:after, .mt_map_cont .mt_neighborhood_category .category-filter .category-item .category-title:hover .category-title-text .category-arrow:before {
  background: #CA8931; 
}
.mt_map_cont .mt_neighborhood_category .category-filter .category-title-text {
  position: relative; 
}
.mt_map_cont .mt_neighborhood_category .category-filter .category-item .category-active {
  color: #CA8931; 
}
.mt_map_cont .mt_neighborhood_category .category-filter .category-item .category-active .category-arrow:before {
  display: none; 
}
.mt_map_cont .mt_neighborhood_category .category-filter .category-item .category-title .category-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 15px;
  height: 15px;
  text-align: center;
  color: #fff;
  transition: all 0.2s ease-out; 
}
.mt_map_cont .mt_neighborhood_category .category-filter .category-item .category-title .category-arrow:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 2px;
  background: #fff;
  left: 4px;
  top: 2px; 
}
.mt_map_cont .mt_neighborhood_category .category-filter .category-item .category-title .category-arrow:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  background: #fff;
  left: 0px;
  top: 6px; 
}
.mt_map_cont .mt_neighborhood_category .category-filter .category-item .category-content {
  padding: 5px 30px 0px 55px;
  margin-bottom: 2px;
  font-size: 14px;
  display: none; 
}
.mt_map_cont .mt_neighborhood_category .category-filter .category-item .category-content p {
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
  padding-bottom: 5px;
  margin: 0px; 
  font: var(--body-copy);
  font-size: 14px;
}
.mt_map_cont .mt_neighborhood_category .category-filter .category-item .category-content p.active {
  color: #CA8931; 
}
.mt_map_cont .mt_neighborhood_category .category-filter .category-item .category-arrow-item {
  font-weight: 700; 
}
.mt_map_cont .mt_neighborhood_category .category-reset {
  padding: 13px 60px 15px 40px;
  width: 100%; 
}
@media (max-width: 991.8px) {
  .mt_map_cont .mt_neighborhood_category .category-reset {
    text-align: center; 
  } 
}
.mt_map_cont .mt_neighborhood_category .category-reset a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  color: #E6DBD0;
  cursor: pointer; 
}
.mt_map_cont .mt_neighborhood_category .category-reset a:hover {
  text-decoration: none;
  color: #CA8931; 
}
@media (max-width: 768.8px) {
  .mt_map_cont .mt_category_list > li:first-child {
    display: none !important; 
  } 
}
.mt_map_cont .mt_category_list > li.active {
  background-image: url("../images/checkbox.svg");
  display: inline-block;
  padding: 0 0 0 0px;
  background-size: 17px 17px;
  background-position: left; 
}
@media (max-width: 768.8px) {
  .mt_map_cont .mt_category_list > li.active {
    background-image: none; 
  } 
}
.mt_map_cont .mt_labels {
position: relative;
}

.mt_map_cont .mt_labels span {
position: absolute;
    color: #E6DBD0;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
}

.mt_map_block {
  padding-bottom: 8.6vw; 
}
.mt_map_block .mt_sub_category_items {
  display: none; 
}

.mt_map_cont .mt_map_wrapper{
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .mt_map_cont .mt_map_wrapper{
    height: 75vh;
  }
}

.mt_map_cont .map-popup h3{
  font-size: 15px;
  font-weight: 700;
}
.mt_map_cont .map-popup p.address_sect{
  font-size: 12px;
  margin: 15px 0px;
}
.mt_map_cont .map-popup p.link_block{
  font-size: 12px;
}
.mt_map_cont .map-popup p.link_block a:first-child{
  padding-right: 10px;
}
@media (max-width: 960px) {
  .mt_map_cont .mt_neighborhood_category .category-filter .category-item .category-title {
    line-height: 25px;
  }
}

@media (min-width: 960px) {
  .residences-nearby .margin-left{
    margin-left: 10.5%;
    flex: 0 0 86%;
    max-width: 86%;
  }
  .mt_map_cont{
    display: flex;
  }
  .mt_map_cont .mt_neighborhood_category {
    width: 45%;
    min-width: 350px;
  }
}