/*
Theme Name: Pizza Jerk Custom Theme
Author: Dylan Stark
Author URI:
Description: A custom theme for the Pizza Jerk website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom
*/
/* ======================= RESET ===================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit; }

.clearfix:after,
.clearfix:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* ======================= MOUSE ===================== */
body, p, a, li, ul, ol
body:hover {
  cursor: url("assets/icons/pizzamouse.cur"), url("assets/icons/pizzamouse.png"), default; }

a:hover {
  cursor: url("assets/icons/forkpointer.cur") 5 1, url("assets/icons/forkpointer.png") 5 1, pointer; }

/* ======================= SCROLLBAR ===================== */
::-webkit-scrollbar {
  width: 20px; }

::-webkit-scrollbar-track {
  background-color: #ddd; }

::-webkit-scrollbar-button {
  background-color: silver;
  border-left: ridge 2px #fff;
  border-top: ridge 2px #fff;
  border-right: ridge 2px grey;
  border-bottom: ridge 2px grey;
  width: 21px;
  height: 21px;
  display: block; }

::-webkit-scrollbar-button:start:increment,
::-webkit-scrollbar-button:end:decrement {
  display: none; }

::-webkit-scrollbar-button:start:decrement {
  background-image: url("assets/icons/caret-top-2x.png"); }

::-webkit-scrollbar-button:end:increment {
  background-image: url("assets/icons/caret-bottom-2x.png"); }

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 3px 3px; }

::-webkit-scrollbar-thumb {
  background-color: silver;
  border-left: ridge 2px #fff;
  border-top: ridge 2px #fff;
  border-right: ridge 2px grey;
  border-bottom: ridge 2px grey; }

/* ======================= GENERAL ===================== */
html, body {
  height: 100%;
  width: 100%;
  background: url("https://media.giphy.com/media/UYBDCJjwOd9Re/giphy.gif") #000; }

body {
  overflow-y: auto;
  overflow-x: hidden; }
  body.no-scroll {
    overflow: hidden; }

li {
  list-style: none; }

a, a:visited {
  text-decoration: none; }

img {
  max-width: 100%; }

/* ======================= PAGE ===================== */
.page-wrapper {
  width: 100%;
  height: 100%; }

.home-content {
  height: 100%;
  max-width: 1440px;
  min-height: 480px;
  max-height: 700px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 480px) {
    .home-content {
      min-height: 600px;
      max-height: 800px; } }
  @media only screen and (min-width: 768px) {
    .home-content {
      min-height: 700px;
      max-height: 100%; } }

/* ======================= MENU ===================== */
.link-wrapper {
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 150px;
  height: 100px;
  z-index: 20;
  font-size: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .link-wrapper:hover {
    cursor: url("assets/icons/forkpointer.cur") 5 1, url("assets/icons/forkpointer.png") 5 1, pointer; }
  @media only screen and (min-width: 480px) {
    .link-wrapper {
      width: 210px;
      height: 140px;
      font-size: 6px; } }
  @media only screen and (min-width: 768px) {
    .link-wrapper {
      width: 255px;
      height: 170px;
      font-size: 8px; } }
  @media only screen and (min-width: 1050px) {
    .link-wrapper {
      width: 300px;
      height: 200px;
      font-size: 10px; } }
  .link-wrapper .link-text, .link-wrapper .link-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .link-wrapper .link-text {
    z-index: 20; }
  .link-wrapper.top {
    top: 50px; }
  .link-wrapper.bottom {
    bottom: 50px; }
  .link-wrapper.left {
    left: 10px; }
    @media only screen and (min-width: 768px) {
      .link-wrapper.left {
        left: 40px; } }
  .link-wrapper.right {
    right: 10px; }
    @media only screen and (min-width: 768px) {
      .link-wrapper.right {
        right: 40px; } }

.delivery-link .link-img {
  -webkit-transition: top 3s, left 3s, -webkit-transform 1s;
  transition: top 3s, left 3s, -webkit-transform 1s;
  transition: top 3s, left 3s, transform 1s;
  transition: top 3s, left 3s, transform 1s, -webkit-transform 1s;
  width: 23%; }
.delivery-link .link-text {
  color: white;
  font: bold 5.5em Verdana, Geneva, sans-serif;
  -webkit-transform: translate(-50%, -50%) scaleY(0.9) scaleX(0.9) perspective(600px) rotateY(-25deg) rotateX(-10deg) rotate(5deg);
          transform: translate(-50%, -50%) scaleY(0.9) scaleX(0.9) perspective(600px) rotateY(-25deg) rotateX(-10deg) rotate(5deg); }
.delivery-link:hover .link-img {
  top: -500px;
  left: 300px;
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
      -ms-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg); }
.delivery-link:hover .link-text {
  -webkit-transform: translate(-50%, -50%) scaleY(1.8) scaleX(0.7) perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(10deg);
          transform: translate(-50%, -50%) scaleY(1.8) scaleX(0.7) perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(10deg);
  -webkit-animation: textRainbow 2s linear infinite;
          animation: textRainbow 2s linear infinite; }

.contact-link .link-text {
  color: white;
  font: bold 6.5em Georgia, serif;
  -webkit-transform: translate(-50%, -50%) scaleY(1.4) scaleX(0.8) perspective(200px) rotateY(15deg) rotateX(10deg) rotatez(-3deg);
          transform: translate(-50%, -50%) scaleY(1.4) scaleX(0.8) perspective(200px) rotateY(15deg) rotateX(10deg) rotatez(-3deg); }
@media only screen and (min-width: 768px) {
  .contact-link .link-text {
    color: rgba(255, 255, 255, 0.1); } }
.contact-link:hover .link-text {
  color: white;
  -webkit-transform: translate(-50%, -50%) scaleY(1.5) scaleX(1.1) perspective(100px) rotateY(0deg) rotateX(0deg) rotate(0deg);
          transform: translate(-50%, -50%) scaleY(1.5) scaleX(1.1) perspective(100px) rotateY(0deg) rotateX(0deg) rotate(0deg); }

.news-link .link-text {
  margin-top: 20px;
  color: white;
  font: bold 6em Verdana, Geneva, sans-serif;
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
      -ms-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
  width: 90%; }
.news-link:hover .link-text {
  -webkit-transform: translate(-30%, -50%) scale(1.2);
      -ms-transform: translate(-30%, -50%) scale(1.2);
          transform: translate(-30%, -50%) scale(1.2);
  color: red; }

.menu-link .link-img {
  width: 65%;
  -webkit-transform: translate(-45%, -50%) rotate(-5deg);
      -ms-transform: translate(-45%, -50%) rotate(-5deg);
          transform: translate(-45%, -50%) rotate(-5deg); }
.menu-link:hover .link-img {
  -webkit-transform: translate(-40%, -60%) scaley(1.2) rotate(-20deg);
      -ms-transform: translate(-40%, -60%) scaley(1.2) rotate(-20deg);
          transform: translate(-40%, -60%) scaley(1.2) rotate(-20deg); }
.menu-link .link-text {
  color: white;
  font: bold 7em "Courier New", Courier, monospace;
  -webkit-transform: translate(-50%, -50%) scaleY(1.9) scaleX(1.2) perspective(120px) rotateY(-5deg) rotateX(55deg) rotatez(10deg);
          transform: translate(-50%, -50%) scaleY(1.9) scaleX(1.2) perspective(120px) rotateY(-5deg) rotateX(55deg) rotatez(10deg); }
.menu-link:hover .link-text {
  -webkit-transform: translate(-50%, -50%) scaleY(1.4) scaleX(1.7) perspective(120px) rotateY(-5deg) rotateX(-10deg) rotatez(5deg);
          transform: translate(-50%, -50%) scaleY(1.4) scaleX(1.7) perspective(120px) rotateY(-5deg) rotateX(-10deg) rotatez(5deg);
  -webkit-animation: textRainbow 2s linear infinite;
          animation: textRainbow 2s linear infinite; }

.guestbook {
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 240px;
  text-align: center;
  z-index: 20;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  .guestbook a {
    color: #eef26d;
    opacity: 0.5;
    text-align: center;
    text-shadow: 0px 0px 7px rgba(230, 242, 109, 0.7);
    font-family: "Courier New", Courier, monospace;
    letter-spacing: 3px;
    font-size: 11px;
    padding: 15px; }
    .guestbook a:hover {
      opacity: 1;
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }

/* ======================= MENU ===================== */
.logo-wrapper,
.logo-text,
.logo-pizza {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.logo-wrapper {
  width: 85%;
  height: 500px; }
  @media only screen and (min-width: 480px) {
    .logo-wrapper {
      width: 400px; } }
  @media only screen and (min-width: 768px) {
    .logo-wrapper {
      width: 550px; } }
  @media only screen and (min-width: 1050px) {
    .logo-wrapper {
      width: 750px; } }
  @media only screen and (min-width: 1200px) {
    .logo-wrapper {
      width: 75%;
      max-width: 850px; } }

.logo-text {
  width: 100%;
  margin-top: 2%; }

.logo-pizza {
  width: 48%; }

.pizzatest {
  display: none; }

/* ======================= MODALS ===================== */
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 100;
  height: 100%;
  background-color: black;
  overflow-y: auto;
  overflow-x: hidden; }
  .modal .header {
    width: 100%;
    min-height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
            flex-wrap: no-wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .modal .header .header-title {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 0 30px 0 0; }
      @media only screen and (min-width: 768px) {
        .modal .header .header-title {
          padding: 0 40px; } }
    .modal .header div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .modal .header img {
      width: 100%; }
  .modal .modal-close {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 50;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .modal .modal-close img {
      width: 100%;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .modal .modal-close:hover {
      cursor: url("assets/icons/forkpointer.cur") 5 1, url("assets/icons/forkpointer.png") 5 1, pointer; }
    .modal .modal-close.left-close {
      display: none;
      padding-top: 10px; }
      @media only screen and (min-width: 768px) {
        .modal .modal-close.left-close {
          display: block; } }
    .modal .modal-close.right-close {
      width: 45px;
      height: 45px;
      font-weight: bold;
      font-size: 15px;
      -webkit-animation: textRainbow 2s linear infinite;
              animation: textRainbow 2s linear infinite; }
      @media only screen and (min-width: 768px) {
        .modal .modal-close.right-close {
          width: 70px;
          height: 70px;
          font-size: 23px; } }
    .modal .modal-close.bottom-close {
      width: 100%;
      max-width: 360px;
      padding: 0px 60px; }

/* ======================= ALERT ===================== */
.banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 60;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .banner p {
    white-space: nowrap;
    color: #eef26d;
    text-align: center;
    text-shadow: 0px 0px 7px rgba(230, 242, 109, 0.7);
    font-family: "Courier New", Courier, monospace;
    letter-spacing: 3px;
    font-size: 18px;
    padding: 15px;
    min-width: 1000px;
    width: 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-animation: textScroll 17s linear infinite;
            animation: textScroll 17s linear infinite; }
    @media only screen and (min-width: 768px) {
      .banner p {
        padding: 25px;
        -webkit-animation: textScroll 17s linear infinite;
                animation: textScroll 17s linear infinite; } }

@-webkit-keyframes textScroll {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes textScroll {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
/* ======================= BUTTONS ===================== */
.old-mac-button {
  background-color: silver;
  border-left: ridge 5px #fff;
  border-top: ridge 5px #fff;
  border-right: ridge 5px grey;
  border-bottom: ridge 5px grey; }

a.old-mac-button:active,
.modal-close.old-mac-button:active {
  background-color: darkgrey;
  border-left: ridge 5px grey;
  border-top: ridge 5px grey;
  border-right: ridge 5px #ddd;
  border-bottom: ridge 5px #ddd; }

/* ======================= EFFECTS ===================== */
#outerCircleText {
  font-style: italic;
  font-weight: bold;
  font-family: 'cambria';
  color: pink;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  cursor: default; }

#outerCircleText div {
  position: relative; }

#outerCircleText div div {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center; }

/* ======================= ANIMATIONS ===================== */
@-webkit-keyframes textRainbow {
  from, to {
    color: red; }
  20% {
    color: orange; }
  40% {
    color: green; }
  60% {
    color: blue; }
  80% {
    color: purple; } }
@keyframes textRainbow {
  from, to {
    color: red; }
  20% {
    color: orange; }
  40% {
    color: green; }
  60% {
    color: blue; }
  80% {
    color: purple; } }
@-webkit-keyframes textWiggle {
  from, to {
    -webkit-transform: rotateX(-10deg) rotateY(-5deg) rotateZ(-5deg) perspective(100px);
            transform: rotateX(-10deg) rotateY(-5deg) rotateZ(-5deg) perspective(100px); }
  50% {
    -webkit-transform: rotateX(10deg) rotateY(5deg) rotateZ(5deg) perspective(100px);
            transform: rotateX(10deg) rotateY(5deg) rotateZ(5deg) perspective(100px); } }
@keyframes textWiggle {
  from, to {
    -webkit-transform: rotateX(-10deg) rotateY(-5deg) rotateZ(-5deg) perspective(100px);
            transform: rotateX(-10deg) rotateY(-5deg) rotateZ(-5deg) perspective(100px); }
  50% {
    -webkit-transform: rotateX(10deg) rotateY(5deg) rotateZ(5deg) perspective(100px);
            transform: rotateX(10deg) rotateY(5deg) rotateZ(5deg) perspective(100px); } }
.contact-modal {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 154, 200, 0.5)), to(transparent)), url("assets/bg/water.gif");
  background: -webkit-linear-gradient(left, rgba(255, 154, 200, 0.5), transparent), url("assets/bg/water.gif");
  background: linear-gradient(to right, rgba(255, 154, 200, 0.5), transparent), url("assets/bg/water.gif");
  background-color: white; }
  .contact-modal .contact-wrapper {
    padding: 0 20px;
    width: 100%;
    max-width: 800px;
    margin: 20px auto 70px auto; }
  .contact-modal .contact-header {
    margin-bottom: 10px; }
    .contact-modal .contact-header .contact-title {
      margin-top: 3%; }
    .contact-modal .contact-header img {
      width: 100%; }
  .contact-modal .locations-wrapper {
    margin-bottom: 40px; }
    @media only screen and (min-width: 768px) {
      .contact-modal .locations-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .contact-modal .locations-wrapper h2 {
      font: italic 900 30px Georgia, serif;
      letter-spacing: 1px;
      color: #fff;
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
      text-align: center;
      margin-bottom: 30px; }
    .contact-modal .locations-wrapper .phone, .contact-modal .locations-wrapper .address {
      display: block;
      height: 75px; }
      .contact-modal .locations-wrapper .phone:hover, .contact-modal .locations-wrapper .address:hover {
        color: #fff; }
      .contact-modal .locations-wrapper .phone .inner-wrapper, .contact-modal .locations-wrapper .address .inner-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        letter-spacing: 1px; }
    .contact-modal .locations-wrapper .phone {
      font: 900 20px "Courier New", Courier, monospace;
      color: #008B8B; }
      .contact-modal .locations-wrapper .phone .img-wrapper {
        width: 45px; }
    .contact-modal .locations-wrapper .address {
      margin: 40px 0 20px;
      font: 900 15px "Courier New", Courier, monospace;
      color: #6464fa; }
      .contact-modal .locations-wrapper .address .img-wrapper {
        width: 45px; }
    .contact-modal .locations-wrapper .hours {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font: 600 20px "Courier New", Courier, monospace; }
      .contact-modal .locations-wrapper .hours div, .contact-modal .locations-wrapper .hours p {
        margin: 0 20px; }
      .contact-modal .locations-wrapper .hours .img-wrapper, .contact-modal .locations-wrapper .hours img {
        width: 60px; }
  .contact-modal .location-one, .contact-modal .location-two {
    padding: 25px; }
    @media only screen and (min-width: 768px) {
      .contact-modal .location-one, .contact-modal .location-two {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 47%; } }
  .contact-modal .location-one {
    margin-bottom: 40px; }
    .contact-modal .location-one h2 {
      -webkit-animation: flicker 7s steps(50, end) infinite;
              animation: flicker 7s steps(50, end) infinite; }
    @media only screen and (min-width: 768px) {
      .contact-modal .location-one {
        margin-bottom: 0; } }
  .contact-modal .location-two h2 {
    -webkit-animation: flicker 7s steps(50, end) 3s infinite;
            animation: flicker 7s steps(50, end) 3s infinite; }
  .contact-modal .spinning-globe {
    position: relative;
    width: 260px;
    margin: 20px auto 50px auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .contact-modal .spinning-globe a {
      position: absolute;
      color: white;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      text-align: center;
      font: bold 35px Verdana, Geneva, sans-serif;
      text-transform: uppercase;
      white-space: nowrap;
      padding-top: 65px;
      line-height: 40px;
      -webkit-transform: rotateX(10deg) rotateY(5deg) rotateZ(5deg) perspective(100px);
              transform: rotateX(10deg) rotateY(5deg) rotateZ(5deg) perspective(100px);
      text-shadow: 3px 1px 5px #000;
      letter-spacing: 3px;
      -webkit-animation: textRainbow 2s infinite;
              animation: textRainbow 2s infinite; }
      .contact-modal .spinning-globe a .spinning-globe-slice {
        position: absolute;
        top: 50%;
        left: 52%;
        width: 55px;
        -webkit-transform: rotate(-115deg);
            -ms-transform: rotate(-115deg);
                transform: rotate(-115deg); }
      .contact-modal .spinning-globe a .spinning-globe-hot {
        position: absolute;
        top: 55%;
        left: 15%;
        width: 85px;
        -webkit-transform: rotate(5deg);
            -ms-transform: rotate(5deg);
                transform: rotate(5deg); }
    .contact-modal .spinning-globe img {
      width: 85%;
      margin: 0 auto;
      display: block; }
  .contact-modal .contact-map {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    width: 100%;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media only screen and (min-width: 480px) {
      .contact-modal .contact-map {
        width: 350px;
        height: 280px;
        padding: 0; } }
    .contact-modal .contact-map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@-webkit-keyframes flicker {
  from, to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  10% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  10.01% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  15% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  15.01% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  37% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  37.01% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  39% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  39.01% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  45% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  45.01% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  47% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  47.01% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  65% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  65.01% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  67% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  67.01% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; } }

@keyframes flicker {
  from, to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  10% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  10.01% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  15% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  15.01% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  37% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  37.01% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  39% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  39.01% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  45% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  45.01% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  47% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  47.01% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  65% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; }
  65.01% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  67% {
    text-shadow: none;
    opacity: 0.2;
    color: #aaa; }
  67.01% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    opacity: 1;
    color: #fff; } }
.delivery-modal {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 255, 255, 0.6)), to(rgba(0, 255, 255, 0.3))), url("assets/bg/blobz.gif") #00f;
  background: -webkit-linear-gradient(top, rgba(0, 255, 255, 0.6), rgba(0, 255, 255, 0.3)), url("assets/bg/blobz.gif") #00f;
  background: linear-gradient(to bottom, rgba(0, 255, 255, 0.6), rgba(0, 255, 255, 0.3)), url("assets/bg/blobz.gif") #00f;
  background-repeat: repeat; }
  .delivery-modal .delivery-wrapper {
    padding: 0 20px;
    width: 100%;
    max-width: 1000px;
    margin: 20px auto 70px auto; }
  .delivery-modal .delivery-header {
    margin-bottom: 40px; }
    .delivery-modal .delivery-header .delivery-title {
      margin-top: 3%; }
    .delivery-modal .delivery-header img {
      width: 100%; }
  .delivery-modal .delivery-options h2 {
    font: 700 32px Verdana, Geneva, sans-serif;
    margin-bottom: 20px;
    line-height: 1.4; }
  .delivery-modal .delivery-options p {
    font: 600 20px "Courier New", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 20px; }
  .delivery-modal .delivery-options > div {
    margin-bottom: 50px; }
  .delivery-modal .delivery-options .delivery-right h2, .delivery-modal .delivery-options .delivery-right a, .delivery-modal .delivery-options .delivery-right a:visited {
    color: #008B8B; }
  .delivery-modal .delivery-options .delivery-left h2, .delivery-modal .delivery-options .delivery-left a, .delivery-modal .delivery-options .delivery-left a:visited {
    color: #6464fa; }
  @media only screen and (min-width: 768px) {
    .delivery-modal .delivery-options {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .delivery-modal .delivery-options .delivery-left, .delivery-modal .delivery-options .delivery-right {
        width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
      .delivery-modal .delivery-options .delivery-left {
        padding-right: 40px; }
      .delivery-modal .delivery-options .delivery-right {
        padding-left: 40px; } }
  .delivery-modal .caviar-delivery-link {
    font: italic 900 30px "Courier New", Courier, monospace;
    color: #9932CC;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
    margin-bottom: 20px; }
    .delivery-modal .caviar-delivery-link::-moz-selection {
      color: white;
      background-color: transparent; }
    .delivery-modal .caviar-delivery-link::selection {
      color: white;
      background-color: transparent; }
    .delivery-modal .caviar-delivery-link a {
      display: block;
      text-align: center;
      padding: 10px 20px; }
      .delivery-modal .caviar-delivery-link a:hover {
        -webkit-animation: textRainbow 2s infinite;
                animation: textRainbow 2s infinite; }
  .delivery-modal .delivery-gifs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .delivery-modal .delivery-gifs .img-wrapper {
      text-align: center;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }

.menu-modal {
  background: url("assets/bg/shapes.gif") #00f;
  background-repeat: repeat; }
  .menu-modal .menu-wrapper {
    padding: 0 10px;
    width: 100%;
    max-width: 1000px;
    margin: 35px auto 80px auto; }
    @media only screen and (min-width: 768px) {
      .menu-modal .menu-wrapper {
        padding: 0 20px; } }
  .menu-modal .header-title.menu-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font: bold 50px Verdana, Geneva, sans-serif;
    letter-spacing: 10px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.4); }
    @media only screen and (min-width: 768px) {
      .menu-modal .header-title.menu-title {
        -webkit-transform: scalex(1.5);
            -ms-transform: scalex(1.5);
                transform: scalex(1.5);
        text-align: center;
        font: bold 80px Verdana, Geneva, sans-serif;
        letter-spacing: 20px;
        width: 380px;
        padding: 0; } }
    .menu-modal .header-title.menu-title .letter-1 {
      color: #ffc896; }
    .menu-modal .header-title.menu-title .letter-2 {
      color: #c8ff96; }
    .menu-modal .header-title.menu-title .letter-3 {
      color: #c896ff; }
    .menu-modal .header-title.menu-title .letter-4 {
      color: #ff5050; }
  .menu-modal .menu-pages-wrapper {
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .menu-modal .menu-page {
    border: 5px ridge coral;
    display: block;
    margin: 20px auto 50px auto; }
  .menu-modal .menu-page.horizontal {
    width: 100%; }
  .menu-modal .menu-page.vertical {
    width: 100%; }
