/* Scss Document */
/* Reset */
/* general template styles that will change */
.entry-content {
  padding: 2rem 0;
}

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

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

.rmwb_main-header h3 {
  width: 100%;
  text-transform: uppercase; /*padding: 10px 20px;*/
  font-weight: 400;
}

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

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

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

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

.page-title.rmwb_page-title {
  min-height: 0;
}

.rmwb_detail-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
  align-items: stretch;
}
@media (max-width: 500px) {
  .rmwb_detail-wrapper {
    padding: 0.5em 0;
  }
}
.rmwb_detail-wrapper .rmwb_section {
  flex-basis: 47%;
  min-width: 400px;
  padding: 1em;
  flex: 1 1;
}
@media (max-width: 500px) {
  .rmwb_detail-wrapper .rmwb_section {
    padding: 1em 0;
  }
}
.rmwb_detail-wrapper .rmwb_section h3 {
  margin-bottom: auto;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_header-section {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_header-section .rmwb_callout-links a {
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 0.2em;
  border: none;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_google-map-detail {
  flex-basis: 100%;
}
.rmwb_detail-wrapper .rmwb_additional-photos {
  display: flex;
  flex-wrap: wrap;
}
.rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo {
  width: 32%;
  margin-right: 1%;
}
.rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100px;
  -o-object-position: center;
     object-position: center;
}
.rmwb_detail-wrapper .rmwb_description {
  flex-basis: 100%;
  width: 100%;
  padding: 0 1em;
}
.rmwb_detail-wrapper .rmwb_amenities-section li {
  margin-left: 20px;
}
.rmwb_detail-wrapper .rmwb_amenities-section {
  margin-bottom: auto;
}
.rmwb_detail-wrapper .rmwb_amenities-section li {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: stretch;
  margin: 0.25em 0;
  padding: 0.5em 0.2em;
  border-top: none;
  border-left: none;
  border-right: none;
}
.rmwb_detail-wrapper .rmwb_amenities-section li:last-child {
  border-bottom: none;
}
.rmwb_detail-wrapper .rmwb_additional-info-section li {
  margin-left: 20px;
}
.rmwb_detail-wrapper .rmwb_additional-info-section {
  margin-bottom: auto;
}

.rmwb_section .rmwb_main-photo a {
  border: none;
}
.rmwb_section .rmwb_main-photo img {
  width: 100%;
  max-height: 350px;
}

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

@media (min-width: 800px) {
  .rmwb_important-info-section:has(.rmwb_property-info-wrapper) {
    padding-top: 0;
  }
}
.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-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 25px;
}
@media (max-width: 500px) {
  .rmwb_row {
    padding: 0;
  }
}
@media screen and (min-width: 800px) {
  .rmwb_row {
    padding: 5vh 100px;
  }
}

main:has(.rmwb_row) .rmwb_listings-wrapper, main:has(.rmwb_row) .rmwb_listings {
  padding: 0;
}
@media screen and (min-width: 800px) {
  main:has(.rmwb_row) .rmwb_listings-wrapper, main:has(.rmwb_row) .rmwb_listings {
    padding: 0 120px;
  }
}

.rmwb_listings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.rmwb_listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
  align-items: stretch;
  width: calc(100% - 4.2em);
  position: relative;
  box-sizing: border-box;
  border-color: #bbb;
  max-width: 600px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .rmwb_listing-wrapper {
    width: calc(50% - 1.2em);
  }
}
@media screen and (min-width: 950px) {
  .rmwb_listing-wrapper {
    width: calc(33.33% - 1.2em);
  }
}
.rmwb_listing-wrapper .rmwb_section {
  padding: 1em;
  flex-grow: 1;
}
.rmwb_listing-wrapper .rmwb_photo-section {
  flex-basis: calc(50% - 2em);
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo {
  width: 100%;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo a {
  border: none;
}
.rmwb_listing-wrapper .rmwb_important-info-section {
  flex-basis: calc(50% - 2em);
  display: flex;
  flex-direction: column;
  padding: 1em;
  box-sizing: border-box;
  justify-content: flex-start;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li {
  flex-direction: column;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li span {
  padding: 0.5em;
  flex-grow: 1;
}
.rmwb_listing-wrapper .rmwb_description {
  margin-top: 0.5rem;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.rmwb_listing-wrapper .rmwb_header-section {
  flex-basis: 100%;
  padding: 0;
}
.rmwb_listing-wrapper .rmwb_header-section h3 {
  font-size: 18px;
}
.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(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: 900px) {
  .rmwb_detail-wrapper .rmwb_section.rmwb_header-section {
    display: block;
    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_additional-photos .rmwb_additional-photo {
    height: 75px;
  }
  .rmwb_detail-wrapper .rmwb_main-header {
    margin-bottom: 2rem;
  }
  .rmwb_listing-wrapper .rmwb_photo-section {
    flex-basis: 100%;
  }
  .rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo {
    width: 100%;
  }
  .rmwb_listing-wrapper .rmwb_important-info-section {
    flex-basis: 100%;
  }
  .rmwb_logo {
    text-align: center;
  }
  .rmwb_important-info-section .rmwb_info-list {
    justify-content: center;
  }
  .rmwb_important-info-section .rmwb_info-list li {
    flex-basis: 100%;
  }
  .rmwb_important-info-section .rmwb_info-secondary-list li {
    flex-basis: calc(50% - 1em);
  }
}
@media (max-width: 600px) {
  .rmwb_important-info-section .rmwb_info-secondary-list li {
    flex-basis: 100%;
  }
}
.rmwb_toggle-view-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.rmwb_tabs {
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  .rmwb_tabs {
    justify-content: space-evenly;
    margin-bottom: 1rem;
  }
}
.rmwb_tabs .rmwb_tab {
  padding: 1rem;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .rmwb_tabs .rmwb_tab {
    padding: 0.5rem;
  }
}
.rmwb_tabs .rmwb_tab.selected {
  color: #999;
}
.rmwb_tabs .rmwb_tab:hover {
  cursor: pointer;
  color: #999;
}

#map-canvas {
  width: 100%;
  height: 450px;
  background: rgb(7, 51, 7);
}

.rmwb_listing-wrapper {
  text-align: center;
  position: relative;
}
.rmwb_listing-wrapper h2 {
  padding: 0.5rem 0rem;
  font-size: 1.375rem;
}
.rmwb_listing-wrapper h2, .rmwb_listing-wrapper h3 {
  margin: 0;
  text-align: left;
}
.rmwb_listing-wrapper h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.rmwb_listing-wrapper .rmwb_main-photo {
  height: 250px;
  width: 100%;
  margin-bottom: 1rem;
}
.rmwb_listing-wrapper .rmwb_main-photo a, .rmwb_listing-wrapper .rmwb_main-photo img {
  height: inherit;
  width: inherit;
}

.rmwb_promotion {
  position: absolute;
  background: #fff;
  border: solid 1px rgb(231, 231, 231);
  font-weight: bold;
  padding: 0.5rem;
  top: 0px;
}

.rmwb_listing-wrapper .rmwb_btn-wrapper {
  text-align: left;
  width: 100%;
  margin-top: 2rem;
}

.rmwb_detail-wrapper .rm-btn_wrapper {
  margin-top: 2rem;
  text-align: right;
}
.rmwb_detail-wrapper .rm-btn_wrapper:first-of-type {
  margin-top: 0;
}

.rmwb_btn-wrapper {
  margin-top: 0.5rem;
}
.rmwb_btn-wrapper .rmwb_btn {
  border: 1px solid #363636;
  font-family: Raleway, sans-serif;
  text-decoration: none;
  color: #363636;
  padding: 15px 43px;
  border-radius: 25px;
  outline: 0;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
}
.rmwb_btn-wrapper .rmwb_btn:hover {
  color: #fff;
  background-color: #363636;
}

#rmwb_message {
  display: none;
  text-align: center;
  margin-top: 2rem;
  font-size: 1.2rem;
}

.rm-location h3 {
  margin-top: 0;
}

.rmwb_property-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  flex-direction: column;
}
@media (min-width: 800px) {
  .rmwb_property-info-wrapper {
    margin-top: 0;
  }
}
.rmwb_property-info-wrapper .rmwb_property-info-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: solid 1px rgb(231, 231, 231);
}
.rmwb_property-info-wrapper .rmwb_property-info-item h4 {
  font-weight: bold;
  text-transform: uppercase;
}
.rmwb_property-info-wrapper .rmwb_property-info-item p {
  margin: 20px 0;
}
.rmwb_property-info-wrapper .rmwb_property-info-item a {
  text-decoration: underline;
  color: #363636;
  margin: 20px 0;
  text-transform: uppercase;
}
.rmwb_property-info-wrapper .rmwb_property-info-item a:hover {
  cursor: pointer;
  color: #727272;
}

.rmwb_unit-fees {
  text-align: left;
  padding-top: 0;
}
.rmwb_unit-fees p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.rmwb_unit-fees p span {
  text-transform: uppercase;
  font-weight: 400;
}

.rmwb_rental-criteria, .rmwb_property-description {
  padding-top: 20px;
  text-align: left;
}
.rmwb_rental-criteria p, .rmwb_property-description p {
  margin-top: 0.5rem;
}
.rmwb_rental-criteria p span, .rmwb_property-description p span {
  text-transform: uppercase;
  font-weight: bold;
}

/* Map */
.map-property-listing {
  text-align: center;
  margin-bottom: 1rem;
}
.map-property-listing h3 {
  margin: 0.5rem auto;
  font-weight: 400;
}
.map-property-listing h4 {
  margin: 0;
}
.map-property-listing p {
  margin: 0.5rem;
}
.map-property-listing .rm-btn {
  text-decoration: underline;
  color: #363636;
  margin: 20px 0;
  text-transform: uppercase;
}
.map-property-listing .rm-btn:focus, .map-property-listing .rm-btn:focus-visible {
  outline: none;
}

.rmwb_charges {
  padding: 0 1em;
}
@media (max-width: 500px) {
  .rmwb_charges {
    padding: 0;
  }
  .rmwb_charges h3 {
    margin-top: 0;
  }
}

.rmwb_poi-section {
  padding: 1em;
}
@media (max-width: 500px) {
  .rmwb_poi-section {
    padding: 1em 0;
  }
}
.rmwb_poi-section img {
  width: 100%;
  max-height: 600px;
}
.rmwb_poi-section iframe {
  padding: 0.5rem;
}
@media (max-width: 500px) {
  .rmwb_poi-section iframe {
    padding: 0.5rem 0;
  }
}/*# sourceMappingURL=listing.css.map */