/*
Theme Name: Mahogany
Text Domain: mahogany
Template: rmcore
Author: Rent Manager
Author URI: https://www.rentmanager.com
Description: Custom theme created by Rent Manager
Version: 1.1.5
License: Proprietary, non-distributed
*/
@font-face {
  font-family: 'Woodblock';
  src: url("https://homesteadcom.temp.hosting.lcs.com/wp-content/themes/mahogany/assets/fonts/subset-Woodblock-Slab-Rough.woff2") format("woff2"), url("https://homesteadcom.temp.hosting.lcs.com/wp-content/themes/mahogany/assets/fonts/subset-Woodblock-Slab-Rough.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body * {
  box-sizing: inherit;
  transition: all .3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
}

@font-face {
  font-family: 'purveyor';
  src: url(https://static1.squarespace.com/static/640f52d0c1d455522857c347/t/6411eb157e8c0f338f4ed26e/1678895895536/Purveyor-Textured.otf);
}

header#header *, footer.sections * {
  font-family: 'purveyor';
}

h1.title, h2.heading, h4.pdheading {
  /*font-family: brother-1816-printed, sans-serif;*/
  font-family: 'purveyor';
}

h2.layout-title {
  /*  font-family: 'Woodblock', serif !important;*/
  font-family: 'purveyor';
}

.main a {
  color: inherit;
}

a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* New edits */
.layout-title {
  width: 100%;
  margin: 20px !important;
}

.page-id-429 .layout-title {
  text-align: center;
}

/*Card Circle Overlay*/
.card-circle-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto 4rem;
}

.card-circle-container .card-circle-item {
  width: 300px;
  margin: 1em 2em;
  display: flex;
  flex-direction: column;
}

.card-circle-container .card-circle-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-circle-container .card-circle-top img.object-fit {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 3em 1em -5em 1em;
  border-radius: 100%;
}

.card-circle-container .card-circle-top .object-fit-fallback {
  width: 250px;
  height: 250px;
  margin: 3em 1em -5em 1em;
  border-radius: 100%;
}

.card-circle-container .card-circle-bottom {
  margin-top: 7em;
  padding: 1em;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  flex: 1 1 auto;
}

.card-circle-container .card-circle-title {
  font-weight: bold;
}

.reducedwidth {
  width: 80%;
  margin: auto;
}

a.externallink:hover {
  color: #000000 !important;
  text-decoration: underline !important;
}

.strong {
  font-weight: 700;
}

.disclaimer {
  font-size: 0.8em;
}

.header {
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 4rem;
}

.header .logo-area {
  max-width: 22rem;
}

.header-home {
  min-height: 100vh;
}

.header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 0;
}

.header-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  width: 100%;
  bottom: 10rem;
  margin-left: 3%;
  height: 55%;
  margin-top: 4rem;
  align-self: flex-end;
}

@media (min-width: 801px) {
  .header-main {
    width: 90%;
  }
}

@media (min-width: 1201px) {
  .header-main {
    position: absolute;
  }
}

.header-main__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  visibility: hidden;
}

@media (min-width: 801px) {
  .header-main__buttons {
    justify-content: flex-start;
  }
}

.header-main a {
  color: #ffffff;
  border: 2px solid;
  border-radius: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-size: 1.3rem;
  margin-right: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  transform: scale(90%);
}

.header-main a:first-of-type {
  align-self: flex-end;
}

.header-main a:nth-child(2) {
  align-self: center;
}

@media (min-width: 1201px) {
  .header-main a:last-of-type {
    margin-top: -5rem;
    margin-left: -1rem;
  }
}

.header-main a:hover {
  transform: scale(0.8);
  background-color: #ffffff;
  color: #000000 !important;
  box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.3);
}

.header-buttons {
  margin: 0 auto 5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 9;
}

@media (min-width: 801px) {
  .header-buttons {
    justify-content: flex-end;
    flex-direction: column;
    margin: 0 5% 5rem auto;
  }
}

.header-buttons.interior {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
}

@media (min-width: 801px) {
  .header-buttons.interior {
    justify-content: space-between;
  }
}

.header-buttons.interior .title-bar {
  margin-right: auto;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

@media (min-width: 801px) {
  .header-buttons.interior .title-bar {
    width: auto;
    text-align: left;
  }
}

.header-buttons.interior .title-bar h1 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: normal;
}

.header-buttons.interior a {
  margin: 1rem 0 1rem 1rem;
}

.header-buttons a {
  padding: .5rem 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-decoration: none;
  border: 2px solid;
  margin: .5rem 1rem;
}

@media (min-width: 801px) {
  .header-buttons a {
    margin: .5rem 0;
  }
}

.header-buttons a:after {
  content: '\f061';
  margin-left: .5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.nav-banner-bar {
  width: 90%;
  margin: 2rem auto;
  /*@include flexbox;*/
  color: #ffffff;
  position: relative;
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
}

.nav-banner-bar .logo {
  font-size: 2rem;
  font-weight: bold;
}

.nav-banner-bar a {
  color: #ffffff;
  text-decoration: none;
}

.primary-menu-area ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.primary-menu-area ul li {
  padding: 1em;
}

.primary-menu-area ul li:last-child {
  padding-right: 0;
}

.primary-menu-area ul a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  border-bottom: 2px solid transparent;
  font-weight: 600;
}

.primary-menu-area ul a:hover {
  border-color: #ffffff;
}

#menu-main-menu li.menu-item-has-children {
  position: relative;
}

#menu-main-menu li.menu-item-has-children ul.sub-menu {
  position: absolute;
  visibility: hidden;
  transition: all .4s;
  margin: 0;
  opacity: 0;
  top: 2.75em;
  padding: 0;
  width: 250px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  list-style-type: none;
  background: rgba(0, 0, 0, 0.6);
}

#menu-main-menu li.menu-item-has-children ul.sub-menu li {
  padding: 0;
  margin: .15em 0;
  transition: all .4s;
}

#menu-main-menu li.menu-item-has-children ul.sub-menu li a {
  display: flex;
  padding: .5em .75em;
  background-color: transparent;
}

#menu-main-menu li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
}

#menu-main-menu li.menu-item-has-children:last-child ul.sub-menu {
  right: 0;
}

.header-buttons2 {
  width: 100%;
  height: 50px;
  display: flex;
  gap: 20px;
  justify-content: right;
  /*background-color: chocolate;*/
}

.header-buttons2 a {
  padding: .5rem 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-decoration: none;
  border: 2px solid;
}

.header-buttons2 a:after {
  content: '\f061';
  margin-left: .5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.logo-menu-area {
  /*background-color: cornflowerblue;*/
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .logo-area {
    max-width: 22rem;
    margin: 20px auto 0px;
  }
  .header-main a {
    margin-top: 15px;
  }
  .header-buttons2 {
    margin-top: 40px;
    width: unset;
    justify-content: center;
  }
}

.header-text {
  justify-content: flex-start;
  flex-direction: column;
  margin: 350px 5% 5rem auto;
  color: #ffffff;
  z-index: 10;
  text-align: center;
}

.header-text h3 {
  font-weight: 400;
  font-family: purveyor;
}

.count-up {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  transition: all 0.3s ease-in-out;
  /*text-decoration: underline;*/
}

.bottom-footer {
  padding: 2rem 0;
  text-align: center;
}

.footer-logo-area {
  margin-bottom: 20px;
}

.footer-logo-area img {
  height: 150px;
  width: auto;
}

.footer-menu {
  display: flex;
  gap: 30px;
  list-style: none;
  justify-content: center;
  text-transform: uppercase;
  font-size: 18px;
}

.copyright-area {
  display: flex;
  justify-content: center;
}

.copyright-item:not(:last-child)::after {
  content: " | ";
  margin: 0 0.5em;
  color: inherit;
  font-weight: normal;
}

/* Optional: Only show separator on larger screens */
@media (max-width: 1200px) {
  .copyright-area {
    flex-direction: column;
  }
  .copyright-item:not(:last-child)::after {
    content: "";
    margin: 0;
  }
}

@media (max-width: 1200px) {
  nav.footer-menu-area {
    display: none;
  }
}

/* Gutenberg alignment sample */
.rm-core-block-wrapper {
  max-width: 70em;
  margin: 0 auto;
  width: 90%;
}

@media screen and (min-width: 68em) {
  .main-wrapper {
    overflow: hidden;
  }
  .entry-content .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2);
    margin-right: calc( -100vw / 2 + 100% / 2);
    max-width: 100vw;
  }
  .entry-content .alignwide {
    margin-left: -4em;
    margin-right: -4em;
    max-width: 68em;
  }
}

.list-with-icons {
  padding: 4rem 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.list-with-icons.has-bg * {
  color: #ffffff !important;
}

.list-with-icons .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 1;
}

.list-with-icons h2 {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 10;
}

.list-with-icons__wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.list-with-icons__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1rem 2rem;
  align-items: center;
}

@media (min-width: 801px) {
  .list-with-icons__item.columns {
    width: calc(50% - 4rem);
  }
}

.list-with-icons__item i {
  font-size: 3em;
}

@media (min-width: 801px) {
  .list-with-icons__item i {
    flex: 1 1;
  }
}

.list-with-icons__description {
  margin: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1001px) {
  .list-with-icons__description {
    flex: 12 1;
    margin-left: 2rem;
  }
}

.list-with-icons__description p {
  margin: .5rem 0;
}

.list-with-icons__title {
  font-size: 1.2em;
  width: 100%;
}

.list-with-icons__content {
  width: 100%;
}

/*General Circle Image*/
.general-circle-image {
  width: 90%;
  margin: 0 auto 4rem;
}

.general-circle-image h2 {
  padding: 0;
  margin: 0;
}

.general-circle-image .row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 801px) {
  .general-circle-image .row {
    flex-direction: row;
  }
}

.general-circle-image .row .col:first-child {
  width: auto;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

@media (min-width: 801px) {
  .general-circle-image .row .col:first-child {
    flex-basis: 60%;
    width: 60%;
  }
}

.general-circle-image .row .col:last-child {
  width: auto;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

@media (min-width: 801px) {
  .general-circle-image .row .col:last-child {
    flex-basis: 35%;
    width: 35%;
  }
}

.general-circle-image .row img, .general-circle-image .row .object-fit {
  border-radius: 50%;
  width: 100%;
  height: 81vw;
  max-width: 350px;
  max-height: 350px;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}

@media (min-width: 801px) {
  .general-circle-image .row img, .general-circle-image .row .object-fit {
    height: 31vw;
    max-height: 385px;
    max-width: 385px;
  }
}

/*Full width text with three sub-content columns*/
.three-col-lists {
  width: 90%;
  margin: 0 auto 4rem;
}

.columns3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 801px) {
  .columns3 {
    flex-direction: row;
  }
}

.columns3 .col {
  padding: 20px;
  flex: auto;
  width: 100%;
  max-width: 29rem;
  margin: 0 auto;
}

.columns3 .col h3 {
  padding: 10px;
  margin: 0 0 15px 0;
}

.accordion-section {
  width: 90%;
  margin: 0 auto;
}

.accordion-container {
  cursor: pointer;
}

.accordion-container .accordion-item {
  background-color: lightgrey;
  margin: .5em 0;
}

.accordion-container .accordion-item-title {
  background-color: darkgrey;
  padding: 0px 30px 0px 10px;
}

.accordion-container .accordion-item-body {
  padding: .5em;
  transition: all .3s ease;
}

.accordion-container i {
  transition: all .3s ease;
  margin: .33em;
}

.accordion-container .expanded {
  transform: rotatez(90deg);
}

.form-bg-color {
  width: 100%;
  font-size: 1.15em;
}

.form-bg-color .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 801px) {
  .form-bg-color .row {
    justify-content: space-between;
  }
}

.form-bg-color form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form-bg-color h2.form-bg-color-sub-title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
  width: 100%;
}

.form-bg-color .form-bg-color-content, .form-bg-color .form-bg-color-form {
  width: 100%;
  margin-bottom: 4rem;
}

.form-bg-color .form-bg-color-column {
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 801px) {
  .form-bg-color .form-bg-color-column {
    width: 45%;
  }
}

/*Card Circle Overlay*/
.card-circle-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto 4rem;
}

.card-circle-container .card-circle-item {
  width: 300px;
  margin: 1em 2em;
  display: flex;
  flex-direction: column;
}

.card-circle-container .card-circle-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-circle-container .card-circle-top img.object-fit {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 3em 1em -5em 1em;
  border-radius: 100%;
}

.card-circle-container .card-circle-top .object-fit-fallback {
  width: 250px;
  height: 250px;
  margin: 3em 1em -5em 1em;
  border-radius: 100%;
}

.card-circle-container .card-circle-bottom {
  margin-top: 7em;
  padding: 1em;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  flex: 1 1 auto;
}

.card-circle-container .card-circle-title {
  font-weight: bold;
}

.oj-meet-team-wrap {
  color: white;
  text-align: center;
}

.oj-meet-team-wrap h2 {
  color: #000;
}

.oj-meet-the-team {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.oj-team-member {
  width: 300px;
  position: relative;
  overflow: hidden;
}

/* Image styles (unchanged, with optional hover scale) */
.oj-member-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform 0.3s ease;
}

/* Overlay container always sits at the bottom */
.oj-member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
}

/* Always-visible basic info (name and job title) */
.oj-member-basic h3,
.oj-member-basic h4 {
  margin: 0;
}

.oj-member-basic h3 {
  font-size: 20px;
  font-weight: bold;
}

.oj-member-basic h4 {
  font-size: 16px;
  margin: 5px 0;
}

/* Extra info (excerpt) is hidden by default */
.oj-member-extra {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

/* On hover, the extra info becomes visible */
.oj-team-member:hover .oj-member-extra {
  max-height: 200px;
  opacity: 1;
}

/* Modal content style (unchanged) */
.modal-content {
  color: #000;
}

.search-units-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

.search-units-section h2 {
  width: 100%;
  text-align: center;
}

#search {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
}

#search label {
  display: none;
}

#search div {
  max-width: 15rem;
  width: 100%;
  margin: .5rem;
}

#search select, #search input, #search button {
  width: 100%;
  padding: .5rem 1rem;
  margin: .3rem 0;
  border: 2px solid;
  font-weight: bold;
}

#search button {
  width: 100%;
  max-width: 15rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: .69rem 1rem;
  cursor: pointer;
}

.wp-block-column .search-units-section {
  max-width: 25rem;
  margin: 0 0 0 auto;
  justify-content: flex-end;
  width: 100%;
}

.wp-block-column #search div {
  max-width: none;
  margin: 0;
}

.wp-block-column #search button {
  justify-self: flex-end;
  margin-left: auto;
  max-width: 50%;
}

.featured-slider .owl-nav {
  text-align: center;
  font-size: 3rem;
}

.featured-slider .owl-nav button {
  margin: 0 1rem;
}

.featured-properties {
  padding: 3rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.featured-properties h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.featured-properties h3, .featured-properties h4, .featured-properties .featured-property-title {
  width: 100%;
  text-align: center;
}

.featured-properties h3 {
  text-transform: uppercase;
}

.featured-properties .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem 0 3.5rem;
}

.featured-properties .featured-property {
  max-width: 18.75rem;
  position: relative;
  margin: 0 auto;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 15.6rem;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.featured-properties .featured-property .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.featured-properties .featured-property a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  text-decoration: none;
  margin: auto 0 -3rem;
  border: 2px solid;
  text-transform: uppercase;
}

#map-canvas {
  height: 600px;
  width: 90%;
  margin: auto;
}

.rmwb_listing-wrapper-grid {
  display: grid;
  grid-template-columns: 17% 17% 17% 17% 32% 32%;
  padding: 5px;
  border-bottom: 1px solid #eeeeee;
  align-items: center;
  width: 90%;
}

.grid-apply {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 20px;
}

.rmwb_listing-wrapper-grid > div {
  text-align: center;
  padding: 10px;
  min-height: 40px;
}

.rmwb_listing-wrapper-grid a {
  color: #947f61;
  font-weight: 600;
  align-content: center;
}

.mapdetailsbutton {
  background: #947f61;
  color: #ffffff !important;
  padding: 1rem 2rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}

.mapdetailsbutton:hover {
  background: #a8a6a1;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.detailsbutton {
  background: #947f61;
  color: #ffffff !important;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}

.detailsbutton:hover {
  background: #a8a6a1;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.add30top {
  margin-top: 30px;
}

.availabilitybutton {
  background: #947f61;
  color: #ffffff !important;
  padding: 1rem 1rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
}

.availabilitybutton:hover {
  background: #a8a6a1;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.applynowbutton {
  background: #947f61;
  color: #ffffff !important;
  padding: 1rem 1rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
}

.applynowbutton:hover {
  background: #a8a6a1;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.extrabottom {
  margin-bottom: 40px;
}

.map-property-listing {
  text-align: center;
}

.pdheading {
  font-weight: 800;
  /*border-top: 1px solid $secondary-color;
    margin-top: 10px;
    padding-top: 15px;*/
}

.full-width {
  display: flex;
}

.half-width {
  width: 50%;
}

.socialcontainer {
  width: 100%;
  display: flex;
  margin: 10px 0px 0px;
  gap: 20px;
}

img.pd-image {
  width: 100%;
}

.title-centered {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 30px;
}

.no-availability-centered {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 30px;
}

.heading {
  font-weight: 800;
  margin-bottom: 30px;
}

div#availability {
  margin-bottom: 50px;
}

.fullwidth {
  width: 90%;
  text-align: center;
  padding: 10px;
  background-color: #eeeeee;
}

h4.rmwb-section-header {
  font-weight: 800;
  font-size: 30px;
}

@media (max-width: 1400px) {
  .ud-container {
    margin: 0px 5%;
  }
}

.rmwb_section2 {
  text-align: left;
}

.slick-track {
  height: 220px;
}

.slick-slide {
  height: 500px !important;
  padding-bottom: 10px;
}

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

.slick-slide img {
  height: 100%;
  width: 100%;
  padding: 0px 2%;
}

@media (max-width: 1200px) {
  .rmwb_row {
    padding: 0px !important;
  }
  #map-canvas {
    height: 250px;
  }
  .hideforsmall {
    display: none !important;
  }
  .full-width-flex {
    flex-direction: column;
  }
  .prop_details {
    margin: 20px 0px !important;
  }
  .localattractions {
    column-count: 1 !important;
  }
  .align-bottom {
    margin-top: 30px !important;
  }
  .header-main__buttons {
    flex-direction: column-reverse;
    align-content: center;
  }
  .header-text {
    margin: 0 auto 5rem;
    width: 90%;
  }
}
