@media only screen and (min-device-width :200px) and (max-device-width :720px) {
 
 .mobile-only {display: flex!important;}
 .desktop-only {display: none!important;}
 
 
 .body {padding: 0 20px;box-sizing: border-box;margin-top: 560px;}
 
 
/* ==========================================================================
        Typography
 ========================================================================== */ 
  
  h1 {font-size: 32px;}
  h2 {}
  h3 {}
  p  {font-size: 12px;}
  
/* ==========================================================================
        Header
========================================================================== */   
  .header .logo {
      position: relative;
      z-index: 2;
      width: 110px;
  }
  
  .header.mobile-only .buttons a {
      background: transparent;
      color: #fff;
      font-size: 24px;
      padding: 0;
  }
  
  .header.mobile-only {padding: 25px 50px 15px 50px}
  
/* ==========================================================================
        Slider
========================================================================== */ 
 .slider {
    height: 520px;
}

.page-template-page-sleepover .slider {height: 920px!important;}
.page-template-page-sleepover {margin-top: 940px;}
.page-template-page-sleepover .slider .swiper-hero img {height: 1000px!important;}
.page-sleepover {margin-top: 1050px;}
 .slider .slider-content {
    width: 100%;
    gap: 0;
    padding: 0 30px;
    box-sizing: border-box;
    gap: 30px;
}

 .slider .slider-content h1 {
    font-size: 42px;
    width: 100%;
    margin-top: 25px;
}
 .slider .slider-content p {
    padding: 0;
    font-size: 14px;
    line-height: 1.5em;
}


    .swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  
}

.swiper-slide video,
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-gallery .swiper-slide img {height: -webkit-fill-available!important;}

.slider .swiper-slide {
height: -webkit-fill-available!important;
}

/* ==========================================================================
        Overlay Menu
========================================================================== */ 

.overlay-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  background: #F8F8F8;
  height: 101vh;
  width: 101vw;
  text-align: center;
  flex-direction: column;
  gap: 50px;
  padding: 0;
  justify-content: space-between;
  box-sizing: border-box;
}

.overlay-menu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
    height: 100%;
}

.overlay-menu .logo {
    display: flex;
      width: 100%;
      justify-content: space-between;
      padding: 0 51px 0 50px;
      box-sizing: border-box;
      align-items: center;
      margin-top: 25px;
    }

.overlay-menu .menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.overlay-menu .menu ul li {
    display: inline;
    text-align: left;
    padding: 0 30px;
}

.overlay-menu .menu ul li a {
    font-size: 3em;
}

.overlay-menu footer {
    position: relative;
    margin: 0;
    text-align: center;
    flex-flow: row;
}

.overlay-menu .logo img {
    width: 110px;
}

.overlay-menu footer ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
}

.overlay-menu footer p {
    font-size: 12px;
    opacity: 0.5;
    margin-top: 10px;
    text-align: left;
}

/* ==========================================================================
        Block
========================================================================== */ 
.block-header {
    display: flex;
    justify-content: space-between;
    align-content: space-evenly;
    justify-items: legacy;
    align-items: unset;
    gap: 40px;
}

.block-header-title {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
    text-align: left;
}

.block-header-title h1 {
    font-size: 28px;
    line-height: 1em;
}

.block-header-title p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.25em;
    width: auto;
}

.block-header-button a {
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 5px;
    font-weight: 300;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.block-header-button {
    width: 5px;
    margin-top: 5px;
}

.block-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: center;
    flex-direction: column;
    height: auto;
}

.block.facts .block-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.block {
display: flex;
flex-direction: column;
gap: 15px;
margin: 100px 0 0 0px;
}

.swiper-pagination-bullets {text-align: left!important;}

.swiper-quotes .swiper-pagination-bullets {text-align: center!important;}

.swiper-quotes .swiper-wrapper {display: flex;
flex-direction: row;
width: 100%;
position: relative;
height: 100%!important;
}

.quote-gallery .swiper-wrapper .swiper-slide p img {
width: 100px;
object-fit: contain;
cursor: grab;
margin: auto!important;
}

/* ==========================================================================
        Floorplan
========================================================================== */ 

.floorplan {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.floorplan img {
    width: 100%;
    object-fit: cover;
}
.floorplan-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: relative;
}
.floorplan h5 {
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
}
.floorplan h1 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1em;
    margin: 15px 0 20px 0px;
}
.floorplan p {
    line-height: 1.5em;
    font-weight: 300;
    font-size: 14px;
}
.floorplan a.btn {
    background: #000;
    color: #fff;
    display: inline-block;
    width: auto;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    width: auto;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}
/* ==========================================================================
        Corporate
========================================================================== */ 
.corporate .block-content {
    gap: 20px;
    height: 700px;
    flex-wrap: nowrap;
}

.block.corporate .gallery {
  height: 330px;
}

.corporate .gallery {
    width: 100%;
    height: 520px;
    position: relative;
}

.form input {
width: 100%;
height: 40px;
padding: 40px 10px 25px 10px;
box-sizing: content-box;
background: none;
border: 2px solid #000;
height: 100%;
border-bottom: 0;
border-radius: 0;
}

/* ==========================================================================
        Explore
========================================================================== */

.explore .explore-block {
    position: relative;
    width: 100%;
    display: grid;
    height: 250px;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-items: center;
    text-align: center;
}

.explore .explore-block h1 {
    position: relative;
    z-index: 999;
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 31px;
}

footer.mobile-only {
    position: relative;
    width: 100%;
    text-align: left;
    flex-direction: column;
}

/* ==========================================================================
        Section: Location
========================================================================== */

.page-block-location {
    display: flex;
    gap: 0px;
    flex-direction: column;
}
.page-block-module {
    width: 100%;
    height: auto!important;
    padding: 10px 0;
}
.page-block-module .gallery {
    height: 350px;
}
.page-block-location:first-child .page-block-text h1 {color: #000;}

.page-block-location:nth-of-type(even) {flex-direction: column!important}

.page-block-text h1 {
    font-size: 32px;
    line-height: 1em;
    font-weight: 500;
    max-width: 500px;
}

.page-block-map-title h1 {
    font-size: 36px;
    font-weight: 500;
    max-width: 500px;
    line-height: 1em;
    margin-bottom: 10px;
}

.page-block-map-title p {
    font-size: 19px;
    font-weight: 300;
}
/* ==========================================================================
        Section: Membership
========================================================================== */

.membership-option {
    background: #262629;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 25px;
}

.membership-option.option-member a * {color: #fff;}

/* ==========================================================================
        Section: Happenings
========================================================================== */
.page-happenings .block.happenings .block-item {width: 100%;}

.happenings .block-item {
    width: 100%;
}

.happening {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-top: -380px;
    position: relative;
    z-index: 999;
    flex-direction: column;
}

.happening * {color: #000;}
.happening-content h1 {color: #000; width: 100%; font-size: 47px;}
.happening .happening-image {
    height: 100%;
    width: 100%;
    margin-top: 0px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    position: relative;
}

.happenings .chip {
background: #000;
color: #fff;
border-radius: 99px;
width: 50px;
opacity: 1;
text-align: center;
font-weight: bold;
padding: 5px 5px;
font-size: 12px;
}

.closeOverlay {margin-right: 10px;}

/* ==========================================================================
        Section: Sleepover
========================================================================== */
.page-sleepover .intro .block-content h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1em;
}

/* ==========================================================================
        Section: Corporate
========================================================================== */
.page-corporate .block-content .gallery {
    width: 100%;
    object-position: unset;
    box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 30%);
    height: 550px;
    margin-top: -110px;
}


.quote-gallery .swiper-wrapper .swiper-slide h1 {
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    /* padding: 0px 80px; */
    margin-bottom: 30px;
    /* width: 640px; */
    /* margin: auto; */
    line-height: 1.25em;
    box-sizing: border-box;
    cursor: grab;
    width: 100%;
}

.quote-gallery .swiper-wrapper .swiper-slide p {
        width: 100%;
        object-fit: contain;
        cursor: grab;
        text-align: center;
    }


.quote-gallery.swiper {
        width: 100%;
        /* height: 100%; */
    }

.quote-gallery .swiper-wrapper .swiper-slide {
        width: 100%!important;
        position: relative;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        margin: auto;
        gap: 0;
        text-align: center;
        padding: 0;
        text-align: center;
        justify-content: revert;
        align-content: center;
    }

.block.partners .block-item {
    width: 100px!important;
    object-fit: contain;
}

.block.partners .block-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    height: 450px;
    height: -webkit-fill-available;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: center;
    flex-direction: row;
}

.page-corporate .corporate .contact {
    width: 100%;
    gap: 20px;
}

.block.corporate .block-content {
    gap: 20px;
    flex-wrap: nowrap;
    height: 100%;
}

.form input.form-button {
background: #000;
color: #fff;
padding: 25px 10px;
cursor: pointer;
height: 50%;
}


/* ==========================================================================
    Section: Intro
========================================================================== */
.page-intro {
    width: 100vw;
    margin: 0;
    max-width: 100vw;
    height: 100vh;
    margin: 0!important;
    max-height: 100vh;
    padding: 0!important;
}

.page-intro .block-content {
    height: 100vh;
    flex-direction: row;
    margin: 0;
    flex-wrap: wrap;
}

.page-intro .block-content .explore-block {
    height: 100vh;
    width: 50%;
    justify-content: normal;
    align-items: center;
    padding-bottom: 0px;
    height: 50%;
}

.intro-logo {
    width: 20vh;
    margin: auto;
    top: 0;
    margin: 0 auto;
    margin-top: 25px;
}

.page-intro .explore .explore-title h1 {font-size: 3vh; display: block;}
.intro-header {
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    padding: 0;
    display: flex;
    pointer-events: none;
    margin: 0;
    box-sizing: content-box;
    flex-direction: column;
}

.page-intro .explore .explore-title {padding: 0;}


}

.corporate .form {width: 100%;}

.block.page {width: 100%;}