@charset "UTF-8";
/*
Theme Name:			Never Grow Up
Theme URI:			https://papiquesoclt.com/
Description:		A WordPress theme for Papi Queso’s website.
Version:			1.0.0
Author:				The Plaid Penguin
Author URI:			https://theplaidpenguin.com/
*/
html {
  margin: 0 !important; }

#wpadminbar {
  opacity: 0.5; }

html, body {
  height: 100%;
  background: #FAD508; }

html {
  scroll-behavior: smooth; }

body {
  background: #fff;
  color: #000 !important;
  cursor: default;
  font: 400 12px/2em "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility; }
  @media print {
    body {
      color: #000; } }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.visually-hidden {
  display: none; }

svg {
  fill: currentColor;
  height: 1em;
  width: 1em; }

a {
  color: inherit;
  cursor: pointer;
  transition: color 0.15s linear, opacity 0.15s linear; }
  a:focus, a:hover {
    opacity: 1;
    text-decoration: none; }

button {
  cursor: pointer; }

ul, ol {
  padding-left: 1.25em; }

canvas {
  background: transparent;
  border: 0;
  display: block;
  outline: none; }

img {
  border: 0;
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: auto;
  -ms-interpolation-mode: bicubic; }

blockquote {
  border-left: 5px solid currentColor;
  margin-left: 0;
  padding-left: 20px; }

hr {
  border: 0;
  border-top: 1px solid currentColor;
  margin: 40px 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;
  font-weight: 900 !important; }

h1 {
  font-size: 36px;
  line-height: normal; }
  @media (min-width: 1025px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-size: 32px;
  line-height: normal;
  font-weight: 900; }
  @media (min-width: 1025px) {
    h2 {
      font-size: 48px; } }

h3 {
  font-size: 24px;
  line-height: normal;
  font-weight: 900; }
  @media (min-width: 1025px) {
    h3 {
      font-size: 36px; } }

h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  color: #000; }

h5, h6 {
  font-size: 12px;
  font-weight: 900;
  line-height: normal; }

p {
  margin-bottom: 30px;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 27px;
  font-weight: 900; }

.row {
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 90%; }
  @media print {
    .row {
      width: 100%; } }
  .row:after {
    clear: both;
    content: ' ';
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden; }

.svg {
  fill: currentColor;
  height: 20px;
  width: 20px; }
  .svg-icon-arrow-right {
    height: 20px;
    width: 40px; }
  .svg-icon-circle-chevron-right {
    height: 40px;
    width: 40px; }
  .svg-plaid-penguin-icon {
    height: 48px;
    width: 48px; }
  .svg-plaid-penguin-logo {
    height: 50px;
    width: 25px; }

@keyframes bounce {
  from,
	20%,
	53%,
	80%,
	to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,
	43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from,
	50%,
	to {
    opacity: 1; }
  25%,
	75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from,
	to {
    transform: translate3d(0, 0, 0); }
  10%,
	30%,
	50%,
	70%,
	90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
	40%,
	60%,
	80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%,
	20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
	50%,
	70%,
	90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
	60%,
	80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: translate3d(0, 0, 0); } }
.wobble {
  animation-name: wobble; }

@keyframes jello {
  from,
	11.1%,
	to {
    transform: translate3d(0, 0, 0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes heartBeat {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out; }

@keyframes bounceIn {
  from,
	20%,
	40%,
	60%,
	80%,
	to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from,
	60%,
	75%,
	90%,
	to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from,
	60%,
	75%,
	90%,
	to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from,
	60%,
	75%,
	90%,
	to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from,
	60%,
	75%,
	90%,
	to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
	55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
	45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
	45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in; } }
.animated.flip {
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translate3d(0, 0, 0); } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,
	60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%,
	80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-duration: 2s;
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.rollIn {
  animation-name: rollIn; }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.delay-1s {
    animation-delay: 1s; }
  .animated.delay-2s {
    animation-delay: 2s; }
  .animated.delay-3s {
    animation-delay: 3s; }
  .animated.delay-4s {
    animation-delay: 4s; }
  .animated.delay-5s {
    animation-delay: 5s; }
  .animated.fast {
    animation-duration: 800ms; }
  .animated.faster {
    animation-duration: 500ms; }
  .animated.slow {
    animation-duration: 2s; }
  .animated.slower {
    animation-duration: 3s; }
  @media (print), (prefers-reduced-motion) {
    .animated {
      animation: unset !important;
      transition: none !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  box-sizing: border-box;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 26px;
  width: 80px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  opacity: 1;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    outline: none;
    opacity: 0.2;
    cursor: default; }

.slick-prev {
  right: 0px;
  background: url(../img/prev-arrow.png) no-repeat 0 0;
  background-size: 80px 26px;
  width: 80px;
  height: 26px;
  overflow: hidden; }

.slick-next {
  right: 100px;
  background: url(../img/next-arrow.png) no-repeat 0 0;
  background-size: 80px 26px;
  width: 80px;
  height: 26px;
  overflow: hidden; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 10px; }

.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: absolute;
  bottom: -50px;
  left: 0;
  height: 40px;
  z-index: 10;
  width: auto;
  padding: 0; }
  .slick-dots li {
    display: inline-flex;
    margin: 0 5px; }
    .slick-dots li.slick-active a:after, .slick-dots li.slick-active a:link:after, .slick-dots li.slick-active a:visited:after {
      opacity: 1; }
    .slick-dots li a, .slick-dots li a:link, .slick-dots li a:visited {
      font-size: 30px;
      line-height: 30px;
      display: inline-block;
      font-weight: 900;
      padding: 5px;
      cursor: pointer;
      color: #FF5440;
      border: 0;
      outline: none;
      position: relative;
      font-family: "Muli", sans-serif;
      background: transparent; }
      .slick-dots li a:after, .slick-dots li a:link:after, .slick-dots li a:visited:after {
        display: block;
        opacity: 0;
        content: "";
        width: 100%;
        height: 5px;
        background: #FAD508;
        position: absolute;
        bottom: -5px;
        left: 0; }

@media screen and (max-width: 768px) {
  .slick-dots {
    margin: 0 auto;
    position: relative;
    bottom: -10px; } }
.slick-prev,
.slick-next {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.2s linear;
  user-select: none;
  z-index: 1; }
  .slick-prev .svg,
  .slick-next .svg {
    display: block;
    margin-bottom: 2px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #FF5440; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
    pointer-events: none; }

.slick-prev {
  left: -100px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -100px; }

.slick-next {
  right: -100px; }
  [dir="rtl"] .slick-next {
    left: -100px;
    right: auto; }

.button, .button-white {
  font-size: 12px;
  font-weight: 900;
  line-height: 38px !important;
  text-transform: uppercase;
  padding: 0 20px;
  display: block;
  text-decoration: none; }
  .button.w-button, .w-button.button-white {
    padding: 0 20px;
    font-size: 12px;
    font-weight: 900;
    line-height: 38px !important;
    text-transform: uppercase; }
  .button:hover, .button-white:hover {
    color: #fff;
    opacity: 1; }
  @media print {
    .button, .button-white {
      color: #000 !important; } }
  .button.large, .large.button-white {
    font-size: 26px;
    min-width: 250px; }
  .button.gform_button, .gform_button.button-white {
    background-color: #FF5440;
    border-color: #FF5440;
    color: #fff;
    cursor: pointer;
    padding: 20px;
    transition: color 0.15s linear, opacity 0.15s linear; }
    .button.gform_button:before, .gform_button.button-white:before {
      display: none; }
    .button.gform_button:focus, .gform_button.button-white:focus, .button.gform_button:hover, .gform_button.button-white:hover {
      opacity: 0.5;
      text-decoration: none; }

.button-white {
  border-color: #fff;
  color: #fff; }
  .button-white:hover {
    color: #193158; }
  .button-white:before {
    background: #fff; }

footer.footer {
  height: auto !important;
  background: #7E3E97;
  color: #fff;
  padding: 50px 0; }
  footer.footer a {
    text-decoration: none; }
    footer.footer a:hover {
      text-decoration: underline; }
  @media print {
    footer.footer {
      background: #fff;
      color: #000; } }
  @media (min-width: 1025px) {
    footer.footer {
      margin-left: 0;
      padding: 75px 0; } }
  footer.footer .footer-container {
    padding: 0 !important;
    min-height: auto;
    max-width: 900px; }
    footer.footer .footer-container .footer-logo-block a, footer.footer .footer-container .footer-logo-block a:link, footer.footer .footer-container .footer-logo-block a:visited {
      display: block;
      background: url(assets/images/papi-queso-logo.gif) no-repeat center center;
      width: 180px;
      height: 100px;
      background-size: auto 100%;
      text-indent: -5000px;
      text-decoration: none; }
      footer.footer .footer-container .footer-logo-block a:hover, footer.footer .footer-container .footer-logo-block a:link:hover, footer.footer .footer-container .footer-logo-block a:visited:hover {
        text-decoration: none; }
    footer.footer .footer-container .footer-header {
      margin: 0 0 25px; }
    footer.footer .footer-container .footer-text {
      margin: 0; }
      footer.footer .footer-container .footer-text .footer-link {
        display: block;
        clear: both;
        color: #FAD508; }
    footer.footer .footer-container .footer-social-links {
      width: auto;
      justify-content: flex-start;
      margin-bottom: 25px;
      margin-top: 0;
      padding: 5px 0 0; }
      footer.footer .footer-container .footer-social-links a, footer.footer .footer-container .footer-social-links a:link, footer.footer .footer-container .footer-social-links a:visited {
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 20px 0 0;
        text-indent: -50000px; }
        footer.footer .footer-container .footer-social-links a:hover, footer.footer .footer-container .footer-social-links a:link:hover, footer.footer .footer-container .footer-social-links a:visited:hover {
          opacity: 1 !important; }
        footer.footer .footer-container .footer-social-links a.fb-link, footer.footer .footer-container .footer-social-links a:link.fb-link, footer.footer .footer-container .footer-social-links a:visited.fb-link {
          background: url(assets/images/Facebook-red@2x.png) no-repeat center center!important;
          background-size: auto 100%; }
          footer.footer .footer-container .footer-social-links a.fb-link:hover, footer.footer .footer-container .footer-social-links a:link.fb-link:hover, footer.footer .footer-container .footer-social-links a:visited.fb-link:hover {
            background: url(assets/images/FacebookHover@2x.png) no-repeat center center;
            background-size: auto 100%; }
        footer.footer .footer-container .footer-social-links a.ig-link, footer.footer .footer-container .footer-social-links a:link.ig-link, footer.footer .footer-container .footer-social-links a:visited.ig-link {
          background: url(assets/images/Instagram-red@2x.png) no-repeat center center;
          background-size: auto 100%; }
          footer.footer .footer-container .footer-social-links a.ig-link:hover, footer.footer .footer-container .footer-social-links a:link.ig-link:hover, footer.footer .footer-container .footer-social-links a:visited.ig-link:hover {
            background: url(assets/images/InstagramHover@2x.png) no-repeat center center;
            background-size: auto 100%; }
        footer.footer .footer-container .footer-social-links a.footer-social-tag, footer.footer .footer-container .footer-social-links a:link.footer-social-tag, footer.footer .footer-container .footer-social-links a:visited.footer-social-tag {
          width: auto;
          height: auto;
          text-indent: 0;
          margin: 0;
          font-size: 22px; }
          footer.footer .footer-container .footer-social-links a.footer-social-tag:hover, footer.footer .footer-container .footer-social-links a:link.footer-social-tag:hover, footer.footer .footer-container .footer-social-links a:visited.footer-social-tag:hover {
            text-decoration: none;
            color: #FAD508; }

.gfield_label {
  display: none !important; }

.gfield input,
.gfield textarea {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #484848 !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 20px !important;
  resize: none;
  font-size: 14px; }

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000 !important; }

.gform_footer {
  text-align: right; }

header.header {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100vw;
  height: 165px;
  background: transparent;
  overflow-x: hidden; }
  header.header:before {
    content: '';
    display: block;
    width: 100%;
    height: 165px;
    background: #FAD508;
    top: 0px;
    left: 0;
    position: absolute;
    z-index: 1; }
  header.header .container {
    height: 100%;
    max-height: 200px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2; }
  header.header h1 {
    display: inline-block;
    margin: 0;
    padding: 25px 0;
    text-align: center;
    width: 100px; }
    @media (min-width: 1025px) {
      header.header h1 {
        left: 0;
        padding: 0;
        position: absolute;
        top: 120px; } }
  header.header a.logo, header.header a.logo:link, header.header a.logo:visited {
    display: block;
    width: 346px;
    height: 88px;
    background: url(assets/images/papi_logo_header.png) no-repeat 0 0;
    background-size: 100% auto;
    text-indent: -50000px; }
    @media (max-width: 991px) {
      header.header a.logo, header.header a.logo:link, header.header a.logo:visited {
        margin: -10px 0 0 20px; } }
    @media (max-width: 699px) {
      header.header a.logo, header.header a.logo:link, header.header a.logo:visited {
        margin: 20px 0 0; } }
  @media (max-width: 699px) {
    header.header {
      position: relative;
      height: 120px; }
      header.header .container {
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: nowrap; }
      header.header a.logo, header.header a.logo:link, header.header a.logo:visited {
        width: 50%; }
      header.header nav div ul li a, header.header nav div ul li a:link, header.header nav div ul li a:visited {
        line-height: 40px; } }

.no-js .header button {
  display: none !important; }

.svg-drips {
  display: block;
  fill: #FAD508;
  position: absolute;
  height: 172.8px;
  width: 100%;
  top: 200px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-filter: url("#goo");
  filter: url("#goo"); }

#drp50 {
  /*   display: none; */ }

#drp55a {
  display: none; }

body.show-menu .main {
  pointer-events: none;
  user-select: none; }

.home-sticky-image-block {
  max-width: 530px; }

.container {
  max-width: 1020px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: block; }

.page-content {
  background: #fff;
  position: relative; }

.menu-list {
  margin: 100px 0; }
  .menu-list a, .menu-list a:link, .menu-list a:visited {
    margin: 0 0 50px;
    display: block;
    text-decoration: none; }
    .menu-list a span, .menu-list a:link span, .menu-list a:visited span {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .menu-list a:hover span.yellow-btn.button.w-button, .menu-list a:hover span.yellow-btn.w-button.button-white, .menu-list a:link:hover span.yellow-btn.button.w-button, .menu-list a:link:hover span.yellow-btn.w-button.button-white, .menu-list a:visited:hover span.yellow-btn.button.w-button, .menu-list a:visited:hover span.yellow-btn.w-button.button-white {
      background: #FF5440;
      color: #FAD508;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .menu-list a h3, .menu-list a:link h3, .menu-list a:visited h3 {
      font-size: 110px;
      font-family: "Muli", sans-serif;
      font-weight: 900;
      line-height: 100px;
      margin: 0 0 20px; }

body.menu-template-default .menu-item-title-purple {
  max-width: 70%;
  margin-top: 0; }
body.menu-template-default .menu-item-price-tag {
  top: 42%; }
  body.menu-template-default .menu-item-price-tag .text-block {
    display: flex; }
    body.menu-template-default .menu-item-price-tag .text-block span {
      font-size: 21px;
      line-height: 60px; }
body.menu-template-default .menu-item-next-header {
  line-height: 120px; }
body.menu-template-default .menu-item-ingredients-header {
  width: 100%; }
body.menu-template-default .menu-item-ingredients-block {
  background: none;
  justify-content: space-between;
  align-items: center; }
  body.menu-template-default .menu-item-ingredients-block .animated_cheese {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 100%;
    margin-top: 50px; }
    body.menu-template-default .menu-item-ingredients-block .animated_cheese img {
      height: 325px; }
  body.menu-template-default .menu-item-ingredients-block .menu-item-ingredients-box {
    justify-content: space-evenly; }
    body.menu-template-default .menu-item-ingredients-block .menu-item-ingredients-box .menu-item-ingredient-box {
      max-width: 220px;
      margin: 0; }
      body.menu-template-default .menu-item-ingredients-block .menu-item-ingredients-box .menu-item-ingredient-box img {
        width: 100%;
        height: auto;
        max-height: 220px; }
body.menu-template-default .menu-item-next-button-block {
  width: 400px; }
  body.menu-template-default .menu-item-next-button-block a, body.menu-template-default .menu-item-next-button-block a:link, body.menu-template-default .menu-item-next-button-block a:visited {
    margin: 0;
    position: relative;
    font-family: Muli, sans-serif;
    color: #FF5440;
    font-size: 22px;
    line-height: 42px;
    font-weight: 800;
    text-decoration: none;
    display: block; }
    body.menu-template-default .menu-item-next-button-block a img, body.menu-template-default .menu-item-next-button-block a:link img, body.menu-template-default .menu-item-next-button-block a:visited img {
      margin: 0 0 0 20px;
      max-width: 70px; }
body.menu-template-default .menu-item-image-wrap {
  position: relative;
  width: 700px;
  height: 560px; }
  body.menu-template-default .menu-item-image-wrap > img {
    position: absolute;
    top: 0;
    left: 0; }
    body.menu-template-default .menu-item-image-wrap > img.menu-item-gif {
      width: auto;
      margin: 0 auto;
      height: auto;
      max-height: 100%;
      display: block; }
body.menu-template-default .menu-item-desc-header-box {
  top: 150px;
  margin-left: 50px; }
  body.menu-template-default .menu-item-desc-header-box h3 {
    line-height: 50px; }
body.menu-template-default .menu-item-sides {
  margin-top: 70px; }
  body.menu-template-default .menu-item-sides .menu-item-sides-block {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: flex-start; }
    body.menu-template-default .menu-item-sides .menu-item-sides-block .menu-item-sides-header {
      position: relative;
      width: 54%;
      margin-right: 0px;
      font-family: Muli, sans-serif;
      color: #FF5440;
      font-size: 48px;
      line-height: 60px;
      margin: 0;
      padding: 0 164px 0 0; }
    body.menu-template-default .menu-item-sides .menu-item-sides-block p {
      width: 410px; }
body.menu-template-default a.yellow-btn.menu-item-sides-btn.has-sides, body.menu-template-default a.yellow-btn.menu-item-sides-btn.has-sides:link, body.menu-template-default a.yellow-btn.menu-item-sides-btn.has-sides:visited {
  font-size: 22px;
  line-height: 30px;
  height: auto; }
body.menu-template-default .menu-item-sides-block p a {
  margin-top: 30px; }

body.postid-420 .menu-item-intro, body.postid-427 .menu-item-intro, body.postid-428 .menu-item-intro, body.postid-429 .menu-item-intro {
  height: auto;
  min-height: 100vh; }
body.postid-420 .menu-item-next-button-block, body.postid-427 .menu-item-next-button-block, body.postid-428 .menu-item-next-button-block, body.postid-429 .menu-item-next-button-block {
  width: 215px; }
body.postid-420 .menu-item-sides .menu-item-sides-block .menu-item-sides-header, body.postid-427 .menu-item-sides .menu-item-sides-block .menu-item-sides-header, body.postid-428 .menu-item-sides .menu-item-sides-block .menu-item-sides-header, body.postid-429 .menu-item-sides .menu-item-sides-block .menu-item-sides-header {
  width: 75%; }
body.postid-420 .menu-item-intro .home-container, body.postid-427 .menu-item-intro .home-container, body.postid-428 .menu-item-intro .home-container, body.postid-429 .menu-item-intro .home-container {
  max-height: 100%;
  background: url(http://papiqueso.plaidpenguin.com/wp-content/uploads/2020/01/PQ_PAPI_CIRCLE.gif) right 25% no-repeat;
  background-size: 184px auto; }

.about-intro-block {
  align-items: flex-start; }

.about-shelley-brian img {
  border: 10px solid #FAD508; }

.about-four-cheese-block {
  max-width: 75%; }
  .about-four-cheese-block .about-cheese-man-box {
    min-height: 300px !important;
    margin: 25px 0 !important; }
    .about-four-cheese-block .about-cheese-man-box img {
      max-height: 250px;
      width: auto; }

.heading,
.about-cheese-block-header {
  font-weight: 900;
  margin: 0 0 30px; }

.page-content .visit-intro {
  margin-top: 100px; }
.page-content .visit-intro-block {
  justify-content: space-between;
  align-items: flex-start; }
  .page-content .visit-intro-block .visit-intro-heading {
    margin: 0 0 20px;
    font-size: 80px;
    line-height: 80px; }
  .page-content .visit-intro-block .visit-intro-box-right {
    width: 45%; }
    .page-content .visit-intro-block .visit-intro-box-right .visit-intro-text {
      font-size: 15px;
      line-height: 27px;
      text-align: justify; }
  .page-content .visit-intro-block .visit-intro-hours {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .page-content .visit-intro-block .visit-intro-hours span {
      display: block;
      width: 70%; }
      .page-content .visit-intro-block .visit-intro-hours span:first-child {
        width: 30%; }
.page-content .visit-gallery-header {
  color: #5eb0e3; }
.page-content .image-10 {
  max-width: 100px; }
.page-content .visit-gallery .carousel {
  width: 500px;
  height: 300px; }
.page-content h1.visit-gallery-header {
  width: 440px; }
.page-content .about-intro {
  margin-top: 100px; }
.page-content .about-content-block {
  align-items: flex-start; }
  .page-content .about-content-block .about-content-box-right {
    text-align: justify; }
.page-content .about-intro-box-left {
  text-align: justify; }
.page-content .about-intro-box-right .image-9 {
  margin: 0; }
.page-content .about-content-box-left {
  margin-top: -50px; }
  .page-content .about-content-box-left img {
    max-width: 200px; }
.page-content .menu-intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px; }
  .page-content .menu-intro h1 {
    max-width: 50%;
    margin: 0; }
  .page-content .menu-intro .menu-intro-copy {
    width: 50%; }
    .page-content .menu-intro .menu-intro-copy p.paragraph {
      width: 100%; }
.page-content .menu-item-intro {
  margin-top: 100px; }
  .page-content .menu-item-intro .home-container {
    max-height: 820px; }
.page-content .menu-item-details {
  margin-top: 0px; }
.page-content .menu-item-details-block {
  background: url(http://papiqueso.plaidpenguin.com/wp-content/uploads/2020/01/PQ_CHEDDAR.gif) no-repeat right center;
  background-size: 250px auto;
  min-height: 300px; }
  .page-content .menu-item-details-block .menu-item-paragraph p {
    text-align: justify; }
.page-content .menu-item-ingredient-box-desc {
  min-height: 60px;
  line-height: 20px; }

body.page-id-604 h3.color-tomato {
  float: none;
  height: auto;
  min-height: 100px;
  margin: 0 0 50px; }
body.page-id-604 p {
  clear: both; }
body.page-id-604 a.yellow-btn.button.btn, body.page-id-604 a.yellow-btn.btn.button-white {
  max-width: 200px;
  margin: 0; }
body.page-id-604 .home-container {
  padding: 100px 0;
  background: url(http://papiqueso.plaidpenguin.com/wp-content/uploads/2020/01/PQ_PAPI_CIRCLE.gif) right 25% no-repeat;
  background-size: 184px auto; }

header.header .container,
.page-content {
  padding: 0 20px; }

button, html input[type="button"], input[type="reset"], input[type="button"], input[type="text"] {
  -webkit-appearance: none !important;
  border-radius: 0 !important; }

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .page-content .about-shelley-brian-block {
    justify-content: space-between; }
    .page-content .about-shelley-brian-block .about-brian-text-block {
      right: -5%; }
  .page-content .about-content-box-left {
    margin-top: 0; }
  .page-content .visit-gallery {
    margin: 50px auto !important;
    width: 100%; }
    .page-content .visit-gallery .carousel {
      width: 100%;
      height: auto; }
      .page-content .visit-gallery .carousel img {
        width: 100%;
        height: auto; }
  .page-content h1.visit-gallery-header {
    width: 100%;
    text-align: center; }
  .page-content .visit-intro-block .visit-intro-box-right {
    width: 100%; }
  .page-content .menu-item-intro {
    height: 100% !important; }
  .page-content .menu-item-image {
    width: 65%;
    top: 0;
    height: auto; }
  .page-content .menu-item-desc-header-box {
    width: 25%; }
  .page-content .menu-item-desc-header {
    width: 100%;
    margin-top: 0;
    margin: 175px 0 0; }
  .page-content .menu-item-details-block {
    background-size: 180px auto; }

  body.menu-template-default .menu-item-price-tag {
    top: 25%;
    left: 75%; }

  body.menu-template-default .menu-item-ingredients-block .animated_cheese {
    margin: 0; }

  body.menu-template-default .menu-item-ingredients-box {
    width: 50%; }

  body.menu-template-default .menu-item-ingredients-block .menu-item-ingredients-box .menu-item-ingredient-box img {
    width: 75%; }

  body.menu-template-default .menu-item-sides .menu-item-sides-block .menu-item-sides-header {
    width: 100%;
    padding: 0; }

  body.postid-420 .menu-item-image, body.postid-427 .menu-item-image, body.postid-428 .menu-item-image, body.postid-429 .menu-item-image {
    height: auto; }

  body.postid-420 .menu-item-intro .home-container, body.postid-427 .menu-item-intro .home-container, body.postid-428 .menu-item-intro .home-container, body.postid-429 .menu-item-intro .home-container {
    background: none; }

  body.postid-420 .menu-item-intro, body.postid-427 .menu-item-intro, body.postid-428 .menu-item-intro, body.postid-429 .menu-item-intro {
    min-height: 100%; }

  body.menu-template-default .menu-item-sides {
    margin-top: 50px;
    margin-bottom: 50px; }

  body.menu-template-default .menu-item-ingredients-block .animated_cheese {
    width: 100%;
    height: 100%;
    margin-top: 25px; }
    body.menu-template-default .menu-item-ingredients-block .animated_cheese img {
      height: auto; }

  body.menu-template-default .menu-item-title-purple {
    max-width: 100%;
    margin: 0 0 20px;
    width: 100%; }

  .menu-item-details-box {
    min-height: 100% !important; }

  body.menu-template-default .menu-item-next-header {
    margin: 0 0 25px; }

  body.menu-template-default .menu-item-next-button-block {
    width: 100%; }

  body.menu-template-default .menu-item-next-button-block a, body.menu-template-default .menu-item-next-button-block a:link, body.menu-template-default .menu-item-next-button-block a:visited {
    margin: 0 auto; }

  body.menu-template-default .menu-item-sides .menu-item-sides-block .menu-item-sides-header {
    width: 100%;
    padding: 0;
    line-height: 50px;
    text-align: center;
    margin: 0 0 20px; }

  body.menu-template-default .menu-item-sides .menu-item-sides-block p {
    width: 100%;
    text-align: center; }

  body.menu-template-default .menu-item-sides-block p a {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    display: block; } }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .home-intro {
    height: 70vh !important; }

  .about-intro-box-left h3 {
    text-align: left !important; } }
@media (min-width: 1025px) {
  header.header .container,
  .page-content {
    padding: 0; } }
@media (max-width: 699px) {
  button, html input[type="button"], input[type="reset"] {
    -webkit-appearance: none !important; }

  .page-content .visit-intro-block .visit-intro-heading {
    font-size: 32px;
    line-height: 35px; }
  .page-content .visit-intro-block .visit-intro-box-right .visit-intro-text {
    text-align: center; }
  .page-content .heading, .page-content .about-cheese-block-header {
    text-align: center; }
  .page-content .about-content-box-left {
    margin-top: 0;
    margin-bottom: 70px; }
  .page-content .about-content-block {
    align-items: flex-start; }
    .page-content .about-content-block .about-content-box-right {
      text-align: center; }
  .page-content .about-intro-box-left {
    text-align: center; }
  .page-content .about-intro-box-right {
    display: block; }
  .page-content .about-intro-box-right .image-9 {
    margin: 20px 0;
    height: auto !important; }
  .page-content .about-shelley-text-block, .page-content .about-brian-text-block {
    margin: 25px 0 0 !important;
    text-align: center; }
  .page-content .about-brian-box {
    margin-top: 0 !important; }
  .page-content .about-bread-cheese-sandwich {
    margin-top: 0 !important; }
  .page-content .container {
    max-width: 90%; }
  .page-content .menu-list a h3, .page-content .menu-list a:link h3, .page-content .menu-list a:visited h3 {
    font-size: 58px;
    line-height: 58px;
    text-align: center; }
  .page-content .menu-list a span, .page-content .menu-list a:link span, .page-content .menu-list a:visited span {
    display: block;
    margin: 0 auto;
    max-width: 200px; }
  .page-content .menu-list {
    margin: 25px 0; }
  .page-content .menu-intro {
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .page-content .menu-intro h1 {
      max-width: 100%;
      margin: 0 0 20px; }
    .page-content .menu-intro .menu-intro-copy {
      width: 100%; }
  .page-content .menu-item-ingredients,
  .page-content .menu-item-details {
    margin-top: 25px;
    margin-bottom: 25px; }
  .page-content .menu-item-details-block {
    background: none;
    min-height: auto; }
    .page-content .menu-item-details-block .menu-item-paragraph p {
      text-align: center; }
  .page-content .visit-intro {
    margin-top: 100px !important; }
  .page-content .visit-intro-block .visit-intro-box-right {
    width: 100%; }
    .page-content .visit-intro-block .visit-intro-box-right p {
      text-align: center; }
  .page-content .visit-gallery-box-bottom {
    margin-top: 0; }
  .page-content .visit-intro-block .visit-intro-hours {
    flex-direction: row; }
    .page-content .visit-intro-block .visit-intro-hours span {
      width: 50%;
      text-align: left; }
      .page-content .visit-intro-block .visit-intro-hours span:first-child {
        width: 50%; }
  .page-content h1.visit-gallery-header {
    width: 100%; }
  .page-content .visit-gallery {
    margin: 50px auto !important;
    width: 100%; }
    .page-content .visit-gallery .carousel {
      width: 100%;
      height: auto; }
      .page-content .visit-gallery .carousel img {
        width: 100%;
        height: auto; }

  body.postid-420 .menu-item-image, body.postid-427 .menu-item-image, body.postid-428 .menu-item-image, body.postid-429 .menu-item-image {
    height: auto; }

  body.postid-420 .menu-item-intro .home-container, body.postid-427 .menu-item-intro .home-container, body.postid-428 .menu-item-intro .home-container, body.postid-429 .menu-item-intro .home-container {
    background: none; }

  body.postid-420 .menu-item-intro, body.postid-427 .menu-item-intro, body.postid-428 .menu-item-intro, body.postid-429 .menu-item-intro {
    min-height: 100%; }

  body.menu-template-default .menu-item-sides {
    margin-top: 50px;
    margin-bottom: 50px; }

  body.menu-template-default .menu-item-ingredients-block .animated_cheese {
    width: 100%;
    height: 100%;
    margin-top: 25px; }
    body.menu-template-default .menu-item-ingredients-block .animated_cheese img {
      height: auto; }

  body.menu-template-default .menu-item-title-purple {
    max-width: 100%;
    margin: 0 0 20px;
    width: 100%; }

  .menu-item-details-box {
    min-height: 100% !important; }

  body.menu-template-default .menu-item-next-header {
    line-height: 50px;
    margin: 0 0 25px; }

  body.menu-template-default .menu-item-next-button-block {
    width: 100%; }

  body.menu-template-default .menu-item-next-button-block a, body.menu-template-default .menu-item-next-button-block a:link, body.menu-template-default .menu-item-next-button-block a:visited {
    margin: 0 auto; }

  body.menu-template-default .menu-item-sides .menu-item-sides-block .menu-item-sides-header {
    width: 100%;
    padding: 0;
    line-height: 50px;
    text-align: center;
    margin: 0 0 20px; }

  body.menu-template-default .menu-item-sides .menu-item-sides-block p {
    width: 100%;
    text-align: center; }

  body.menu-template-default .menu-item-sides-block p a {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    display: block; } }
nav {
  text-align: center;
  position: relative;
  min-width: 300px; }
  nav div {
    display: block;
    width: 100%;
    height: 100%; }
    nav div ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      position: relative;
      flex-wrap: wrap; }
      nav div ul li {
        width: 33.33%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
        nav div ul li a, nav div ul li a:link, nav div ul li a:visited {
          font-family: "Muli", sans-serif;
          display: block;
          font-weight: 900;
          width: 100%;
          line-height: 100%;
          vertical-align: middle;
          font-size: 20px;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          text-decoration: none;
          text-align: center;
          color: #FF5440;
          position: relative;
          cursor: pointer; }
          nav div ul li a:hover, nav div ul li a:link:hover, nav div ul li a:visited:hover {
            color: #FFF;
            opacity: 1;
            -webkit-transition: all 0.2s;
            transition: all 0.2s; }

.home-gallery-wrap .carousel {
  width: 640px;
  height: 380px; }

.papi-logo-circle {
  display: none; }

body.home .home-menu-block {
  background: url(assets/images/Home_2.jpg) left center no-repeat; }
body.home .h3-tomato {
  font-weight: 900;
  margin: 0 0 30px;
  line-height: 65px; }
body.home .papi-logo-circle {
  left: calc(50% + 540px);
  top: calc(50% - 150px);
  display: block; }
body.home .home-intro {
  margin: 100px 0 !important;
  max-height: 700px; }
  @media (max-width: 699px) {
    body.home .home-intro {
      margin: 100px 0 0 !important; } }
body.home .home-menu, body.home .home-joke, body.home .home-jack, body.home .home-gallery {
  margin: 100px 0 !important; }
  @media (max-width: 699px) {
    body.home .home-menu, body.home .home-joke, body.home .home-jack, body.home .home-gallery {
      margin: 50px 0 0 !important; } }
body.home .home-form {
  margin: 150px 0 100px !important; }
  body.home .home-form #response {
    font-size: 18px;
    font-weight: 900;
    color: #000;
    font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 24px;
    margin: -35px 0 0;
    float: left; }
  body.home .home-form #spirit-cheese {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    body.home .home-form #spirit-cheese h1.color-tomato {
      margin: 0;
      height: 240px;
      min-height: 240px; }
      body.home .home-form #spirit-cheese h1.color-tomato input {
        border: none;
        border-bottom: 6px solid #FF5440;
        max-width: 590px;
        color: #000;
        outline: none; }
        body.home .home-form #spirit-cheese h1.color-tomato input:active, body.home .home-form #spirit-cheese h1.color-tomato input:focus {
          outline: none; }
    body.home .home-form #spirit-cheese input#check {
      min-width: 180px;
      max-width: 180px;
      margin-right: 88px; }
      body.home .home-form #spirit-cheese input#check:active, body.home .home-form #spirit-cheese input#check:focus {
        outline: none; }
body.home .home-gallery-box-right .color-tomato {
  color: #5eb0e3; }
body.home .paragraph {
  font-size: 18px;
  line-height: 30px;
  font-weight: 900; }
body.home h1.color-blue {
  margin: 0 0 20px; }
@media screen and (max-width: 1024px) {
  body.home .papi-logo-circle {
    left: calc(50% + 350px); }
  body.home .h3-tomato {
    line-height: 40px;
    font-size: 32px;
    text-align: center; }
  body.home .home-gallery-wrap {
    margin: 0 auto;
    width: 55%; }
    body.home .home-gallery-wrap .carousel {
      width: 100%;
      height: auto; }
      body.home .home-gallery-wrap .carousel img {
        width: 100%;
        height: auto; }
  body.home .home-form #spirit-cheese h1.color-tomato input {
    max-width: 460px; } }
@media screen and (max-width: 768px) {
  body.home .page-content .home-intro {
    height: 70vh; }
  body.home .home-gallery-block {
    flex-direction: column-reverse !important; }
    body.home .home-gallery-block .home-gallery-box-right {
      margin: 0 0 30px;
      text-align: center; }
  body.home .home-gallery-wrap {
    margin: 0 auto;
    width: 90%; }
    body.home .home-gallery-wrap .carousel {
      width: 100%;
      height: auto; }
      body.home .home-gallery-wrap .carousel img {
        width: 100%;
        height: auto; }
  body.home .papi-logo-circle {
    left: calc(50% + 250px); } }
@media (max-width: 699px) {
  body.home .home-container-intro {
    align-items: flex-start; }
  body.home .home-menu-block {
    background-size: 100% auto;
    background-position: center top;
    min-height: 340px; }
  body.home .h3-tomato {
    line-height: 48px;
    margin: 15px 0;
    padding: 0 30px; }
  body.home .home-gallery-block {
    flex-direction: column-reverse; }
    body.home .home-gallery-block .home-gallery-box-right {
      margin-bottom: 20px; }
  body.home .home-form #spirit-cheese input#check {
    margin-right: auto;
    margin-left: auto;
    -webkit-appearance: none;
    border-radius: 0; }
  body.home .home-gallery-wrap {
    margin: 0 auto;
    width: 90%; }
    body.home .home-gallery-wrap .carousel {
      width: 100%;
      height: auto; }
      body.home .home-gallery-wrap .carousel img {
        width: 100%;
        height: auto; }
  body.home .home-form #spirit-cheese h1.color-tomato input {
    max-width: 85%; }
  body.home .home-form #spirit-cheese h1.color-tomato {
    height: 190px;
    min-height: 190px; }
  body.home .home-form #response {
    margin: 20px 0 0;
    float: none;
    text-align: center; } }

.paragraph {
  font-size: 18px;
  line-height: 30px;
  font-weight: 900; }

.content-text {
  display: block;
  overflow: hidden;
  padding: 50px 0; }
  @media (min-width: 1025px) {
    .content-text {
      padding: 100px 0; } }
  .content-text a {
    color: #FF5440;
    text-decoration: none; }
  .content-text h2,
  .content-text h3 {
    font-size: 40px;
    font-family: "Muli", sans-serif;
    line-height: 1.5em;
    margin: 0 0 25px 0;
    max-width: 400px;
    padding: 0 0 25px 0;
    position: relative;
    text-transform: uppercase; }
    .content-text h2:after,
    .content-text h3:after {
      background: #FF5440;
      bottom: 0;
      content: '';
      display: block;
      height: 4px;
      left: 0;
      position: absolute;
      transition: width 0.3s ease;
      width: 72px; }
  .content-text p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    max-width: 600px; }

.content-map + .content-text {
  padding-top: 0; }
