/* Hero */
#hero {
    font-size: 0;
    position: relative;
}

.ss-holder {}

.aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline {
    bottom: 51% !important;
    justify-content: center;
    background: transparent !important;
    transform: translate(0, 50%) !important;
}

#hero .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title{
    margin: 0;
    font-size: var(--slideshow-title-font);
    font-weight: 400;
    line-height: 1;
    font-family: var(--heading-font);
    width: auto;
    text-transform: capitalize;
    transform: none !important;
    transition-property: opacity !important;
}

#hero .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-description{
    font-size: var(--slideshow-desc-font);
    margin: 15px;
    transform: none !important;
    transition-property: opacity !important;
}

/* QUICK SEARCH */
#quick-search {
    position: relative;
    padding: 70px 0;
    font-size: 0;
    z-index: 5;
}

#quick-search .section-title {
    text-align: center;
    margin-bottom: 28px;
}

.qs-holder {}

.qs-holder p {
    font-size: 12px;
    text-align: right;
    padding: 15px 0 0;
    display: block;
}
.qs-inner {
    max-width: 925px;
    margin: auto;
}

.qs-inner form {}

.qs-inner .field-input {
    display: inline-block;
    vertical-align: middle;
    width: 73.29%;
}

.qs-inner .field-input .bootstrap-select>.dropdown-toggle,
.qs-inner .field-input input,
.qs-inner .field-input select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 1px solid var(--primary-color);
    background: none;
    font-size: 14px;
    color: #2b2b2b;
    letter-spacing: 0.05em;
    width: 100%;
    height: 40px;
    outline: none;
    border-radius: 0;
}

.qs-inner .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 300px !important;
}

.qs-inner input[type="submit"] {
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: var(--primary-color);
    width: 12%;
    height: 40px;
    font: 400 12px/40px var(--heading-font);
    color: #ffffff;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 0 1.72% 0 1.94%;
    outline: none;
}

     .field-input .select2-selection.select2-selection--multiple{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        border-bottom: 1px solid var(--primary-color);
        background: none;
        font-size: 14px;
        color: #2b2b2b;
        letter-spacing: 0.05em;
        width: 100%;
        height: 40px;
        outline: none;
        border-radius: 0;
    }

.qs-inner input[type="submit"]:hover {
    background: var(--accent-color);
    color: var(--primary-color);
}

.qs-inner a.adv-btn {
    display: inline-block;
    vertical-align: middle;
    font: 400 12px/1 var(--heading-font);
    color: var(--primary-color);
    letter-spacing: 0.15em;
    text-shadow: 0 0 var(--primary-color);
    text-transform: uppercase;
}

.qs-inner a.adv-btn:hover {
    color: var(--secondary-color);
    text-shadow: 0 0 var(--secondary-color);
}

.qs-inner a.adv-btn span {
    text-decoration: underline;
}

`

/* Welcome */
#welcome {
    padding: 115px 0;
    position: relative;
    font-size: 0;
}

.welcome-img {}

.welcome-img-inner {
    width: calc((100vw - 1140px) / 2 + 100%);
}

.welcome-img img {
    width: 100%;
}

.welcome-txt {
    padding-top: 50px;
}

.welcome-txt-inner {
    padding-right: 68px;
}

.welcome-txt .section-title {
    margin-bottom: 35px;
}

.welcome-txt p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin: 24px 0;
}

.welcome-txt a.site-link {
    margin-top: 22px;
}

/* Featured Properties */
#featured-properties {
    padding: 40px 0;
    position: relative;
    font-size: 0;
}

#featured-properties * {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#featured-properties .section-title {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 50px;
}

.fp-holder {
    margin: 0 -1px;
}

.fp-slick {}

.fp-slide {}

.fp-slick:not(.slick-initialized) .fp-slide {
    display: none;
}

.fp-slick:not(.slick-initialized) .fp-slide:first-child {
    display: block;
}

.fp-slide-inner {
    display: flex;
}

.fp-img {
    width: 50%;
    padding: 0 1px;
}

.fp-img a {
    display: block;
}

.fp-img canvas {
    display: block;
    width: 100%;
    background-color: var(--primary-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fp-txt {
    width: 50%;
    padding: 0 1px;
    position: relative;
}

.fp-txt {}

.fp-txt::before,
.fp-txt::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.fp-txt::before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #b69b61;
    z-index: 3;
}

.fp-slide:hover .fp-txt::before {
    opacity: 0.25;
}

.fp-txt::after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: url(../../images/fp-pattern.png) repeat center center;
    z-index: 2;
}

.fp-slide:hover .fp-txt.pattern-on-active::after {
    opacity: 0.1;
}

.fp-txt canvas {
    display: block;
    width: 100%;
    background: var(--secondary-color);
    opacity: 0;
    position: relative;
    z-index: 1;
    height: 100%;
}

.fp-slide:hover .fp-txt canvas {
    opacity: 1;
}

.fp-txt > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    min-width: 450px;
    z-index: 4;
}

.fp-price {
    font: 400 36px/1 var(--heading-font);
    color: var(--primary-color);
    letter-spacing: 0.1em;
}

.fp-address {
    font: 400 24px/1.3 var(--heading-font);
    color: var(--primary-color);
    letter-spacing: 0.1em;
    margin: 60px 0 70px;
}

/* Social Feeds */
#social-feeds {
    padding: 100px 0;
    position: relative;
    font-size: 0;
}

#social-feeds * {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.sf-holder {}

.sf-holder .row {
    margin: 0 -45px;
}

.sf-col {
    padding: 18px 45px 0;
}

.sf-col-bg {
    position: absolute;
    width: calc((100vw - 1450px) / 2 + 100%);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: none !important;
}

.sf-col-inner {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.sf-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 144px;
}

.sf-heading-left {
    width: calc(100% - 170px);
}

.sf-heading-left i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.sf-heading-left div {
    display: inline-block;
    vertical-align: middle;
}

.sf-heading-left strong {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
}

.sf-heading-left span {
    display: block;
    font-size: 12px;
    color: #555555;
    line-height: 1;
    letter-spacing: 0.02em;
}

.sf-heading-right {
    width: 170px;
}

.sf-heading-right a {
    display: block;
    border-radius: 5px;
    height: 38px;
    background: #ffffff;
    text-align: center;
    color: #ffffff;
}

.sf-heading-right a:hover {
    opacity: 0.8;
}

.sf-heading-right a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.sf-heading-right i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.sf-heading-right span {
    display: inline-block;
    vertical-align: middle;
}

.sf-body {}

#instagram-feed {}

#instagram-feed .sf-col-bg {
    display: none;
}

#instagram-feed .sf-heading-left {}

#instagram-feed .sf-heading-left i {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #6564e0;
    background: -moz-linear-gradient(45deg, #6564e0 0%, #7e56cc 25%, #a54caa 50%, #dc4581 75%, #ea4067 100%);
    background: -webkit-linear-gradient(45deg, #6564e0 0%, #7e56cc 25%, #a54caa 50%, #dc4581 75%, #ea4067 100%);
    background: linear-gradient(45deg, #6564e0 0%, #7e56cc 25%, #a54caa 50%, #dc4581 75%, #ea4067 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6564e0', endColorstr='#ea4067', GradientType=1);
    color: #ffffff;
    text-align: center;
    padding-top: 14px;
}

#instagram-feed .sf-heading-left i::before {
    font-size: 42px;
}

#instagram-feed .sf-heading-right {}

#instagram-feed .sf-heading-right a {
    background: #6564e0;
    background: -moz-linear-gradient(45deg, #6564e0 0%, #7e56cc 25%, #a54caa 50%, #dc4581 75%, #ea4067 100%);
    background: -webkit-linear-gradient(45deg, #6564e0 0%, #7e56cc 25%, #a54caa 50%, #dc4581 75%, #ea4067 100%);
    background: linear-gradient(45deg, #6564e0 0%, #7e56cc 25%, #a54caa 50%, #dc4581 75%, #ea4067 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6564e0', endColorstr='#ea4067', GradientType=1);
    color: #ffffff;
}

#instagram-feed .sf-heading-right i {
    font-size: 22px;
}

#instagram-feed .sf-heading-right span {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.02em;
}

.instagram-main-feed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.instagram-main-feed a {
    width: 33.33%;
    overflow: hidden;
    position: relative;
    display: block;
}

.instagram-main-feed canvas {
    display: block;
    width: 100%;
    background-color: var(--primary-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.instagram-main-feed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.instagram-main-feed a:hover canvas,
.instagram-main-feed a:hover video {
    transform: scale(1.2);
}

#facebook-feed {
    padding-bottom: 31px;
    overflow: visible !important;
    min-height: 700px;
}

#facebook-feed .simplebar-track {
    overflow: hidden;
}

#facebook-feed .sf-col-bg {
    background: url(../../images/fb-feed-bg.jpg) no-repeat center center / cover;
}

#facebook-feed .sf-col-bg::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary-color);
    opacity: 0.8;
}

#facebook-feed .sf-heading-left {}

#facebook-feed .sf-heading-left i {
    width: 163px;
    height: 33px;
    background: url(../../images/icon-facebook-logo.png) no-repeat center center;
}

#facebook-feed .sf-heading-right {}

#facebook-feed .sf-heading-right a {
    color: #3b5997;
}

#facebook-feed .sf-heading-right i {
    font-size: 18px;
}

#facebook-feed .sf-heading-right span {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.facebook-main-feed {
    margin-top: -32px;
}

.ff-row {
    display: flex;
    background-image: linear-gradient(to right, #ffffff 25%, rgba(255, 255, 255, 0) 20%);
    background-position: bottom center;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    padding: 32px 0;
}

.ff-row:last-child {
    background: none;
}

.ff-img {
    width: 100px;
}

.ff-img a {
    position: relative;
    display: block;
    overflow: hidden;
}

.ff-img canvas {
    display: block;
    width: 100%;
    background-color: var(--primary-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ff-img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ff-img a:hover canvas,
.ff-img a:hover video {
    transform: scale(1.2);
}

.ff-txt {
    padding: 0 62px 0 22px;
    width: calc(100% - 100px);
}

a.ff-title {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 10px;
}

.ff-title:hover {
    opacity: 0.6;
}

.ff-posted {
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 20px;
}

.ff-content {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 14px;
}

.ff-cta {
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.02em;
}

.ff-cta a {
    display: inline-block;
    color: #fff;
}

.ff-cta a:hover {
  opacity: 0.6;
}

/* Latest News */
#latest-news {
    padding: 100px 0;
    position: relative;
    font-size: 0;
}

#latest-news * {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#latest-news .section-title {
    text-align: center;
    margin-bottom: 78px;
}

.ln-holder {}

.ln-holder .row {
    margin: 0 -1px;
}

.ln-col {
    padding: 0 1px;
    margin-bottom: 20px;
}

.ln-img {}

.ln-img a {
    display: block;
    overflow: hidden;
}

.ln-img canvas {
    display: block;
    width: 100%;
    background-color: var(--primary-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ln-img a:hover canvas {
    transform: scale(1.2) translateZ(0);
}

.ln-txt {
    padding: 16px 45px 0 0;
}

.ln-title {}

.ln-title a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    line-height: 1.6;
    text-transform: uppercase;
}

.ln-title a:hover {
    color: var(--primary-color);
}

.ln-content {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin: 14px 0 34px;
}

.fc-txt span.site-link {
    display: none;
}

/******************************************************* * * Mobile styles and other media queries * *******************************************************/
@media only screen and (min-width: 1366px) {
    #social-feeds {}

    .sf-col-bg {
        width: calc((100vw - 1330px) / 2 + 100%);
    }
}

@media only screen and (max-width: 1365px) {
    #social-feeds {}

    .sf-holder .row {
        margin: 0 -15px;
    }

    .sf-col {
        padding: 18px 15px 0
    }

    .sf-col-bg {
        width: calc((100vw - 1140px) / 2 + 100%);
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    #welcome {}

    .welcome-img-inner {
        width: calc((100vw - 940px) / 2 + 100%);
    }

    .welcome-txt-inner {
        padding-right: 0;
    }

    #properties {}

    .fp-address {
        margin: 40px 0 50px;
    }

    #social-feeds {}

    .sf-col-bg {
        width: calc((100vw - 940px) / 2 + 100%);
    }

    .sf-heading-left {
        width: calc(100% - 128px);
    }

    .sf-heading-left i {
        margin-right: 5px;
    }

    .sf-heading-right {
        width: 128px;
    }

    .sf-heading-right i {
        margin-right: 5px;
    }

    #instagram-feed .sf-heading-left i {
        width: 40px;
        height: 40px;
        padding-top: 8px;
    }

    #instagram-feed .sf-heading-left i::before {
        font-size: 25px;
    }

    #instagram-feed .sf-heading-right i {
        font-size: 16px;
    }

    #instagram-feed .sf-heading-right span {
        font-size: 9px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait) */
@media only screen and (max-width: 991px) {
    #quick-search {
        text-align: center;
    }

    .qs-holder p {
        text-align: center;
    }
    #quick-search .qs-inner {
        max-width: 360px;
        margin: auto;
    }

    #quick-search .qs-inner .field-input {
        width: 100%;
    }

    #quick-search .qs-inner input[type="submit"] {
        display: block;
        width: 110px;
        margin: 10px auto;
    }

    #welcome {}

    .welcome-img-inner {
        width: 100%;
    }

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

    #properties {}

    .fp-slide-inner {
        flex-direction: column;
        align-items: center;
    }

    .fp-img {
        width: 720px;
        max-width: 100%;
    }
    
    .fp-txt {
        width: 100%;
    }

    .fp-txt {
        padding: 50px 15px;
    }

    .fp-txt canvas {
        display: none;
    }

    .fp-txt > div {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        min-width: auto;
    }

    #social-feeds {}

    .sf-col {
        margin-bottom: 50px;
    }

    .sf-col-inner {
        max-width: 100%;
    }

    #facebook-feed .sf-col-bg {
        width: calc(100% - 30px);
        left: 0;
        right: 0;
        margin: auto;
    }

    #facebook-feed .sf-col-inner {
        padding: 20px;
    }

    #latest-news {}

    .ln-col {
        text-align: center;
        margin-bottom: 50px;
    }

    .ln-img,
    .ln-txt {
        max-width: 360px;
        margin: auto;
    }

    .ln-txt {
        text-align: center;
        padding-right: 0;
    }
    
    #hero .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
        font-size: 35px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    #social-feeds {}

    .sf-heading {
        flex-direction: column;
        height: 160px;
    }

    .sf-heading-left,
    .sf-heading-right {
        width: 100%;
        text-align: center;
    }

    .sf-heading-left {}

    .sf-heading-left i {
        display: block;
        margin: auto auto 10px;
    }

    .sf-heading-left div {
        display: block;
    }

    .sf-heading-right {
        margin-top: 20px;
    }

    .sf-heading-right a {
        max-width: 200px;
        margin: auto;
    }

    .ff-txt {
        padding: 0 20px;
    }
    
    #hero .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
        font-size: 30px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    #call-to-action {}

    #call-to-action .cta-col strong {
        font-size: 25px;
    }

    #properties-wrap {}

    .fp-price {
        font-size: 30px;
    }

    .fp-address {
        font-size: 20px;
    }

    #social-feeds {}

    .ff-row {
        flex-direction: column;
        text-align: center;
    }

    .ff-img {
        width: 100%;
        max-width: 100px;
        margin: auto;
    }

    .ff-txt {
        width: 100%;
        padding: 20px 0 0;
    }
    
    #hero .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
        font-size: 25px;
        text-align: center;
        padding: 0 20px;
    }
}
