/* Always show thin logo
    page-id-11      =   /contact
    page-id-1675    =   /extended-stay/
*/
@media (min-width: 1025px) {
    .page-id-11 .logo-thin,
    .page-id-1675 .logo-thin {
        top: 1.25rem;
    }

    .page-id-11 .logo,
    .page-id-1675 .logo {
        display: none;
    }

    .page-id-11 header.img-banner .header-booking:after,
    .page-id-1675 header.img-banner .header-booking:after {
        height: 6em;
        opacity: 1;
        top: 0!important;
    }

    .page-id-11 .menu-wrapper,
    .page-id-1675 .menu-wrapper {
        top: 0!important;
    }

    .page-id-11 .header-booking,
    .page-id-1675 .header-booking {
        top: 3em!important;
    }
}


/* GN BLOCKS */

.entry-content > p,
.entry-content > ul {
    max-width: 72rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;
}

.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}