/* Variables - Media Queries */
/* Variables - Colors */
/* Variables - Transitions */
/* Extends */
form.unit-search, form.property-search {
  display: flex;
  /*flex-flow: row wrap;*/
  justify-content: space-between;
}

/* Search Form */
form.unit-search, form.property-search {
  margin: 0 -0.75rem;
  justify-content: center;
  align-items: center;
}

form.unit-search div, form.property-search div {
  width: 100%;
  margin: 0.75rem;
}

form.unit-search label, form.property-search label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 16.5px;
}

@media only screen and (min-width: 45rem) {
  form.unit-search label, form.property-search label {
    font-size: 13px;
  }
}

form.unit-search select, form.property-search select {
  height: 40px;
  width: 100%;
  appearance: none;
  border-radius: 0;
  padding-left: 0.25rem;
  border: 1px solid #333333;
  color: #333333;
  font-size: 16.5px;
  background-image: url(assets/images/select.png) !important;
  background-repeat: no-repeat;
  background-position: right 0.05rem center;
  background-color: #ffffff;
}

@media only screen and (min-width: 45rem) {
  form.unit-search select, form.property-search select {
    font-size: 13px;
  }
}

form.unit-search select::-ms-expand, form.property-search select::-ms-expand {
  display: none;
}

form.unit-search .linkbtn, form.property-search .linkbtn {
  align-self: flex-end;
  margin: 0.5rem 0.75rem 0.75rem 0.75rem;
  height: 40px;
}

@media only screen and (min-width: 45rem) {
  form.unit-search div, form.property-search div {
    width: 175px;
  }
}

.guestCardForm {
  width: 100%;
}

.guestCardFieldLabel {
  color: #333333 !important;
}

input.guestCardRequiredField {
  border-color: #333333 !important;
}

input.guestCardFieldInput {
  border: 1px solid #333333 !important;
}

.guestCardCaptchaContainer {
  text-align: left !important;
}

.guestCardButton {
  background: #333333 !important;
  font-size: 20px;
  padding: 0.75em;
}

/* Featured Units Block */
h2.featured-unit-heading {
  text-align: center;
  font-size: 2.25rem;
  margin: 1em 0 0.25em;
}

.heading-accent {
  background-color: #8a6844;
  height: 3px;
  width: 5%;
  margin: 0 auto 0;
}

.featured-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 80%;
  margin: 2em auto;
}

@media only screen and (min-width: 45rem) {
  .featured-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 55rem) {
  .featured-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.units-container, .properties-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 80%;
  margin: 2em auto;
}

@media only screen and (min-width: 45rem) {
  .units-container, .properties-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 55rem) {
  .units-container, .properties-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.featured-unit-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #eeeeee;
  transition: all 0.5s ease-in-out;
  border-radius: 3%;
  overflow: hidden;
}

.featured-unit-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.featured-unit-image {
  position: relative;
  height: 275px;
  display: block;
}

.featured-unit-image-zoom {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.featured-unit-image-zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease-in-out;
}

.featured-unit-image:hover .featured-unit-image-zoom img {
  transform: scale(1.15);
}

.featured-unit-type-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #323234;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.75rem;
  pointer-events: none;
  border-radius: 15px;
}

.featured-availability-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #8a6844;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.75rem;
  pointer-events: none;
  border-radius: 15px;
}

.featured-unit-info {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.featured-unit-name {
  font-size: 1.25rem;
  margin: 0;
}

.featured-unit-address {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.featured-unit-address svg {
  flex-shrink: 0;
  position: relative;
  top: -3px;
}

.featured-unit-specs {
  margin: 0 auto;
  width: 97%;
  padding: 0 0 0.5em;
  display: flex;
  font-size: 0.9rem;
  justify-content: space-between;
}

.featured-unit-specs li::before {
  content: "";
}

.featured-unit-specs .fa-solid {
  color: #8a6844;
  font-size: 24px;
}

.featured-unit-beds, .featured-unit-baths, .featured-unit-sqft {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.featured-rent-details-flex {
  display: flex;
  align-items: center;
  gap: 1em;
  border-top: 1px solid #e5e7eb;
  padding: 1em 0 0px;
}

.unit-marketing-desc {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 0.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.featured-unit-details {
  padding-bottom: 0;
}

.featured-rent, .featured-details {
  flex: 1;
}

.featured-details {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.featured-unit-rent {
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #8a6844;
}

.featured-unit-availability {
  margin: 0;
  font-size: 0.85rem;
  color: #333333;
}

a.featured-unit-details {
  font-weight: 500;
  font-size: 15px;
}

a.featured-unit-details:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

.featured-see-all {
  display: flex;
  justify-content: center;
}

a.ua-button {
  background-color: #8a6844;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  border-radius: 6px;
  padding: 20px 40px;
}

a.ua-button:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #684e33;
}

a.archive-unit-details {
  margin-top: auto;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  background-color: #8a6844;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 6px;
}

a.archive-unit-details:hover {
  text-decoration: none;
  background-color: #684e33;
  color: #ffffff;
}

.archived-details-button {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding: 0.75em 0.5em 0.5em;
  margin-top: auto;
}

.archived-details-button a {
  font-weight: 500;
  margin: 0;
  text-decoration: none;
}

.isflex {
  display: flex;
  width: 80%;
  margin: auto;
  gap: 2em;
}

@media only screen and (max-width: 1200px) {
  .isflex {
    flex-direction: column;
  }
}

.col-sm-8, .col-sm-4 {
  flex: 1;
}

h2.unit-detail-name {
  font-size: 2.5rem;
  margin: 0 0 0.25em;
}

.unit-detail-rent {
  background-color: rgba(138, 104, 68, 0.1);
  padding: 1.5em 2em;
  border-radius: 15px;
  margin: 1em auto;
}

.unit-detail-rent h3 {
  color: #8a634c;
  font-size: 1.5rem;
  margin: 0;
}

.unit-detail-avail-badge {
  background-color: rgba(229, 231, 235, 0.6);
  padding: 1.5em 2em;
  border-radius: 15px;
  margin: 1em auto;
}

.unit-detail-avail-badge svg {
  margin: 0 10px -6px 0;
  color: #8a6844;
}

.detail-specs-container {
  background-color: rgba(238, 238, 238, 0.6);
  padding: 1em 2em;
  border-radius: 15px;
  margin: 1em auto;
  box-shadow: 2px 2px 4px rgba(51, 51, 51, 0.25);
}

.unit-detail-specs {
  margin: 0;
  padding: 0 0 0.5em;
  display: flex;
  font-size: 0.9rem;
  justify-content: space-between;
}

.unit-detail-specs li::before {
  content: "";
}

.unit-detail-specs .fa-solid {
  color: #8a6844;
  font-size: 1.5rem;
}

.unit-detail-type-badge {
  position: static;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.unit-detail-address {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.unit-detail-address svg {
  flex-shrink: 0;
  position: relative;
  bottom: 3px;
}

.unit-map-section {
  margin: 1.5rem auto;
  width: 80%;
  position: relative;
  z-index: 1;
}

.unit-leaflet-map {
  height: 400px;
  width: 100%;
  border-radius: 5px;
}

.unit-image-gallery .image-grid {
  height: 450px;
}

.unit-image-gallery .image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.unit-image-gallery .slick-carousel-main .slick-slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.unit-contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 1em 0 0;
}

.unit-contact-buttons a:hover {
  text-decoration: none;
}

.unit-detail-button-container {
  width: 100%;
  background-color: #8a6844;
  padding: 0.5em 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  border-radius: 6px;
}

.unit-detail-button-container:hover {
  background-color: #684e33;
  text-decoration: none;
  /*transform: scale(1.02);
    	transition: all 0.5s ease-in-out;*/
}

.unit-detail-button-container a {
  text-decoration: none;
}

header.page-header {
  text-align: center;
  background-color: white;
  margin: 1em auto;
  width: 80%;
  padding: 1em;
}

.unit-detail, .property-detail {
  padding: 1em 0;
}

.entry-header {
  margin-bottom: 0 !important;
}

.archive-filter-bar {
  background-color: #e4e8e7;
  display: flex;
  gap: 5%;
  justify-content: center;
  padding: 1em;
  width: 80%;
  margin: auto;
  align-items: center;
}

@media (max-width: 1000px) {
  .archive-filter-bar {
    flex-direction: column;
  }
}

.filter-group {
  text-align: center;
}

.filter-btns {
  display: flex;
  gap: 10px;
  margin: 0.5em 0 0.25em;
}

.filter-btn {
  padding: 10px 30px;
  min-width: 120px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
}

.content-area {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  background-color: white;
  padding-bottom: 1px;
  padding-top: 1px;
}

main#inner-wrap {
  background-color: white;
}
