/* Scss Document */
/* Reset */
header.wp-block-template-part, footer.wp-block-template-part, .wp-block-post-title {
  display: none;
}

.wp-block-group {
  padding: 0px !important;
  margin: 0px !important;
}

/* general template styles that will change */
body {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-size: 16px;
}

.content p {
  margin-bottom: 2rem;
  font-weight: 300;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin: 0px !important;
  max-width: 100% !important;
}

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

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

.rmwb_main-header h3 {
  width: 100%;
  text-transform: none;
  padding: 0px 0px 15px 0px;
  font-weight: 200;
}

.rmwb_detail-wrapper h2, .rmwb_comm_listing-wrapper h2, .rmwb_listing-wrapper h2, .rmwb_listing-wrapper-similar h2 {
  width: 100%;
  padding: 10px 0px 0px 0px;
  font-weight: 400;
  color: #0C5AA7;
  font-size: 27px;
  font-family: Cinzel, sans-serif;
}

.rmwb_detail-wrapper h3 {
  width: 100%;
  font-weight: 400;
  font-family: Cinzel, sans-serif;
}

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

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

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

.rmwb_callout-links {
  margin: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
}

.details-wrapper {
  width: 100%;
  padding: 0px 7px;
}

.rmwb_detail-wrapper {
  box-sizing: border-box;
  display: flex;
  padding: 0.5em;
}
.rmwb_detail-wrapper .rmwb_section {
  flex-basis: 47%;
  min-width: 400px;
  flex: 1 1;
}
.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_section p, .rmwb_detail-wrapper .rmwb_section ul {
  margin: 0 0 30px;
}
.rmwb_detail-wrapper .rmwb_additional-photos {
  display: flex;
  flex-wrap: nowrap;
  width: 70%;
}
.rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo {
  width: 30%;
  padding: 10px 10px 10px 0px;
}
.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 .thumbnail_container {
  display: flex;
  align-items: center;
  height: 150px;
}
.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;
}

.detail_photo-section .rmwb_main-photo {
  max-height: 500px;
  overflow: hidden;
  width: 100%;
}
.detail_photo-section img {
  width: 100%;
  height: auto;
}

.rmwb_section {
  position: relative;
}
.rmwb_section .rmwb_main-photo {
  width: auto;
  overflow: hidden;
  position: relative;
}
.rmwb_section .rmwb_main-photo a {
  border: none;
}
.rmwb_section .rmwb_main-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#floorplan_container .rmwb_main-photo {
  height: 100vh;
}

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

.main_details {
  padding-left: 30px !important;
}

.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-list div {
  padding: 50px 50px 25px 0px;
  align-self: center;
  color: #1d252d;
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 2;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 6px;
}
.rmwb_important-info-section .rmwb_info-list .comm_detail {
  text-align: center;
}
.rmwb_important-info-section .rmwb_info-list img {
  width: 55px;
}
.rmwb_important-info-section .rmwb_info-list .smaller {
  font-size: 14px;
}
.rmwb_important-info-section .rmwb_info-list .larger {
  font-size: 18px;
  padding-top: 8px;
}
.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 0px 50px;
}
@media screen and (min-width: 1700px) {
  .rmwb_row {
    padding: 5vh 100px;
  }
}

.rmwb_listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
}

.listing-wrapper {
  width: 50%;
  order: 1;
  display: flex;
  flex-wrap: wrap;
}

.listing-wrapper-similar {
  width: 100%;
  order: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rmwb_listing-wrapper, .rmwb_comm_listing-wrapper, .rmwb_listing-wrapper-similar {
  display: flex;
  flex-wrap: wrap;
  margin: 1em;
  border: 3px solid #e5e7eb;
  align-content: baseline;
  background: white;
  width: calc(100% - 4.2em);
  height: -moz-fit-content;
  height: fit-content;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
@media screen and (min-width: 1200px) {
  .rmwb_listing-wrapper, .rmwb_comm_listing-wrapper, .rmwb_listing-wrapper-similar {
    width: calc(50% - 4.2em);
  }
}
@media screen and (min-width: 1700px) {
  .rmwb_listing-wrapper, .rmwb_comm_listing-wrapper, .rmwb_listing-wrapper-similar {
    width: calc(50% - 4.2em);
  }
}
.rmwb_listing-wrapper .rmwb_section, .rmwb_comm_listing-wrapper .rmwb_section, .rmwb_listing-wrapper-similar .rmwb_section {
  flex-grow: 1;
}
.rmwb_listing-wrapper .rmwb_photo-section, .rmwb_comm_listing-wrapper .rmwb_photo-section, .rmwb_listing-wrapper-similar .rmwb_photo-section {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  position: relative;
  height: 200px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo, .rmwb_comm_listing-wrapper .rmwb_photo-section .rmwb_main-photo, .rmwb_listing-wrapper-similar .rmwb_photo-section .rmwb_main-photo {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #F5F5F5;
}
.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo a, .rmwb_comm_listing-wrapper .rmwb_photo-section .rmwb_main-photo a, .rmwb_listing-wrapper-similar .rmwb_photo-section .rmwb_main-photo a {
  border: none;
}
@media screen and (max-width: 1280px) {
  .rmwb_listing-wrapper .rmwb_photo-section, .rmwb_comm_listing-wrapper .rmwb_photo-section, .rmwb_listing-wrapper-similar .rmwb_photo-section {
    height: auto;
  }
}
.rmwb_listing-wrapper .rmwb_important-info-section, .rmwb_comm_listing-wrapper .rmwb_important-info-section, .rmwb_listing-wrapper-similar .rmwb_important-info-section {
  flex-basis: calc(60% - 2em);
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 5px 23px;
  font-size: 12px;
}
.rmwb_listing-wrapper .rmwb_important-info-section span, .rmwb_comm_listing-wrapper .rmwb_important-info-section span, .rmwb_listing-wrapper-similar .rmwb_important-info-section span {
  font-size: 1.1em;
  font-weight: 200;
  text-transform: capitalize;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list, .rmwb_comm_listing-wrapper .rmwb_important-info-section .rmwb_info-list, .rmwb_listing-wrapper-similar .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, .rmwb_comm_listing-wrapper .rmwb_important-info-section .rmwb_info-list li, .rmwb_listing-wrapper-similar .rmwb_important-info-section .rmwb_info-list li {
  flex-direction: column;
}
.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li span, .rmwb_comm_listing-wrapper .rmwb_important-info-section .rmwb_info-list li span, .rmwb_listing-wrapper-similar .rmwb_important-info-section .rmwb_info-list li span {
  padding: 0.5em;
  flex-grow: 1;
}
.rmwb_listing-wrapper .rmwb_description, .rmwb_comm_listing-wrapper .rmwb_description, .rmwb_listing-wrapper-similar .rmwb_description {
  padding: 0 20px;
  width: 100%;
}
.rmwb_listing-wrapper .rmwb_header-section, .rmwb_comm_listing-wrapper .rmwb_header-section, .rmwb_listing-wrapper-similar .rmwb_header-section {
  flex-basis: 100%;
  padding: 0;
}
.rmwb_listing-wrapper .rmwb_header-section h3, .rmwb_comm_listing-wrapper .rmwb_header-section h3, .rmwb_listing-wrapper-similar .rmwb_header-section h3 {
  font-size: 13px;
  text-align: center;
  font-family: Cinzel, sans-serif;
}
.rmwb_listing-wrapper .more-details, .rmwb_comm_listing-wrapper .more-details, .rmwb_listing-wrapper-similar .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, .rmwb_comm_listing-wrapper .more-details:first-child, .rmwb_listing-wrapper-similar .more-details:first-child {
  margin: auto 0 0 auto;
}
.rmwb_listing-wrapper .rmwb_detail-button-wrapper, .rmwb_comm_listing-wrapper .rmwb_detail-button-wrapper, .rmwb_listing-wrapper-similar .rmwb_detail-button-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-end;
  border-top: solid 2px #e5e7eb;
}
.rmwb_listing-wrapper .rmwb_detail-button-wrapper a, .rmwb_comm_listing-wrapper .rmwb_detail-button-wrapper a, .rmwb_listing-wrapper-similar .rmwb_detail-button-wrapper a {
  padding: 10px 17px;
  border: none;
  text-transform: uppercase;
  margin: 5px;
  color: rgba(38, 46, 53, 0.5);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.65;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.rmwb_listing-wrapper .rmwb_detail-button-wrapper span, .rmwb_comm_listing-wrapper .rmwb_detail-button-wrapper span, .rmwb_listing-wrapper-similar .rmwb_detail-button-wrapper span {
  padding: 10px 17px;
  text-transform: uppercase;
  margin: 5px;
  color: rgba(38, 46, 53, 0.5);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 1200px) {
  .rmwb_listing-wrapper-similar {
    width: calc(30% - 4.2em);
  }
}
@media screen and (min-width: 1700px) {
  .rmwb_listing-wrapper-similar {
    width: calc(30% - 4.2em);
  }
}

.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 {
  width: 48%;
}
.rmwb_option-2 .rmwb_detail-wrapper .rmwb_important-info-section {
  width: 48%;
}
.rmwb_option-2 .rmwb_info-list, .rmwb_option-2 .rmwb_info-list-additional {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0;
  max-width: 650px;
  text-align: center;
}
.rmwb_option-2 .rmwb_info-list li, .rmwb_option-2 .rmwb_info-list-additional li {
  flex-direction: column;
  border-bottom: none;
}
.rmwb_option-2 .rmwb_info-list li span, .rmwb_option-2 .rmwb_info-list-additional li span {
  padding: 0.5em;
}
.rmwb_option-2 .rmwb_info-list {
  flex-wrap: nowrap;
}

.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_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_comm_listing-wrapper .rmwb_photo-section, .rmwb_listing-wrapper-similar .rmwb_photo-section {
    flex-basis: 100%;
  }
  .rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo, .rmwb_comm_listing-wrapper .rmwb_photo-section .rmwb_main-photo, .rmwb_listing-wrapper-similar .rmwb_photo-section .rmwb_main-photo {
    width: 100%;
  }
  .rmwb_listing-wrapper .rmwb_important-info-section, .rmwb_comm_listing-wrapper .rmwb_important-info-section, .rmwb_listing-wrapper-similar .rmwb_important-info-section {
    flex-basis: 100%;
  }
  .detail_photo-section .rmwb_main-photo {
    width: 100% !important;
    height: auto !important;
  }
  .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;
  font-family: Cinzel, sans-serif;
}

h2.rmwb_listing_header {
  color: #0C5AA7;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.65;
  text-transform: uppercase;
  font-family: Cinzel, sans-serif;
}

.flag {
  position: absolute;
  background: #0C5AA7;
  padding: 10px;
  color: white;
  font-size: 14px;
  letter-spacing: 0.14em;
  top: 0;
  text-transform: uppercase;
  font-family: Cinzel, sans-serif;
}

#map-canvas, #map-canvas-commercial {
  position: sticky;
  top: 0;
  flex: 0 0 30%; /* adjust width as needed */
  margin: 1%;
  order: 2; /* sticks to top when scrolling */
  height: 100vh; /* full viewport height */
}

.noUi-origin {
  align-items: start !important;
}

.noUi-handle {
  background-color: #0C5AA7 !important;
  border: none !important;
  box-shadow: none !important;
}

.noUi-handle:before, .noUi-handle:after {
  background: none !important;
}

#slider-container {
  height: 65px;
  justify-content: space-around;
  margin: 0px 25px;
}

#slider-round {
  height: 10px;
  margin-top: 12px;
}

#slider-round .noUi-connect {
  background: #0C5AA7;
}

#slider-round .noUi-handle {
  height: 18px;
  width: 18px;
  top: -5px;
  right: -9px; /* half the width */
  border-radius: 9px;
}

#slider-round .noUi-target {
  background-color: #000;
}

#slider-round .noUi-base, .noUi-connects {
  width: 400px;
}

#slider-round .noUi-base {
  background-color: #000;
}

#rmwb_search_form {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
#rmwb_search_form div {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
#rmwb_search_form div label {
  margin-right: 25px;
}
#rmwb_search_form div select {
  height: 32px;
  width: 200px;
  margin-top: 5px;
}
#rmwb_search_form .select option:checked {
  background-color: #ff7300; /* Selected option color */
  color: #fff; /* Text color of the selected option */
}
#rmwb_search_form #submit_form {
  margin-left: 50px;
  text-transform: uppercase;
}

.form__submit {
  text-wrap: wrap !important;
  margin: 0px !important;
  justify-content: center !important;
  text-wrap: nowrap !important;
}

.primary_search label {
  display: flex;
  flex-direction: column;
}

.noUi-tooltip {
  top: 15px !important;
}

.page-residential-properties .noUi-tooltip:before {
  content: "$";
}

.amenities_search {
  margin-top: 40px;
}
.amenities_search label {
  margin-left: 10px;
}

.amenity_list {
  -moz-column-count: 2;
       column-count: 2;
  list-style: none;
  width: 50%;
}

.info-window-name h5 {
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #0C5AA7;
  font-size: 1.6em;
}

.info-window .info-window-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.info-window .info-window-link a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
}
.info-window .info-window-link div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.info-window .info-window-link span {
  margin-left: 10px;
}

.large-info-window .map-image {
  order: 1;
  width: 7em;
  margin-left: auto;
}
.large-info-window .info-map-wrapper {
  overflow-y: scroll;
  width: 100%;
  height: 15em;
}
.large-info-window .info-btns {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
  width: 100%;
}
.large-info-window .info-btns:nth-child(even) {
  background-color: #288CF0;
}
.large-info-window .info-btns {
  display: flex;
  justify-content: space-between;
}
.large-info-window .info-btns .info-window-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.large-info-window .info-btns .info-window-link a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
}
.large-info-window .info-btns .info-window-link div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.large-info-window .info-btns .info-window-link span {
  margin-left: 10px;
}
@media (max-width: 800px) {
  .large-info-window .info-btns .info-window-link {
    flex-wrap: wrap;
  }
  .large-info-window .info-btns .info-window-link button {
    margin-left: 0;
  }
}
.large-info-window .info-btns button {
  margin-left: 1.5em;
  display: block;
}

.loader {
  margin: 2em auto;
  border: 7px solid #f6f6f6;
  /* Light ltblue */
  border-top: 7px solid #0C5AA7;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rm_details_address {
  color: #1d252d;
  font-size: 17px;
  letter-spacing: 0.14em;
  line-height: 1.65;
  margin: 0 -50px 20px 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.rm_btn_link {
  border: 1px solid #262e35;
  border-radius: none;
  color: #262e35;
  display: inline-flex;
  letter-spacing: 0.14em;
  padding: 14px 20px !important;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  text-wrap: nowrap;
  transition: all 0.3s;
  z-index: 1;
}

.gallery-container #mainImage {
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

#mainImage {
  cursor: pointer;
  border: 1px solid #e2e2e2;
  transition: border 0.3s;
}

#mainImage:hover {
  border-color: #e2e2e2;
}

.thumbnails img {
  width: 100px;
  height: 66px;
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
  flex: 0 0 auto;
}

.thumbnails img.active,
.modal-thumbnails img.active {
  border-color: #288CF0;
}

.thumbnail-wrapper {
  display: flex;
  align-items: center;
}
.thumbnail-wrapper .thumbnails {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: auto;
  scroll-behavior: smooth;
}
.thumbnail-wrapper .buttons {
  width: 20%;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
}

/* Modal Content */
.modal-content {
  justify-content: center;
  align-items: center;
  position: relative;
  display: inline-flex;
  width: 100%;
}

#modalImage {
  height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
}

.close {
  position: absolute;
  right: 40px;
  top: 30px;
  color: #e0e0e0;
  font-size: 65px;
  cursor: pointer;
  z-index: 1000;
}

.close:hover {
  color: #ccc;
}

.modal-thumbnails {
  height: 20vh;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.modal-thumbnails .flexslider {
  background: none !important;
  border: none !important;
}
.modal-thumbnails .slides {
  display: flex;
  justify-content: center;
}
.modal-thumbnails .slides li {
  display: block !important;
}
.modal-thumbnails .slides img {
  width: auto;
  height: 50px;
}

.modal-thumbnails img {
  width: 100px;
  height: 66px;
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
}

.prev-button,
.next-button {
  align-items: center;
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  color: black;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 45%;
  transition: border 0.3s, background 0.3s, box-shadow 0.3s;
  width: 50px;
  z-index: 1;
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}

.prev-button:hover,
.next-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.main-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #F5F5F5;
}

#mainImage {
  display: block;
}

.main-nav {
  align-items: center;
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  color: #288CF0;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 45%;
  transition: border 0.3s, background 0.3s, box-shadow 0.3s;
  width: 50px;
  z-index: 1;
}

.main-nav:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.main-nav.prev {
  left: 10px;
}

.main-nav.next {
  right: 10px;
}

.flex-direction-nav {
  display: none !important;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
}

.close:hover,
.close:focus {
  color: #a0a0a0;
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
  background-color: white;
}

.back_btn .back_link {
  display: flex;
  align-items: center;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 50px;
}

.rm-header_title {
  font-weight: 400;
  letter-spacing: 0.03em;
  color: white;
}

.hidden {
  display: none !important;
}

.nodisplay {
  display: none;
}

.parent {
  position: relative !important;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.trigger-element {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  flex-direction: row !important;
  cursor: pointer;
}

#info-price {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 5px;
  font-size: 10px;
  left: 0px;
}

.trigger-element:hover + #info-price {
  display: block;
  opacity: 1;
}

/* Hide the default checkbox */
/* Define the appearance of the fake checkbox */
/* Define the appearance of the fake checkbox when checked */
/* Add a checkmark inside the fake checkbox when checked */
/* Hide the default select element */
.hidden-select {
  display: none;
}

/* Style the custom dropdown */
/* Show options list when dropdown is clicked */
/*Search Bar*/
#search {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: small;
  padding: 5px 0px;
}

.search-units-section {
  background-color: #e5e7eb;
  position: relative;
}
.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;
  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;
}
.search-units-section .MultiCheckBox:hover {
  background-color: #0C5AA7;
}
.search-units-section .MultiCheckBoxDetail {
  display: none;
  position: absolute;
  border: 1px solid #e2e2e2;
  overflow-y: hidden;
  background-color: white;
  z-index: 99999;
}
.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: #0C5AA7;
  color: white;
}
.search-units-section .MultiCheckBoxDetailBody > div > div {
  float: left;
}
.search-units-section .MultiCheckBoxDetailHeader {
  overflow: hidden;
  position: relative;
  height: 30px;
  background-color: #0C5AA7;
}
.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;
}

.header__link .main-nav-btn {
  font-size: 12px;
  padding: 6px 15px;
}

.availability {
  cursor: pointer;
}

.header__link:before {
  background: none !important;
}

.rmwb_section-title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: Cinzel, sans-serif;
}

.rm-btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Cinzel, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-color: rgb(12, 90, 167, var(--tw-bg-opacity, 1));
  line-height: 1.75rem;
  color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
  text-decoration: none;
  border: 1px solid white;
}

.rm-btn:hover {
  background-color: #288CF0;
}

.rmwb_info-list-additional {
  max-width: 100% !important;
  margin: 15px 0px !important;
  justify-content: space-evenly;
  flex-wrap: nowrap !important;
  background: #e5e7eb;
}
.rmwb_info-list-additional div {
  padding: 20px;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.rmwb_info-list-additional .rmwb_listing-header {
  font: weight 700px !important;
}

.rm-share-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  animation: fadeIn 0.3s ease;
}

.rm-share-modal-content {
  background: #fff;
  max-width: 500px;
  margin: 10% auto;
  padding: 30px;
  border-radius: 6px;
  position: relative;
  animation: slideUp 0.3s ease;
}

.rm-share-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

#rmShareForm input,
#rmShareForm textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
}

#rmShareResponse {
  margin-top: 10px;
  font-weight: bold;
  color: green;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}/*# sourceMappingURL=listing.css.map */