@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Playfair+Display:wght@600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
:root {
  /* Colors */
  --colorPrimary-h: 0;
  --colorPrimary-s: 0%;
  --colorPrimary-l: 24%;
  --brand-color-1: #beb6a9;
  --brand-color-2: #e0d9c7;
  --brand-color-3: #f5f4ef;
  --brand-color-4: #d8d8d8;
  --brand-color-5: #3c4c66;
  --brand-color-6: #3d3d3d;
  
  /* Fonts */
  --heading-font: "Playfair Display", sans-serif;
  --text-font: "Montserrat", sans-serif;
}

/*--Typography--*/
body, .btn, p {
    font-family: var(--text-font, sans-serif);
}
.font-sans {
    font-family: var(--text-font, sans-serif);
}
h1, h2, h3, h4, h5, h6, .h1, .h1, .h3, .h4, .h5, .h6, .section-inverse h1, .font-serif {
    font-family: var(--heading-font, serif);
    font-weight: 400;
}

/*General classes missing from kvCORE version of Bootstrap*/
.position-relative{position:relative}
.overflow-hidden{overflow:hidden}
.d-block{display:block}
.d-none{display:none}
.flex-column{flex-direction:column}
.align-items-center{align-items:center!important;}
.align-self-center{align-self:center!important;}
.justify-content-center{justify-content:center!important}
.h-100{height:100%}
.w-100{width:100%}
.text-white{color:#fff}
.font-weight-bold{font-weight:bold!important}
.text-center{text-align:center}
.img-fluid{display:block;max-width:100%;height:auto}
.object-fit-container{min-height:360px;z-index:1}
.object-fit-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.m-x-auto{margin-left:auto!important;margin-right:auto!important;}
.m-x-1{margin-left:1rem!important;margin-right:1rem!important}
.m-y-0{margin-top:0!important;margin-bottom:0!important}
.m-y-1{margin-top:1rem!important;margin-bottom:1rem!important}
.m-b-0{margin-bottom:0}
.m-b-1{margin-bottom:1rem}
.m-b-2{margin-bottom:1.5rem}
.p-a-3{padding:3rem}
.p-x-0{padding-left:0!important;padding-right:0!important}
.p-x-2{padding-left:1.5rem;padding-right:1.5rem}
.p-y-3{padding-top:3rem;padding-bottom:3rem}
.p-t-3{padding-top:3rem}


.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}
.embed-responsive-16by9{padding-bottom:56.25%}
.embed-responsive .embed-responsive-item{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}

.kv-btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.kv-btn-group>.kv-btn:first-child {
    margin-left: 0;
}
.kv-btn-group>.kv-btn {
    position: relative;
    float: left;
}
.kv-btn {
    border: 0;
    border-radius: 0;
    font-size: 1.05em;
    font-weight: 500;
    padding: 9px 20px;
    transition: background-color .15s linear;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
    transition: .15s all linear;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 35%) - 10%),1);
}
.btn-white {
    color: #000;
    background-color: #fff;
}

.row{margin-left:-0.9375rem;margin-right:-0.9375rem}

/*Create equal height columns on desktop*/
.row.eq-height {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.row.eq-height .col-xs-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
.row.eq-height .col-xs-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
@media (min-width: 544px){
    .row.eq-height .col-sm-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
}
@media (min-width: 768px){
    .row.eq-height .col-md-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
    .row.eq-height .col-md-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
    .row.eq-height .col-md-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
    .row.eq-height .col-md-8{ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%;max-width: 66.66667%}
    .row.eq-height .col-md-9{ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%}
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}
}
@media (min-width: 992px){
    .row.eq-height .col-lg-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
    .row.eq-height .col-lg-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
    .row.eq-height .col-lg-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
    .row.eq-height .col-lg-8{ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%;max-width: 66.66667%}

    .col-lg-offset-2{margin-left:16.66667%}
}
@media (min-width: 1200px){
    .row.eq-height .col-xl-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
    .row.eq-height .col-xl-5{ms-flex: 0 0 41.66667%;flex: 0 0 41.66667%;max-width: 41.66667%}
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .map-filter, .map-filter-horizontal .map-filter {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

/*Remove gutters from rows*/
.row.no-gutters{margin-right:0;margin-left:0}
.row.no-gutters>[class*=col-]{padding-right:0;padding-left:0}

/*4-side equal gutters on colums*/
.row.equal-gutters{margin:7px}
.row.equal-gutters>[class*=col-]{padding:7px}

@media (min-width: 768px){
    .m-y-md-3{margin-top:3rem!important;margin-bottom:3rem!important}
    .m-b-md-0{margin-bottom:0!important}
}


/*--BoomTown Classes--*/
    /*-Homepage text widget reset-*/
    .widget.widget_homepage-text {
        max-width: 100%;
        margin: 0 !important;
    }
    .widget.widget_homepage-text .grid--gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .widget.widget_homepage-text .grid--gutters > .cell {
        padding: 0 !important;
    }
    .full-width {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

.bt-homepage__widget-wrapper .widget {
    padding: 0;
}

body {
    background-color: var(--brand-color-3, #f9f9f8);
}
.background-white {background-color:#fff}
.section-inverse {
    background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
    color: #fff;
}
.section-inverse-alt {
    background-color: var(--brand-color-5, hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1));
}
.section-inverse h1, .section-inverse-alt h1 {
    color: #fff !important;
}


#information-bar {
    color: #fff;
    font-size: 1.05em;
    font-weight: 400;
    line-height: 2;
    padding: 20px 0;
    text-align: center;
}
#information-bar h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.border-indent-title {
    overflow: hidden;
}
.border-indent-title h1 {
    display: inline-block;
}
.border-indent-title h1 span:nth-child(1) {
    display: block;
    font-size: 5vw;
    letter-spacing: 2px; 
    text-align: left;
}
.border-indent-title h1 span:nth-child(2) {
    display:block;
    font-size: 7.5vw;
    font-weight: 600;
    letter-spacing: -1.8px;
    text-align: left;
    margin-left: 2px;
    padding-left: 2.3vw;
    position: relative;
}
.border-indent-title h1 span:nth-child(2)::before {
    content:'';
    position: absolute;
    height: 75%;
    border-right: 2px solid var(--brand-color-2, #c5a95e);
    top: 8px;
    left: 0;
}
@media (min-width: 576px) {
    .border-indent-title h1 span:nth-child(1) {
        font-size: 3.5vw;
    }
    .border-indent-title h1 span:nth-child(2) {
        font-size: 5.5vw;
        margin-left: 2px;
        padding-left: 2vw;
    }
    .border-indent-title h1 span:nth-child(2)::before {
        border-width: 3px;
        height: 75%
    }
}
@media (min-width: 768px) {
    .border-indent-title h1 span:nth-child(1) {
        font-size: 2.75vw;
    }
    .border-indent-title h1 span:nth-child(2) {
        font-size: 4.5vw;
        margin-left: 3px;
        padding-left: 1.5vw;
    }
    .border-indent-title h1 span:nth-child(2)::before {
        border-width: 3px;
        height: 75%
    }
}
@media (min-width: 992px) {
    .border-indent-title h1 span:nth-child(1) {
        font-size: 2vw;
    }
    .border-indent-title h1 span:nth-child(2) {
        font-size: 3.5vw;
        margin-left: 2px;
        padding-left: 1vw;
    }
    .border-indent-title h1 span:nth-child(2)::before {
        border-width: 4px;
        height: 75%
    }
}

/*--Featured Search Section--*/
#search-grayscale h2 {
  font-size: 50px;
  line-height: 0.9;
  padding-bottom: 30px;
}
#search-grayscale h2 small {
  font-size: 18px;
  letter-spacing: 4px;
}
#search-grayscale figure {
  position: relative;
  margin-bottom: 0;
}
#search-grayscale figure img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  filter: grayscale(100%) brightness(50%);
  transition: all 0.5s ease;
}
#search-grayscale figure:hover img {
  filter: grayscale(0%) brightness(100%);
}
#search-grayscale figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px;
  text-align: center;
}
#search-grayscale figure figcaption h3 {
  position: relative;
  display: inline;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
}
#search-grayscale figure figcaption h3::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -10px;
  display: inline-block;
  height: 1.3rem;
  border-right: 2px solid var(--brand-color-2, #c5a95e);
  margin-right: 12px;
}



/*--Fixed Background 100vh Offset 6--*/
.fixed-bg-100vh-offset-6 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fixed-bg-100vh-offset-6 .row {
    position: relative;
    z-index: 3;
}
.fixed-bg-100vh-offset-6 .content {
    background-color: rgba(129,0,0,0.9);
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
}
@media (min-width: 576px) {
    .fixed-bg-100vh-offset-6 .content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.fixed-bg-100vh-offset-6 .content h2 {
    margin-bottom: 12px;
}
.fixed-bg-100vh-offset-6 h2 .sub-heading {
    display: block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 4px;
}
.fixed-bg-100vh-offset-6 h2 .main-heading {
    display: block;
    font-size: 45px;
}

.bg-wrap-fixed + .container {
    z-index: 3;
    transform: translateZ(0);
    will-change: transform;
}
.bg-wrap-fixed {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0);
}
.bg-wrap-fixed img {
    position: fixed;
    z-index:0;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translateZ(0);
    will-change: transform;
    -filter:brightness(.5);
}
#cta-50-left.fixed-bg-100vh-offset-6 .content {
    background-color: rgba(0,0,0,0.7);
}
#cta-50-right.fixed-bg-100vh-offset-6 .content {
    background-color: rgba(0, 0, 0, 0.7);
}

.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
    font-size: 3.25vw;
    color: #fff;
}
.fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
    font-size: 6vw;
    color: #fff;
}
@media (min-width: 576px) {
    .fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
        font-size: 3.5vw;
    }
    .fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
        font-size: 5.75vw;
    }
}
@media (min-width: 768px) {
    .fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
        font-size: 2.5vw;
    }
    .fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
        font-size: 4vw;
    }
}
@media (min-width: 992px) {
    .fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
        font-size: 2vw;
    }
    .fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
        font-size: 3vw;
        padding-left: 1.33vw;
    }
}
@media (min-width: 1200px) {
    .fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(1) {
        font-size: 1.5vw;
    }
    .fixed-bg-100vh-offset-6 .border-indent-title h1 span:nth-child(2) {
        font-size: 2.6vw;
        padding-left: 1.25vw;
    }
}


/*--Proven Record Of Success--*/
    #listing-stats .counter-box {
        font-size: 26px;
        line-height: 1.2;
    }
    #listing-stats .counter-label {
        font-size: 14px;
    }
    @media (min-width: 570px){
        #listing-stats .counter-box {
            font-size: 30px;
        }
        #listing-stats .counter-label {
            font-size: 16px;
        }
    }
    @media (min-width: 992px){
        #listing-stats .counter-wrapper:nth-of-type(n+2) {
            border-left: 1px solid #000;
        }
        #listing-stats .counter-box {
            font-size: 35px;
        }
        #listing-stats .counter-label {
            font-size: 18px;
        }
    }
/*--Custom Team Section--*/
    #custom-team figure {
        margin-top: 0;
        margin-bottom:32px;
    }
    @media (min-width: 992px) {
        #custom-team figure {
            margin:0 !important;
        }
    }
    #custom-team figure img {
        height: 380px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

/*--Testimonials--*/
#testimonials-carousel .testimonial-carousel__container .glide {
    border: none;
}
#testimonials-carousel .bt-widget-testimonials {
    padding-bottom: 3rem;
}

/*--Social Media Accordian--*/
#social-boxes {
    overflow: hidden;
}
#social-boxes .row.eq-height {
    flex-wrap: nowrap;
}
#social-boxes .col {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    transition: all .33s ease;
}
#social-boxes #social-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width: 768px){
    #social-boxes #social-header {
        height: 495px;
    }
}
#social-boxes #social-header img {
    width: 300px;
    filter: brightness(0) invert(1);
}
#social-boxes .social-links a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    text-decoration: none !important;
}
@media (min-width: 768px) {
    #social-boxes .social-links a {
        height: 495px;
    }
}
#social-boxes .social-links .fa {
    position: relative;
    z-index: 3;
    font-size: 8vw;
    color: #fff;
}
#social-boxes .social-links img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: grayscale(1) brightness(0.5);
    transition: all 0.33s ease;
}
#social-boxes .social-links a:hover img {
    filter: grayscale(0) brightness(1);
}
#social-boxes .col-xs-5ths {
    transition: all 0.33s ease;
}
#social-boxes .col-xs-5ths.grow {
    flex: 0 0 28%;
    max-width: 28%;
}
#social-boxes .col-xs-5ths.shrink {
    flex: 0 0 18%;
    max-width: 18%;
}

/*--Agent Profile Widget--*/
    .widget_bt_featured_agent {
        display: none;
    }