/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.bb-fade-in {
  opacity: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-tablet-landscape-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
}

body {
  font-family: "elza", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #4D4D4D;
}

h1, h2, h3, h4, h5 {
  line-height: 1.25;
}

h1 {
  font-size: 4.75rem;
  font-family: "miller-banner-condensed", serif;
  font-weight: 400;
}
h1.h1-headline {
  font-size: 6rem;
}

h2 {
  font-weight: 400;
  font-size: 3rem;
  font-family: "miller-banner-condensed", serif;
}
h2.h2-headline {
  font-size: 4rem;
}

h3 {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "miller-banner-condensed", serif;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
  font-family: "miller-banner-condensed", serif;
  line-height: 1.25;
  font-weight: 400;
}

p {
  margin-bottom: 1rem;
}
p.body-large {
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h1.h1-headline {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h2.h2-headline {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
}
.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.button:hover,
.site-search__submit:hover {
  text-decoration: none;
}

.gform-footer input[type=submit].button.gform_button {
  display: inline-block !important;
  cursor: pointer !important;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  background: transparent !important;
  border: 1px solid #4D4D4D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #4D4D4D !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.gform-footer input[type=submit].button.gform_button:hover {
  text-decoration: none;
  border-color: #CEC9B7 !important;
  background-color: #CEC9B7 !important;
}

.button {
  border: 1px solid #4D4D4D;
  color: #4D4D4D;
}
.button.button--light {
  color: #fff;
  border: 1px solid #fff;
}
.button.button--light:hover {
  border-color: #CEC9B7;
}
.button:hover {
  color: #4D4D4D;
  background: #CEC9B7;
  border-color: #CEC9B7;
}

.bb-floating-card {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  gap: 1.25rem;
  width: 100%;
  max-width: calc(100vw - 2.5rem);
  margin-inline: auto;
  background-color: #fff;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}
.bb-floating-card--centered {
  text-align: center;
}
@media (min-width: 769px) {
  .bb-floating-card {
    padding: 3.5rem;
    max-width: 580px;
  }
}

.sidx-container *:not(.sidx-icon) {
  font-family: "elza", sans-serif !important;
}
.sidx-container .sidx-suggestions-input, .sidx-container .sidx-field, .sidx-container .sidx-dropdown-pill.sidx-save-search-pill, .sidx-container .sidx-streamlined-toggle, .sidx-container .sidx-add-keyword, .sidx-container .sidx-streamlined-done {
  border-radius: 0 !important;
}
.sidx-container .sidx-range .sidx-field, .sidx-container .sidx-beds-and-baths .sidx-field {
  background: #4D4D4D;
}
.sidx-container .sidx-streamlined-toggle {
  border-color: #4D4D4D !important;
  color: #4D4D4D !important;
}
.sidx-container .sidx-dropdown-pill.sidx-save-search-pill {
  background: #CEC9B7 !important;
  border-color: #CEC9B7 !important;
}
.sidx-container .sidx-for-sale {
  color: #CEC9B7 !important;
}
.sidx-container .sidx-add-keyword, .sidx-container .sidx-streamlined-done {
  background-color: #4D4D4D !important;
  color: #fff !important;
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
@media (min-width: 640px) {
  .gform_wrapper .gform_fields {
    column-gap: 2rem !important;
  }
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "elza", sans-serif;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .button {
  -webkit-appearance: none !important;
}
.gform_wrapper .button:hover {
  background: #fff;
  color: #4D4D4D;
  cursor: pointer;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message * {
  font: 400 45px/43px "elza", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #CEC9B7 !important;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
.site-container {
  max-width: 1300px;
  margin: auto;
}
@media (max-width: 1339px) {
  .site-container {
    padding-inline: 1.25rem;
  }
}
.site-container--medium {
  max-width: 1000px;
}
.site-container--narrow {
  max-width: 800px;
}

.bb-section {
  padding: 75px 0;
}
.bb-section.no-top-padding {
  padding-top: 0;
}
.bb-section.no-bottom-padding {
  padding-bottom: 0;
}
.bb-section.light-top-padding {
  padding-top: 40px;
}
.bb-section.light-bottom-padding {
  padding-bottom: 40px;
}
.bb-section.extra-top-padding {
  padding-top: 100px;
}
.bb-section.extra-bottom-padding {
  padding-bottom: 100px;
}

body.error404 .header__nav, body.search .header__nav {
  background: rgba(0, 0, 0, 0.5);
}

.has-transparent-header .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25;
  background-color: transparent;
}

.header {
  padding: 2.5rem 2rem;
  background-color: black;
}
.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.header__toggle {
  z-index: 5;
  cursor: pointer;
  border: 1px solid #fff;
  background: none;
  padding: 0.25rem;
  display: block;
  position: relative;
  width: 56px;
  height: 33px;
  flex-shrink: 0;
}
.header__toggle span {
  display: block;
  width: 36px;
  height: 1px;
  background-color: #fff;
  border-radius: 15px;
  margin: 5px;
  transition: all 0.2s ease;
}
.header #site-link {
  max-width: 384px;
  flex-shrink: 0;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 192px);
}
.header__nav ul {
  padding: 0;
  margin: 0;
}
.header__nav .menu {
  display: flex;
  column-gap: 25px;
  list-style: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.header__nav .menu li a {
  color: #fff;
  font-weight: 700;
  transition: all 0.4s ease;
}
.header__nav .menu li .caret-wrapper {
  border: 1px solid #fff;
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
}
.header__nav .menu li .caret-wrapper svg {
  transition: all 0.4s ease;
}
.header__nav .menu li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  padding: 20px;
  min-width: 225px;
  list-style: none;
}
.header__nav .menu li .sub-menu li a {
  color: #4D4D4D;
  line-height: 1;
}
.header__nav .menu li .sub-menu li a:hover {
  color: #CEC9B7;
}
.header__nav .menu li:hover a {
  text-decoration: none;
  color: #CEC9B7;
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover .caret-wrapper {
  background-color: red;
  border: 1px solid red;
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover .caret-wrapper svg path {
  fill: #fff;
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover > a {
  color: #fff;
  pointer-events: none;
}
.header__nav .menu li.active .caret-wrapper {
  background-color: red;
  border: 1px solid red;
  transition: all 0.4s ease;
}
.header__nav .menu li.active .caret-wrapper svg path {
  fill: #fff;
  transition: all 0.4s ease;
}
.header__nav {
  position: absolute;
  width: 60%;
  background-color: transparent;
  backdrop-filter: blur(56px);
  top: 122px;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  transition: all 0.2s ease-out;
  display: none;
  border: 2px solid #fff;
}
.header__nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.header__nav .menu li {
  display: block;
}
.header__nav .menu li a {
  display: inline-block;
}
.header__nav .menu li a:hover {
  color: #CEC9B7;
}
.header__nav .menu li svg {
  cursor: pointer;
}
.header__nav .menu li .sub-menu {
  position: relative;
  display: none;
  top: 0;
  padding: 12px 0 12px 25px;
}
.header__nav .menu li .sub-menu li:last-of-type {
  padding-bottom: 0;
}
.header__nav .menu li .sub-menu li a {
  padding-left: 0;
  font-size: 17px;
  margin: 0;
}
.header__nav .menu li:hover .sub-menu {
  display: none;
}
.header__nav .menu li:hover svg {
  transform: none;
}
.header.nav-open .header__nav {
  display: block;
  transition: all 0.3s ease-out;
}
.header .button {
  margin-left: auto;
}

@media (max-width: 1024px) {
  .header__nav {
    width: calc(100% - 4rem);
  }
  .header .button {
    display: none;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 2rem;
  }
  .header__nav .menu {
    flex-direction: column;
    align-items: start;
  }
  .header #site-link {
    max-width: 300px;
    left: calc(50% - 150px);
  }
}
@media (max-width: 480px) {
  .header__inner {
    justify-content: space-between;
  }
  .header__nav {
    width: calc(100% - 4rem);
    top: 97px;
    padding: 2rem;
  }
  .header__nav .menu {
    gap: 1.25rem;
  }
  .header__toggle {
    width: 2.5rem;
  }
  .header__toggle span {
    width: 1.875rem;
    margin-inline: 0;
  }
  .header #site-link {
    max-width: 220px;
    position: relative;
    left: 0;
    margin-right: 0;
  }
}
.bb-footer {
  background: #333;
  padding: 6rem 0 2rem;
}
@media (min-width: 1025px) {
  .bb-footer {
    padding: 8rem 0 5rem;
  }
}
.bb-footer a {
  color: #fff;
}
.bb-footer a:not(.button):hover {
  color: #CEC9B7;
  text-decoration: underline;
}
.bb-footer h5 {
  color: #CEC9B7;
}
.bb-footer__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .bb-footer__grid {
    flex-direction: row;
    gap: 4rem;
  }
  .bb-footer__grid > * {
    width: 50%;
  }
}
.bb-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.bb-footer__contact a {
  place-self: start;
}
.bb-footer__contact ul:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.bb-footer__contact ul:first-of-type li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.bb-footer__social {
  display: flex;
  gap: 1rem;
}
.bb-footer__social svg, .bb-footer__social svg * {
  transition: 0.25s all;
}
.bb-footer__social a:hover svg * {
  fill: #CEC9B7;
}
.bb-footer__right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .bb-footer__right {
    width: 30%;
  }
}
.bb-footer__navigation {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .bb-footer__navigation {
    flex-direction: row;
    justify-content: space-between;
  }
}
.bb-footer__navigation > * {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bb-footer__navigation ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bb-footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.bb-footer__copyright {
  color: #fff;
}
@media (max-width: 480px) {
  .bb-footer__copyright {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .bb-footer {
    padding: 2rem 0;
  }
}

.error404 .site-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.25rem;
  align-items: stretch;
}
.error404 .site-container * {
  margin: 0;
}
.error404 .site-container h2, .error404 .site-container h3, .error404 .site-container h4, .error404 .site-container h5, .error404 .site-container h6 {
  line-height: 1;
}
.error404 h1 {
  font-size: 3.5rem;
}

.search-results h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.site-search {
  display: flex;
  margin-bottom: 1rem;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
  font-family: "elza", sans-serif;
}
.site-search__field:focus {
  outline: none;
}
.site-search__submit {
  border: 1px solid #1A1A1A;
  border-radius: 0;
  font-family: "elza", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 1rem 0 0;
  border-bottom: 2px solid #e5e5e5;
  text-decoration: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h2 {
  font-size: 20px;
}
.site-search__result p {
  font-size: 15px;
}
.site-search__result * {
  text-decoration: none !important;
  margin: 0;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #e5e5e5;
}

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s all;
}
a:hover {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  max-width: 100%;
}

.bb-separator {
  border: 4px solid #CEC9B7;
  width: 120px;
  margin: 0;
}
.bb-separator.bb-separator--centered {
  margin-inline: auto;
}

.bb-fancy-list {
  padding-left: 0;
  list-style: none;
}
.bb-fancy-list li {
  padding-left: 3rem;
  position: relative;
  line-height: 2;
}
.bb-fancy-list li:before {
  content: "";
  height: 2px;
  width: 2rem;
  background: #CEC9B7;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
