:root{
    --font-caudex : "Caudex", serif;
    --blue-color : #1e4268
}


/* Resets */
.header, .ip-banner, .hp-contact-cont, .footer, p#breadcrumbs, h1.entry-title {
    display: none;
}
/* Resets */

#inner-page-wrapper,
#content-sidebar, #content-full{
    margin: 0;
}

    #inner-page-wrapper > .container{
        width: 100%;    
        padding: 0;
    }

.title-text {
    font-family: var(--font-caudex);
}

.body-text {
    font-family: var(--font-family-default);
}

.text-center {
    text-align: center;
}

.section-inner {
    /* max-width: 1138px; */
    max-width: 79%;
    margin: 0 auto;
}

.section-title {
    font-size: 37px;
    color: var(--blue-color);
    padding-bottom: 20px;
    line-height: 1.1;
}

.section-content {
    font-size: 15px;
    font-family: var(--font-caudex);
    color: var(--blue-color);
    letter-spacing: -0.001em;
    line-height: 2;
}

    .section-content p {
        margin: 0 !important;
        line-height: inherit !important;
    }


    .section-content p:not(:last-child) {
        margin-bottom: 20px !important;
    }

.white-text {
    color: #fff;
}

.fs-lg {
    font-size: 20px;
    margin: 15px 0;
    display: block;
}

.fs-md {
    font-size: 16px;
}


.new-construction {
    padding: 0 15px;
    overflow-x: hidden;
}

    .new-construction__inner {
        width: calc( 90% + 30px );
        margin: 0 auto;
    }

    /* header */
    .new-construction__header {
        padding: 50px 0;
    }

        .new-construction__header-inner {
            display: flex;
            align-items: center;
        }

        .new-construction__header-inner {
            font-size: 37px;
            color: #000;
            margin: 0 -15px;
        }

            .new-construction__header-inner > div {
                padding: 0 15px;
            }

            .new-construction__header-inner span{
                position: relative;
                top: -20px;
            }

            .new-construction__header-inner img {
                max-height: 110px;
            }
    /* header */

    /* slideshow */

    .new-construction__slideshow {
        position: relative;
    }

        .new-construction__slideshow-video {
            position: relative;
        }

            .new-construction__slideshow-video::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #000;
                z-index: 1;
                opacity: 0.4;
            }

        .new-construction__slideshow-tagline {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            z-index: 2;
        }

            .new-construction__slideshow-tagline > div {
                display: flex;
                flex-direction: column;
                gap: 5px;
                color: #fff;
                font-size: 50px;
                font-family: var(--font-caudex);
                font-weight: bold;
                text-transform: uppercase;
                line-height: 1;
            }

                .new-construction__slideshow-tagline > div small {
                    font-size: 0.5em !important;
                    letter-spacing: 0.08em;
                    font-family: var(--font-family-default);
                    font-weight: 400;
                }

    /* slideshow */

    /* about */

    .new-construction__about {
        padding: 30px 0;
    }

        .new-construction__about-inner {
            display: flex;
            align-items: stretch;
        }

        .new-construction__about-photo {
            width: 50%;
        }

            .new-construction__about-photo > div {
                width: 100%;
                height: 100%;
            }

                .new-construction__about-photo canvas {
                    display: block;
                    width: 100%;
                    height: auto;
                    min-height: 100%;
                    background-position: center;
                    background-attachment: fixed;
                    background-size: cover;
                    background-repeat: no-repeat;
                }

                .safari-true .new-construction__about-photo canvas,
                .mobile .new-construction__about-photo canvas {
                    background-attachment: scroll;
                }

        .new-construction__about-content {
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-left: 65px;
        }

            .new-construction__about-content-title {
                font-size: 77px;
                line-height: 1.1;
                color: var(--blue-color);
                padding-bottom: 30px;
            }

            .new-construction__about-content-verbiage {
                font-size: 15px;
                font-family: var(--font-caudex);
                color: var(--blue-color);
                letter-spacing: -0.001em;
                line-height: 2;
            }

                .new-construction__about-content-verbiage p {
                    margin: 0 !important;
                    line-height: inherit !important;
                }

                .new-construction__about-content-verbiage p:not(:last-child) {
                    margin-bottom: 20px;
                }

    /* about */

    /* floorplan */
    .new-construction__floorplan {
        padding: 100px 0 50px;
    }

        .new-construction__floorplan-inner {}   

        .new-construction__floorplan-gallery {}

        .new-construction__floorplan-gallery.photo-sm{
            margin: 0 -15px;
        }

        .new-construction__floorplan-gallery.photo-lg {
            margin: 0 calc((13.3% + 15px) * -1);
        }

            .new-construction__floorplan-gallery-wrap{
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;
                width: 100%;
            }

                .new-construction__floorplan-gallery img {
                    width: 100%;
                    border: 1px solid #000;
                }

                .new-construction__floorplan-gallery > div > div{
                    padding: 15px;
                }

                .new-construction__floorplan-gallery.photo-count-2 > div > div {
                    max-width: calc(100% / 2);
                }

                .new-construction__floorplan-gallery.photo-count-3 > div > div {
                    max-width: calc(100% / 3);
                }

                .new-construction__floorplan-gallery.photo-count-4 > div > div,
                .new-construction__floorplan-gallery.photo-count-gallery > div > div {
                    max-width: calc(100% / 4);
                }

        .new-construction__floorplan-verbiage{
            padding-top: 40px;
        }

    /* floorplan */


    /* gallery */
    .new-construction__gallery {
        padding: 50px 0;
    }

        .new-construction__gallery-inner {}   

        .new-construction__gallery-title{
            padding-bottom: 33px;
        }

        .new-construction__gallery-gallery {
            margin: 0 calc((13.3% + 7px) * -1);
        }

            .new-construction__gallery-gallery-wrap{
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;

                width: 100%;
            }
            
            .new-construction__gallery-gallery > div div.image-canvas-overlay{
                display: block;
                width: 100%;
                position: relative
            }

            .new-construction__gallery-gallery canvas{
                display: block;
                width: 100%;
                height: auto;
            }

            .new-construction__gallery-gallery img {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                object-fit: cover;
                object-position: center;
            }

            .new-construction__gallery-gallery > div > div{
                padding: 7px;
                width: 100%;
            }

            .new-construction__gallery-gallery.photo-lg > div > div {
                width: calc(100% / 2);
            }

        .new-construction__gallery-verbiage{
            padding-top: 40px;
        }

    /* gallery */

    /* video */
    .new-construction__video {
        padding: 50px 0;
    }

        .new-construction__video-inner {}   

        .new-construction__video-title{
            padding-bottom: 33px;
        }

        .new-construction__video-gallery {
            margin: 0 calc((13.3% + 7px) * -1);
        }

            .new-construction__video-gallery-wrap{
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;

                width: 100%;
            }
            
            .new-construction__video-gallery > div div.image-canvas-overlay{
                display: block;
                width: 100%;
                position: relative
            }

            .new-construction__video-gallery > div div.image-canvas-overlay a{
                display: block;
            }

            .new-construction__video-gallery canvas{
                display: block;
                width: 100%;
                height: auto;
                background: #000;
            }

            .new-construction__video-gallery img {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                object-fit: cover;
                object-position: center;
                opacity: 0.77;
                transition: all 0.4s ease-in-out;
            }

            .new-construction__video-gallery > div div.image-canvas-overlay a:hover img{
                opacity: 1;
            }

            .new-construction__video-gallery span.video-play-icon {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 80px;
                height: auto;
                aspect-ratio: 1;
                z-index: 2;
                background: #00ccff;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                color: #fff;
                font-size: 45px;
            }

                .new-construction__video-gallery span.video-play-icon em {
                    position: relative;
                    left: 3px;
                }

            .new-construction__video-gallery > div > div{
                padding: 7px;
                width: 100%;
            }

            .new-construction__video-gallery.photo-lg > div > div {
                width: calc(100% / 2);
            }

        .new-construction__video-verbiage{
            padding-top: 40px;
        }

        .aiosp-iframe-holder .aiosp-content.lg {
            max-width: 80%;
            max-height: 90vh;
        }

    /* video */

    /* quote */
    .new-construction__quote {
        position: relative;
        padding: 80px 15px 100px;
    }

        .new-construction__quote-inner {
            position: relative;
        }

        .new-construction__quote::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #e5e6ea;
            width: 200vw;
            height: 100%;
        }
    /* quote */

    /* contact */
    .new-construction__contacts {
        padding: 100px 0 50px;
    }

        .construction__contacts-content {
            padding: 20px 15px 40px;
        }

        .new-construction__contact-agents {
            padding: 20px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            max-width: 83%;
            margin: 0 auto;
        }

            .new-construction__contact-agents-inner {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;
                margin: 0 -25px;
            }

                .new-construction__contact-agent-item {
                    width: 50%;
                    padding: 25px;
                }

                    .new-construction__contact-agent-item-inner {
                        display: flex;
                        align-items: stretch;
                        border: 1px solid #000;
                    }

                    .new-construction__contact-agent-item-photo {
                        width: 36%;
                        height: 100%;
                        position: relative;
                    }

                        .new-construction__contact-agent-item-photo > div {
                            display: block;
                            height: 100%;
                            position: relative;
                        }

                        .new-construction__contact-agent-item-photo > div canvas {
                            display: block;
                            width: 100%;
                            height: auto;
                        }

                        .new-construction__contact-agent-item-photo > div img {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            object-position: center;
                        }

                    .new-construction__contact-agent-item-text {
                        width: 64%;
                        padding-left: 50px;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                    }

                        .new-construction__contact-agent-item-name {
                            font-size: 24px;
                            font-weight: 600;
                            color: var(--blue-color);
                            line-height: 1.1;
                        }

                        .new-construction__contact-agent-item-phone {
                            font-size: 18px;
                            line-height: 1.1;
                            color: var(--blue-color);
                            padding-top: 10px;
                        }

                            .new-construction__contact-agent-item-phone a{
                                transition: all 0.4s ease-in-out;
                            }

                            .new-construction__contact-agent-item-phone a:hover{
                                color: #000;
                            }
        
        .new-construction__contact-information {
            font-size: 18px;
            color: var(--blue-color);
        }

            .new-construction__contact-information a{
                transition: all 0.4s ease-in-out;
            }

            .new-construction__contact-information a:hover{
                color: #000;
            }

        .new-construction__contact-map {
            padding: 50px 0;
        }

            .new-construction__contact-map-inner {
                width: 80%;
                margin: 0 auto;
                position: relative;
            }

                .new-construction__contact-map-inner canvas {
                    display: block;
                    width: 100%;
                    height: auto;
                }

                .new-construction__contact-map-inner iframe {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center;
                }    
    /* contact */

    /* form */
    .new-construction__form {
        position: relative;
        padding: 85px 0;
    }

        .new-construction__form::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: var(--blue-color);
            width: 200vw;
            height: 100%;
        }

        .new-construction__form-inner {
            position: relative;
            max-width: 88%;
            margin: 0 auto;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
        }

            .new-construction__form-text {
                width: 37%;
                padding-top: 55px;
            }

                .new-construction__form-text .section-title {
                    font-size: 30px;
                }
            
            .new-construction__form-content{}

                .new-construction__form-content a{
                    transition: all 0.4s ease-in-out;
                }
                
                .new-construction__form-content a:hover{
                    opacity: 0.6;
                    color: #fff;
                }

            .new-construction__form-cf7 {
                width: 37%;
            }

                .new-construction__form-cf7-inner {
                    position: relative;
                }

                .new-construction__form-cf7-inner form{
                    margin: 0 !important;
                }

                .nc__form-group {}

                    .nc__form-row {
                        margin: 0 -5px;
                    }

                        .nc__form-row-inner {
                            display: flex;
                            width: 100%;
                            flex-wrap: wrap;
                            padding: 5px 0;
                        }

                        .nc__form-col {
                            width: 100%;
                            padding: 5px;
                            display: flex;
                            flex-direction: column;
                        }

                        .nc__form-col.nc__form-col--2 {
                            width: 50%;
                        }

                            .nc__form-col input[type="text"], 
                            .nc__form-col input[type="email"], 
                            .nc__form-col textarea {
                                background: transparent;
                                border: none;
                                border-bottom: 1px solid;
                                height: 40px;
                                outline: none;
                                width: 100%;
                            }

                            .nc__form-col textarea {
                                height: 120px;
                            }

                        .nc__form-col.nc__form-col--submit {
                            position: relative;
                        }

                            .nc__form-col.nc__form-col--submit input {
                                height: 50px;
                                border: none;
                                font-size: 15px;
                                color: var(--blue-color);
                                letter-spacing: 0.075em;
                                transition: all 0.4s ease-in-out;
                            }

                            .nc__form-col.nc__form-col--submit input:hover {
                                background: #000;
                                color: #fff;
                            }

                            /* CF7 Validations */

                            .nc__form-col.nc__form-col--submit .wpcf7-spinner {
                                position: absolute;
                                left: 50%;
                                transform: translateX(-50%);
                                top: calc(100% + 10px);
                                margin: 0;
                            }

                            .new-construction__form-cf7-inner .wpcf7-response-output {
                                position: absolute;
                                top: calc(100% + 10px);
                                width: 100%;
                                left: 0;
                                margin: 0 !important;
                                font-size: 10px;
                            }

                            .nc__form-col .wpcf7-not-valid-tip {
                                left: unset;
                                right: 0;
                                font-size: 10px;
                            }

                            /* CF7 Validations */
    /* form */
    
    /* footer */
    .new-construction__footer {
        padding: 30px 15px;
    }

        .new-construction__footer-inner {
            max-width: 67.5%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .new-construction__footer-copyright {
            font-size: 14px;
            color: var(--blue-color);
        }

        .new-construction__footer-smi {}

            .new-construction__footer-smi-inner {
                display: flex;
                color: #000;
                font-size: 23px;
            }

                .new-construction__footer-smi-inner a {
                    padding: 0 8px;
                    tramsition: all 0.4s ease-in-out;
                }

                .new-construction__footer-smi-inner a:hover{
                    color: var(--blue-color);
                }
    /* footer */


@media only screen and (max-width: 1366px) {
    .new-construction__contact-agents{
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .new-construction__about-photo canvas{
        background-attachment: scroll;
    }

    .new-construction__about-content-title{
        font-size: 45px;
    }
}

@media only screen and (max-width: 991px) {
    .aios-mobile-header-wrapper {
        display: none;
    }

    .section-inner {
        max-width: 100%;
    }

    /* header */
    .new-construction__header-inner {
        justify-content: center;
        flex-wrap: wrap;
    }
    /* header */

    /* about */
    .new-construction__about-inner {
        flex-direction: column-reverse;
    }

    .new-construction__about-photo {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .new-construction__about-content {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .new-construction__about-content-verbiage {
        text-align: center;
        padding-bottom: 50px;
    }
    /* about */

    /* floorplan */
    .new-construction__floorplan {
        padding: 50px 0;
    }

    .new-construction__floorplan-gallery > div > div {
        max-width: 630px;
    }
    /* floorplan */

    /* gallery */
    .new-construction__gallery-gallery {
        margin: 0;
    }
    /* gallery */

    /* video */
    .new-construction__video-gallery {
        margin: 0 auto;
    }
    /* video */

    /* contact */
    .new-construction__contact-agents-inner {
        flex-direction: column;
    }

    .new-construction__contact-agent-item {
        width: 100%;
        max-width: 500px;
        padding: 10px 0;
    }
    /* contact */

    /* form */
    .new-construction__form-inner {
        max-width: 100%;
        flex-direction: column;
    }

    .new-construction__form-text {
        width: 100%;
        text-align: center;
        padding-top: 0;
    }

    .new-construction__form-cf7 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding-top: 50px;
    }
    /* form */

    /* footer */
    .new-construction__footer-inner {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        max-width: 100%;
    }
    /* footer */
}

@media only screen and (max-width: 767px) {
    .new-construction__header-inner img {
        max-height: 95px;
        max-width: 200px;
    }
}

@media only screen and (max-width: 600px) {
    .new-construction__header-inner span {
        top: unset;
    }

    .new-construction__header-inner > div {
        width: 40%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .new-construction__header-inner > div img {
        max-width: 100%;
    }

    .new-construction__header-inner > div:nth-child(2) {
        width: 10%;
    }

    .new-construction__contact-agent-item-text {
        padding: 0 20px;
    }

    .new-construction__contact-map-inner {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .new-construction__header-inner {
        font-size: 25px;
    }

    .new-construction__gallery-gallery.photo-lg > div > div{
        width: 100%;
    }

    .new-construction__video-gallery span.video-play-icon {
        width: 40px;
        font-size: 16px;
    }

    .new-construction__video-gallery span.video-play-icon em {
        left: 1px;
    }
    
    .new-construction__contact-information {
        font-size: 13px;
    }

    .nc__form-col.nc__form-col--2 {
        width: 100%;
    }

    .nc__form-row-inner {
        padding: 0;
    }

    .nc__form-col {
        padding: 10px 0;
    }
}