/* Resets */
.ip-banner, 
#content > #breadcrumbs, 
#breadcrumbs, 
#content .entry-title, 
#content .archive-title{
    display: none !important;
}

div#inner-page-wrapper {
    padding: 0;
    margin: 0;
}

div#inner-page-wrapper > .container {
    padding: 0;
    width: 100%;
}

#content-sidebar, #content-full {
    margin: 0;
}

/* Resets */

/* Globals */
.image-canvas-overlay {
    position: relative;
}

.image-canvas-overlay canvas {
    display: block;
    width: 100%;
    height: auto;
}

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

.landing-page-section-title {}

    #content .landing-page-section-title h2 {
        margin: 0;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.025em;
        font-size: 50px;
        line-height: 1;
        color: var(--primary);
    }

    .landing-page-section-title span {
        letter-spacing: 0.025em;
        font-weight: 300;
        font-size: 15px;
    }

.landing-page-feed-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .feed-navigation-arrow-prev {
        order: 1;
    }

    .feed-navigation-arrow-next {
        order: 3;
    }

    .feed-navigation-button {
        order: 2;
    }

        .feed-navigation-arrow button {
            width: 58px;
            padding: 0;
            font-size: 20px;
        }

.landing-page-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    pointer-events: none;
}

    .landing-page-section-bg .image-canvas-overlay {
        display: block;
        width: 100%;
        height: 100%;
    }

        .landing-page-section-bg .image-canvas-overlay img {
            filter: grayscale(1);
            opacity: 0.1;
        }
/* Globals */

/* Banner Photo*/
.landing-page-banner-photo canvas {
    background: var(--primary);
}

.landing-page-banner-photo img {
    opacity: 0.5;
}
/* Banner Photo*/

/* Banner Content */

.landing-page-banner {
    position: relative;
}

    .landing-page-banner-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
    }

        .landing-page-banner-content-inner {
            padding-top: 80px;
        }
            
            .landing-page-banner-content-tagline {
                padding: 0 20px;
            }

                #content .landing-page-banner-content-tagline h2 {
                    margin: 0;
                    font-size: 38px;
                    color: var(--secondary);
                    font-weight: 400;
                    letter-spacing: 0.040em;
                    line-height: 1.3;
                }

            .landing-page-banner-content-qs{}

                #content .landing-page-banner-content-qs form {
                    margin: 0;
                    padding: 15px 0 0;
                }

                    .qs-field-group {
                        font-size: 0;
                        text-align: center;
                    }
            
                        .qs-field {
                            display: inline-block;
                            width: calc(100% - 62px);
                            vertical-align: middle;
                            max-width: 330px;
                        }

                        .bootstrap-select.btn-group .dropdown-toggle .filter-option {
                            text-overflow: ellipsis;
                        }

                        .qs-field > #cityzip {
                            width: 100%;
                            height: 52px;
                        }

                            .qs-field input,
                            .qs-field button.btn.dropdown-toggle.bs-placeholder.btn-default,
                            .qs-field button.btn.dropdown-toggle.btn-default,
                            .qs-field button.btn.dropdown-toggle.btn-default:hover {
                                font-size: 14px;
                                height: 52px;
                                width: 100%;
                                background: var(--secondary);
                                border: var(--secondary);
                                color: #909090;
                                padding: 0 20px;
                                font-weight: 400;
                                letter-spacing: 0.050em;
                                outline: none;
                                border-radius: 0;
                            }

                        .qs-field.qs-field-submit {
                            width: 62px;
                        }

                            .qs-field.qs-field-submit button {
                                width: 100%;
                                height: 52px;
                                margin: 0;
                                background: var(--primary);
                                border: 1px solid var(--primary);
                                color: var(--secondary);
                                font-size: 25px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                transition: all 0.6s ease;
                                outline: none;
                            }

                            .qs-field.qs-field-submit button:hover {
                                background: #909090;
                                border-color: #909090;
                            }

                                .qs-field.qs-field-submit button i {
                                    font-style: normal !important;
                                }

/* Banner Content */

/* Listings */

 .landing-page-listings-inner {
    margin: 0 auto;
    max-width: 100%;
}

        .landing-page-listings-title {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .landing-page-listings-feed {
            padding: 40px 0;
            margin: 0;
        }
        
            .landing-page-listings-feed-slider:not(.slick-initialized) {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;
            }
            
                .landing-page-listings-feed-item {
                    width: calc(100% / 3);
                    padding: 5px;
                }
                                
                .landing-page-listings-feed-slider:not(.slick-initialized) .landing-page-listings-feed-item:nth-child(n+7) {
                    display: none;
                }
                
                    .landing-page-listings-feed-item a {
                        display: block;
                        outline: none;
                        overflow: hidden;
                    }

                        .landing-page-listings-feed-item-photo{}

                            .landing-page-listings-feed-item-photo canvas{
                                background: var(--primary);
                            }

                            .landing-page-listings-feed-item-photo img{
                                transition: all 0.6s ease;
                            }

                            .landing-page-listings-feed-item a:hover .landing-page-listings-feed-item-photo img{
                                opacity: 0.75;
                            }

                        .landing-page-listings-feed-info {
                            background: var(--primary);
                            color: var(--secondary);
                            padding: 15px;
                            height: 140px;
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            flex-wrap: wrap;
                            position: relative;
                        }

                        .landing-page-listings-feed-info::before {
                            content: '';
                            position: absolute;
                            bottom: 25px;
                            left: 25px;
                            height: calc(100% + 25px);
                            width: 2px;
                            background: var(--secondary);
                        }
                        
                            .landing-page-listings-feed-text {
                                width: calc(81% - 15px);
                                display: flex;
                                flex-direction: column;
                                align-items: flex-start;
                                padding-left: 45px;
                                gap: 5px;
                            }

                                span.listings-feed-text-address {
                                    text-transform: uppercase;
                                    font-size: 19px;
                                    letter-spacing: 0.040em;
                                    line-height: 1.1;
                                }
                                
                                span.listings-feed-text-bbs {
                                    text-transform: uppercase;
                                    font-size: 14px;
                                    letter-spacing: 0.040em;
                                    word-spacing: 0.14em;
                                    line-height: 1.3;
                                }
                                
                                span.listings-feed-text-price {
                                    text-transform: uppercase;
                                    font-size: 18px;
                                    letter-spacing: 0.080em;
                                    line-height: 1.3;
                                    display: block;
                                    padding-top: 5px;
                                }
                                
                                .ftproperties__item--details-features span::after {
                                    content: ' • ';
                                }

                                .ftproperties__item--details-features span:last-child::after {
                                    display: none;
                                }

                                .ftproperties__item--details-features span.count-0 {
                                    display: none;
                                }

                            .landing-page-listings-feed-icon {
                                width: 19%;
                                font-size: 50px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding-right: 30px;
                            }
                    
/* Listings */

/* Communities */

.landing-page-communities {
    position: relative;
    padding: 0;
}

    .landing-page-communities-inner {
        position: relative;
        margin: 0 auto;
        max-width: 80%;
    }

        .landing-page-communities-title {
            display: flex;
            align-items: baseline;
            justify-content: center;
            flex-direction: column;
            margin-bottom: 30px;
        }

            #content .landing-page-communities-title h2, .landing-page-communities-title span {
                color: var(--secondary);
            }

        .landing-page-communities-feed {
            padding: 40px 0;
        }

            .landing-page-communities-feed-slider:not(.slick-initialized) {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;
            }


                .landing-page-communities-feed-item {
                    width: calc(100% / 3);
                    padding: 7.5px;
                }

                .landing-page-communities-feed-slider:not(.slick-initialized) .landing-page-communities-feed-item:nth-child(n+7) {
                    display: none;
                }

                    .landing-page-communities-feed-item a {
                        position: relative;
                        display: block;
                        outline: none;
                        overflow: hidden;
                    }

                        .landing-page-communities-feed-title {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            display: flex;
                            align-items: flex-end;
                            justify-content: center;
                            color: var(--secondary);
                            font-weight: 500;
                            text-transform: uppercase;
                            letter-spacing: 0.100em;
                            font-size: 20px;
                            padding-bottom: 25px;
                        }

                        .landing-page-communities-feed-photo{}

                            .landing-page-communities-feed-item .landing-page-communities-feed-photo canvas {
                                background: var(--primary);
                            }

                            .landing-page-communities-feed-item .landing-page-communities-feed-photo img {
                                opacity: 0.7;
                                transition: all 0.6s ease-in-out;
                            }

                            .landing-page-communities-feed-item a:hover .landing-page-communities-feed-photo img {
                                transform: scale(1.15);
                            }
                        
                        .landing-page-communities-navigation{}

                            #content .landing-page-communities-inner .landing-page-button a, 
                            #content .landing-page-communities-inner .landing-page-button button {
                                border-color: var(--secondary);
                                color: var(--secondary);
                            }
                            
                            #content .landing-page-communities-inner .landing-page-button a:hover, 
                            #content .landing-page-communities-inner .landing-page-button button:hover {
                                background: var(--secondary);
                                color: var(--primary);
                            }

/* Communities */

/* About */

.landing-page-about-inner {
    position: relative;
    margin: 0 auto;
    max-width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .landing-page-about-photo {
        width: 50%;
    }

    .landing-page-about-content {
        width: 50%;
    }

        #content .about-content-bio p {
            padding: 10px 0;
            font-weight: 300;
            margin: 0;
            font-size: 17px;
            line-height: 1.76;
            letter-spacing: 0.025em;
        }

        .about-content-button {
            display: flex;
            padding: 15px 0 0;
        }

            .about-content-button .landing-page-button {
                min-width: 185px;
            }

/* About */

/* Team */

.landing-page-team-inner {
    position: relative;
    margin: 0 auto;
    max-width: 80%;
}

    .landing-page-team-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .landing-page-team-feed {
        padding: 40px 0;
        margin: 0 auto;
        max-width: 48%;
    }

        .landing-page-team-feed-slider:not(.slick-initialized) {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .landing-page-team-feed-item {
                width: calc(100% / 2);
                padding: 5px;
            }

            .landing-page-team-feed-item:nth-child(n + 3) {
                display: none;
            }

                .landing-page-team-feed-item a{
                    display: block;
                    outline: none;
                }

                    .landing-page-team-feed-photo{}

                        .landing-page-team-feed-photo canvas{
                            background: var(--primary);
                        }

                        .landing-page-team-feed-photo img{
                            transition: all 0.6s ease-in-out;
                        }

                        .landing-page-team-feed-item a:hover .landing-page-team-feed-photo img{
                            opacity: 0.75;
                        }

                    .landing-page-team-feed-info {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        padding: 20px 15px;
                        gap: 3px;
                    }

                        span.team-feed-name {
                            font-size: 25px;
                            letter-spacing: 0.025em;
                            text-transform: uppercase;
                            line-height: 1.2;
                        }

                        span.team-feed-position {
                            font-weight: 300;
                            font-size: 12px;
                            letter-spacing: 0.100em;
                            text-transform: uppercase;
                            line-height: 1.2;
                        }

/* Team */

/* Testimonials */

.landing-page-testimonials {
    position: relative;
}

    .landing-page-testimonials-inner {
        position: relative;
        z-index: 2;
    }

        .landing-page-testimonials-title {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            #content .landing-page-testimonials-title h2, 
            #content .landing-page-testimonials-title span {
                color: var(--secondary);
            }

        .landing-page-testimonials-feed {
            padding: 40px 0;
            max-width: 58.8%;
            margin: 0 auto;
        }

        .landing-page-testimonials-icon {
            padding-bottom: 40px;
            font-size: 140px;
            line-height: 38px;
            font-family: "Playfair Display", serif;
            font-optical-sizing: auto;
            color: var(--secondary);
            overflow: hidden;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .landing-page-testimonials-icon span {
                position: relative;
                top: 25px;
            }

        .landing-page-testimonials-feed-slider:not(.slick-initialized) .landing-page-testimonials-feed-item:not(:first-child) {
            display: none;
        }

        .landing-page-testimonials-feed-item {
            text-align: center;
            color: var(--secondary);
        }

            #content .landing-page-testimonials-feed-item p {
                margin: 0;
                font-size: 15px;
                letter-spacing: 0.050em;
                line-height: 1.8;
                font-weight: 400;
            }

            #content .landing-page-testimonials-feed-item span {
                display: block;
                padding-top: 25px;
                letter-spacing: 0.050em;
                font-size: 17px;
                line-height: 1.6;
            }

        .landing-page-testimonials-navigation{}

            #content .landing-page-testimonials-navigation .landing-page-button a, #content .landing-page-testimonials-navigation .landing-page-button button {
                color: var(--secondary);
                border-color: var(--secondary);
            }

            #content .landing-page-testimonials-navigation .landing-page-button a:hover, #content .landing-page-testimonials-navigation .landing-page-button button:hover {
                background: var(--secondary);
                color: var(--primary);
            }

/* Testimonials */
.header.landing-header {
	display: block !important;
}

.innerhero {	
	display: none;	
}

.ftproperties {
  padding: 60px 24px;
}
.ftproperties__container {
  gap: 28px;
}
.ftproperties__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ftproperties__item {
  position: relative;
  gap: 24px;
}
.ftproperties__item--image img {
  transition: all var(--default-transition);
  transform: scale(1);
}
.ftproperties__item--status {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background-color: #000;
  padding: 10px;
  color: #FFFFFF;
}
.ftproperties__item:hover .ftproperties__item--image img {
  transform: scale(1.1);
}
.ftproperties__cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.landing-page-communities-thumbail {
	position: relative;
}

.landing-page-communities-thumbail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.landing-page-communities-inner.row .col-md-6 {
	width: 50%;
	padding-left: 0;
	padding-right: 0;
}

.landing-page-communities-inner {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #242424;
}

.landing-page-communities-descriptions p {
	color: #fff;
}

.landing-page-communities-inner.row .col-md-6:first-child {
	padding: 0 100px;
}

#content .landing-page-section-title h2 span {
	display: block;
}

.landing-page-communities-descriptions a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 20px 32px;
	min-height: 64px;
	border: solid 1px #fff;
	background-color: #fff;
	color: #000;
	text-align: center;
	transition: var(--default-transition);
	text-transform: uppercase;
}

.landing-page-about-inner > div {
	padding: 0 10px;
}

.fttestimonials__container.flex-column {
	max-width: 620px;
	margin: 0 auto;
	padding: 30px 0 80px;
}

.fttestimonials__title h2 {
	margin-bottom: 30px;
}

.fttestimonials__pagination.default-arrows {
	margin-bottom: 30px;
	margin-top: 30px;
}

.fttestimonials__item.flex-column.text-center span {
	margin-top: 20px;
}

.footer.overlay-before {
	display: none;
}

.footer.overlay-before.landing-footer {
	display: block;
}

.landing-page-popup-logo img {
	filter: invert();
}

.header.landing-header {
  display: block !important;
  /*width: calc(100% - 40px);*/
}

.landing-page-communities-thumbail canvas {
    width: 100%;
}

#content .landing-page-banner-content-tagline h2 span {
	font-size: 17px;
	display: block;
	text-align: center;
}

@media only screen and (min-width: 1600px) {
    .ftproperties {
        max-width: 1920px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1280px) {  
  .ftproperties {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1024px) {
  
  .ftproperties {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ftproperties__container {
    gap: 35px;
  }

}

@media only screen and (min-width: 992px) {
    /* Globals */    
    #content .landing-page-section-title h2 {
        font-size: 50px;
    }
    
    .landing-page-section-title span {
        font-size: 0.938vw;
    }

    .landing-page-feed-navigation {
        gap: 0.625vw;
    }
        
    .feed-navigation-arrow button {
        width: 3.625vw;
        font-size: 1.25vw;
        padding: 0;
    }
    /* Globals */

    /* Banner */
    .landing-page-banner-content {
        padding: 0 0.938vw;
    }
    
    .landing-page-banner-content-inner {
        padding-top: 5vw;
    }
    
    .landing-page-banner-content-tagline {
        padding: 0 1.25vw;
    }
    
    #content .landing-page-banner-content-tagline h2 {
        font-size: 2.375vw;
    }
    
    #content .landing-page-banner-content-qs form {
        padding: 0.938vw 0 0;
    }
    
    .qs-field {
        width: calc(100% - 3.875vw);
    }
    
    .qs-field.qs-field-submit {
        width: 3.875vw;
    }
    
    .qs-field input {
        font-size: 0.875vw;
        height: 3.25vw;
        padding: 0 1.25vw;
    }
    
    .qs-field.qs-field-submit button {
        /* height: 3.25vw; */
        font-size: 1.563vw;
    }
    /* Banner */

    /* Listings */
    .landing-page-listings-feed {
        padding: 2.5vw 0;
        margin: 0 0;
    }
    
    .landing-page-listings-feed-item {
        padding: 0.313vw;
    }
    
    .landing-page-listings-feed-info {
        padding: 0.938vw;
        height: 8.75vw;
    }
    
    .landing-page-listings-feed-text {
        width: calc(81% - 0.938vw);
        padding-left: 2.813vw;
        gap: 0.313vw;
    }
    
    span.listings-feed-text-address {
        font-size: 1.188vw;
    }
    
    span.listings-feed-text-bbs {
        font-size: 0.875vw;
    }
    
    span.listings-feed-text-price {
        font-size: 1.125vw;
        padding-top: 0.313vw;
    }
    
    .landing-page-listings-feed-icon {
        font-size: 3.125vw;
        padding-right: 1.875vw;
    }
    /* Listings */

    /* Communities */
    .landing-page-communities-feed {
        padding: 2.5vw 0;
    }
    
    .landing-page-communities-feed-item {
        padding: 0.469vw;
    }
    
    .landing-page-communities-feed-title {
        font-size: 1.25vw;
        padding-bottom: 1.563vw;
    }
    /* Communities */

    /* About */
    #content .about-content-bio p {
        padding: 0.625vw 0;
        font-size: 15px;
    }
    
    .about-content-button {
        padding: 0.938vw 0 0;
    }
    /* About */ 

    /* Team */
    .landing-page-team-feed {
        padding: 2.5vw 0;
    }
    
    .landing-page-team-feed-item {
        padding: 0.313vw;
    }
    
    span.team-feed-name {
        font-size: 1.563vw;
    }
    
    span.team-feed-position {
        font-size: 0.75vw;
    }
    /* Team */

    /* Testimonials */
    .landing-page-testimonials-feed {
        padding: 2.5vw 0;
    }.landing-page-listings-feed
    
    .landing-page-testimonials-icon {
        padding-bottom: 2.5vw;
        font-size: 8.75vw;
        line-height: 2.375vw;
    }

    .landing-page-testimonials-icon span {
        top: 1.563vw;
    }
    
    #content .landing-page-testimonials-feed-item p {
        font-size: 0.938vw;
    }
    
    #content .landing-page-testimonials-feed-item span {
        padding-top: 1.563vw;
        font-size: 1.063vw;
    }
    /* Testimonials */
}

@media screen and (min-width: 744px) {
  .ftproperties__items {
    flex-direction: row;
    flex-wrap: wrap;
  }
.ftproperties__item {
    width: calc(50% - 12px);
  }
}

@media only screen and (max-width: 1199px) {
    .landing-page-communities-inner.row .col-md-6:first-child {
        padding: 0 50px;
    }
    .page-template-landing-page-buyers .aiosp-container {
        /* text-align: left;       */
    }
}

@media only screen and (max-width: 991px) {  
    body .landing-page-communities-inner.row .col-md-6 {
        width: 100%;        
        padding: 50px 20px !important;
    }
    .landing-page-communities-inner {       
        display: block;       
    }
    .ftproperties__item {
        width: 100%;
    }
    /* Banner */
    .landing-page-banner-content-inner {
        padding: 0;
    }
    /* Banner */
    
    /* Listings */
    .landing-page-listings-feed {
        margin: 0 auto;
        max-width: 100%;
    }
    /* Listings */
    
    /* Communities */
    .landing-page-communities-feed {
        margin: 0 auto;
        max-width: 400px;
    }
    .landing-page-communities-inner {
        max-width: 100%;
    }
    /* Communities */
    
    /* About */
    .landing-page-about-inner {
        flex-direction: column;
        gap: 40px;
        max-width: 100%;
    }
        
    .landing-page-about-photo {
        width: 100%;
        max-width: 400px;
    }
    
    .landing-page-about-content {
        width: 100%;
        text-align: center;
    }
    
    .about-content-button {
        align-items: center;
        justify-content: center;
    }
    /* About */

    /* Team */
    .landing-page-team-feed {
        max-width: 400px;
    }
    .landing-page-team-inner {
        max-width: 100%;
    }
    /* Team */

    /* Testimonials */
    .landing-page-testimonials-feed {
        max-width: 100%;
    }
    /* Testimonials */
}

@media only screen and (max-width: 767px) {
    /* Globals */
    #content .landing-page-section-title {
        text-align: center;
    }
    
    #content .landing-page-section-title h2 {
        left: 10px;
    }
    /* Globals */

    /* Banner */
    .landing-page-banner-photo canvas {
        min-height: 350px;
    }
    
    .landing-page-banner-content-tagline {
        text-align: center;
    }
    
    #content .landing-page-banner-content-tagline h2 {
        font-size: 25px;
    }
    
    #content .landing-page-section-title h2 {
        font-size: 40px;
    }
    /* Banner */
    
    /* Listings */
    .landing-page-listings-feed-info::before {
        left: 15px;
    }
    
    .landing-page-listings-feed-text {
        padding-left: 20px;
        width: calc(81% - 5px);
    }
    
    span.listings-feed-text-address {
        font-size: 17px;
    }
    
    .landing-page-listings-feed-icon {
        font-size: 40px;
        padding-right: 15px;
    }
    /* Listings */
    
}

@media only screen and (max-width: 480px) {
    /* Globals */
    .landing-page-feed-navigation {
        flex-wrap: wrap;
    }
    
    .feed-navigation-arrow-next {
        order: 2;
    }
    
    .feed-navigation-button {
        order: 3;
        min-width: 300px;
    }

    .qs-field {
        max-width: 228px;
    }

    .landing-page-popup-title span {
        font-size: 23px;
    }
    /* Globals */

    /* Banner */
    #content .landing-page-banner-content-tagline h2 {
        font-size: 30px;
    }
    /* Banner */    
}