/* @group Site nav
------------------------------------ */
.site-nav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--limestone);
    width: 100%;
    height: 6.5rem;
    z-index: 11;
    transition: transform .7s ease, opacity .7s ease;
}
.site-nav .row {
    height: 6.5rem;
}
.site-nav .main-logo,
.site-nav .main-logo img {
    display: inline-block;
    width: 5rem;
    height: 2.523rem;
}
/* Burguer menu */
.site-nav .burguer-bttn {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 4rem;
    height: 2.4rem;
    cursor: pointer;
}
.site-nav .burguer-bttn i {
    width: 4rem;
    height: .1rem;
    display: inline-block;
    background-color: var(--dark-gilded-age);
    transition: all .5s ease;
}
.site-nav .burguer-bttn i:first-child,
.site-nav .burguer-bttn i:last-child {
    position: absolute;
    left: 0;
}
.site-nav .burguer-bttn i:first-child {
    top: 0;
}
.site-nav .burguer-bttn i:last-child {
    bottom: 0;
}
.site-nav .burguer-bttn[data-state='close'] i:nth-child(2) {
    display: none;
}
.site-nav .burguer-bttn[data-state='close'] i:first-child,
.site-nav .burguer-bttn[data-state='close'] i:last-child {
    top: 50%;
    left: 0;    
}
.site-nav .burguer-bttn[data-state='close'] i:first-child {
    transform: rotate(45deg);
}
.site-nav .burguer-bttn[data-state='close'] i:last-child {
    transform: rotate(-45deg);
}
.site-nav .row.middle .col-middle{
    display: none;
}
@media only screen
and (max-width : 960px){
    .site-nav .row.middle .col-middle{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
        flex-basis: 0;
        min-width: 150px;
        max-width: 250px;
    }
    .site-nav .row.middle .col-middle img{
        width: 100%;
        height: auto;
    }
    .site-nav .col-right {
        flex-grow: unset;
        flex-basis: 0;
        flex-shrink: 1;
    }
    .site-nav .row{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        position: relative;   
    }

}
@media only screen
and (max-width : 400px){
    .site-nav .col-right a{
        margin-right: 10px !important;
    }
    .site-nav .col-right a svg{
        height: 20px;
        width: 20px;
    }
    .site-nav .col-right .schedule-tour{ 
        margin-right: 0 !important;
    }
    .site-nav .main-logo img{
        width: 3rem;
        height: auto;
    }
    .site-nav .col-left{
        flex: unset !important;
        max-width: fit-content !important;
        padding: 10px !important;
    }
    .site-nav .main-logo{
        width: fit-content;
        height: fit-content;
    }

}
@media only screen
and (min-width : 961px) {
    .site-nav {
        background-color: var(--limestone);
        width: 10rem;
        height: 100%;
        border-right: .1rem solid var(--spanish-moss);
    }
    .site-nav .row {
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .site-nav .col-left,
    .site-nav .col-right,
    .col-social-media {
        text-align: center;
        padding: 3rem 0;
    }
    .col-social-media {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        row-gap: 3rem;
    }
    .site-nav .col-right {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 2;
    }
    .site-nav .main-logo,
    .site-nav .main-logo img {
        display: inline-block;
        width: 7.022rem;
        height: 3.544rem;
    }
    .site-nav .col-social-media svg path {
        fill: var(--spanish-moss);
    }
    .site-nav .col-social-media svg {
        width: 2rem;
        height: 2rem;
    }


    /* Burguer menu */
    .site-nav .burguer-bttn {
        width: 4.4rem;
        height: 2.6rem;
    }
    .site-nav .burguer-bttn i {
        width: 4.4rem;
    }
}

.col-social-media.mobile svg path  {
    fill: var(--spanish-moss);
}

@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {

    .site-nav {
        border-bottom: .1rem solid var(--spanish-moss);
    }
    .site-nav .col-left,
    .site-nav .col-right {
        box-sizing: content-box;
    }
    .site-nav .col-left {
        flex: 0 1 5rem;
        max-width: 5rem;
    }
    .site-nav .col-right {
        /* flex: 1;
        max-width: calc(100% - 5rem);
        text-align: right; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .site-nav .col-right .tel-link, .site-nav .col-right .schedule-tour {
        margin-right: 15px;
    } 
}

@media only screen
and (min-width : 960px) {
    .site-nav .col-right .click-to-call, .site-nav .col-right .schedule-tour{
        display: none;
    }
}

/* @end */


/* @group Fixed Menu
------------------------------------ */
.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: var(--limestone);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: transform .7s ease, opacity .7s ease;
}
.fixed-menu .menu {
    padding-top: 10.2rem;
}
.fixed-menu .menu li {
    font-size: unset;
    line-height: unset;
    margin-bottom: 2.3rem;
}
.fixed-menu .menu li a {
    font-family: var(--brolimo-font);
    color: var(--forest);
    font-weight: 400;
    font-size: 3.5em;
    line-height: 1.14em;
    letter-spacing: .085em;
    text-transform: uppercase;
}
.fixed-menu .menu .sub-menu li {
    margin-bottom: 0;
}
.fixed-menu .menu .sub-menu a {
    text-transform: uppercase;
    font-family: var(--brolimo-font);
    color: var(--spanish-moss);
    font-weight: 400;
    font-size: 2.5em;
    letter-spacing: 0.12em;
    margin: 1rem 0 0 1.5rem;
}
.fixed-menu .bttns-options li {
    font-size: unset;
    line-height: unset;
}
.fixed-menu .bttns-options li a {
    text-transform: uppercase;
    font-family: var(--brolimo-font);
    color: var(--spanish-moss);
    font-weight: 400;
    font-size: 2.5em;
    line-height: 2.2em;
    letter-spacing: 0.12em;
}
.fixed-menu .description {
    position: relative;
    text-align: center;
    padding: 3.1rem 4.4rem 2rem 4.4rem;
}
.fixed-menu .description::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../img/layout/main-nav/texture-book-a-tour.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.fixed-menu .description h3,
.fixed-menu .description h4 {
    font-family: var(--brolimo-font);
    font-weight: 400;
    color: var(--forest);
}
.fixed-menu .description h3 {
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.2em;
    letter-spacing: 0.12em;
}
.fixed-menu .description h4 {
    font-size: 4em;
    line-height: 1em;
    margin-bottom: 2rem;
}
.fixed-menu .description p {
    color: var(--spanish-moss);
    font-size: 1.5em;
    line-height: 1.46em;
    letter-spacing: 0.01333em;
}

.fixed-menu .col-social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6rem;
    margin: 2rem 0;
}
.fixed-menu .contact-phone {
    /* position: absolute;
    bottom: 0;
    right: 0; */
    margin: 4.44vh 6.2rem 0 0;
}
.fixed-menu .contact-phone a {
    font-family: var(--blackdelights-font);
    color: var(--forest);
    font-size: 4.47vh;
    line-height: 1.1em;
    letter-spacing: .004em;
}
/* ASIDE CONTENT */
.fixed-menu .aside-content {
    position: absolute;
    bottom: 4.5vh;
}
.fixed-menu .aside-content h2 {
    font: normal 400 4.47vh/1.1em var(--blackdelights-font);
    margin-bottom: 1.79vh;
}
.fixed-menu .aside-content address,
.fixed-menu .aside-content time,
.fixed-menu .aside-content a {
    font: normal 400 1.3vh/1.5em var(--gotham-book);
    color: var(--forest);
    letter-spacing: 0.013em;
}
.fixed-menu .aside-content .address a {
    text-decoration: underline;
}
.fixed-menu .aside-content address {
    margin-bottom: 2.6vh;
}
.fixed-menu .aside-content time{
    font-size: 16px;
}
.fixed-menu .aside-content time:not(:last-child) {
    margin-right: 1.7vh;
}
.fixed-menu .aside-content strong,
.fixed-menu .aside-content b {
    font-weight: 700;
} 
.fixed-menu .aside-content .address{
    /* display: flex; */
    justify-content: space-between;
}
.fixed-menu .aside-content .address .add-wrapper{
    width: fit-content;
}
.fixed-menu .aside-content .address .app-shield img{
    width: 250px;
    height:auto;
    margin-top: 10px;
}


/* @end */

@media only screen
and (min-width : 961px) {
    .fixed-menu {
        height: 100%;
        overflow: hidden;
        background-image: url('../../img/layout/main-nav/background-desktop.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .fixed-menu .row {
        max-width: 100%;
        height: 100%;
    }   
    .fixed-menu .col-left {
        flex: 1;
        margin-left: 20rem;
    }
    .fixed-menu .col-right {
        flex: 0 1 70.3rem;   
        height: 100%;
    }
    .fixed-menu .menu {
        padding-top: 7vh;
    }
    .fixed-menu .menu li {
        margin-bottom: 3.2vh;
    }
    .fixed-menu .menu li a {
        font-size: 4.47vh;
        line-height: 1.1em;
        letter-spacing: .01em;
    }
    .fixed-menu .menu .sub-menu a {
        font-size: 2.6vh;
        letter-spacing: .1em;
        margin: 1vh 0 0 3rem;
    }
    .fixed-menu .menu .smaller a,
    .fixed-menu .bttns-options li a {
        font-size: 2.6vh;
        line-height: 1.8em;
        letter-spacing: .1em;
    }
    .fixed-menu .description {
        height: 59vh;
        padding: 7vh 3rem 12vh 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .fixed-menu .description h3 {
        font-size: 2.68vh;
        line-height: 1.2em;
        letter-spacing: 0.1em;
    }
    .fixed-menu .description h4 {
        font-size: 4.71vh;
        line-height: 1em;
        margin-bottom: 3rem;
    }
    .fixed-menu .description p {
        max-width: 35.6rem;
        margin: 0 auto;
    }
    .fixed-menu .description .book-a-tour {
        color: var(--gilded-age);
        font-size: 1.6em;
        line-height: 1.5em;
        letter-spacing: .0125em;
    }
    /* Book a tour */
    .fixed-menu .description .book-a-tour-container,
    .fixed-menu .description .book-a-tour-container::before {
        border-radius: 50%;
        position: absolute;
    }
    .fixed-menu .description .book-a-tour-container {
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: -11.7vh;
        left: 50%;
        transform: translateX(-50%);
        width: 23.4vh;
        height: 23.4vh;
        background-color: var(--limestone);
        border-radius: 50%;
        overflow: hidden;
        z-index: 2;
    }
    .fixed-menu .description .book-a-tour-container::before {
        content: "";
        top: 1.43vh;
        left: 1.43vh;
        width: 20.5vh;
        height: 20.5vh;
        border: .1rem solid var(--gilded-age);
        pointer-events: none;
    }
    .fixed-menu .description .book-a-tour {
        display: inline-block;
        font-weight: 400;
        font-size: 1.43vh;
        line-height: 1em;
        letter-spacing: 0.0125em;
        text-transform: uppercase;
        text-align: center;
        color: var(--gilded-age);
    }
    .fixed-menu .description .book-a-tour::after {
        content: "";
        display: block;
        width: 7.1rem;
        height: 1rem;
        background-image: url('../../img/layout/globals/arrow.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-left: auto;
        position: relative;
        left: 2rem;
        margin-top: 0.5rem;
    }

}
@media only screen
and (min-height : 800px) {
    .fixed-menu .description .book-a-tour-container {
        bottom: -22.7vh;
    }
  
}
@media only screen
and (min-height : 1400px) {
    .fixed-menu .description .book-a-tour-container {
        bottom: -18.7vh;
    }
  
}
@media only screen
and (min-height : 1050px) {
    .fixed-menu .description h4 {
        font-size: 5vh;
    }
    .book-a-tour-intro .description h4 {
        font-size: 3vh;
    }
}
@media only screen
and (min-height : 1600px) {
    .fixed-menu .description h4 {
        font-size: 4vh;
    }
    .fixed-menu .description .book-a-tour-container {
        bottom: -12.7vh;
    }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .fixed-menu .col-left {
        padding: 0 0 0 3rem;
        margin-bottom: 1.6rem;
    }
    .fixed-menu .col-right {
        padding-left: 0;
        padding-right: 3rem;
    }
    .fixed-menu .col-left,
    .fixed-menu .col-right {
        flex: 0 1 100%;
        max-width: 100%;
    }
    /* Book a tour */
    .fixed-menu .description .book-a-tour-container {
        display: block;
        text-align: right;
        padding-right: 2rem;
        margin-top: 2.4rem;
    }
    .fixed-menu .description .book-a-tour {
        display: inline-block;
        font-weight: 400;
        font-size: 1.7em;
        line-height: 1.5em;
        letter-spacing: .011em;
        text-transform: uppercase;
        color: var(--forest);
    }
    .fixed-menu .description .book-a-tour::after {
        content: "";
        display: block;
        width: 7.1rem;
        height: 1rem;
        background-image: url('../../img/layout/globals/arrow.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-left: auto;
        position: relative;
        left: 2rem;
        margin-top: 0.5rem;
    }
    
}

/* @end */



/* Animations */

@media only screen
and (min-width : 961px) {
    .fixed-menu {
        transform: translate3d(-100%, 0, 0);
    }
    body.home[data-state-menu="opened-menu"] .site-nav,
    body.home[data-state-menu="opened-menu"] .fixed-menu {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
    body:not(.scrolling) .site-nav {
        transform: translate3d(41rem, 0, 0);
    }
    body:not(.scrolling).open-floorplan .site-nav,
    body:not(.scrolling).popup-active .site-nav {
        transform: translate3d(0, 0, 0)!important;
    }
}

@media only screen
and (min-width : 3000px){
    body:not(.scrolling) .site-nav {
        transform: translate3d(99rem, 0, 0);
    }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .fixed-menu {
        transform: translate3d(0, -100%, 0);
    }
    body[data-state-menu="opened-menu"] .fixed-menu {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
}


/* SCHEDULE A TOUR */
body .horizontal__scroll {
    position: relative;
    left: 0;
    transition: left .7s;
}

@media only screen
and (min-width : 961px) {
    .horizontal__scroll {
        opacity: 0;
        visibility: hidden;
        transition: opacity .7s, transform .7s;
    }
    .fixed-menu {
        opacity: 0;
        visibility: hidden;
        transition: opacity .7s, transform .7s;
    }
    .site-nav {
        opacity: 0;
        visibility: hidden;
        transition: opacity .7s, transform .7s;
        transform: translate3d(0, 0, 0);

        animation-duration: 1s;
        animation-fill-mode: forwards;
    }
}

.hide {
    animation-name: hideNav;
}
.show {
    animation-name: showNav;
}
@keyframes hideNav {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes showNav {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

/* Osano Styles */
.osano-cm-widget {
    display: none;
  }
  .osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
  .osano-cm-disclosure__toggle:hover,
  .osano-cm-link:hover, .osano-cm-link:active, 
  .osano-cm-link {
    color: #000;
  } 
  .osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
  .osano-cm-disclosure__toggle:hover,
  .osano-cm-link,
  .osano-cm-link:hover, 
  .osano-cm-link:active {
    color: #000;
  }

/* PL changes */
.fixed-menu .menu .current_page_item a {
   color: var(--gilded-age);
}
