html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%; }

* {
  box-sizing: border-box; }

#page {
  overflow-x: hidden; }

@font-face {
  font-family: 'Gotham';
  src: url(../../../../wp-content/themes/iq/stylesheets/gotham-medium.otf);
  font-weight: 600; }

@font-face {
  font-family: 'Gotham';
  src: url(../../../../wp-content/themes/iq/stylesheets/gotham-light.ttf);
  font-weight: 200; }

@font-face {
  font-family: 'Gotham Book';
  src: url(../../../../wp-content/themes/iq/stylesheets/gotham-book.otf);
  font-weight: 200; }

.fadein {
  transition: 0.6s ease-in-out opacity; }

.spotify a {
  position: relative; }

.spotify a img {
  width: 25px;
  height: auto;
  position: absolute;
  top: -18px;
  left: -14px;
  transition: 0.3s ease-in-out opacity; }
  .spotify a img:hover {
    opacity: 0.6; }

#logo-side {
  width: 143px;
  position: absolute;
/*  top: 0;
  left: 0;*/
  z-index: -10; 
}
#logo-side.white svg g {
  fill: #fff;
}
#logo-side.black svg g {
  fill: #000;
}
.current-menu-item {
  opacity: 0.5; }

#xdine-wrap {
  position: fixed;
  z-index: 999999999;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7); }
  #xdine-wrap #close {
    position: absolute;
    width: 20px;
    cursor: pointer;
    right: -30px;
    top: 15px;
    -webkit-transform: translateX(450);
    transform: translateX(450);
    z-index: 999999999999;
    display: inline-block; }
    #xdine-wrap #close .st0 {
      stroke: #fff; }

#xdine-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  height: 90%;
  width: 550px;
  max-width: 100%; }

.orderMobile {
  display: none; }

#missing {
  height: 100vh;
  width: 100%;
  background-color: #0c0c0c; }
  #missing h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white; }

.xDine {
  z-index: 5656565656;
  max-width: 100%;
  width: 550px;
  max-height: 800px;
  height: 100%; }

a, a:visited {
  color: white;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: 0.3s ease-in-out;
  font-family: 'Gotham Book'; }

a:hover {
  /*color: #0c0c0c; */
}

.site-header-fixed {
  position: fixed;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 999999;
  transition: 0.3s ease-in-out transform; }

.site-header-fixed.header-locations {
  position: absolute;
  top: -25px; }

.header-up.site-header-fixed {
  transform: translate3d(0, -100%, 0); }

.site-header-absolute.site-header-locations {
  position: fixed;
  background-color: #0c0c0c; }

.site-header-absolute #logo {
  position: absolute;
  left: 70px; }

.site-header-absolute {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999; 
  /*background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));*/
}

#site-navigation {
  width: 100%;
  height: auto;
  /* height: 100px; */
  z-index: 99999;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: 0.3s ease-in-out margin-top; }

#xdine-wrap.showMe {
  display: block; }

#xdine-wrap {
  display: none; }

.site-header-fixed #site-navigation {
  padding-top: 24px;
  background-color: black;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  padding-bottom: 0;
}
.site-header-fixed #site-navigation #next-menu .spotify {
  margin-right: 25px; }

  .site-header-fixed #site-navigation a #logo {
    margin-left: 25px;
  }

#next-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex: wrap;
  flex-wrap: wrap;
}

.static-menu.white #primary-menu li a {
  color: #fff;
}
.static-menu.white #primary-menu li:last-child a {
  border-color: #fff;
}
.static-menu.black #primary-menu li a {
  color: #000;
}
.static-menu.black #primary-menu li:last-child a {
  border-color: #000;
}

.spotify {
  height: 25px;
  margin-right: 25px; }
  .spotify:hover {
    opacity: 0.5; }
  .spotify img {
    height: 25px; }

.app-outer {
  text-align: center;
  display: block;
}

#masthead .app-outer {
  display: none;
}

.app-outer .app {
  max-width: 120px;
  display: inline-block;
  margin: 10px 10px 10px 0;
}

.app-outer .app img {
  max-width: 100%;
  height: auto;
}

#site-navigation.black a {
  color: #0c0c0c; }

#site-navigation.black li:last-child a {
  border: 1px solid #0c0c0c;
}

#site-navigation.black a:hover {
  color: rgba(0, 0, 0, 0.2); }

#site-navigation.black a #logo svg path, #site-navigation.black a #logo svg rect {
  fill: #0c0c0c !important; }

#site-navigation.black a #logo:hover svg path, #site-navigation.black a #logo:hover svg rect {
  fill: white !important; }

.site-header-fixed #site-navigation.black a #logo svg path, .site-header-fixed #site-navigation.black a #logo svg rect {
  fill: white !important; }

.site-header-fixed #site-navigation.black a #logo:hover svg path, .site-header-fixed #site-navigation.black a #logo:hover svg rect {
  fill: rgba(255, 255, 255, 0.6) !important; }

.site-header-fixed #site-navigation.black a {
  color: white; }

.site-header-fixed #site-navigation a #logo,
.site-header-absolute.site-header-locations #site-navigation a #logo {
  margin-top: 0; }

.site-header-absolute.site-header-locations #site-navigation a #logo:hover svg path, .site-header-absolute.site-header-locations #site-navigation a #logo:hover svg rect {
  fill: rgba(255, 255, 255, 0.6) !important; }

.site-header-absolute.site-header-locations #site-navigation a:hover {
  color: rgba(255, 255, 255, 0.6); }

#site-navigation.black.fixed a #logo svg path, #site-navigation.black.fixed a #logo svg rect {
  fill: white !important; }

#site-navigation.black.fixed a #logo:hover svg path, #site-navigation.black.fixed a #logo:hover svg rect {
  fill: rgba(255, 255, 255, 0.6) !important; }

#site-navigation.black.fixed a {
  color: white; }

.site-header-fixed #site-navigation #logo:hover svg path, .site-header-fixed #site-navigation #logo:hover svg rect {
  fill: rgba(255, 255, 255, 0.8) !important; }

.site-header-fixed #site-navigation a:hover {
  color: rgba(255, 255, 255, 0.6); }

.site-header-fixed #site-navigation a #logo svg, .site-header-absolute.site-header-locations #site-navigation a #logo svg {
  width: 30px;
  height: 45px; }

#logo svg {
  transition: 0.3s ease-in-out width; }

.menu, .order-now {
  font-family: 'Gotham Book'; }

#logo {
  margin-top: 100px;
  transition: 0.3s ease-in-out margin-top; }

#primary-menu {
  list-style-type: none;
  z-index: 9999;
  font-weight: 200;
  /*margin: 10px 0;*/
  padding-left: 0; }
  #primary-menu li {
    display: inline-block;
    margin-right: 30px;
    text-transform: uppercase;
    font-size: 0.6em;
    height: auto; }
    #primary-menu li a {
      letter-spacing: 0.2em; }
      #primary-menu li:last-child a {
        padding: 15px 25px;
        display: inline-block;
        border: 1px solid white; 
        cursor: pointer; }
      #primary-menu li a:hover {
        opacity: 0.5;
      }

#site-navigation.black a {
  color: #0c0c0c; }

body {
  font-family: 'Gotham';
  margin-top: -21px; }

.footer {
  background-color: #0c0c0c;
  color: white; }

.footer {
  padding-top: 70px;
  padding-bottom: 70px;
  font-weight: 200; }
  .footer #footer-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer #footer-wrap #far-left svg path, .footer #footer-wrap #far-left svg rect {
      fill: white !important;
      transition: 0.3s ease-in-out fill; }
    .footer #footer-wrap #far-left svg {
      width: 70px;
      height: 109px; }
    .footer #footer-wrap #far-left:hover svg path, .footer #footer-wrap #far-left:hover svg rect {
      fill: rgba(255, 255, 255, 0.6) !important; }
    .footer #footer-wrap .logo-link {
      margin-left: 70px; }
    .footer #footer-wrap #left {
      margin-left: 50px;
      border-right: 1px solid rgba(255, 255, 255, 0.3);
      padding-right: 50px; }
      .footer #footer-wrap #left .spotify {
        display: none; }
    .footer #footer-wrap #right {
      font-size: 0.7em;
      margin-left: 50px;
      line-height: 200%; }
      .footer #footer-wrap #right a {
        font-weight: 600; }
        .footer #footer-wrap #right a:hover {
          color: rgba(255, 255, 255, 0.6); }
      .footer #footer-wrap #right p {
        margin: 0; }
      .footer #footer-wrap #right .copyright {
        font-size: 1.1em; }
      .footer #footer-wrap #right #social-media {
        margin: 30px 0; }
        .footer #footer-wrap #right #social-media svg path, .footer #footer-wrap #right #social-media svg rect {
          transition: 0.3s ease-in-out fill; }
        .footer #footer-wrap #right #social-media svg:hover path, .footer #footer-wrap #right #social-media svg:hover rect {
          fill: rgba(255, 255, 255, 0.6); }

#footer-menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  #footer-menu li {
    margin-bottom: 21px;
    font-size: 0.7em;
    text-transform: uppercase; }
    #footer-menu li:last-child(2n+1) {
      margin-bottom: 0; }
    #footer-menu li a {
      font-size: 0.6em;
      letter-spacing: 0.2em; }
    #footer-menu li a:hover {
      color: rgba(255, 255, 255, 0.6); }
    #footer-menu li:last-child a {
      cursor: pointer;
    }

.svgElement {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
  width: 100%;
  opacity: 0; }

#text {
  z-index: 5; }

.parallax-container {
  position: absolute;
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  width: 200px;
  right: 140px;
  width: 27vw;
  opacity: 0;
  transition: 0.3s ease-in-out opacity; }

.parallax-img-wrap {
  position: relative;
  width: 100%; }

.parallax {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.parallax1 {
  top: 25px;
  left: 25px;
  display: none; }

.parallax2 {
  left: 50px; }

.parallax3 {
  top: 50px;
  left: 75px;
  position: relative; }

.order-now {
  position: fixed;
  width: auto;
  padding: 20px 45px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: #0c0c0c;
  top: 50%;
  right: -73px;
  z-index: 9999;
  font-size: 0.8em;
  letter-spacing: 0.2em !important;
  -webkit-animation: 6s ease-in-out orderNow infinite;
  animation: 6s ease-in-out orderNow infinite;
  transition: 0.3s ease-in-out border, 0.3s ease-in-out background-color, 0.3s ease-in-out color; }
  .order-now:hover {
    color: #0c0c0c;
    border: none;
    background-color: white; }

@-webkit-keyframes orderNow {
  0 {
    color: white;
    background-color: #0c0c0c; }
  50% {
    color: #0c0c0c;
    background-color: white; }
  100% {
    color: white;
    background-color: #0c0c0c; } }

@keyframes orderNow {
  0 {
    color: white;
    background-color: #0c0c0c; }
  50% {
    color: #0c0c0c;
    background-color: white; }
  100% {
    color: white;
    background-color: #0c0c0c; } }

.svg {
  width: 25px; }
  .svg path {
    fill: white; }
  .svg rect {
    fill: white; }

.svg-spotify {
  width: 25px; }

h1 {
  font-weight: 200;
  font-size: 4em;
  margin: 0;
  line-height: 120%;
  font-family: 'Gotham';
  letter-spacing: 0.01em; }

p {
  letter-spacing: 0.03em; }

.first-index {
  position: relative; }

.first-index .arrow {
  width: 70px;
  z-index: 999;
  cursor: pointer;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: 3s infinite "pulse";
  animation: 3s infinite "pulse"; }
  .first-index .arrow svg g polyline {
    stroke-width: px;
    stroke: #fff;
 }

.first-index .arrow.black-logo svg g polyline {
  stroke: #000;
}
@-webkit-keyframes pulse {
  0% {
    bottom: 10%; }
  50% {
    bottom: 12%; }
  100% {
    bottom: 10%; } }

@keyframes pulse {
  0% {
    bottom: 10%; }
  50% {
    bottom: 12%; }
  100% {
    bottom: 10%; } }

#content-block.cover {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 105vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #content-block.cover #text {
    padding-top: 300px;
    padding-bottom: 70px;
    margin-right: 70px;
    max-width: 100vw;
    color: white; }
    #content-block.cover #text p {
      margin: 0;
      margin-top: 40px;
      max-width: 100%; }

.logo-link-header.black {
  position: absolute;
  top: 50px;
  left: 70px; 
}
.logo-link-header #logo #svg2.black-logo .cls-1{
  fill: #000 !important;
}
.logo-link-header #logo:hover #svg2.black-logo .cls-1 {
  fill: #fff !important;
}

#logo svg path, #logo svg rect {
  fill: white !important;
  transition: 0.3s ease-in-out fill; }

#logo.black svg path, #logo.black svg rect {
  fill: #0c0c0c !important; }

#logo svg {
  width: 70px;
  height: 104px; }

#logo:hover svg path, #logo:hover svg rect {
  fill: #0c0c0c !important; }

#logo.black:hover svg path, #logo.black:hover svg rect {
  fill: rgba(0, 0, 0, 0.5) !important; }

.logo-link {
  width: auto; }

.created-on {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #0c0c0c;
  text-align: center;
  color: white; }

#content-block.instagram-wrap {
  padding-top: 30px;
  padding-bottom: 70px;
  padding-right: 70px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #0c0c0c; }
  #content-block.instagram-wrap .ig-title {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  #content-block.instagram-wrap .ig-link {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border: 1px solid #0c0c0c;
    padding: 18px 25px;
    font-weight: 200;
    font-size: 0.8em;
    color: #0c0c0c;
    text-transform: uppercase; }
    #content-block.instagram-wrap .ig-link:hover {
      background-color: #0c0c0c;
      color: white; }

.instagram-pic-link {
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  position: relative; }

#ig-images {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#instagram-img {
  background-size: cover;
  height: 8.8vw;
  padding: 20%;
  position: relative;
  transition: 0.3s ease-in-out opacity; }

.instagram-hover {
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-transform: lowercase;
  line-height: 1.2;
  opacity: 0;
  z-index: 3;
  background-color: #0c0c0c;
  transition: 0.3s ease-in-out background-color, 0.3s ease-in-out opacity; }
  .instagram-hover:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6); }

#content-block {
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 70px;
  overflow-y: hidden;
  color: white;
  position: relative;
  height: auto; }
  #content-block #text {
    max-width: 50vw;
    margin-right: 70px;
    z-index: 10;
    position: relative; }
    #content-block #text p {
      margin-top: 30px;
      margin-bottom: 50px;
      line-height: 200%;
      font-size: 1em;
      text-align: justify; }

.index-nut {
  background-color: #d5ded5; }

.index-block #text {
  padding: 15vw 0; }
  .index-block #text a {
    border: 1px solid white;
    padding: 18px 25px;
    font-weight: 200;
    font-size: 0.8em;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out background-color; }
    .index-block #text a:hover {
      background-color: rgba(0,0,0,0.5); }

  .first-index #text a {
    border: 1px solid white;
    padding: 18px 25px;
    font-weight: 200;
    font-size: 0.8em;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out border, 0.3s ease-in-out color; }

    .first-index #text a:hover {
      border: 1px solid #0c0c0c;
      color: #0c0c0c; }

#content-block.page55 {
  background-color: #b4c697; }
  #content-block.page55 #text p {
    max-width: 55vw;
    line-height: 200%; }

#content-block.about-info {
  color: #0c0c0c;
  padding-top: 15px;
  padding-bottom: 15px; }

.about-info-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin-right: 70px;
  overflow: hidden;
  max-height: 999px;
  position: relative;
  transition: 0.5s ease-in-out max-height; }
  .about-info-wrap .arrow {
    position: absolute;
    top: 60px;
    right: 0;
    width: 30px;
    transition: 0.3s ease-in-out transform;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer; }
  .about-info-wrap:first-of-type {
    border: none; }

.about-info-wrap.closed {
  max-height: 143px; }

.about-info-wrap.closed .arrow {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.about-info-title {
  font-weight: 600;
  font-size: 0.9em;
  padding: 60px 0;
  letter-spacing: 0.05em;
  line-height: 160%;
  cursor: pointer; }

#about-info-copy {
  text-align: justify;
  max-width: 60vw;
  padding: 60px 0;
  padding-top: 0;
  line-height: 170%;
  font-size: 0.9em; }
  #about-info-copy p {
    margin: 0; }

#content-block.nutrition {
  background-color: #b4c697; }

#content-block.nutrition #text {
  max-width: 50%; }

#content-block.nut-ing-wrap {
  color: #0c0c0c;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 80px;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  #content-block.nut-ing-wrap #nut-ing {
    margin: 20px;
    margin-left: 0;
    margin-right: 40px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #content-block.nut-ing-wrap #nut-ing img {
      height: 150px;
      width: auto;
      margin: 0 auto; }
    #content-block.nut-ing-wrap #nut-ing #title {
      font-size: 0.9em;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-bottom: 10px; }
    #content-block.nut-ing-wrap #nut-ing #copy {
      font-size: 0.9em;
      line-height: 200%;
      text-transform: lowercase; }

#content-block.lighten {
  max-width: 100%;
  padding-top: 20px; }
  #content-block.lighten #text {
    padding: 10vw 0;
    max-width: 70%; }
    #content-block.lighten #text p {
      margin-bottom: 0; }

#content-block.pro-tips {
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #0c0c0c; }
  #content-block.pro-tips #pro-title {
    margin-top: 70px;
    margin-bottom: 70px;
    width: 100%;
    max-width: 100%; }

#pro-tips-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #0c0c0c;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 70px; }
  #pro-tips-wrap #pro-tip {
    width: 40%;
    margin-right: 70px; }
    #pro-tips-wrap #pro-tip #title {
      font-weight: 600;
      font-size: 0.9em;
      text-transform: uppercase;
      line-height: 180%;
      margin-top: 25px;
      letter-spacing: 0.05em; }
    #pro-tips-wrap #pro-tip #copy {
      line-height: 200%;
      font-size: 0.9em; }

#content-block.breakdown {
  color: #0c0c0c;
  text-align: center;
  padding-bottom: 100px;
  max-width: 100%;
  margin-top: 100px;
  position: relative;
  padding-right: 70px; }
  #content-block.breakdown h1 {
    text-align: center;
    font-size: 3em;
    margin-bottom: 20px; }
  #content-block.breakdown a {
    display: inline-block;
    padding: 18px 25px;
    font-weight: 200;
    font-size: 0.9em;
    text-transform: uppercase;
    margin: 10px;
    color: #0c0c0c;
    border: 1px solid #0c0c0c;
    transition: 0.3s ease-in-out color, 0.3s ease-in-out border, 0.3s	ease-in-out background-color; }
    #content-block.breakdown a:hover {
      background-color: #0c0c0c;
      color: white; }

#content-block.menu {
  background-color: #d8cec6;
  font-family: 'Gotham'; }
  #content-block.menu #text p {
    max-width: 50%;
    line-height: 200%; }

#content-block.menumenu {
  color: #0c0c0c;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
  min-height: 250px;
  overflow: visible; }

#menu-left {
  width: 120px;
  margin-right: 50px;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex: 1 1 7%; }

#menu-nav {
  width: 120px; }

#menu-nav.fixed {
  position: fixed;
  top: 137px; }

#close-btn-wrap {
  display: none; }

#menu-nav.absolute {
  position: absolute;
  bottom: 0; }

.menu-nav-item-wrap {
  position: relative; }

.menu-nav-option {
  position: absolute;
  top: 9px;
  left: -20px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out border, 0.3s ease-in-out background-color; }

.menu-nav-selected .menu-nav-option {
  background-color: #0c0c0c; }

.menu-nav-item-wrap:hover .menu-nav-option {
  border: 1px solid #0c0c0c; }

#menu-category {
  font-size: 0.9em;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase; }
  #menu-category:first-of-type {
    color: #0c0c0c; }

#menu-right {
  padding-left: 90px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-flex: 1 1 70%; }

.menu-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px; }

#coffeetea .ingredient-wrap, #bakeshop .ingredient-wrap {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

#food-title {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: 'Gotham';
  font-size: 1.5em; }

.ingredient-wrap {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-right: 70px;
  margin-bottom: 20px;
  line-height: 160%; }
  .ingredient-wrap #ingredient-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
  }
  .ingredient-wrap #ingredient-title img {
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
    top: 3px;
  }

  .ingredient-wrap #ingredient-location {
    font-size: 0.9em; }
  .ingredient-wrap #ingredient-city {
    margin-top: 10px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.8em; }

div.wpcf7-mail-sent-ok {
  padding: 20px; }

.wpcf7-not-valid-tip {
  position: absolute;
  top: 10px;
  right: 6px; }

div.wpcf7-mail-sent-ok {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

.your-message {
  margin-top: 50px; }

#content-block.food.cover {
  background-position: center center;
}
#content-block#content-block-mobile.food.mobile {
  display: none;
}
#content-block.food #text {
  max-width: 50%;
}
#content-block.food #text p {
  max-width: 90%;
}

#content-block.careers #text p {
  max-width: 51%;
  line-height: 200%; }
  #content-block.careers #text p a {
    border: 1px solid white;
    text-transform: uppercase;
    padding: 18px 25px;
    font-weight: 200;
    font-size: 0.8em;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out background-color; }
    #content-block.careers #text p a:hover {
      background-color: rgba(0,0,0,0.5); }
  }

.careers-form {
  overflow-x: hidden; }

div.wpcf7-validation-errors {
  padding: 20px; }

#content-block.careers-form {
  color: #0c0c0c;
  padding-top: 30px;
  padding-right: 70px;
  padding-bottom: 30px; }
  #content-block.careers-form #text {
    max-width: 100%; }
    #content-block.careers-form #text h1 {
      font-size: 0.9em;
      margin-bottom: 5px;
      font-weight: 600; }
    #content-block.careers-form #text p {
      font-style: italic;
      font-size: 0.9em;
      margin: 0;
      margin-bottom: 50px; }

.wpcf7-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.input {
  -webkit-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%; }

input, button, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

.inputflex .wpcf7-submit {
  margin-top: 10px; }

.inputflex {
  position: relative; }

.inputflex .content {
  position: absolute;
  top: 47px;
  font-family: 0.8em;
  font-family: 'Gotham Book';
  left: 40px;
  cursor: pointer; }

.your-file {
  background-image: url(./paperclip.png);
  background-size: 8%;
  background-position: 3px 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid black; }

.wpcf7-file {
  opacity: 0; }

.inputflex span input.wpcf7-file {
  padding-left: 0;
  margin-top: 10px; }

.full {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.inputflex {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

div.wpcf7-validation-errors {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%; }

input.wpcf7-form-control {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.3em;
  width: 100%;
  padding: 20px 20px;
  border: none;
  outline: none;
  border-bottom: 1px solid #0c0c0c;
  font-family: Gotham; }

input {
  -webkit-appearance: none; }

select.wpcf7-form-control {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.3em;
  width: 100%;
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 20px 20px;
  padding-right: 39px;
  border: none;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  border-bottom: 1px solid #0c0c0c;
  background: url(./down.png) no-repeat;
  background-size: 3%;
  background-position: right 20px center;
  text-transform: lowercase;
  background-color: white;
  font-family: Gotham; }

.grey {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic; }

textarea.wpcf7-form-control {
  font-size: 1.3em;
  width: 100%;
  padding: 20px 20px;
  border: none;
  outline: none;
  border: 1px solid #0c0c0c;
  font-family: Gotham;
  font-style: italic;
  line-height: 160%; }

textarea::-webkit-input-placeholder {
  line-height: 160%;
  font-family: Gotham; }

::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.5); }

input.wpcf7-submit {
  transition: 0.3s ease-in-out border, 0.3s ease-in-out color, 0.3s ease-in-out background-color; }
  input.wpcf7-submit:hover {
    color: white;
    background-color: black; }

.inputflex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .inputflex span input {
    width: 500px;
    border: none;
    text-align: left; }
  .inputflex input {
    width: 150px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border: none;
    outline: none;
    background-color: transparent;
    border: 1px solid #0c0c0c;
    text-align: center;
    padding: 18px 25px;
    font-weight: 200;
    font-size: 0.9em;
    font-size: 0.9em;
    font-family: 'Gotham Book';
    content: "submit";
    cursor: pointer; }

.ordernow {
  display: none; }

#content-block.contact {
  padding-right: 70px;
  padding-bottom: 70px;
  color: #0c0c0c;
  display: block; }
  #content-block.contact #title {
    padding-top: 300px; }
  #content-block.contact #text-wrap {
    width: 100%;
    padding-top: 25px; }
    #content-block.contact #text-wrap a {
      color: black; }
    #content-block.contact #text-wrap a:hover {
      color: rgba(0, 0, 0, 0.6); }
    #content-block.contact #text-wrap .contact-text {
      -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }
      #content-block.contact #text-wrap .contact-text p {
        line-height: 170%;
        margin: 0; }
    #content-block.contact #text-wrap #text-left h1 {
      margin-bottom: 50px; }
    #content-block.contact #text-wrap #text-right {
      margin-left: 50px; }
      #content-block.contact #text-wrap #text-right h4 {
        margin-bottom: 5px;
        margin-top: 0;
        letter-spacing: 0.03em; }

.wpsl-search {
  display: none; }

.locations {
  margin-top: 80px; }

#wpsl-wrap, .wpsl-gmap-canvas {
  margin-top: 10px;
  margin-bottom: 0;
  color: #0c0c0c; }

#wpsl-wrap a {
  color: #0c0c0c; }

.wpsl-more-info-listings {
  display: block !important; }

a.wpsl-store-details {
  display: none; }

#wspl-wrap #wpsl-stores, #wspl-wrap #wpsl-direction-details, #wspl-wrap #wpsl-gmap {
  height: 105vh !important; }

#wpsl-result-list {
  width: 40%; }

#wpsl-wrap #wpsl-result-list li {
  margin-left: 70px;
  padding: 0;
  margin-right: 70px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

#wpsl-gmap {
  width: 60%; }

#wpsl-wrap {
  height: 600px; }

#wpsl-stores {
  padding-top: 70px;
  font-size: 0.9em; }

#wpsl-result-list ul {
  padding-bottom: 220px; }

.wpsl-direction-wrap {
  display: none; }

.wpsl-store-location p strong {
  margin-bottom: 10px; }

.wpsl-store-location p:first-of-type {
  display: none; }

.wpsl-more-info-listings p:last-of-type {
  display: none; }

.wpsl-store-location {
  line-height: 160%;
  margin-bottom: 30px; }

#careers-outer {
  padding: 40px 70px;
}

#careers-outer > h2 {
  margin-bottom: 40px;
}

#whr_embed_hook, #whr_embed_hook a {
  color: #000000;
}

#whr_embed_hook h3.whr-title {
  margin-bottom: 5px;
}

#whr_embed_hook h3.whr-title a {
  text-decoration: underline;
}

#whr_embed_hook h2 {
  font-family: 'Gotham';
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
}

#whr_embed_hook h3 {
  margin-bottom: 0;
  font-weight: normal;
}

#whr_embed_hook ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#whr_embed_hook ul li {
  line-height: 1.4;
}

#whr_embed_hook ul ul li {
  font-size: 12px;
}

#whr_embed_hook ul ul li span {
  font-weight: 600;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  #careers-outer {
    padding: 40px 20px;
  }
}

@media screen and (min-width: 1340px) {
  .parallax-container {
    right: 228px;
    width: 24vw; }
  #content-block {
    font-size: 1.3em; } }

@media screen and (min-height: 950px) {
  #content-block.cover {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
    #content #nutrition #content-block #text {
      padding-top: 0;
      padding-bottom: 0; }
    #content #careers #content-block #text {
      padding-top: 0;
      padding-bottom: 0; }
  #content-block.contact {
    padding-bottom: 200px; }
    #content-block.contact #title {
      padding-top: 40vh; }
  .site-header-absolute {
    padding-bottom: 100px; } }

@media screen and (max-width: 940px) {
  #menu-right {
    max-width: 80%;
    padding-left: 60px; }
  .ingredient-wrap {
    margin-right: 20px; }
  .spotify {
    margin-right: 5px; } }

/*@media screen and (max-width: 880px) {
  #content-block.nut-ing-wrap #nut-ing {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%; }
  #pro-tips-wrap #pro-tip {
    margin-right: 10px; } }*/

@media screen and (max-width: 900px) {
  .site-header-absolute {
    background: none;
    padding-bottom: 0; }
  #content-block.nut-ing-wrap #nut-ing {
    margin-right: 0; }
  #content-block.nutrition #text {
    max-width: 100%;
    padding-bottom: 15vw; }
  #content-block.food #text {
    max-width: 100%;
    padding-bottom: 15vw;
  }
  .orderDesktop {
    display: none; }
  .orderMobile {
    display: block; }
  .parallax-container {
    position: relative;
    height: auto;
    width: 70vw;
    right: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    top: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -30px;
    padding-right: 50px;
    padding-bottom: 150px; }
  .parallax {
    left: 0; }
  #parallax3 {
    position: relative; }
  .order-now {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
    padding: 20px 0;
    top: inherit;
    bottom: 0;
    text-align: center;
    right: 0;
    display: none; }
  .ingredient-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .ingredient-wrap #ingredient-title span.labels {
    display: block;
  }

  #content-block.instagram-wrap {
    padding-right: 50px; }
  #content-block.nut-ing-wrap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 0.9em;
    padding-right: 50px;
    padding-left: 50px; }
  #content-block #text, #content-block.lighten #text, #content-block.careers #text {
    max-width: 100%; }
  #content-block.page55 {
    background-color: #b4c697; }
    #content-block.page55 #text p {
      max-width: 100%;
      line-height: 200%; }
  #content-block.menu #text p, #content-block.careers #text p {
    max-width: 100%; } }

@media screen and (max-width: 900px) {
  #about-info-copy {
    max-width: 100%; }
  .site-header-absolute #logo {
    left: 30px; }
  .instagram-pic-link {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; }
  #instagram-img {
    height: 20vw; }
  #ig-images {
    padding: 0;
    margin: 0; }
  #content-block.instagram-wrap {
    padding: 0; }
  #content-block.instagram-wrap .ig-link {
    margin-left: 50px;
    margin-top: 40px;
    margin-bottom: 40px; }
  .overflowhidden {
    overflow: hidden;
    background-color: #0c0c0c; }
  .locations {
    margin-top: 20px; }
  #page {
    margin-top: 100px; }
  body {
    font-family: 'Gotham Book'; }
  #content-block #text p {
    text-align: left;
    letter-spacing: 0; }
  #logo-side {
    display: none; }
  .site-header-absolute.site-header-locations {
    position: fixed; }
  .site-header-fixed {
    display: none; }
  .site-header-absolute {
    position: fixed;
    top: -20px;
    overflow: scroll;
    max-height: 103vh; }
  .inputflex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .inputflex span input {
      width: 100%;
      border: none;
      text-align: left; }
  #next-menu {
    display: block; }
  .spotify {
    width: 100%;
    text-align: Center;
    display: inline-block;
    margin-top: -12px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    height: 75px; }
  .ordernow {
    text-align: center;
    display: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 70px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: block; }
  #site-navigation.header-closed {
    max-height: 100px;
    -webkit-overflow-scrolling: none;
    overflow: hidden; }
  #site-navigation {
    padding-bottom: 0;
    background-color: #0c0c0c;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    max-height: 999px; }
  #primary-menu li:last-of-type {
    display: none }
  #primary-menu li:nth-of-type(8) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #close-btn-wrap {
    position: absolute;
    -webkit-transform: scale(0.5, 0.6);
    transform: scale(0.5, 0.6);
    top: 40px;
    right: 20px;
    display: block; }
  #close-btn {
    width: 62px;
    height: 59px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .3s ease-in-out;
    cursor: pointer;
    color: white; }
  #close-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
  #close-btn span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  #close-btn span:nth-child(2) {
    top: 15px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  #close-btn span:nth-child(3) {
    top: 30px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  #close-btn.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
    left: 8px; }
  #close-btn.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  #close-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px; }
  .first-index .arrow {
    display: none;
    -webkit-animation: none;
    animation: none; }
  #food-title {
    display: block; }
  #menu-left {
    display: none; }
  .menu-items.hidden {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1; }
  #menu-right {
    padding-left: 0;
    border-left: none;
    max-width: 100%; }
  #locallist .ingredient-wrap {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%; }
  .ingredient-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .menu-items {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
  #site-navigation.black a {
    color: white; }
  #site-navigation.black a #logo svg path, #site-navigation.black a #logo svg rect {
    fill: white !important; }
  .input {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  #content-block.contact.cover {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 60vh; }
    #content-block.contact.cover #text-wrap {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    #content-block.contact.cover #title {
      padding-top: 30px; }
  #wpsl-wrap {
    height: auto !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  #wspl-gmap {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  #wpsl-gmap {
    width: 100% !important;
    max-width: 100%;
    margin: 0 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    height: 400px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  #wpsl-wrap #wpsl-result-list li {
    margin-left: 40px;
    margin-right: 40px; }
  #wpsl-result-list ul {
    padding-bottom: 0; }
  #wpsl-stores, #wpsl-direction-details {
    overflow-y: visible;
    height: auto;
    padding-top: 50px; }
  #wpsl-result-list {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  #content-block.cover {
    min-height: 80vh;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
    #content-block.cover #text {
      padding-top: 25px }
  .spotify img {
    margin-bottom: 20px; }

  .app-outer {
    text-align: center;
  }

  #masthead .app-outer {
    display: block;
  }

  #footer .app-outer {
    display: none;
  }

  .app-outer .app {
    max-width: 120px;
    display: inline-block;
    margin: 20px auto 10px;
  }

  .app-outer .app img {
    max-width: 100%;
    height: auto;
  }

  #site-navigation {
    display: block;
    transition: 0.3s ease-in-out;
    position: relative; }
  #primary-menu {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0; }
    #primary-menu li {
      width: 100%;
      margin-bottom: 30px;
      padding-top: 30px;
      margin-right: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      text-align: center;
      font-size: 1em; }
  #logo {
    margin-top: 0px;
    top: 30px;
    left: 30px;
    width: 40px;
    height: 60px;
    position: absolute; }
  .logo-link-header {
    width: 40px !important;
    margin-left: 30px;
    height: 60px; }
  #logo svg {
    width: 30px;
    height: 60px; }
  #site-navigation.fixed {
    position: relative;
    top: 0;
    margin: 0; }
  #site-navigation.fixed a #logo svg {
    width: 40px;
    height: 60px; }
  .about-info-wrap {
    margin-right: 50px; }
  .about-info-title {
    max-width: 85%; }
  .about-info-wrap.closed {
    max-height: 135px; }
  #content-block.nut-ing-wrap, #content-block.pro-tips, #content-block.careers-form, #content-block.contact {
    padding-right: 50px; }
  #content-block, #content-block.cover, #content-block.nut-ing-wrap {
    padding-left: 50px; }
    #content-block #text, #content-block.cover #text, #content-block.nut-ing-wrap #text {
      margin-right: 50px; }
  h1 {
    font-size: 3.5em; }
  #content-block.menumenu {
    padding-right: 50px; } 
  .static-menu.black #primary-menu li a {
    color: #fff!important; }
  #content-block.food.cover {
    background-image: none!important;}
  #content-block-mobile.mobile.food {
    display: block;
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-position: 70% 50%;
    opacity: 0.5; }
  }

@media screen and (max-width: 715px) {
  .footer {
    padding-bottom: 100px; }
    .footer #left {
      display: none; }
  h1 {
    font-size: 3em; }
  #content-block.nut-ing-wrap, #content-block.pro-tips, #content-block.careers-form, #content-block.contact {
    padding-right: 40px; }
  #content-block.pro-tips {
    font-size: 0.9em; }
    #content-block.pro-tips #pro-title {
      margin-bottom: 10px; }
  #content-block, #content-block.cover, #content-block.nut-ing-wrap {
    padding-left: 40px; }
    #content-block #text, #content-block.cover #text, #content-block.nut-ing-wrap #text {
      margin-right: 45px;
      font-size: 0.9em; }
  .nut-ing-wrap {
    padding-right: 45px; }
  .about-info-wrap {
    font-size: 0.9em;
    margin-right: 40px; }
  #content-block.menumenu {
    padding-right: 40px; }
  .parallax-container {
    padding-right: 40px; }
  #content-block.instagram-wrap .ig-link {
    margin-left: 40px;
    margin-right: 40px; } }

@media screen and (max-width: 650px) {
  #content-block.nut-ing-wrap #nut-ing {
    width: 100%;
    height: auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  #content-block.contact.cover {
    font-size: 0.9em; }
    #content-block.contact.cover #text-wrap #text-right {
      margin-left: 0px; }
  #pro-tips-wrap #pro-tip {
    width: 100%; } }

@media screen and (max-width: 620px) {
  .instagram-pic-link {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
  .instagram-pic-link:nth-of-type(1n+17) {
    display: none; }
  #instagram-img {
    height: 25vw; }
  .ig-link {
    width: 100%;
    text-align: center;
    margin-top: 0;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    font-size: 1.3em; }
  #ig-images {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .menu-nav-option {
    left: -14px; } }

@media screen and (max-width: 500px) {
  .ingredient-wrap {
    font-size: 0.9em; }
  .footer {
    padding-top: 50px; }
    .footer #footer-wrap {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center; }
      .footer #footer-wrap .logo-link {
        margin-left: 0;
        margin-bottom: 50px; }
      .footer #footer-wrap #far-left {
        width: 70px;
        margin-left: 0; }
      .footer #footer-wrap #right {
        margin-left: 0; }
  #content-block.nut-ing-wrap, #content-block.pro-tips, #content-block.careers-form, #content-block.contact {
    padding-right: 20px; }
  #content-block.breakdown {
    padding-right: 20px;
    font-size: 0.9em; }
  #content-block.instagram-wrap .ig-link {
    margin-right: 20px;
    margin-left: 20px; }
  #content-block, #content-block.cover, #content-block.nut-ing-wrap {
    padding-left: 20px; }
    #content-block #text, #content-block.cover #text, #content-block.nut-ing-wrap #text {
      margin-right: 25px; }
  #content-block.menumenu, .parallax-container {
    padding-right: 20px; }
  .nut-ing-wrap {
    padding-right: 25px; }
  .about-info-wrap {
    margin-right: 20px; }
  .inputflex p {
    margin-bottom: 0; }
  .inputflex {
    margin-bottom: 20px; }
  #content-block.food #text p {
    max-width: initial; }
  }
