/* Scss Document */
/* Reset */
/* general template styles that will change */
.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;
  padding-top: 0;
  margin-top: 0;
}

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

.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 {
  margin-bottom: auto;
}
.rmwb_detail-wrapper .rmwb_amenities-section li {
  margin-left: 20px;
}
.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 {
  margin-bottom: auto;
}
.rmwb_detail-wrapper .rmwb_additional-info-section li {
  margin-left: 20px;
}

.rmwb_section .rmwb_main-photo a {
  border: none;
}
.rmwb_section .rmwb_main-photo img {
  width: 100%;
  height: 350px;
}
@media (max-width: 800px) {
  .rmwb_section .rmwb_main-photo img {
    height: 300px;
  }
}

.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;
  box-sizing: border-box;
}
.rmwb_important-info-section .rmwb_info-list li:last-child {
  border-bottom: none;
}
.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%;
  max-width: 100%;
}

.rmwb_listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 2em;
  align-items: stretch;
  width: calc(100% - 4.2em);
  background-color: #e8e8e8;
  color: #28456a;
  box-sizing: border-box;
  border-color: #bbb;
  max-width: 600px;
  border-radius: 5px;
}
@media (max-width: 500px) {
  .rmwb_listing-wrapper {
    width: 100%;
  }
}
@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 {
  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_photo-section .rmwb_main-photo img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.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%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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;
  font-weight: bold;
}
.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, .featured-unit .rmwb_detail-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background-color: #d9d9d9;
  box-sizing: border-box;
  align-items: flex-end;
  font-weight: 600;
}
.rmwb_listing-wrapper .rmwb_detail-button-wrapper a, .featured-unit .rmwb_detail-button-wrapper a {
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
  margin: 5px;
  text-decoration: none;
  color: #28456a;
  font-size: 1.2rem;
}
.rmwb_listing-wrapper .rmwb_detail-button-wrapper a:hover, .featured-unit .rmwb_detail-button-wrapper a:hover {
  margin-left: 0.5em;
  transition: 0.5s;
}

.featured-unit {
  width: calc(100% - 4.2em);
  margin: 2em;
}
@media (max-width: 500px) {
  .featured-unit {
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .featured-unit {
    width: calc(50% - 4.2em);
  }
}
@media screen and (min-width: 1200px) {
  .featured-unit {
    width: calc(33.33% - 4.2em);
  }
}

.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;
  margin: 1rem 0 0 0;
  padding: 10px 20px;
  font-weight: 300;
}

.search-units-section {
  max-width: unset;
  text-align: center;
  background-color: #e8e8e8;
}

#rmwb_search_form, #rmwb_search_form_only {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2em;
}
@media (max-width: 500px) {
  #rmwb_search_form, #rmwb_search_form_only {
    padding: 0em;
  }
}
#rmwb_search_form label, #rmwb_search_form_only label {
  margin: 1em;
}
@media (max-width: 800px) {
  #rmwb_search_form label, #rmwb_search_form_only label {
    width: 100%;
  }
}
#rmwb_search_form label[for=availabledate], #rmwb_search_form_only label[for=availabledate] {
  position: relative;
}
#rmwb_search_form label[for=availabledate] i, #rmwb_search_form_only label[for=availabledate] i {
  position: absolute;
  right: 10px;
  color: black;
  top: 14px;
  font-size: 0.95rem;
}
#rmwb_search_form input[type=date], #rmwb_search_form input[type=text], #rmwb_search_form select, #rmwb_search_form_only input[type=date], #rmwb_search_form_only input[type=text], #rmwb_search_form_only select {
  width: 13rem;
  font-family: inherit;
  font-size: 1rem;
  padding: 0.5rem;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  #rmwb_search_form input[type=date], #rmwb_search_form input[type=text], #rmwb_search_form select, #rmwb_search_form_only input[type=date], #rmwb_search_form_only input[type=text], #rmwb_search_form_only select {
    width: 100%;
  }
}
#rmwb_search_form input[type=text]::-moz-placeholder, #rmwb_search_form_only input[type=text]::-moz-placeholder {
  color: inherit;
}
#rmwb_search_form input[type=text]::placeholder, #rmwb_search_form_only input[type=text]::placeholder {
  color: inherit;
}

.button-wrapper {
  margin-top: 0.5rem;
}

.update_listings[type=submit], .submit_listings[type=submit] {
  background: #28456a;
  border: none;
  border-radius: 3px;
  font-size: 1rem;
  padding: 0.5em 2em;
  color: white;
  margin: 1em;
  border: solid 1px #28456a;
}
.update_listings[type=submit]:hover, .submit_listings[type=submit]:hover {
  cursor: pointer;
  background: #d9d9d9;
  color: #080808;
}

.update_listings[type=submit]:focus, .submit_listings[type=submit]:focus {
  background: #28456a;
}

#slider-container {
  display: flex;
  font-size: 1rem;
  width: 20rem;
  justify-content: center;
  margin-top: 1.5rem !important;
}
@media (max-width: 800px) {
  #slider-container {
    flex-wrap: wrap;
    margin-top: 0em;
  }
}
#slider-container span {
  margin-top: 6px;
  margin-right: 1em;
}
@media (max-width: 800px) {
  #slider-container span {
    width: 100%;
  }
}

#rent-slider {
  height: 10px;
  margin-top: 12px;
  width: 65%;
}
@media (max-width: 800px) {
  #rent-slider {
    margin-bottom: 1em;
    width: 95%;
  }
}
#rent-slider .noUi-connect {
  background: #28456a;
}
#rent-slider .noUi-handle {
  background-color: #28456a !important;
  border: none !important;
  box-shadow: 1px 1px 4px #e8e8e8 !important;
  border-radius: 0 !important;
  height: 18px;
  width: 18px;
  top: -5px;
  right: -9px; /* half the width */
  border-radius: 9px;
}
#rent-slider .noUi-handle:before, #rent-slider .noUi-handle:after {
  background: none !important;
}
#rent-slider .noUi-target {
  background-color: #000;
}
#rent-slider .noUi-tooltip {
  color: inherit !important;
  padding-top: 3em;
  font-size: 1rem;
}
#rent-slider .noUi-origin {
  align-items: start !important;
}

.rmwb_info {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  font-weight: 600;
  margin-bottom: 1rem;
}
.rmwb_info p {
  width: 33%;
  text-align: center;
  margin-block-end: 0;
}
@media (max-width: 800px) {
  .rmwb_info p {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 500px) {
  .rmwb_info p {
    font-size: 1.2rem;
  }
}

.rmwb_available-date {
  width: 100%;
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}
@media (min-width: 500px) {
  .rmwb_available-date {
    font-size: 1.2rem;
  }
}

body:has(.show-modal) {
  position: relative;
}

.rmwb_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 2;
  opacity: 0.5;
}

.show-modal {
  display: block !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e8e8e8;
  padding: 1rem;
  border-radius: 5px;
  z-index: 3;
  min-width: 50vw;
}
@media (max-width: 800px) {
  .show-modal {
    top: 15vh;
    left: 2vw;
    transform: unset;
    width: 95vw;
  }
  .show-modal iframe {
    max-width: 100%;
  }
}
.show-modal .modal-heading {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.show-modal .modal-heading h2 {
  margin: 0;
  padding: 0;
}
.show-modal .modal-heading .close-btn {
  text-decoration: none;
  font-weight: 400;
  margin-top: 0.2em;
  border: 1px solid;
  padding: 0rem 0.3rem;
  border-radius: 4px;
  color: black;
  transition: 0.4s;
  height: -moz-fit-content;
  height: fit-content;
}
.show-modal .modal-heading .close-btn:hover {
  color: #fff;
  cursor: pointer;
  background: #c73d3d;
}
.show-modal .tour-wrapper {
  margin-bottom: 0.5rem;
}
.show-modal .tour-wrapper iframe {
  min-height: 50vh;
}

.property-header {
  font-family: "rafaella";
  font-size: 4.5rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-size: 4rem;
  color: #fff;
  background: #28456a;
  padding: 1rem;
  display: none;
}
.property-header:first-of-type {
  margin-top: 0;
}
@media (max-width: 800px) {
  .property-header {
    font-size: 2rem;
  }
}

.unit-header {
  font-family: "rafaella";
  font-size: 4.5rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-size: 4rem;
  color: #28456a;
}
@media (max-width: 800px) {
  .unit-header {
    font-size: 2rem;
  }
}

.no-units {
  display: none;
  width: 100%;
  text-align: center;
}

/* Featured Units */
.featured-header {
  font-family: "rafaella";
  font-size: 4.5rem;
  font-weight: 600;
  width: 100%;
  max-width: unset;
  text-align: center;
  font-size: 4rem;
  color: #28456a;
}
@media (max-width: 800px) {
  .featured-header {
    font-size: 2rem;
  }
}

.featured-wrapper {
  max-width: unset;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.featured-wrapper .featured-unit {
  background-color: #e8e8e8;
  color: #28456a;
}

.featured-wrapper.slick-slider .featured-unit, .rmwb_listings.slick-slider .featured-unit {
  min-width: unset;
}
.featured-wrapper.slick-slider i.fa-arrow-right, .featured-wrapper.slick-slider i.fa-arrow-left, .rmwb_listings.slick-slider i.fa-arrow-right, .rmwb_listings.slick-slider i.fa-arrow-left {
  position: absolute;
  top: 46%;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  font-size: 2rem;
  color: #28456a;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 1px 1px 4px #fff;
}
.featured-wrapper.slick-slider i.fa-arrow-right, .rmwb_listings.slick-slider i.fa-arrow-right {
  right: 1rem;
}
.featured-wrapper.slick-slider i.fa-arrow-left, .rmwb_listings.slick-slider i.fa-arrow-left {
  left: 1rem;
}

.featured-wrapper.slick-slider .featured-unit, .rmwb_listings.slick-slider .rmwb_listing-wrapper {
  margin: 1rem;
}

.featured-message {
  font-size: 1.2rem;
}/*# sourceMappingURL=listing.css.map */