/* Scss Document */
/* Reset */
/* general template styles that will change */
.section-width {
  padding: 1rem 2rem;
}

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

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

.rmwb_main-header h3 {
  width: 100%;
  font-weight: 700;
  margin-top: 0;
}

.rmwb_detail-wrapper h2, .rmwb_listing-wrapper h2, .similar-listing h2 {
  width: 100%;
  font-weight: 700;
  margin: 0;
}

.rmwb_detail-wrapper ul, .rmwb_listing-wrapper ul, .similar-listing ul {
  margin: 0 0 0 20px;
  padding: 0;
}

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

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

.rmwb_section h3 {
  font-size: 1.8em;
  font-weight: 700;
}
.rmwb_section h2 {
  font-size: 2.3em;
  font-weight: 700;
}

.rmwb_detail-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
  align-items: flex-start;
}
.rmwb_detail-wrapper .rmwb_section {
  flex-basis: 47%;
  min-width: 400px;
  padding: 0 1em;
}
.rmwb_detail-wrapper .rmwb_section.rmwb_header-section {
  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 {
  margin-top: 20px;
}
.rmwb_detail-wrapper .rmwb_description {
  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 {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.rmwb_section .rmwb_main-photo a {
  border: none;
}
.rmwb_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 .rmwb_info-list li {
  list-style-type: none;
  display: flex;
  box-sizing: border-box;
}
.rmwb_important-info-section .rmwb_info-list li .rmwb_info-title {
  box-sizing: border-box;
  font-weight: 700;
}
.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: 700;
  padding: 0.5em;
}

.rmwb_row {
  padding: 1rem 2rem;
}
@media screen and (min-width: 1250px) {
  .rmwb_row {
    padding: 5vh 100px;
  }
}

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

.rmwb_listing-wrapper, .similar-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 1em;
  align-items: stretch;
  width: calc(100% - 4.2em);
  border: 1px solid #000;
  box-sizing: border-box;
  max-width: 600px;
}
@media screen and (min-width: 1250px) {
  .rmwb_listing-wrapper, .similar-listing {
    width: calc(50% - 4.2em);
  }
}
.rmwb_listing-wrapper .rmwb_section, .similar-listing .rmwb_section {
  flex-grow: 1;
}
.rmwb_listing-wrapper .rmwb_photo-section, .similar-listing .rmwb_photo-section {
  flex-basis: calc(50% - 2em);
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  height: 300px;
  overflow: hidden;
}
.rmwb_listing-wrapper .rmwb_photo-section img, .similar-listing .rmwb_photo-section img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo, .similar-listing .rmwb_photo-section .rmwb_main-photo {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo a, .similar-listing .rmwb_photo-section .rmwb_main-photo a {
  border: none;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo a img, .similar-listing .rmwb_photo-section .rmwb_main-photo a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.rmwb_listing-wrapper .rmwb_important-info-section, .similar-listing .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, .similar-listing .rmwb_important-info-section .rmwb_info-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
  margin: 0px;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li, .similar-listing .rmwb_important-info-section .rmwb_info-list li {
  flex-direction: column;
  text-align: center;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li span, .similar-listing .rmwb_important-info-section .rmwb_info-list li span {
  flex-grow: 1;
}
.rmwb_listing-wrapper .rmwb_description, .similar-listing .rmwb_description {
  padding: 0 20px;
  width: 100%;
}
.rmwb_listing-wrapper .rmwb_header-section, .similar-listing .rmwb_header-section {
  flex-basis: 100%;
  padding: 0;
  position: relative;
}
.rmwb_listing-wrapper .rmwb_header-section h3, .similar-listing .rmwb_header-section h3 {
  font-weight: 700;
  text-align: center;
}
.rmwb_listing-wrapper .more-details, .similar-listing .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, .similar-listing .more-details:first-child {
  margin: auto 0 0 auto;
}
.rmwb_listing-wrapper .rmwb_detail-button-wrapper, .similar-listing .rmwb_detail-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 7px 0px;
  box-sizing: border-box;
  align-items: space-between;
  border-top: 1px solid #000;
}
.rmwb_listing-wrapper .rmwb_detail-button-wrapper a, .similar-listing .rmwb_detail-button-wrapper a {
  border: none;
  text-transform: uppercase;
  font-size: smaller;
  margin: 5px;
}

.similar-listing {
  width: calc(33% - 4.2em);
}

.rmwb_logo {
  height: 120px;
  text-align: center;
  width: 100%;
  padding: 1em;
}
.rmwb_logo img {
  height: 100%;
  width: auto;
}

.amenity-list {
  -moz-column-count: 2;
       column-count: 2;
}
.amenity-list li {
  list-style: none !important;
}

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

.unit-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.facts-section {
  -moz-column-count: 2;
       column-count: 2;
}

.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 {
    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_listings-wrapper {
  text-align: center;
}
.rmwb_listings-wrapper h2 {
  padding: 1rem;
}

.rmwb_listing_header {
  text-align: center;
  font-weight: 700;
}

#map-canvas {
  height: 800px !important;
  width: 45% !important;
  margin: 1%;
  padding: unset;
  order: 2;
  position: relative;
  overflow: hidden;
}

.update-listing-btn {
  cursor: pointer;
  margin: 0px 10px;
}

#resetSearch:hover, #reset:hover {
  background-color: #c9ba93 !important;
  color: #000 !important;
}

.search-on-prop-list {
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.search-on-prop-list h3 {
  margin: 0px;
}
.search-on-prop-list form {
  background-color: #efefee;
  padding: 15px;
}
.search-on-prop-list .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#rmwb_search_form {
  align-items: center !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

label {
  margin: 0px 20px;
  min-width: 150px;
}

select, input[type=text] {
  padding: 0.5rem;
  width: 100%;
  color: #464646;
  border: 1px solid #464646;
}

.search-units-section {
  padding: 10px 0px;
}

.listing-wrapper {
  width: 50%;
  order: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 800px;
  overflow: auto;
  align-items: flex-start;
  align-content: flex-start;
}

.rmwb_main-header {
  width: 100%;
}

.flag {
  position: absolute;
  background: #efefee;
  padding: 10px;
  color: #000;
  text-transform: uppercase;
  top: 0;
  left: 0;
}

.rmwb_row .two-column-layout {
  display: flex;
  margin: 20px auto;
  padding: 0;
  flex-wrap: nowrap;
}
.rmwb_row .two-column-layout .column {
  width: 50%;
}
.rmwb_row .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.slider-for {
  max-height: 550px;
  overflow: hidden;
  margin-bottom: 15px;
}
.slider-for .slick-active img {
  width: 100%;
  height: 550px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-nav .slick-list {
  max-height: 150px;
}

.slick-slide {
  margin: 0 1px;
}
.slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 125px;
}

.rmwb_info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}

.rmwb_info-grid .full-width {
  grid-column: 1/-1;
}

.info-window {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.search-units-section {
  background-color: #EFEFEE;
  position: relative;
  z-index: 3;
}
.search-units-section .visible-input {
  width: 200px;
  margin: 0px 20px;
}
.search-units-section .MultiCheckBox {
  align-items: baseline;
  cursor: pointer;
  text-transform: uppercase;
  background-color: white;
  border: 1px solid #464646;
  border-radius: 2px;
  padding: 0.5rem;
  width: 100% !important;
  text-decoration: none;
  transition: ease-in 60ms;
  -webkit-transition: ease-in 60ms;
  -moz-transition: ease-in 60ms;
  -o-transition: ease-in 60ms;
  display: flex;
  justify-content: space-between;
  color: #464646;
  font-size: 14px;
}
.search-units-section .MultiCheckBoxDetail {
  display: none;
  position: absolute;
  border: 1px solid #e2e2e2;
  overflow-y: hidden;
  background-color: white;
  z-index: 99999999;
  color: #000;
  font-size: 14px;
}
.search-units-section .MultiCheckBoxDetailBody {
  overflow-y: scroll;
}
.search-units-section .MultiCheckBoxDetail .cont {
  clear: both;
  overflow: hidden;
  padding: 2px;
}
.search-units-section .MultiCheckBoxDetail .cont:hover {
  background-color: #821E29;
  color: white;
}
.search-units-section .MultiCheckBoxDetailBody > div > div {
  float: left;
}
.search-units-section .MultiCheckBoxDetailHeader {
  overflow: hidden;
  position: relative;
  height: 30px;
  background-color: #821E29;
}
.search-units-section .MultiCheckBoxDetailHeader > input {
  position: absolute;
  top: 8px;
  left: 3px;
}
.search-units-section .MultiCheckBoxDetailHeader > div {
  position: absolute;
  top: 5px;
  left: 24px;
  color: #fff;
}
.search-units-section .DropDownSelectDetailHeader {
  padding-left: 5px;
}
.search-units-section .DropDownSelectDetailBody {
  padding-left: 5px;
}
.search-units-section .DropDownSelectDetailBodyAdd {
  padding-left: 5px;
}
.search-units-section label {
  text-transform: uppercase;
}
.search-units-section .extras {
  position: absolute;
  bottom: 10px;
}
.search-units-section .extras label {
  text-wrap: nowrap;
}
.search-units-section .custom-checkbox {
  margin: 0px 35px;
}
.search-units-section button, .search-units-section input, .search-units-section select, .search-units-section textarea {
  margin-right: 5px;
}

#filterList {
  margin: 0px 10px !important;
}

.nodisplay {
  display: none;
}

.slick-prev, .slick-next {
  z-index: 1;
  width: 0px !important;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px !important;
}

.slick-prev {
  left: 10px !important;
}

.slick-next {
  right: 10px !important;
  width: 35px !important;
}

.rmwb-unit-wrapper.rmwb_info-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.rmwb-unit-wrapper.rmwb_info-grid .port-links {
  text-decoration: underline;
}

/* Alternate background colors for each unit wrapper */
.rmwb-unit-wrapper.rmwb_info-grid:nth-child(even) {
  background: #EFEFEE;
}

.info-item {
  padding: 0.5rem;
  text-align: center;
  font-size: 0.95rem;
}

.info-item a {
  text-decoration: none !important;
  font-weight: 600;
}

.info-item a:hover {
  text-decoration: underline;
}

/* Tablet view: 4 columns, 2 rows */
@media (max-width: 1024px) {
  .rmwb-unit-wrapper.rmwb_info-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
  }
}
/* Mobile view: Stack vertically with labels */
@media (max-width: 768px) {
  .rmwb-unit-wrapper.rmwb_info-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .info-item {
    text-align: left;
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .info-item:first-child {
    background: #f8f9fa;
    font-weight: 600;
    font-size: 1.1rem;
  }
  /* Maintain alternating colors on mobile for the wrapper */
  .rmwb-unit-wrapper.rmwb_info-grid:nth-child(even) .info-item:first-child {
    background: #e5e5e3;
  }
  .info-item:last-child {
    border-bottom: none;
  }
  /* Add labels before content on mobile */
  .info-item:nth-child(2)::before {
    content: "Bedrooms: ";
    font-weight: 600;
  }
  .info-item:nth-child(3)::before {
    content: "Bathrooms: ";
    font-weight: 600;
  }
  .info-item:nth-child(4)::before {
    content: "Square Feet: ";
    font-weight: 600;
  }
  .info-item:nth-child(5)::before {
    content: "Available: ";
    font-weight: 600;
  }
  .info-item:nth-child(6)::before {
    content: "Rent: ";
    font-weight: 600;
  }
  .info-item:nth-child(7),
  .info-item:nth-child(8) {
    justify-content: center;
  }
  .info-item:nth-child(7) a,
  .info-item:nth-child(8) a {
    display: inline-block;
    padding: 0.75rem 2rem;
    color: black;
    border: 1px solid black;
    text-decoration: none;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }
  .info-item:nth-child(7) a:hover,
  .info-item:nth-child(8) a:hover {
    background: black;
    color: white;
    text-decoration: none;
  }
}
.pagination {
  margin-left: 75px;
}/*# sourceMappingURL=listing.css.map */