/* ===================================================
  Properties List
======================================================*/
.prop-no-props { text-align: center; }
.properties-widget__subscribe { text-align: right; margin: 30px 0; }
.prop-subscribe { text-align: center; }
.prop-subscribe-title { color: var(--primary)!important; margin-top: 50px; }
.prop-subscibe-cmd { float: none!important; text-align: right; }
.prop-subscribe-form { padding: 5px 20px 30px; background: var(--gray); text-align: left; margin: 20px auto; width: 400px!important; max-width: 100%; }
.prop-subscribe-form label { margin: 15px 0 0!important; }
.prop-subscribe-form input, .prop-subscribe-form select { border-radius: 0; border: 0; }
.prop-subscribe-form-rent { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.prop-subscribe-form-rent label { flex: 1 1 100%; }
.prop-subscribe-form-rent input { flex: 0 1 45%; }
.prop-subscribe-form button { margin-left: auto; display: block; }

 /* Search Form */
.prop-search { padding: 12px; margin-bottom: 40px; background: #fff; border-radius: 10px; box-shadow: 0px 10px 50px 0px rgba(3, 4, 3, 0.08); }
.prop-search__form { display: flex; flex-wrap: wrap; align-items: center; margin: -15px; }
.prop-search__form-group { padding: 15px; display: flex; align-items: center; }
.prop-search__form-group label { font-size: 17px; display: flex; align-items: center; display: flex; align-items: center; margin: 0; }
.prop-search__form-group input { border: 0; width: 100%; }
.prop-search__form-group select { border: 0; }
.prop-search__form-group.dropdown { width: 130px; }
.prop-search__form-group .dropdown-toggle { padding: 0; border: 0; background: none; }
.prop-search__form-group .dropdown-toggle img { width: auto; }
.prop-search__form-group .dropdown-menu { padding: 5px; box-shadow: 0px 10px 50px 0px rgba(3, 4, 3, 0.08);  }
.prop-search__form-group .dropdown-menu.show { display: flex; }
.prop-search__form-group--keyword { flex-grow: 2; flex-basis: 300px;  }
.prop-search__form-group--button { margin-left: auto; }
.prop-search__input-icon { font-size: 18px; padding: 0 8px; }
.prop-search__icon { max-height: 20px; width: 100%; padding-right: 10px; }
.prop-search__icon--md { max-height: 25px; }
.prop-search__icon--lg { max-height: 31px; }
.prop-search__btn { background: #030403; border: 0; color: #fff; border-radius: 10px; height: 36px; width: 95px; line-height: 34px; padding: 0; font-size: 17px; letter-spacing: .05em; transition: 0.4s; }
.prop-search__btn:hover { background: var(--primary); transition: 0.4s; }

/* Property Tabs */
.prop-list__header { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.prop-tab-nav { list-style: none; margin: 0 -5px 35px; padding: 0; display: flex; justify-content: flex-end; }
.prop-tab-nav .frs-tab-link { padding: 5px; }
.prop-tab-nav .frs-tab-link .btn { height: 36px; width: 125px; line-height: 34px; min-width: unset; font-size: 16px; }
.prop-tab-nav .frs-tab-link.active .btn { background: #fff; color: var(--primary)!important; }
.prop-tab-nav .frs-tab-link.active .btn::before { transform: translateX(0); transform-origin: left; transition: transform 0.4s ease-out; }
.frs-tab-panel:not(.active) { display: none; }
.prop-info-window img { display: block; width: 100%; margin-bottom: 10px; }

/* Property List */
.prop-list__row { display: flex; flex-wrap: wrap; margin: -13px; }
.prop-list__col { padding: 13px; flex: 1 1 500px; }
.prop-list__item { padding: 30px; box-shadow: 0px 10px 50px 0px rgba(3, 4, 3, 0.15); height: 100%; display: flex; flex-direction: column; }
.prop-list__img-container { display: block; height: 0; width: 100%; padding-top: 61.52%; position: relative; overflow: hidden; }
.prop-list__img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; transition: .5s; }
.prop-list__img-container:hover .prop-list__img { transform: scale(1.05); transition: .5s; }
.prop-list__video-icon { position: absolute; top: 5px; right: 5px; }
.prop-list__content { font-size: 17px; padding-top: 25px; display: flex; flex-wrap: wrap; position: relative; height: 100%; margin: -10px; font-weight: 500; }
.prop-list__icon { max-height: 20px; padding-right: 10px; min-width: 30px; }
.prop-list__icon--lg { max-height: 31px; }
.prop-list__info { display: flex; order: -1; flex: 1 1 auto; padding: 10px; align-items: center; justify-content: flex-start; text-transform: lowercase; white-space: nowrap; }
.prop-list__info[class*='Studio'] span { display: none; }
.prop-list__info[class*='Studio']::after { content: 'studio'; }
.prop-list__info--address { order: 5; flex: 1 0 100%; line-height: 1.1; text-transform: none; padding-right: 120px; max-width: 100%; }
.prop-list__address-1 { display: block; }
.prop-list__price { font-size: 20px; text-align: right; line-height: 1; order: 3; padding: 10px; margin-left: auto; display: flex; flex-direction: column; justify-content: center; }
.prop-list__freq { display: block; font-size: 12px; color: var(--muted); }
.prop-list__type, .prop-list__availability { flex: 1 1 100%; order: 6; padding: 0 10px; display: none; }
.prop-list__btn { position: absolute; right: 10px; bottom: 10px; height: 34px; line-height: 32px; width: 101px; border-radius: 10px; background: var(--primary); border: 1px solid var(--primary); color: #fff!important; text-align: center; }
.prop-list__btn:hover { background: #fff!important; color: var(--primary)!important; }
.prop-map { height: 600px; }
@media (min-width: 992px) and (max-width: 1799px){
  .prop-list__price { position: absolute; top: 10px; right: 10px; left: 10px; transform: translateY(-100%); color: #fff; background: rgba(0,0,0,.5); }
  .prop-list__freq { color: #fff; opacity: .7; }
}
@media (min-width: 992px) and (max-width: 1300px){
  .prop-list__item .prop-list__info--address { order: -2; }
  .prop-list__item .prop-list__info--area { flex: 1 1 100%; }
}
@media (min-width: 992px) {
  .prop-list__col { flex: 0 1 33.33%; max-width: 33.33%; }
}
@media (max-width: 550px){
  .prop-list__price { position: absolute; top: 10px; right: 10px; left: 10px; transform: translateY(-100%); color: #fff; background: rgba(0,0,0,.5); }
  .prop-list__item .prop-list__info--address { order: -2; }
  .prop-list__item .prop-list__info--area { flex: 1 1 100%; }
}
/* @media (max-width: 500px) {
  .prop-list__price { order: -5; flex: 1 0 auto; }
  .prop-list__info { font-size: 15px; }
  .prop-list__info--area { flex: 1 0 100%; }
  .prop-list__info--beds, .prop-list__info--baths { flex: 1 1 auto; }
  .prop-list__info--address { padding-right: 0; order: -6; flex: 1 1 auto; }
} */

 .hide-form .prop-search, .hide-form .prop-list__header, .hide-form .properties-widget__subscribe { display: none; }

/* ===================================================
  Property Detail
======================================================*/
.prop-details__header { margin: 30px 0 15px; display: flex; flex-wrap: wrap; align-items: center; }
.prop-details__back-btn { text-align: right; flex: 1 1 100%; }
.prop-details__title { font-size: 36px; margin: 30px 0; line-height: 1.1; }
.prop-details__row { display: flex; flex-wrap: wrap; }
.prop-details__panel { padding: 30px; box-shadow: 0px 10px 50px 0px rgba(3, 4, 3, 0.15); order: -1; flex: 1 1 100%; font-weight: 500; font-size: 18px; }
.prop-details__gallery { position: relative; height: 0; padding-top: 56.34%; overflow: hidden; }
.prop-details__main-img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.prop-details__main-img > a { display: block; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; transform: translate(-50%,-50%); }
.prop-details__main-img img { object-fit: cover; object-position: center; height: 100%; width: 100%; }
.prop-details__img-count { position: absolute; bottom: 15px; right: 15px; }
.prop-details__img-count a { color: #fff; background: rgba(0,0,0,.5); padding: 5px 10px; }
.prop-details__img-count a:hover { background: rgba(0,0,0,.9); }
.prop-details__other-img { display: none; }
.prop-details__info { display: flex; padding-top: 15px; flex-direction: row-reverse; flex-wrap: wrap; }
.prop-details__price { font-size: 22px; font-weight: 600; }
.prop-details__icons { display: flex; flex-wrap: wrap; }
.prop-details__address { padding: 10px; order: 1; flex: 1 1 auto; }
.prop-details__links { margin-top: 15px; }
.prop-details__social-sharing { margin-left: auto; }
.prop-details__tabs { padding-top: 50px; flex: 1 0 100%; }
.prop-details__tabs .prop-tab-nav { justify-content: flex-start; margin-bottom: 10px; flex-wrap: wrap; }
.prop-details__tabs .prop-info-window { display: none; }
.prop-details__tabs .mapboxgl-popup-content .prop-info-window { display: block; }
.prop-details .frs-tab-panel { padding: 30px; background: #f2f2f2; }
.prop-details .frs-tab-panel.prop-map-tab { padding: 0; }
.prop-details__section:has(.prop-feature) { display: flex; flex-wrap: wrap; }
.prop-details__section h3 { font-size: 24px; margin: 30px 0 15px; border-bottom: 1px solid #ccc; padding-bottom: 10px; flex: 1 1 100%; }
.prop-details__section:first-child h3 { margin-top: 0; }
.prop-details__section .prop-feature { flex: 0 1 300px; padding: 8px 15px 8px 0; }
.prop-details__form { align-self: flex-start; padding: 60px 2.5vw 80px; }
.prop-details__form input, .prop-details__form select, .prop-details__form textarea { width: 100%; }
.prop-details__form .frs-form-error { color: crimson; }
.prop-details__form .ion-btn { border-style: solid; color: #fff; }
.prop-details__form .ion-btn:hover { background: #fff; }
.form-container__sub { text-align: center; margin: -15px 0 30px; font-size: 22px; }
.prop-lead-form-success { display: none; }
@media (min-width: 992px) {
  .prop-details__row { justify-content: space-between; }
  .prop-details__panel { flex: 1 1 auto; margin-right: 5vw; order: -1; max-width: calc(100% - 357px - 5vw); }
  .prop-details__tabs { order: 3; }
  .prop-details__form { order: 2; flex: 0 1 357px; }
}
@media (max-width: 991px) {
  .prop-details__form { flex: 1 1 100%; margin-top: 50px; }
}
@media (max-width: 500px) {
  .prop-details__icons .prop-list__info--type { flex: 1 1 100%; }
  .prop-details__tabs .prop-tab-nav { display: block; }
  .prop-details__tabs .prop-tab-nav a, .prop-details__links .btn { width: 100%!important; }
}
