/*
Theme Name: chin-chin-ice-cream
Theme URI: https://www.chinchinicecream.com/
Version: 1.0.0
*/

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

html, body {
  background: #fff;
  color: #231f20;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px;
}

body.displaying-menu {
  height: 100vh;
  overflow: hidden;
}

@media (min-width: 768px) {
  html, body {
    font-size: 16px;
  }

  body {
    padding: 28px;
  }
}

a.skip-link {
  left:-999px;
  position:absolute;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-999;
}

a.skip-link:focus, a.skip-link:active {
  color: #fff;
  background-color:#000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow:auto;
  margin: 10px 35%;
  padding:5px;
  border-radius: 15px;
  border:4px solid #f8e55b;
  text-align:center;
  font-size:1.2em;
  z-index:999;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.desktop-block {
  display: none !important;
}

@media (min-width: 1024px) {
  .mobile-block {
    display: none !important;
  }
  .desktop-block {
    display: block !important;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: block;
  cursor: pointer;
  float: left;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
      -o-transition-duration: 0.15s;
     transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
      -o-transition-timing-function: linear;
     transition-timing-function: linear;
  font-size: 1rem;
  background-color: transparent;
  border: 0;
  margin: 0 0 0 -20px;
  padding: 16px 10px;
  position: relative;
  outline: none;
  overflow: visible;
  z-index: 10; }
.hamburger-box {
  width: 36px;
  height: 29px;
  display: inline-block;
  position: relative; }
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 36px;
  height: 5px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
      -o-transition-duration: 0.15s;
     transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
     transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }
  .hamburger-inner::before {
  top: -10px; }
  .hamburger-inner::after {
  bottom: -10px; }
.hamburger-inner {
  -webkit-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
     transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  -o-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger[aria-expanded="true"] .hamburger-inner {
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
      -o-transition-delay: 0.14s;
     transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger[aria-expanded="true"] .hamburger-inner::before {
  background: #fff;
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease, background 0.1s ease;
  -o-transition: top 0.1s ease, opacity 0.1s 0.14s ease, background 0.1s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease, background 0.1s ease; }
  .hamburger[aria-expanded="true"] .hamburger-inner::after {
  background: #fff;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, background 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, background 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.1s ease;
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.1s ease;
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.main-navigation {
  /* -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center; */
  background: #fcddd3;
  bottom: 0;
  -webkit-box-sizing: border-box;
      box-sizing: border-box;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column; */
  left: 0;
  max-width: 100vw;
  padding-bottom: 25px;
  padding-top: 100px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-200%);
          -ms-transform: translateY(-200%);
      transform: translateY(-200%);
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
  z-index: 5;
}

@media (min-width: 768px) {
  .main-navigation {
    padding-top: 220px;
  }
}

.main-navigation.toggled {
  -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
      transform: translateY(0);
}

.main-navigation .menu-hamburger-menu-container {
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
    -ms-flex: 1;
      flex: 1;
}

.menu-top-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.main-navigation ul {
  /* -webkit-box-flex: 1;
    -ms-flex: 1;
      flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    height: 100%;
  /* -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
      justify-content: space-evenly; */
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-navigation li {
  height: 12%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.main-navigation li > a {
  color: #fff;
  display: inline-block;
  font-family: 'Orator', serif;
  font-size: 24px;
  padding: 5px 35px;
}

.main-navigation li > a:hover {
  color: #fbd489;
  text-decoration: none;
}

@media (min-height: 600px) {
  .main-navigation li > a {
    font-size: 30px;
  }
}

@media (min-height: 800px) {
  .main-navigation li > a {
    font-size: 42px;
  }
}

@media (min-height: 1000px) {
  .main-navigation li > a {
    font-size: 55px;
  }
}

.main-navigation-social-item {
    display: inline-block;
    margin: 0 1em;
    padding: 5px 0 !important;
}

.main-navigation-social-item svg {
  height: 1em;
  width: auto;
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  position: absolute;
  width: 100%;
}

.site-branding {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  z-index: 10;
}

.site-header-side {
  width: 100px;
}

.site-branding + .site-header-side {
  text-align: right;
}

.site-logo {
    display: inline-block;
    margin-top: -1px;
    overflow: hidden;
}

.logo {
  display: block;
  height: 155px;
  width: auto;
}

.page-id-13 .site-logo {
  margin-top: 0;
}

.location-link {
  display: inline-block;
  margin: -22px -22px 0 0;
  padding: 10px 0 10px 10px;
  position: relative;
  z-index: 1000;
}

.location-link > svg {
  height: auto;
  width: 60px;
}

.location-link > svg path {
    -webkit-transition: .2s fill cubic-bezier(.36,1,.46,1);
    -o-transition: .2s fill cubic-bezier(.36,1,.46,1);
    transition: .2s fill cubic-bezier(.36,1,.46,1);
}

.location-link:hover > svg path {
    fill: #fec4b5;
}

@media (max-width: 767px) {
  .site-logo {
      margin-left: -14px;
      margin-top: -14px;
  }

  .logo {
    height: 80px;
  }

  .page-id-13 .logo {
    margin-top: -14px;
  }

  .site-branding {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333%;
            flex: 1 0 33.33333%;
    text-align: left;
  }

  .site-header-side {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333%;
            flex: 1 0 33.33333%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .site-branding + .site-header-side {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333%;
            flex: 1 0 33.33333%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }

  .location-link {
    margin-right: 0;
    margin-top: -15px;
  }

  .location-link > svg {
    width: 50px;
  }

  .hamburger {
    float: right;
    margin-right: -10px;
    margin-top: -18px;
  }

  .page-template-page-location .hamburger {
    position: fixed;
    right: 14px;
  }
}

.displaying-menu .location-link > svg path {
  fill: #fff;
}

.site {
  height: 100%;
  position: relative;
  width: 100%;
}

.site-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.page-template-default .site-content,
.page-template-default .content-area,
.page-template-default .site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site-content,
.content-area,
.site-main {
  height: 100%;
}

@media (max-width: 1023px) {
  .page-template-page-location .site-content {
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .site-main {
    position: relative;
  }
}

.homepage {
  height: 100%;
  position: relative;
}

.homepage-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 2s all cubic-bezier(.36,1,.46,1);
  -o-transition: 2s all cubic-bezier(.36,1,.46,1);
  transition: 2s all cubic-bezier(.36,1,.46,1);;
}

.homepage-bg.is-first,
.homepage-bg.is-showing {
  opacity: 1;
}

.homepage-delivery-van {
  max-width: 220px;
  position: absolute;
  right: 10%;
  top: 10%;
  -webkit-transition: .15s transform cubic-bezier(.36,1,.46,1);
  -o-transition: .15s transform cubic-bezier(.36,1,.46,1);
  transition: .15s transform cubic-bezier(.36,1,.46,1);
  width: 30vw;
}

.homepage-delivery-van:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 1024px) {
  .homepage-delivery-van {
    top: auto;
    bottom: 20%;
  }
}

.homepage-delivery-van img {
  display: block;
  height: auto;
  -webkit-transform: rotate(15deg) scale(.95);
          -ms-transform: rotate(15deg) scale(.95);
      transform: rotate(15deg) scale(.95);
  width: 100%;
}

.homepage-delivery-van:before {
  -webkit-animation: rotate 5s infinite linear;
          animation: rotate 5s infinite linear;
  background: url('img/uber_delivery_van_rotatingtext.svg') no-repeat 0 0;
  background-size: cover;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

.homepage-news-toggle {
  bottom: 80px;
  background: url('data:image/svg+xml;utf-8,<svg width="80" height="80" xmlns="http://www.w3.org/2000/svg"><circle cx="93" cy="548" r="38" transform="translate(-53 -508)" stroke="#FBD489" stroke-width="3" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-dasharray="30,10"/></svg>') no-repeat 0 0;
  background-size: cover;
  color: inherit;
  font-family: 'Orator', sans-serif;
  font-size: 20px;
  left: 60px;
  letter-spacing: 2px;
  line-height: 80px;
  position: absolute;
  text-align: center;
  width: 80px;
}

.homepage-news-toggle:hover,
.homepage-news-toggle:active {
  text-decoration: none;
}

@media (min-width: 768px) {
  .homepage-news-toggle {
    display: none;
  }
}

.homepage-news {
  background: #fff;
  bottom: 100px;
  display: none;
  font-family: 'Orator', sans-serif;
  left: 14px;
  padding: 2em 2em 5em;
  pointer-events: none;
  position: absolute;
  right: 14px;
}

.homepage-news a {
  color: #fec4b5;
  pointer-events: all;
  text-decoration: none;
}

.homepage-news a:hover {
  text-decoration: underline;
}

.homepage-news.is-showing {
  display: block;
}

@media (min-width: 768px) {
  .homepage-news {
    bottom: auto;
    display: block;
    left: 48px;
    max-width: 200px;
    padding: 3.5em 2em 2em;
    position: fixed;
    right: auto;
    top: 20%;
  }

  .homepage .homepage-news:after {
    height: 100px;
    left: -30px;
    top: -15px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 70px;
  }
}

.homepage-news h2 {
  font-weight: normal;
}

@media (min-width: 1024px) {
  .homepage-news {
    left: 148px;
    top: 38px;
  }

  .homepage .homepage-news:after {
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.homepage-flavours {
  background: #fff;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  font-family: 'Orator', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  left: 14px;
  line-height: 20px;
  padding: 1em 2em .75em;
  position: absolute;
  right: 14px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .homepage-flavours {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px;
  }
}

.homepage-flavours:hover {
  text-decoration: none;
}

.homepage-flavours span {
  color: #fbd489;
  float: right;
  font-size: 30px;
  line-height: 20px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.flavours {
  background-color: #fff;
  height: 100%;
  position: relative;
}

.flavours-floating {
  display: none;
}

@media (min-width: 768px) {
  .flavours-floating {
    position: absolute;
    left: 50%;
    top: 315px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 500px;
  }

  .flavours-floating a {
    color: inherit;
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 5px;
  }

  .flavours-floating a:hover {
    text-decoration: none;
  }

  .flavours:target .flavours-floating {
    display: block;
  }

  .flavours-floating-bg {
    background: #fff;
    font-family: Orator;
    margin-bottom: 30px;
    margin-left: 30px;
    padding: 3em;
    text-align: center;
  }

  .flavours-floating-bg:before {
    background: url('img/glitter_glitter.gif') repeat 0 0;
    background-size: auto 100%;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: -1;
  }
}

@media (min-width: 1024px) {
  .flavours-floating {
    top: 50%;
    width: 600px;
  }

  .flavours-floating-bg {
    background: #fff url('img/sundae.svg') no-repeat bottom 1em center;
    background-size: 4em;
    padding: 3em 6em 6em;
  }
}

.locations {
  background: url('img/soho_crop.jpg') no-repeat 50% 50%;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  margin-top: 14px;
  padding-top: 80px;
}

@media (min-width: 768px) {
  .locations {
    padding-top: 0;
    padding-bottom: 15vh;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  .locations {
    background: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 28px -14px 0;
    padding-bottom: 0;
  }
}

.location {
  color: inherit;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  font-family: 'Orator', sans-serif;
  margin: 0 14px 14px;
  text-decoration: none;
}

.location:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .location {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 14px;
    padding: 14px;
    -webkit-transition: background .3s cubic-bezier(.36,1,.46,1);
    -o-transition: background .3s cubic-bezier(.36,1,.46,1);
    transition: background .3s cubic-bezier(.36,1,.46,1);
  }

  .location:hover {
    background-size: auto 100%;
  }

  .location-1 {
    background-image: url('img/camden_parallax.jpg');
  }

  .location-1:hover {
    background-image: url('img/camden_rollover.jpg');
  }

  .location-2 {
    background-image: url('img/soho_parallax.jpg');
  }

  .location-2:hover {
    background-image: url('img/soho_rollover.jpg');
  }

  .location-3 {
    background-image: url('img/streetfeast_parallax.jpg');
  }

  .location-3:hover {
    background-image: url('img/hawker_rollover.jpg');
  }
}

.location-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 38px;
  text-align: center;
}

@media (min-width: 768px) {
  .location-box {
    margin: 0 auto;
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .location-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 10em;
    max-width: none;
    padding: 28px;
    width: 60%;
  }
}

.location-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3.7px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .location-title {
    font-size: 25px;
  }
}

.location-subtitle {
  display: none;
}

@media (min-width: 768px) {
  .location-subtitle {
    display: block;
    text-transform: uppercase;
  }
}

.locations-mini {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  left: 50%;
  max-width: 350px;
  padding: 0 14px;
  position: absolute;
  top: 70px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 100;
}

.locations-mini.is-showing {
  display: block;
}

@media (min-width: 768px) {
  .locations-mini {
    left: auto;
    max-width: 282px;
    right: 0;
    top: 14px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 1024px) {
  .locations-mini {
    max-width: 340px;
  }
}

.locations-mini .location-box {
  color: inherit;
  font-family: 'Orator', sans-serif;
  margin-bottom: 14px;
  padding: 38px;
}

.locations-mini .location-box:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .locations-mini .location-box {
    height: auto;
    width: 100%;
  }
}

.locations-mini .location-box .location-title {
  font-size: 20px;
  letter-spacing: 2px;
}

.hvr-shadow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

a:hover .hvr-shadow, .a:focus .hvr-shadow, a:active .hvr-shadow,
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Default page: Story & Contact */
.entry-header {
  position: relative;
}

.add-pin:after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 300"><path fill="#FBD489" d="M177.76 21.83V76.4h-17V30.33h-47.3v-17h55.8M87.07 268.27v17h-55.8l-8.5-8.5V221.1h17v47.17M79.94 13.33v17H39.76v53.62h-17V21.83l8.5-8.5M177.77 217.57v59.2l-8.5 8.5H120.6v-17h40.17v-50.7M22.76 105.9h17v93.52h-17zM160.76 99.25h17v93.5h-17z"/></svg>') no-repeat 50% 50%;
  background-size: contain;
  content: '';
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, -18px);
          -ms-transform: translate(-50%, -18px);
      transform: translate(-50%, -18px);
}

.entry-header.add-pin:after {
  height: 100px;
  width: 100px;
}

.page-events .entry-content p > img {
  margin-bottom: -1.5em;
}

.page-events .entry-header > img {
  display: block;
  height: 220px;
  margin: 0 auto 60px;
  width: auto;
}

/*@media (min-width: 1024px) {
  .page-events .entry-header {
    display: none;
  }
}*/

.entry-title,
.entry-content h2 {
  background: #fff;
  font-family: 'Orator', sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .7px;
  margin: 0 auto;
  max-width: 14em;
  padding: 1.5em;
  text-align: center;
  width: 80%;
}

.entry-title {
  margin: 0 auto 63px;
}

@media (min-width: 1024px) {
  .entry-title,
  .entry-content h2 {
    font-size: 20px;
    margin-bottom: 1em;
  }

  .entry-header.add-pin:after {
    display: none;
  }
}

.entry-content {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 36em;
  padding: 1em;
}

@media (min-width: 768px) {
  .entry-content {
    padding: 1.5em;
  }
}

.entry-content p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 1.5em;
}

@media (min-width: 768px) {
  .entry-content p {
    font-size: 15px;
  }
}

.page-story .entry-content:after {
  content: '';
  display: block;
  height: 120px;
  background: url('img/sundae.svg') no-repeat 50% bottom;
  background-size: 100px;
}

.page-events .entry-content:after {
  content: '';
  display: block;
  height: 150px;
  background: url('img/chin_chin_truck.svg') no-repeat 50% bottom;
  background-size: 180px;
}

@media (min-width: 1024px) {
  .default-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 50%;
    padding: 2em 2em 2em 7em;
  }
}

.entry-content a {
  -webkit-box-shadow: inset 0 0 white, inset 0 -0.3em #ffebe6;
          box-shadow: inset 0 0 white, inset 0 -0.3em #ffebe6;
  color: inherit;
  display: inline-block;
  margin: -.1em;
  padding: .1em .1em;
  -webkit-transition: .2s all cubic-bezier(.17,.67,.18,.94);
  -o-transition: .2s all cubic-bezier(.17,.67,.18,.94);
  transition: .2s all cubic-bezier(.17,.67,.18,.94);
}

.entry-content a:hover {
  -webkit-box-shadow: inset 0 0 white, inset 0 -2em #ffebe6;
          box-shadow: inset 0 0 white, inset 0 -2em #ffebe6;
  text-decoration: none;
}

.page-bg {
  background-color: #fbd489;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
  bottom: 14px;
  left: 14px;
  position: fixed;
  right: 14px;
  top: 14px;
}

.page-bg + .page {
  position: relative;
  padding-top: 50vh;
}

/*.page-bg-events + .page {
  margin-top: 50vh;
}*/

@media (min-width: 768px) {
  .page-bg {
    bottom: 28px;
    left: 28px;
    right: 28px;
    top: 28px;
  }

/*  .page-bg + .page {
    margin-top: 82vh;
  }

  .page-bg-events + .page {
    margin-top: 40vh;
  }*/
}

@media (min-width: 1024px) {
  .page-bg + .page {
    position: relative;
    padding-top: 5vh;
  }

  .page-bg {
    height: auto;
    top: 0px;
    width: calc(50% + 46px);
  }
}

.page-bg-story {
  background-image: url('img/story.sm.jpg');
}

@media (min-width: 768px) {
   .page-bg-story {
    background-image: url('img/story.jpg');
  }
}

.page-bg-events {
  background-image: url('img/events.sm.jpg');
  background-position: 50% 0;
}

@media (min-width: 768px) {
   .page-bg-events {
    background-image: url('img/events.jpg');
  }
}

/* Location Detail */
.page-location {
  padding-top: 140px;
}

@media (min-width: 768px) {
  .page-location {
    padding-top: 0;
    width: 100%;
  }
}

.page-location .top-image {
  background-color: #fbd489;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  margin: 0 -14px;
  pointer-events: none;
  position: relative;
}

@media (min-width: 768px) {
  .page-location .top-image {
    margin: 0 -28px;
    padding-top: 0 !important;
  }
}

@media (min-width: 1024px) {
  .page-location .top-image {
    height: 70vh;
    left: 28px;
    margin: 0;
    position: fixed;
    right: 28px;
    top: 28px;
  }
}

.cake-page .heading {
  font-family: 'Orator', sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .7px;
}

@media (min-width: 768px) {
  .cake-page .heading {
    font-size: 20px;
  }
}

.order-cake {
  border: 0;
  background: #fcebe7;
  display: block;
  margin: 1em 0 4em;
  padding: 1em;
  width: 100%;
}

@media (min-width: 768px) {
  .order-cake {
    max-width: 200px;
  }
}

.cake-items {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  min-height: 100%;
}

@media (min-width: 768px) {
  .cake-items {
    margin: 0 -25px;
  }
}

.cake-item {
  color: inherit;
  margin: 70px 0 0;
  text-decoration: none !important;
  width: 100%;
}

@media (min-width: 768px) {
  .cake-item {
    margin: 0 25px 75px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
  }
}

@media (min-width: 1024px) {
  .cake-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 18%;
            flex: 1 1 18%;
  }
}

.cake-image-wrapper {
  display: block;
  height: 70vh;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .cake-image-wrapper {
    height: 40vh;
    margin: 0 0 15px;
  }
}

.cake-image-wrapper img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: auto;
}

.cake-image-wrapper img + img {
  opacity: 0;
  -webkit-transition: .3s opacity cubic-bezier(.36,1,.46,1);
  -o-transition: .3s opacity cubic-bezier(.36,1,.46,1);
  transition: .3s opacity cubic-bezier(.36,1,.46,1);
}

.cake-item:hover .cake-image-wrapper img + img {
  opacity: 1;
}

.cake-item-name {
  display: block;
  font-family: 'Orator', sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .7px;
  text-align: center;
}

@media (min-width: 768px) {
  .cake-item-name {
    font-size: 20px;
  }
}

.cake-item-button {
  background: #fcebe7;
  margin: 5px auto 0;
  max-width: 180px;
}

.order-cake-wrapper {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Orator', sans-serif;
  margin: 0 auto;
  max-width: 36em;
  padding: 1em;
  position: relative;
}

/* @media (min-width: 768px) {
  .order-cake-wrapper {
    bottom: 0;
    left: 0;
    max-width: 100%;
    overflow: auto;
    padding: 150px;
    position: fixed;
    right: 0;
    top: 0;
  }
} */

.order-cake-wrapper label {
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .order-cake-wrapper label {
    margin-bottom: 30px;
  }
}

.order-cake-wrapper input,
.order-cake-wrapper textarea {
  -webkit-appearance: none;
  border: 2px solid #FAD38E;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Orator', sans-serif;
  font-size: 16px;
  display: block;
  min-height: 60px;
  padding: 1em;
  width: 100%;
}

.order-cake-wrapper textarea {
  height: 6em;
}

.order-cake-wrapper input[type=submit] {
  background: #FAD38E;
  color: #fff;
  font-family: 'Orator', sans-serif;
  font-size: 16px;
  outline: none;
}

span.cake-to-order {
  display: none;
}

label .wpcf7-form-control-wrap {
  display: block;
  padding-top: 6px;
}

.wpcf7-mail-sent-ok {
  background: #F7D6D6;
  border: 0 !important;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  height: 300px;
  left: 0;
  margin: 0 auto !important;
  padding: 95px 40px !important;
  position: absolute;
  right: 0;
  top: 45%;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  width: 300px;
}

/* @media (min-width: 1024px) {
  .page-location .top-image {
    margin: 0;
    position: static;
  }
} */
/*
@media (max-width: 1023px) {
  .page-location .top-image {
    height: 42vh;
    padding-top: 0 !important;
  }
} */

.location-address-wrapper {
  margin: 0 14px;
  pointer-events: all;
  position: relative;
  top: -70px;
  z-index: 1;
}

@media (min-width: 768px) {
  .location-address-wrapper {
    bottom: 0;
    left: 50%;
    position: absolute;
    top: auto;
    -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
        transform: translateY(50%);
    width: 24em;
  }
}

@media (min-width: 1024px) {
  .location-address-wrapper {
    margin: 0 0 0 80px;
    height: 70vh;
    position: static;
    -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
        transform: translateY(0);
  }
}

.location-address {
  background: white;
  font-family: 'Orator', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 1.5em 2em;
  position: relative;
  z-index: 10;
}

.displaying-menu .location-address {
  position: static;
}

.location-address-1 {
  float: left;
  width: 45%;
}

.location-address-2 {
  margin-left: 55%;
}

.location-address-link {
  clear: both;
  color: #fec4b5;
  display: block;
  font-size: 14px;
  letter-spacing: .5px;
  margin-top: .25em;
}

.location-menu-heading {
  color: #fbd489;
  font-family: 'Orator', sans-serif;
  font-size: 35px;
  font-weight: normal;
  letter-spacing: 4px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 75%;
}

.location-menu-heading-flavours {
  margin: 15px;
}

@media (min-width: 1024px) {
  .location-menu-drinks-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.location-menu-heading-drinks {
  color: #5f420b;
}

@media (max-width: 767px) {
  .location-menu-heading-drinks {
    margin: .5em 0;
  }
}

@media (min-width: 768px) {
  .location-menu-heading {
    margin-bottom: 1em;
  }

  .location-menu-heading-flavours {
    margin: .5em 0;
  }
}

@media (min-width: 1024px) {
  .location-menu-heading span {
    background-color: #fff;
    display: inline-block;
    padding: .5em 0;
  }

  .location-menu-heading-flavours {
    margin: 0 0 -.5em;
  }

  .location-menu-heading-flavours span {
    margin-left: 60px;
    padding: .5em 1em;
    position: relative;
    top: -1.5em;
    width: auto;
  }

  .location-menu-heading-drinks {
    margin: 0 0 0 28px;
  }
}

.location-menu {
  background: #fff;
  position: relative;
}

.location-menu:after {
    content: '';
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
  .location-menu-level1 > div,
  .location-menu-level1 > h3 {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .location-menu-level1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .location-menu-level2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 0;
  }

  .location-menu-level2 > .location-menu-subheading,
  .location-menu-level2 > .location-menu-items {
    padding: 0 28px;
  }
}

@media (min-width: 1024px) {
  .location-menu-level1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
    float: left;
    margin: 0 auto;
    width: 55%;
  }

  .location-menu-level1-drinks {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
    width: 45%;
  }
}

.location-menu-subheading {
  display: block;
  margin: 0 0 1em;
  padding: 0;
}

.location-menu-subheading span {
  background: -webkit-linear-gradient(bottom, transparent 7px, #000 7px, #000 9px, transparent 9px);
  background: -o-linear-gradient(bottom, transparent 7px, #000 7px, #000 9px, transparent 9px);
  background: linear-gradient(0deg, transparent 7px, #000 7px, #000 9px, transparent 9px);
  font-family: 'Orator', sans-serif;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: .5px;
  line-height: 21px;
  display: inline;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  text-transform: uppercase;
}

.location-menu-items {
  margin: 0 0 4em;
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .location-menu-items {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 3em;
  }
}

.location-menu-item {
  clear: both;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .5px;
  list-style: none;
  margin: .25em 0;
  padding-left: 20px;
  position: relative;
}

.location-menu-item-price {
  color: #5f420b;
  float: right;
  text-align: right;
  width: 60px;
}

.location-menu-item-name {
  display: block;
  line-height: 1.3;
  margin: .25em 60px .25em 0;
}

.no-price > .location-menu-item-name,
.no-price > .location-menu-item-description {
  margin-right: 0
}

.location-menu-item-description {
  display: block;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0 60px 1em 0;
}

.location-menu-item:before {
  color: #fbd489;
  content: '•';
  position: absolute;
  left: 0;
  line-height: 15px;
  font-size: 30px;
  top: 3px;
}

.location-menu-item-colour-2:before {
  color: #fec4b5;
}

.location-menu-item-colour-3:before {
  color: #5f420b;
}

.location-secondary-image-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

.location-secondary-image-bg img {
  height: auto;
  max-width: 450px;
  width: 100%;
}

@media (max-width: 767px) {
    .location-secondary-image-wrapper {
        padding: 0 !important;
        margin: 0 -14px;
    }
}

@media (min-width: 768px) {
    .location-secondary-image-bg {
      padding: 40px;
    }
}

@media (min-width: 1024px) {
  .location-secondary-image-wrapper {
    margin-top: -200px;
  }

  .location-secondary-image-bg {
    margin-left: 100px;
  }
}

@media (max-width: 1023px) {
  .location-menu-level1-drinks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .location-menu-level1-drinks > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.location-footer {
  background: #fff;
  clear: both;
  padding-top: 50px;
  position: relative;
}

.location-share {
  margin-bottom: 20px;
  text-align: center;
}

.location-share svg path {
    fill: #000;
}

.location-share-social {
  display: inline-block;
  position: relative;
  top: 5px;
}

.location-share-social a {
  display: inline-block;
  margin: 0 .5em;
}

.location-share-social svg {
  display: block;
  height: 25px;
  width: 30px;
}

@media (min-width: 1024px) {
  .location-share {
    height: 40px;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }

  .location-share svg path {
    fill: #fff;
  }
}

.location-footer-address {
  background: url('img/location-footer.jpg') no-repeat 0 50%;
  background-size: cover;
  margin: 0 -14px;
  padding: 14px;
}

@media (min-width: 768px) {
  .location-footer-address {
    margin: 0 -28px;
    padding: 3em;
  }
}

@media (min-width: 1024px) {
  .location-footer-address {
    padding: 1.5em;
  }
}

.location-footer-address .location-address {
  margin: 0 auto;
  max-width: 30em;
}

@media (min-width: 1024px) {
  .location-footer-address .location-address {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  body.page-id-13 {
    background: #fff url('img/glitter_glitter.gif') repeat 0 0;
    background-size: cover;
  }

  body.page-id-13 .site-content {
    background: #fff;
  }
}

.page-contact {
  padding-top: 80px;
}

.page-contact .entry-title {
  margin: 0 auto;
}

.page-contact .entry-header.add-pin:after {
  display: none;
}

.contact-location {
  clear: both;
}

.contact-location-name {
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 1024px) {
  .contact-location-address {
    float: left;
    width: 10em;
  }
}

@media (min-width: 1100px) {
  .contact-location-address {
    width: 12em;
  }
}

@media (min-width: 1160px) {
  .contact-location-address {
    width: 14em;
  }
}

@media (min-width: 1260px) {
  .contact-location-address {
    width: 16em;
  }
}

.contact-location-details {
  display: inline-block;
}

.contact-social {
  clear: both;
  padding-top: 1em;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-contact .entry-content {
    position: relative;
  }

  .page-contact .contact-social {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.contact-social a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: inline-block;
  margin-right: 1.5em;
}

.contact-social svg {
  display: block;
  height: 40px;
  width: auto;
}

.page-contact blockquote {
  border: 2px solid #000;
  background: #ffebe6;
  margin: 1em 0;
  padding: 1em;
}

@media (min-width: 1024px) {
  .page-contact blockquote {
    padding: 3em;
  }
}

.work-for-us {
  background-image: url('img/sundae.svg');
  background-repeat: no-repeat;
  background-position: center bottom 1em;
  background-size: 7em;
  padding-bottom: 8em;
}

.page-contact blockquote p {
  font-family: 'Orator', sans-serif;
  margin: 0;
  text-align: center;
}

.page-contact blockquote p + p {
  margin-top: 2em;
}

@media (min-width: 768px) {
  .work-for-us {
    margin-top: 2em;
  }
}

@media (min-width: 1024px) {
  .work-for-us {
    margin-top: 5em;
  }
}

@media (min-width: 768px) {
  .page-contact {
    padding: 160px 1.5em 1.5em;
  }
}

.page-contact .copy {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}


@media (min-width: 1024px) {
  .page-contact {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2em;
    width: 100%;
  }

  .page-contact .contact-area {
    border-left: 1px solid black;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    padding-top: 6em;
    width: 47%;
  }

  .page-contact .work-for-us {
    background-image: url('img/sundae.svg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 8em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: -8em;
    overflow: hidden;
    padding-top: 8em;
    padding-bottom: 0;
    width: 50%;
  }

  .page-contact .work-for-us p {
    padding-bottom: 1.5em;
  }

  .page-contact .copy {
    padding-top: 2em;
  }
}

.site-info-copy-link {
  color: inherit;
  position: relative;
}

.site-info-copy-link:hover span {
  background: url('img/loader.gif') no-repeat 50% 50%;
  background-size: contain;
  height: 50px;
  left: -20px;
  position: absolute;
  top: -40px;
  width: 100px;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

 .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -7px, 0);
            transform: translate3d(0, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-2px,0);
            transform: translate3d(0,-2px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -7px, 0);
            transform: translate3d(0, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-2px,0);
            transform: translate3d(0,-2px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.site-share > svg {
  height: 30px;
  width: auto;
}

.site-share-modal {
    background: rgba(255,255,255,.85);
    display: none;
    height: 100vh;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}

.site-share-modal.is-active {
    display: block;
}

.site-share-container {
    background: #ffebe6;
    border-radius: 1em;
    color: #333;
    font-size: 1.5em;
    max-width: 15em;
    left: 50%;
    pointer-events: all;
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: 50%;
    -webkit-transform: translate3d(-50%,-60%,0);
            transform: translate3d(-50%,-60%,0);
    width: 80vw;
}

.site-share-header {
    border-bottom: 1px solid #fff;
    font-family: 'Orator', sans-serif;
    padding-bottom: .5em;
    padding-top: .5em;
}

.site-share-list {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.site-share-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-share-link {
    color: inherit !important;
    display: block;
    padding: .5em;
    text-decoration: none;
}

.site-share-close {
    border-top: 1px solid #fff;
    margin-top: .5em;
}

.site-share-close-btn {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><title>Cancel</title><path d="M12.948 1.28c.288-.286.293-.767 0-1.06-.295-.295-.768-.292-1.06 0L6.583 5.525 1.28.22C.995-.066.514-.072.22.22c-.295.295-.292.768 0 1.06l5.304 5.304L.22 11.887c-.287.288-.293.768 0 1.06.295.296.768.294 1.06 0l5.304-5.302 5.303 5.303c.288.288.768.293 1.06 0 .296-.295.294-.768 0-1.06L7.646 6.583l5.303-5.303z" fill="#000" fill-rule="evenodd"/></svg>');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    display: block;
    padding: 1em 0;
}

.is-hidden {
  display: none !important;
}