/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Desktop */
/*==========  Non-Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Playfair+Display:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Nunito:300");
.playfair, #frm_form_10_container .frm_form_title, .belong__content p, .page-id-7851 .description a {
    font-family: "Playfair Display", sans-serif;
}

h1 {
  font-family: "Open Sans", sans-serif;
  color: #cc633f;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Playfair Display", sans-serif;
  display: block;
  text-transform: none;
  letter-spacing: initial;
}
/* App State Style */

svg.svg-inline--fa.fa-play.fa-w-14 {
    margin-left: 10px;
}

.about-section {
    padding: 15px 0px;
    background-color: #ffcc00;
    text-align: center;
    text-transform: uppercase;
}
.about-section p {
    margin-bottom: 0px;
    line-height: 1;
    letter-spacing: 3px;
    color: #000;
    font-weight: 700;
}
.app-state {
  background-color: #fff;
}
.border-text {
  border-top: 3px solid #ffcc00;
  border-bottom: 3px solid #ffcc00;
  padding: 10px 0;
  margin-bottom: 10px;
}
.border-text h1 {
  color: #1c1b19;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(1rem + 2vw);
  font-weight: 700;
  margin-bottom: 0;
  font-family: 'Open Sans';
}
.border-text h1 span {
  display: block;
  color: #ffcc00;
  font-size: calc(2rem + 5vw);
  
}
.border-text h2 {
  color: #1c1b19;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-size: calc(1.15rem + 1vw);
  font-weight: 700;
  margin-bottom: 0;
  font-family: 'Open Sans';
}
.border-text h2 span {
  display: block;
  color: #ffcc00;
  font-size: calc(2rem + 4vw);
}
.swag-red {
  color: #c8572f;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}
.swag-feature {
  text-align: center;
  margin-bottom: 0;
}
.everything h1 {
  color: #1c1b19;
  text-align: center;
  font-style: italic;
  font-size: 24px;
  margin-bottom: 20px;
}

.market-title.text-center.w-100 h2 {
    font-size: 42px;
}

@media only screen and (min-width : 320px) {
  h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width : 768px) {
  h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width : 992px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width : 1350px) {
  h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width : 1650px) {
  h1 {
    font-size: 46px;
  }
}

@media only screen and (min-width : 320px) {
  h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width : 768px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width : 992px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (min-width : 1350px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (min-width : 1650px) {
  h2 {
    font-size: 44px;
    line-height: 48px;
  }
}

@media only screen and (min-width : 320px) {
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width : 768px) {
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (min-width : 992px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width : 1350px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (min-width : 1650px) {
  h3 {
    font-size: 36px;
    line-height: 48px;
  }
}

p {
  font-family: "Playfair Display", sans-serif;
}
@media only screen and (min-width : 320px) {
  p {
    line-height: 24px;
    font-size: 14px;
  }
}
@media only screen and (min-width : 768px) {
  p {
    line-height: 26px;
    font-size: 16px;
  }
}
@media only screen and (min-width : 1200px) {
  p {
    line-height: 32px;
    font-size: 18px;
  }
}
@media only screen and (min-width : 1650px) {
  p {
    line-height: 37px;
    font-size: 22px;
  }
}

a {
  color: #988b65;
}
a:hover {
  color: #cc633f;
}

@media only screen and (min-width : 320px) {
    .body {
        overflow-x: hidden;
    }
}

body {
  overflow-x: hidden;
  background-color: #282828;
}
body #outer_wrapper > .container-fluid {
  max-width: 1920px;
  background-color: white;
}

.uppercase {
  text-transform: uppercase;
}

.bkgrd-ctr {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/brmc-logo-placeholder.jpg");
}
@media only screen and (min-width : 320px) {
  .bkgrd-ctr {
    min-height: 220px;
  }
}
@media only screen and (min-width : 480px) {
  .bkgrd-ctr {
    min-height: 260px;
  }
}
.logo {
  background: url("../images/logo.png") no-repeat;
  text-indent: -9999px;
  display: block;
  height: 55px;
}
@media only screen and (min-width : 320px) {
  .logo {
    margin-left: 0;
    width: 58px;
  }
}
@media only screen and (min-width : 1200px) {
  .logo {
    width: 478px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media only screen and (min-width : 1650px) {
  .logo {
    margin-left: 40px;
  }
}

.custom-border {
  background-color: #c85730;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width : 320px) {
  .custom-border {
    height: 8px;
    width: 175px;
  }
}
@media only screen and (min-width : 768px) {
  .custom-border {
    height: 13px;
    width: 255px;
  }
}
.footer-logo {
  background-color: #ffffff;
}
@media only screen and (min-width : 320px) {
  .footer-logo {
    padding: 45px 0 20px;
  }
}
@media only screen and (min-width : 768px) {
  .footer-logo {
    padding: 65px 0 35px;
  }
}
@media only screen and (min-width : 1200px) {
  .footer-logo {
    padding: 100px 0 50px;
  }
}
.footer-logo__description {
  font-family: "Playfair Display", sans-serif;
  line-height: 47px;
  font-style: italic;
  color: #918259;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}
@media only screen and (min-width : 320px) {
  .footer-logo__description {
    margin-top: 25px;
    font-size: 30px;
  }
}
@media only screen and (min-width : 768px) {
  .footer-logo__description {
    margin-top: 35px;
    font-size: 40px;
  }
}

@media only screen and (min-width : 1200px) {
  .footer-logo__description {
    margin-top: 45px;
    font-size: 50px;
  }
}
.block {
  color: #ffffff;
}
.block__title {
  font-family: "Playfair Display", sans-serif;
}
@media only screen and (min-width : 320px) {
  .block__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 22px;
  }
}
@media only screen and (min-width : 768px) {
  .block__title {
    font-size: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .block__title {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
.block__sub-title {
  display: block;
  font-family: "Open Sans", sans-serif;
  color: #cc633f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media only screen and (min-width : 320px) {
  .block__sub-title {
    font-size: 18px;
    margin-top: 5px;
  }
}
@media only screen and (min-width : 768px) {
  .block__sub-title {
    font-size: 24px;
    margin-top: 10px;
  }
}
@media only screen and (min-width : 1200px) {
  .block__sub-title {
    font-size: 36px;
    margin-top: 15px;
  }
}
@media only screen and (max-width : 768px) {
  .block__sub-title {
    font-size: 18px;
  }
}
.block__description {
  font-family: "Playfair Display", sans-serif;
}
@media only screen and (min-width : 320px) {
  .block__description {
    line-height: 24px;
    font-size: 14px;
    padding: 0;
  }
}
@media only screen and (min-width : 768px) {
  .block__description {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width : 1200px) {
  .block__description {
    line-height: 32px;
    font-size: 18px;
  }
}
@media only screen and (min-width : 1650px) {
  .block__description {
    line-height: 37px;
    font-size: 22px;
  }
}
.block--half .block__title {
  letter-spacing: -0.01em;
  color: #c75833;
  margin-bottom: 20px;
}
@media only screen and (min-width : 320px) {
  .block--half .block__title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (min-width : 1200px) {
  .block--half .block__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (min-width : 1650px) {
  .block--half .block__title {
    font-size: 44px;
    line-height: 62px;
  }
}
.block--half .block__description {
  color: #231f20;
}
@media only screen and (min-width : 320px) {
  .block--half .block__description {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width : 768px) {
  .block--half .block__description {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width : 1200px) {
  .block--half .block__description {
    margin-bottom: 55px;
  }
}
.block--half .signature {
  margin: 0 auto;
  font-weight: bold;
  color: #988b65;
  font-family: "Playfair Display", sans-serif;
}
@media only screen and (min-width : 320px) {
  .block--half .signature {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width : 1200px) {
  .block--half .signature {
    font-size: 22px;
    line-height: 37px;
  }
}

@media only screen and (min-width : 320px) {
  .page-id-7827 .hero-wrapper {
    min-height: 290px;
  }
}
@media only screen and (min-width : 480px) {
  .page-id-7827 .hero-wrapper {
    min-height: 320px;
  }
}
@media only screen and (min-width : 576px) {
  .page-id-7827 .hero-wrapper {
    min-height: 385px;
  }
}
@media only screen and (min-width : 768px) {
  .page-id-7827 .hero-wrapper {
    min-height: 410px;
  }
}
@media only screen and (min-width : 992px) {
  .page-id-7827 .hero-wrapper {
    min-height: 535px;
  }
}
@media only screen and (min-width : 1200px) {
  .page-id-7827 .hero-wrapper {
    min-height: 648px;
  }
}
@media only screen and (min-width : 1350px) {
  .page-id-7827 .hero-wrapper {
    min-height: 730px;
  }
}
@media only screen and (min-width : 1500px) {
  .page-id-7827 .hero-wrapper {
    min-height: 810px;
  }
}
@media only screen and (min-width : 1650px) {
  .page-id-7827 .hero-wrapper {
    min-height: 890px;
  }
}
@media only screen and (min-width : 1800px) {
  .page-id-7827 .hero-wrapper {
    min-height: 980px;
  }
}

.hero-wrapper__property {
  background-size: cover;
}
@media only screen and (min-width : 320px) {
  .hero-wrapper {
    background-size: cover;
    margin-top: -80px;
    /*
    		padding-top: 80px;
    		min-height: 290px;
    */
  }
  .hero-wrapper__property {
    display: none;
  }
}
@media only screen and (min-width : 576px) {
  .hero-wrapper__property {
    display: block;
  }
}

.bw-576 .hero-wrapper {
  background-size: 200% 100vh;
  background-position: 50% 69px !important;
}
/*.bw-992 .hero-wrapper {
  background-size: 100% 100vh;
  background-position: 50% 69px !important;
}*/

@media only screen and (min-width : 1200px) {
  .hero-wrapper {
    margin-top: -120px;
    /*
    		min-height: 648px;
    		padding-top: 120px;
    */
  }
}
@media only screen and (min-width : 320px) {
  .hero-wrapper img {
    width: 70%;
  }
}
@media only screen and (min-width : 1200px) {
  .hero-wrapper img {
    width: auto;
  }
}
@media only screen and (min-width : 320px) {
  .hero-wrapper img.brmc-life-logo {
    width: 30%;
    margin-top: 100px;
  }
}
@media only screen and (min-width : 768px) {
  .hero-wrapper img.brmc-life-logo {
    margin-top: 15%;
  }
}
@media only screen and (min-width : 1500px) {
  .hero-wrapper img.brmc-life-logo {
    width: auto;
  }
}

.ff-playfair-display {
  font-family: "Playfair Display", sans-serif !important;
}

.separate {
  border-color: #988676;
  margin: 25px 0 20px;
}

.circle-img {
  border-radius: 50%;
}

.iframe__box {
  height: -webkit-fill-available;
}
.iframe__box iframe {
  height: inherit;
}

.menu--map .menu-item {
  margin: 0 !important;
}

ul:not(.mm-listview) .schedule-tour {
  padding: 0 60px;
}

.mmenu-outer-wrapper {
  display: none;
}

#footer-form .frm_forms.with_frm_style .frm_message,
#footer-form .frm_forms.with_frm_style .frm_error_style {
  padding: 0px;
}
#footer-form .frm_forms.with_frm_style .frm_message h3, #footer-form .frm_forms.with_frm_style .frm_message p, #footer-form .frm_forms.with_frm_style .frm_message a,
#footer-form .frm_forms.with_frm_style .frm_error_style h3,
#footer-form .frm_forms.with_frm_style .frm_error_style p,
#footer-form .frm_forms.with_frm_style .frm_error_style a {
  color: white;
}
#footer-form .frm_forms.with_frm_style .frm_message h3,
#footer-form .frm_forms.with_frm_style .frm_error_style h3 {
  font-size: 38px;
  line-height: 46px;
  padding-top: 60px;
}
#footer-form .frm_forms.with_frm_style .frm_message a,
#footer-form .frm_forms.with_frm_style .frm_error_style a {
  text-decoration: underline;
}
#footer-form .form-field {
  margin-bottom: 11px;
}
#footer-form .form-field input:not([type=checkbox]), #footer-form .form-field textarea {
  background-color: #e5e6e1;
  height: 52px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}
#footer-form .form-field input:not([type=checkbox])::placeholder, #footer-form .form-field textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #737e59;
  opacity: 1;
  /* Firefox */
}
#footer-form .form-field input:not([type=checkbox]):-ms-input-placeholder, #footer-form .form-field textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #737e59;
}
#footer-form .form-field input:not([type=checkbox])::-ms-input-placeholder, #footer-form .form-field textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #737e59;
}
#footer-form .frm_checkbox label {
  color: #e5e6e1;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}
@media only screen and (min-width : 320px) {
  #footer-form .frm_checkbox label {
    font-size: 10px;
  }
}
@media only screen and (min-width : 768px) {
  #footer-form .frm_checkbox label {
    font-size: 12px;
  }
}
@media only screen and (min-width : 1200px) {
  #footer-form .frm_checkbox label {
    font-size: 14px;
  }
}
#footer-form .frm_button_submit {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  background: #321307;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  border: none;
  letter-spacing: 0.14em;
  color: #fef6e1;
  border-radius: unset;
  box-shadow: none;
  margin: 0 auto;
}

.frm_style_formidable-style-3.with_frm_style .frm_radio input[type=radio],
.frm_style_formidable-style-3.with_frm_style .frm_checkbox input[type=checkbox],
.frm_style_formidable-style.with_frm_style .frm_radio input[type=radio],
.frm_style_formidable-style.with_frm_style .frm_checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
}

.frm_style_formidable-style-3.with_frm_style .frm_radio label input,
.frm_style_formidable-style-3.with_frm_style .frm_checkbox label input,
.frm_style_formidable-style.with_frm_style .frm_radio label input,
.frm_style_formidable-style.with_frm_style .frm_checkbox label input {
  margin-top: 0px;
}

.with_frm_style .frm_checkbox input[type=checkbox] {
  border: 2px solid #cad3cf;
  height: 20px;
  width: 20px;
  border-radius: 2px;
}
.with_frm_style .frm_checkbox input[type=checkbox]:checked {
  background: #cad3cf;
}
.with_frm_style .frm_checkbox input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 6px;
  border: solid #7a8563;
  border-width: 0 2px 2px 0;
  box-sizing: content-box;
  transform: rotate(45deg);
  top: 3px;
  left: 6px;
}

.with_frm_style .vertical_radio .frm_checkbox label {
  position: relative;
  text-indent: 0;
  cursor: pointer;
  padding-left: 30px;
}

input[type=checkbox] {
  background: #cad3cf;
  width: 27px;
  height: 27px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background: #ff9800;
  border: 1px solid #ff9800;
}
input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 3px;
  height: 6px;
  border: solid #7a8563;
  border-width: 0 2px 2px 0;
  box-sizing: content-box;
  /*Rotate the L 45 degrees to turn it into a checkmark*/
  transform: rotate(45deg);
}

.frm_forms.with_frm_style {
  width: 100%;
}
.frm_forms.with_frm_style .frm_form_fields fieldset {
  padding: 0;
}
.frm_forms.with_frm_style .form-field input:not([type=checkbox]), .frm_forms.with_frm_style .form-field textarea {
  height: 56px;
  border-radius: unset;
  border: none;
}
.frm_forms.with_frm_style .form-field textarea {
  height: 230px;
}
.frm_forms.with_frm_style .frm_submit button {
  display: inline-flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  background: #c85730;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  border-radius: unset;
  letter-spacing: 0.12em;
  box-shadow: none;
  margin: 0;
}
.frm_forms.with_frm_style .frm_submit button:hover {
  background: #c85730;
  color: #ffffff;
}
.frm_forms.with_frm_style select.form-control:not([size]):not([multiple]) {
  height: 56px;
  border-radius: unset;
  border: none;
}

.frm_forms.with_frm_style .frm_message,
.frm_forms.with_frm_style .frm_error_style {
  padding: 200px 0;
  border: none !important;
  background: none !important;
  color: #000000 !important;
  border-radius: none;
  font-family: "Playfair Display", sans-serif;
}
.frm_forms.with_frm_style .frm_message h3,
.frm_forms.with_frm_style .frm_error_style h3 {
  font-size: 36px;
  line-height: 72px;
}
.frm_forms.with_frm_style .frm_message p,
.frm_forms.with_frm_style .frm_error_style p {
  font-size: 15px;
  color: #000000;
  line-height: 24px;
}
.frm_forms.with_frm_style .frm_error_style {
  margin: 0;
}
.frm_forms.with_frm_style .frm_error_style p {
  font-size: 24px;
  margin: 0;
  line-height: 36px;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field label, .frm_style_formidable-style.with_frm_style .frm_error {
  color: black !important;
}

.home .row.featured .bkgrd-ctr {
  background-image: url("../images/pages/home/featured-property.jpg");
}
@media only screen and (min-width : 320px) {
  .home .row.featured .bkgrd-ctr {
    min-height: 320px;
  }
}
@media only screen and (min-width : 480px) {
  .home .row.featured .bkgrd-ctr {
    min-height: 480px;
  }
}
@media only screen and (min-width : 576px) {
  .home .row.featured .bkgrd-ctr {
    min-height: 576px;
  }
}
.home .row.premier-amenities .bkgrd-ctr {
  background-image: url("../images/pages/home/premier-amenities.jpg");
}
.home .row.brmc .bkgrd-ctr {
  background-image: url("../images/pages/home/best-of-the-best.jpg");
}
.home .row.calendar .bkgrd-ctr {
  background-image: url("https://blueridgemountainclub.com/wp-content/uploads/2020/07/home-events-img.jpg");
}
@media only screen and (min-width : 320px) {
  .home .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/home/banner-image-480.jpg");
    min-height: 320px;
  }
}
@media only screen and (min-width : 480px) {
  .home .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/home/banner-image-576.jpg");
    min-height: 480px;
  }
}
@media only screen and (min-width : 576px) {
  .home .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/home/banner-image-768.jpg");
    min-height: 576px;
  }
}
@media only screen and (min-width : 768px) {
  .home .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/home/banner-image-992.jpg");
  }
}
@media only screen and (min-width : 992px) {
  .home .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/home/banner-image-992.jpg");
  }
}

.home.bw-576 .row.main-video .bkgrd-ctr {
  background-size: 200% 100vh;
  background-position: 50% 69px !important;
}
.home.bw-992 .row.main-video .bkgrd-ctr {
  background-size: 100% 100vh;
  background-position: 50% 69px !important;
}

@media only screen and (min-width : 1200px) {
  .home .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/home/banner-image-1350.jpg");
  }
}
@media only screen and (min-width : 1350px) {
  .home .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/home/banner-image-1500.jpg");
  }
}
@media only screen and (min-width : 1500px) {
  .home .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/home/banner-image-1650.jpg");
  }
}
@media only screen and (min-width : 1650px) {
  .home .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/home/banner-image-1800.jpg");
  }
}
@media only screen and (min-width : 1800px) {
  .home .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/home/banner-image-1920.jpg");
  }
}

.page-id-27 .row .hero-wrapper {
  background-image: url("../images/pages/about/about-banner.jpg");
}
@media only screen and (min-width : 320px) {
  .page-id-27 .row.mission .block--half {
    padding: 45px 15px;
  }
}
@media only screen and (min-width : 576px) {
  .page-id-27 .row.mission .block--half {
    padding: 75px 25px;
  }
}
@media only screen and (min-width : 1200px) {
  .page-id-27 .row.mission .block--half {
    padding: 120px 45px;
  }
}
@media only screen and (min-width : 1650px) {
  .page-id-27 .row.mission .block--half {
    padding: 250px 85px 185px;
  }
}
.page-id-27 .row.mission .bkgrd-ctr {
  background-image: url("../images/pages/about/our-mission.jpg");
}
@media only screen and (min-width : 320px) {
  .page-id-27 .row.mission .bkgrd-ctr {
    min-height: 320px;
  }
}
@media only screen and (min-width : 320px) {
  .page-id-27 .row.place .block--half {
    padding: 45px 15px;
  }
}
@media only screen and (min-width : 576px) {
  .page-id-27 .row.place .block--half {
    padding: 75px 25px;
  }
}
@media only screen and (min-width : 1200px) {
  .page-id-27 .row.place .block--half {
    padding: 120px 45px;
  }
}
@media only screen and (min-width : 1650px) {
  .page-id-27 .row.place .block--half {
    padding: 150px 85px;
  }
}
@media only screen and (min-width : 320px) {
  .page-id-27 .row.place .block--half .signature {
    padding: 0 0 20px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .page-id-27 .row.place .block--half .signature {
    padding: 20px 0 30px;
  }
}
@media only screen and (min-width : 1650px) {
  .page-id-27 .row.place .block--half .signature {
    padding: 20px 0 50px;
  }
}
.page-id-27 .row.place .bkgrd-ctr {
  background-image: url("../images/pages/about/testimonial-marilyn-steve.jpg");
}
@media only screen and (min-width : 320px) {
  .page-id-27 .row.place .bkgrd-ctr {
    min-height: 320px;
  }
}
.page-id-30 .hero-wrapper {
  background-image: url("../images/pages/location/refresh-location-banner.jpg");
}
.page-id-30 .description {
  background: #efefed;
}

.page-id-33 .hero-wrapper {
  background-image: url("../images/pages/brmc-life/brmc-banner.jpg");
  padding-bottom: 120px;
}

.page-id-7827 .hero-wrapper {
  background-image: url("../images/pages/discovery-tour/discovery-banner.jpg");
}
@media only screen and (max-width : 768px) {
  .page-id-7827 .hero-wrapper {
    padding: 100px 30px;
  }
}
@media only screen and (max-width : 992px) {
  .page-id-7827 .hero-wrapper {
    padding: 150px 30px;
    height: auto;
  }
}
@media only screen and (min-width : 320px) {
  .page-id-7827 .hero-wrapper {
    background-size: cover;
  }
}
.page-id-7827 .description {
  padding-bottom: 0;
}
@media only screen and (min-width : 320px) {
  .page-id-7827 .description__sub-title {
    padding: 0;
  }
}
@media only screen and (min-width : 1650px) {
  .page-id-7827 .description__sub-title {
    padding: 0 325px;
  }
}

@media only screen and (min-width : 320px) {
  .blog .custom-border {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 768px) {
  .blog .custom-border {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .blog .custom-border {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width : 1200px) {
  .blog .custom-border {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width : 320px) {
  .post-type-archive-events .description {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width : 768px) {
  .post-type-archive-events .description {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width : 1200px) {
  .post-type-archive-events .description {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width : 1650px) {
  .post-type-archive-events .description {
    padding-bottom: 120px;
  }
}
.post-type-archive-events .pagination {
  margin-bottom: 110px;
}
@media only screen and (min-width : 320px) {
  .post-type-archive-events .pagination {
    margin-left: 0;
  }
}
@media only screen and (min-width : 1200px) {
  .post-type-archive-events .pagination {
    margin-left: -15px;
  }
}
.post-type-archive-events .hero-wrapper {
  background-image: url("../images/events-banner_new.jpg");
}
.post-type-archive-events .hero-wrapper .btn, .post-type-archive-events .hero-wrapper .main-menu .menu-item.schedule-tour, .main-menu .post-type-archive-events .hero-wrapper .menu-item.schedule-tour, .post-type-archive-events .hero-wrapper ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .post-type-archive-events .hero-wrapper .schedule-tour {
  position: absolute;
}
@media only screen and (min-width : 320px) {
  .post-type-archive-events .hero-wrapper .btn, .post-type-archive-events .hero-wrapper .main-menu .menu-item.schedule-tour, .main-menu .post-type-archive-events .hero-wrapper .menu-item.schedule-tour, .post-type-archive-events .hero-wrapper ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .post-type-archive-events .hero-wrapper .schedule-tour {
    bottom: 15px;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media only screen and (min-width : 768px) {
  .post-type-archive-events .hero-wrapper .btn, .post-type-archive-events .hero-wrapper .main-menu .menu-item.schedule-tour, .main-menu .post-type-archive-events .hero-wrapper .menu-item.schedule-tour, .post-type-archive-events .hero-wrapper ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .post-type-archive-events .hero-wrapper .schedule-tour {
    bottom: 0;
    transform: none;
    left: auto;
    right: 0;
  }
}
.post-type-archive-testimonials .hero-wrapper {
  background-image: url("https://blueridgemountainclub.com/wp-content/uploads/2020/07/testimonials-banner1.jpeg");
}

@media (max-width: 981px){
    .post-type-archive-testimonials .hero-wrapper {
      background-image: url("https://blueridgemountainclub.com/wp-content/uploads/2020/07/testimonials-mobile.jpg");
    }
}
.post-type-archive-testimonials .footer__navbar {
  margin-top: -4px;
}

@media only screen and (min-width : 320px) {
  .page-id-7834 .description {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width : 768px) {
  .page-id-7834 .description {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .page-id-7834 .description {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width : 1200px) {
  .page-id-7834 .description {
    padding-bottom: 60px;
  }
}
.page-id-7834 .hero-wrapper {
  background-image: url("../images/pages/gallery/gallery-banner.jpg");
}

@media only screen and (min-width : 320px) {
  .page-id-7831 .description {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width : 768px) {
  .page-id-7831 .description {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .page-id-7831 .description {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width : 1200px) {
  .page-id-7831 .description {
    padding-bottom: 60px;
  }
}
.page-id-7831 .hero-wrapper {
  background-image: url("../images/pages/careers/careers-banner.jpg");
}

.page-id-7844 .hero-wrapper {
  background-image: url("../images/outdoor-adventure-banner_new.jpg");
}

@media only screen and (min-width : 320px) {
  .page-id-7847 .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/amenities/banner-image-480.jpg");
    min-height: 320px;
  }
}
@media only screen and (min-width : 480px) {
  .page-id-7847 .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/amenities/banner-image-576.jpg");
    min-height: 480px;
  }
}
@media only screen and (min-width : 576px) {
  .page-id-7847 .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/amenities/banner-image-768.jpg");
    min-height: 576px;
  }
}
@media only screen and (min-width : 768px) {
  .page-id-7847 .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/amenities/banner-image-992.jpg");
  }
}
@media only screen and (min-width : 992px) {
  .page-id-7847 .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/amenities/banner-image-1200.jpg");
  }
}
@media only screen and (min-width : 1200px) {
  .page-id-7847 .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/amenities/banner-image-1350.jpg");
  }
}
@media only screen and (min-width : 1350px) {
  .page-id-7847 .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/amenities/banner-image-1500.jpg");
  }
}
@media only screen and (min-width : 1500px) {
  .page-id-7847 .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/amenities/banner-image-1650.jpg");
  }
}
@media only screen and (min-width : 1650px) {
  .page-id-7847 .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/amenities/banner-image-1800.jpg");
  }
}
@media only screen and (min-width : 1800px) {
  .page-id-7847 .row.main-video .bkgrd-ctr {
    background-image: url("../images/pages/amenities/banner-image-1920.jpg");
  }
}
.page-id-7847 .main-video__overlay {
  background-image: url("../images/pages/amenities/amenities-banner-video.jpg");
}

@media only screen and (min-width : 320px) {
  .page-id-7851 .quotation-wrapper {
    padding: 25px;
  }
}
@media only screen and (min-width : 1200px) {
  .page-id-7851 .quotation-wrapper {
    padding: 95px;
  }
}
.page-id-7851 .hero-wrapper {
  background-image: url("../images/pages/book-event/book-event-banner.jpg");
}
.page-id-7851 .description a {
  font-size: 18px;
  line-height: 37px;
  color: #231f20;
  font-weight: bold;
}

.slider-wrapper {
  margin: 0;
}
.slider-wrapper:not(.testimonial-img) {
  background: #efefed url("../images/pages/home/testimonial-background.jpg") no-repeat left bottom;
}
@media only screen and (min-width : 320px) {
  .slider-wrapper:not(.testimonial-img) {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width : 768px) {
  .slider-wrapper:not(.testimonial-img) {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media only screen and (min-width : 1200px) {
  .slider-wrapper:not(.testimonial-img) {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media only screen and (min-width : 1500px) {
  .slider-wrapper:not(.testimonial-img) {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width : 1800px) {
  .slider-wrapper:not(.testimonial-img) {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.slider-wrapper .slide__title {
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width : 320px) {
  .slider-wrapper .slide__title {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
  }
}
@media only screen and (min-width : 1200px) {
  .slider-wrapper .slide__title {
    font-size: 24px;
    letter-spacing: 0.3em;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 1500px) {
  .slider-wrapper .slide__title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width : 1800px) {
  .slider-wrapper .slide__title {
    font-size: 28px;
    letter-spacing: 0.6em;
    margin-bottom: 90px;
  }
}
.slider-wrapper .slick-arrow {
  height: 35px;
  width: 17px;
  border: none;
  z-index: 5;
  cursor: pointer;
}
.slider-wrapper .slick-arrow:before {
  content: none;
}
.slider-wrapper .slick-prev {
  background-image: url("../images/pages/home/arrow-left.png");
}
@media only screen and (min-width : 320px) {
  .slider-wrapper .slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width : 992px) {
  .slider-wrapper .slick-prev {
    left: 50px;
  }
}
@media only screen and (min-width : 1650px) {
  .slider-wrapper .slick-prev {
    left: 100px;
  }
}
.slider-wrapper .slick-next {
  background-image: url("../images/pages/home/arrow-right.png");
}
@media only screen and (min-width : 320px) {
  .slider-wrapper .slick-next {
    right: 10px;
  }
}
@media only screen and (min-width : 992px) {
  .slider-wrapper .slick-next {
    right: 50px;
  }
}
@media only screen and (min-width : 1650px) {
  .slider-wrapper .slick-next {
    right: 100px;
  }
}
.slider-wrapper .slick-list {
  border: none;
}

.slide {
  height: inherit;
  border: none;
}

.slide.cycle-slide img {
  display: block;
}

@media only screen and (min-width : 320px) {
  .testimonial-img {
    min-height: 480px;
  }
}
@media only screen and (min-width : 480px) {
  .testimonial-img {
    min-height: 576px;
  }
}
@media only screen and (min-width : 576px) {
  .testimonial-img {
    min-height: 768px;
  }
}
@media only screen and (min-width : 768px) {
  .testimonial-img {
    min-height: 480px;
  }
}
.testimonial-img,
.slick-list,
.slick-track {
  height: 100%;
}
.testimonial-content .slide {
  font-family: "Playfair Display", sans-serif;
}
@media only screen and (min-width : 320px) {
  .testimonial-content .slide {
    padding: 0 45px;
  }
}
@media only screen and (min-width : 768px) {
  .testimonial-content .slide {
    padding: 0 85px;
  }
}
@media only screen and (min-width : 1650px) {
  .testimonial-content .slide {
    padding: 0 135px;
  }
}
.testimonial-content .slide__theme {
  color: #c85730;
}
@media only screen and (min-width : 320px) {
  .testimonial-content .slide__theme {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1200px) {
  .testimonial-content .slide__theme {
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 20px;
  }
}
.testimonial-content .slide__text {
  font-style: italic;
}
@media only screen and (min-width : 320px) {
  .testimonial-content .slide__text {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width : 992px) {
  .testimonial-content .slide__text {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 1650px) {
  .testimonial-content .slide__text {
    margin-bottom: 40px;
  }
}
.testimonial-content .slide__text,
.testimonial-content .slide .signature {
  color: #231f20;
}
@media only screen and (min-width : 320px) {
  .testimonial-content .slide__text,
.testimonial-content .slide .signature {
    line-height: 24px;
    font-size: 14px;
    padding: 0;
  }
}
@media only screen and (min-width : 768px) {
  .testimonial-content .slide__text,
.testimonial-content .slide .signature {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width : 1200px) {
  .testimonial-content .slide__text,
.testimonial-content .slide .signature {
    line-height: 32px;
    font-size: 18px;
  }
}
@media only screen and (min-width : 1650px) {
  .testimonial-content .slide__text,
.testimonial-content .slide .signature {
    line-height: 37px;
    font-size: 22px;
  }
}
.testimonial-content .slide .signature {
  color: #988b65;
  font-weight: bold;
  margin: 0 auto;
}

@media only screen and (min-width : 320px) {
  .blog .hero-wrapper {
    padding-top: 120px;
  }
}
@media only screen and (min-width : 1200px) {
  .blog .custom-offset,
.single .custom-offset {
    margin: 0 100px;
  }
}
@media only screen and (min-width : 1650px) {
  .blog .custom-offset,
.single .custom-offset {
    margin: 0 150px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog .custom-offset,
.single .custom-offset {
    width: 100%;
  }
}
@media only screen and (-ms-high-contrast: active) and (min-width : 320px), only screen and (-ms-high-contrast: none) and (min-width : 320px) {
  .blog .custom-offset,
.single .custom-offset {
    margin: 0;
  }
}
@media only screen and (-ms-high-contrast: active) and (min-width : 1200px), only screen and (-ms-high-contrast: none) and (min-width : 1200px) {
  .blog .custom-offset,
.single .custom-offset {
    padding: 0 100px;
  }
}
@media only screen and (-ms-high-contrast: active) and (min-width : 1650px), only screen and (-ms-high-contrast: none) and (min-width : 1650px) {
  .blog .custom-offset,
.single .custom-offset {
    padding: 0 150px;
  }
}

.error404 .hero-wrapper {
  padding-top: 120px;
}
@media only screen and (min-width : 320px) {
  .error404 .hero-wrapper .description__sub-title {
    color: #ffffff;
  }
}
@media only screen and (min-width : 992px) {
  .error404 .hero-wrapper .description__sub-title {
    color: #3f3d36;
  }
}
.error404 .hero-wrapper .description__sub-title span {
  display: block;
}
@media only screen and (min-width : 320px) {
  .error404 .hero-wrapper .description__body {
    padding-bottom: 35px;
    color: #ffffff;
  }
}
@media only screen and (min-width : 992px) {
  .error404 .hero-wrapper .description__body {
    padding-bottom: 0;
    color: #3f3d36;
  }
}
.error404 .hero-wrapper .btn, .error404 .hero-wrapper .main-menu .menu-item.schedule-tour, .main-menu .error404 .hero-wrapper .menu-item.schedule-tour, .error404 .hero-wrapper ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .error404 .hero-wrapper .schedule-tour {
  width: 100%;
  justify-content: center;
}
.error404 .hero-wrapper .row:nth-child(2) {
  padding-bottom: 50px;
}

.btn, .main-menu .menu-item.schedule-tour, ul:not(.mm-listview) .schedule-tour {
  cursor: pointer;
  display: block;
  background: none;
  border: none;
}
.btn.btn-default, .main-menu .menu-item.schedule-tour, ul:not(.mm-listview) .schedule-tour {
  display: inline-flex;
  align-items: center;
  height: 60px;
  background-color: #c85730;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  border-radius: unset;
  letter-spacing: 3px;
}
@media only screen and (min-width : 320px) {
  .btn.btn-default, .main-menu .menu-item.schedule-tour, ul:not(.mm-listview) .schedule-tour {
    padding: 0 25px;
  }
}
@media only screen and (min-width : 1200px) {
  .btn.btn-default, .main-menu .menu-item.schedule-tour, ul:not(.mm-listview) .schedule-tour {
    padding: 0 40px;
  }
}
.btn.btn-default:before, .main-menu .menu-item.schedule-tour:before, ul:not(.mm-listview) .schedule-tour:before, .btn.btn-default:after, .main-menu .menu-item.schedule-tour:after, ul:not(.mm-listview) .schedule-tour:after {
  background: url("../images/button-arrow.png") no-repeat;
  display: block;
  height: 16px;
  width: 11px;
}
.btn.btn-default:before, .main-menu .menu-item.schedule-tour:before, ul:not(.mm-listview) .schedule-tour:before {
  content: none;
  margin-right: 10px;
}
.btn.btn-default:after, .main-menu .menu-item.schedule-tour:after, ul:not(.mm-listview) .schedule-tour:after {
  content: "";
}
@media only screen and (min-width : 320px) {
  .btn.btn-default:after, .main-menu .menu-item.schedule-tour:after, ul:not(.mm-listview) .schedule-tour:after {
    margin-left: 10px;
  }
}
@media only screen and (min-width : 1500px) {
  .btn.btn-default:after, .main-menu .menu-item.schedule-tour:after, ul:not(.mm-listview) .schedule-tour:after {
    margin-left: 20px;
  }
}
.btn.btn-default.prev:after, .main-menu .prev.menu-item.schedule-tour:after, ul:not(.mm-listview) .prev.schedule-tour:after {
  content: none;
}
.btn.btn-default.prev:before, .main-menu .prev.menu-item.schedule-tour:before, ul:not(.mm-listview) .prev.schedule-tour:before {
  content: "";
  transform: rotate(180deg);
}

.btn-inline {
  margin-top: 20px;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  height: 55px;
  background-color: #321306;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  border: none;
  color: #F3EAD5;
  border-radius: unset;
  letter-spacing: 3px;
  padding: 0 10px;
}

/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Desktop */
/*==========  Non-Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
#menu-upper-deck-left .uppercase {
  text-transform: uppercase;
}
@media only screen and (min-width : 992px) {
  #menu-upper-deck-left .mobile {
    display: none;
  }
}
@media only screen and (min-width : 320px) {
  #menu-upper-deck-left .desktop {
    display: none;
  }
}
@media only screen and (min-width : 992px) {
  #menu-upper-deck-left .desktop {
    display: block;
  }
}
.top-header {
  background: #c75833;
  color: #e1dcc5;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding-left: 35px;
}
@media only screen and (min-width : 320px) {
  .top-header {
    font-size: 14px;
    height: 32px;
  }
}
@media only screen and (min-width : 768px) {
  .top-header {
    font-size: 16px;
  }
}
@media only screen and (min-width : 1200px) {
  .top-header {
    font-size: 24px;
    height: 52px;
  }
}
.top-header .navbar-nav {
  display: flex;
  height: 100%;
}
.top-header .menu-item {
  margin-right: 15px;
}
.top-header .menu-item:first-child {
  margin-right: 20px;
}
.top-header__social {
  margin-left: 25px;
}
.top-header .marker {
  background: #e7e2ca;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (min-width : 320px) {
  .top-header .marker {
    font-size: 18px;
    height: 32px;
  }
}
@media only screen and (min-width : 1200px) {
  .top-header .marker {
    font-size: 22px;
    height: 52px;
  }
}
@media only screen and (max-width : 992px) {
  .top-header .marker {
    width: 100%;
  }
}
.top-header .marker .nav-link {
  color: #4c4633;
  display: flex;
  width: 100%;
  align-items: center;
  letter-spacing: 0.04em;
}
@media only screen and (min-width : 320px) {
  .top-header .marker .nav-link {
    line-height: 32px;
  }
}
@media only screen and (min-width : 480px) {
  .top-header .marker .nav-link {
    justify-content: center;
  }
}
@media only screen and (min-width : 992px) {
  .top-header .marker .nav-link {
    padding: 0 95px 0 105px;
  }
}
@media only screen and (min-width : 1200px) {
  .top-header .marker .nav-link {
    line-height: 52px;
  }
}
.top-header .marker .nav-link:after {
  content: "";
  background: url("../images/map-pin.png");
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 320px) {
  .top-header .marker .nav-link:after {
    margin-left: 10px;
    height: 16px;
    width: 12px;
  }
}
@media only screen and (min-width : 1200px) {
  .top-header .marker .nav-link:after {
    margin-left: 20px;
    height: 25px;
    width: 19px;
  }
}
.top-header .marker svg {
  margin-left: 15px;
}
.top-header a {
  color: #e1dcc5;
}
@media only screen and (min-width : 320px) {
  .top-header a {
    padding: 0.15rem 1rem;
  }
}
@media only screen and (min-width : 1200px) {
  .top-header a {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (max-width : 480px) {
  .top-header .navbar-nav {
    justify-content: space-between;
  }
}
@media only screen and (max-width : 768px) {
  .top-header {
    height: initial;
    padding: 0;
  }
  .top-header .navbar-nav {
    justify-content: space-around;
    width: 100%;
  }
  .top-header .navbar-nav .menu-item {
    margin: 0;
    display: flex;
  }
  .top-header .marker.menu-item {
    width: 100%;
  }
  .top-header .marker .nav-link {
    padding: 0 15px;
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width : 1200px) {
  .top-header .navbar-nav .menu-item {
    display: flex;
    align-items: center;
  }
}

.social {
  display: flex;
}
.social__item {
  margin-right: 15px;
}

.top-sidebar {
  height: 120px;
  background: rgba(43, 33, 17, 0.95);
  z-index: 100;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width : 1200px) {
  .top-sidebar {
    height: 85px;
  }
}
@media only screen and (max-width : 768px) {
  .top-sidebar {
    display: flex;
    height: 80px;
  }
}
@media only screen and (max-width : 480px) {
  .top-sidebar > img {
    display: none !important;
  }
}

.top-bar {
  position: relative;
  z-index: 10;
  background-color: transparent !important;
}

.main-menu {
  font-family: "Open Sans", sans-serif;
  height: 100%;
}
.main-menu .navbar-nav {
  height: 100%;
}
@media only screen and (min-width : 320px) {
  .main-menu {
    font-size: 14px;
  }
}
@media only screen and (min-width : 1200px) {
  .main-menu {
    font-size: 16px;
  }
}
@media only screen and (min-width : 1650px) {
  .main-menu {
    font-size: 18px;
  }
}
.main-menu .menu-item {
  margin-left: 25px;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.main-menu .menu-item .nav-link {
  color: #e1dcc5;
  padding: 0;
}
@media only screen and (min-width : 320px) {
  .main-menu .menu-item.schedule-tour {
    padding: 0 20px;
  }
}
@media only screen and (min-width : 1650px) {
  .main-menu .menu-item.schedule-tour {
    padding: 0 60px;
  }
}
.main-menu .menu-item.schedule-tour.current-menu-item .nav-link {
  color: #e1dcc5;
}
.main-menu .current-menu-item .nav-link {
  color: #c85730;
}

@media only screen and (min-width : 320px) {
  .description {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width : 768px) {
  .description {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width : 992px) {
  .description {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width : 1200px) {
  .description {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width : 320px) {
  .description .custom-border {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 768px) {
  .description .custom-border {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .description .custom-border {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width : 1650px) {
  .description .custom-border {
    margin-bottom: 90px;
  }
}
.description__title {
  font-family: "Open Sans", sans-serif;
  color: #cc633f;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width : 320px) {
  .description__title {
    margin-bottom: 22px;
    letter-spacing: 0.1em;
    font-size: 20px;
    font-weight: 600;
  }
}
@media only screen and (min-width : 768px) {
  .description__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .description__title {
    font-size: 20px;
    font-weight: 600;
  }
}
@media only screen and (min-width : 1200px) {
  .description__title {
    letter-spacing: 0.2em;
  }
}
@media only screen and (min-width : 1350px) {
  .description__title {
    font-size: 20px;
    font-weight: 600;
  }
}
@media only screen and (min-width : 1650px) {
  .description__title {
    font-size: 20px;
    margin-bottom: 63px;
  }
}
@media only screen and (min-width : 320px) {
  .description__title.minor {
    line-height: 24px;
    font-size: 16px;
  }
}
@media only screen and (min-width : 768px) {
  .description__title.minor {
    line-height: 30px;
    font-size: 18px;
  }
}
@media only screen and (min-width : 1350px) {
  .description__title.minor {
    line-height: 42px;
    font-size: 24px;
  }
}
@media only screen and (min-width : 1650px) {
  .description__title.minor {
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width : 320px) {
  .description__title.minor span {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (min-width : 768px) {
  .description__title.minor span {
    font-size: 26px;
    line-height: 40px;
  }
}
@media only screen and (min-width : 1200px) {
  .description__title.minor span {
    font-size: 52px;
    line-height: 58px;
  }
}
.description__sub-title {
  font-family: "Playfair Display", sans-serif;
  display: block;
  text-transform: none;
  color: #3f3d36;
  letter-spacing: initial;
  font-weight: 400;
}
@media only screen and (min-width : 320px) {
  .description__sub-title {
    font-size: 24px;
    line-height: 26px;
    margin-top: 5px;
  }
}
@media only screen and (min-width : 768px) {
  .description__sub-title {
    font-size: 32px;
    line-height: 34px;
  }
}
@media only screen and (min-width : 992px) {
  .description__sub-title {
    font-size: 46px;
    line-height: 48px;
  }
}
@media only screen and (min-width : 1350px) {
  .description__sub-title {
    font-size: 52px;
    line-height: 54px;
  }
}
@media only screen and (min-width : 1650px) {
  .description__sub-title {
    font-size: 60px;
    line-height: 62px;
  }
}
.description__body {
  font-family: "Playfair Display", sans-serif;
  color: #231f20;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width : 320px) {
  .description__body {
    padding: 0;
  }
}
@media only screen and (min-width : 1650px) {
  .description__body {
    padding: 0 120px;
  }
}
@media only screen and (min-width : 320px) {
  .description__body + .description__body {
    margin-top: 5px;
  }
}
@media only screen and (min-width : 768px) {
  .description__body + .description__body {
    margin-top: 15px;
  }
}
@media only screen and (min-width : 1200px) {
  .description__body + .description__body {
    margin-top: 30px;
  }
}
@media only screen and (min-width : 1650px) {
  .description__body + .description__body {
    margin-top: 50px;
  }
}
.description--dark {
  background-color: #efefed;
}

.featured__title {
  font-family: "Playfair Display", sans-serif;
  color: #ffffff;
  background: #c75833;
  display: flex;
}
@media only screen and (min-width : 320px) {
  .featured__title {
    letter-spacing: 0.3em;
    font-size: 14px;
    padding: 15px 0;
  }
}
@media only screen and (min-width : 576px) {
  .featured__title {
    font-size: 18px;
    padding: 20px 0;
  }
}
@media only screen and (min-width : 768px) {
  .featured__title {
    font-size: 22px;
    padding: 25px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .featured__title {
    letter-spacing: 0.6em;
    font-size: 32px;
    padding: 30px 0;
  }
}
.featured__title p {
  margin: 0;
}
.featured__title.lookout {
  display: block;
}
.featured__title.lookout p:nth-of-type(2) {
  font-size: 2em;
  line-height: initial;
  letter-spacing: 0;
}
.featured__title.lookout p:nth-of-type(3) {
  letter-spacing: 0;
  font-style: italic;
  font-size: 1em;
}
@media only screen and (min-width : 320px) {
  .featured__content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width : 768px) {
  .featured__content {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media only screen and (min-width : 1200px) {
  .featured__content {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width : 1650px) {
  .featured__content .btn, .featured__content ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .featured__content .schedule-tour, .featured__content .main-menu .menu-item.schedule-tour, .main-menu .featured__content .menu-item.schedule-tour {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width : 320px) {
  .featured .description__title {
    margin-top: 0;
  }
}
@media only screen and (min-width : 1650px) {
  .featured .description__title {
    margin-bottom: 25px;
    margin-top: 75px;
  }
}
.featured .description__body {
  margin-bottom: 35px;
}

.just-released__content {
  padding-top: 80px;
  padding-bottom: 400px;
  background: url("../images/pages/home/brmc-lookout-ridge-home-bg.jpg") center/cover;
}
.just-released__content .description__sub-title {
  font-size: 1.5em !important;
  color: #c75833;
}
.just-released__content p {
  color: #231f20;
}

@media only screen and (min-width : 320px) {
  .premier-amenities__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width : 768px) {
  .premier-amenities__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width : 1200px) {
  .premier-amenities__content {
    padding-top: 180px;
    padding-bottom: 90px;
  }
}
.premier-amenities .block__title {
  margin-bottom: 20px;
}
.premier-amenities .block__description {
  margin-bottom: 33px;
}

.brmc__content {
  padding: 225px 0 195px;
}
@media only screen and (max-width : 768px) {
  .brmc__content {
    padding: 40px 0;
  }
}
.brmc .block__title {
  margin-bottom: 0;
}

@media only screen and (min-width : 320px) {
  .calendar .bkgrd-ctr {
    min-height: 315px;
  }
}
@media only screen and (min-width : 320px) {
  .calendar__content {
    padding: 25px 15px;
  }
}
@media only screen and (min-width : 768px) {
  .calendar__content {
    padding: 40px 25px;
  }
}
@media only screen and (min-width : 992px) {
  .calendar__content {
    padding: 50px 25px;
  }
}
@media only screen and (min-width : 1200px) {
  .calendar__content {
    padding: 85px 30px;
  }
}
@media only screen and (min-width : 1350px) {
  .calendar__content {
    padding: 125px 50px 100px;
  }
}
@media only screen and (min-width : 1500px) {
  .calendar__content {
    padding: 175px 70px 110px;
  }
}
@media only screen and (min-width : 1200px) {
  .calendar .description__title {
    margin-bottom: 30px;
  }
}
.calendar .description__body {
  margin-bottom: 35px;
}

#videoModal,
#video_modal {
  top: calc(50% - 422px);
}

.main-video {
  position: relative;
  overflow: hidden;
  height: auto;
}
.main-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
}
.main-video__overlay--fade {
  display: none !important;
}
@media only screen and (min-width : 320px) {
  .main-video_logo {
    margin: 0;
    width: 15%;
  }
}
@media only screen and (min-width : 576px) {
  .main-video_logo {
    width: 20%;
  }
}
@media only screen and (min-width : 1200px) {
  .main-video_logo {
    width: auto;
  }
}
@media only screen and (min-width : 1650px) {
  .main-video_logo {
    margin-top: 90px;
    margin-bottom: 65px;
  }
}
.main-video__action {
  cursor: pointer;
}
@media only screen and (min-width : 320px) {
  .main-video__action {
    width: 75px !important;
  }
}
@media only screen and (min-width : 992px) {
  .main-video__action {
    width: auto !important;
  }
}
.main-video__description {
  font-family: "Playfair Display", sans-serif;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width : 320px) {
  .main-video__description {
    letter-spacing: 0.1em;
    font-size: 10px;
  }
}
@media only screen and (min-width : 480px) {
  .main-video__description {
    font-size: 12px;
  }
}
@media only screen and (min-width : 576px) {
  .main-video__description {
    letter-spacing: 0.2em;
    font-size: 16px;
  }
}
@media only screen and (min-width : 768px) {
  .main-video__description {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .main-video__description {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (min-width : 1650px) {
  .main-video__description {
    letter-spacing: 0.6em;
    line-height: 120px;
    font-size: 38px;
  }
}
.main-video__box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.main-video__box.no-video {
  padding-bottom: 50%;
}
.main-video__box iframe,
.main-video__box object,
.main-video__box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-video--vimeo-wrapper {
  position: relative;
  margin: 0 -15px;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}

.footer__form {
  background-color: #c9582c;
}
@media only screen and (min-width : 320px) {
  .footer__form {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width : 576px) {
  .footer__form .align-self-center {
    display: inline-block;
    text-align: center;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width : 576px) {
  .footer__form .align-self-center .circle-img {
    display: inline;
    max-width: 50%;
  }
}
.footer__form-title {
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  padding-bottom: 10px;
}
@media only screen and (min-width : 320px) {
  .footer__form-title {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  .footer__form-title {
    font-size: 22px;
  }
}
@media only screen and (min-width : 1200px) {
  .footer__form-title {
    font-size: 25px;
  }
}
.footer__about {
  background-color: #4e4a41;
}
@media only screen and (max-width : 576px) {
  .footer__about {
    padding: 0;
  }
}
@media only screen and (min-width : 320px) {
  .footer__about .contact__block {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width : 768px) {
  .footer__about .contact__block {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.footer__about-title {
  font-family: "Playfair Display", sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #c75833;
}
.footer__about-description {
  font-family: "Playfair Display", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #c2bbac;
}
.footer__navbar {
  background: #4e4a41;
}
@media only screen and (min-width : 1500px) {
  .footer__navbar {
    height: 240px;
  }
}
@media only screen and (min-width : 1200px) {
  .footer__navbar .offset-flatten {
    padding: 0 125px;
  }
}
@media only screen and (min-width : 1350px) {
  .footer__navbar .offset-flatten {
    padding: 0 150px;
  }
}
@media only screen and (min-width : 1500px) {
  .footer__navbar .offset-flatten {
    padding: 0;
    margin-left: 0;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.footer__navbar .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
@media only screen and (min-width : 320px) {
  .footer__navbar .navbar-nav {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width : 1500px) {
  .footer__navbar .navbar-nav {
    flex-wrap: initial;
  }
}
@media only screen and (min-width : 320px) {
  .footer__navbar .menu-item {
    display: block;
    width: 100%;
    margin: 0px;
    text-align: center;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width : 576px) {
  .footer__navbar .menu-item {
    text-align: left;
    width: 50%;
  }
}
@media only screen and (min-width : 992px) {
  .footer__navbar .menu-item {
    width: 33%;
  }
}
@media only screen and (min-width : 1500px) {
  .footer__navbar .menu-item {
    padding-bottom: 0px;
    display: inline-block;
    width: auto;
  }
}
@media only screen and (min-width : 320px) {
  .footer__navbar .menu-item:first-child {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width : 1500px) {
  .footer__navbar .menu-item:first-child {
    height: auto;
    width: auto;
  }
}
@media only screen and (min-width : 320px) {
  .footer__navbar .menu-item:last-child {
    padding-bottom: 35px;
    width: 100%;
  }
}
@media only screen and (min-width : 768px) {
  .footer__navbar .menu-item:last-child {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width : 1500px) {
  .footer__navbar .menu-item:last-child {
    width: auto;
    padding-bottom: 0px;
  }
}
.footer__navbar .nav-link {
  letter-spacing: 0.25em;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: #e7e2ca;
}

.office__info {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Playfair Display", sans-serif;
  color: #c2bbac;
  margin-bottom: 5px;
}
.office__info-value {
  font-size: 20px;
  color: #fbfaf4;
  text-transform: none;
}

.names__box {
  background-color: #37342e;
}
@media only screen and (min-width : 1800px) {
  .names__box {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.names__box .bkgrd-ctr {
  width: 100%;
}
@media only screen and (min-width : 320px) {
  .names__box .bkgrd-ctr {
    background-image: url("../images/pages/home/footer-team-image-horizontal.jpg");
  }
}
@media only screen and (min-width : 576px) {
  .names__box .bkgrd-ctr {
    min-height: 145px;
  }
}
@media only screen and (min-width : 768px) {
  .names__box .bkgrd-ctr {
    min-height: 180px;
  }
}
@media only screen and (min-width : 992px) {
  .names__box .bkgrd-ctr {
    min-height: 250px;
  }
}
@media only screen and (min-width : 1350px) {
  .names__box .bkgrd-ctr {
    /*background-position: center 25%;*/
  }
}
@media only screen and (min-width : 1800px) {
  .names__box .bkgrd-ctr {
    background-image: url("../images/pages/home/footer-team-image-square.jpg");
  }
}
.names__box .row {
  width: 100%;
}
.names__title {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  color: #c75833;
  margin-bottom: 15px;
}
.names__info {
  padding: 50px 30px;
  width: 100%;
}
@media only screen and (max-width : 480px) {
  .names__info {
    width: 100%;
    display: block;
    position: relative;
  }
}
@media only screen and (max-width : 768px) {
  .names__info {
    padding: 25px 10px;
  }
}
.name {
  text-transform: uppercase;
  font-family: "Playfair Display", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #d87c3d;
  margin-bottom: 10px;
}

.contact {
  padding: 0;
  margin: 0;
}
.contact__item {
  color: #fdfcfc;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
  word-break: break-word;
}
@media only screen and (min-width : 576px) {
  .contact__item {
    font-size: 13px;
  }
}
@media only screen and (min-width : 768px) {
  .contact__item {
    font-size: 15px;
  }
}
@media only screen and (min-width : 992px) {
  .contact__item {
    font-size: 16px;
  }
}

.footer-menu .navbar-nav {
  display: inline;
}
.footer-menu .navbar-nav li {
  display: inline-block;
}
.footer-menu .navbar-nav .nav-link {
  color: #918259;
  padding: 25px;
}
@media only screen and (min-width : 320px) {
  .footer-menu .navbar-nav .nav-link {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1200px) {
  .footer-menu .navbar-nav .nav-link {
    font-size: 24px;
  }
}

.colophon_menu {
  display: inline;
  margin-bottom: 5px;
}
@media only screen and (min-width : 320px) {
  .colophon_menu ul {
    margin-top: 5px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width : 1200px) {
  .colophon_menu ul {
    margin-top: 25px;
  }
}
.colophon_menu ul li {
  display: inline-block;
  color: #c9582c;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (min-width : 320px) {
  .colophon_menu ul li {
    font-size: 0.75em;
    width: 100%;
    padding: 5px 0;
  }
}
@media only screen and (min-width : 576px) {
  .colophon_menu ul li {
    width: auto;
  }
}
@media only screen and (min-width : 1200px) {
  .colophon_menu ul li {
    font-size: 1em;
  }
}
@media only screen and (min-width : 320px) {
  .colophon_menu ul li a {
    padding: 0px 0px 0px 6px;
  }
}
@media only screen and (min-width : 576px) {
  .colophon_menu ul li a {
    padding: 5px 0px 5px 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .colophon_menu ul li a {
    padding: 5px 0px 5px 60px;
  }
}
.colophon_menu ul li a:after {
  content: "|";
}
@media only screen and (min-width : 320px) {
  .colophon_menu ul li a:after {
    display: none;
    padding: 0 0 0 6px;
  }
}
@media only screen and (min-width : 576px) {
  .colophon_menu ul li a:after {
    padding: 0 0 0 30px;
    display: inline-block;
  }
}
@media only screen and (min-width : 1200px) {
  .colophon_menu ul li a:after {
    padding: 0 0 0 60px;
  }
}
.colophon_menu ul li p {
  margin: 0;
}
@media only screen and (min-width : 320px) {
  .colophon_menu ul li:last-child a {
    padding: 0px;
  }
}
@media only screen and (min-width : 576px) {
  .colophon_menu ul li:last-child a {
    padding: 5px 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .colophon_menu ul li:last-child a {
    padding: 5px 60px;
  }
}
.colophon_menu ul li:last-child a:after {
  content: "";
  padding: 0;
}
.colophon_menu ul li a {
  text-transform: uppercase;
  color: #c9582c;
}
.colophon_menu .copyright {
  color: #918259;
  font-size: 0.85em;
}

.belong__content {
  background-image: url("../images/pages/about/you-belogns.jpg");
}
@media only screen and (min-width : 320px) {
  .belong__content {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width : 1200px) {
  .belong__content {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width : 320px) {
  .belong__content p {
    line-height: 24px;
    font-size: 14px;
    padding: 0 0 15px;
  }
}
@media only screen and (min-width : 768px) {
  .belong__content p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width : 1200px) {
  .belong__content p {
    line-height: 32px;
    font-size: 18px;
  }
}
@media only screen and (min-width : 1650px) {
  .belong__content p {
    padding: 0 85px 45px;
    line-height: 37px;
    font-size: 22px;
  }
}

.homes__content {
  background-image: url("../images/pages/about/home-extension.jpg");
}
@media only screen and (min-width : 320px) {
  .homes__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width : 768px) {
  .homes__content {
    padding-top: 120px;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width : 1200px) {
  .homes__content {
    padding-top: 240px;
    padding-bottom: 115px;
  }
}
@media only screen and (min-width : 320px) {
  .homes__content .block__description {
    padding: 0 0 30px;
  }
}
@media only screen and (min-width : 1650px) {
  .homes__content .block__description {
    padding: 0 150px 85px;
  }
}

.p__last {
  padding-bottom: 9px;
}

@media only screen and (min-width : 320px) {
  .tile__p {
    padding: 5px 0;
  }
}
@media only screen and (min-width : 992px) {
  .tile__p {
    padding: 9px;
  }
}
@media only screen and (min-width : 320px) {
  .tile__p__lt {
    padding: 5px 0;
  }
}
@media only screen and (min-width : 992px) {
  .tile__p__lt {
    padding: 9px 9px 9px 0;
  }
}
@media only screen and (min-width : 320px) {
  .tile__p__rt {
    padding: 5px 0;
  }
}
@media only screen and (min-width : 992px) {
  .tile__p__rt {
    padding: 9px 0 9px 9px;
  }
}
.tile__item {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.tile__item .hover-overlay {
  content: "";
  position: absolute;
  transition: background-color 0.5s;
  background-color: transparent;
}
@media only screen and (min-width : 320px) {
  .tile__item .hover-overlay {
    top: 5px;
    right: 0px;
    bottom: 5px;
    left: 0px;
  }
}
@media only screen and (min-width : 992px) {
  .tile__item .hover-overlay {
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
  }
}
.tile__item:hover .hover-overlay {
  background-color: rgba(201, 88, 44, 0.7);
}
@media only screen and (min-width : 320px) {
  .tile__p {
    padding: 5px 0;
  }
}
@media only screen and (min-width : 992px) {
  .tile__p {
    padding: 9px;
  }
}
@media only screen and (min-width : 320px) {
  .tile__p__lt {
    padding: 5px 0;
  }
}
@media only screen and (min-width : 992px) {
  .tile__p__lt {
    padding: 9px 9px 9px 0;
  }
}
.tile__p__lt .tile__item .hover-overlay {
  left: 0;
}
@media only screen and (min-width : 320px) {
  .tile__p__rt {
    padding: 5px 0;
  }
}
@media only screen and (min-width : 992px) {
  .tile__p__rt {
    padding: 9px 0 9px 9px;
  }
}
.tile__p__rt .tile__item .hover-overlay {
  right: 0;
}
.tile__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 102px;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  z-index: 1000;
}
@media only screen and (min-width : 320px) {
  .tile__title {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .tile__title {
    font-size: 32px;
  }
}
@media only screen and (min-width : 1650px) {
  .tile__title {
    font-size: 48px;
  }
}
.tile__title:hover {
  text-shadow: 0px 0px 30px #2e2e2e;
}
.tile__description {
  font-family: "Playfair Display", sans-serif;
  color: #231f20;
  font-style: italic;
}
@media only screen and (min-width : 320px) {
  .tile__description {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width : 768px) {
  .tile__description {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .tile__description {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (min-width : 1650px) {
  .tile__description {
    font-size: 22px;
    line-height: 37px;
  }
}
.tile__author {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  color: #988b65;
  text-align: right;
}
@media only screen and (min-width : 320px) {
  .tile__author {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width : 768px) {
  .tile__author {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .tile__author {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (min-width : 1650px) {
  .tile__author {
    font-size: 22px;
    line-height: 37px;
  }
}

@media only screen and (min-width : 320px) {
  .col-sm-6 .tile__item, .col-lg-5 .tile__item, .col-lg-6 .tile__item, .col-6 .tile__item, .col-12 .tile__item {
    min-height: 320px;
  }
}
@media only screen and (min-width : 768px) {
  .col-sm-6 .tile__item, .col-lg-5 .tile__item, .col-lg-6 .tile__item, .col-6 .tile__item, .col-12 .tile__item {
    min-height: 475px;
  }
}
@media only screen and (min-width : 320px) {
  .col-sm-4 .tile__item,
.col-lg-4 .tile__item {
    min-height: 320px;
  }
}
@media only screen and (min-width : 768px) {
  .col-sm-4 .tile__item,
.col-lg-4 .tile__item {
    min-height: 475px;
  }
}
@media only screen and (min-width : 1650px) {
  .col-sm-4 .tile__item,
.col-lg-4 .tile__item {
    min-height: 630px;
  }
}

@media only screen and (min-width : 320px) {
  .location__item .bkgrd-ctr {
    min-height: 320px;
  }
}
@media only screen and (min-width : 576px) {
  .location__item .bkgrd-ctr {
    min-height: 480px;
  }
}
@media only screen and (min-width : 992px) {
  .location__item .bkgrd-ctr {
    min-height: auto;
  }
}
.location__item .description__title {
  font-family: "Playfair Display", sans-serif;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media only screen and (min-width : 992px) {
  .location__item.even .mobile {
    display: none;
  }
}
@media only screen and (min-width : 320px) {
  .location__item.even .desktop {
    display: none;
  }
}
@media only screen and (min-width : 992px) {
  .location__item.even .desktop {
    display: block;
  }
}
@media only screen and (min-width : 320px) {
  .location__description {
    padding: 30px 15px;
  }
}
@media only screen and (min-width : 768px) {
  .location__description {
    padding: 40px 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .location__description {
    padding: 75px 45px;
  }
}
@media only screen and (min-width : 1650px) {
  .location__description {
    padding: 210px 90px;
  }
}
@media only screen and (min-width : 320px) {
  .location__description img {
    height: 75px;
  }
}
@media only screen and (min-width : 1200px) {
  .location__description img {
    height: 95px;
  }
}
@media only screen and (min-width : 1650px) {
  .location__description img {
    height: auto;
  }
}

.discovery-tour {
  height: 100%;
  font-family: "Playfair Display", sans-serif;
}
/* .discovery-tour__form {
  background: rgba(255, 255, 255, 0.3);
} */
@media only screen and (min-width : 320px) {
  .discovery-tour__form {
    padding: 1em;
  }
}
@media only screen and (min-width : 768px) {
  .discovery-tour__form {
    padding: 2em;
  }
}
@media only screen and (min-width : 992px) {
  .discovery-tour__form {
    padding: 12em 2em 4em;
  }
}
@media only screen and (min-width : 1650px) {
  .discovery-tour__form {
    padding: 3em;
  }
}
.discovery-tour__form .frm_forms.with_frm_style .frm_message h3, .discovery-tour__form .frm_forms.with_frm_style .frm_error_style h3 {
  font-size: 36px;
  line-height: 38px;
}
.discovery-tour__form .frm_forms.with_frm_style .frm_message p, .discovery-tour__form .frm_forms.with_frm_style .frm_error_style p {
  color: #ffffff;
  line-height: 22px;
}
.discovery-tour__form .frm_forms.with_frm_style .frm_error_style p {
  font-size: 24px;
  line-height: 36px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .discovery-tour__form > .row {
    width: 100%;
  }
}
.discovery-tour__title {
  font-size: 36px;
  line-height: 45px;
  font-family: "Playfair Display", sans-serif;
  color: #3e3e36;
}
.discovery-tour__description {
  font-size: 15px;
  line-height: 30px;
  font-family: "Playfair Display", sans-serif;
  color: #3e3e36;
}
.discovery-tour__description br {
  display: none;
}
.discovery-tour__description a {
  color: #3e3e36;
}
.discovery-tour .frm_forms {
  width: 100%;
}
.discovery-tour .frm_forms .form-field input {
  height: 56px;
  border-radius: unset;
  border: none;
}
.discovery-tour .frm_forms .frm_submit button {
  display: inline-flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  background: #c85730;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  border-radius: unset;
  letter-spacing: 0.12em;
  box-shadow: none;
}
.discovery-tour .frm_forms .frm_submit button:hover {
  background: #c85730;
  color: #ffffff;
}
@media only screen and (min-width : 320px) {
  .discovery-tour__tile {
    margin-top: 20px;
  }
}
@media only screen and (min-width : 768px) {
  .discovery-tour__tile {
    margin-top: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .discovery-tour__tile {
    margin-top: 40px;
  }
}
@media only screen and (min-width : 1200px) {
  .discovery-tour__tile {
    margin-top: 80px;
  }
}

.sidebar .frm_form_widget {
  background: #e7e7e5;
}
@media only screen and (min-width : 320px) {
  .sidebar .frm_form_widget {
    padding: 15px;
    margin-top: 10px;
  }
}
@media only screen and (min-width : 768px) {
  .sidebar .frm_form_widget {
    padding: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .sidebar .frm_form_widget {
    padding: 50px;
    margin-top: inherit;
  }
}
.sidebar .frm_form_widget .frm_message, .sidebar .frm_form_widget .frm_error_style {
  padding: 80px 0;
}
@media only screen and (min-width : 320px) {
  .sidebar .widget_text .h4, .sidebar .widget_recent_entries .h4, .sidebar .widget_categories .h4 {
    font-size: 28px;
    line-height: 32px;
  }
}
.sidebar .widget_text, .sidebar .frm_form_widget, .sidebar .widget_recent_entries, .sidebar .widget_categories {
  margin-bottom: 45px;
}
.sidebar .widget_text h2, .sidebar .frm_form_widget h2, .sidebar .widget_recent_entries h2, .sidebar .widget_categories h2 {
  font-family: "Playfair Display", sans-serif;
  font-size: 38px;
  line-height: 62px;
  color: #3f3d36;
}
.sidebar .widget_recent_entries ul li, .sidebar .widget_categories ul li {
  border-bottom: 1px dotted #231f20;
}
.sidebar .widget_recent_entries ul li a, .sidebar .widget_categories ul li a {
  font-family: "Playfair Display", sans-serif;
  font-size: 17px;
  line-height: 17px;
  display: block;
  padding: 15px 0;
  color: #231f20;
}
.sidebar .widget_recent_entries ul li a:hover, .sidebar .widget_categories ul li a:hover {
  text-decoration: none;
}
.sidebar .widget_recent_entries ul li:last-child, .sidebar .widget_categories ul li:last-child {
  border: none;
}

.custom_html-2 img {
  width: 100%;
}

@media only screen and (min-width : 320px) {
  .post-content .custom-border {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width : 768px) {
  .post-content .custom-border {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .post-content .custom-border {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width : 1200px) {
  .post-content .custom-border {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width : 1350px) {
  .post-content .custom-border {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width : 1200px) {
  .post-content .col-sm-8 {
    padding-right: 150px;
  }
}
.post-content #content {
  font-family: "Playfair Display", sans-serif;
  color: #37342e;
}
@media only screen and (min-width : 320px) {
  .post-content #content p {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width : 768px) {
  .post-content #content p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .post-content #content p {
    margin-bottom: 40px;
  }
}
.post-content #content a {
  color: #37342e;
}
.post-content #content a.btn-default, .post-content #content ul:not(.mm-listview) a.schedule-tour, ul:not(.mm-listview) .post-content #content a.schedule-tour, .post-content #content .main-menu a.menu-item.schedule-tour, .main-menu .post-content #content a.menu-item.schedule-tour {
  color: #ffffff;
}

@media only screen and (min-width : 320px) {
  .post-content #content h3 {
    font-size: 17px;
  }
}
@media only screen and (min-width : 1200px) {
  .post-content #content h3 {
    font-size: inherit;
  }
}

.post__item .col-12 {
  height: 100%;
}
@media only screen and (min-width : 320px) {
  .post__item .col-lg-6:nth-child(2) {
    padding: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .post__item .col-lg-6:nth-child(2) {
    padding: 0 15px;
  }
}
@media only screen and (min-width : 320px) {
  .post__item .bkgrd-ctr {
    min-height: 320px;
  }
}
@media only screen and (min-width : 768px) {
  .post__item .bkgrd-ctr {
    min-height: 500px;
  }
}
@media only screen and (min-width : 992px) {
  .post__item .bkgrd-ctr {
    min-height: 200px;
  }
}
@media only screen and (min-width : 320px) {
  .post__title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width : 768px) {
  .post__title {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width : 992px) {
  .post__title {
    line-height: 28px;
    margin-bottom: 35px;
  }
}
.post__link {
  font-family: "Open Sans", sans-serif;
  color: #c85730;
  text-transform: uppercase;
}
@media only screen and (min-width : 992px) {
  .post__link {
    font-size: 24px;
  }
}
.post__link:hover {
  color: #c85730;
}
.post__categories {
  font-family: "Playfair Display", sans-serif;
  font-size: 12px;
  color: #4e4a41;
  font-style: italic;
  margin-bottom: 30px;
}
.post__content {
  font-family: "Playfair Display", sans-serif;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}
.post__recent {
  height: 100%;
  font-family: "Playfair Display", sans-serif;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width : 320px) {
  .post__recent {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width : 768px) {
  .post__recent {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width : 320px) {
  .post__recent-title {
    font-size: 24px;
  }
}
@media only screen and (min-width : 768px) {
  .post__recent-title {
    font-size: 32px;
  }
}
@media only screen and (min-width : 992px) {
  .post__recent-title {
    font-size: 46px;
  }
}
@media only screen and (min-width : 1350px) {
  .post__recent-title {
    font-size: 52px;
  }
}
@media only screen and (min-width : 1650px) {
  .post__recent-title {
    margin-bottom: 45px;
    font-size: 60px;
  }
}
.post__recent-link {
  color: #ffffff;
}
.post__recent-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.post__recent-description {
  color: #ffffff;
}
@media only screen and (min-width : 320px) {
  .post__recent-description {
    font-size: 14px;
  }
}
@media only screen and (min-width : 768px) {
  .post__recent-description {
    font-size: 24px;
  }
}
@media only screen and (min-width : 992px) {
  .post__recent-description {
    font-size: 28px;
  }
}
@media only screen and (min-width : 1350px) {
  .post__recent-description {
    font-size: 30px;
  }
}
@media only screen and (min-width : 1650px) {
  .post__recent-description {
    font-size: 36px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width : 320px) {
  .post.has-post-thumbnail img {
    width: 100% !important;
  }
}
.pagination {
  border: 0;
}
@media only screen and (min-width : 320px) {
  .pagination {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width : 576px) {
  .pagination {
    justify-content: inherit;
    padding-left: 15px;
  }
}
@media only screen and (min-width : 1200px) {
  .pagination {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width : 320px) {
  .pagination .page-item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width : 1200px) {
  .pagination .page-item {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.pagination .page-item:last-child {
  margin: 0;
}
.pagination .page-item .page-link {
  background: #dfdedb;
  border-radius: unset;
  border: none;
  font-family: "Open Sans", sans-serif;
  color: #3f3d36;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
@media only screen and (min-width : 320px) {
  .pagination .page-item .page-link, .pagination .page-item .current {
    font-size: 16px;
    height: 30px;
    min-width: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .pagination .page-item .page-link, .pagination .page-item .current {
    font-size: 23px;
    height: 50px;
    min-width: 50px;
  }
}
.pagination .page-item .page-link svg {
  margin-left: 10px;
}
.pagination .page-item.disabled .page-link {
  background: transparent;
}
.pagination .page-item.active .page-link {
  background: #c9582c;
  color: #ffffff;
}

.overlay {
  position: relative;
}
.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width : 320px) {
  .event {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width : 768px) {
  .event {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width : 1200px) {
  .event {
    margin-bottom: 75px;
  }
}
.event:last-of-type {
  margin-bottom: 10px;
}
.event__title {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #c85730;
}
.event__description {
  color: #4e4a41;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: -0.01em;
}
.event__description .event-date {
  font-style: normal;
  font-weight: bold;
}
@media only screen and (min-width : 320px) {
  .event-content-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width : 320px) {
  .event .bkgrd-ctr {
    min-height: 240px;
  }
}
@media only screen and (min-width : 480px) {
  .event .bkgrd-ctr {
    min-height: 400px;
  }
}
@media only screen and (min-width : 576px) {
  .event .bkgrd-ctr {
    min-height: 496px;
  }
}
@media only screen and (min-width : 768px) {
  .event .bkgrd-ctr {
    min-height: 125px;
  }
}
@media only screen and (min-width : 768px) {
  .events {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.filters-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width : 320px) {
  .filters-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width : 1200px) {
  .filters-wrapper {
    flex-wrap: unset;
  }
}

.filter-item {
  text-transform: uppercase;
  color: #4e4a41;
  cursor: pointer;
}
@media only screen and (min-width : 320px) {
  .filter-item {
    font-size: 15px;
    line-height: 50px;
    margin: 0 15px;
  }
}
@media only screen and (min-width : 1200px) {
  .filter-item {
    font-size: 30px;
    line-height: 105px;
    margin: 0 35px;
  }
}

@media only screen and (min-width : 320px) {
  .job-wrapper {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width : 768px) {
  .job-wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .job-wrapper {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width : 1200px) {
  .job-wrapper {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width : 320px) {
  .job__list {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width : 768px) {
  .job__list {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width : 1200px) {
  .job__list {
    margin-bottom: 100px;
  }
}
.job__title {
  font-family: "Open Sans", sans-serif;
  color: #c85730;
  text-transform: uppercase;
}
@media only screen and (min-width : 320px) {
  .job__title {
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width : 1350px) {
  .job__title {
    letter-spacing: 0.2em;
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.job__sub-title {
  font-family: "Playfair Display", sans-serif;
  color: #231f20;
}
@media only screen and (min-width : 1350px) {
  .job__sub-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 1650px) {
  .job__sub-title {
    line-height: 30px;
  }
}
.job__body {
  font-family: "Playfair Display", sans-serif;
  color: #4e4a41;
  letter-spacing: -0.01em;
}

.contact-us {
  padding: 55px 55px 35px;
  background: #e7e7e5;
  position: relative;
  margin-bottom: 50px;
}
.contact-us fieldset > .frm_screen_reader {
  position: relative;
  width: initial;
  height: initial;
  clip-path: unset;
  margin-bottom: 35px;
}
.contact-us .form-field .frm_dropzone {
  padding: 0;
  max-width: unset;
  border: none;
  min-height: initial;
  width: 240px;
}
.contact-us .form-field .frm_dropzone:before {
  content: "UPLOAD RESUME";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 20px;
  text-transform: uppercase;
  background: #a4a4a1;
  color: #ffffff;
  font-family: "Playfair Display", sans-serif;
  font-size: 20px;
  letter-spacing: 0.12em;
}
.contact-us .form-field .frm_dropzone .dz-message {
  display: none;
}
.contact-us .frm_submit {
  position: absolute;
  right: 55px;
  bottom: 55px;
}

.testimonial .bkgrd-ctr {
  background-size: 90%;
  background-position: -180px bottom;
}
@media only screen and (min-width : 992px) {
  .testimonial .bkgrd-ctr {
    margin-top: -80px;
  }
}
@media only screen and (min-width : 1200px) {
  .testimonial .bkgrd-ctr {
    margin-top: -120px;
  }
}
@media only screen and (min-width : 320px) {
  .testimonial-content-wrapper {
    padding: 35px 15px 25px;
  }
}
@media only screen and (min-width : 768px) {
  .testimonial-content-wrapper {
    padding: 65px 50px 50px;
  }
}
@media only screen and (min-width : 992px) {
  .testimonial-content-wrapper {
    padding: 135px 50px 50px;
  }
}
@media only screen and (min-width : 1200px) {
  .testimonial-content-wrapper {
    padding: 215px 75px 100px;
  }
}
@media only screen and (min-width : 1650px) {
  .testimonial-content-wrapper {
    padding: 250px 125px 175px;
  }
}
.testimonial-image {
  background-size: cover !important;
  background-position: center center !important;
}
@media only screen and (min-width : 320px) {
  .testimonial-image {
    min-height: 320px;
  }
}
@media only screen and (min-width : 480px) {
  .testimonial-image {
    min-height: 480px;
  }
}
@media only screen and (min-width : 576px) {
  .testimonial-image {
    min-height: 576px;
  }
}
@media only screen and (min-width : 768px) {
  .testimonial-image {
    min-height: 768px;
  }
}
@media only screen and (min-width : 992px) {
  .testimonial-image {
    min-height: 150px;
  }
}
.testimonial-intro {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  color: #4e4a41;
}
@media only screen and (min-width : 320px) {
  .testimonial-intro {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width : 1200px) {
  .testimonial-intro {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 32px;
  }
}
@media only screen and (min-width : 1350px) {
  .testimonial-intro {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 38px;
  }
}
@media only screen and (min-width : 1650px) {
  .testimonial-intro {
    line-height: 42px;
    font-size: 39px;
    margin-bottom: 35px;
  }
}
.testimonial-author, .testimonial-author-title {
  font-family: "Playfair Display", sans-serif;
  color: #988b65;
  font-weight: 700;
}
@media only screen and (min-width : 320px) {
  .testimonial-author, .testimonial-author-title {
    font-size: 18px;
    line-height: 15px;
  }
}
@media only screen and (min-width : 1200px) {
  .testimonial-author, .testimonial-author-title {
    font-size: 21px;
    line-height: 30px;
  }
}
.testimonial-author-title {
  font-weight: 400;
}
@media only screen and (min-width : 320px) {
  .testimonial-author-title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width : 768px) {
  .testimonial-author-title {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width : 1200px) {
  .testimonial-author-title {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width : 1650px) {
  .testimonial-author-title {
    margin-bottom: 40px;
  }
}
.testimonial-navigation {
  background-color: #e7e2ca;
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  color: #4e4a41;
}
.testimonial-navigation .btn-default, .testimonial-navigation ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .testimonial-navigation .schedule-tour, .testimonial-navigation .main-menu .menu-item.schedule-tour, .main-menu .testimonial-navigation .menu-item.schedule-tour {
  font-family: "Playfair Display", sans-serif;
  color: #4e4a41;
  background: transparent;
  text-transform: none;
}
@media only screen and (min-width : 320px) {
  .testimonial-navigation .btn-default, .testimonial-navigation ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .testimonial-navigation .schedule-tour, .testimonial-navigation .main-menu .menu-item.schedule-tour, .main-menu .testimonial-navigation .menu-item.schedule-tour {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .testimonial-navigation .btn-default, .testimonial-navigation ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .testimonial-navigation .schedule-tour, .testimonial-navigation .main-menu .menu-item.schedule-tour, .main-menu .testimonial-navigation .menu-item.schedule-tour {
    font-size: 30px;
  }
}
.testimonial-navigation .btn-default.prev::before, .testimonial-navigation ul:not(.mm-listview) .prev.schedule-tour::before, ul:not(.mm-listview) .testimonial-navigation .prev.schedule-tour::before, .testimonial-navigation .main-menu .prev.menu-item.schedule-tour::before, .main-menu .testimonial-navigation .prev.menu-item.schedule-tour::before {
  display: none;
}
.testimonial-navigation .btn-default.next::after, .testimonial-navigation ul:not(.mm-listview) .next.schedule-tour::after, ul:not(.mm-listview) .testimonial-navigation .next.schedule-tour::after, .testimonial-navigation .main-menu .next.menu-item.schedule-tour::after, .main-menu .testimonial-navigation .next.menu-item.schedule-tour::after {
  display: none;
}
@media only screen and (min-width : 992px) {
  .testimonial-navigation {
    height: 92px;
  }
}
.testimonial-navigation .svg-inline--fa {
  height: 17px;
  margin-left: 5px;
}

.about-testimonial-author,
.about-testimonial-author a {
  font-family: "Playfair Display", sans-serif;
  color: #231f20;
}
@media only screen and (min-width : 320px) {
  .about-testimonial-author,
.about-testimonial-author a {
    font-size: 14px;
  }
}
@media only screen and (min-width : 1200px) {
  .about-testimonial-author,
.about-testimonial-author a {
    font-size: 17px;
    line-height: 30px;
  }
}
.about-testimonial-author a {
  color: #c75833;
  display: block;
  font-weight: 700;
}

.banner-header {
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  background-color: #c75833;
  color: #ffffff;
}
@media only screen and (min-width : 320px) {
  .banner-header {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
  }
}
@media only screen and (min-width : 576px) {
  .banner-header {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width : 768px) {
  .banner-header {
    font-size: 22px;
    line-height: 45px;
  }
}
@media only screen and (min-width : 1200px) {
  .banner-header {
    padding: 20px 0;
    line-height: 45px;
    letter-spacing: 3px;
    font-size: 32px;
  }
}

.mm-menu .mm-hasbtns {
  background-color: #3b362d;
  display: flex;
}
@media only screen and (min-width : 320px) {
  .mm-menu .mm-hasbtns {
    height: 48px;
  }
}
@media only screen and (min-width : 576px) {
  .mm-menu .mm-hasbtns {
    height: 60px;
  }
}
.mm-menu .mm-hasbtns::before {
  content: "";
  background: url("../images/logo.png") no-repeat;
  background-size: contain;
  display: block;
  flex: 1;
  margin: 10px 0;
}
@media only screen and (min-width : 320px) {
  .mm-menu .mm-hasbtns .mm-close {
    height: 48px;
  }
}
@media only screen and (min-width : 576px) {
  .mm-menu .mm-hasbtns .mm-close {
    height: 60px;
  }
}
.mm-menu .mm-hasbtns .mm-close::after, .mm-menu .mm-hasbtns .mm-close::before {
  width: 15px;
  height: 15px;
  border-color: #ffffff;
}
.mm-menu .mm-hasbtns .mm-close::before {
  right: 7px;
}
.mm-menu .mm-breadcrumbs {
  display: none;
}
.mm-menu .mm-panels {
  top: 60px;
}
.mm-menu .mm-panels .mm-panel .menu-item {
  padding: 0 15px;
  /*
                  &.schedule-tour {
                      display: flex;
                      justify-content: center;
                      a {
                          color: #ffffff
                      }
                      &::after {
                          position: relative;
                      }
                  }
  */
}
.mm-menu .mm-panels .mm-panel .menu-item a {
  text-transform: uppercase;
  color: #3e382e;
  padding: 20px 10px 20px 20px;
  font-size: 20px;
}
.mm-menu .mm-panels .mm-panel .menu-item .mm-next:after, .mm-menu .mm-panels .mm-panel .menu-item .mm-next:before {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
}
.mm-menu .mm-panels .mm-panel .menu-item .mm-next:before {
  top: -6px;
  left: 23px;
  transform: rotate(270deg);
}
.mm-menu .mm-panels .mm-panel .menu-item .mm-next::after {
  transform: rotate(90deg);
  right: 25px;
  top: 5px;
}
.mm-menu .mm-panels .mm-panel .mm-listview > li:not(.mm-divider):after {
  left: 0;
}

.dropdown {
  position: static;
}

.dropdown-menu {
  max-width: 1920px;
  margin: 0 auto;
  left: 0;
  border: none;
  right: 0;
  flex-wrap: wrap;
  border-radius: 0;
  padding: 45px 0 45px 50%;
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width : 320px) {
  .dropdown-menu {
    top: 85px;
  }
}
@media only screen and (min-width : 1200px) {
  .dropdown-menu {
    top: 120px;
  }
}
.dropdown-menu .menu-item {
  flex: 1 0 50%;
  margin: 0;
  position: relative;
  padding-left: 25px;
}
.dropdown-menu .menu-item.active .dropdown-item {
  color: #c85730;
}
.dropdown-menu .menu-item.active::before {
  content: "";
  position: absolute;
  background: url("../images/button-arrow.png") no-repeat center center;
  width: 11px;
  height: 100%;
  left: 0;
  top: 0;
}
.dropdown-menu .dropdown-item {
  font-family: "Open Sans", sans-serif, serif;
  letter-spacing: 0.04em;
  color: #4e4a41;
  font-weight: 700;
  background: none;
}
@media only screen and (min-width : 320px) {
  .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 10px;
  }
}
@media only screen and (min-width : 1200px) {
  .dropdown-menu .dropdown-item {
    font-size: 18px;
    padding: 20px;
  }
}
@media only screen and (min-width : 1350px) {
  .dropdown-menu .dropdown-item {
    font-size: 20px;
  }
}
@media only screen and (min-width : 1650px) {
  .dropdown-menu .dropdown-item {
    padding: 25px;
    font-size: 24px;
  }
}
.dropdown-menu::before, .dropdown-menu::after {
  content: "";
  width: 50%;
  height: 100%;
  flex: 1 0 50%;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
}
/* #menu-item-38 .dropdown-menu:before{
  content: url(
  'https://blueridgemountainclub.com/wp-content/uploads/2020/05/BRMC-LIFE.svg')
} */
#menu-item-38 .dropdown-menu:before{
  background: center center no-repeat url(https://blueridgemountainclub.com/wp-content/uploads/2020/05/brmc-life-2.svg);
}
#menu-item-13837 .dropdown-menu:before{
  background: center center no-repeat url(https://blueridgemountainclub.com/wp-content/uploads/2020/05/brmc-real-estate-2.svg);
}
.dropdown-menu{
  position: relative;
}
.dropdown-menu::before {

    z-index: 2;
    background-origin: content-box;
    padding: 40px;
    background-size: contain;
    TEXT-ALIGN: center;
    color: white;
    font-weight: 600;
    top: 50p;
    font-size: 30px;
    width: 250px;
    left: 25%;
    transform: translateX(-50%);
}
.dropdown-menu::after {
  background: url("../images/pages/amenities/watson.jpg") center center no-repeat;
  background-size: cover;
  z-index: 1;
}

@media only screen and (min-width : 320px) {
  .photo-gallery-wrapper .photo-item {
    background-image: url("//placehold.it/320x320");
    height: 320px;
  }
}
@media only screen and (min-width : 480px) {
  .photo-gallery-wrapper .photo-item {
    background-image: url("//placehold.it/480x480");
    height: 480px;
  }
}
@media only screen and (min-width : 576px) {
  .photo-gallery-wrapper .photo-item {
    background-image: url("//placehold.it/480x480");
  }
}
@media only screen and (min-width : 768px) {
  .photo-gallery-wrapper .photo-item {
    background-image: url("//placehold.it/384x384");
    height: 384px;
  }
}
@media only screen and (min-width : 992px) {
  .photo-gallery-wrapper .photo-item {
    background-image: url("//placehold.it/330x330");
    height: 330px;
  }
}
@media only screen and (min-width : 1200px) {
  .photo-gallery-wrapper .photo-item {
    height: 400px;
    background-image: url("//placehold.it/400x400");
  }
}
@media only screen and (min-width : 1350px) {
  .photo-gallery-wrapper .photo-item {
    height: 450px;
    background-image: url("//placehold.it/450x450");
  }
}
@media only screen and (min-width : 1500px) {
  .photo-gallery-wrapper .photo-item {
    height: 500px;
    background-image: url("//placehold.it/500x500");
  }
}
@media only screen and (min-width : 1650px) {
  .photo-gallery-wrapper .photo-item {
    height: 550px;
    background-image: url("//placehold.it/550x550");
  }
}
@media only screen and (min-width : 1800px) {
  .photo-gallery-wrapper .photo-item {
    height: 600px;
    background-image: url("//placehold.it/600x600");
  }
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #4e4a41;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

@media only screen and (min-width : 320px) {
  .property-highlights {
    text-align: left;
  }
}
@media only screen and (min-width : 1200px) {
  .property-highlights {
    text-align: center;
    padding-right: 50px;
  }
}
.property-highlights .btn, .property-highlights ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .property-highlights .schedule-tour, .property-highlights .main-menu .menu-item.schedule-tour, .main-menu .property-highlights .menu-item.schedule-tour {
  white-space: normal;
  margin: 10px 0;
}

.single-properties .main-video__overlay {
  /*
  		position: relative;
  		width: 100%;
  		height: 100%;
  		max-height: 425px;
  */
}

#frm_form_10_container .frm_form_title {
  color: #c85730;
  display: inline-block;
  text-align: center;
  font-style: italic;
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (min-width : 320px) {
  #frm_form_10_container .frm_form_title {
    font-size: 16px;
  }
}
@media only screen and (min-width : 576px) {
  #frm_form_10_container .frm_form_title {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  #frm_form_10_container .frm_form_title {
    font-size: 22px;
  }
}
@media only screen and (min-width : 992px) {
  #frm_form_10_container .frm_form_title {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1200px) {
  #frm_form_10_container .frm_form_title {
    font-size: 28px;
  }
}

.featured-listing-wrapper {
  color: white;
  background-color: #fff;
}
@media only screen and (min-width : 320px) {
  .featured-listing-wrapper {
    bottom: -115px;
  }
}
@media only screen and (min-width : 576px) {
  .featured-listing-wrapper {
    top: 20em;
  }
}
@media only screen and (min-width : 1200px) {
  .featured-listing-wrapper {
    position: relative;
    top: 250px;
  }
}
.featured-listing-wrapper .titlebar {
  margin-top: -20px;
}
.featured-listing-wrapper .titlebar__label {
  height: 40px;
  background: #c75833;
  display: inline-block;
  padding: 0 30px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif, serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 38px;
}

.listing-content-wrapper .price {
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  color: #6d3a1a;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width : 768px) {
  .listing-content-wrapper .price {
    font-size: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .listing-content-wrapper .price {
    font-size: 50px;
  }
}
@media only screen and (min-width : 1200px) {
  .listing-content-wrapper .price {
    font-size: 60px;
  }
}
.listing-content-wrapper .address {
  font-family: "Open Sans", sans-serif, serif;
  font-size: 20px;
  font-weight: 600;
  color: #c85730;
  text-align: center;
  line-height: 56px;
}
.listing-content-wrapper .specs {
  background-color: #f5f5f5;
  height: 70px;
}
.listing-content-wrapper .specs__text {
  font-family: "Playfair Display", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #6d3a1a;
  text-align: center;
  flex: 1;
  padding: 0;
  margin: 0;
}
.listing-content-wrapper .specs__btn {
  height: 70px;
  width: 70px;
  background-color: #c75833;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listing-content-wrapper .specs__btn i {
  color: #f68e56;
}

.filters-wrapper {
  border: 1px solid #ebebeb;
}
.filters-wrapper > .row {
  width: 100%;
}
.filters-wrapper > .row .filter {
  width: 100%;
}
.filters-wrapper > .row .dropdown {
  width: 100%;
}
.filters-wrapper > .row .dropdown.show .dropdown-toggle {
  background-color: #ebebeb;
}
.filters-wrapper > .row .dropdown.show .btn-primary.dropdown-toggle {
  color: #231f20 !important;
  background-color: #ebebeb !important;
  border-color: #ebebeb !important;
}
.filters-wrapper .btn, .filters-wrapper ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .filters-wrapper .schedule-tour, .filters-wrapper .main-menu .menu-item.schedule-tour, .main-menu .filters-wrapper .menu-item.schedule-tour {
  color: #231f20;
  background-color: #fff;
  width: 100%;
  text-align: left;
  border-radius: 0;
  border-right: 1px solid #ebebeb;
  position: relative;
  font-family: "Playfair Display", sans-serif;
  font-size: 19px;
}
@media only screen and (min-width : 320px) {
  .filters-wrapper .btn, .filters-wrapper ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .filters-wrapper .schedule-tour, .filters-wrapper .main-menu .menu-item.schedule-tour, .main-menu .filters-wrapper .menu-item.schedule-tour {
    padding: 5px 10px;
  }
}
@media only screen and (min-width : 1200px) {
  .filters-wrapper .btn, .filters-wrapper ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .filters-wrapper .schedule-tour, .filters-wrapper .main-menu .menu-item.schedule-tour, .main-menu .filters-wrapper .menu-item.schedule-tour {
    padding: 20px 30px;
  }
}
.filters-wrapper .btn span, .filters-wrapper ul:not(.mm-listview) .schedule-tour span, ul:not(.mm-listview) .filters-wrapper .schedule-tour span, .filters-wrapper .main-menu .menu-item.schedule-tour span, .main-menu .filters-wrapper .menu-item.schedule-tour span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 43px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.filters-wrapper .btn:last-child, .filters-wrapper ul:not(.mm-listview) .schedule-tour:last-child, ul:not(.mm-listview) .filters-wrapper .schedule-tour:last-child, .filters-wrapper .main-menu .menu-item.schedule-tour:last-child, .main-menu .filters-wrapper .menu-item.schedule-tour:last-child {
  border: none;
}
@media only screen and (min-width : 320px) {
  .filters-wrapper .btn:last-child, .filters-wrapper ul:not(.mm-listview) .schedule-tour:last-child, ul:not(.mm-listview) .filters-wrapper .schedule-tour:last-child, .filters-wrapper .main-menu .menu-item.schedule-tour:last-child, .main-menu .filters-wrapper .menu-item.schedule-tour:last-child {
    height: 85px;
  }
}
@media only screen and (min-width : 768px) {
  .filters-wrapper .btn:last-child, .filters-wrapper ul:not(.mm-listview) .schedule-tour:last-child, ul:not(.mm-listview) .filters-wrapper .schedule-tour:last-child, .filters-wrapper .main-menu .menu-item.schedule-tour:last-child, .main-menu .filters-wrapper .menu-item.schedule-tour:last-child {
    height: 100%;
  }
}
.filters-wrapper .btn:after, .filters-wrapper ul:not(.mm-listview) .schedule-tour:after, ul:not(.mm-listview) .filters-wrapper .schedule-tour:after, .filters-wrapper .main-menu .menu-item.schedule-tour:after, .main-menu .filters-wrapper .menu-item.schedule-tour:after {
  position: absolute;
  bottom: 25px;
  right: 15px;
}
.filters-wrapper .btn--search {
  background-color: #c85730;
  height: calc(100% + 1px);
  letter-spacing: 0.12em;
  color: #ffffff;
  font-size: 20px;
  margin: -1px -1px 0 0;
  width: calc(100% + 1px);
  justify-content: center;
}
.filters-wrapper .btn--search::after {
  position: static;
}
.filters-wrapper .btn:focus, .filters-wrapper ul:not(.mm-listview) .schedule-tour:focus, ul:not(.mm-listview) .filters-wrapper .schedule-tour:focus, .filters-wrapper .main-menu .menu-item.schedule-tour:focus, .main-menu .filters-wrapper .menu-item.schedule-tour:focus {
  box-shadow: none !important;
}
.filters-wrapper .btn.btn-primary:not(:disabled):not(.disabled).active, .filters-wrapper ul:not(.mm-listview) .btn-primary.schedule-tour:not(:disabled):not(.disabled).active, ul:not(.mm-listview) .filters-wrapper .btn-primary.schedule-tour:not(:disabled):not(.disabled).active, .filters-wrapper .main-menu .btn-primary.menu-item.schedule-tour:not(:disabled):not(.disabled).active, .main-menu .filters-wrapper .btn-primary.menu-item.schedule-tour:not(:disabled):not(.disabled).active, .filters-wrapper .btn.btn-primary:not(:disabled):not(.disabled):active, .filters-wrapper ul:not(.mm-listview) .btn-primary.schedule-tour:not(:disabled):not(.disabled):active, ul:not(.mm-listview) .filters-wrapper .btn-primary.schedule-tour:not(:disabled):not(.disabled):active, .filters-wrapper .main-menu .btn-primary.menu-item.schedule-tour:not(:disabled):not(.disabled):active, .main-menu .filters-wrapper .btn-primary.menu-item.schedule-tour:not(:disabled):not(.disabled):active {
  color: #231f20 !important;
  background-color: #ebebeb !important;
  border-color: #ebebeb !important;
}
@media only screen and (min-width : 320px) {
  .filters-wrapper .btn, .filters-wrapper ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .filters-wrapper .schedule-tour, .filters-wrapper .main-menu .menu-item.schedule-tour, .main-menu .filters-wrapper .menu-item.schedule-tour {
    font-size: 15px;
  }
  .filters-wrapper .btn span, .filters-wrapper ul:not(.mm-listview) .schedule-tour span, ul:not(.mm-listview) .filters-wrapper .schedule-tour span, .filters-wrapper .main-menu .menu-item.schedule-tour span, .main-menu .filters-wrapper .menu-item.schedule-tour span {
    font-size: 14px;
    line-height: 20px;
  }
  .filters-wrapper .btn:last-child, .filters-wrapper ul:not(.mm-listview) .schedule-tour:last-child, ul:not(.mm-listview) .filters-wrapper .schedule-tour:last-child, .filters-wrapper .main-menu .menu-item.schedule-tour:last-child, .main-menu .filters-wrapper .menu-item.schedule-tour:last-child {
    height: 50px;
  }
}
@media only screen and (min-width : 480px) {
  .filters-wrapper .btn, .filters-wrapper ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .filters-wrapper .schedule-tour, .filters-wrapper .main-menu .menu-item.schedule-tour, .main-menu .filters-wrapper .menu-item.schedule-tour {
    font-size: 16px;
  }
  .filters-wrapper .btn span, .filters-wrapper ul:not(.mm-listview) .schedule-tour span, ul:not(.mm-listview) .filters-wrapper .schedule-tour span, .filters-wrapper .main-menu .menu-item.schedule-tour span, .main-menu .filters-wrapper .menu-item.schedule-tour span {
    font-size: 14px;
    line-height: 20px;
  }
  .filters-wrapper .btn:last-child, .filters-wrapper ul:not(.mm-listview) .schedule-tour:last-child, ul:not(.mm-listview) .filters-wrapper .schedule-tour:last-child, .filters-wrapper .main-menu .menu-item.schedule-tour:last-child, .main-menu .filters-wrapper .menu-item.schedule-tour:last-child {
    height: 50px;
  }
}
@media only screen and (min-width : 992px) {
  .filters-wrapper .btn:last-child, .filters-wrapper ul:not(.mm-listview) .schedule-tour:last-child, ul:not(.mm-listview) .filters-wrapper .schedule-tour:last-child, .filters-wrapper .main-menu .menu-item.schedule-tour:last-child, .main-menu .filters-wrapper .menu-item.schedule-tour:last-child {
    height: 100%;
  }
}
.propepty-description {
  background-color: #f5f5f5;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .propepty-description {
    padding: 60px 0 0 0;
  }
}
@media only screen and (min-width : 992px) {
  .propepty-description {
    padding: 95px 0 0 0;
  }
}
@media only screen and (min-width : 320px) {
  .propepty-description .description {
    padding-top: 35px;
  }
}
@media only screen and (min-width : 768px) {
  .propepty-description .description {
    padding-bottom: 90px;
  }
}
.propepty-description .filter-box {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .propepty-description .filter-box {
    position: absolute;
    top: -27px;
  }
}
@media only screen and (min-width : 1200px) {
  .propepty-description .filter-box {
    top: -45px;
  }
}
.propepty-description .filter-box .dropdown-menu {
  padding: 0;
  background: white;
  width: 100%;
}
.propepty-description .filter-box .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-size: 12px;
}
.propepty-description .filter-box .dropdown-menu .dropdown-item:hover {
  background-color: grey;
  color: white;
  cursor: pointer;
}
.propepty-description .filter-box .dropdown-menu::before, .propepty-description .filter-box .dropdown-menu::after {
  content: none;
}

.property-list {
  background: #fff;
  padding: 30px 0;
}
@media only screen and (min-width : 768px) {
  .property-list {
    padding: 60px 0;
  }
}
@media only screen and (min-width : 992px) {
  .property-list {
    padding: 95px 0;
  }
}
@media only screen and (min-width : 320px) {
  .property-list .col-lg-10 .row {
    padding: 0;
  }
}
@media only screen and (min-width : 1650px) {
  .property-list .col-lg-10 .row {
    padding: 0 120px;
  }
}

.property-card {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width : 768px) {
  .property-card {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .property-card {
    margin-bottom: 60px;
  }
}
.property-card .featured-img-wrapper {
  overflow: hidden;
  height: 240px;
}
.property-card .price {
  font-family: "Playfair Display", sans-serif;
  color: #6d3a1a;
  text-align: center;
}
@media only screen and (min-width : 320px) {
  .property-card .price {
    font-size: 36px;
  }
}
@media only screen and (min-width : 1200px) {
  .property-card .price {
    font-size: 45px;
  }
}
.property-card .address {
  font-family: "Open Sans", sans-serif, serif;
  color: #c85730;
  text-align: center;
  line-height: 33px;
  margin-bottom: 15px;
  white-space: nowrap;
}
@media only screen and (min-width : 320px) {
  .property-card .address {
    font-size: 18px;
  }
}
@media only screen and (min-width : 576px) {
  .property-card .address {
    font-size: 17px;
  }
}
@media only screen and (min-width : 768px) {
  .property-card .address {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width : 1200px) {
  .property-card .address {
    font-size: 16px;
  }
}
@media only screen and (min-width : 1350px) {
  .property-card .address {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1500px) {
  .property-card .address {
    font-weight: 600;
  }
}
.property-card .specs {
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #6d3a1a;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width : 768px) {
  .property-card .specs {
    margin-top: 35px;
  }
}
.property-card .status {
  position: absolute;
  top: -20px;
}
.property-card .btn, .property-card ul:not(.mm-listview) .schedule-tour, ul:not(.mm-listview) .property-card .schedule-tour, .property-card .main-menu .menu-item.schedule-tour, .main-menu .property-card .menu-item.schedule-tour {
  color: #fff;
  width: 100%;
  text-align: left;
}
.property-card .btn span, .property-card ul:not(.mm-listview) .schedule-tour span, ul:not(.mm-listview) .property-card .schedule-tour span, .property-card .main-menu .menu-item.schedule-tour span, .main-menu .property-card .menu-item.schedule-tour span {
  display: block;
}
.property-card__description {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 298px;
  padding: 40px 0 35px;
  position: relative;
  background: #f5f5f5;
}
@media only screen and (min-width : 320px) {
  .property-card__description .custom-border {
    height: 7px;
    width: 175px;
  }
}
@media only screen and (min-width : 1200px) {
  .property-card__description .custom-border {
    height: 13px;
    width: 255px;
  }
}

.status {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif, serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.status.pending {
  background-color: #e5b81b;
}
.status.sold {
  background-color: #b73409;
}

.listing-gallery-wrapper {
  margin-top: 75px;
  padding: 0 10px;
}
@media only screen and (min-width : 576px) {
  .listing-gallery-wrapper {
    padding: 0 20px;
  }
}
@media only screen and (min-width : 992px) {
  .listing-gallery-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width : 768px) {
  .listing-gallery-wrapper .img-wrapper {
    height: 385px !important;
  }
}
@media only screen and (max-width : 576px) {
  .listing-gallery-wrapper .img-wrapper {
    height: 385px !important;
  }
}
@media only screen and (max-width : 480px) {
  .listing-gallery-wrapper .img-wrapper {
    height: 315px !important;
  }
}
@media only screen and (max-width : 320px) {
  .listing-gallery-wrapper .img-wrapper {
    height: 250px !important;
    margin: 0 -15px;
  }
}

.feature-img-wrapper {
  margin: 0 -15px 10px;
}
@media only screen and (min-width : 320px) {
  .feature-img-wrapper {
    height: 250px;
  }
}
@media only screen and (min-width : 480px) {
  .feature-img-wrapper {
    height: 320px;
  }
}
@media only screen and (min-width : 576px) {
  .feature-img-wrapper {
    height: 380px;
  }
}
@media only screen and (min-width : 768px) {
  .feature-img-wrapper {
    height: 425px;
  }
}
@media only screen and (min-width : 992px) {
  .feature-img-wrapper {
    height: 450px;
  }
}
@media only screen and (min-width : 1200px) {
  .feature-img-wrapper {
    height: 485px;
  }
}
.feature-img-wrapper .img-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.feature-img-wrapper .img-wrapper img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.feature-nav-wrappe {
  padding-top: 25px;
}
@media only screen and (min-width : 1650px) {
  .feature-nav-wrappe .xxl-offset {
    margin-left: 16.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media only screen and (min-width : 320px) {
  .feature-nav-wrappe .slide {
    min-height: 30px;
  }
}
@media only screen and (min-width : 576px) {
  .feature-nav-wrappe .slide {
    min-height: 50px;
  }
}
@media only screen and (min-width : 768px) {
  .feature-nav-wrappe .slide {
    min-height: 75px;
  }
}
@media only screen and (min-width : 992px) {
  .feature-nav-wrappe .slide {
    min-height: 135px;
  }
}
@media only screen and (min-width : 1200px) {
  .feature-nav-wrappe .slide {
    min-height: 150px;
  }
}
@media only screen and (min-width : 1200px) {
  .feature-nav-wrappe .slide {
    min-height: 175px;
  }
}
.feature-nav-wrappe .slick-arrow:before {
  content: "";
  width: 17px;
  height: 35px;
  display: block;
}
.feature-nav-wrappe .slick-arrow.slick-prev:before {
  background-image: url("../images/pages/home/arrow-left.png");
}
.feature-nav-wrappe .slick-arrow.slick-next:before {
  background-image: url("../images/pages/home/arrow-right.png");
}
.feature-nav-wrappe .slick-slide {
  cursor: pointer;
  margin: 0 2px;
}

.request-inf {
  padding-bottom: 170px;
}

.property__title {
  background: #c85730;
}
@media only screen and (min-width : 320px) {
  .property__title {
    padding: 15px 0;
  }
}
@media only screen and (min-width : 768px) {
  .property__title {
    padding: 25px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .property__title {
    padding: 35px 0;
  }
}
.property__title h2 {
  font-family: "Playfair Display", sans-serif;
  color: #ffffff;
  margin: 0;
}
@media only screen and (min-width : 320px) {
  .property__title h2 {
    font-size: 12px;
  }
}
@media only screen and (min-width : 480px) {
  .property__title h2 {
    font-size: 14px;
  }
}
@media only screen and (min-width : 576px) {
  .property__title h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  .property__title h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width : 992px) {
  .property__title h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1200px) {
  .property__title h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width : 1350px) {
  .property__title h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width : 1500px) {
  .property__title h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width : 1650px) {
  .property__title h2 {
    padding: 30px 0;
    font-size: 45px;
  }
}
@media only screen and (min-width : 320px) {
  .property__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width : 768px) {
  .property__content {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width : 1200px) {
  .property__content {
    padding-top: 140px;
    padding-bottom: 110px;
  }
}
.property__content .address {
  color: #c85730;
  font-family: "Playfair Display", sans-serif;
  font-size: 55px;
  line-height: 100px;
  margin: 0;
}
.property__content .specs {
  font-family: "Playfair Display", sans-serif;
  font-size: 28px;
  line-height: 32px;
  color: #6d3a1a;
  margin-bottom: 40px;
}
.property__content .description {
  font-family: "Open Sans", sans-serif;
  color: #7d6e63;
  padding: 0 0 35px 0;
}
@media only screen and (min-width : 320px) {
  .property__content .description {
    line-height: 16px;
    font-size: 12px;
  }
}
@media only screen and (min-width : 768px) {
  .property__content .description {
    line-height: 24px;
    font-size: 18px;
  }
}
@media only screen and (min-width : 1200px) {
  .property__content .description {
    line-height: 33px;
    font-size: 21px;
    font-weight: 700;
  }
}
.property__content .itemized-specs-list {
  margin-bottom: 35px;
}
.property__content .itemized-specs-wrapper {
  text-align: left;
}
.property__content .itemized-specs-wrapper li {
  font-family: "Open Sans", sans-serif;
  color: #7d6e63;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (min-width : 320px) {
  .property__content .itemized-specs-wrapper li {
    font-size: 14px;
  }
}
@media only screen and (min-width : 768px) {
  .property__content .itemized-specs-wrapper li {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1200px) {
  .property__content .itemized-specs-wrapper li {
    line-height: 33px;
    font-size: 21px;
  }
}
.property__content .itemized-specs-wrapper li span {
  font-weight: 400;
}
.property__content .frm_forms {
  background: #f5f5f5;
}
@media only screen and (min-width : 320px) {
  .property__content .frm_forms {
    padding: 10px 10px 0;
  }
}
@media only screen and (min-width : 768px) {
  .property__content .frm_forms {
    padding: 18px 18px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .property__content .frm_forms {
    padding: 38px 38px 0;
  }
}
.property__content .frm_forms textarea {
  color: #656565;
  resize: none;
  margin-bottom: 40px;
}
.property__content .frm_forms ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #656565;
}
.property__content .frm_forms :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #656565;
  opacity: 1;
}
.property__content .frm_forms ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #656565;
  opacity: 1;
}
.property__content .frm_forms :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #656565;
}
.property__content .frm_forms ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #656565;
}
.property__content .frm_forms ::placeholder {
  /* Most modern browsers support this now. */
  color: purple;
}
.property__content .frm_forms .frm_screen_reader {
  clip: unset;
  clip-path: unset;
}
.property__content .frm_forms .frm_primary_label {
  display: none !important;
}
@media only screen and (min-width : 1200px) {
  .property__content .frm_forms .frm_submit {
    margin: 0 -38px;
  }
}
.property__content .frm_forms .frm_submit .frm_button_submit {
  width: 100%;
  justify-content: center;
  height: 80px;
}
@media only screen and (min-width : 320px) {
  .property__content .frm_forms .frm_submit .frm_button_submit {
    font-size: 12px;
  }
}
@media only screen and (min-width : 576px) {
  .property__content .frm_forms .frm_submit .frm_button_submit {
    font-size: 14px;
  }
}
@media only screen and (min-width : 768px) {
  .property__content .frm_forms .frm_submit .frm_button_submit {
    font-size: 16px;
  }
}
@media only screen and (min-width : 992px) {
  .property__content .frm_forms .frm_submit .frm_button_submit {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1200px) {
  .property__content .frm_forms .frm_submit .frm_button_submit {
    font-size: 20px;
  }
}
.property__content .frm_forms .frm_submit .frm_button_submit::after {
  content: "";
  margin-left: 35px;
  background: url(../images/button-arrow.png) no-repeat;
  display: block;
  height: 16px;
  width: 11px;
}

.permalink {
  cursor: pointer;
}

@media only screen and (min-width : 768px) {
  .mobile {
    display: none;
  }
}

@media only screen and (max-width : 768px) {
  .desktop {
    display: none;
  }
}

.homesite-specials-wrapper .fa-caret-right {
  color: #f68e56;
}
.homesite-specials-wrapper hr {
  border-top: 1px solid #c9592c;
  margin-top: 25px;
  margin-bottom: 25px;
}
.homesite-specials-wrapper h4 {
  font-family: "Playfair Display", serif;
  color: #c9592c;
}
@media only screen and (min-width : 320px) {
  .homesite-specials-wrapper h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1200px) {
  .homesite-specials-wrapper h4 {
    font-size: 52px;
  }
}
.homesite-specials-wrapper h6 {
  font-family: "Playfair Display", serif;
  color: #6d3a1a;
  line-height: 1.4em;
}
@media only screen and (min-width : 320px) {
  .homesite-specials-wrapper h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width : 768px) {
  .homesite-specials-wrapper h6 {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1200px) {
  .homesite-specials-wrapper h6 {
    font-size: 36px;
  }
}
.homesite-specials-wrapper h7 {
  color: #7d6e63;
}
@media only screen and (min-width : 320px) {
  .homesite-specials-wrapper h7 {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1200px) {
  .homesite-specials-wrapper h7 {
    font-size: 20px;
  }
}
@media only screen and (max-width : 992px) {
  .homesite-specials-wrapper .content-wrapper {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

.image-card {
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width : 768px) {
  .image-card {
    height: 250px;
  }
}

.drone-wrapper {
  background-color: #b44f28;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.drone-wrapper p {
  margin: 0 auto;
  margin: 0 auto;
  padding: 15px 0;
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.drone-wrapper span {
  color: #E5E6E1;
}

#drone_modal {
  z-index: 1500;
}

.mm-slideout {
  z-index: auto;
}

/*# sourceMappingURL=main.css.map */


.textbar{
  background-color: #37342e;
  padding: 3%;
  display: flex;
  justify-content: center;
}

.textbar-text{
  text-align: center;
  color: white;
  font-family: "Open Sans", sans-serif;
  /* color: #cc633f; */
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: .10rem;

}

.textbar-text span{
  color: #cc633f;
    font-weight: 600;
    padding: 0 20px;
}

.ownership{
  padding: 3% 0 3% 0;
}

.ownership-content{
  padding: 5%;
}

.ownership-title{
  font-family: "Open Sans", sans-serif;
    color: #cc633f;
    text-transform: uppercase;
    /* font-size: 20px; */
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: .10rem;
}

.ownership-sub{
  font-family: "Playfair Display", sans-serif;
  margin: 0px;
  color: #b4a691;
  font-size: 25px;
  font-weight: 400;
}

.ownership .spacer{
  height: 4px;
  margin: 15px 0;
  width: 100px;
  background-color: #cc633f;
}

#outer_wrapper > main > div > div.col-md-6.ownership-content > div.content > p{
  font-size: 17px;
  line-height: 2rem;
}

.benefits{
  margin: 50px 0;
  background-color: #37342e;
  padding: 3%;
  z-index: 1;
}

@media (min-width: 768px){
    .benefits{
        width: 60%;
        margin: -60px auto 0;
    }
}

.title-wrapper{
  display: flex;
    justify-content: center;
}

.benefit-title{
  font-family: "Open Sans", sans-serif;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
}

.benefit-title span{
  font-weight: 700;
    font-size: 17px;
}

.benefits ul{
  display: inline-block;
}

.benefits ul li{
  color: #b9ac99;
}

#outer_wrapper > main > div:nth-child(6) > div.row.benefits > div:nth-child(2) > p{
  color: #b9ac99;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: normal;
}

.benefit-btn{
  BACKGROUND-COLOR: #c2bbac;
  color: #37342e;
  font-family: open-sans;
  font-family: "Open Sans", sans-serif;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: -20px;
  z-index: 2;
  position: relative;
  margin-top: -20px;
}


.dream-btn-wrapper {
  width: 100%;
  margin: 0 auto;
  line-height: 200%;
}

.benefit-btn::after{
  background: url(../images/button-arrow.png) no-repeat;
    display: block;
    height: 16px;
    width: 11px;
}


.leaf{
  padding: 5px 10px;
}


.button-arrow{
  position: relative;
}

.button-arrow::before{
background: url(../images/button-arrow.png) no-repeat;
    height: 16px;
    width: 11px;
    position: absolute;
    left: -20px;
    top: 0px;
}

.page-template-template-market-new .top-header, .page-template-template-market-new .navbar{
  display: none !important;
}

.page-hero{
height: 90vh;
position: relative;
background-repeat: no-repeat;
background-size: cover;
}

.market-header-title{
  color: white;
}

/* .page-hero:before{
  content:"";
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 65%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
} */

.header-title{
  position: relative;
  z-index: 2;
}

.header-explore{
  color: #CC6344;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 45px;
  font-family: "Playfair Display", sans-serif;
  line-height: 40px;
  z-index: 1;
  font-style: italic;
}

.header-explore span{
  font-style: normal;
  font-size: 20px;
  color: #dacfbe;
}
.market-featured-home{
  padding: 5% 7%;
}

.featured-title{
  color: #c85730;
  font-family: "Playfair Display", sans-serif;
  font-size: 37px;
  font-weight: 100;
}

.featured-sub{
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: .25rem;
  font-size: 14px;
}

.list-title{
  color: #c85730;
    font-family: "Playfair Display", sans-serif;
    margin-top: 20px;
    font-size: 20px;
}

.feature-list{
display: flex;
flex-wrap: wrap;
}

.feature-list ul{
  color: #c85730;
  font-family: "Playfair Display", sans-serif;
  font-size: 20px;
  width: 40%;
}

.feature-list ul li{
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  color: black;
  margin: 15px 0px 15px 10px;
  position: relative;
}

.feature-list ul li:before{
  content: "";
    width: 5px;
    height: 5px;
    left: -10px;
    background-color: #c85730;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    transform: translateY(-15%);
}

.featured-content{
  padding-left: 5%;
}

.featured-image{
  position: relative;
}

.featured-image .title-block{
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  background-color: rgba(0,0,0,0.7);
  padding: 4%;
  font-size: 36px;
  font-family: 'Playfair Display', serif;
  color: #b4a691;
}

.dream-home{
  background-color: #f0efef;
  padding: 5%;
  display: flex;
  justify-content: center;;
}

.dream-home-content{
  width: 80%;
  font-family: 'open sans',sans-serif;
    font-size: 16px;
}

.dream-btn-wrapper{
  margin-top: -15px;
}

.market-title{
  font-size: 40px;
  line-height: 42px;
  font-family: 'Playfair Display', serif;
}
.market-title span{
  font-style: italic;
}

.features{
  padding: 0% 5%;
  margin: 7% 0;
}

.page-template-template-market-new .content p{
  font-family: 'open-sans', sans-serif;
  font-size: 18px;
  color: #231f20;
}

.amenities-title{
  font-family: 'playfair display',serif;
  font-size: 1.875em;
}
.spacer{
  width: 100px;
    height: 2px;
    background: #c85730;
    margin: 15px auto;
}

.amenities-list{
  font-size: 18px;
}

.amenities-list span{
  color: #c85730;
}

div.amenities-list{
  font-size: 18px;
  font-family: 'playfair display',serif;
}


.amenities{
  padding: 5%;
}

.page-template-template-market-new .footer__form{
  display: none;
}

.video-wrapper{
  background-image: url(https://blueridgemountainclub.com/wp-content/uploads/2020/05/video-screen.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 10% 5%;
}

.video-inner{
  z-index: 2;
}

.video-wrapper:before{
  content:"";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.homesites{
  background-color: #37342e;
    padding: 20px 0;
}

.homesite-text{
  color: white;
  text-align: center;
  font-family: 'open sans',sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}

.homesite-text span{
 color: #c85730;
}

.private-tour{
  PADDING: 5%
}

.image-grid-wrapper{
  position: relative;

}

.grid-logo{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  transition: .3s ease all;

}

.image-grid-wrapper:hover .grid-logo{
  opacity: 1;
  transition: .3s ease all;
  z-index: 2;
  transform: translate(-50%, -50%);

}

.image-grid-wrapper:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  transition: .3s ease all;
  opacity: 0;
}

.image-grid-wrapper:hover:before{

  opacity: 1;
  transition: .3 ease all;
}

.market-header-wrapper{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.market-header{
  width: 100%;
  height: 100%;
}

.slick-track{
  width: 100%;
}

.slick-slide{
  width: 100%;
  height: 100%;
}

.slick-arrow{
  display: none;
}

@media only screen and (max-width: 600px) {
  .page-hero {
    height: 35vh;
  }
}

@media only screen and (min-width : 320px) {
	.market-header-sub{
	font-size: 12px;
	}
	.header-explore{
		font-size: 28px;
		line-height: 28px;
	}
	.header-explore span{
		font-size: 14px;
		line-height: 14px;
	}
}

@media only screen and (max-width : 768px){
    .brmc-seal img{
      width: 50% !important;
    }
  .page-template-template-market-new .page-hero{
    background-image: url(https://blueridgemountainclub.com/wp-content/uploads/2020/06/mobile-utv-1.jpg);
    background-size: cover;
    height: 87vh;
  }
  .market-header-wrapper{
    display: none;
  }
  .brmc-seal{
    width: 100%;
    margin: 0 auto;
  }
  .header-title{
      position: relative;
  top: 8%;
  }
  .market-header-title{
    font-size: 32px;
    margin-top: 50px;
  }
  .market-header-spacer{
    height: 3px;
width: 100px;
background-color: #cc633f;
margin: 0 auto;
  }
  .header-explore{
    bottom: 25px;
color: #cc633f;
width: 80%;
  }
  .header-explore span{
    color: #dacfbe;
  }
  .request-tour{
 top: 0px !important;
 left: 0px;
 right: auto !important;
 width: 100%;
  }
}

.brmc-seal img{
    width: 20%;
}

.market-header-spacer{
  height: 3px;
width: 100px;
background-color: #cc633f;
margin: 0 auto;
}

.arrow-btn svg{
    color: white;
}

 .request-tour{
     position: absolute;
top: 30px;
background-color: #cc633f;
margin: 0;
right: 30px;
font-family: "Playfair Display", sans-serif;
color: white;
z-index: 2;
 }
.request-tour a{
    font-family: "Playfair Display", sans-serif;
color: white;
width: 100%;
display: block;
opacity: 1;
padding: 15px 30px;
text-align: center;
font-size: 16px;
text-transform: uppercase;
letter-spacing: .20rem;
}


.featured-home-title{
    color: #3f3d36;
font-style: italic;
font-family: "Playfair Display", sans-serif;
font-size: 37px;
font-weight: 100;
}
@media only screen and (max-width: 375px){
    .market-header-title{
      font-size: 25px;
    }
    .header-explore{
        font-size: 23px;
        line-height: 23px;
    }
}


@media only screen and (max-height: 667px){
    .market-header-title{
      font-size: 25px;
      margin-top: 120px;
    }
    .header-explore{
        font-size: 23px;
        line-height: 23px;
    }
}

.as_seen_in{
    background-image: url(https://blueridgemountainclub.com/wp-content/uploads/2020/07/As-Seen-in-Banner-BG-only.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 991px){
    .as_see_in{
        text-align: center;
    }
}
.magazine{
    position: absolute;
right: 0;
bottom: 75px;
/* bottom: -200px; */
}
.magazine img {
  width: 600px;
}
@media only screen and (max-width: 1199px){
    .magazine{
        display: none;
    }
}
@media only screen and (min-width: 1200px){
    .magazine-mobile{
        display: none;

    }
}



.magazine-mobile img{
    width: 50%;
margin: 0 auto;
margin-bottom: -400px;
}

.textbar-text span{
    color: white;
}

.benefits p{
    color: white;
}

@media only screen and (max-width: 768px){
    .magazine-mobile img{
        margin-bottom: -80px;
        padding-top: 50px;
        width: 65%;
    }

    .textbar-text{
        display: flex;
        flex-wrap: wrap;
    }

    .textbar-text a {
        width: 100%;
        font-size: 16px;
    }

    .textbar-text span{
        display: none;
    }
}

@media (max-width: 414px){
    .benefit-btn{
        font-size: 12px;
padding: 10px 15px;
    }
}

.textbar a {
  color: #cc633f;
  font-weight: 600;
  transition: 0.3s ease;
}

.textbar a:hover {
  color: white;
  transition: 0.3s ease;
  text-decoration: none;
}

.row-spacing {
  padding: 5% 0;
}

.container-fluid .events-grid {
  width: 80%;
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 0 5%;
}

.container-fluid .event-grid-2 {
  width: 80%;
  margin: 0 auto;
  max-width: 1500px;
}

.container-fluid .event-grid-item {
  padding: 1%;
}

.container-fluid .event-grid-item .event-title {
  font-family: "Open Sans", sans-serif;
  color: #cc633f;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
  font-size: 18px;
  letter-spacing: 0.25rem;
}

.container-fluid .event-grid-item .event-divider {
  width: 30%;
  height: 3px;
  background-color: #cc633f;
  margin: 0 auto 20px;
}

.container-fluid .event-grid-item .event-img {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.container-fluid .event-grid-item .event-img img {
  width: 100%;
}

.container-fluid .event-grid-item .event-img:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  background-color: #cc633f;
  width: 30%;
}

.open-house {
  background-color: #f5f5f5;
  padding: 3% 0;
}

.special-events-slider {
  width: 100%;
}

.special-events-slider .special-events-image {
  background-image: url("/img/event-slide-1.jpg");
  background-size: cover;
  height: 675px;
  background-position: center;
}

.host-event-box {
  display: flex;
  justify-content: center;
}

.host-event-box .title .spacer {
  margin: 15px 0;
}

.host-event-box p {
  color: #b9ac99;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.special-events {
  display: flex;
  justify-content: center;
}

.events-info {
  margin-top: 40px;
}

.events-info p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.events-info p span {
  font-weight: 600;
  color: #cc633f;
}

.events-info p a {
  margin: 15px;
  font-weight: 600;
  color: #cc633f;
  transition: 0.3s ease;
}

.events-info p a:hover {
  text-decoration: none;
  transition: 0.3s ease;
  color: #37342e;
}

@media (max-width: 768px) {
  .events.benefits {
    margin-top: 0 !important;
  }
  .host-event-box .title-wrapper {
    flex-wrap: wrap;
  }
  .host-event-box .title-wrapper .title {
    text-align: center;
    width: 100%;
  }
  .host-event-box .title-wrapper .spacer {
    margin: 15px auto;
  }
}

.page-hero.events-page {
  background-image: url("https://blueridgemountainclub.com/wp-content/uploads/2020/07/events-header.jpg");
}

.page-hero.tour-page {
  background-image: url("https://blueridgemountainclub.com/wp-content/uploads/2020/07/tour-header-bg.jpg");
}

.page-hero.app-page {
  background-image: url("https://blueridgemountainclub.com/wp-content/uploads/2023/08/banner_apps.jpg");
}


.page-template-template-tour-page-new .page-hero:before{
    background-color: rgba(0,0,0,0);
    z-index: 0;
}


.blog-section h2{
	color: #c85730;
    font-size: 22px;
    padding-top: 25px;
    font-weight: bold;
    text-transform: uppercase;
	font-family: 'open sans', sans-serif;
    margin: 1.5em auto;
    max-width: 85%;
    min-width: 250px;
}

.intro-image img {
    max-height: 450px;
    object-fit: contain;
}

.container-fluid p {
  /*font-size: 18px;*/
}

.container-fluid .tour-intro {
  width: 80%;
  margin: 0 auto;
}

.ammenities-grid {
  display: flex;
  justify-content: center;
  padding: 5% 0;
  max-width: 1500px;
}

.ammenities-grid .ammenities-grid-inner {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ammenities-grid .ammenities-grid-inner .ammenities-grid-item {
  width: 18%;
  position: relative;
  margin: 0.4%;
  overflow: hidden;
}

@media (max-width: 1275px) {
  .ammenities-grid .ammenities-grid-inner .ammenities-grid-item {
    width: 32%;
  }
}

@media (max-width: 767px) {
  .ammenities-grid .ammenities-grid-inner .ammenities-grid-item {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .ammenities-grid .ammenities-grid-inner .ammenities-grid-item {
    width: 75%;
    margin: 5% 0;
  }
}

.ammenities-grid .ammenities-grid-inner .ammenities-grid-item img {
  width: 100%;
}

.ammenities-grid .ammenities-grid-inner .ammenities-grid-item:before {
  content: "";
  background-color: rgba(55, 52, 46, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease all;
  mix-blend-mode: multiply;
}

@media (max-width: 767px) {
  .ammenities-grid .ammenities-grid-inner .ammenities-grid-item:before {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .ammenities-grid .ammenities-grid-inner .ammenities-grid-item:hover .grid-hover-content {
    opacity: 1;
    transition: 0.3s ease all;
    transform: translate(-50%, -50%);
  }
  .ammenities-grid .ammenities-grid-inner .ammenities-grid-item:hover:before {
    transition: 0.3s ease all;
    opacity: 1;
  }
}

.ammenities-grid .ammenities-grid-inner .ammenities-grid-item .grid-hover-content {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
  width: 100%;
  padding: 15px;
}

@media (max-width: 767px) {
  .ammenities-grid .ammenities-grid-inner .ammenities-grid-item .grid-hover-content {
    width: 80%;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.ammenities-grid .ammenities-grid-inner .ammenities-grid-item .grid-hover-content .hover-text,
.ammenities-grid .ammenities-grid-inner .ammenities-grid-item .grid-hover-content .hover-title {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .ammenities-grid .ammenities-grid-inner .ammenities-grid-item .grid-hover-content .hover-text,
  .ammenities-grid .ammenities-grid-inner .ammenities-grid-item .grid-hover-content .hover-title {
    font-size: 16px;
  }
}

.ammenities-grid .ammenities-grid-inner .ammenities-grid-item .grid-hover-content .hover-divider {
  width: 30%;
  height: 2px;
  background-color: #cc633f;
  margin: 0 auto;
}

.ammenities-grid .ammenities-grid-inner .ammenities-grid-item .grid-hover-content .hover-title {
  color: #cc633f;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-weight: 700;
}

.ammenities-grid .ammenities-grid-inner .ammenities-grid-item .grid-hover-content .hover-text {
  color: white;
  line-height: 1.75rem;
}


.page-template-template-events-page .page-hero:before{
    display: none;
}

.tour-page .form-title .market-title{
    color: white;
}

.tour-page .form-wrapper{
    position: relative;
height: 100%;
display: flex;
justify-content: center;
}

.tour-page .form-inner{
height: 100%;
position: relative;
max-width: 950px;
}
.tour-page .form-inner legend {
    color: #fff;
	    font-size: 1rem;
}
.tour-page .hbspt-form .hs-submit {
    margin-top: 4rem;
}
.tour-form .hbspt-form .hs-submit .actions {
    margin-bottom: -56px !important;
}
h2, h3.block__title, .block--half h3.block__title, #mm-1 #property_info_modal h4.propname, .market-title {
    font-size: max(2em, 28px);
}
@media (max-width: 1180px){
    .tour-page .form-inner{
        width: 100%;
    }
}

.tour-page .form-box{
    background-color: #37342e;
position: absolute;
padding: 2% 10%;
top: 10%;
width: 100%;
}

.tour-page .leaf-wrapper{
    margin-top: -40px;
}

.tour-page .tour-form .frm_submit{
    display: flex;
    justify-content: center;
}

.tour-page .tour-form .frm_submit button{
    position: relative;
transform: translateY(40px);

}

@media (max-width: 599px){
    .container-fluid .tour-intro{
        margin-top: 350px;
    }
}

@media (max-width: 414px){
    .container-fluid .tour-intro{
        margin-top: 300px;
    }
}

@media (max-width: 375px){
    .container-fluid .tour-intro{
        margin-top: 500px;
    }
}

.tour-nav a{
    background: #c75833;
    padding: 15px 25px !important;
    font-weight: 600;
}


/*************Navbar**************/
.new-nav .dropdown-toggle {
  position: relative;
}

.mm-menu .mm-panel {
  font-family: 'open sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.new-nav .dropdown-toggle::after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1.5);
  color: #c85730;
  top: 1.75em;
}

.new-nav.top-sidebar {
  background: rgba(0, 0, 0, 0.62);
  height: 82px;
  margin-bottom: -82px;
}

.new-nav.top-sidebar .main-menu .menu-item {
  font-weight: bold;
  font-size: 1em;
}

.new-nav.top-sidebar .main-menu .menu-item a.nav-link {
    font-size: 1em;
}

.new-nav .navbar-brand img {
  margin-left: 1.5rem;
  width: 57px;
  padding: 8px 0;
}

.new-nav #menu-item-104496 a {
  background: #c85730;
  padding: 1em;
}

.new-nav #menu-item-104496 a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  color: #f68e56;
  transform: rotate(-90deg) scaleY(1.5);
}

.new-nav .dropdown-menu {
  top: 82px;
}

.new-nav #menu-item-66847 a::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 34px;
  background-image: url('../../template-assets/map.png');
  position: relative;
  top: 0.25em;
  margin: -1em 1em 0 0.5em;
}

.page-interactive-map .new-nav.top-sidebar {
  margin-bottom: 0;
  height: 80px;
}

.page-interactive-map .new-nav.top-sidebar #navbarDropdown {
  margin-top: -80px;
}

/******nav dropdown*******/
#menu-item-66852, #menu-item-66857 {
  position: relative;
}

#menu-main-menu-new .dropdown-menu::before, #menu-main-menu-new .dropdown-menu::after {
  display: none;
}

#menu-main-menu-new .dropdown-menu {
  grid: 25% 25% 25% 25% / 25% 25% 25% 25%; /* Rows / column */
  display: none;
  padding: 1rem;
  width: 100vw;
  height: 100vh;
  max-width: 982px;
  max-height: 258px;
  left: 0;
  transform: translateX(-40%);
  padding: 35px 50px 23px; /* top / left and right / bottom*/
  border-bottom: 6px solid #c85730;
}

#menu-item-66857 .dropdown-menu {
  max-width: 525px;
  grid: 100% / 50% 50%;
}

#menu-main-menu-new .dropdown:hover .dropdown-menu {
  display: grid;
}

#menu-main-menu-new .dropdown .dropdown-menu a {
  font-size: .9em;
}

#menu-main-menu-new .dropdown .dropdown-menu li {
  padding: 0;
}

#menu-item-66397 {
  grid-area: 1 / 1 / 5 / 2; /* Row start / column start / row end / column end */
}

#menu-item-66402 {
  grid-area: 1 / 2 / 5 / 3;
}

#menu-item-66427 {
  grid-area: 1 / 3 / 5 / 4;
}

#menu-item-66452 {
  grid-area: 1 / 1 / 2 / 2;
}

#menu-item-66457 {
  grid-area: 1 / 2 / 2 / 3;
}

#menu-item-66397 a::before, #menu-item-66402 a::before, #menu-item-66427 a::before, #menu-item-66452 a::before, #menu-item-66457 a::before {
  content: '';
  width: 176px;
  height: 176px;
  display: block;
  position: absolute;
  top: -12.5em;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('/wp-content/themes/brmc/template-assets/dd1.jpg');
  background-size: cover;
}

#menu-item-66397 a, #menu-item-66402 a, #menu-item-66427 a, #menu-item-66452 a, #menu-item-66457 a {
  text-align: center;
  position: relative;
  align-self: flex-end;
  padding: 0;
}

#menu-item-66397 a::after, #menu-item-66402 a::after, #menu-item-66427 a::after, #menu-item-66452 a::after, #menu-item-66457 a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  color: #c85730;
  transform: rotate(-90deg) scaleY(1.5) scale(1.5);
}

#menu-item-66402 a::before {
  background-image: url('/wp-content/themes/brmc/template-assets/dd2.jpg');
}

#menu-item-66427 a::before {
  background-image: url('/wp-content/themes/brmc/template-assets/dd3.jpg');
}

#menu-item-66452 a::before {
  background-image: url('/wp-content/themes/brmc/template-assets/dd4.jpg');
}

#menu-item-66457 a::before {
  background-image: url('/wp-content/themes/brmc/template-assets/dd5.jpg');
}

@media (max-width: 500px) {
  .new-nav.top-sidebar {
    background: rgba(43, 33, 17, 0.95);
    margin-bottom: 0;
  }
}


/*************Home**************/

body #outer_wrapper > .container-fluid {
  max-width: unset;
}

body[class*="template-home"] #mm-1 {
  overflow-x: hidden;
}

body[class*="template-home"] {
    background: white;
}

body[class*="template-home"] svg:not(.fa-play) {
    display: block;
    margin: 0 auto .75em;
    width: 2vw;
    height: 3vw;
    min-width: 21px;
    min-height: 30px;
    max-width: 27px;
    max-height: 45px;
}

body[class*="template-home"] #intro svg:not(.fa-play) {
  margin: 0 auto .75em;
}

svg .cls-1 {
    fill: #dacfbe;
}

.separator {
    background: #c9582c;
    width: 115px;
    height: 4px;
    margin: 25px auto;
}

body[class*="template-home"] .btn {
    background: #dacfbe;
    color: #3f3d36;
    display: inline-block;
    border-radius: 0;
    /*padding: 1em 1.75em;*/
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    /* left: 50%;
    transform: translateX(-50%); */
    font-family: 'open sans', Arial, Helvetica, sans-serif;
    font-size: .8rem;
    padding: 0.9375rem 1.25rem;
}

.btn.orange {
    background: #c85730;
    color: white;
    padding: 1.25em 1.75em;
}

.btn.orange .fa-play path {
    fill: #f68e56;
}

.featured-home .fa-play path, .amenities .fa-play path, .premier .fa-play path, .btn .fa-play path {
    fill: #c75833;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1585px;
    }
}
/***********Titles******/
h1 {
    font-size: 2.8125em;
    font-family: 'playfair display', serif;
    line-height: 1.15em;
    color: white;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 2.5em;
    font-family: 'playfair display', serif;
    line-height: 1.15em;
    color: #3f3d36;
    text-align: center;
    margin-bottom: 1.25em;
}

.qc h2 {
    color: white;
    text-align: left;
    margin-bottom: 0.25em;
}

.hero h2 {
    font-size: 1.0625em;
    font-family: 'open sans', Arial, Helvetica, sans-serif;
    color: #f26736;
    margin-bottom: 3em;
}

.light-orange {
    color: #f26736;
}

.orange {
    color: #cc633f;
}

.dark-orange {
    color: #c85730;
}

.amenities h2 {
    font-size: 2.8125em;
}

.premier h2 {
    font-size: 2.1875em;
}

.testimonials h2 {
    font-size: 1.25em;
    font-family: 'open sans', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
}

/***********Subtitles******/
h3 {
    font-size: 1.0625em;
    font-family: 'open sans', Arial, Helvetica, sans-serif;
    line-height: 1.25em;
    color: #cc633f;
    text-align: center;
}

.intro h3, .featured-home h3, .premier h3 {
    font-size: max(0.9375em, 11px);
}

.qc h3 {
    font-size: 1.25em;
    color: #c7603d;
    text-align: left;
    font-weight: normal;
    margin-bottom: 2em;
}

.testimonials h3 {
    font-size: 1.5625em;
    color: #c85730;
    font-family: 'playfair display', serif;
}

h4 {
    font-size: 1.875em;
    line-height: 1.25em;
    color: #c85730;
    text-align: center;
    font-family: 'playfair display', serif;
}

h5 {
    font-size: 1.25em;
    line-height: 1.25em;
    color: #c85730;
    text-align: left;
    font-family: 'playfair display', serif;
}

.subtitle {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

/*******Body*******/
.intro p, .premier p, .amenities p {
    font-size: 1.125em;
    font-family: 'playfair display', serif;
    line-height: 1.75em;
    color: #231f20;
}

.hero p {
    font-size: max(0.9375em, 11px);
    color: #dacfbe;
    font-family: 'open sans', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 2em;
}

.intro p {
    font-size: 1.125em;
    position: relative;
}

.featured-home .home > p {
    font-family: 'open sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: max(0.8125em, 10px);
    text-align: center;
    letter-spacing: 2px;
}

#mm-1 .featured-home .inner p, .featured-home li {
    font-size: max(0.8125em, 10px);
    font-family: 'playfair display', serif;
    text-align: left;
    font-weight: normal;
}

.featured-home li {
  font-family: 'open sans', Arial, Helvetica, sans-serif;
  line-height: 1.25;
  list-style: disc;
  margin-left: 1.3625em;
}

.featured-home li + li {
  margin-top: 1.5em;
}

.featured-home .banner p {
    font-size: max(0.9375em, 11px);
    font-family: 'open sans', Arial, Helvetica, sans-serif;
    color: #cc633f;
    text-align: center;
}

.featured-home .banner p span {
    color: #dacfbe;
}

.featured-home a {
    font-size: max(0.9375em, 11px);
    font-family: 'open sans', Arial, Helvetica, sans-serif;
}

.amenities p {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  display: inline-block;
  margin: 3em 0;
}

.premier p {
    text-align: left;
    display: inline-block;
}

.qc p {
    color: white;
    font-size: 1.125em;
}

.testimonials p {
    text-align: center;
}

.quote {
    font-size: 1.0625em;
    line-height: 1.5;
}

.author {
    font-size: max(0.9375em, 11px);
    color: #3d3a3a;
    font-family: 'open sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

a {
    font-size: 1.0625em;
    display: inline;
}

/*************Hero**************/
.hero {
    position: relative;
}

body[class*="template-home"] .hero > .bg-vid-wrapper {
  position: relative;
  top: 0;
  min-width: 100vh;
  width: 100vw;
  min-height: 55vh;
  height: 100%;
  max-height: 95vh;
  overflow: hidden;
  z-index: 0;
  background: black;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
}

body[class*="template-home"] .hero > .bg-vid-wrapper iframe {
  opacity: 0.5;
}

body[class*="template-home"] .hero > img {
    position: relative;
    z-index: -1;
    min-height: 55vh;
    object-fit: cover;
    width: 100vw;
    max-height: 95vh;
}

.top, .bottom {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
 
.bottom {
    top: unset;
    bottom: 0;
}

.arrow {
    display: block;
    margin: 0 auto;
}

/*************Intro*************/
.intro p {
    text-align: left;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1140px;
}

/*************Featured Home**************/
.featured-home {
    position: relative;
    display: flex;
    flex-direction: column;
}

.featured-home > img {
  width: 100vw;
  max-height: 774px;
  object-fit: cover;
}

.featured-home .home {
    background: rgba(229, 230, 225, 0.9);
    width: 680px;
    position: absolute;
    top: calc(50% - 45px);
    right: 2vw;
    /* right: 10vw; */
    /*left: 2vw;*/
    /*padding: 3em;*/
    padding: 1.5em;
    transform: translateY(-50%);
    max-height: 590px;
}

.featured-home .home h3 {
  letter-spacing: 2px;
}

.featured-home .home h2 {
  margin-bottom: 0;
}

.featured-home .home .inner {
    background: #d4d5ce;
    padding: 0.5em 2.5em;
}

.featured-home .home .inner p {
  line-height: 2;
}

.featured-home .home .inner .features {
  padding: 0 0.5em;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.featured-home .home .inner .features h5 {
  flex: 0 1 100%;
}

.featured-home .home .inner .features div {
  flex: 0 1 45%;
}

.featured-home .home .inner .features div + div {
  margin-left: 10%;
}

.featured-home .home .btn.orange {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2em;
}

.featured-home .banner {
  background: #3f3d36;
  padding: 1.5em 0;
}

.featured-home .banner p {
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
}

/*************Amenities**************/
.amenities {
  background: linear-gradient(to bottom, white 30vw, #f0efef 0);
  padding-bottom: 0;
}

.amenities img {
    display: block;
    margin: 0 auto;
}

.amenities .col-sm-3 img {
  filter: brightness(0);
  width: max(142px, min(11.75vw, 226px));
  height: max(65px, min(5.575vw, 107px));
}

.amenities .btn {
  margin-bottom: -2em;
}

/*************Premier**************/
.premier {
  padding: 10em 0;
}

.premier .custom-border {
  width: 127px;
  height: 8px;
  margin-bottom: 3em;
}

.premier .btn {
  padding: 0.85em 2.85em;
  margin-top: 1.5em;
  left: 0;
  transform: unset;
}

/*************QC**************/
.qc {
    position: relative;
}

.qc > img {
  width: 100vw;
  max-height: 782px;
}

.qc .content {
    text-align: left;
    left: 10vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 85ch;
}

.qc .btn {
  padding: 1em 2.75em;
  left: 0;
  transform: unset;
}

.qc .logos {
  margin-top: 4em;
  width: 100vw;
}

.qc .logos ~ .logos {
  margin-top: 2em;
}

.qc .logos img ~ img {
  margin-left: 5em;
}

/*************Testimonials**************/
.testimonials .row {
  align-items: center;
}

.testimonials .slick-slider {
  margin: 5em auto;
}

.slick-prev {
  z-index: 1;
}

.testimonials .slick-prev:before, .testimonials .slick-next:before {
  color: black;
  font-size: 2rem;
}

.testimonials img {
  width: 100%;
  max-height: 33vw;
  object-fit: contain;
}

.testimonials .col-md-6 {
  padding: 5rem;
}

.slick-prev {
  left: 1vw;
}

.slick-next {
  right: 1.5vw;
}

/*************HOME RESPONSIVE**************/
@media (max-width: 1860px) {
  body[class*="template-home"] br, #contact br {
    display: none;
  }

  .top img {
    width: 40%;
  }

  body[class*="template-home"] #mm-1 {
    font-size: 0.9rem;
  }

  h1 {
    font-size: 2.5em;
  }

  .featured-home .home {
    width: 40%;
    font-size: 0.9em;
  }

  .featured-home .home .inner {
    font-size: 0.9rem;
  }
}

@media (max-width: 1500px) {
  h1 {
    font-size: 2.25em;
  }

  .premier .col-xl-6, .testimonials .col-md-6 {
    padding: 5em;
  }
}

@media (max-width: 1300px) {
  .featured-home .home {
    position: relative;
    width: 100%;
    top: 0;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }

  .featured-home .home .btn.orange {
    position: relative;
    bottom: unset;
    margin-top: 2em;
  }

  .featured-home .banner {
    padding: 1.5em 0.25em
  }

  .testimonials .slick-slider {
    margin: 5em auto 0;
  }
}

@media (max-width: 1199px) {
  body[class*="template-home"] .btn {
    font-size: 0.8rem;
  }

  body[class*="template-home"] #mm-1 {
    font-size: 0.7rem;
  }

  .premier .col-xl-6:nth-child(1) {
    padding-top: 0;
  }

  .premier .col-xl-6:nth-child(2) {
    padding-bottom: 0;
  }

  .qc {
    background: black;
  }

  .qc > img {
    height: 160vw;
    width: 100vw;
    max-height: 675px;
    object-fit: cover;
    object-position: 75% 50%;
  }

  .premier .col-xl-6, .testimonials .col-md-6 {
    padding: 2.5em;
  }

  .slick-prev {
    left: -1vw;
  }

  .slick-next {
    right: 0.5vw;
  }
}

@media (max-width: 991px) {
    .qc > img {
      position: absolute;
    }
  
    .qc .content {
      padding: 10vw;
      text-align: center;
      left: 0;
      position: relative;
      top: 0;
      height: unset;
      transform: unset;
      width: 100vw;
      background: #000000af;
      max-height: 675px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .qc h2, .qc h3 {
      text-align: center;
    }

    .qc .logos {
      text-align: center;
      width: 80vw;
      max-width: 300px;
    }

    .logos img {
      width: 40%;
    }

    .qc .logos ~ .logos {
      margin-top: 0;
    }

    .qc .logos img ~ img {
      margin: 2em auto;
      display: block;
    }
}

@media (max-width: 768px) {
  .slick-next {
    right: 1vw;
  }

  .testimonials img {
    width: 90%;
    max-height: 55vw;
    object-fit: cover;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .amenities .col-sm-3 img {
    width: 75%;
    height: 100%;
    max-width: 350px;
    max-height: 160px;
  }

  .qc {
    background: black;
    /*min-height: 130vh;*/
  }

  .qc > img {
    /*height: 130vh;*/
    width: unset;
    max-height: unset;
    height: 100%;
  }

  .qc .content {
    max-height: unset;
  }

  .testimonials img {
    max-height: 70vw;
  }

  .slick-prev {
    left: 12.5px;
  }

  .slick-next {
    right: 25px;
  }
}

@media (max-width: 500px) {
    h1 {
      font-size: 1.75em;
    }
    
    .hero h2 {
      margin-bottom: 0;
    }

    .hero p {
      margin-bottom: 1em;
    }

    .top {
      width: 70%;
    }

    .top img {
      width: 30%;
    }

    .bottom {
      width: 100%;
    }

    .featured-home .home .inner .features {
      display: block;
    }

    .featured-home .home .inner .features div + div {
      margin-left: 0;
    }

    .amenities {
      padding-top: 5em;
      background: linear-gradient(to bottom, white 300px, #f0efef 0);
    }

    .amenities .col-sm-3 img {
      width: 60%;
    }

    .home h2:not(.subtitle) {
      font-size: 24px;
    }

    .testimonials .row h2 {
      font-size: 19px;
    }

    .featured-home .home {
      max-height: unset;
    }
}

/*************Lookbook**************/
.lookbook-wrapper .watermark {
  background-image: url("../../template-assets/svg-bg.jpg");
  display: flex;
  align-items: center;
  min-height: 519px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.lookbook-wrapper .form-wrapper {
  background: #e5e6e1;
  width: 680px;
  padding: 3em;
  position: relative;
  left: 45%;
}

.lookbook-wrapper h3 {
    color: #cc633f;
    line-height: 1.25em;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'open sans', arial;
    text-align: center;
    font-size: max(0.9375em, 11px);
}

#schedule-discovery-tour.lookbook-wrapper h2 {
    color: black;
    font-size: 2.25em;
    text-align: center;
    margin-bottom: 25px;
}

.lookbook-wrapper .form-wrapper > img {
  position: absolute;
  top: 13%;
  left: -68%;
}

.lookbook-wrapper .frm_fields_container {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0;
}

.lookbook-wrapper .form-wrapper .frm_half {
  flex: 0 1 49%;
  margin: 0;
  margin-bottom: 2%;
}

.lookbook-wrapper .form-wrapper .frm_half:nth-child(odd) {
  margin-left: 2%;
}

.lookbook-wrapper .form-wrapper .frm_form_fields .frm_half input {
  background: #d4d5ce;
  border-radius: 3px;
  box-shadow: none;
}

.lookbook-wrapper .form-wrapper .frm_half input::placeholder {
  color: #37342e;
  font-family: 'playfair display', serif;
}

.lookbook-wrapper .frm_button_submit svg {
    margin: 0;
    height: 1em;
    min-height: unset;
    min-width: unset;
}

#frm_field_132_container{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#frm_field_132_container input#field_tgfhc-0 {
  position: relative;
  top: 0.375em;
  background: white;
  border: none;
}

#frm_field_132_container label {
  color: #231f20;
  font-family: 'playfair display', serif;
  font-size: max(0.825em, 14px);
}

.lookbook-wrapper .form-wrapper .frm_submit {
  margin: 0 auto;
  margin-bottom: -4em;
}

.lookbook-wrapper .form-wrapper .frm_submit .frm_button_submit {
  position: relative;
  bottom: -1.5em;
  padding: 0.9375rem 1.25rem;
  height: unset;
  font-family: 'open sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: max(0.8rem, 10px);
}

.lookbook-wrapper .form-wrapper .frm_submit .frm_button_submit svg path {
  fill: #f68e56;
}

/*************Contact**************/
#contact {
  padding: 4rem 0;
  background: white;
}

#contact .row {
  align-items: flex-end;
}

#contact h2 {
  font-size: 2.5em;
  color: #37342e;
  text-align: left;
  margin-bottom: 25px;
}

#contact p {
  color: #37342e;
  text-align: left;
  font-size: 1em;
  line-height: 1.5;
}

#contact h3, #contact a, #contact p:nth-of-type(2) {
  color: #df6f42;
  text-align: left;
  font-family: 'open sans', Arial, Helvetica, sans-serif;
  font-size: max(0.9375em, 11px);
  font-weight: bold;
  letter-spacing: 1px;
}

#contact h3 {
    letter-spacing: 3px;
}

#contact p:nth-of-type(2) {
  margin: 0;
}

#contact svg {
    display: inline-block;
    margin: 0;
}

#contact svg:not(.fa-play) {
  width: 2vw;
  height: 3vw;
  min-width: 21px;
  min-height: 30px;
  max-width: 27px;
  max-height: 45px;
}

#contact svg .cls-1 {
    fill: #dacfbe;
}

#contact p > svg {
    height: 1em;
    width: 0.875em;
}

#contact p > svg path {
    fill: #f68e56;
}

/*************FOOTER**************/
#footer-new {
  background: #3d3a3a;
  color: white;
  padding: 5em 12em 2em;
}

#footer-new a {
  color: white;
}

#footer-new p {
  font-size: 1em;
  color: white;
}

#footer-new .row h3 {
    color: #cc633f;
    text-align: left !important;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'open sans', arial;
    margin-bottom: 15px;
}

#footer-new ul li {
  font-family: 'playfair display', serif;
  line-height: 2.5;
}

#footer-new ul, #footer-new div > div:nth-of-type(2) > div {
  border-left: 2px solid #c9582c;
  padding-left: 1em;
  font-size: 1em;
}

#footer-new div > div:nth-of-type(2) > div p {
  font-size: 1em;
  line-height: 1.5;
}

#footer-new .orange {
  color: #c85730;
}

#footer-new .orange a {
  color: white;
}

#footer-new > div:nth-of-type(2) {
  text-align: center;
  display: block;
}

#footer-new > div:nth-of-type(2) p {
  font-size: .8125em;
}

#footer-new svg {
    width: 23px;
    height: 23px;
    margin: 0;
    margin-right: 1em;
    display: inline-block;
    min-width: unset;
    min-height: unset;
}

#footer-new svg path {
    fill: #dacfbe;
}

@media (max-width: 1199px) {
    .lookbook-wrapper {
      margin-top: 5vw;
    }

    .lookbook-wrapper .watermark {
      padding: 15vw 0 10vw;
    }

    .lookbook-wrapper .form-wrapper {
        width: 625px;
        left: 50%;
        transform: translateX(-50%);
    }

    .lookbook-wrapper .form-wrapper > img {
        /*top: -32%;
        left: -27%;
        width: 45%;
        top: -10vw;
        left: -14.5vw;
        width: 24vw;*/
        width: min(50vw, 300px);
        left: 50%;
        transform: translateX(-50%);
        margin-top: -25%;
        margin-bottom: 5%;
        position: relative;
    }

    #contact .row > div, #contact .row > div:nth-child(2) * {
        text-align: center;
    }

    #footer-new .col-lg-4 + .col-lg-4 {
        margin-top: 1em;
    }
}

@media (max-width: 991px) {

    #footer-new > div:nth-of-type(2) {
        margin: 2em 0;
    }
}

@media (max-width: 768px) {
    #footer-new {
        padding: 5em 2em 2em;
    }

    #footer-new .row > div {
        text-align: center;
    }

    #footer-new .row > div h3 {
        text-align: center !important;
        font-size: 1.25em;
    }

    #footer-new .row > div ul, #footer-new .row > div > div, #footer-new div > div:nth-of-type(2) > div {
        border: none !important;
        font-size: 1.5em;
    }
}

@media (max-width: 500px) {
    .lookbook-wrapper .form-wrapper > img {
        /*top: -35%;
        width: 40%;*/
        
    }

    #contact .col-md-3 img {
        width: 50%;
    }
}

.frm_forms.with_frm_style .frm_message, .frm_forms.with_frm_style .frm_error_style {
  padding: 0;
}

.page-interactive-map #imap-wrap {
  height: calc(100vh - 82px);
}

/* BS Modal Transition Override */
.fade.show {
  opacity: 1;
}