@charset "UTF-8";
/* Scss Document */
body {
  font-family: "Montserrat", sans-serif;
}

/* Reset */
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%;
  margin: 0px !important;
}

.wp-block-group-is-layout-constrained {
  display: none;
}

/* general template styles that will change */
.rmwb_listing_header-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #0e3279;
  font-family: "Fraunces", serif;
  text-transform: uppercase;
}

.rmwb_listing_header {
  font-size: 16px;
  font-weight: 400;
  color: #0e3279;
  font-family: "Fraunces", serif;
  padding-bottom: 7px;
}

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

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

.avail-title {
  text-align: center;
  padding: 20px 0px;
  line-height: 1.2;
  font-size: 45px;
  letter-spacing: 1px;
}

.rm-two-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rm-two-columns .col-60 {
  flex-basis: 60%;
  min-width: 300px;
}
.rm-two-columns .col-40 {
  flex-basis: 40%;
  min-width: 200px;
}

.rm-three-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rm-three-columns .col-40 {
  flex-basis: 40%;
  min-width: 300px;
}
.rm-three-columns .col-30 {
  flex-basis: 30%;
  min-width: 200px;
}
.rm-three-columns .col-20 {
  flex-basis: 20%;
  min-width: 100px;
  text-align: center;
}

.rm-three-cols-equal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.rm-three-cols-equal .col-33 {
  flex-basis: 30%;
  min-width: 200px;
}

.thumbnail_container {
  display: flex;
  align-items: center;
  height: 150px;
}

.rmwb_additional-photos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.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_description {
  flex-basis: 100%;
  width: 100%;
  padding: 0 1em;
}

.rmwb_amenities-section {
  margin-bottom: auto;
}
.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_amenities-section li:last-child {
  border-bottom: none;
}
.rmwb_amenities-section .rmwb_additional-info-section {
  margin-bottom: auto;
}

.detail_photo-section .rmwb_main-photo {
  max-height: 500px;
  overflow: hidden;
}

.rmwb_section .rmwb_main-photo {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 230px;
}
.rmwb_section .rmwb_main-photo a {
  border: none;
}
.rmwb_section .rmwb_main-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

#floorplan_container .rmwb_main-photo {
  height: 100vh;
}

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

.main_details {
  padding: 50px 0px 50px 50px !important;
}

.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-list div {
  padding: 50px 25px 25px 0px;
  align-self: center;
  color: #1d252d;
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 2;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 6px;
}
.rmwb_important-info-section .rmwb_info-list .comm_detail {
  text-align: center;
}
.rmwb_important-info-section .rmwb_info-list img {
  width: 55px;
}
.rmwb_important-info-section .rmwb_info-list .smaller {
  font-size: 12px;
}
.rmwb_important-info-section .rmwb_info-list .larger {
  font-size: 18px;
  padding-top: 8px;
}
.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_specials {
  font-weight: bold;
  padding: 0.5em;
}

.rmwb_listings {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.listing-wrapper {
  width: 70%;
  order: 1;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.details-wrapper {
  width: 100%;
  padding: 0px 8px;
}

.rmwb_listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 15px;
  align-content: baseline;
  width: 30%;
  background: white;
  border-radius: 25px 25px 25px 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.rmwb_photo-section {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.rmwb_photo-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -o-object-position: center;
     object-position: center;
}
.rmwb_photo-section .rmwb_main-photo {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.rmwb_photo-section .rmwb_main-photo a {
  border: none;
}
.rmwb_photo-section .rmwb_main-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.rmwb_important-info-section {
  flex-basis: calc(60% - 2em);
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 5px 10px;
}
.rmwb_important-info-section span {
  font-size: 1.1em;
  font-weight: 200;
  text-transform: capitalize;
  padding: 0px 10px;
}
.rmwb_important-info-section .rmwb_info-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.rmwb_important-info-section .rmwb_info-list li {
  flex-direction: column;
}
.rmwb_important-info-section .rmwb_info-list li span {
  padding: 0.5em;
  flex-grow: 1;
}

.rmwb_description {
  padding: 0 20px;
  width: 100%;
}

.rmwb_header-section {
  flex-basis: 100%;
  padding: 7px;
  text-align: center;
}

.rmwb_detail-button-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.rmwb_option-2 .rmwb_detail-wrapper .rmwb_important-info-section {
  flex-basis: calc(45% - 2em);
}
.rmwb_option-2 .rmwb_info-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  max-width: 650px;
}
.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, .rmwb_comm_listing-wrapper .rmwb_photo-section, .rmwb_listing-wrapper-similar .rmwb_photo-section {
    flex-basis: 100%;
  }
  .rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo, .rmwb_comm_listing-wrapper .rmwb_photo-section .rmwb_main-photo, .rmwb_listing-wrapper-similar .rmwb_photo-section .rmwb_main-photo {
    width: 100%;
  }
  .rmwb_listing-wrapper .rmwb_important-info-section, .rmwb_comm_listing-wrapper .rmwb_important-info-section, .rmwb_listing-wrapper-similar .rmwb_important-info-section {
    flex-basis: 100%;
  }
  .detail_photo-section .rmwb_main-photo {
    width: 100% !important;
    height: auto !important;
  }
  .rmwb_logo {
    text-align: 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%;
  }
}
.flag {
  position: absolute;
  padding: 10px;
  color: black;
  text-transform: uppercase;
}

#map-canvas, #map-canvas-commercial {
  position: sticky;
  top: 0;
  flex: 0 0 30%; /* adjust width as needed */
  margin: 1%;
  order: 2; /* sticks to top when scrolling */
  height: 100vh; /* full viewport height */
}

.noUi-origin {
  align-items: start !important;
}

.noUi-handle {
  background-color: gray !important;
  border: none !important;
  box-shadow: none !important;
}

.noUi-handle:before, .noUi-handle:after {
  background: none !important;
}

#slider-container {
  height: 65px;
  justify-content: space-around;
  margin: 0px 25px;
}

#slider-round {
  height: 10px;
  margin-top: 12px;
}

#slider-round .noUi-connect {
  background: gray;
}

#slider-round .noUi-handle {
  height: 18px;
  width: 18px;
  top: -5px;
  right: -9px; /* half the width */
  border-radius: 9px;
}

#slider-round .noUi-target {
  background-color: #000;
}

#slider-round .noUi-base, .noUi-connects {
  width: 400px;
}

#slider-round .noUi-base {
  background-color: #000;
}

#slider .flex-viewport {
  max-height: 550px !important;
}

#carousel .flex-viewport {
  height: 200px !important;
  overflow: hidden;
}

#rmwb_search_form {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
#rmwb_search_form div {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
#rmwb_search_form div label {
  margin-right: 25px;
}
#rmwb_search_form div select {
  height: 32px;
  width: 200px;
  margin-top: 5px;
}
#rmwb_search_form .select option:checked {
  background-color: #ff7300; /* Selected option color */
  color: #fff; /* Text color of the selected option */
}
#rmwb_search_form #submit_form {
  margin-left: 50px;
  text-transform: uppercase;
}

.primary_search label {
  display: flex;
  flex-direction: column;
}

.noUi-tooltip {
  top: 15px !important;
}

.page-residential-properties .noUi-tooltip:before {
  content: "$";
}

.amenities_search {
  margin-top: 40px;
}
.amenities_search label {
  margin-left: 10px;
}

.amenity_list {
  -moz-column-count: 2;
       column-count: 2;
  list-style: none;
  width: 100%;
}

.search-units-section {
  padding: 1em 4em 3em 4em;
  background-color: gray;
}

.info-window-name h5 {
  margin-bottom: 0.5em;
  font-weight: bold;
  color: gray;
  font-size: 1.6em;
}

.info-window .info-window-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.info-window .info-window-link a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
}
.info-window .info-window-link div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.info-window .info-window-link span {
  margin-left: 10px;
}

.large-info-window .map-image {
  order: 1;
  width: 7em;
  margin-left: auto;
}
.large-info-window .info-map-wrapper {
  overflow-y: scroll;
  width: 100%;
  height: 15em;
}
.large-info-window .info-btns {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
  width: 100%;
}
.large-info-window .info-btns:nth-child(even) {
  background-color: gray;
}
.large-info-window .info-btns {
  display: flex;
  justify-content: space-between;
}
.large-info-window .info-btns .info-window-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.large-info-window .info-btns .info-window-link a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
}
.large-info-window .info-btns .info-window-link div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.large-info-window .info-btns .info-window-link span {
  margin-left: 10px;
}
@media (max-width: 800px) {
  .large-info-window .info-btns .info-window-link {
    flex-wrap: wrap;
  }
  .large-info-window .info-btns .info-window-link button {
    margin-left: 0;
  }
}
.large-info-window .info-btns button {
  margin-left: 1.5em;
  display: block;
}

.loader {
  margin: 2em auto;
  border: 7px solid #f6f6f6;
  /* Light grey */
  border-top: 7px solid gray;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rm_details_address {
  color: #1d252d;
  font-size: 17px;
  letter-spacing: 0.14em;
  line-height: 1.65;
  margin: 0 -50px 20px 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.rm_btn_link {
  border: 1px solid #262e35;
  border-radius: none;
  color: #262e35;
  display: inline-flex;
  font-family: Bw Gradual, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 14px 20px !important;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  text-wrap: nowrap;
  transition: all 0.3s;
  z-index: 1;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  z-index: 999999999999;
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.85);
}

/* Modal Content */
.modal-content {
  margin: auto;
  padding: 20px;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
  background-color: white;
}

.back_btn .back_link {
  display: flex;
  align-items: center;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 50px;
}

.mfp-hide {
  display: none !important;
}

.rm-header_title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: white;
  font-family: Bw Gradual, Helvetica, sans-serif;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.nodisplay {
  display: none;
}

.parent {
  position: relative !important;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.trigger-element {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  flex-direction: row !important;
  cursor: pointer;
}

#info-price {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 5px;
  font-size: 10px;
  left: 0px;
}

.trigger-element:hover + #info-price {
  display: block;
  opacity: 1;
}

/* Hide the default select element */
.hidden-select {
  display: none;
}

/*Search Bar*/
#search {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-section {
  display: flex;
  background: white;
  z-index: 99;
  position: relative;
  flex-wrap: wrap;
  max-height: 125px;
  overflow: hidden;
}
.carousel-section #carousel {
  width: 70%;
}
.carousel-section #carousel .slides img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 👈 DON'T crop */
  -o-object-position: center;
     object-position: center;
}
.carousel-section .buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-content: center;
  width: 30%;
  align-items: center;
}
.carousel-section .buttons a {
  width: 100%;
}

@media screen and (max-width: 886px) {
  .carousel-section #carousel {
    width: 100%;
  }
  .carousel-section .buttons {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
  #slider {
    max-height: 300px !important;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.flex-control-paging {
  display: none !important;
}

#slider .slides img {
  width: auto;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.flexslider {
  margin: 0px !important;
}
.flexslider .slides {
  height: 70px;
}
.flexslider .slides li {
  width: auto !important;
}

.gallery-container #mainImage {
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

#mainImage {
  cursor: pointer;
  border: 1px solid #e2e2e2;
  transition: border 0.3s;
}

#mainImage:hover {
  border-color: #e2e2e2;
}

.thumbnails img {
  width: 100px;
  height: 66px;
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
  flex: 0 0 auto;
}

.thumbnails img.active,
.modal-thumbnails img.active {
  border-color: gray;
}

.thumbnail-wrapper {
  display: flex;
  align-items: center;
}
.thumbnail-wrapper .thumbnails {
  display: flex;
  width: 80%;
  position: relative;
  overflow: auto;
  scroll-behavior: smooth;
}
.thumbnail-wrapper .buttons {
  width: 20%;
}

.modal-content {
  justify-content: center;
  align-items: center;
  position: relative;
  display: inline-flex;
  width: 100%;
}

#modalImage {
  height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
}

.close {
  position: absolute;
  right: 60px;
  top: 20px;
  color: #e0e0e0;
  font-size: 60px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
}

.close:hover {
  color: #ccc;
}

.modal-thumbnails {
  height: 20vh;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.modal-thumbnails .flexslider {
  background: none !important;
  border: none !important;
}
.modal-thumbnails .slides {
  display: flex;
  justify-content: center;
}
.modal-thumbnails .slides li {
  display: block !important;
}
.modal-thumbnails .slides img {
  width: auto;
  height: 50px;
}

.modal-thumbnails img {
  width: 100px;
  height: 66px;
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
}

.prev-button,
.next-button {
  align-items: center;
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  color: #ff5c35;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 45%;
  transition: border 0.3s, background 0.3s, box-shadow 0.3s;
  width: 50px;
  z-index: 1;
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}

.prev-button:hover,
.next-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.main-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #F5F5F5;
}

#mainImage {
  display: block;
}

.modal-thumbnails {
  display: flex !important;
  gap: 10px;
  padding: 20px;
  overflow-x: hidden;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}

.modal-thumbnails img {
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.modal-thumbnails img.active {
  opacity: 1;
  border: 2px solid #fff;
}

.rm-btn {
  color: #fff;
  background-color: #0e3279;
  border: none;
  border-radius: 25px;
  padding: 15px 25px;
  font-size: 12px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  line-height: normal;
  text-transform: uppercase;
}

.rm-btn:hover {
  color: #0e3279 !important;
  background-color: #fff !important;
  text-decoration: none;
}

#rmwb_section_prop_unit_listings {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

@media screen and (max-width: 1560px) {
  .rmwb_listing-wrapper {
    margin: 10px;
  }
}
@media screen and (max-width: 1350px) {
  .rmwb_listing-wrapper {
    width: 45%;
  }
  .col-33 {
    flex-basis: auto !important;
  }
}
@media screen and (max-width: 1114px) {
  .rm-three-columns .col-40, .rm-three-columns .col-30, .rm-three-columns .col-20 {
    flex-basis: 47%;
  }
}
@media screen and (max-width: 900px) {
  .rmwb_listings {
    display: block;
  }
  .rmwb_listing-wrapper {
    width: 100%;
  }
  #map-canvas, #map-canvas-commercial {
    width: 100% !important;
    height: 400px !important;
    position: relative !important;
  }
  .listing-wrapper {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .rm-three-columns .col-40, .rm-three-columns .col-30, .rm-three-columns .col-20 {
    flex-basis: 100%;
  }
  .rm-two-columns {
    display: block;
    padding: 60px 0px;
  }
}
@media screen and (max-width: 530px) {
  .rmwb_listing-wrapper {
    width: 100%;
  }
}/*# sourceMappingURL=listing.css.map */