@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html, body {width: auto!important; overflow-x: hidden!important} 

body {
    background-color: #F1F1EF;
}

a {
    color: #BE8B55;
}

p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
}


.circle li {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 18px;
        line-height: 1.8;
        letter-spacing: 1px;
    }

    ul.circle{
    list-style: none;
        position: relative;
        padding-left: 22px;
    }
    
    li {
        margin: 0px 0px 5px 0px;
    }
    
    ul.circle li:before {
        font-family: 'fontawesome';
        content: '\f111';
        font-size: 8px;
        color: #BE8B55;
        padding-top: 9px;
        margin-left: -20px;
        position: absolute;
    }

.theFlex {
    display: flex;
}

.caption {
    text-transform: uppercase;
    position: absolute;
    color: #FFF;
    z-index: 99;
    right: 7%;
    bottom: 0%;
    text-shadow: 1px 1px 12px rgba(0,0,0,0.6);
}

.captionLeft {
    text-transform: uppercase;
    position: absolute;
    color: #FFF;
    z-index: 99;
    left: 7%;
    bottom: 0%;
    text-shadow: 1px 1px 12px rgba(0,0,0,0.6);
}

.secNav {
    padding-top: 175px;
    padding-bottom: 175px;
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .secNav {
        padding-top: 50px;
        padding-bottom: 50px;
        width: 100%;
    }
}

h2 {
    margin: 40px 0px 0px 0px;
    color: #BE8B55;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    font-size: 3em;
}


.secNav h2 {
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    color: #333132;
    font-size: 3em;
}

.LuxuryBG {
    background-image: url('../images/LuxuryBG.png');
    background-size: 60%;
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-top: -15%;
}

@media only screen and (max-width: 800px) {
    .LuxuryBG {
        background-image: url('../images/LuxuryBG.png');
        background-size: 60%;
        background-position: right bottom;
        background-repeat: no-repeat;
        margin-top: 0px;
    }
}

.coWorkingBG {
    background: #2C2C2C;
    background-image: url('../images/WorkingBG.png');
    background-position: left bottom;
    background-size: 60%;
    background-repeat: no-repeat;
    color: #FFF;
}

.eventBG {
    background-image: url('../images/EventBG.png');
    background-position: right bottom;
    background-size: 60%;
    background-repeat: no-repeat;
}

footer {
    width: 100%;
    background-image: url('../images/footerBG.jpg');
    background-size: cover;
    padding: 50px auto 50px auto;
    color: #FFF;
}

.ftpadding {
    padding-top: 60px;
    padding-bottom: 60px;
}

footer p {
    font-size: 12px;
}

.navBG {
    background-image: url('../images/footerBG.jpg');
    background-size: auto;
    color: #FFF;
}

.theHeader {
    width: 100%;
    position: relative;
    margin-top: 60px;
    background: #2C2C2C;
    padding: 0px 4%;
}

@media only screen and (max-width: 800px) {
    .theHeader {
        width: 100%;
        position: relative;
        margin-top: 100px;
        background: #2C2C2C;
        padding: 0px 4%;
    }
}

.theHeaderTxt {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 99;
}

@media only screen and (max-width: 800px) {
    .theHeaderTxt {
        position: relative;
    }
}

.theHeaderTxt h1 {
    color: #FFF;
    font-family: 'Bebas Neue', cursive;
    font-size: 6em;
    display: inline-flex;
    margin: auto;
}

@media only screen and (max-width: 800px) {
    .theHeaderTxt h1 {
        color: #FFF;
        font-family: 'Bebas Neue', cursive;
        font-size: 2.5em;
        display: inline-flex;
        margin: 0px 0px 20px 0px;
    }
}

.theHeaderTxt h1 span {
    font-size: .1px;

    /* margin-bottom: 0px;
    margin-left: 12px;
    margin-right: 12px;
    font-weight: bold;
    font-size:.9em;
    color: #FFF;
    /*The change */
}

.theHeaderTxt h1 span::after {
    content: "";
    background-image: url('../images/bar.png');
    background-size: 30px 80px;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.theHeaderTxt h2 {
    color: #FFF;
    font-size: 2em;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: -10px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    margin-left: auto;
    margin-bottom: auto;
}


@media only screen and (max-width: 800px) {
    .theHeaderTxt h2 {
        color: #FFF;
        font-size: 1.6em;
        font-family: 'Nunito Sans', sans-serif;
        margin-top: 40px;
        margin-left: -10px;
        margin-bottom: 20px;
    }
}


.theHeaderTxt h2 span {
    font-size: .1px;

    /* margin-bottom: 0px;
    margin-left: 12px;
    margin-right: 12px;
    font-weight: bold;
    font-size:.9em;
    color: #FFF;
    /*The change */
}

.theHeaderTxt h2 span::after {
    content: "";
    background-image: url('../images/bar.png');
    background-size: 17px 90px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 24px;
    display: inline-block;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
}

.txtBG {
    background-color: #2C2C2C;
    color: #FFF;
    padding-top: 50px;
    padding-bottom: 150px;
}

@media only screen and (max-width: 800px) {
    .txtBG {
        background-color: #2C2C2C;
        color: #FFF;
        padding-top: 50px;
        padding-bottom: 50px;
    } 
}

.txtBG p {
}

.whiteTxt {
    color: #FFF!important;
}

.logo {
    width: 100%;
    max-width: 200px;
}

.realtorlogos {
    width: 100%;
    max-width: 60px;
    margin: auto;
}

@media only screen and (max-width: 800px) {
    .realtorlogos {
        width: 100%;
        max-width: 60px;
        margin: 20px auto 20px auto;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    text-transform: uppercase;
}

li.nav-item {
    margin-left: 30px;
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
}


@media only screen and (max-width: 1190px) {
    li.nav-item {
        margin-left: 20px;
        margin-top: 20px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 1075px) {
    li.nav-item {
        margin-left: 20px;
        margin-top: 20px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1025px) {
    li.nav-item {
        margin-left: 20px;
        margin-top: 20px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 500px) {
    li.nav-item {
        margin-left: 10px;
        margin-top: 10px;
        font-size: 16px;
    }
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0px;
    margin-left: 0px;
    list-style: disc;
    }

    @media only screen and (max-width: 500px) {
        .navbar-nav {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-left: 0px;
            margin-left: 0px;
            list-style: none;
            }
    }

li.nav-item:nth-child(1) {
    list-style: none;

} 

.theAddressBox {
    margin-bottom: 50px;
}

a.theAddress {
    color: #FFF;
    text-transform: uppercase;
    line-height: 1.8;
}

.ftMenu {
    font-size: 1px;
    text-transform: uppercase;
    margin: 20px auto 40px auto;
}

.ftMenu ul {
    display: inline-flex;
    list-style: none;
}

@media only screen and (max-width: 425px) {
    .ftMenu ul {
        display: inline;
        list-style: none;
    }
}

.ftMenu li {
    font-size: 13px;
    padding: 0px!important;
    margin: 0px!important;

}

.btn-union {
    background-image: url('../images/btnBG.png'); 
    padding: 10px 30px; 
    color: #FFF;
    text-transform: uppercase;
    margin: auto auto 20px auto;
}

@media only screen and (max-width: 425px) {
    .btn-union {
        background-image: url('../images/btnBG.png'); 
        padding: 10px 30px; 
        color: #FFF;
        text-transform: uppercase;
        margin: 10px 0px 30px 0px;
    }
}


/* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar.scrolled {
    opacity: 80%;
}

@media only screen and (max-width: 425px) {
    .navbar.scrolled {
        opacity: 100%;
    }
}



.maxWidth {
    width: 100%;
}


h2.secHeaderTxt {
    color: #FFF;
    font-family: 'Bebas Neue', cursive;
    font-size: 4em;
    display: inline-flex;
}

.extraMargin {
    margin-left: 6%;
    margin-top: auto;
}

@media only screen and (max-width: 425px) {
.extraMargin {
    margin-left: 0px;
    margin-top: 60px;
    }
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }

/* Contact Form 7
-------------------------------*/

/* Submit Button CF7 CSS Styles */

.wpcf7 input[type=submit] {
    font-weight: normal;
    color: #FFF;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 2;
    background-color: #be8b55;
    border-radius: 0px;
    color: #FFF;
    font-size: 20px;
    margin: 50px auto;
    display: block;
    border: 2px solid #FFF;
    padding: 0px 40px;
}

/* File Upload Button CF7 CSS Styles */

.wpcf7 input[type=file] {
    padding: 15px 25px;
    background: #FFF;
    color: #000;
    border: 0px solid #be8b55;
    -webkit-border-radius: 0px;
    border-radius: px;
    font-size: 13px;
}

/* Label Text Contact Form 7 CSS Styles */

.wpcf7 label {
    padding: 0 0 10px 0;
    font-size: 20px;
}

/* Text Input Field Contact Form 7 Styles */

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 .wpcf7-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #d9d9d9;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 10px 0px;
}

/* Textarea Field CF7 CSS Styles */

.wpcf7 textarea {
    width: 100%;
    height: 100px;
    color: #495057;
    font-size: 20px;
    background-color: #d9d9d9;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000 !important;
    opacity: 1;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
}

#the_label {
    display: none;
    font-size: 17px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
}

div.wpcf7 .ajax-loader {
    visibility: hidden!important;
    display: inline-block;
    background-image: url('../../assets/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}


.imgMargin {
    width: 100%;
    height: auto;
    margin: 80px auto 80px auto;
}


  .hideonDesktop {
        display: none!important;
    }
    
    @media only screen and (max-width: 800px) {
        .hideonDesktop {
            display: block!important;
        }
    }
    
    .hideonMobile {
        display: block!important;
    }
    
    @media only screen and (max-width: 800px) {
        .hideonMobile {
            display: none!important;
        }
    }


    .floorplanBG {
        background-color: #FFF;
    }


    h3.floorplanTitle  {
        text-transform: uppercase;
        margin-top: 50px;
    }


 p.gallerydetails  {
    font-size: 1em;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 20px;
    margin-top: 10px;

    }

    .pointer {
        cursor: pointer;
    }

    .theAnchor {
        position: absolute;
        margin-top: -200px;
    }

    a.galleryLinks {
        font-size: 1.2em;
        margin: 10px 10px 0px 10px;
        text-transform: uppercase;
            font-family: 'Nunito Sans', sans-serif;
    }

    a.galleryLinks:hover {
        text-decoration: none;
        font-size: 1.2em;
        margin: 0px 10px;
        color: #F1F1EF;
    }

    span.theBullet {
        font-size: 24px;
    }

    .apply {
        position: fixed;
        background-color: #c69b68;
        padding: 10px;
        z-index: 113;
        margin-top: 0px;
        right: 0px;
        box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.49);
        -webkit-box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.49);
        top: 200px;
        font-size: 10px;
        text-transform: uppercase;
        font-family: 'Nunito Sans', sans-serif;
        width: 85px;
        text-align: center;
        line-height: 1em;
        }

        @media only screen and (max-width: 800px) {
            .apply {
                position: fixed;
                background-color: #c69b68;
                padding: 10px;
                margin-top: 0px;
                right: 0px;
                box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.49);
                -webkit-box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.49);
                -moz-box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.49);
                top: 260px;
                text-transform: uppercase;
                font-family: 'Nunito Sans', sans-serif;
                width: 65px;
                line-height: .8em;
                }
        }

        .apply a {
            color: #FFF;
            font-size: 13px;
            line-height: 1.1em;
        }

        @media only screen and (max-width: 800px) {
            .apply a {
                color: #FFF;
                font-size: 9px;
                line-height: 1.1em;
            }
        }


        .scheduleTour {
            position: fixed;
            background-color: #c69b68;
            padding: 10px;
            z-index: 113;
            margin-top: 0px;
            right: 0px;
            box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.49);
            -webkit-box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.49);
            -moz-box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.49);
            top: 300px;
            text-transform: uppercase;
            font-family: 'Nunito Sans', sans-serif;
            width: 85px;
            text-align: center;
            line-height: 1em;
            }
    
            @media only screen and (max-width: 800px) {
                .scheduleTour {
                    position: fixed;
                    background-color: #c69b68;
                    padding: 10px;
                    margin-top: 0px;
                    right: 0px;
                    box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.49);
                    -webkit-box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.49);
                    -moz-box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.49);
                    top: 345px;
                    text-transform: uppercase;
                    font-family: 'Nunito Sans', sans-serif;
                    width: 65px;
                    line-height: .8em;
                    }
            }
    
            .scheduleTour a {
                color: #FFF;
                font-size: 13px;
                line-height: 1.1em;
            }

            @media only screen and (max-width: 800px) {
            .scheduleTour a {
                color: #FFF;
                font-size: 9px;
                line-height: 1.1em;
            }
        }


        .banner {
            background-color: #be8b55;
            width: 100%;
            color: #FFF;
            max-height: 50px;
            text-align: center;
            padding: 5px 0px;
            text-transform: uppercase;
            position: fixed;
            top:0px;
            z-index: 999;
        }

        .banner a {
            color: #FFF;

        }


        .fixed-top {
            position: fixed;
            top: 32px;
            right: 0;
            left: 0;
            z-index: 1030;
            }