/* Scss Document */
/* Reset */
/* general template styles that will change */

:root{
  --faded-orange: #a17462;
  --black: #38393C;
  --orange: #C85400;
  --white: #fff;
  --lightgray: #f8f5f2;
}

input#availability {
  font-size: .9em;
  width: 100%;
  display: block;
  padding: 12px;
  margin: 0;
  border-radius: 0;
  background: #FFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}
button.update_listings {
  padding: 10px;
}
td {
  padding: 1em !important;
}
.apply-now {
  padding: 10px;
}
.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: 200%;
  /* text-transform: uppercase;
  padding: 10px 20px; */
  font-weight: 400;
}

.rmwb_main-header h2 {
  width: 150%;
}
.rmwb_detail-wrapper h2 {
  width: 100%;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--black);
}

.rmwb_listing-wrapper h2 {
  width: 100%;
  text-transform: capitalize;
  padding: 20px 10px 10px 10px;
  font-weight: 600;
  color: var(--black);
}

.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; */
  padding: 1.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; */
  margin: 1em 0 auto 0;
}
h3.internal-hero-subheading.table-heading {
  margin-bottom: .3em;
}
.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 {
  object-fit: cover;
  width: 100%;
  height: 100px;
  object-position: center;
}
.rmwb_detail-wrapper .rmwb_description {
  flex-basis: 100%;
  width: 100%;
  padding: 0 1em;
}
/* Removed original .rmwb_amenities-section styles */
.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: 60%; */
  width: 90%;
  margin: auto;
  min-height: 22rem;
}

.rmwb_main-photo {
  width: 120%;
  text-align: center;
}

@media(max-width: 900px){
  .rmwb_detail-wrapper {
    flex-wrap: wrap;
    padding: 0;
  }
  .rmwb_detail-wrapper .rmwb_important-info-section{
    text-align: center;
  }
  .rmwb_main-photo {
    width: 100%;
  }
  .rmwb_section .rmwb_main-photo img {
    width: 100%;
    min-height: 18.75rem;
  }
}
.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: 90vw;
  padding: 1em;
  margin: auto;
}

.rmwb_listing-wrapper {
  display: flex;
  /* flex-wrap: wrap; */
  margin: 2em;
  align-items: stretch;
  width: calc(100% - 4.2em);
  border: 0.1em solid;
  box-sizing: border-box;
  border-color: var(--black);
  /* max-width: 600px; */
}
@media screen and (min-width: 1200px) {
  .rmwb_listing-wrapper {
    width: calc(50% - 4.2em);
  }
}
/* @media screen and (min-width: 1700px) {
  .rmwb_listing-wrapper {
    width: calc(33.33% - 4.2em);
  }
} */

.rmwb_main-back-image {
  width: 35%;
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 1em;
}
.rmwb_info_section {
  flex-grow: 1;
}
.rmwb_listing-wrapper .rmwb_photo-section {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo {
  width: 100%;
  height: 275px;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo a {
  border: none;
}
.rmwb_listing-wrapper .rmwb_important-info-section {
  /* flex-basis: calc(33% - 2em); */
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-evenly;
  width: 56%;
  margin: 1em;
}
.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_header-section {
  display: flex;
  align-items: center;
  justify-content: center !important;
}
.rmwb_listing-wrapper .rmwb_header-section h3 {
  font-size: 18px;
  text-align: center;
  padding: 10px 20px 5px;
}
.rmwb_listing-wrapper .more-details {
  /* Button styles from the main CSS document - have a general scss file that this can also import, with these type of styles */
  /*text-decoration:none;
  background-color: #eee; 
  padding: .5em 1em;
  color:black;
  display:inline-block;
  &:hover{
      background-color: #ddd;
  }*/
}
.rmwb_listing-wrapper .more-details:first-child {
  margin: auto 0 0 auto;
}
.rmwb_listing-wrapper .rmwb_detail-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0 1em 1em 1em;
  box-sizing: border-box;
  align-items: flex-end;
}

#rmwb_search_form {
  display: flex;
  justify-content: center;
}
#rmwb_search_form label {
  margin-right: 5px;
}
#rmwb_search_form select, #rmwb_search_form a {
  height: 2.8rem;
}
#rmwb_search_form select {
  min-width: 6rem;
  border-radius: 0;
  margin-top: .3em;
}
@media(max-width: 500px){
  #rmwb_search_form {
    flex-wrap: wrap;
    width: 55%;
    margin: auto;
    flex-direction: column;
  }
  #rmwb_search_form label {
    margin: 5px;
  }
  #rmwb_search_form a {
    margin-bottom: 5px !important;
  }
}

.rmwb_listing-wrapper .rmwb_detail-button-wrapper a, #rmwb_search_form a {
  /* padding: 10px 20px;
  border: none; */
  text-decoration: none;
  text-transform: uppercase;
  margin: 5px;
  padding: 12px 24px;
  font-family: "Quicksand", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  border: solid 1px var(--orange);
  letter-spacing: 0.5px;
  border-radius: 0px 0px 0px 0px;
  transition: ease .3s;
}
#rmwb_search_form a {
  margin-bottom: 0;
}

.primary-button{
  color: var(--white);
  background-color: var(--orange);
}
.primary-button:hover{
  color: var(--orange);
  background-color: var(--lightgray);
  border-color: var(--lightgray) !important;
}
.secondary-button{
  color: var(--orange);
  background-color: var(--white);
}
.secondary-button:hover{
  color: var(--white);
  background-color: var(--orange);
}


.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_listing-wrapper {
    margin: 2em 0;
    flex-wrap: wrap;
  }

  .rmwb_main-back-image{
    width: 100%;
  }
  .rmwb_listing-wrapper .rmwb_important-info-section{
    width: 100%;
  }  

  .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_header-section {
    flex-direction: column;
  }
  .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%;
  }
}
@media(max-width: 900px){
  .rmwb_main-photo {
    width: 100%;
}
}
@media(min-width:900px) and (max-width:1200px){
  .rmwb_main-photo {
    width: 100%;
    margin-top: 2em;
}
}


.rmwb_listings-wrapper {
  text-align: center;
}
/* .rmwb_listing-wrapper h2 {
  padding: 1rem;
  width: 100%;
  text-transform: uppercase;
  padding: 10px 100px;
  font-weight: 400;
} */

.rmwb_listing_header {
  text-align: center;
}

.search-units-section {
  text-align: center;
}
.floorplan-header{
  text-align: center;
}
table.floorplan-wrapper {
  text-align: left;
  /* width: 100%; */
  width: 85vw;
  border-collapse: collapse;
  margin: 2em auto;
}
.floorplan-wrapper td, .floorplan-wrapper th{
  text-align: center;
  font-size: 1rem;
  width: 33%;
}
td {
  padding: .4em;
  border: 1px solid#c3c3c3;
}

th {
  padding: 0.7em;
  background: #80808030;
  border: 1px solid #c3c3c3;
  text-align: left;
}

tr {
  border: 1px solid #c3c3c3;
}

/* @media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	
	table, thead, tbody, th, td, tr { 
		display: block; 
	}

  th {
    display: none;
  }
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	td { 
		border: none; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

  td:nth-of-type(1):before { content: "Apartment"; }
	td:nth-of-type(2):before { content: "Sq. Ft."; }
	td:nth-of-type(3):before { content: "Starting At"; }

} */
	
.floorplan-wrapper .apply-now {
  text-transform: capitalize !important;
  color: var(--black);
  text-decoration: underline;
}
.floorplan-wrapper .apply-now:hover {
  color: var(--orange);
}
/* Mobile */
@media(max-width: 500px){
  table.floorplan-wrapper {
    width: auto;
  }
  .floorplan-wrapper .apply-now {
    padding: .5em !important;
  }
}


.page-id-1570 .rmwb_section .rmwb_main-photo img { 
  width: 45%;
  margin-left: 22em;
}

.pricing-line {
  text-align: center;
}
hr {
  width: 25% !important;
  margin:0 auto 15px auto !important;
  border: 1px solid var(--black);
}

/* Listing Icons */
.rmwb_3-column-icons {
  width: 100%;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.rmwb_icon-column {
  margin: 10px 6% 20px;
  padding: 10px 0;
  font-weight: 600;
  font-size: 18px;
}
.rmwb_icon-column img {
  padding-bottom: 1%;
  width: 50px;
  height: 50px !important;
}

#rmwb_message {
  margin: 2rem 0 4rem 0;
  text-align: center;
  font-size: 1.2rem;
}

/* Styles added from temp.css */
ul.rmwb_table-list {
    list-style: none;
    max-width: 100%;
}
span.rmwb_table-title {
    padding: 0 5px;
    display: inline-block;
    width: 50%;
    border-right: 1px solid;
}
span.rmwb_table-detail {
    padding: 0 5px;
    width: 50%;
    display: inline-block;
}
ul.rmwb_table-list li:last-child {
    border-bottom: 1px solid!important; /* Consider if !important is truly needed */
}
.rmwb_table-list li {
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}
.rmwb_detail-hero .rmwb_buttons {
    display: flex;
    justify-content: space-between;
    width: 40%;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1180px) {
    .rmwb_detail-hero .rmwb_buttons {
    width: 60%;
}
}
@media only screen and (max-width: 700px) {
    .rmwb_detail-hero .rmwb_buttons {
    width: 90%;
}
}


.rmwb_detail-hero .rmwb_buttons a {
    width: 40%;
    text-align: center;
    text-decoration: none!important; /* Consider if !important is truly needed */
}

.rmwb_photo-section .rmwb_buttons{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

.rmwb_photo-section .rmwb_buttons a {
    width: 45%;
    text-align: center;
}
@media only screen and (max-width: 1500px) {
    .rmwb_photo-section .rmwb_buttons a {
    width: 49%;
    }}
@media only screen and (max-width: 405px) {
    .rmwb_photo-section .rmwb_buttons a {
    width: 100%;
    margin-top: 5px;
    }}
@media only screen and (max-width: 450px) {
    .rmwb_detail-hero .rmwb_buttons a {
    width: 80%;
    margin-top: 5px;
}
}

.rmwb_amenities-section h2 {
    text-align: center;
}
@media only screen and (max-width: 430px) {
    .rmwb_amenities-section ul {
    padding: 0;
}
}
/* Note: The following rule overrides a previous rule for .rmwb_detail-wrapper .rmwb_amenities-section li */
.rmwb_amenities-section li {
    display: inline-block !important; /* Consider if !important is truly needed */
    width: 20% !important; /* Consider if !important is truly needed */
    /* Resetting properties from the previous rule that might conflict */
    margin-left: 0;
    border: none;
    padding: 0.5em; /* Adjust padding as needed */
}
@media only screen and (max-width: 1300px) {
    .rmwb_amenities-section li {
    width: 25% !important; /* Consider if !important is truly needed */
}
}
@media only screen and (max-width: 1000px) {
    .rmwb_amenities-section li {
    width: 33% !important; /* Consider if !important is truly needed */
}
}
@media only screen and (max-width: 650px) {
    .rmwb_amenities-section li {
    width: 50% !important; /* Consider if !important is truly needed */
}
}
/* End styles added from temp.css */

/* Replacing previous amenities styles with full set from temp.css */
.rmwb_detail-wrapper .rmwb_amenities-section {
  margin-bottom: auto; /* Added missing rule from temp.css */
  padding: 50px; /* From temp.css line 58 */
}