/* Reset */
.header, 
.hp-contact-us,
#main-footer{
    display: none !important;
}
/* Reset */

/* Globals */
.landing-page-section-container {
    padding: 60px 24px;
    max-width: 1920px;
}

.landing-page-button a, 
.landing-page-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    padding: 0 20px;
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.200em;

    transition: all 0.6s ease;
}

.landing-page-button a {
    padding-top: 4px;
}

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

/* Header */
.landing-page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    padding: 43px 0;
    transition: all 0.6s ease-in-out;
}
    
    .landing-page-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--primary);
        opacity: 0;
        transition: all 0.6s ease-in-out;
    }

    .landing-page-header-inner {
        max-width: 90%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 2;
    }

        .landing-page-header-logo {
            text-align: center;
        }
        
            .landing-page-header-logo span {
                font-size: 40px;
                letter-spacing: 0.010em;
                line-height: 1;
                text-transform: uppercase;
                color: var(--secondary);
            }
            
                .landing-page-header-logo span em {
                    display: block;
                    font-style: normal;
                    font-size: 13px;
                    letter-spacing: 0.500em;
                }  
                
        .landing-page-header-content {
            display: flex;
            align-items: center;
            gap: 30px;
        }

            .landing-page-header-navigation {}

                .landing-page-header-navigation ul.landing_page_menu_header {
                    display: flex;
                    align-items: center;
                    gap: 30px;
                }
                
                    .landing-page-header-navigation ul li {
                        position: relative;
                        display: block;
                    }

                        .landing-page-header-navigation ul a {
                            color: var(--secondary);
                            font-size: 15px;
                            font-weight: 500;
                            text-transform: uppercase;
                            letter-spacing: 0.050em;
                            transition: all 0.6s ease-in-out;
                        }
            
                        .landing-page-header-navigation ul a:hover {
                            color: var(--secondary);
                            opacity: 0.75;
                        }

                        .landing-page-header-navigation ul li ul.sub-menu {
                            list-style: none outside none;
                            margin: 0;
                            background: transparent;
                            /* display: none; */
                            padding: 0;
                            position: absolute;
                            width: 100%;
                            min-width: 240px;
                            left: 50%;
                            padding-top: 20px;
                            opacity: 0;
                            visibility: hidden;
                            pointer-events: none;
                            -webkit-transform: translate(-50%, 30px);
                            -ms-transform: translate(-50%, 30px);
                            transform: translate(-50%, 30px);
                            -webkit-transition: all 0.6s ease;
                            transition: all 0.6s ease;
                        }

                            .landing-page-header-navigation ul li ul.sub-menu a {
                                text-align: center;
                                display: block;
                                padding: 15px 5px;
                                background: var(--primary);
                            }

                        .landing-page-header-navigation ul li:hover ul.sub-menu {
                            display: block; */
                            opacity: 1;
                            visibility: visible;
                            pointer-events: auto;
                            -webkit-transform: translate(-50%, 0);
                            -ms-transform: translate(-50%, 0);
                            transform: translate(-50%, 0);
                            opacity: 1;
                        }
            
            .landing-page-header-button {}

                .landing-page-header-button .landing-page-button a, 
                .landing-page-header-button .landing-page-button button {
                    color: var(--secondary);
                    border-color: var(--secondary);
                    font-size: 15px;
                    letter-spacing: 0.050em;
                    padding: 0 36px;
                }

                .landing-page-header-button .landing-page-button a:hover, 
                .landing-page-header-button .landing-page-button button:hover {
                    background: var(--secondary);
                    color: var(--primary);
                }

                    .landing-page-header-button .landing-page-button a span {
                        font-size: 11px;
                        line-height: 1;
                        position: relative;
                        top: -1px;
                        margin-right: 9px;
                    }
            
/* Header */

/* Fixed Header */
.landing-page-header.show-fh {
    padding: 15px 0;
}

    .landing-page-header.show-fh::before {
        opacity: 0.95;
    }
/* Fixed Header */

/* Popup */
.aiosp-wrap .aiosp-container.aiosp-ref-landing-page-popup .aios-popup-body {
    width: 100%;
    max-width: 992px;
    min-height: unset;
    padding: 0;
}

.aiosp-wrap .aiosp-container.aiosp-ref-landing-page-popup .aios-popup-body button.aiosp-close {
    display: none;
}

.landing-page-popup-close button {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 27px;
    background: transparent;
    border: none;
    color: var(--secondary);
    right: 0;
    top: -50px;
    transition: all 0.6s ease-in-out;
}

.landing-page-popup-close button:hover {
    opacity: 0.75;
}

.landing-page-popup-body {
}

    .landing-page-popup-body-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        flex-direction: row-reverse;
    }

        .landing-page-popup-photo {
            width: 44.5%;
            overflow: hidden;
            position: relative;
        }
        
            .landing-page-popup-photo-inner {
                position: relative;
                width: 100%;
                height: 100%;
            }

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

        .landing-page-popup-content {
            width: 55.5%;
            padding: 70px;
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

            .landing-page-popup-logo {
                text-align: center;
            }

                .landing-page-popup-logo span {
                    font-size: 70px;
                    text-transform: uppercase;
                    letter-spacing: 0.010em;
                    color: var(--primary);
                    line-height: 1;
                    display: flex;
                    flex-direction: column;
                }

                    .landing-page-popup-logo span em {
                        font-size: 22px;
                        letter-spacing: 0.500em;
                        font-style: normal;
                        line-height: 1;
                    }

            .landing-page-popup-title {
                text-align: center;
            }

                .landing-page-popup-title span {
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    font-size: 30px;
                    font-weight: 500;
                    line-height: 1;
                    color: var(--primary);
                }

                    .landing-page-popup-title span em {
                        font-style: normal;
                        font-weight: 300;
                        font-size: 15px;
                        letter-spacing: 0.050em;
                    }

            .landing-page-popup-form {
                max-width: 100%;
                margin: 0 auto;
                width: 100%;
                position: relative;
            }

                .landing-page-popup-form-group .landing-page-popup-form-field {
                    padding-bottom: 20px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                    gap: 5px;
                }

                    .landing-page-popup-form-group .landing-page-popup-form-field .wpcf7-form-control-wrap{
                        display: block;
                        width: 100%;
                    }

                .landing-page-popup-form-field.landing-page-popup-form-submit{
                    padding-bottom: 0;
                }

                    .landing-page-popup-form-group .landing-page-popup-form-field label {display: none;}

                    .landing-page-popup-form-group .landing-page-popup-form-field input {
                        background: transparent;
                        border: none;
                        border-bottom: 1px solid #9f9f9f;
                        font-weight: 300;
                        font-size: 15px;
                        letter-spacing: 0.050em;
                        padding: 5px 0;
                        height: 30px;
                        width: 100%;
                        color: var(--primary);
                    }

                    .landing-page-popup-form-field.landing-page-popup-form-submit input {
                        display: none;
                    }

                    .landing-page-popup-form-field.landing-page-popup-form-submit .landing-page-button {
                        padding-top: 40px;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                    }

                    .landing-page-popup-form-field.landing-page-popup-form-submit .landing-page-button button:hover{
                        background: var(--primary);
                        color: var(--secondary);
                    }
/* Popup */

/* Footer */
.landing-page-footer {
    background: var(--primary);
    color: var(--secondary);
}

    .landing-page-footer-upper {
        margin: 0 auto;
        max-width: 52%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
        flex-direction: column;
    }

        .landing-page-footer-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            line-height: 1;
        }

            .landing-page-footer-logo span {
                text-transform: uppercase;
                font-size: 60px;
                letter-spacing: 0.010em;
            }

                .landing-page-footer-logo span em {
                    display: block;
                    font-style: normal;
                    font-size: 20px;
                    letter-spacing: 0.500em;
                }

        .landing-page-footer-contact-details {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            width: 100%;
        }

            .landing-page-footer-contact-details ul li {
                padding: 3px 0;
            }

                .landing-page-footer-contact-details ul li a {
                    display: flex;
                    align-items: flex-start;
                    gap: 10px;
                    font-size: 15px;
                    letter-spacing: 0.025em;
                    line-height: 1.3;
                    transition: all 0.6s ease-in-out;
                }

                .landing-page-footer-contact-details ul li a:hover {
                    color: var(--secondary);
                    opacity: 0.75;
                }

                    .landing-page-footer-contact-details ul li a span {
                        width: 20px;
                        text-align: center;
                        font-size: 12px;
                        line-height: 1.3;
                    }

                    .landing-page-footer-contact-details ul li a span.ai-font-envelope-f {
                        font-size: 10px;
                        line-height: 1.7;
                    }

                    .landing-page-footer-contact-details ul li a span.ai-font-location-c {
                        font-size: 14px;
                        line-height: 1;
                    }
        
        .landing-page-footer-smi{}
        
            .landing-page-footer-smi ul {
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .landing-page-footer-smi ul li a {
                    font-size: 25px;
                    padding: 0 15px;
                    transition: all 0.6s ease-in-out;
                }

                .landing-page-footer-smi ul li a:hover{
                    color: var(--secondary);
                    opacity: 0.75;
                }

    .landing-page-footer-lower {
        padding: 40px 0 0;
        margin: 40px auto 0;
        border-top: 1px solid #2a2a2a;
        max-width: 91%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        text-align: center;
    }

        .landing-page-footer-navigation {}

            .landing-page-footer-navigation ul {
                display: flex;
                align-items: center;
                justify-content: center;
                text-transform: uppercase;
                font-size: 14px;
                letter-spacing: 0.100em;
                line-height: 1.2;
            }

                .landing-page-footer-navigation ul li {
                    padding: 0 25px;
                }

                .landing-page-footer-navigation ul li a {
                    transition: all 0.6s ease-in-out;
                }

                .landing-page-footer-navigation ul li a:hover{
                    color: var(--secondary);
                    opacity: 0.75;
                }

        .landing-page-footer-copyright{}

            .landing-page-footer-copyright p {
                font-size: 14px;
                letter-spacing: 0.100em;
                line-height: 1.2;
                margin: 0;
            }

                .landing-page-footer-copyright p a{
                    transition: all 0.6s ease-in-out;
                }

                .landing-page-footer-copyright p a:hover{
                    color: var(--secondary);
                    opacity: 0.75
                }

        .landing-page-footer-mls {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 27px;
            gap: 10px;
        }

            .landing-page-footer-mls span.ai-font-realtor-mls {
                font-size: 30px;
                position: relative;
            }
                
/* Footer */

.landing-page-popup-form .wpcf7 form .wpcf7-response-output {
    margin: 25px 0 0;
    width: 100%;
    padding: 6px;
    text-align: center;
}

.landing-page-popup-form-group .landing-page-popup-form-field .wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    left: unset;
    transform: translateY(-50%);
    right: 0;
    width: auto;
    padding: 5px;
    margin: 0;
}

.landing-page-popup-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 15px;
    color: #ff0000;
    width: fit-content;
}

.landing-page-popup-form .wpcf7 form .wpcf7-response-output{
    bottom: 10px;
    left: 0;
}

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

.landing-page-popup-title {
	text-align: left;
	text-transform: uppercase;
}

.landing-page-popup-title span {
	font-size: 40px;
	font-family: var(--font-family-title);
}

.landing-page-popup-form .seusmsg__form-control input[type="text"],
.landing-page-popup-form .seusmsg__form-control input[type="email"],
.landing-page-popup-form .seusmsg__form-control input[type="number"],
.landing-page-popup-form .seusmsg__form-control textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-bottom: 1px solid #9f9f9f;
	background-color: transparent;
	width: 100%;
	height: 48px;
	padding: 12px 8px;
	color: #000;
}

.landing-page-popup-form .primary-button.invert-button {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.landing-page-popup-form .seusmsg__form-submit {	
	max-width: 200px;
}

main .offcanvas {
	display: none;
}

.header__nav .menu-landing-page-menu-container {
	display: flex;
	justify-content: center;
}



@media only screen and (min-width: 992px) {
    /* Globals */
    .landing-page-section-container {
       /* padding: 3.75vw 0; */
    }
    .landing-page-button a, .landing-page-button button {
        height: 3.313vw;
        padding: 0 1.25vw;
        font-size: 0.875vw;
    }

    .landing-page-button a {
        padding-top: 0.25vw;
    }
    /* Globals */

    /* Header */
    .landing-page-header {
        padding: 2.688vw 0;
    }
    
    .landing-page-header-logo span {
        font-size: 2.5vw;
    }
    
    .landing-page-header-logo span em {
        font-size: 0.813vw;
    }
    
    .landing-page-header-content {
        gap: 1.875vw;
    }
    
    .landing-page-header-navigation ul.landing_page_menu_header {
        gap: 1.875vw;
    }
    
    .landing-page-header-navigation ul a {
        font-size: 0.875vw;
    }
    
    .landing-page-header-navigation ul li ul.sub-menu {
        min-width: 15vw;
        padding-top: 1.25vw;
    }
    
    .landing-page-header-navigation ul li ul.sub-menu a {
        padding: 0.938vw 0.313vw;
    }
    /* Header */

    /* Fixed Header */
    .landing-page-header.show-fh {
        padding: 0.938vw 0;
    }
    /* Fixed Header */

    /* Popup */
    .aiosp-wrap .aiosp-container.aiosp-ref-landing-page-popup .aios-popup-body {
        max-width: 1084px;
    }
    
    .landing-page-popup-close button {
        width: 2.5vw;
        height: 2.5vw;
        font-size: 1.688vw;
        top: -3.125vw;
    }
    
    .landing-page-popup-content {
        padding: 4.375vw 3.375vw;
        gap: 1.875vw;
    }
    
    .landing-page-popup-logo span {
        font-size: 4.375vw;
    }
    
    .landing-page-popup-logo span em {
        font-size: 1.375vw;
    }
    
    .landing-page-popup-title span {
        font-size: 1.875vw;
    }
    
    .landing-page-popup-title span em {
        font-size: 17px;
    }
    
    .landing-page-popup-form-group .landing-page-popup-form-field input {
        font-size: 0.938vw;
        padding: 0.313vw 0;
        height: 1.875vw;
    }
    
    .landing-page-popup-form-field.landing-page-popup-form-submit .landing-page-button {
        padding-top: 2.5vw;
    }
    /* Popup */

    /* Footer */
    .landing-page-footer-logo span {
        font-size: 3.75vw;
    }
    
    .landing-page-footer-logo span em {
        font-size: 1.25vw;
    }
    
    .landing-page-footer-contact-details ul li {
        padding: 0.188vw 0;
    }
    
    .landing-page-footer-contact-details ul li a {
        gap: 0.625vw;
        font-size: 0.938vw;
    }
    
    .landing-page-footer-contact-details ul li a span {
        width: 1.25vw;
        font-size: 0.75vw;
    }
    
    .landing-page-footer-contact-details ul li a span.ai-font-envelope-f {
        font-size: 0.625vw;
    }
    
    .landing-page-footer-contact-details ul li a span.ai-font-location-c {
        font-size: 0.875vw;
    }
    
    .landing-page-footer-smi ul li a {
        font-size: 1.563vw;
        padding: 0 0.938vw;
    }
    
    .landing-page-footer-navigation ul {
        font-size: 0.875vw;
    }
    
    .landing-page-footer-navigation ul li {
        padding: 0 1.563vw;
    }
    
    .landing-page-footer-copyright p {
        font-size: 0.875vw;
    }
    
    .landing-page-footer-mls {
        font-size: 1.688vw;
        gap: 0.625vw;
    }
    
    .landing-page-footer-mls span.ai-font-realtor-mls {
        font-size: 1.875vw;
    }
    /* Footer */
}

@media only screen and (max-width: 991px) {
    /* Mobile Header */
    .aios-mobile-header-1 {
        display: none !important;
    }

    .aios-mobile-header-2 {
        z-index: 99991 !important;
    }
    /* Mobile Header */
    
    /* Header */
    .landing-page-header {
        position: relative;
        margin-top: 52px;
    }
    
    .landing-page-header-content {
        display: none;
    }
    
    .landing-page-header-inner {
        justify-content: center;
    }
    
    .landing-page-header::before {
        opacity: 1;
    }
    /* Header */

    /* Popup */
    .landing-page-popup-photo {
        display: none;
    }
    
    .landing-page-popup-content {
        width: 100%;
        padding: 40px 40px 0 40px;
    }

    .landing-page-popup-form{
        padding-bottom: 40px;
    }
    
    .aiosp-wrap .aiosp-container.aiosp-ref-landing-page-popup .aios-popup-body {
        max-width: 600px;
        width: calc(100% - 30px);
    }
    /* Popup */

    /* Footer */
    .landing-page-footer-upper {
        max-width: 100%;
    }
    
    .landing-page-footer-contact-details {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .landing-page-footer-contact-details ul li a {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .landing-page-footer-contact-details ul li {
        padding: 11px 0;
    }
    
    .landing-page-footer-navigation ul {
        flex-direction: column;
        gap: 15px;
    }
    /* Footer */
}

@media only screen and (max-width: 600px) {
    /* Popup */
    .landing-page-popup-logo span {
        font-size: 45px;
    }
    
    .landing-page-popup-logo span em {
        font-size: 15px;
    }
    
    .landing-page-popup-content {
        padding: 40px 20px 0;
    }
    
    .landing-page-popup-form-field.landing-page-popup-form-submit .landing-page-button {
        padding-top: 20px;
    }
    
    .landing-page-popup-form-field.landing-page-popup-form-submit {
        padding-bottom: 0;
    }
    
    .landing-page-popup-form {
        max-width: 100%;
        padding-bottom: 50px;
    }
    /* Popup */
}

@media only screen and (max-width: 400px) {
    .landing-page-popup-form{
        padding-bottom: 70px;
    }
}