/*--Luis German kv6v2 custom.css--*/

/*--Typography--*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
body,.font-sans{font-family:'Montserrat',sans-serif;}
.h1,.h2,.h3,.h4,.h5,.h6,.section-inverse h1,h1,h2,h3,h4,h5,h6{font-family:'Montserrat', serif}
/*.custom-content p,.custom-content li{font-size:1.2rem;letter-spacing:0em;line-height:1.65em}*/
.text-right{text-align:right}
.text-white{color:#fff}
.font-weight-bold{font-weight:700!important}
@media (min-width: 768px){.text-md-center{text-align:center}.text-md-left{text-align:left}}

/*--Create equal height no-gutter columns--*/
.row.eq-height {display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.row.eq-height > .col-xs-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
@media (min-width: 768px){.row.eq-height > .col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
                          .row.eq-height > .col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
                          .row.eq-height > .col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}}
@media (min-width: 992px){.row.eq-height > .col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.row.eq-height > .col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.row.eq-height > .col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}}
.row.no-gutters{margin-right:0;margin-left:0;}
.row.no-gutters>[class*=col-]{padding-right:0;padding-left: 0;}

/*--Bootstrap Utility--*/
.flex-column{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.align-items-center{align-items:center}
.p-x-4{padding-left:4rem;padding-right:4rem}
.p-x-5{padding-left:5rem;padding-right:5rem}
@media (min-width: 768px){
    .m-x-md-0{margin-left:0!important;margin-right:0!important}
    .p-t-md-3{padding-top:3rem!important;padding-top:3rem!important}
    .p-b-md-3{padding-bottom:3rem!important;padding-bottom:3rem!important}
    .p-x-md-3{padding-left:3rem!important;padding-right:3rem!important}
    .p-x-md-4{padding-left:4rem!important;padding-right:4rem!important}
    .p-x-md-5{padding-left:5rem!important;padding-right:5rem!important}
}
@media (min-width: 992px){
    .p-x-lg-3{padding-left:3rem!important;padding-right:3rem!important}
    .p-x-lg-4{padding-left:4rem!important;padding-right:4rem!important}
    .p-x-lg-5{padding-left:5rem!important;padding-right:5rem!important}
}
.opaque{opacity:1!important}
.gradient-left-right{background:linear-gradient(90deg, #000000, #ffffff)}
.btn-outline {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    text-shadow: none;
}
.btn-outline:hover {
    background-color: #9c946f;
    border-color: #9c946f;
    color: #fff;
}
.btn-outline.btn-white {
    border: 2px solid #000;
    color: #000;
}
.btn-outline.btn-white:hover {
    background-color: #9c946f;
    border-color: #9c946f;
    color: #fff;
}
/*--kvCORE Resets--*/
#home-bodycontent .main > .main-inner > .content > .container-fluid,
#home-bodycontent .main > .main-inner > .content > .container-fluid > #categories {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}
/*--Hide Default Sections--*/
#home-bodycontent .information-bar,
#home-bodycontent #about,
#home-bodycontent #latest-blogs,
.page-wrapper > div.p-t-3,p-b-3.background-white {
    display: none;
}

#home-bodycontent #secondary-logo {
    visibility: hidden;
}


/*--Social Broker Logo--*/
#social-broker-logo {
    height: 30px;
    margin-top: -2px;
    filter: brightness(0);
}
#home-bodycontent #social-broker-logo,
#header.primary-color #social-broker-logo,
#header.secondary-color #social-broker-logo {
    filter: brightness(0) invert(1);
}

/*--Clean Hero Banner--*/
#home-bodycontent .cover-title{opacity:0;transition:opacity 0.25s ease}
#home-bodycontent #horizontal-search{display:none}
#home-bodycontent .cover-title-inner #buy-sell .btn-outline {
    width: 200px;
}

#home-bodycontent #froala-editor:not(.fr-box) #cover-title-logo {
    display: none;
}
#home-bodycontent #cover-title-logo img {
    width: 600px;
    max-width: 90%;
}

#featured-areas figure {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 330px;
    margin-bottom: 0;
}
@media (min-width: 768px){
    #featured-areas figure {
        height: 221px;
    }
}
#featured-areas figure img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#featured-areas figure:hover img {
    filter: brightness(0.7);
    transform: scale3d(1.2, 1.2, 2);
}
#featured-areas figcaption{
    width:100%;
    height:100%;
    position:relative;
    top:unset;
    left:unset;
    transform:none
}
#featured-areas figcaption a{
    display:flex;
    align-items:flex-end;
    justify-content:flex-start;
    width:100%;
    height:100%;
    margin-bottom:0;
    padding: 0 0 12px 12px;
    font-size: 22px;
    font-weight:500;
    color: #fff;    
}
#featured-areas figcaption a:hover{
    color:#fff;
    text-decoration:none
}
.mce-content-body #featured-areas figure img{
    width:200px
}


#sell-intro .parallax {
    opacity: 0.2;
}
#team-intro .parallax {
    opacity: 0.2;
}

#testimonials-carousel #testimonials .carousel-inner {
    margin-top: -35px;
}
#testimonials-carousel #testimonials .carousel-control {
    color: #9b9b9b;
}




#testimonials-intro .col-md-4{min-height:600px}
#testimonials-intro blockquote{background-color:transparent}





/*--Home Page Contact Section--*/
#get-in-touch hr.header-block {
    width: 80%;
    margin: 0 auto;
    border-top: 4px solid #efefef;
}
#get-in-touch .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ababab;
    font-size: 18px;
}

.info-box {
    display: flex;
    align-items: center;
    width: 205px;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .info-box {
        margin: unset;
    }
}
.info-box .info-icon {
    display: inline-block;
    width: 40px;
    text-align: center;
}
.info-box .info-content,
.info-box .info-content address {
    display: inline-block;
    text-align: left;
}




/*--Footer--*/
.footer-wrapper,
.footer-wrapper .footer-top {
    background-color: #000;
}
.footer-top-left .footer-logo {
    width: 80px;
}
.footer-top-left h1 {
    font-size: 1.5em;
}
.footer-top-right {
    max-height: 235px;
    overflow-y: scroll;
}


.parallax__container {
    clip: rect(0, auto, auto, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    -z-index: -100;
}
.parallax {
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
 
    /* BG behaviour */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}






.footer-bottom .footer-left {
    float: none;
    text-align: center;
}
.footer-bottom .footer-left ul {
    display: inline-block;
}
#design-creds {
    clear: both;
}
#design-creds a {
    color: rgba(255,255,255,0.3);
    font-size: .5rem;
}
.post-content p {
    color: #575757;
}
.footer-top-right p {
    color: #f0f0f0 !important;
}



/*--Home Page Editor--*/
#site-editor-screencast {
    position: fixed;
    z-index: 9999;
    bottom: 1rem;
    left: 1rem;
    max-width: 360px;
    border: 1px solid #ebe9e9;
    box-shadow: 1px 1px 15px -4px rgb(0 0 0 / 20%);
}
#close-screencast {
    position: absolute;
    top: -18px;
    right: 12px;
    padding: 0;
    margin: 0;
    border: 0;
}
#close-screencast .fa-stack-2x {
    height: 27.2px;
    width: 27.2px;
    transition: all .3s ease;
}
#close-screencast:hover .fa-stack-2x {
    transform: rotateZ(270deg);
}
#close-screencast .fa-times-circle {
    color: #e50000;
}
#close-screencast .fa-times-circle,
#close-screencast .fa-circle {
    line-height: 1;
}
