/*** Tailwind ***/
.max-w-1200 {
    max-width: 1200px;
}
.max-w-1100 {
    max-width: 1100px;
}
.max-w-515 {
    max-width: 515px;
}
.max-w-365 {
    max-width: 365px;
}
.w-full {
    width: 100%;
}
.px-4 {
    padding-left: 16px;
    padding-right: 16px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-16 {
    margin-top: 64px;
    margin-bottom: 64px;
}
.mb-4 {
    margin-bottom: 16px;
}
.mt-4 {
    margin-top: 16px;
}
.flex {
    display: flex;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
@media screen and (max-width: 1000px) {
    .mob-px-4 {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/*** Header ***/
.header-book {
    order: 2;
    margin-left: 20px;
}

/*** Universal ***/
span.first-letter {
    //display: inline-block !important;
    //position: static !important;
    //font-size: inherit !important;
    margin-right: -10px !important;
}
span.first-letter:after, span.first-letter:before {
	display: none !important;
}
.benefit-content span.first-letter {
    margin-right: -30px !important;
}
.page-id-30 .location-intro span.first-letter {
    top: -30% !important;
}
header {
    transition: all .3s;
}
header.sticky {
    padding-top: 0px !important;
}
.admin-bar .header-inner {
    padding: 80px 0 0;
}
.admin-bar header.sticky {
    padding-top: 31px !important;
}
.overflow-hidden {
    overflow: hidden;
}
.ghostBtn {
    padding: 10px 17px;
    border: 1px solid #505f8c;
    font-size: 20px;
    display: inline-block;
    transition: all .4s;
}
.ghostBtn:hover {
    background: #505f8c;
    color: white;
}

/*** Locations ***/
.location-gallery {
    margin-bottom: 24px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.gallery-items {
    margin-left: 30px;
}

.grid-sizer,
.grid-item {
    width: 32%;
    margin-bottom: 8px;
}
.grid-item img {
    width: 100%;
}
.grid-item--width2 {
    width: 64%;
}
.grid-item--width3 {
    width: 100%;
}
.grid-item--height1 {
    height: 200px;
}
.grid-item--height1 img {
    height: 100%;
    object-fit: cover;
}
.grid-item--height2 {
    height: 410px;
}
.grid-item--height2 img {
    height: 100%;
    object-fit: cover;
}

.gallery-inner {
    position: relative;
}
.gallery-button-container {
    position: absolute;
    right: 55px;
    bottom: 5px;
    z-index: 10;
	text-align: center;
}
.gallery-button {
    cursor: pointer;
    display: inline-block;
    padding: 14px 60px;
    background: #222;
    font-family: 'DIN-Medium';
    color: #d4d1cc;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    text-transform: uppercase;
	margin: 16px auto;
}
.hours-inner .button {
	font-size: 20px !important;
    padding: 3px 29px;
}
.Main__Container-sc-1n4ud0o-0 > a { /* Hide reviews widget credit at bottom */
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    max-height: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
    width: 0 !important;
}
.Main__Container-sc-1n4ud0o-0 > a:after {
    content: "";
    background: white;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: default;
}
.Main__Container-sc-1n4ud0o-0.LNOon {
    max-width: 1100px;
}
.location-block iframe {
    max-width: 100%;
}
.eapps-widget-toolbar {
    display: none !important;
}
/* Gallery */
.gallery-full-container, .gallery-slider-container {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	top: 0;
	left: 0;
	background: white;
	transition: all .8s;
}
.gallery-full {
    max-width: 100%;
	margin: 0 auto;
	max-height: 100vh;
	overflow-y: scroll;
    position: relative;
}
.gallery-full-inner {
	max-width: 1150px;
    width: 100%;
    margin: 0 auto;
	padding: 40px;
    position: relative;
}
.gallery-full-close {
	position: absolute;
	width: 100%;
	height: 100%;
}
.gallery-full-container.active-gallery, .gallery-slider-container.active-gallery {
	opacity: 1;
	z-index: 111111;
}
.gallery-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    box-sizing: border-box;
}
.gallery-slider-glide {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    max-height: 500px;
}
.gallery-item  {
    cursor: pointer;
    transition: opacity .8s;
}
.gallery-item:hover{
    opacity: .8;
}
.gallery-slider img {
    max-height: 500px;
    max-width: 1150px;
    //width: 100%;
    object-fit: cover;
}
.gallery-slider-close {
    left: 10px !important;
    padding: 20px !important;
    top: -20px !important;
    z-index: 10000 !important;
}
.gallery-slider, .gallery-slider-main {
    max-width: 1150px;
    width: 100%;
    max-height: 500px;
    padding: 0 40px;
    position: relative;
}
.gallery-slider-main .glide__track {
    z-index: 999999;
    position: relative;
}
.close, .gallery-slider-close {
	position: absolute;
    left: 20px;
    top: 45px;
	color: black;
	font-size: 40px;
	cursor: pointer;
}
.glide__arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 40px;
    left: 0;
}
.glide__arrow {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    padding: 10px;
}
.glide__arrow svg {
    width: 20px;
    height: auto;
}
button.glide__arrow.glide__arrow--left {
    left: 0;
}
button.glide__arrow.glide__arrow--right {
    right: 0;
}
.gallery-bg-close, .gallery-carousel-bg-close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.LayoutDefault__Top-sc-1ydej6v-4.jtVuCI {
    display: none !important;
}

/* Cookies Notice */
.cookies-notice {
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #E8E6E4;
	border-top: 1px solid white;
	text-align: center;
	z-index: 99;
	padding: 10px 16px;
    left: 0;
    max-height: 0;
    opacity: 0;
    transition: all .8s;
}
.cookies-notice.show {
    opacity: 1;
    max-height: 200px;
}
.cookies-notice-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookies-left {
    max-width: 460px;
    margin-right: 20px;
}
.cookies-notice h5 {
	margin: 0;
    font-size: 14px;
}
.cookie-accept-button {
    cursor: pointer;
    display: inline-block;
    padding: 14px 60px;
    background: #222;
    font-family: 'DIN-Medium';
    color: #d4d1cc;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.cookie-accept-button:hover {
    color: #B0A294;
}
.cookies-notice.active {
    max-height: 0;
    opacity: 0;
}

/*** Blog Page ***/
.blog-page {
    color: black;
}
.blog-featured-left {
    height: 345px;
}
.post-date {
    margin-bottom: 6px;
}
.post-link {
    font-weight: bold;
    color: #002968;
    text-transform: uppercase;
    font-size: 16px;
}
.blog-posts {
    margin-top: 70px;
    margin-bottom: 80px;
}
.blog-posts-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 70px 40px;
}
.blog-post-image {
    height: 277px;
}
.blog-post-link {
    display: block;
    margin-top: 12px;
}
.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 50px auto 0;
}
.blog-pagination .page-numbers {
    background: #f9f9f9;
    border-right: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-pagination .page-numbers:first-of-type {
    border-left: 1px solid #bbbbbb;
}
.blog-pagination .page-numbers.current {
    background: #efefef;
}
.blog-cta {
    position: relative;
    margin-bottom: 70px;
}
.blog-cta-left {
    max-width: 825px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.blog-cta-right {
    max-width: 1200px;
    padding: 30px 0;
    z-index: 20;
}
.blog-cta-right-inner {
    max-width: 645px;
    padding: 37px 16px 12px;
    background-color: #f3f3f3;
    margin-left: auto;
}
.blog-cta-right-content {
    max-width: 415px;
    margin: 0 auto;
}
.blog-cta-right input:not(.gform_button) {
    background: white !important;
    border: 1px solid #979797 !important;
    border-radius: 8px !important;
    padding-left: 14px !important;
    max-width: 100% !important;
    width: 100% !important;
}
.blog-cta-right input.gform_button {
    background-color: #505f8c;
    color: white;
    padding: 6px !important;
    max-width: 185px !important;
    width: 100% !important;
    height: auto;
    font-size: 16px !important;
    border-radius: 0;
    letter-spacing: 1.3px !important;
}
/* Single */
.social-share-button img {
    max-width: 38px;
}
.single-left {
    max-width: 580px;
    width: 100%;
}
.share {
    margin-bottom: 24px;
}
.share h4 {
    margin-bottom: 6px;
}
.single-right {
    max-width: 365px;
    width: 100%;
}
.single-title {
    margin-top: 5px;
}
.single-right .share {
    background-color: #f5f5f5;
    padding: 24px 33px 37px;
}
.single-right .social-icons a {
    margin-right: 4px;
}
.single-bottom {
    margin-top: 80px;
}

/*** Footer ***/
.optin {
    background: #E8E6E4;
    padding: 16px;
}
.pre-footer .optin h4 {
    display: inline-block;
    margin-bottom: 0;
}
input#mc-embedded-subscribe {
    display: inline-block;
    padding: 7px 20px;
    background: #222;
    font-family: 'DIN-Medium';
    color: #d4d1cc;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}
#mc_embed_signup_scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
@media screen and (max-width: 1300px) {
    .gallery-button-container {
        right: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .gallery-button-container {
        right: 25px;
    }
    .gallery-slider, .gallery-slider-main {
        max-width: 1000px;
        width: 100%;
        padding: 0;
        z-index: 10;
    }
    .gallery-carousel-item-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .gallery-carousel-item img {
        max-width: 900px;
        width: 100%;
        max-height: 500px;
        margin: 0 auto;
    }
    .gallery-slider-close {
        padding: 13px 0 !important;
    }
    .glide__arrows {
        z-index: 999999999999999999999999;
    }
}
@media screen and (max-width: 1000px) {
    .gallery-button-container {
        position: relative;
        right: 0;
        bottom: 0;
        z-index: 10;
    	text-align: center;
    }
    .gallery-button {
        cursor: pointer;
        display: inline-block;
        padding: 14px 60px;
        background: #222;
        font-family: 'DIN-Medium';
        color: #d4d1cc;
        letter-spacing: 2px;
        transition: all 0.3s ease;
        text-transform: uppercase;
    	margin: 16px auto;
    }
    .gallery-full-inner {
        padding: 44px 6px 6px 6px;
        box-sizing: border-box;
    }
    .close {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: white;
        padding: 4px;
    }
    .gallery-items {
        margin: 0;
    }
    .grid-item {
        max-width: 100% !important;
        width: 100% !important;
    }
    .optin {
        padding: 24px 16px;
    }
    .pre-footer .optin h4 {
        font-size: 18px;
    }
    #mc_embed_signup_scroll {
        display: block;
        text-align: center;
    }
    .mc-field-group {
        margin: 16px 0;
    }
    .gallery-slider-container {
        padding: 0 20px;
    }
    .gallery-slider-main {
        max-width: 100%;
    }
    .gallery-slider-close {
        padding: 0 !important;
        top: -40px !important;
        left: 0 !important;
    }
    .glide__arrows {
        top: unset;
        transform: none;
        position: relative;
        max-width: 100px;
        margin: 0 auto;
    }
}


/** Get stuff out of style.css. Organize later. */


/*** Accordions ***/
.accordionItem {
    margin-bottom: 16px;
}
.accordionItem .accordionTitle {
    cursor: pointer;
    line-height: 130%;
    border: 1px solid #505f8c;
    padding: 14px 49px 14px 20px;
    border-radius: 12px;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    position: relative;
}
.accordionItem .accordionTitle:after {
    content: "";
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    line-height: 0;
    transition: transform 0.4s;
    background: #505f8c;
    width: 20px;
    height: 3px;
}
.accordionItem .accordionTitle:before {
    content: "";
    position: absolute;
    right: 20px;
    line-height: 0;
    transition: transform 0.4s;
    background: #505f8c;
    width: 20px;
    height: 3px;
}
.accordionItem .accordionContent {
    max-height: 0;
    opacity: 0;
    padding: 0 20px;
    overflow: hidden;
    transition: all .4s;
}
.accordionItem .accordionContent p:first-of-type {
    margin-top: 0;
}
.accordionItem.active .accordionTitle:after {
    transform: rotate(180deg);
}
.accordionItem.active .accordionContent {
    max-height: 1000px;
    opacity: 1;
    padding: 10px 20px;
}

/*** Structure ***/
.admin-bar header {
    padding-top: 33px !important;
}
.header-inner {
    padding: 12px 0 !important;
}
.header-flex-container {
    gap: 16px;
}
.header-right {
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-contact {
    margin-bottom: 10px;
    order: 2;
    margin: 0 0 0 24px;
}
a.logo {
    margin: 0;
    max-width: 225px;
    width: 100%;
}
.header-menu a {
    font-size: 16px;
}
.headerContactBtn {
    padding: 10px 17px;
    border: 1px solid #505f8c;
    font-size: 20px;
    display: inline-block;
    transition: all .4s;
}
.headerContactBtn:hover {
    background: #505f8c;
    color: white;
}
.top-links li {
    margin: 0 0 0 15px !important;
}
.top-links > li > a {
    padding-bottom: 15px !important;
    display: inline-block;
}
.menu-item-has-children {
    position: relative;
}
ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #f6f6f6;
    box-shadow: 4px 4px 14px 0 #0000001a;
    margin: 0;
    text-align: left;
    padding: 8px 3px;
    min-width: 250px;
}
ul.sub-menu > li {
    display: block;
    margin: 0 !important;
}
ul.sub-menu > li a {
    padding: 8px 12px;
    display: block;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
}
.header-flex-container:after {
    display: none;
}

/*** Universal ***/
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.w-full {
    width: 100%;
}
.text-center {
    text-align: center;
}
.blueBtn {
    background-color: #505f8c;
    color: white !important;
    padding: 6px 25px;
    text-align: center;
    max-width: 197px;
    display: inline-block;
    height: auto;
    font-size: 16px !important;
    letter-spacing: 1.3px;
    text-decoration: none !important;
}
.phoneBtn {
    padding: 13px;
}
.border-box {
    box-sizing: border-box;
}
.location-page .btn {
    text-transform: uppercase;
}
.footer-logo svg {
    max-width: 225px;
    width: 100%;
}

/* Location Page Universal */
.location-page h2 {
    font-size: 30px;
    letter-spacing: .7px;
    line-height: 120%;
    margin-bottom: 6px;
    color: black;
}
.location-page ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 16px;
}
.location-page li {
    margin-bottom: 8px;
}
.location-page li::marker {
    color: #505f8c;
}

/*** Home ***/
.home .hero-right-container {
    max-width: 50%;
    width: 100%;
    position: absolute;
    right: 0;
    height: 100%;
}
.home .hero-right {
    max-width: 60%;
    width: 100%;
    right: 10%;
}
.home-hero-title {
    font-size: 42px;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
    padding: 16px;
    margin: 100px auto 0;
    max-width: 600px;
    z-index: 100;
    position: relative;
    right: -9%;
}

/*** New Location Page ***/
h1.gallery-hero-title {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 465px;
    background: rgba(255, 255, 255, .9);
    padding: 26px 32px;
    box-sizing: border-box;
    font-size: 32px;
}
.location-top-intro {
    margin: 40px 0;
}
.location-top-intro-inner {
    max-width: 1335px;
    margin: 0 auto ;
    padding: 0 16px;
    gap: 24px;
}
.location-top-intro-left {
    max-width: 720px;
}
.location-top-intro-right {
    max-width: 490px;
}
.location-desk-types {
    margin-top: 24px;
}
.location-desk-type {
    gap: 24px;
    border: 1px solid #979797;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 12px 24px;
}
.desk-type-image {
    line-height: 0;
    max-width: 60px;
    width: 100%;
}
.desk-type-content h5 {
    margin-bottom: 0;
}
.desk-type-content p {
    line-height: 130%;
}
.desk-type-content p:last-of-type {
    margin-bottom: 0;
}
.location-top-intro-form {
    background: #f3f3f3;
    padding: 35px 35px 24px;
}
.location-top-intro-form .ginput_container {
    margin: 12px 0 !important;
}
.location-top-intro-form .gfield {
    padding: 0 !important;
}
.location-top-intro-form .gfield input {
    max-width: 100%;
    height: auto;
    background-color: #ffffff !important;
    border: 1px solid #979797 !important;
    border-radius: 8px !important;
    padding: 12px !important;
    margin: 0 !important;
}
li#field_6_34 label {
    display: block !important;
    font-size: 16px !important;
    color: #505f8c;
    line-height: 22px;
}
.location-top-intro-form .gfield select {
    max-width: 100%;
    height: auto;
    background-color: #ffffff !important;
    border: 1px solid #979797 !important;
    border-radius: 8px !important;
    padding: 12px !important;
    margin: 0 !important;
}
div#gform_wrapper_6 .gform_footer input {
    background-color: #505f8c;
    color: white;
    padding: 6px;
    max-width: 185px;
    width: 100% !important;
    height: auto;
    font-size: 16px !important;
    letter-spacing: 1.3px;
}
.location-amenities-left-inner {
    max-width: 532px;
    padding: 54px 16px 80px;
}
.location-amenities-list {
    gap: 35px 50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 32px;
}
.location-amenities-list-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -10;
    overflow: scroll;
}
.amenities-popup-inner {
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
}
.amenities-popup-header {
    text-align: center;
}
.amenities-popup-main {
    padding-top: 40px;
}
.close-amenities {
    max-width: 38px;
    margin-left: auto;
    padding: 7px;
    cursor: pointer;
}
.close-amenities path {
    fill: #222;
}
.location-amenities-list-popup.active {
    opacity: 1;
    z-index: 9999999999999;
    background: white;
}
.location-amenity-item {
    text-align: center;
    font-weight: 700 !important;
}
.location-amenity-item img {
    max-width: 45px;
    max-height: 35px;
    font-weight: 700;
    margin-bottom: 4px;
}
.location-amenity-item span {
    font-size: 8px;
    display: block;
    margin: 5px 0 0 0;
    line-height: 100%;
}
.amenities-see-more {
    color: #4a65b7;
    cursor: pointer;
    font-weight: 500;
}
.amenity-item-left {
    text-align: left;
}
.location-amenity-item.popup-item {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #222;
    align-items: center;
}
.location-amenity-item.popup-item:last-of-type {
    border-bottom: none;
}
.amenity-item-left h4 {
    margin-bottom: 10px;
}
.amenity-item-left h4 span {
    font-size: 12px;
}
.amenity-item-left div {
    line-height: 140%;
}
.amenity-item-right {
    max-width: 60px;
    width: 100%;
}
.location-info-right {
    padding: 70px 16px;
}
.location-info ul li {
    line-height: 130%;
}
.reviews-star svg {
    color: #ffc62c;
    max-width: 16px;
}
.reviews-star svg path {
    fill: #ffc62c;
}
.location-reviews {
    background: #f5f5f5;
}
.location-reviews-inner {
    max-width: 1250px;
    padding: 70px 16px 58px;
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.location-review-item {
    background: white;
    box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.1);
    padding: 36px 24px;
}
.reviews-star {
    margin-bottom: 10px;
}
.review-author {
    font-size: 12px;
    color: #505f8c;
}
.location-faq {
    margin-top: 30px;
    margin-bottom: 60px;
}
.location-faq-inner {
    max-width: 800px;
}
.location-header {
    margin-bottom: 10px;
}
.location-contact-inner {
    max-width: 1120px;
    padding: 0 16px;
    background-color: #f5f5f5;
}
.location-contact-left  {
    max-width: 560px;
}
.location-contact-left p {
    height: 100%;
}
.location-contact-right  {
    max-width: 415px;
    padding: 80px 16px;
}
.location-contact {
    margin: 60px 0;
}

/*** Contact ***/
.contact-page-inner {
    border-top: 1px solid #222;
}
.contact-page-left {
    padding: 40px;
    border-right: 1px solid #222;
    box-sizing: border-box;
}
.contact-page-right {
    padding: 40px;
    box-sizing: border-box;
}
.contact-page-phone a {
    gap: 10px;
    font-size: 20px;
    font-weight: bold;
}
.contact-page-phone img {
    max-width: 40px;
}
.contact-page-right input[type=text] {
    max-width: 100%;
}
li#field_8_34 label {
    display: block !important;
    font-size: 16px !important;
    color: #505f8c;
    line-height: 22px;
}
div#gform_wrapper_8 .gform_footer input {
    background-color: #505f8c;
    color: white;
    padding: 6px;
    max-width: 185px;
    width: 100% !important;
    height: auto;
    font-size: 16px !important;
    letter-spacing: 1.3px;
}
.social-item a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.social-item svg {
    max-width: 15px;
    transform: translateY(1px);
}
.social-item svg path {
    fill: white;
}
.social .social-item:has(a svg) {
    transform: translateY(2px);
}


@media screen and (min-width: 1000px) {
    .max-w-half {
        max-width: 50%;
    }
    .location-info-right-inner {
        max-width: 75%;
    }
    .mobileOnly {
        display: none !important;
    }
    .top-links {
        margin-bottom: -15px;
    }
}
@media screen and (max-width: 1000px) {
    .desktopOnly {
        display: none !important;
    }
    .mob-flex-wrap {
        flex-wrap: wrap;
    }
    .location-page h2 {
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 1px;
    }

    /*** Header ***/
    .admin-bar header {
        padding-top: 81px !important;
    }
    .header-inner {
        margin: 0;
        padding: 0 !important;
    }
    .container-wide {
        padding: 16px;
    }
    a.logo {
        max-width: 180px;
    }
    .header-spacer {
        height: 84px;
    }
    .top-links {
        display: none;
        position: fixed;
        width: 100vw;
        left: 0;
        top: 119px;
        max-height: calc(100vh - 119px);
        overflow-y: scroll;
        text-align: left;
        background: #f6f6f6;
        padding-top: 24px;
        transition: all .4s;
    }
    .admin-bar .top-links {
        top: 165px;
        max-height: calc(100vh - 165px);
    }
    .sticky .top-links {
        top: 73px;
        max-height: calc(100vh - 73px);
    }
	.toggled .top-links {
        display: block !important;
	}
    .header-menu img {
        max-width: 40px;
        width: 100%;
    }
    .headerContactBtn {
        padding: 0;
        border: none !important;
        background: none !important;
        margin-right: 9px;
    }
    ul.top-links li {
        margin: 0 !important;
    }
    ul.top-links li a {
        padding: 8px 26px !important;
    }
    .sub-menu {
        display: block !important;
        box-shadow: none !important;
        padding: 0 0 0 22px !important;
        position: static !important;
    }
    .sub-menu a {
        padding-left: 10px;
        color: #505f8c !important;
    }
    .menu-toggle {
        padding: 0;
        border: none !important;
        background: none !important;
    }
    ul.top-links .mobile-menu-call a {
        color: #505f8c !important;
        display: block !important;
        text-align: center;
        padding: 12px !important;
        margin-top: 20px !important;
        border-top: 1px solid #cecece;
    }
    .mobile-contact-form {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: scroll;
        top: 0;
        left: 0;
        background: white;
        z-index: 9999999999999999;
        padding: 24px
    }
    .mobile-contact-form.active {
        display: block;
    }
    .close-form {
        max-width: 38px;
        margin-left: auto;
        padding: 7px;
    }
    .close-form path {
        fill: #222;
    }
    .header-right {
        justify-content: right;
    }

    /*** Home ***/
    h1.gallery-hero-title {
        max-width: 350px;
        width: 100%;
        font-size: 24px;
    }
    .gallery-button-container {
        position: absolute !important;
        width: 100% !important;
    }
    .gallery-button {
        max-width: 190px;
        padding: 17px 0 !important;
        width: 100%;
        color: white !important;
        letter-spacing: 1px !important;
    }
    .gallery-items .gallery-item {
        height: 340px !important;
    }
    .location-top-intro-inner {
        gap: 0;
        padding: 0;
        justify-content: center;
    }
    .location-top-intro {
        margin: 16px 0;
    }
    .location-top-intro-left {
        padding: 0 16px;
    }
    .location-desk-type {
        display: block;
        padding: 18px 16px;
    }
    .desk-type-content h5 {
        margin: 4px 0;
    }
    .location-top-intro-form {
        padding: 20px;
    }
    .location-top-intro-form .gfield input, .location-top-intro-form .gfield select {
        padding: 10px !important;
        line-height: 120% !important;
    }
    body .location-top-intro-form ul li.gfield {
        margin-top: 0 !important;
    }
    .location-amenities-inner {
        flex-wrap: wrap;
    }
    .location-amenities-left {
        order: 2;
    }
    .location-amenities-left-inner {
        padding: 20px;
    }
    .location-amenities-left-inner h2 {
        text-align: center;
    }
    .location-amenities-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .location-amenities-list .location-amenity-item:last-of-type {
        display: none;
    }
    .amenities-see-more {
        text-align: center;
    }
    .location-amenities-right {
        height: 250px;
        order: 1;
    }
    .location-info-inner {
        display: block;
    }
    .location-info-left {
        height: 270px;
    }
    .location-info-right {
        padding: 24px 16px;
    }
    .location-reviews-mobile {
        padding: 24px;
    }
    button.glide__bullet {
        background-color: #7e7e7e;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        padding: 0;
        margin: 0 4px;
        border: none;
    }
    button.glide__bullet.glide__bullet--active {
        background-color: #505f8c;
    }
    ul.glide__slides {
        padding: 0;
    }
    .location-faq {
        margin: 0;
        padding: 24px;
    }
    .accordionItem .accordionTitle {
        padding: 12px 44px 12px 12px;
    }
    .location-contact {
        margin: 0 0 32px;
        padding: 0 16px;
    }
    .location-contact-inner {
        padding: 0;
        display: block;
    }
    .location-contact-left {
        height: 240px;
        margin: 0 auto;
    }
    .location-contact-right {
        padding: 30px 16px 40px;
    }
    .home-hero-title {
        font-size: 24px;
        padding: 0 0px 40px;
        right: 0;
    }
    .mobile-contact-button-container {
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        background: white;
        padding: 10px;
        z-index: 99;
        border-top: 1px solid #222;
    }
    .mobile-contact-button-container .btn {
        padding: 12px 30px;
        max-width: 90%;
        width: 100%;
    }
    .page-template-template-location footer {
        padding-bottom: 50px;
    }
    .amenities-popup-inner {
        padding: 20px;
    }
    .location-amenity-item.popup-item {
        flex-wrap: wrap;
        gap: 4px;
        text-align: left;
    }
    .location-amenity-item.popup-item > div {
        max-width: 100%;
        width: 100%;
    }
    .amenity-item-left {
        order: 2;
    }
    .amenity-item-left div p:last-of-type {
        margin: 0;
    }
    .location-top-intro-right {
        margin-top: -12px;
    }

    /*** Contact ***/
    .contact-page-inner {
        display: block;
    }
    .contact-page-inner > div {
        padding: 20px;
    }
    .contact-page-left {
        border-right: none;
        border-bottom: 1px solid #222;
    }

    /*** Blog ***/
    .blog-featured-right {
        padding: 16px 0 0
    }
    .blog-posts {
        margin-top: 24px;
        margin-bottom: 0;
    }
    .blog-posts-inner {
        display: block;
    }
    .blog-post {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-post:last-of-type {
        margin-bottom: 0;
    }
    .blog-pagination {
        margin-top: 20px;
    }
    .blog-cta {
        margin-bottom: 0;
    }
    .blog-cta-inner {
        display: block;
    }
    .blog-cta-left {
        position: relative;
    }
    .blog-cta-left {
        height: 240px;
        margin-top: 24px;
    }
    .blog-cta-right {
        padding: 0;
    }
    .blog-cta-right-inner {
        padding: 16px;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
    .blog-cta-right-content {
        max-width: 100%;
    }
    /* Single */
    .single-top {
        display: block;
    }
    .single-bottom {
        margin-top: 0;
    }
}
@media screen and (max-width: 415px) {
    .simple-banner-text span {
        font-size: 12px;
    }
}
