/* Scss Document */
/* Reset */
/* general template styles that will change */
.et_pb_code_0_tb_header{
    height: auto !important;
    min-height: auto !important;
}
.rmwb_no-properties {
  text-align: center;
  font-size: 1.5em;
  padding: 1em;
}

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

.home .entry-content{
  max-width:100%;
  padding: 0;
}

.unit-search{
  padding: 25px 0;
}

p, span, a{
  font-size: 18px;
  padding:0;
}

.fa, .fas{
  font-size: 36px;
}

.page-title h1{
  font-weight: bold;
}

.rmwb_detail-wrapper h2, 
.rmwb_listing-wrapper h2{
  font-weight: bold;
}

.rmwb_listing_header{
      font-size: 2rem !important;
    font-weight: 800 !important;
    text-transform: capitalize !important;
    line-height: 1.2em !important;
    text-align: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.leaflet-pane {
    z-index: 0 !important;
}

.leaflet-top, 
.leaflet-bottom{
  z-index: 1 !important;
}

.leaflet-container .leaflet-marker-pane img{
  height:32px !important;
}

.leaflet-control a{
  color:#333 !important;
}

.mapLink{
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-bottom: 1em;
    color:var( --e-global-color-primary ) !important;
}

.featherlight-close-icon{
  color:var( --e-global-color-primary ) !important;
}

.mapLink:hover,
.featherlight-close-icon:hover{
  color:var( --e-global-color-secondary ) !important;
  background: transparent !important;
}

.search-header{
  font-weight: 600;
    padding: 0;
    margin: 0 auto;
    color: #fff;
    position: relative;
}

.search-header:after{
  content: '';
    display: block;
    background-color: #ddd;
    height: 1px;
    width: 70%;
    position: relative;
    top: -7px;
    display: inline-block;
    right: -20px;
}

.search-form form{
  justify-content: space-between;
}

a{
  text-decoration: none;
}


#submit_form,
.apply-button {
    display: inline;
    border-radius: 0px;
    padding: 1em 10px;
}

#submit_form:hover{
  text-decoration: none;
}

.rmwb_main-header {
  width: 100%;
  z-index: 2;
  position: relative;
}

.internal-hero-image .property-detail-title{
  text-align: center;
  text-shadow: 2px 2px 5px #1B1B1B;
}

.internal-hero-image hr{
  width:25%;
  box-shadow: 2px 2px 5px #1B1B1B;
}

.rmwb_main-header .property-detail-subtitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0.67em 0;
  text-shadow: 2px 2px 5px #1B1B1B;
}

.rmwb_detail-wrapper h2, .rmwb_listing-wrapper h2 {
    margin: 0 auto;
    letter-spacing: 0;
    margin-top:10px;
    text-align: center;
}

.rmwb_detail-wrapper h2,
#available-units{
  text-align: left;
}

#available-units{
  width:100%;
  font-weight: bold;
  margin:3em 0;
}

.featherlight:last-of-type{
  background: rgba(74,74,72,.5) !important;
}

.featherlight .featherlight-close-icon{
  position: relative !important;
  width: 100% !important;
  text-align: right !important;
  font-size:36px;
  font-weight: bold;
  padding: 10px;
  padding-bottom: 1em !important;
}

.modal-header{
  border:2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.modal-heading{
  width: 30%;
}

.modal-header .icon-column{
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  justify-content: space-evenly;
}

.details-lightbox-wrapper .icon-column,
.modal-header h4 {
	border-right: 2px solid white !important;
	padding: 30px 0px;
}

.details-lightbox-wrapper .icon-column:last-child{
  border-right: none !important;
}

@media (min-width: 980px) {
  .details-lightbox-wrapper {
  padding-bottom: 4em; }
  .featherlight-content{
    width:70%;
  }}
  @media(max-width: 1024px){
  .featherlight .featherlight-content {
    width: 90%;
  }
}

.details-lightbox {
    display: none;
}

.property-listing-image {
  width: 100%;
  height: 325px;
  background-position: center;
  background-size: cover;
margin-bottom: 1.5em;
background-repeat: no-repeat;
}

.property-listing-image .property-listing-image {
    background-size: cover;
}

@media only screen and (max-width: 450px) {
	.property-listing-image {
    height: 250px;
	}
	.prop-list-buttons {
	height: auto!important;
	}
}


.listing-dets{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding:1em 0;
    margin-bottom: 5px;
}

.listing-dets h5,
.listing-dets span{
  width:20%;
  text-align: center;
}


.prop-details .listing-dets span{
  border-right: none;
  margin-right:1em;
}

.prop-details .page-header{
  margin-top:5em;
}

.address1{
  margin-bottom: 0;
  padding-bottom: 0;
}

.address2{
  margin-top:0;
  padding-top: 0;
}


.prop-details i,
.fa-video{
  font-size: 36px;
}

.prop-details .listing-dets i{
  margin-right:10px;
}

.availunit-button{
  width:100%;
  cursor: pointer;
}

.details-lightbox-wrapper .text-and-image{
  margin-top: 0;
}

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

.rm-button{
  background: transparent;
  padding: 7px !important;
  text-align: center;
  font-weight: 500;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  letter-spacing: 1px;
  outline: none;
}

.rm-button:hover{
  text-decoration: none;
}

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

.rmwb_detail-wrapper ul{
  padding: 0 1.5em;
}

.rmwb_detail-wrapper iframe{
  margin-top:2em;
}

.unit-list-title{
  font-weight: 300;
  margin-top: 5px;
  text-align: left;
  font-size: 40px;
}

.unit-list-title:after {
	content: '';
	display: block;
	background-color: #aaa;
	height: 1px;
	width: 10%;
	position: relative;
	top: -12px;
	display: inline-block;
	right: -20px;
}

#map-canvas{
  height:350px;
  width:100%;
  }

/* 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;
  align-items: stretch;
  max-width: 1364px;
  margin:0 auto;
}
.prop-details{
  width:100%;
}
.prop-details .page-title,
.rmwb_main-header .page-title{
      display: flex;
    justify-content: space-between;
        align-items: center;
}
.rmwb_listing-wrapper .rmwb_header-section{
  width:100%;
}
.rmwb_detail-wrapper .rmwb_section {
  flex-basis: 47%;
  min-width: 400px;
  padding: 1em;
  flex: 1 1;
}

.prop-udfs .rmwb_section{
  padding:1em 0;
}

.prop-udfs{
  display: flex;
}

.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: capitalize;
  margin: 0.2em;
  border: none;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_google-map-detail {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #aaa;
  padding: 0 1em 0 0;
}

.rmwb_detail-wrapper .rmwb_section.rmwb_google-map-detail iframe{
  margin-top:0;
}

.rmwb_detail-wrapper .rmwb_additional-photos {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo {
  width: 24%;
}
.rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo img {
  object-fit: cover;
  width: 100%;
  height: 100px;
  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_additional-info-section {
  margin-bottom: auto;
}
.rmwb_detail-wrapper .rmwb_additional-info-section li {
  margin-left: 20px;
}

.property-address{
  margin-left: 1em;
}

.rmwb_section .rmwb_main-photo a {
  border: none;
}
.rmwb_section .rmwb_main-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

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

.rmwb_important-info-section p{
  text-align: center;
}

.rmwb_important-info-section .rmwb_info-list li {
  list-style-type: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
  line-height: 1.846;
}

.rmwb_info-list li::before{
  display: none;
}
.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: capitalize;
}
.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_listings,
.rmwb_listings-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1364px;
  margin: 0 auto;
  justify-content: space-between;
}

.rmwb_listings{
  padding-bottom: 1em;
}

.search-units-section{
  max-width: 1364px;
  margin: 0 auto;
}

.rmwb_listing-wrapper {
  display: flex;
  margin: 10px 0;
  flex-direction: column;
  align-items: center;
  width: 48%;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background: #B1D3FA;
}

.rmwb_listing_box{
  border: 3px solid #7a7a7a;
  width:98%;
  margin-bottom: 10px;
  background-color: #fff;
}

.rmwb_listing-wrapper .rmwb_details{
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  width: 100%;
}

.modal-body .rmwb_listings{
  margin-top: 3em;
}

.slick-slider .slick-track, 
.slick-slider .slick-list{
  min-height:350px;
}

.slider-image{
  width:100%;
}

option {
  background-color: white;
    appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.featured-property .page-title h2{
  margin:0;
}
.featured-property .rmwb_photo-section{
  height: 250px;
  overflow: hidden;
}

.featured-details{
  padding:0 18px;
}

.featured-details h2{
  text-transform: uppercase;
}

.rmwb_listing-wrapper .rmwb_photo-section {
  display: flex;
  box-sizing: border-box;
  padding:1em;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo {
    width: 22vw;
    height: 285px;
    overflow: hidden;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo a {
  border: none;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: baseline;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li {
  flex-direction: column;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list p{
  margin:0 1em;
  display: flex;
  align-items: center;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list p span{
  margin-left: 10px;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list p:first-child{
  margin-left:0;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list p:last-child{
  margin-right:0;
}

.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%;
}
.rmwb_listing-wrapper .rmwb_header-section h3 {
  font-size: 18px;
  text-align: left;
  margin:0;
  margin-bottom:10px;
}

.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;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  align-items: flex-end;
  justify-content: flex-end;
}

.featured-details .rmwb_detail-button-wrapper{
  padding:1em 0;
}

.featured-details .rmwb_photo-section{
  height: 250px;
  overflow: hidden;
}

.block-title{
  font-weight: 400;
  text-align: center;
}

.block-title:before{
  content: '';
  display: block;
  background-color: #aaa;
  height: 1px;
  width: 10%;
  position: relative;
  top: -7px;
  display: inline-block;
  left: -20px;
}

.block-title:after{
  content: '';
  display: block;
  background-color: #aaa;
  height: 1px;
  width: 10%;
  position: relative;
  top: -7px;
  display: inline-block;
  right: -20px;
}

.rmwb_listing-wrapper .rmwb_detail-button-wrapper a {
  padding: 10px 2em;
  border: none;
  text-transform: capitalize;
  margin: 10px;
  border-radius: 0px;
  border:1px solid #234E8E;
}

.rmwb_listing-wrapper .rmwb_detail-button-wrapper a:hover{
  border:1px solid #234E8E;
  color: #234E8E;
  background: #fff;
}

.one-column-section .page-title{
  margin-top:2em;
}

.select2-container{
  font-size: 16px;
  font-weight: bold;
  border-radius: 0px;
  appearance: initial;
  -webkit-appearance: initial;
  -moz-appearance: initial;
}

.select2-search__field{
  display:none;
}

.select2-container .select2-selection--single{
    border-radius: 0 !important;
    height:56px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  position: relative !important;
}


#rmwb_search_form select,
#rmwb_search_form input{
  padding: 1em 10px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0px;
  appearance: initial;
  -webkit-appearance: initial;
  -moz-appearance: initial;

}

#rmwb_search_form label{
  display: flex;
    flex-direction: column;
    color: white;
    margin:0;
    padding:.5em;
    width:25%;
}
#rmwb_search_form{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.price-range-slider {
    width: 25%;
    float: left;
    padding: 5px 0;
    margin-top: -16px;
	}

  #slider-range{
    height: 1px;
  }

  .price-range-slider .range-value {
		margin:0;
  }
  .price-range-slider input {
			width:100%;
			background:none;
			font-size: 16px;
			box-shadow: none;
			border: none !important;
      padding-top:0 !important;
		}
	
	.range-bar {
		border: none;
		height: 3px;	
		width: 96%;
		margin-left: 8px;
		
	}

  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
    border: 1px solid #005F73 !important;
    background: #005F73 !important;
    top: -11px !important;
    border-radius: 50%;
}

  		.ui-slider-handle {
			border:none;
			border-radius:25px;
			background:#fff;
			height:17px;
			width:17px;
			top: -0.52em;
			cursor:pointer;
		}

.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);
  padding:0;
}
.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;
  align-items: baseline;
}

.rmwb_option-2 .rmwb_info-list p{
  margin: 0 1em;
  display: flex;
  align-items: center;
}

.rmwb_option-2 .rmwb_info-list p span{
  margin-left:10px;
}

.rmwb_amenities-section h3{
  font-size:36px;
  font-weight: bold;
  margin-top: 0;
}


.rmwb_amenities-section hr{
  border-width: 1px;
  width:55%;
  margin: .5em 0;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list p {
  margin: 0 1em;
  display: flex;
  align-items: center;
}

.bg-color2{
  background:white;
  border: 1px solid white;
  border-radius: 0px;
  padding: 10px 2em;
}

.bg-color2:hover{
  background:#234E8E;
  color:white;
  border: 1px solid white;
}

.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: capitalize;
}

.prop-unit .rmwb_photo-section {
  flex-basis: 25%;
}

.prop-unit .rmwb_photo-section .rmwb_main-photo {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.prop-unit .rmwb_important-info-section {
  width: 50%;
}

.prop-unit{
  width: 29%;
  border:none;
}

.prop-unit .rmwb_detail-button-wrapper{
  justify-content: flex-end;
}

.rmwb_detail-wrapper .rmwb_section.rmwb_header-section {
  width: 100%;
  color: white;
  min-height: 14vh;
  padding: 0;
  display: flex;
  background-color: black !important;
  position: relative;
  align-items: center;
  text-align: center;
}

.theme-gradient-overlay {
  background: rgba(27,27,27,.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

.blue-banner{
  width:100%;
}

.blue-banner-info{
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}

.image-slider{
  max-height:500px;
  overflow: hidden;
}

.image-slider .owl-nav{
  position: absolute;
  top: 40%;
  width: 100%;
}

.image-slider .owl-nav button{
  border: none;
}

.image-slider .owl-nav button:hover{
  background: transparent;
}

.image-slider .owl-nav button span{
  font-size: 102px;
  color:var( --e-global-color-primary );
  opacity:50%;
}

.image-slider .owl-nav button:hover span{
  background: transparent;
  opacity:100%;
}

.image-slider .owl-nav .owl-next{
    right: 0;
    position: absolute;
}

.image-slider .owl-nav button{
  background: none;
  color: rgba(27, 27, 27, .5);
}

.thumbnails .owl-item{
  height: 72px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.thumbnails .owl-nav img{
    display: block;
    width: 100%;
}

.gm-style .gm-style-iw-c{
  max-height:auto !important;
}

/* Slick Carousel */
.slick-slider{
  position: inherit;
}

.slick-arrow{
  top:40%;
  background: none !important;
  border:none !important;
  position: absolute;
  z-index:1;
  padding:0 !important;
}

.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-size: 36px;
  -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.slick-prev{
  left:2%;
}

.full-width-featured .slick-prev{
  left:-9%;
}

.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 36px;
  -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.slick-next{
  right:2%;
}

    /*Image and Text Block*/
    .column-with-image{
      width:49%;
      overflow: hidden;
      display: flex;
      position: relative;
     }

     .listing-image{
      width: 82%;
      margin:3em auto 0 auto;
     }

     .listing-image img{
      height: 300px !important;
      object-fit: cover;
     }

     .column-map{
      width:59%;
     }
    
     .column-text{
      width:48%;
     }

     .budget-unit{
      color:#3B3B3B; 
      background:#F6EB14;
     }

     .basic-unit{
      color:#3B3B3B; 
      background:#FFB718;
     }

     .moderate-unit{
      color:#3B3B3B; 
      background:#86C34B;
     }

     .premium-unit{
      color:#fff; 
      background:#924D98;
     }

     .preplus-unit{
      color:#fff; 
      background:#F00081;
     }

     .unit-info{
      display: flex;
      justify-content: space-between;
      padding: .5em 2em;
      margin-bottom: .5em;
      align-items: center;
     }

     .units-in-property{
      width:100%;
     }

     .pricing-group-info{
      display: flex;
      flex-direction: column;
      text-align: center;
     }
    
     .text-and-image{
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 4em;
     }

     #count{
      width: 100%;
    text-align: center;
    display: inline-block;
     }

     .unit-wrapper{
      width:100%;
     }

     .rmUnit{
        display: flex;
        width: 90%;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 auto;
     }
     .rmUnit div{
      text-align: center;
      width: 25%;
      margin-bottom: 1em;
      height: 80px;
      display: flex;
      justify-content: center;
      flex-direction: column;
     }

     .rmUnit .apply-button{
      width: 90%;
      margin: 0 auto;
     }

     .rmUnit h2{
      margin-bottom: 0;
     }

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

    .map-property-detail h2{
      width: 60%;
      margin: 0 auto;
    }

    .map-property-detail p{
      color:#666;
      font-size:18px;
    }
    
    .map-property-detail .address2{
      padding-bottom: 1.5em !important;
    }

     @media(max-width:1700px){
        .rmwb_section .rmwb_main-photo img{
          height: 100%;
        }

          .rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo {
          width: 27vw;
          height: 285px;
          overflow: hidden;
        }
     }

@media(max-width:1400px){
  .rmwb_listings,
  .rmwb_listings-wrapper,
  .search-units-section,
  .rmwb_detail-wrapper{
    padding:0 1.5em;
  } 
}

@media(max-width:1260px){
  .rmwb_row{
    margin:0 1em;
  }

}

@media(max-width:1180px){
    #rmwb_search_form{
    flex-direction: column;
  }

  .select2-container,
  #rmwb_search_form label{
    width:100% !important;
  }
  .price-range-slider{
        margin: 10px auto;
        width:98%;
  }
  
}
@media(max-width:1024px){

  .rmwb_detail-wrapper iframe{
    margin: 1em;
  }
}

@media(max-width:980px){
    .text-and-image{
    flex-direction: column;
    margin-top:1em;
  }
  .column-text {
    width: 95%;
    margin: 0 auto;
  }
  .column-with-image {
    width: 95%;
    max-height: 22vh;
  }

    .column-with-image iframe{
    margin-top:1em;
  }
  .prop-other .column-with-image{
    max-height:none;
  }
  .prop-details .page-title, .rmwb_main-header .page-title {
    flex-direction: column;
    text-align: center;
  }
}

@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);
  }

  .rmwb_listing-wrapper .rmwb_important-info-section{
    padding: 0 1em;
  }

  .rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list p {
    margin: .25em 0;
    width: 100%;
  }

  .rmwb_listing-wrapper .rmwb_details{
    height: auto;
  }

  .rmwb_listing-wrapper{
    width:100%;
  }


  .text-and-image .column-with-image,
  .text-and-image .column-text{
    width:98%;
    margin:0 auto;
  }

  .column-with-image{
    margin-top:1em;
  }

  .rmwb_option-2 .rmwb_info-list{
    justify-content: center;
  }

  .rmwb_option-2 .rmwb_info-list p{
    margin: .25em 1em;
  }

    .rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .rmUnit{
    width: 100%;
  }

  .modal-body{
    font-size: 18px;
  }

  .listing-dets{
    flex-direction: column;
  }

  .listing-dets h5, .listing-dets span {
    width: 100%;
  }

}
@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;
}

/*# sourceMappingURL=listing.css.map */
