
.Page.essence-of-tairawhiti ._Default .col.textwrap ul li {
    list-style-type: disc !important;
    list-style-position: outside;
    padding-left: 0 !important;
    margin-left: 1em;
}
.Page.essence-of-tairawhiti ._Default .col.textwrap ul li:after{display:none !important;}

menu__wrap
.menu__wrap {
  padding: 0;
  /* margin: 0px -20px 0 -20px; */
  position: relative;
  /* border-top: 2px solid rgba(255, 254, 254, 0.1); */
}
.menu__wrap ul:first-child{
  /* padding-top: 0; */
}
.menu__wrap p{margin-top:3em;}
.menu__wrap p a{font-size:16px;}
.menu__wrap ul{list-style:none;/* padding:0 15px; *//* margin:0; */}
.menu__wrap ul ul{
  /* padding: 0 0 10px 0; */
  /* border-top: 1px solid rgba(255,255,255,.04); */
}
.menu__wrap .icon-mobile{
  display:none;
}
.menu__wrap li.mobile{display:none;}

.menu__wrap li {
  /* font-size: 16px; */
  margin-bottom: 0;
  /* list-style: none; */
  /* text-transform: lowercase; */
  border-bottom: 1px solid rgba(255,255,255,.2);
  /* border-top: 1px solid  rgba(255,255,255,.04); */
}
.menu__wrap li a{
  /* padding: 6px 0px 6px; */
  /* background: rgba(20, 22, 26, 0); */
  /* border-radius:0; */
  /* border-bottom: 1px solid rgba(246, 247, 249, .1); */
  /* border-top: 1px solid #f6f7f9; */
  /* display:block; */
  /* color: #ffffff; */
  /* position:relative; */
  /* font-weight: 700; */
  /* letter-spacing: 3px; */
  /* font-size: 14px; */
  /* line-height: 1.2em; */
  /* display: inline-block; */
  /* float: left; */
  /* line-height: 28px; */
  /* width: 100%; */
  /* font-size: 16px; */
  /* text-align: center; */
  /* padding: 0 10px; */
  /* margin-top: 45px; */
  /* font-family: Oswald; */
  /* font-family: "proxima_nova_altbold"; */
}



.menu__wrap__item {
  position: relative;
  display: block;
}

.menu__wrap > .menu__wrap__item {
  background-color: #1c1d1d;
}

.menu__wrap__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #343535;
}

.menu__wrap > .menu__wrap__item:last-child:after {
  display: none;
}



.menu__wrap__item a {
  display: block;
  font-size: 12px;
  font-size: 12px;
  font-family: GothamBold;
  
}


.menu__wrap__item a,
.menu__wrap__toggle button {
  color: red;
  padding: 15px;
  text-decoration: none;
}

.menu__wrap__item a:active,
.menu__wrap__toggle button:active {
  color: #d9d9d9;
}

.menu__wrap__item a:active,.menu__wrap__item a:hover,
.menu__wrap__toggle button:active {
  background-color: #0f1010;
}


.menu__wrap__item--secondary a {
  font-size: 12px;
  color: #bfbfbf;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.menu__wrap__item--secondary:after {
  display: none;
}


.menu__wrap__spacer {
  height: 0;
  padding: 5px;
}


.menu__wrap__has-sublist {
  display: table;
  width: 100%;
}

.menu__wrap__has-sublist .menu__wrap__link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}


.menu__wrap__toggle {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}


.menu__wrap__toggle-open {
  display: block;
}

.menu__wrap--expanded .menu__wrap__toggle-open {
  display: none;
}


.menu__wrap__toggle-close {
  display: none;
}

.menu__wrap--expanded .menu__wrap__toggle-close {
  display: block;
}


.menu__wrap__sublist {
  margin: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -moz-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -ms-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -o-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.menu__wrap--expanded + .menu__wrap__sublist {
  visibility: visible;
  max-height: 700px;
  -webkit-transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -moz-transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -ms-transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -o-transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.menu__wrap__sublist .menu__wrap__item:after {
  top: 0;
  bottom: auto;
}

.menu__wrap__sublist .menu__wrap__link {
  padding-left: 30px;
  font-weight: normal;
}






.js-drawer-open {
  
}
.drawer .icon-close {float:right;font-size: 2em;color: #ffffff;content: "\206";}

.drawer.drawer--left{
    background: #000000;
    /* background: #aaaaaa; */
    /* background-image: url(../images/yellow-background.png); */
    color: #fff;
    text-align: center;
    /* background-image: url(../images/footer_bg.png); */
    background-repeat: repeat-x;
    background-position: bottom center;
    /* border-right: 4px solid #333; */
}
.drawer.drawer--left .drawer__inner h1{padding-bottom: 20px;}
.drawer--left .icon-close{color:#95c122;line-height: 1;font-size: 2em;}
#inclusions{background: #aaaaaa;}
#enquire{background: #95c122;}
.drawer h4{/* font-size:40px; *//* text-align: center; */margin-top: 20px;/* padding-bottom: 0; */}
.drawer ul{/* padding: 0 15px 0 0; */list-style: none;/* border-top: 1px solid #eee; */}
#menu-nested-pages-2{font-size:30px;margin: 10px 0;list-style: none;padding: 0;}
#menu-nested-pages-2 li{padding:0;line-height: 1.3;}
.drawer #nav_menu-2{margin-top:50px;/* text-align: center; */}
.drawer {
  /* font-size: 16px; */
  /* display: none; */
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  /* padding: 0 4% 15px; */
  /* max-width: 95%; */
  z-index: 100;
  color: #ffffff;
  background-color: var(--blue);
  /* background-image: url(../images/weave_pattern.png); */
  transition: all .35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  /*
  -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -moz-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -ms-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -o-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);*/
  box-shadow: 0 0 10px 5px rgba(26, 26, 26, .2);
}
.night .drawer{
  background: url(../images/star_bg.png);
}
.drawer .nav-table li{text-align:left;}
@media screen and (min-width: 769px) {
  
  .drawer {
    /* padding: 0 30px 30px; */
  }
}

.drawer a {
  /* font-family: Oswald; */
  /* font-weight: normal; */
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  line-height: 1.5;
  font-size:18px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}

.drawer a.current{background:#fff;color:var(--blue);}

.drawer a:hover {
   background: rgba(255, 255, 255, 0.2); 
}



.js-drawer-close{
  position: absolute;
  top: 0;
  right: 0;
}

.drawer input[type="text"],
.drawer input[type="email"],
.drawer input[type="number"],
.drawer textarea {
  border-color: #343535;
}


.drawer .btn--secondary {
  background-color: #c7ac7f;
  color: #ffffff;
}

.drawer--left, .drawer--resource {
  width: 300px;
  left: -300px;
  transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
}
.js-drawer-open-left .drawer--left, .js-drawer-open-resource .drawer--resource {
  display: block;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
}

.lt-ie9 .js-drawer-open-left .drawer--left ,.lt-ie9 .js-drawer-open-resource .drawer--resource {
  left: 0;
}

/* .drawer--right, .drawer--terms, .drawer--enquire {
  width: 300px;
  right: -300px;
  /* border-left: 10px solid #ffffff; */
  /* border-right: 10px solid #ffffff; */
}
@media screen and (min-width: 591px) {
  
  .drawer--right , .drawer--terms , .drawer--enquire{
    width: 400px;
    right: -399px;
    /* width: 100%; */
  }
} */
/* 
.js-drawer-open-right .drawer--right,.js-drawer-open-terms .drawer--terms,.js-drawer-open-enquire .drawer--enquire {
  display: block;
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
}
@media screen and (min-width: 591px) {
  
  .js-drawer-open-right .drawer--right,.js-drawer-open-terms .drawer--terms {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
  }
} */

.lt-ie9 .js-drawer-open-right .drawer--right,.lt-ie9 .js-drawer-open-terms .drawer--terms, .ly-ie-9 .js-drawer-open-enquire .drawer--enquire {
  right: 0;
}


#PageContainer {
  overflow: hidden;
  position: relative;
  /* transform: translateZ(0); */
  min-width: 320px;
  background-color: var(--blue-light);
  background-color: var(--bg-color);
  /* background: green; */
 /* background-image: url(../images/weave_pattern.png); */
  background-size: auto;
}


.background-overlay3{position:absolute;top:0;left:0;width:100%;height: 0;z-index: 90;/* mix-blend-mode:color; */background-color: rgba(0,0,0,0.75) !important;}
.js-drawer-open .background-overlay3{

width:100%;
height:100%;
}


.is-moved-by-drawer, .draw {
  -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -moz-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -ms-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -o-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
}


.js-drawer-open-left .is-moved-by-drawer, .js-drawer-open-resource .is-moved-by-drawer {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
}


/* .js-drawer-open-right .is-moved-by-drawer, .js-drawer-open-terms .is-moved-by-drawer {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
}
@media screen and (min-width: 591px) {
  
  .js-drawer-open-right .is-moved-by-drawer,.js-drawer-open-terms .is-moved-by-drawer {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
  }
} */


.drawer__header {
  display: table;
  height: 80px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #343535;
}


.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle;
}


.drawer__title {
  width: 100%;
}


.drawer__close {
  text-align: left;
}


.drawer__close-button {
  position: relative;
  right: -20px;
  height: 100%;
  padding: 0 20px;
  color: inherit;
  border: 0;
}
.drawer__close-button :before{
  font-size: 14px;
  vertical-align: middle;  
  line-height: 1;  
}

.drawer__close-button:active {
  background-color: #0f1010;
}


.drawer__close--left {
  text-align: left;
}

.drawer__close--left .drawer__close-button {
  right: auto;
  left: -20px;
}
.drawer--right .drawer__close-button {
  
  left:0;
  padding:0;
}

.is-transitioning {
  display: block !important;
  visibility: visible !important;
}

#headerDrawer.drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  height: calc(100vh - 8em);
  background: rgba(0, 0, 0, 0.1); /* or any desired background */
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow-y: auto;
  justify-self: center;
}

@media screen and (min-width: 768px) {
  #headerDrawer.drawer {
    position: fixed;
    top: 4.5em;
    left: 0;
    width: 1440px;
    height: calc(100vh - 8em);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 0;

    .drawer__inner {
      height: 87%;
      width: inherit;
      .overlay-main-nav {
        display: none;
      }
    }
    .features-wrapper .col {
      padding: 0;
    }
    .event-promos {
      height: inherit;
      padding-top: 0;
      padding-bottom: 0;
      .inner {
        height: inherit;
        .content {
          height: inherit;
          .grid {
            height: inherit;
          }
        }
      }
    }
    .promo-overlay-content{
      height: 100%;
      padding-top: 0;
    }
    .icon--cross {
      width: fit-content;
      margin-right: 2.5em;
    }
    a {
      padding: 0;
    }
    article.page-listing {
      background: transparent;
      transform: none!important;
    }
    .features article:hover .tile-copy {
      transform: none!important;
    }
    .feature__content {
      p {
        display: none;
      }
    }
  }
}

@media screen and (max-width: 767px) {  
  #headerDrawer.drawer {
    .drawer__mask-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 5em; /* or however tall you want the masked area */
      z-index: 10001;
      background: linear-gradient(180deg, rgba(10, 10, 10, 0.6), transparent);
      .icon {
        max-width: 37px;
        margin: 20px 5px;
        right: 0.8em;
        top: -1em;
      }
    }
    a {
      font-weight: 400;
    }
    .mobile-menu-content {
      width: inherit;
      .menu_nav {
        width: inherit;
        transition: margin-top 0.4s ease;
      }
      .menu_nav.with-promo {
        margin-top: 30em;
      }
      .promo-overlay-content-mobile {
        display: none;
        width: inherit;
        .event-promos {
          width: inherit;
          padding-top: 1em;
        }
      }
    }
    .features-wrapper .col {
      padding-bottom: 29%;
    }
    .features .feature__content {
      font-size: 0.57em;
    }
    .features article:hover .tile-copy {
      transform: none!important;
    }
    .feature__content {
      p {
        display: none;
      }
    }
  }
  .top_nav {
    li.section{
      display: none;
    }
    a.search-button.mobile_nav--search {
      display: flex;
    }
  }
  .scroll-indicator {
    bottom: 4rem;;
  }
}

.promo-overlay-cta {
  text-align: left;
  margin-top: 1.5em;
  margin-left: 2.6em;
}

.see-more-link {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}

.see-more-link:hover {
  color: var(--yellow);
  background: none !important;
}

#seeMoreBtn {
  padding: 0 27px 0 0 !important;
}

.js-drawer-open #NavDrawer,
.js-drawer-open #headerDrawer {
  opacity: 1;
  visibility: visible;
}

.js-drawer-open {
  overflow: hidden;
}

.background-overlay3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 90;
  background-color: rgba(0,0,0,0.89) !important;
}
.js-drawer-open .background-overlay3 {
  height: 100%;
}

