 

@font-face {
    font-family: 'simple-line-icons';
    src: url('fonts/simple-line-icons.woff2') format('woff2'),
        url('fonts/simple-line-icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Allison Script';
    src: url('fonts/AllisonScript-Regular.woff2') format('woff2'),
        url('fonts/AllisonScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Brandon Grotesque';
    src: url('fonts/39EB23_0_0.woff2') format('woff2'),
        url('fonts/39EB23_0_0.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}





* {
margin: 0;
padding: 0;
}


body h2 {
    font-size: 60px;
    font-family: 'Brandon Grotesque';  
    font-weight: normal;
    font-style: normal;
}


body h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'Brandon Grotesque';  
    font-weight: normal;
    font-style: normal;
}



p a {
  display: inline-block;
  position: relative;
  color: #333333
}

p a:hover {
  color: #333333;
  opacity: 0.8;
  text-decoration: none;
}


p a:after {
    background: #000;
    bottom: 0px;
    content: '';
    height: 2px;
    position: absolute;
    width: 100%;
    opacity: 1;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    right: 0;

  }



p a:hover:after {
    width: 0;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}


.map-container {
  border: 40px white solid;
  border-bottom: 20px white solid;
}

.inner::after {
  content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 40px solid #fff;
}



.map-container {
    border-top: 0;
}

#newmap {
   width: 100%;
   height: 430px;
    background-image: url('/wp-content/themes/noto-custom/images/notomap.png');
    background-repeat: no-repeat;
    background-position: center;
 }

.jumbo {
  width: 100vw;
}


.top {
   height: 100vh;
}


.map-container {

  position: relative;
  color: #DBDBDB;

}

.map-overlay {
  padding: 30px;
  position: absolute;
  width: 300px;
  height: 350px;
  background-color: #000;
  top: 40px;
  right: 100px;
  font-family: 'Cormorant', serif;
  font-size: 20px;
  z-index: 1;
}

.address, .phone-number {
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 3px;
  font-size: 16px;
  margin-top: 30px;
}

.phone-number {
      margin-bottom: 60px;
    margin-top: 50px;
}

.socials {
    font-family: 'simple-line-icons';
    font-weight: normal;
    font-style: normal;
}



.inner {
  background: url("images/paper.jpg") center center;
  width: 100%;
  height: 100%;
  position: relative;
}


.top .inner {
  text-align: center;
}


.logo-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text .intro p {
  font-size: 19px;
  font-family: 'Cormorant', serif;
  margin: 15px 0;
  line-height: 200%;
  border-top: 1px #666664 solid;
  border-bottom: 1px #666664 solid;
  display: inline-block;
  padding: 20px 0;
  color: #494948;
  animation-iteration-count: 1;
  animation-duration: 12s;
  width: 240px;
  animation-name: widen;
}






.logo {
 /* background: url(images/notologo.png) no-repeat; */
  height: 318px;
  width: 458px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  opacity: 0.9;

}

.detail {
  font-family: 'DM Sans', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.5px;
  margin: 0;
  color: #494948;
}

.jumbo button {
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.5px;
    padding: 13px 30px;
    background: rgba(0,0,0,0.9);
    margin-top: 20px;
    color: white;
    border: 2px #000 solid;
}

.welcome button {
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.5px;
    padding: 13px 30px;
    background: white;
    margin-top: 20px;
    color: rgba(0,0,0,0.9);
    border: 2px #000 solid;
}


.jumbo button:hover {
    background-color: #fff;
    color: #000;
}


.pen {
    fill: none;
    stroke: #000;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation-iteration-count: 1;
    animation-duration: 12s;
    animation-timing-function: ease;
    stroke-dasharray: 439.849;

}


.n { 
    clip-path: url(#n);

    animation-name: draw-n;
}

.first-o {    
    clip-path: url(#first-o);

    animation-name: draw-first-o;
}

.t {    
    clip-path: url(#t);
    animation-name: draw-t;
}

.crossbar {    
    clip-path: url(#crossbar);
    animation-name: draw-crossbar;
}

.second-o {    
    clip-path: url(#second-o);
    animation-name: draw-second-o;
}




/* welcome */ 

.welcome {
  position: relative;
  background: url("images/black-paper-texture.jpg") center center;

}



.welcome-text {
  padding-top: 70px;
  padding-bottom: 50px;
}

.welcome, .welcome h2, .overlay h2, .welcome h3, .overlay h3, .welcome p, .overlay p {
  color: #fff;
}

.welcome h2 {
  margin-top: 0;
}

.overlay h2 {
  margin-top: 50px;
}

.overlay h3 {
  margin-top: 0;
}



.illustration {
    padding-top: 60px;
    padding-bottom: 40px;
}


.illustration img {  
  display: block;
  margin-right: auto;
  max-height: 650px;

}



.welcome p, .overlay p, .newsletter p {
    font-family: 'Brandon Grotesque';
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #CECECE;
}


.welcome p a, .overlay p a {
    color: #CECECE;
    text-decoration: underline;
}

.divider {
  width: 100px;
  border: 1px white solid;
  margin: 50px 0;
}


.overlay .divider {
    margin: 20px auto 50px auto;
}


.divider-small {
  width: 100px;
  border: 1px white solid;
  margin: 30px 0;
}

/* Menu */ 

.menu {
    padding-top: 40px;
    padding-bottom: 127px;
}

.menu h2 {
  text-align: left;
  margin-top: 0;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 40px;
  font-size: 40px;
}

.menu-head {
  position: relative;
  margin-top: 40px;
}

.menu .date {
 text-align: right;
 display: inline-block;
 position: absolute;
 bottom: 0;
 right: 0;
 font-family: 'DM Sans', sans-serif;
 text-transform: uppercase;
 font-size: 12px;
 letter-spacing: 2.5px;
 color: #494948;
 margin-right: 40px;

}

.menu-section h3 {
    font-family: 'Cormorant', serif !important;
        margin-bottom: 30px;
}

.menu p {
font-family: 'Cormorant', serif;
font-size: 21px;
text-align: left;
line-height: 170%;
margin: 0 0 20px;

}



.menu-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-border {

  border-top: 2px #6D6D6B solid;
  border-bottom: 2px #6D6D6B solid;
  height: 100%;
}


.child-selector:first-child .menu-border {
    margin-left: 40px;
}

.child-selector:nth-child(2) .menu-border {
    margin-right: 40px;
}



.menu::after {
    background: #6D6D6B;
    content: '';
    height: 80%;
    position: absolute;
    width: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}




/* Overlay stuff */

.overlay {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}


.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.close {
  opacity: 1 !important;
}

.overlay h2 {
  text-align: center;
}

.overlay .overlay-close {
width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 30px;
    overflow: hidden;
    border: none;
    background: url("images/cross.png") no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}


.overlay-close:hover {
    transform: rotate(90deg);
    transition: 0.2s ease-in-out;
}

.opening {
  margin-left: 30px;
}




/* gallery stuff */


.carousel {
  text-align: center;
  /* height: 400px; */ 
  width: 100%;
  position: relative;

}

.slide-inner {
  background: url("images/LC-interior.jpg");
  background-size: cover;
    background-position: center center;
  width: 100%;
  /* height: 400px; */
}


.gallery h2 {
  color: #000;
  text-align: center;
}

.gallery .divider {
  border: 1px #000 solid;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


.arrow-holder {
  border-radius: 100%;
  color: white;
  background-color: #000;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.arrow-holder:nth-child(1):hover .prev-arrow {
  margin-left: -5px;
  opacity: 0.8;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; 
}

.arrow-holder:nth-child(2):hover .next-arrow {
  margin-left: 5px;
    opacity: 0.8;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; 
}




.arrow-holder:nth-child(1) {
  left: 0;
  margin-left: -50px;
}


.arrow-holder:nth-child(2) {
  right: 0;
  margin-right: -50px;
}


.gallery-container {
  position: relative;
    margin-bottom: 150px;
}


.prev-arrow, .next-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
    top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out; 

}

.prev-arrow {
  background: url("images/arrow-left.png") no-repeat center center;
  background-size: contain;
}

.next-arrow {
  background: url("images/arrow-right.png")  no-repeat center center;
  background-size: contain;
}

.slick-dots {
    bottom: -40px;
}


.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 1px #000 solid !important;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: #000;
    border: 0;
    outline: none;
}


.slick-dots li.slick-active button {
  background-color: #000;
}





.slick-dots li button:before {
    width: 12px;
    height: 12px;
    content: '';
}


.slick-slide img {
    display: block;
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.slick-slide {
  height: 500px;
}



/* Overlay stuff */


.page-content {
      margin-top: 60px;
      margin-bottom: 60px;
      min-height: 100vh;
}



.page-content a:hover, .page-content a{
      color: #fff;
}

.welcome .page-content h1, .welcome .page-content h2, .welcome .page-content h3 {
    font-family: 'Brandon Grotesque';
    font-weight: 500;
    font-style: normal;
}


.welcome .page-content h2 {
    font-size: 50px;
}

.welcome .page-content h3 {
    font-size: 30px;
}



/* Map stuff */


.socials a:hover {
  text-decoration: none;
  opacity: 0.8; 
  color: #fff;
}

.socials a {
  color: #fff
}






/* Newsletter stuff */

.newsletter h2 {
  font-size: 75px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.newsletter {
  position: relative;
  margin-bottom: 30px;
}

.newsletter p {
  color: #494948;
  font-size: 17px;
  margin: 10px 0;
}


.newsletter-inner::after {
    background: #6D6D6B;
    content: '';
    height: 80%;
    position: absolute;
    width: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.sign-up {
  margin-left: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.footer-inner {
  min-height: 240px;
  position: relative;
}




/* Newsletter stuff ends */


/* Privacy policy */






/* Privacy policy ends */


@keyframes draw-n {
    0%, 5% {
        stroke-dashoffset: 439.849;
    }

    10% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-first-o {
    0%, 10% {
        stroke-dashoffset: 439.849;
    }

    20% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-t {
    0%, 15% {
        stroke-dashoffset: 439.849;;
    }

    20% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-crossbar {
    0%, 17% {
        stroke-dashoffset: 439.849;;
    }

    25% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-second-o {
    0%, 22% {
        stroke-dashoffset: 439.849;;
    }

    32% {
        stroke-dashoffset: 0;
    }
}








.clear {
  display: inline-block;
}


#mc_embed_signup {
  margin: 25px 0;
}


#mc-embedded-subscribe, #mce-EMAIL {
  font-family: 'DM Sans', sans-serif;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px #707070 solid;
  letter-spacing: 1px;
}

input#mc-embedded-subscribe {
  text-align: center;
  margin-left: -7px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #707070;
  padding: 10px 15px;
}

input#mc-embedded-subscribe:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }


input#mce-EMAIL {
  width: 250px;
  padding: 10px 15px;
}





@media only screen and (max-width: 1300px) and (min-width: 1200px){

.else .inner {
   border: none;
}

}

@media only screen and (max-width: 1150px) and (min-width: 991px){

.else .inner {
   border: none;
}

}




@media only screen and (min-width: 991px) {

.same-height {
    display: flex;
}

}

@media only screen and (min-width: 1200px) {

.welcome-row {
  display: flex;
  justify-content: center;
  align-items: center;
}


}


@media only screen and (min-width: 768px) {

.top {
    height: 100vh;
    min-height: 740px;
}


}




@media only screen and (max-width: 1200px) {

.overlay .overlay-close {
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
}


.newsletter h2 {
    font-size: 70px;
}

}

@media only screen and (max-width: 991px) {

.illustration {
    padding-top: 80px;
    padding-bottom: 0px;
}


.illustration img {
  margin-left: auto;
  max-height: 400px;
}



.welcome-text {
    padding-top: 30px;
    padding-bottom: 90px;
}

.menu::after {
    display: none;
}

.menu h2 {
  margin-bottom: 20px;
  margin-left: 0;
}

.menu .date {
  margin-right: 0;
}

.newsletter-inner::after {
  display: none;
}

.sign-up {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.stay-in-touch {
  min-height: auto;
}

.newsletter h2 {
  position: static;
  margin-top: 0;
  top: auto;
  transform: initial;
  color: #494948;
  font-size: 80px;
  margin: 20px 0 40px 0;

}



.child-selector:first-child .menu-border {
  border-top: 2px #6D6D6B solid;
  border-bottom: none;
  margin-left: 0;
}

.child-selector:nth-child(2) .menu-border {
  border-top: none;
  border-bottom: 2px #6D6D6B solid;
  margin-right: 0;
}


.child-selector:first-child .menu-section {
  padding-bottom: 0;
}


.welcome h2, .welcome h3 {
  text-align: center;
}

.divider, .divider-small {
  margin-left: auto;
  margin-right: auto;
}



.menu-section {
  text-align: center;
}

.menu-section p {
  text-align: center;
}


.map-overlay {
  right: auto;
  left: 20px; 
  }

.overlay .opening {
  margin-top: 30px;
  margin-left: 0;
  text-align: center;
}


.sign-up {
  top: auto;
  position: static;
  transform : none;
}

.footer-inner {
  min-height: 0;
}

.newsletter {
  text-align: center;
}



.slick-slide {
  height: 300px;
}


.arrow-holder:nth-child(1) {

    margin-left: -10px;
}


.arrow-holder:nth-child(2) {
    margin-right: -10px;
}

.prev-arrow, .next-arrow { 
    width: 35px;
    height: 35px;
  }


.arrow-holder {
    width: 50px;
    height: 50px;
  }



}

@media only screen and (max-width: 768px) {

.logo {
    height: 218px;
    width: 314px;

}

.map-overlay {
  position: static;
  width: 100%;
  text-align: center;
}


.newsletter h2 {
    font-size: 70px;
    margin: 20px 0 30px;
}


}

@media only screen and (max-width: 500px) {

.logo {
    height: 115px;
    width: 166px;
    margin-bottom: 30px;
}


.text .intro p {
    font-size: 14px;
    width: 180px;
}


.detail {
    font-size: 11px;
}


.overlay h2 {
  margin-top: 40px;
  font-size: 60px;
}

.overlay .divider {
  margin: 30px auto 30px auto;
}

.overlay .opening {
  margin-bottom: 30px;
}


.inner::after {
  content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 20px solid #fff;
}


.child-selector:first-child .menu-border {
  margin: 0;
}

.menu h2 {
  margin-left: 0;
}

.menu .date {
  margin-right: 0;
}



.menu p {
  font-size: 17px;
}

.menu h2 {
  font-size: 60px;
}

.map-container {
    border: 20px white solid;
    }


.menu-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu {
    padding-top: 10px;
    padding-bottom: 80px;
}

.illustration {
    padding-top: 60px;
}

.newsletter h2 {
    font-size: 50px;
     margin: 0 0 30px 0;
}



input#mc-embedded-subscribe {
    padding: 10px 8px;
}

input#mce-EMAIL {
    padding: 10px 8px;
    width: 160px;
  }

#mc-embedded-subscribe, #mce-EMAIL {
  font-size: 12px;
}

.newsletter {
  margin-top: 20px;
  text-align: center;
}

.nopaddingmobile {
  padding: 0 !important;
}

input {
    border-radius: 0;
}


.arrow-holder:nth-child(1) {

    margin-left: -10px;
}


.arrow-holder:nth-child(2) {
    margin-right: -10px;
}

.prev-arrow, .next-arrow {
    width: 20px;
    height: 20px;
  }


.arrow-holder {
    width: 30px;
    height: 30px;
  }





.arrow-holder:nth-child(1):hover .prev-arrow {
  margin-left: 0;
}

.arrow-holder:nth-child(2):hover .next-arrow {
  margin-left: 0;
}

.gallery-container {
    margin-bottom: 70px;
}

.slick-slide {
  height: 140px;
}

.gallery h2 {
  font-size: 70px;
}


.gallery .divider {
  margin-top: 30px;
  margin-bottom: 30px;
}





}





