/*
Theme Name: SUSAN KASTNER
Description: AIOS mobile semi-custom theme. http://susankastnercom.rs4.aios-staging.com
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.4
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/
.aios-mobile-header-wrapper {
    z-index: 1020 !important;
}
div#main-wrapper {
    overflow: hidden;
}
/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/

 ul#nav {
   max-width: 100% !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 54px 0;
}
/* Sub Menu */
#nav li {
    position:relative;
    display: inline-block;
}
#nav li a {
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    position: relative;
	text-decoration: none;
}
#nav > li > a::after {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    height: 1px;
    bottom: -2px;
    background: #23c8eb;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#nav > li > a:hover::after {
    width: 100%;
}
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 11px;
    min-width: 100px;
}
#nav .sub-menu::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 4px solid #64cdc6;
    top: 8px;
    left: 50%;
    transform: translate(-50%);
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 8px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.05em;
    background: #64cdc6;
    text-align: center;
}
/* #nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
} */
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
    display: block;
    margin-top: 1px;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
 /* Header */
 header.header {
    font-size: 0;
    position: fixed;
    width: 100%;
    z-index: 1010;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.h-right-side .right-inner {
    width: calc(100% - 109px);
    padding-left: 9px;
}
.ri-app {
    display: flex;
}
.ri-app a:last-child {
    margin-left: 3px;
}
.h-right-side > a, .h-right-side .right-inner {
    display: inline-block;
    vertical-align: middle;
}
.right-inner p{
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.rs-holder {
    position: absolute;
    top: 0;
    right: 0;
}
.h-right-side {
    display: flex;
    max-width: 333px;
    width: 100%;
    background: #fff;
    padding: 19px 14px 19px 18px;
}
.right-inner img {
    max-width: 175px;
}
/* Fixed-header */
.header.show-fixed{
    background: rgba(255, 255, 255, .80);
}
.header.show-fixed #nav li a {
    color: #000;
    font-size: 14px;
}
.header.show-fixed ul#nav {
    padding: 34px 0;
    max-width: 805px;
}
.header.show-fixed #nav .sub-menu {
    padding-top: 38px;
}
.header.show-fixed #nav .sub-menu::after {
    top: 35px;
}
.header.show-fixed .h-right-side .ri-app a img {
    max-width: 80px;
    height: 22px;
}
.header.show-fixed .h-right-side img {
    max-width: 88px;
    height: 55px;
}
.header.show-fixed .right-inner p {
    color: #fff;
}
.header.show-fixed .right-inner p {
    text-align: center;
    font-size: 13px;
}
.header.show-fixed .h-right-side {
    padding: 5px 14px 5px 4px;
    background: #000;
}
.header.show-fixed .right-inner {
    padding-left: 20px;
    width: 180px;
}
.header.show-fixed .rs-holder {
    margin: 7px 0;
}
.header.show-fixed .rs-holder {
    position: absolute;
    top: 0;
    right: 14.5%;
}
.header.show-fixed .right-inner p {
    margin-bottom: 0;
    padding: 5px 0;
}
/* Slideshow */
.slideshow-wrapper{
    position: relative;
    font-size: 0;
}
.slideshow-wrapper::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-image: linear-gradient(rgba(0, 0, 0, .49) 22%, transparent); */
    z-index: 1;
}
.susan-text-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.susan-text-logo {
    display: flex;
    width: 600px;
    height: 115px;
    background: rgba(0,0,0,.57);
    justify-content: center;
    align-items: center;
}
.susan-text-logo p {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 28px 0;
    text-align: center;
    line-height: .7;
    margin: 0;
    height: 103px;
}
/* Welcome wrapper */
.welcome-wrapper{
    font-size: 0;
}
section.welcome-wrapper .row > div {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
.welcome-left {
    padding-top: 60px;
    position: relative;
    z-index: 1;
}
.welcome-title{
    font-weight: 300;
    font-size: 17px;
    color: #393939;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.welcome-sub-title{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 98.81px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #23c8eb;
    padding-top: 8px;
}
.welcome-descrip {
    background: #000;
    margin-right: -80px;
    margin-top: 62px;
}
.welcome-descrip p{
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.02em;
    padding: 37px 30px 37px 40px;
    line-height: 32px;
}
.welcome-right{
    width: calc(((100vw - 1140px) / 2) + 100%);
}
.welcome-right img {
    width: 100%;
    object-fit: cover;
}
/* Hp Testimonials */
.testimonial-wrapper{
    font-size: 0;
    padding-top: 60px;
    position: relative;
    display: block;
    background: url('images/testi-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.testimonial-wrapper::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(255,255,255,.95);
    z-index: 1;
}
.testi-holder{
    margin-left: -50px;
    margin-right: -50px;
    position: relative;
    z-index: 2;
}
.testi-shell img {
    margin: 0 auto;
    padding-bottom: 36px;
}
.testi-title{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 68.57px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000;
    text-align: center;
    padding-bottom: 44px;
}
.testi-text {
    font-weight: 300;
    font-style: italic;
    font-size: 21px;
    color: #000;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 30px;
}
.testi-name{
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    padding-top: 70px;
}
.testi-holder ul.slick-dots {
    text-align: center;
    padding-top: 38px;
    padding-bottom: 64px;
}
.testi-holder ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 3px;
}
.testi-holder ul.slick-dots li.slick-active {
    background: #5cd4ed;
}
.testi-holder ul.slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    outline: none;
    border: solid 2px #5cd4ed;
    background: none;
    padding: 0;
}
.slick-initialized .slick-slide {
    display: block;
    outline: none;
}
/* Listings Wrapper */
.listings-wrapper{
    padding-top: 74px;
    font-size: 0;
}

.listings-list > div > div *{
    outline: none;
}

.listings-wrapper .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
.listings-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}
.listings-list .slick-list {
    margin: 0 -15px;
}
.listings-list .slick-slide {
    padding: 0 15px;
}
.listings-wrap {
    width: 77%;
}
.listings-img {
    border: 5px solid #23c8eb;
    position: relative;
}
.listings-img canvas{
    display: block;
    width: 100%;
    background-size: cover;
}
.listings-img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, .40);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.listings-list a {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.listings-list a:hover .listings-img::before{
    opacity: 0;
}
.featured-title em{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 0.05em;
    color: #000;
    display: block;
}
.featured-title span{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 68px;
    letter-spacing: 0.05em;
    color: #000;
}
.featured-title {
    text-align: center;
    width: 23%;
    margin-top: -44px;
}
.listings-bottom {
    background: #23c8eb;
    max-width: 310px;
    width: 100%;
    height: 94px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -43px;
    left: 50%;
    transform: translate(-50%);
    padding: 21px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.listings-list a:hover .listings-bottom {
    bottom: 32%;
}
.listings-bottom em{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 26.7px;
    letter-spacing: 0.04em;
    font-style: normal;
    color: #fff;
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.listings-bottom span{
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: #fff;
    text-transform: uppercase;
}
.listings-holder .slick-list.draggable {
    padding-bottom: 44px;
}
/* Communities Wrapper */
.communities-wrapper{
    position: relative;
    margin-top: 72px;
    font-size: 0;
    background: url('images/communities-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 118px;
}
.communities-wrapper::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.67);
}
.communities-title{
    text-align: center;
    padding-top: 95px;
    position: relative;
    z-index: 1;
}
.communities-title em{
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    letter-spacing: 0.05em;
    color: #fff;
    display: block;
    padding-bottom: 18px;
}
.communities-title span{
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    font-size: 68px;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding-bottom: 68px;
}
.communities-box a {
    position: relative;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.communities-box{
    margin-bottom: 30px;
}
.communities-place {
    display: block;
    width: 100%;
    max-width: 263px;
    height: 82px;
    border: 2px solid #5febdc;
    padding: 25px 0;
    position: relative;
}
.communities-place::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url('images/cb-bg.jpg') no-repeat;
    transform: scale(0);
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.communities-box a:hover .communities-place::after{
    transform: scale(1);
    opacity: 1
}
.communities-place::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.50);
    transform: scale(0);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.communities-box a:hover .communities-place::before{
    opacity: 1;
    transform: scale(1);
}
.communities-place em{
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
}
/* contact-info */
.contact-info-wrapper{
    font-size: 0;
    background: #0e0e0e;
}
.contact-left,
.contact-mid,
.contact-right {
    margin-top: 86px;
    padding-bottom: 80px;
}
.contact-left {
    max-width: 346px;
    width: 100%;
    position: relative;
}
.contact-left::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 197px;
    border-right: 1px dotted #47aa9f;
    top: -20px;
    right: 0;
}
.contact-mid {
    margin-left: 68px;
    max-width: 292px;
    width: 100%;
    position: relative;
}
.contact-mid::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 197px;
    border-right: 1px dotted #47aa9f;
    top: -20px;
    right: 0;
}
.contact-right {
    margin-left: 92px;
}
.contact-name {
    padding-bottom: 22px;
}
.contact-name span{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 27px;
    letter-spacing: 0.1em;
    color: #5febdc;
    text-transform: uppercase;
}

.contact-email a,
.contact-phone em,
.contact-address,
.contact-info-mid span,
.contact-info-mid em {
    font-weight: 400;
    font-size: 16.84px;
    color: #fff;
    display: block;
    margin-bottom: 14px;
    text-align: left;
}
.contact-email a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-email a:hover{
    color: #5febdc;
}
.contact-smi {
    padding-top: 12px;
    text-align: left;
}
.contact-smi a {
    font-size: 28px;
    color: #5febdc;
    margin-right: 17px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-smi a:hover{
    color: #fff;
}
.contact-info-mid {
    padding-top: 21px;
}
.contact-btn {
    margin-top: 11px;
}
.contact-btn a{
    display: block;
    width: 136px;
    height: 30px;
    border: none;
    background: #5febdc;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-btn a:hover{
    background: #fff;
}
.contact-form {
    position: relative;
    display: block;
}
.contact-title{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 27px;
    letter-spacing: 0.1em;
    color: #5febdc;
    text-transform: uppercase;
}
.contact-form input,
.contact-form textarea{
    font-weight: 400;
    font-size: 16.84px;
    color: #575757;
    background: transparent;
    border:none;
    border-bottom: 1px solid #575757;
    overflow: hidden;
    resize: none;
    outline: none;
    width: 100%;
    padding-bottom: 10px;
    margin-top: 20px;
}
.contact-form textarea {
    margin-top: 10px;
    height: 42px;
	padding: 0 30px 0 0;
}
.cf-btn input {
    border: none;
    font-size: 0;
    background: url('images/contact-send.png') no-repeat;
    height: 22px;
    width: 22px;
}
.cf-btn {
    position: absolute;
    bottom: 11px;
    right: -20px;
}
form.wpcf7-form.use-floating-validation-tip.invalid {
    position: relative;
}
.contact-info-wrapper div.wpcf7-response-output {
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
}
.contact-info-wrapper .wpcf7-form-control-wrap {
    display: block;
}
.contact-info-wrapper span.wpcf7-not-valid-tip {
    font-size: 12px;
}
/* Footer */
footer.footer{
    font-size: 0;
    background: #000;
    padding-top: 25px;
    padding-bottom: 33px;
}
.footernav {
    max-width: 660px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footernav li a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footernav li a:hover{
    color: #5febdc;
}
.copyright {
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.05em;
    padding-top: 12px;
}
.copyright a{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.copyright a:hover{
    color: #5febdc;
}
.mls {
    font-size: 26px;
    color: #fff;
    text-align: right;
}
/* Global */
body{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
	font-size: 18px;
	background: #FFF;
	color: #000000;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.6);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        background: #f9f7f7;
		background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {

}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {

}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

/* Sidebar */
.side-bar .contact-info {
    text-align: center;
    background: #0e0e0e;
}
.side-bar .contact-email a,
.side-bar .contact-phone em,
.side-bar .contact-address,
.side-bar .contact-info-mid span,
.side-bar .contact-info-mid em {
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}
.side-bar .contact-email a{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.side-bar .contact-email a:hover{
    color: #5febdc;
}

.side-bar .contact-smi {
    padding-top: 0px;
    text-align: center;
}

.side-bar img {
    margin: 10px auto;
}

.side-bar .welcome-right {
    width: 100%;
}
.wpcr3_respond_3 .wpcr3_button_1.wpcr3_show_btn{
  display: none !important;
}
#content .property-description .prop-cta a:hover{
	background: #5febdc;
}
#inner-page-wrapper{
    margin-bottom: 30px;
    position: relative;
    z-index: unset;
}
#content .property-description .prop-cta span {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.video-holder {
    text-align: center;
    display: block;
    margin: 30px auto;
}

.video-holder a {
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.welcome-wrapper .video-holder a {
    font-size: 60px;
	font-weight: 600;
}

.welcome-wrapper .video-holder span {
    font-size: 30px;
    font-weight: 600;
    display: block;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-bottom: 20px;
}

.contact-info-wrapper .contact-form .cf-btn {
    position: absolute;
    bottom: -40px;
    right: 0;
}
.listings-holder {
    gap: 30px;
}
.contact-info-wrapper .contact-form .cf-btn .wpcf7-spinner {
    position: absolute;
    left: -50px;
    bottom: 0;
    margin: 0;
}
.contact-right {
    padding-bottom: 150px;
}
.contact-info-wrapper div.wpcf7-response-output {
    bottom: -125px;
}