/* Scss Document */
/* Reset */
/* general template styles that will change */
.font-color-green {
  color: #0F766E;
}

.semi-bold-font {
  font-weight: 600;
}

.bold-font {
  font-weight: 700;
}

.rmwb_no-properties {
  text-align: center;
  font-size: 1.5em;
  padding: 1em;
}

.rmwb_detail-wrapper *, .rmwb_listing-wrapper * {
  box-sizing: border-box;
}

.rmwb_main-header h3 {
  width: 100%;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 400;
}

.rmwb_detail-wrapper h2, .rmwb_listing-wrapper h2 {
  width: 100%;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 400;
}

.rmwb_detail-wrapper h3 {
  width: 100%;
  font-weight: 400;
}

.rmwb_detail-wrapper ul, .rmwb_listing-wrapper ul {
  margin: 0;
  padding: 0;
}

/* end reset */
img {
  max-width: 100%;
}

.page-title.rmwb_page-title {
  min-height: 0;
}

.rmwb_detail-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
  align-items: stretch;
}
.rmwb_detail-wrapper .rmwb_section {
  flex-basis: 47%;
  min-width: 400px;
  padding: 1em;
  flex: 1 1;
}
.rmwb_detail-wrapper .rmwb_section h3 {
  margin-bottom: auto;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_header-section {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_header-section .rmwb_callout-links a {
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 0.2em;
  border: none;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_google-map-detail {
  flex-basis: 100%;
}
.rmwb_detail-wrapper .rmwb_additional-photos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo {
  width: 24%;
}
.rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100px;
  -o-object-position: center;
     object-position: center;
}
.rmwb_detail-wrapper .rmwb_description {
  flex-basis: 100%;
  width: 100%;
  padding: 0 1em;
}
.rmwb_detail-wrapper .rmwb_amenities-section li {
  margin-left: 20px;
}
.rmwb_detail-wrapper .rmwb_amenities-section {
  margin-bottom: auto;
}
.rmwb_detail-wrapper .rmwb_amenities-section li {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: stretch;
  margin: 0.25em 0;
  padding: 0.5em 0.2em;
  border-top: none;
  border-left: none;
  border-right: none;
}
.rmwb_detail-wrapper .rmwb_amenities-section li:last-child {
  border-bottom: none;
}
.rmwb_detail-wrapper .rmwb_additional-info-section li {
  margin-left: 20px;
}
.rmwb_detail-wrapper .rmwb_additional-info-section {
  margin-bottom: auto;
}

.rmwb_section .rmwb_main-photo a {
  border: none;
}
.rmwb_section .rmwb_main-photo img {
  width: 100%;
}

.rmwb_info-title {
  text-transform: uppercase;
}

.rmwb_important-info-section .rmwb_info-list li {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #bbb;
}
.rmwb_important-info-section .rmwb_info-list li:last-child {
  border-bottom: none;
}
.rmwb_important-info-section .rmwb_info-list li {
  box-sizing: border-box;
}
.rmwb_important-info-section .rmwb_info-list li .rmwb_info-title {
  box-sizing: border-box;
  padding: 0.5em;
  text-transform: uppercase;
}
.rmwb_important-info-section .rmwb_info-list li .rmwb_info-detail {
  padding: 0.5em;
  margin: 0 0.2em;
}
.rmwb_important-info-section .rmwb_info-secondary-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
  list-style-type: none;
}
.rmwb_important-info-section .rmwb_info-secondary-list li {
  display: flex;
  flex-direction: column;
  flex-basis: calc(33% - 1em);
}
.rmwb_important-info-section .rmwb_info-secondary-list li .rmwb_info-title {
  padding: 0.5em;
}
.rmwb_important-info-section .rmwb_info-secondary-list li .rmwb_info-detail {
  padding: 0.5em;
  margin: 0 0.2em;
}

.rmwb_video-tour {
  padding: 1em;
}

.rmwb_video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 25px; */
  height: 0;
}
.rmwb_video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rmwb_specials {
  font-weight: bold;
  padding: 0.5em;
}

.rmwb_row {
  padding: 5vh 50px;
}
@media screen and (min-width: 1700px) {
  .rmwb_row {
    padding: 5vh 100px;
  }
}

.rmwb_listings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.rmwb_listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 2em;
  align-items: stretch;
  width: calc(100% - 4.2em);
  border: 0.1em solid;
  box-sizing: border-box;
  border-color: #bbb;
  max-width: 600px;
}
@media screen and (min-width: 1200px) {
  .rmwb_listing-wrapper {
    width: calc(50% - 4.2em);
  }
}
@media screen and (min-width: 1700px) {
  .rmwb_listing-wrapper {
    width: calc(33.33% - 4.2em);
  }
}
.rmwb_listing-wrapper .rmwb_section {
  padding: 1em;
  flex-grow: 1;
}
.rmwb_listing-wrapper .rmwb_photo-section {
  flex-basis: calc(50% - 2em);
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo {
  width: 100%;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo a {
  border: none;
}
.rmwb_listing-wrapper .rmwb_important-info-section {
  flex-basis: calc(50% - 2em);
  display: flex;
  flex-direction: column;
  padding: 1em;
  box-sizing: border-box;
  justify-content: flex-start;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li {
  flex-direction: column;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li span {
  padding: 0.5em;
  flex-grow: 1;
}
.rmwb_listing-wrapper .rmwb_description {
  padding: 0 20px;
  width: 100%;
}
.rmwb_listing-wrapper .rmwb_header-section {
  flex-basis: 100%;
  padding: 0;
}
.rmwb_listing-wrapper .rmwb_header-section h3 {
  font-size: 18px;
  text-align: center;
  padding: 10px 20px 5px;
}
.rmwb_listing-wrapper .more-details {
  /* Button styles from the main CSS document - have a general scss file that this can also import, with these type of styles */
  /*text-decoration:none;
  background-color: #eee; 
  padding: .5em 1em;
  color:black;
  display:inline-block;
  &:hover{
      background-color: #ddd;
  }*/
}
.rmwb_listing-wrapper .more-details:first-child {
  margin: auto 0 0 auto;
}
.rmwb_listing-wrapper .rmwb_detail-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0 1em 1em 1em;
  box-sizing: border-box;
  align-items: flex-end;
}
.rmwb_listing-wrapper .rmwb_detail-button-wrapper a {
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
  margin: 5px;
}

.rmwb_logo {
  height: 120px;
  text-align: center;
  width: 100%;
  padding: 1em;
}
.rmwb_logo img {
  height: 100%;
  width: auto;
}

.rmwb_contact-section {
  flex-basis: 100%;
}
.rmwb_contact-section h3 {
  padding: 0.5em 0;
}

.rmwb_option-2 .rmwb_detail-wrapper .rmwb_photo-section.rmwb_primary-photos {
  flex-basis: calc(50% - 2em);
}
.rmwb_option-2 .rmwb_detail-wrapper .rmwb_important-info-section {
  flex-basis: calc(50% - 2em);
}
.rmwb_option-2 .rmwb_info-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.rmwb_option-2 .rmwb_info-list li {
  flex-direction: column;
  border-bottom: none;
}
.rmwb_option-2 .rmwb_info-list li span {
  padding: 0.5em;
}
.rmwb_unit-listings-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rmwb_unit-listings-wrapper h3 {
  width: 100%;
}

.rmwb_paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5em;
  width: 100%;
}

.rmwb_loading {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 3em;
  padding: 1em;
  box-sizing: border-box;
}

.rmwb_view_more {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 1em;
}
.rmwb_view_more .view_more {
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .rmwb_detail-wrapper .rmwb_section, .rmwb_option-2 .rmwb_detail-wrapper .rmwb_section, .rmwb_option-2 .rmwb_detail-wrapper .rmwb_amenities-section {
    min-width: 0;
    width: 100%;
    flex-basis: 100%;
  }
  .rmwb_detail-wrapper .rmwb_important-info-section .rmwb_info-list li .rmwb_info-title {
    min-width: 47%;
  }
  .rmwb_detail-wrapper .rmwb_section.rmwb_header-section {
    display: block;
    text-align: center;
  }
  .rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo {
    height: 75px;
  }
  .rmwb_listing-wrapper .rmwb_photo-section {
    flex-basis: 100%;
  }
  .rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo {
    width: 100%;
  }
  .rmwb_listing-wrapper .rmwb_important-info-section {
    flex-basis: 100%;
  }
  .rmwb_logo {
    text-align: center;
  }
  .rmwb_important-info-section .rmwb_info-list {
    justify-content: center;
  }
  .rmwb_important-info-section .rmwb_info-list li {
    flex-basis: 100%;
  }
  .rmwb_important-info-section .rmwb_info-secondary-list li {
    flex-basis: calc(50% - 1em);
  }
}
@media (max-width: 600px) {
  .rmwb_important-info-section .rmwb_info-secondary-list li {
    flex-basis: 100%;
  }
}
.rmwb_listings-wrapper {
  text-align: center;
}
.rmwb_listings-wrapper h2 {
  padding: 1rem;
}

.rmwb_listing_header {
  text-align: center;
}

.rmwb-listing-section {
  background-color: rgb(247, 249, 251);
  max-width: unset;
  padding: 3rem 0rem 4rem 0rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.property-cards {
  width: 100%;
  margin: auto;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.property-cards .property-card {
  width: 29%;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 0.75rem;
  border: 2px solid transparent;
}
@media (max-width: 900px) {
  .property-cards .property-card {
    width: 100%;
  }
}
@media (min-width: 900px) and (max-width: 1050px) {
  .property-cards .property-card {
    width: 45%;
  }
}
.property-cards .property-card:first-of-type {
  margin-left: 0;
}
.property-cards .property-card:last-of-type {
  margin-right: 0;
}
.property-cards .property-card:hover {
  transform: translateY(-2px);
  transition: 0.2s;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.0666666667), 0 8px 10px -6px rgba(0, 0, 0, 0.0666666667);
}
.property-cards .property-card h4 {
  font-size: 1.125rem;
  margin-bottom: 0;
  font-weight: 700;
}
.property-cards .property-card p {
/*   color: rgb(107, 114, 128); */
  font-size: 1rem;
  color: rgb(73 77 85);
}
.property-cards .active {
  border-color: #0F766E;
  background-color: rgb(220, 252, 231);
  transition: 0.2s;
  box-shadow: 0 10px 15px -3px rgba(13, 148, 136, 0.2);
  transform: translateY(-2px);
}
.property-cards .active:hover {
  box-shadow: 0 10px 15px -3px rgba(13, 148, 136, 0.2);
}

/* Container For Table & Search */
.rmwb-search-table-wrapper {
  display: flex;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 1050px) {
  .rmwb-search-table-wrapper {
    flex-wrap: wrap;
  }
}
.rmwb-search-table-wrapper h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
.rmwb-search-table-wrapper p {
  font-size: 1rem;
}
.rmwb-search-table-wrapper .search-units-section {
  width: 25%;
}
@media (max-width: 1050px) {
  .rmwb-search-table-wrapper .search-units-section {
    width: 100%;
  }
}
.rmwb-search-table-wrapper .search-form {
  position: sticky;
  top: 8em;
}
.rmwb-search-table-wrapper .search-form .form-section-wrapper {
  background-color: white;
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.0666666667), 0 8px 10px -6px rgba(0, 0, 0, 0.0666666667);
}
.rmwb-search-table-wrapper .search-form .form-section-wrapper .search-heading {
  display: flex;
  align-items: center;
}
.rmwb-search-table-wrapper .search-form .form-section-wrapper svg {
  color: #0F766E;
  margin-right: 0.5rem;
}
.rmwb-search-table-wrapper .search-form .form-section-wrapper label {
  width: 100%;
  display: block;
  margin: 0.5em 0;
  font-weight: 400;
}
.rmwb-search-table-wrapper .search-form .form-section-wrapper label[for=min-rent], .rmwb-search-table-wrapper .search-form .form-section-wrapper label[for=max-rent] {
  width: 48%;
  display: inline-block;
  color: rgb(107, 114, 128);
  font-size: 0.75rem;
}
.rmwb-search-table-wrapper .search-form .form-section-wrapper label[for=min-rent] input, .rmwb-search-table-wrapper .search-form .form-section-wrapper label[for=max-rent] input {
  width: 80%;
  padding: 0.4rem;
  border: none;
  box-shadow: 0px 0px 3px rgb(223, 223, 223);
  border-radius: 5px;
  margin-top: 0.5rem;
}
.rmwb-search-table-wrapper .search-form .select-wrapper {
  position: relative;
}
.rmwb-search-table-wrapper .search-form .select-wrapper svg {
  width: 20px;
  position: absolute;
  right: 13px;
  top: 14px;
  color: rgb(55, 65, 81);
}
.rmwb-search-table-wrapper .search-form #property {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  color: rgb(55, 65, 81);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
}
.rmwb-search-table-wrapper .search-form #property:focus {
  outline-color: #0F766E;
  outline-width: 2px;
  outline-style: solid;
}
.rmwb-search-table-wrapper .search-form input[type=checkbox] {
  margin-right: 0.5rem;
}

/* Unit List Table */
.rmwb_listings-table-wrapper {
  border-radius: 0.75rem;
  width: 75%;
  margin-left: 1rem;
}
@media (max-width: 1050px) {
  .rmwb_listings-table-wrapper {
    width: 100%;
    margin-left: 0rem;
  }
}
.rmwb_listings-table-wrapper .unit-count {
  margin-top: 0;
  font-size: 1.125rem;
  color: rgb(55, 65, 81);
}
.rmwb_listings-table-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.0666666667), 0 8px 10px -6px rgba(0, 0, 0, 0.0666666667);
}
.rmwb_listings-table-wrapper thead {
  background-color: #0F766E;
  color: white;
}
.rmwb_listings-table-wrapper th {
  padding: 1em 1.5em;
  text-align: left;
}
.rmwb_listings-table-wrapper tr:not(:has(th)):hover {
  transform: translateY(-2px);
  transition: 0.2s;
}
.rmwb_listings-table-wrapper tr:not(:has(th)):hover:last-of-type td {
  border-bottom-width: 1px;
}
.rmwb_listings-table-wrapper tr:not(:has(th)):hover td {
  background-color: rgb(247, 249, 251);
  border-bottom-width: 4px;
}
.rmwb_listings-table-wrapper td {
  padding: 2.5em 1.5em;
  border-bottom: solid 1px rgba(211, 211, 211, 0.2392156863);
  background-color: #fff;
}
@media (max-width: 550px) {
  .rmwb_listings-table-wrapper td {
    padding: 1.5em 0.5em;
  }
}
@media (min-width: 850px) and (max-width: 1050px) {
  .rmwb_listings-table-wrapper td {
    padding: 1.5em 0.5em;
  }
}
.rmwb_listings-table-wrapper .unit-property a {
  text-decoration: none;
}
.rmwb_listings-table-wrapper .unit-property a:hover {
  text-decoration: underline;
}
.rmwb_listings-table-wrapper .unit-type, .rmwb_listings-table-wrapper .unit-rent {
  font-size: 1.14em;
}
.rmwb_listings-table-wrapper .unit-features {
  max-width: 100px;
  color: rgb(107, 114, 128);
}

/* Buttons */
td:has(.rmwb_btn-orange), td:has(.rmwb_btn-gray) {
  text-align: right;
}

.rmwb_btn-orange {
  background-color: rgb(245, 158, 11);
  border-radius: 0.5rem;
  padding: 8px 16px;
  color: white;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: bold;
}
.rmwb_btn-orange:hover {
  background-color: rgb(217, 119, 6);
}

.rmwb_btn-gray {
  background-color: rgb(156, 163, 175);
  border-radius: 0.5rem;
  padding: 8px 16px;
  color: white;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: bold;
}
.rmwb_btn-gray:hover {
  background-color: rgb(132, 137, 145);
}

@media (max-width: 550px) {
  .rmwb_btn-orange, .rmwb_btn-gray {
    padding: 6px 10px;
  }
}

#submit_form {
  margin-bottom: 1rem;
  background-color: #0F766E;
  color: white;
  border: none;
}
#submit_form:hover {
  background-color: rgb(11 107 99);
}

#clear_search {
  margin-bottom: 1rem;
  background-color: transparent;
  color: rgb(55, 65, 81);
  border: solid 1px rgb(229, 231, 235);
}
#clear_search:hover {
  background-color: rgb(229, 231, 235);
}

/* Statuses */
.available-now {
  color: rgb(22, 101, 52);
  background-color: rgb(220, 252, 231);
  padding: 4px 12px;
  font-weight: bold;
  font-size: 0.75rem;
  border-radius: 50px;
}

.waitlist {
  color: rgb(153, 27, 27);
  background-color: rgb(254, 226, 226);
  padding: 4px 12px;
  font-weight: bold;
  font-size: 0.75rem;
  border-radius: 50px;
}

.rmwb_message {
  padding: 1rem;
  background: white;
  margin-top: -0.5rem;
  border-radius: 0 0 12px 12px;
  text-align: center;
  color: rgb(107, 114, 128);
  display: none;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.0666666667), 0 8px 10px -6px rgba(0, 0, 0, 0.0666666667);
}

#submit_form, #clear_search {
  width: 100%;
  font-size: 1rem;
  border-radius: 0.5rem;
  padding: 12px 0;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 850px) {
  .hide-tablet {
    display: none;
  }
}

@media (max-width: 550px) {
  .hide-mobile {
    display: none;
  }
}

.wp-block-group.row {
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 1280px) {
  .wp-block-group.row {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

body:has(#wpadminbar) header {
  top: 30px;
}

header {
  top: 0px;
  position: sticky;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 800px) {
  header .header-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
}
header .custom-site-title {
  font-weight: bold;
}
header .custom-site-title a:hover {
  color: #0F766E;
  text-decoration: none;
}
@media (max-width: 500px){
	.menu-select-wrapper {
		flex-wrap: wrap;
	}
	.menu-select-wrapper nav {
		margin-bottom: 1rem;
		text-align: center;
		width: 100%;
	}
	.menu-select-wrapper nav ul {
		width: 100%;
		justify-content: center;
	}
}
.select-wrapper {
  position: relative;
}
.select-wrapper svg {
  width: 20px;
  position: absolute;
  right: 13px;
  top: 8px;
  color: #fff;
  fill: #fff;
}
.select-wrapper select {
  background-color: #0F766E;
  color: #fff;
  margin-left: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
}
.select-wrapper select:focus {
  outline-color: #0F766E;
  outline-width: 2px;
  outline-style: solid;
}

main {
  margin-top: 0 !important;
}

.wp-block-group.alignfull {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.entry-content.alignfull {
  padding: 0;
}

.specials-svg {
  height: 30px;
  fill: #b45309;
}

.text-with-cta {
  margin-top: 0;
}
@media (max-width: 800px) {
  .text-with-cta h2, .text-with-cta p {
    text-align: center;
    margin: auto;
  }
  .text-with-cta .wp-block-buttons {
    justify-content: center;
  }
}

.color-green {
  color: #0F766E;
  font-weight: bold;
}

footer {
  background-color: #1f2937;
  padding: 3rem 0;
  margin-top: 0;
}
@media (min-width: 1280px) {
  footer .wp-block-group:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
footer h4 {
  color: #2dd4bf;
  font-weight: bold;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #2dd4bf;
  text-decoration: none;
}

footer p, footer p.wp-block-site-tagline {
  font-size: 0.875rem;
  color: #9ca3af;
}/*# sourceMappingURL=listing.css.map */