/* 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_listings-wrapper,
.unit_information,
.prop-details{
  margin:0 auto;
  max-width: 1640px;
}
@media(max-width:1640px){
  .search-section,
  .rmwb_listings,
  .rmwb_detail-wrapper,
  .rmwb_listings-wrapper,
  .unit_information,
  .prop-details{
    margin:0 1em;
  }
}

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

.search-listing-form{
  text-align: center;
  margin: 2em auto;
  padding: 1em 0;
}

.search-button{
  margin:1em;
  background: white !important;
}

#submit_form:hover{
  background: white !important;
}

.feature-buttons .button{
  padding:.5em;
  margin-top:1em;
}

.avail-date{
  margin-top:5px;
}

.specials-available {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top:-5px;
  left:-5px; }

.specials-available::before,
.specials-available::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #177fc5; }

.specials-available span {
  position: absolute;
  display: block;
  width: 242px;
  padding: 15px 0;
  text-align: center; }


.ribbon-top-left {
  top: -10px;
  left: -10px; }

.specials-available::before,
.specials-available::after {
  border-top-color: transparent;
  border-left-color: transparent; }

.specials-available::before {
  top: -5px;
  right: 1px; }

.specials-available::after {
  bottom: 0;
  left: -5px; }

.specials-available span {
  right: -25px;
  top: 26px;
  transform: rotate(-45deg); }

  figcaption{
    padding: 1em;
    position: absolute;
    bottom:0;
    width: 100%;
  }


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

.rmwb_detail-wrapper .rmwb_main-header h2,
.rmwb_important-info-section .rmwb_main-header h2{
  margin-bottom: 0;
}

.rmwb_important-info-section .rmwb_main-header h2{
  margin-top:0;
}

.rmwb_detail-wrapper .rmwb_main-header,
.rmwb_important-info-section .rmwb_main-header{
  margin-bottom:1.5em;
}

.virtual-tour-button{
      margin: 1em 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.map-property-detail h2 {
  width: 100%;
  padding: 10px 20px;
  font-size: 1.5em;
  font-weight: 400;
}

.map-property-detail h2 {
  padding:0;
}

.map-property-detail img{
  height: 125px;
}

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

.rmwb_callout-links .button{
  margin-right:5px;
}

.rmwb_photo-section .slick-arrow{
  bottom: 50%;
}

.rmwb_photo-section .slick-prev{
  left:0%
}
.rmwb_photo-section .slick-next{
  right:0%
}

.rmwb_listings .slick-prev{
  left: -1%;
}

.rmwb_listings .slick-next{
  right: -1%;
}

.rmwb_listings .slick-arrow{
  bottom: 37%;
}

.slider-navigation .slick-track,
.slider-nav .slick-track{
  margin-right:0;
  margin-left:0;
}

.prop-details{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

.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 h3 {
  margin-bottom: auto;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_header-section,
.rmwb_important-info-section .rmwb_section.rmwb_header-section{
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rmwb_detail-wrapper .rmwb_section.rmwb_google-map-detail {
  flex-basis: 100%;
  padding: 1em 0;
}
.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 {
  object-fit: cover;
  width: 100%;
  height: 100px;
  object-position: center;
}
.rmwb_detail-wrapper .rmwb_description {
  flex-basis: 100%;
  width: 100%;
}
.rmwb_detail-wrapper .rmwb_amenities-section {
  margin-bottom: auto;
}
.rmwb_amenities-section ul{
  columns: 2;
}
.rmwb_detail-wrapper .rmwb_amenities-section li {
  margin-left: 20px;
}
.rmwb_detail-wrapper .rmwb_amenities-section li {
  display: list-item;
  width: 100%;
  justify-content: stretch;
  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%;
}

.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_info-list .info-list-piece{
    margin-top: 5px;
    font-weight: bold;
}
.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_info-list{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-top: 1em !important;
  }

  .rmwb_listing-wrapper .rmwb_info-list{
    justify-content: center;
  }

  .rmwb_important-info-section .rmwb_info-list{
    justify-content: space-between;
    padding: 0;
  }

  .rmwb_important-info-section .rmwb_info-list p{
    display: flex;
    align-items: center;
  }

  .rmwb_important-info-section .rmwb_info-list i{
    margin-right: 5px;
  }

  .specials-button{
    background: #fff;
  }

  .rmwb_info-list i{
    font-size: 2.25em;
  }

.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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin:0 auto;
}

.featured-slider{
  width:90%;
}

.rmwb_listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 1em;
  align-content: space-between;
  width: calc(100% - 4.2em);
  box-sizing: border-box;
  max-width: 600px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .rmwb_listing-wrapper {
    width: calc(50% - 4.2em);
  }
}
@media screen and (min-width: 1340px) {
  .rmwb_listing-wrapper {
    width: calc(33% - 4.2em);
  }
  .desktop-only .rmwb_main-header{
    width: 46%;
  }
}
@media screen and (min-width: 1740px) {
  .rmwb_listing-wrapper {
    width: calc(25% - 4.2em);
  }
}


.rmwb_listing-wrapper .rmwb_section {
  padding: 1em;
  flex-grow: 1;
}
.rmwb_listing-wrapper .rmwb_important-info-section {
  flex-basis: calc(45% - 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 {
  text-align: center;
}
.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(45% - 2em);
}
.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;
}
.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;
}

#no-listing-message{
  display: none;
}

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

.listing_header1{
  margin-bottom:0em;
}

.listing_header2{
  margin-top:0em;
}

@media (max-width: 450px) { 
	.two-button {
	display: block;
	}}

.entry-content ul li::before {
	display: none;
}

.featured-wrapper {
	display: flex;
}

.feature-buttons {
	display: flex;
	justify-content: space-evenly;
    flex-wrap: wrap;
	text-align: center;
}
.feature-button {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid;
  width: 40%;
  font-weight: 600;}

.apartment-wrapper{
  align-content: space-between;
}

.featured-property img{
    height: 300px;
}
@media only screen and (max-width: 1200px ){
.featured-property img{
    height: 250px;
	}}
@media only screen and (max-width: 1000px ){
.featured-property img{
    height: 200px;
	}}

.featured-details {
	padding: 1.5em;
	text-align: center; 
}

h4.feature-heading2 {
    margin-top: -15px;
}

.feature-description {
	padding: .8em 0;
}

.apartment-prop-desc{
  padding: .8em;
}

.rmwb_photo-section{
  width:54%;
  overflow: hidden;
  max-width: 950px;
  position: relative;
}

.column-text{
  width: 54%;
}

.slider-nav img,
.slider-navigation img{
  max-height: 120px;
  margin:.5em;
  object-fit: cover;
}

.rm-unit-header .title{
  margin-bottom: 0;
}

.rm-unit-header h2{
  margin-top: 0;
  margin-bottom: .5em;
}

.property_information,
.unit_information{
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.property_photos,
.floorplan-detail-slider,
.unit_photos,
.unit_photos .slick-slide,
.property_photos .slick-slide{
  max-height: 600px;
  overflow: hidden;
}

.unit_information{
  margin-top: 3em;
}

.rmwb_important-info-section,
.column-with-image{
  width:45%;
}

@media only screen and (max-width: 1390px ){
.feature-buttons {
	display: block;
	}
	.feature-button {
		margin: .2em;
		width: 75%;
	}
}

@media only screen and (max-width: 1000px ){
	.featured-details {
    padding: 0.5em;
	}
.featured-property {
	margin: .8em;
	}
}

@media only screen and (max-width: 700px ){
	.featured-wrapper {
		display: block;
	}
	.featured-property img {
		height: 300px;
		width: 100%;
	}
	.feature-buttons {
		margin-bottom: 1em;
	}
	.feature-button {
		margin: 0;
		width: 40%;
	}
}

@media only screen and (max-width: 400px ){
	.feature-buttons {
	display: block;
	}
	.feature-button {
		margin: .2em;
		width: 75%;
	}
}

@media only screen and (max-width: 460px ){
	.featured-property img {
		height: 225px;
	}}

/*Apartment Listing*/


.rmwb_apartment-detail {
	display: flex;
	flex-direction: column;
	width: 57%;
	padding: 5em;
    min-height: 225px;
}

.rmwb_apartment-photo-section-link {
	width: 25%;
    height: 135%;
    margin-top: -3%;
}
@media only screen and (max-width: 1950px ){
	.rmwb_apartment-photo-section-link {
		margin-top: -3.5%;
	}}
	@media only screen and (max-width: 1700px ){
	.rmwb_apartment-photo-section-link {
		margin-top: -4%;
		}}
			@media only screen and (max-width: 1500px ){
	.rmwb_apartment-photo-section-link {
		margin-top: -5%;
				}}
.rmwb_apartment-photo-section {
    height: 100%;
    border: 2px solid #092441;
    border-radius: 20px;
	background-position: center;
    background-size: cover;
    max-height:550px;
}

.rmwb_detail-button-wrapper .button {
	width: 20%;
    margin-right: 25px;
}

@media only screen and (max-width: 1400px ){
	.rmwb_apartment-photo-section-link {
		width: 30%;
		margin-top: -6%;
	}
	.rmwb_apartment-detail {
		width: 50%;
	}}
.rmwb_detail-button-wrapper {
	display: flex;
	text-align: center;
	padding-top: 15px;
}
@media only screen and (max-width: 1350px ){
	.rmwb_detail-button-wrapper .button {
    width: 25%;
	}	
	.rmwb_apartment-photo-section-link {
    height: 125%;
	margin-top: -4%;
	}
}
@media only screen and (max-width: 1300px ){
		.rmwb_detail-button-wrapper .button {
    width: 50%;
	}
}
@media only screen and (max-width: 1000px ){
	.rmwb_apartment-detail {
		width: 100%;
	}
	.rmwb_apartment-detail {
		padding-bottom: 10em;
	}
	.rmwb_apartment-photo-section-link {
        width: 100%;
    	margin-right: 25%;
    	margin-left: 25%;
		min-height: 50px;
    	margin-top: -12%;
   		height: 80%;
}
	.rmwb_apartment_listing-wrapper {
		margin-bottom: 30%;
	}
}

@media only screen and (max-width: 825px ){
	.rmwb_apartment-photo-section-link {
		margin-top: -15%;
	}}
@media only screen and (max-width: 700px ){
.rmwb_apartment_listing-wrapper {
	margin: 0;
}
	.rmwb_apartment_listing-wrapper {
    margin-bottom: 40%;
	}

  iframe{
    height:302px !important;
  }
}
@media only screen and (max-width: 650px ){
.rmwb_apartment_listing-wrapper {
    margin-bottom: 50%;
	}
	.rmwb_apartment-photo-section-link {
	margin-top: -16%;
	}
}

@media only screen and (max-width: 590px ){
	.rmwb_apartment-photo-section-link {
		height: 70%;
		    margin-top: -20%;
	}
}
@media only screen and (max-width: 520px ){
	.rmwb_apartment-photo-section-link {
		margin-right: 20%;
    margin-left: 20%;
	}
}
@media only screen and (max-width: 475px ){
	.rmwb_detail-button-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.rmwb_detail-button-wrapper .button {
		margin-bottom: 10px;
	}
	.rmwb_apartment-photo-section-link {
		margin-right: 10%;
    	margin-left: 10%;
    	margin-top: -5%;
	}
	.rmwb_apartment_listing-wrapper {
    margin-bottom: 60%;
}
	.rmwb_apartment-detail {
		padding: 3em;
}
}

@media only screen and (max-width: 430px ){
.rmwb_apartment-photo-section-link {
    height: 60%;
}
}
@media only screen and (max-width: 380px ){
.rmwb_apartment-photo-section-link {
    height: 50%;
}
}

@media only screen and (max-width: 330px ){
.rmwb_apartment-photo-section-link {
    height: 40%;
}
}

.featherlight{
  z-index: 9998 !important;
}

.property_photos,
.slider-navigation {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.property_photos.slick-initialized,
.slider-navigation.slick-initialized {
  opacity: 1;
}

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

.floorplan_wrapper{
  justify-content: space-evenly;
}

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

.floorplan_wrapper .rmwb_header-section{
  text-align: center;
}

.floorplan-listing-image {
  height:400px;
}

#available-units{
  text-align: left;
}

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

.sold-out{
  text-align: center;
    color: white;
    text-shadow: black 3px 2px 4px;
    height: 100%;
    align-content: center;
}

.floorplans{
  display: flex;
  justify-content: center;
}

.floorplans a{
  flex-basis: calc(30% - 1em);
  text-decoration: none;
  border:0px !important;
  margin:0 1em;
}

.floorplans a:first-child{
  margin-left: 0em;
}

.floorplans h4{
  text-align:center;
}

.details-lightbox {
  display: none; }


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

.modal-header{
  display: flex;
  align-items: center;
  text-align: left;
}

.modal-header .icon-column{
  display: flex;
  align-items: center;
}

.modal-header .icon-column i{
  margin-right: 5px;
}

.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:90%;
    margin:0 auto;
  }}
  @media (max-width: 980px) {
  .rmwb_listing-wrapper .rmwb_main-header h2,
  .map-property-detail h2 {
    font-size: 24px;
  }
.rmwb_amenities-section ul{
  columns: 1;
}
.rmwb_photo-section{
  max-width: 650px;
}
.property_photos, .floorplan-detail-slider, .unit_photos, .unit_photos .slick-slide, .property_photos .slick-slide {
    max-height: 350px;
}}
  @media(max-width: 1024px){
  .featherlight .featherlight-content {
    width: 90%;
  }
}

@media only screen and (max-width: 650px) {
  .rmwb_photo-section{
    max-width: 300px;
  }
  .property_photos, .floorplan-detail-slider, .unit_photos, .unit_photos .slick-slide, .property_photos .slick-slide {
    max-height: 200px;
}
}

@media only screen and (max-width: 450px) {
	.property-listing-image {
    height: 250px;
	}
	.prop-list-buttons,
  .unit-list-buttons {
	height: auto!important;
	}
}	
.rmwb_listing-wrapper .rmwb_main-header {
	text-align: center;
}

.prop-list-buttons,
.unit-list-buttons {
	width: 100%;
	padding-bottom: 1.5em;
  display: flex;
}

.prop-list-buttons .feature-button {
	width: 30%;
}
@media only screen and (max-width: 375px) {
	.prop-list-buttons .feature-button {
    width: 80%;
}
}

#post-794, #post-804 {
	display: none;
}

.page-id-794 .listing-shortcode, .page-id-804 .listing-shortcode {
	padding-top: 0;
}

.detail-hero {
	height: 400px;
}

.detail-hero-container {
	padding-top: 8vh;
}

.detail-hero-container h3{
  text-shadow: 1px 1px 1px black;
}

.detail-hero-header {
	padding-top: 0;
	text-transform: uppercase;
	font-size: 4em;
}

@media only screen and (max-width: 700px) {
	.detail-hero-header {
		font-size: 2.5em;
	}
	.detail-hero {
	height: 300px;
}
}

.hero-box {
    background-color: white;
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 600px;
    border: 2px solid #092441;
    padding: 3em 4em;
    justify-content: center;
    border-radius: 10px;
	text-align: center;
}

#unit-hero-box{
  margin-top: -100px;
}

@media(max-width:500px){
  #unit-hero-box{
    margin-top: -20px;
  }
}

@media only screen and (max-width: 800px) {
.hero-box {
    max-width: 350px;
}
}

@media only screen and (max-width: 500px) {
.hero-box {
    padding: 2em 1em;
	max-width: 85%;
}}


.hero-buttons {
    display: flex;
    justify-content: space-around;
    padding-top: 1em;
}
@media only screen and (max-width: 700px) {
.hero-buttons {
    flex-direction: column;
	justify-content: center;
    align-items: center;
	padding-top: 0;
}
	.hero-buttons .feature-button {
	margin-top: 15px;
	width: 70%;
}
}
.detail-slider {
    max-width: 750px !important;
	max-height: 600px!important;
    padding: 1%;
    margin: 0 auto;
    margin-bottom: 2em;
	margin-top: 2em;
  overflow: hidden;
}
.owl-item {
		max-height: 600px!important;
}

.modal-body .detail-slider {
max-height: 450px!important;
width:50%;
}
.modal-body .owl-item {
  max-height: 450px!important;
}

.detail-slider .owl-nav,
.floorplan-detail-slider .owl-nav {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: absolute!important;
    top: 33%;
    width: 96%;
    margin-left: 0;
}
@media only screen and (max-width: 1250px) {
	.detail-slider .owl-nav {
		top: 15vh;
	}}
.floorplan-detail-slider .fa,
.detail-slider .fa {
    font-size: 2em;
}

.floorplan-detail-slider .fa,
.detail-slider .fa {
    color: #ebad1e;
}

.floorplan-detail-slider{
  overflow: hidden;
}

.floorplan-detail-slider img{
  object-fit: contain;
}

.rmwb_listings-table{
  width:45%;
}

.modal-body{
  display: flex;
  justify-content: space-between;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
} 

.owl-nav.owl-stage {
    display: none;
}

  .unit_information .mobile-only{
    display: none;
  }
  .unit_information  .desktop-only{
    display: flex;
        flex-wrap: wrap;
  }

@media only screen and (max-width: 1450px) {
	.detail-slider {
    	max-width: 1000px !important;
	}

  .floorplan-detail-slider,
.floorplan-detail-slider .owl-stage-outer{
  height:auto !important;
}
}
@media only screen and (max-width: 1250px) {
	.detail-slider {
    	max-width: 800px !important;
		max-height: 400px!important;
	}
	.detail-slider .owl-item {
		max-height: 400px!important;
	}
}
@media only screen and (max-width: 1180px) {
  .property_information, 
  .unit_information,
  .modal-body,
  .prop-details{
    flex-wrap: wrap;
  }
  .rmwb_photo-section,
  .rmwb_important-info-section,
  .column-text,
  .column-with-image,
  .rmwb_listings-table{
    width:100%;
  }

  .column-text{
    margin:1em auto;
  }

  .rmwb_callout-links{
    margin:1em auto;
  }

  .rmwb_photo-section{
    margin: 0 auto;
  }
  .unit_information .mobile-only,
  .property-header{
    display: flex;
    flex-direction: column;
        text-align: center;
        width: 100%;
    }
  
  .unit_information  .desktop-only{
    display: none !important;
  }

  .prop-details{
    overflow: hidden;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 1000px) {
	.detail-slider {
    	max-width: 500px !important;
		max-height: 250px!important;
	}
	.detail-slider .owl-item {
		max-height: 250px!important;
	}
	.detail-slider .owl-nav {
		top: 9vh;
	}}

@media only screen and (max-width: 600px) {
	.detail-slider {
    	max-width: 350px !important;
		max-height: 250px!important;
	}
	.detail-slider .owl-item {
		max-height: 250px!important;
	}
	.detail-slider .owl-nav {
		width: 115%;
    	margin-left: -8.5%;
	}
}

@media only screen and (max-width: 430px) {
	.detail-slider {
    	max-width: 250px !important;
	}
	.detail-slider .owl-nav {
		width: 120%;
    	margin-left: -11.5%;
		top: 5vh;
	}
}

.rmwb_prop-details-box h4,
.floorplan-title{
	text-align: center;
}
.rmwb_prop-details-box {
    border: 2px solid #092441;
	border-radius: 2px;
	margin: 0 2em;
}
@media only screen and (max-width: 1050px) {
	.rmwb_option-2 .rmwb_detail-wrapper .rmwb_important-info-section {
		flex-basis: 100%;
	}
	.rmwb_option-2 .rmwb_detail-wrapper .rmwb_photo-section.rmwb_primary-photos {
		flex-basis: 100%;
		margin-bottom: 1em; 
	}
}
.rmwb_icon-section {
	width: 100%;
    display: flex;
    text-align: center;
	justify-content: space-around;
}
.icon-column {
    margin: 10px 3% 20px;
    padding: 10px 0;
	color: #092441;
}
.icon-column img{
	height: 50px;
	width: 50px;
}

@media only screen and (max-width: 550px) {
	.rmwb_row {
    padding: 5vh 0px;
}
	.detail-hero-container {
		padding-left: 50px;
		padding-top: 8vh;
	}
}
@media only screen and (max-width: 330px) {
	.detail-hero-container {
		padding-left: 5px;
	}
}
.tab-box {
	background-color: white;
    display: flex;
    align-items: center;
    margin: auto;
    margin-top: -100px;
    max-width: 600px;
    border: 2px solid #092441;
    padding: 1em 4em;
    justify-content: center;
    border-radius: 10px;
    text-align: center;
	border-bottom: none;
}

.tab-box a {
    padding: 0px 5px;
}


@media only screen and (max-width: 800px) {
.tab-box {
    max-width: 350px;
}
}

@media only screen and (max-width: 500px) {
.tab-box {
    max-width: 85%;
	margin-top: -20px;
	flex-wrap: wrap;
	padding: 1em;
}}
.tab-box.sticky {
    max-width: 100% !important;
    border: none;
    border-bottom: 2px solid;
	border-radius: 0;
	z-index: 999;
}

.image-link {
	width: 100%;
	height: 325px;
}

img.info-hover {
    width: 24px;
    height: 24px;
}

.detail-button {
	width: 40%;
}

@media only screen and (max-width: 700px) {
img.info-hover {
    margin-left: -255px;
    margin-top: -20px;
	}}
@media only screen and (max-width: 400px) {
img.info-hover {
    margin-left: -225px;
	}}
@media only screen and (max-width: 350px) {
img.info-hover {
    margin-left: -200px;
	}}
@media only screen and (max-width: 300px) {
img.info-hover {
    margin-left: -165px;
	}}
.tooltip {
	width: 24px;
    height: 24px;
	margin-left: -30px;
    margin-top: -5px;
}
.tooltiptext {
    visibility: hidden !important;
    width: 40%;
    background-color: #042549;
    color: #fff;
    font-weight: normal;
    text-align: left;
    line-height: 28px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 6px;
    position: absolute;
    z-index: 999;
    margin-top: 52px;
    margin-left: -42%;
}
.tooltip:hover .tooltiptext {
    visibility: visible !important;
}



 /* Unit Table */
 .rmwb_listings-table{
  display: block;
 }

.unit-wrapper table{
  width: 100%;
  text-align: center;
  padding:1em;
  border-collapse: collapse;
}

.unit-wrapper table td,
.unit-wrapper table th{
  padding:1em 0;
}

@media only screen and (max-width: 700px) {
  .tooltiptext{
    width: 83%;
    left: 20px;
    margin-top: 25px;
  }
	.tooltiptext-right {
	margin-left: 0;
	margin-top: 0;
	}}

  .mobile-only{
    display: none;
  }

  @media(max-width:767px){
    .mobile-only{
      display: flex;
      flex-direction: column;
      text-align: center;
    }
  
    .desktop-only{
      display: none;
    }
      .modal-header{
        flex-wrap: wrap;
      }
      .details-lightbox-wrapper .icon-column, .modal-header h4{
        border-right:none !important;
      }
    
      .floorplan-detail-slider{
        width: 98% !important;
      }

      .rmwb_detail-wrapper .button{
        text-align: center;
        display: block;
        margin:1em auto;
      }
  }

  @media(max-width:350px) and (orientation: portrait){
    .rmwb_listings .rmwb_info-list{
      flex-direction: column;
    }
  }

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