@import url(https://fonts.cdnfonts.com/css/highway-gothic);@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

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

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

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

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

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    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 {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-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);
  }
}

@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 {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-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);
  }
}

@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 {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-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);
  }
}

@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 {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-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);
  }
}

@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;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-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);
  }
}

@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 {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-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);
  }
}

@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 {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-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);
  }
}

@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 {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

@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 {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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 {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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 {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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 {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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 {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    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 {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-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);
  }
}

@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 {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-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);
  }
}

@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 {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-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);
  }
}

@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 {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    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);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    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 {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    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);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    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 {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-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;
  }
}

@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 {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-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;
  }
}

@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 {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-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);
  }
}

@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 {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-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;
  }
}

@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 {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-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;
  }
}

@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 {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-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;
  }
}

@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 {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-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;
  }
}

@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 {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-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;
  }
}

@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 {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

@-webkit-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);
  }
}

@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 {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-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;
  }
}

@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 {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-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;
  }
}

@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 {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

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

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

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/* ---------------------------------
 * 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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, th {
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0; }

body {
  background-color: transparent;
  width: 100%; }

article, aside, details, figcaption, figure, footer,
header, main, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td, th {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a {
  color: inherit; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

img, iframe {
  border-width: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

a img {
  border: 0; }

figure {
  margin: 0; }

/**
 * Screen reader text
 */
.screen-reader-text {
  display: none; }

/**
 * Hide date updated
 */
.updated:not(.published) {
  display: none; }

/* ---------------------------------
 * Background
 * --------------------------------- */
.background-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.background-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

/* ---------------------------------
 * Position
 * --------------------------------- */
.position__fixed {
  position: fixed; }
.position__relative {
  position: relative; }
.position__absolute {
  position: absolute; }
.position__static {
  position: static; }

/* ---------------------------------
 * Display
 * --------------------------------- */
.display__flex {
  display: flex; }
.display__block {
  display: block; }
.display__inline-block {
  display: inline-block; }
.display__none {
  display: none; }

/* ---------------------------------
 * Float
 * --------------------------------- */
.float__left {
  float: left; }
.float__right {
  float: right; }
.float__none {
  float: none; }

/* ---------------------------------
 * Flex
 * --------------------------------- */
.flex-wrap {
  flex-wrap: wrap; }

.flex-direction__row {
  flex-direction: row; }
.flex-direction__row-reverse {
  flex-direction: row-reverse; }
.flex-direction__column {
  flex-direction: column; }
.flex-direction__column-reverse {
  flex-direction: column-reverse; }

.justify__center {
  justify-content: center; }
.justify__around {
  justify-content: space-around; }
.justify__between {
  justify-content: space-between; }
.justify__start {
  justify-content: flex-start; }
.justify__end {
  justify-content: flex-end; }

/* ---------------------------------
 * Overflow
 * --------------------------------- */
.overflow__hidden {
  overflow: hidden; }
.overflow__auto {
  overflow: auto; }
.overflow__scroll {
  overflow: scroll; }

/* ---------------------------------
 * Z-index
 * --------------------------------- */
.z-index__1 {
  z-index: 1; }
.z-index__2 {
  z-index: 2; }
.z-index__3 {
  z-index: 3; }
.z-index__4 {
  z-index: 4; }
.z-index__5 {
  z-index: 5; }
.z-index__6 {
  z-index: 6; }
.z-index__7 {
  z-index: 7; }
.z-index__8 {
  z-index: 8; }
.z-index__9 {
  z-index: 9; }
.z-index__10 {
  z-index: 10; }

.margin__auto {
  margin: auto; }
.margin__0 {
  margin: 0; }
.margin__10 {
  margin: 10px; }
.margin__20 {
  margin: 20px; }
.margin__30 {
  margin: 30px; }
.margin__40 {
  margin: 40px; }
.margin__50 {
  margin: 50px; }
.margin__60 {
  margin: 60px; }
.margin__70 {
  margin: 70px; }
.margin__80 {
  margin: 80px; }
.margin__90 {
  margin: 90px; }
.margin__100 {
  margin: 100px; }

.margin-top__auto {
  margin: auto; }
.margin-top__0 {
  margin-top: 0; }
.margin-top__10 {
  margin-top: 10px; }
.margin-top__20 {
  margin-top: 20px; }
.margin-top__30 {
  margin-top: 30px; }
.margin-top__40 {
  margin-top: 40px; }
.margin-top__50 {
  margin-top: 50px; }
.margin-top__60 {
  margin-top: 60px; }
.margin-top__70 {
  margin-top: 70px; }
.margin-top__80 {
  margin-top: 80px; }
.margin-top__90 {
  margin-top: 90px; }
.margin-top__100 {
  margin-top: 100px; }

.margin-bottom__auto {
  margin-bottom: auto; }
.margin-bottom__0 {
  margin-bottom: 0; }
.margin-bottom__10 {
  margin-bottom: 10px; }
.margin-bottom__20 {
  margin-bottom: 20px; }
.margin-bottom__30 {
  margin-bottom: 30px; }
.margin-bottom__40 {
  margin-bottom: 40px; }
.margin-bottom__50 {
  margin-bottom: 50px; }
.margin-bottom__60 {
  margin-bottom: 60px; }
.margin-bottom__70 {
  margin-bottom: 70px; }
.margin-bottom__80 {
  margin-bottom: 80px; }
.margin-bottom__90 {
  margin-bottom: 90px; }
.margin-bottom__100 {
  margin-bottom: 100px; }

.margin-left__auto {
  margin-left: auto; }
.margin-left__0 {
  margin-left: 0; }
.margin-left__10 {
  margin-left: 10px; }
.margin-left__20 {
  margin-left: 20px; }
.margin-left__30 {
  margin-left: 30px; }
.margin-left__40 {
  margin-left: 40px; }
.margin-left__50 {
  margin-left: 50px; }
.margin-left__60 {
  margin-left: 60px; }
.margin-left__70 {
  margin-left: 70px; }
.margin-left__80 {
  margin-left: 80px; }
.margin-left__90 {
  margin-left: 90px; }
.margin-left__100 {
  margin-left: 100px; }

.margin-right__auto {
  margin-right: auto; }
.margin-right__0 {
  margin-right: 0; }
.margin-right__10 {
  margin-right: 10px; }
.margin-right__20 {
  margin-right: 20px; }
.margin-right__30 {
  margin-right: 30px; }
.margin-right__40 {
  margin-right: 40px; }
.margin-right__50 {
  margin-right: 50px; }
.margin-right__60 {
  margin-right: 60px; }
.margin-right__70 {
  margin-right: 70px; }
.margin-right__80 {
  margin-right: 80px; }
.margin-right__90 {
  margin-right: 90px; }
.margin-right__100 {
  margin-right: 100px; }

.padding__auto {
  padding: auto; }
.padding__0 {
  padding: 0; }
.padding__10 {
  padding: 10px; }
.padding__20 {
  padding: 20px; }
.padding__30 {
  padding: 30px; }
.padding__40 {
  padding: 40px; }
.padding__50 {
  padding: 50px; }
.padding__60 {
  padding: 60px; }
.padding__70 {
  padding: 70px; }
.padding__80 {
  padding: 80px; }
.padding__90 {
  padding: 90px; }
.padding__100 {
  padding: 100px; }

.padding-top__auto {
  padding: auto; }
.padding-top__0 {
  padding-top: 0; }
.padding-top__10 {
  padding-top: 10px; }
.padding-top__20 {
  padding-top: 20px; }
.padding-top__30 {
  padding-top: 30px; }
.padding-top__40 {
  padding-top: 40px; }
.padding-top__50 {
  padding-top: 50px; }
.padding-top__60 {
  padding-top: 60px; }
.padding-top__70 {
  padding-top: 70px; }
.padding-top__80 {
  padding-top: 80px; }
.padding-top__90 {
  padding-top: 90px; }
.padding-top__100 {
  padding-top: 100px; }

.padding-bottom__auto {
  padding-bottom: auto; }
.padding-bottom__0 {
  padding-bottom: 0; }
.padding-bottom__10 {
  padding-bottom: 10px; }
.padding-bottom__20 {
  padding-bottom: 20px; }
.padding-bottom__30 {
  padding-bottom: 30px; }
.padding-bottom__40 {
  padding-bottom: 40px; }
.padding-bottom__50 {
  padding-bottom: 50px; }
.padding-bottom__60 {
  padding-bottom: 60px; }
.padding-bottom__70 {
  padding-bottom: 70px; }
.padding-bottom__80 {
  padding-bottom: 80px; }
.padding-bottom__90 {
  padding-bottom: 90px; }
.padding-bottom__100 {
  padding-bottom: 100px; }

.padding-left__auto {
  padding-left: auto; }
.padding-left__0 {
  padding-left: 0; }
.padding-left__10 {
  padding-left: 10px; }
.padding-left__20 {
  padding-left: 20px; }
.padding-left__30 {
  padding-left: 30px; }
.padding-left__40 {
  padding-left: 40px; }
.padding-left__50 {
  padding-left: 50px; }
.padding-left__60 {
  padding-left: 60px; }
.padding-left__70 {
  padding-left: 70px; }
.padding-left__80 {
  padding-left: 80px; }
.padding-left__90 {
  padding-left: 90px; }
.padding-left__100 {
  padding-left: 100px; }

.padding-right__auto {
  padding-right: auto; }
.padding-right__0 {
  padding-right: 0; }
.padding-right__10 {
  padding-right: 10px; }
.padding-right__20 {
  padding-right: 20px; }
.padding-right__30 {
  padding-right: 30px; }
.padding-right__40 {
  padding-right: 40px; }
.padding-right__50 {
  padding-right: 50px; }
.padding-right__60 {
  padding-right: 60px; }
.padding-right__70 {
  padding-right: 70px; }
.padding-right__80 {
  padding-right: 80px; }
.padding-right__90 {
  padding-right: 90px; }
.padding-right__100 {
  padding-right: 100px; }

.top__auto {
  top: auto; }
.top__0 {
  top: 0; }
.top__10 {
  top: 10px; }
.top__20 {
  top: 20px; }
.top__30 {
  top: 30px; }
.top__40 {
  top: 40px; }
.top__50 {
  top: 50px; }
.top__60 {
  top: 60px; }
.top__70 {
  top: 70px; }
.top__80 {
  top: 80px; }
.top__90 {
  top: 90px; }
.top__100 {
  top: 100px; }

.bottom__auto {
  bottom: auto; }
.bottom__0 {
  bottom: 0; }
.bottom__10 {
  bottom: 10px; }
.bottom__20 {
  bottom: 20px; }
.bottom__30 {
  bottom: 30px; }
.bottom__40 {
  bottom: 40px; }
.bottom__50 {
  bottom: 50px; }
.bottom__60 {
  bottom: 60px; }
.bottom__70 {
  bottom: 70px; }
.bottom__80 {
  bottom: 80px; }
.bottom__90 {
  bottom: 90px; }
.bottom__100 {
  bottom: 100px; }

.left__auto {
  left: auto; }
.left__0 {
  left: 0; }
.left__10 {
  left: 10px; }
.left__20 {
  left: 20px; }
.left__30 {
  left: 30px; }
.left__40 {
  left: 40px; }
.left__50 {
  left: 50px; }
.left__60 {
  left: 60px; }
.left__70 {
  left: 70px; }
.left__80 {
  left: 80px; }
.left__90 {
  left: 90px; }
.left__100 {
  left: 100px; }

.right__auto {
  right: auto; }
.right__0 {
  right: 0; }
.right__10 {
  right: 10px; }
.right__20 {
  right: 20px; }
.right__30 {
  right: 30px; }
.right__40 {
  right: 40px; }
.right__50 {
  right: 50px; }
.right__60 {
  right: 60px; }
.right__70 {
  right: 70px; }
.right__80 {
  right: 80px; }
.right__90 {
  right: 90px; }
.right__100 {
  right: 100px; }

/* ---------------------------------
 * Alignment
 * --------------------------------- */
.text-align__left {
  text-align: left; }
.text-align__right {
  text-align: right; }
.text-align__center {
  text-align: center; }
.text-align__justify {
  text-align: justify; }

/* ---------------------------------
 * Case
 * --------------------------------- */
.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

/* ---------------------------------
 * Decoration
 * --------------------------------- */
.underline {
  text-decoration: underline; }

.no-decoration {
  text-decoration: none; }

/* ---------------------------------
 * Font Styles
 * --------------------------------- */
.italics {
  font-style: italic; }

.bold {
  font-weight: bold; }

/* ---------------------------------
 * Opacity
 * --------------------------------- */
.opacity__0 {
  opacity: 0; }
.opacity__25 {
  opacity: .25; }
.opacity__50 {
  opacity: .5; }
.opacity__75 {
  opacity: .75; }
.opacity__1 {
  opacity: 1; }

/* ---------------------------------
 * Other
 * --------------------------------- */
.cursor-pointer {
  cursor: pointer; }

/* ---------------------------------
 * Height
 * --------------------------------- */
.height__fullscreen {
  height: 100vh; }
.height__halfscreen {
  height: 50vh; }
.height__100 {
  height: 100%; }
.height__auto {
  height: auto; }

.min-height__fullscreen {
  min-height: 100vh; }
.min-height__halfscreen {
  min-height: 50vh; }
.min-height__100 {
  min-height: 100%; }

.max-height__fullscreen {
  max-height: 100vh; }
.max-height__halfscreen {
  max-height: 50vh; }
.max-height__100 {
  max-height: 100%; }

/* ---------------------------------
 * Width
 * --------------------------------- */
.width__fullscreen {
  width: 100vw; }
.width__halfscreen {
  width: 50vw; }
.width__100 {
  width: 100%; }
.width__auto {
  width: auto; }

.min-width__fullscreen {
  min-width: 100vw; }
.min-width__halfscreen {
  min-width: 50vw; }
.min-width__100 {
  min-width: 100%; }

.max-width__fullscreen {
  max-width: 100vw; }
.max-width__halfscreen {
  max-width: 50vw; }
.max-width__100 {
  max-width: 100%; }
/**
 * Theme Mixins
 */
/**
 * 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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, th {
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

body {
  background-color: transparent;
  width: 100%;
}

article, aside, details, figcaption, figure, footer,
header, main, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td, th {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a {
  color: inherit;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

img, iframe {
  border-width: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

/**
 * Screen reader text
 */
.screen-reader-text {
  display: none;
}

/**
 * Hide date updated
 */
.updated:not(.published) {
  display: none;
}

.font-body {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#cover {
  background: #000000;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  position: fixed;
  width: 100vw;
  z-index: 99999;
}
#cover svg {
  height: 100px;
  margin: auto;
}

.animated {
  display: none;
}

.age-gate h5 {
  font-size: 24px;
  line-height: 110%;
}
.age-gate .modalcontent {
  padding: 60px 40px;
}
.age-gate.hide {
  display: none;
}

#modal {
  background: rgba(70, 70, 70, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
#modal img {
  height: 40px;
  margin-bottom: 20px;
}

.modalcontent {
  background: #000;
  color: #fff;
  left: 50%;
  padding: 20px 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
}
.modalcontent #button {
  background: #376079;
  border-color: #376079;
  border-radius: 0px;
  color: white;
  cursor: pointer;
  font-family: "Highway Gothic", sans-serif;
  margin-top: 20px;
  padding: 7px 15px;
  transition: all 0.25s;
}
.modalcontent #button:hover {
  background: black;
  transition: all 0.25s;
}

@media screen and (max-width: 782px) {
  .age-gate .modalcontent {
    left: 5%;
    padding: 20px 40px;
    transform: translate(0, -50%);
    width: 90%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.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;
}

html {
  background: #FFFFFF;
  font-size: 16px;
  position: relative;
}

body {
  background-color: #F0EDE7;
  color: #000000;
  font-family: "Highway Gothic", sans-serif;
  font-size: 0.8474576271vw;
  font-weight: normal;
  line-height: 160%;
}
body.admin-bar {
  padding-top: 32px;
}
body a {
  text-decoration: none;
}

h1, .header-1,
h2, .header-2,
h3, .header-3,
h4, .header-4,
h5, .header-5,
h6, .header-6 {
  color: inherit;
  font-family: "Highway Gothic", sans-serif;
  font-weight: 500;
  margin: 0;
}

h1, .header-1 {
  font-size: 3.25em;
  line-height: 110%;
  margin-bottom: 0.625em;
}

h2, .header-2 {
  font-size: 2.25em;
  line-height: 110%;
  margin-bottom: 0.75em;
}

h3, .header-3 {
  font-size: 2em;
  line-height: 120%;
  margin-bottom: 0.9375em;
}

h4, .header-4 {
  font-size: 1.625em;
  line-height: 120%;
  margin-bottom: 1.25em;
}

h5, .header-5 {
  font-size: 1.125em;
  margin-bottom: 1.6666666667em;
}

h6, .header-6 {
  font-size: 1em;
  letter-spacing: 1px;
  margin-bottom: 1.875em;
  text-transform: uppercase;
}

p, address, a {
  font-size: 1.0625em;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 1.6666666667em;
}
@media screen and (max-width: 800px) {
  p, address, a {
    font-size: 1.625em;
  }
}

ul, ol {
  margin: 0 0 1.875em;
  padding: 0 0 0 1.875em;
}
ul li, ol li {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 160%;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

b, strong {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

a {
  color: inherit;
}

blockquote {
  font-style: italic;
  padding: 0 6.25em;
}
blockquote p {
  color: inherit;
  text-align: center;
}

@media screen and (max-width: 800px) {
  ::-moz-placeholder {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  :-ms-input-placeholder {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  p, span, li, a, h4, input, textarea, ::placeholder, .woocommerce-message, .woocommerce-info, .button {
    font-size: 16px !important;
    line-height: 18px !important;
  }
}
cite {
  font-style: normal;
}

address {
  font-family: "Highway Gothic", sans-serif;
  font-weight: 400;
}

pre,
code {
  background: #FFFFFF;
  border: 1px solid #575756;
  border-radius: 2px;
  color: #000000;
  display: block;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.875em;
  line-height: 140%;
  margin-bottom: 1.4285714286em;
  padding: 1.0714285714em 1.0714285714em 1.4285714286em;
  text-align: left;
}
pre p,
code p {
  font-size: inherit;
  margin-bottom: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr, acronym {
  border-bottom: 1px dotted #575756;
  cursor: help;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  color: #cccccc;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1;
}

hr {
  background: #575756;
  border: 0;
  clear: both;
  display: block;
  height: 2px;
  margin: 0 0 1.875em;
  padding: 0;
  transition: all 0.2s;
}

.embed-wrap {
  height: 0;
  margin-bottom: 1.875em;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.embed-wrap iframe, .embed-wrap object, .embed-wrap embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.alignleft {
  float: left;
  margin: 0 0.9375em 1.875em 0;
}

.alignright {
  float: right;
  margin: 0 0 1.875em 0.9375em;
}

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

.alignnone {
  margin: 0 0 1.875em;
}

p .alignleft {
  float: left;
  margin: 0 0.8333333333em 1.6666666667em 0;
}
p .alignright {
  float: right;
  margin: 0 0 1.6666666667em 0.8333333333em;
}
p .aligncenter {
  display: block;
  margin: 0 auto 1.6666666667em;
}
p .alignnone {
  margin: 0 0 1.6666666667em;
}

.wp-caption-text {
  color: #000000;
  font-style: italic;
  margin: 0.8333333333em 0 0;
}

.btn {
  background: #376079;
  padding: 10px 20px;
  transition: 0.3s;
  color: white;
  font-style: 1em;
}
.btn:hover {
  box-shadow: -10px 10px 0px 0px black;
  transition: 0.3s;
}
.btn--white {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: white;
  color: #376079 !important;
}
.btn--white:hover {
  box-shadow: -10px 10px 0px 0px black;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .btn {
    font-size: 1.3em;
  }
  .btn img {
    width: 20px;
    margin-left: 10px;
  }
}

.btn-alt {
  border-bottom: 1px solid;
  padding: 5px 0;
}

.parallax {
  transform: translateY(var(--translateY));
  will-change: transform;
}

.flexible-content .white {
  background-color: white;
}

.flexible-content main > div {
  padding: 0;
  overflow: hidden;
}
.flexible-content main > div.booking-form {
  padding-top: 50px;
}
@media screen and (max-width: 800px) {
  .flexible-content main > div {
    padding: 20px 0;
  }
}
.flexible-content main > div:first-of-type {
  padding: 0;
}
.flexible-content main > div .parallax {
  margin-top: -110px;
}

.cream {
  background: #F0EDE7;
  color: #000000;
}

.black {
  background: #000000;
  color: white;
}

.grey {
  background: #918F8B;
}

.white_contours {
  background-image: url("../assets/img/contours_white.svg");
  background-color: white;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000000;
}

.black_contours {
  background-image: url("../assets/img/contours.svg");
  background-color: #000000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.delay-500 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#anchor {
  padding: 0 !important;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
.wrapper.wide {
  max-width: 1200px;
}
.wrapper--narrow {
  width: calc(100% - 200px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: 90%;
  }
}

header.site-header {
  background: #000000;
  transition: all 0.3s;
  z-index: 99;
  width: 100%;
  height: 105px;
  display: flex;
}
header.site-header > .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  padding: 20px 0;
  transition: all 0.3s;
}
header.site-header .site-branding {
  line-height: 1;
  margin: 0;
  position: absolute;
  transition: all 0.3s;
  background-color: #000000;
  border-radius: 100%;
  padding: 13px;
  top: 0px;
}
header.site-header .site-branding img {
  height: 122px;
  width: auto;
  transition: all 0.3s;
}
header.site-header .basket-mobile {
  display: none;
}
header.site-header .right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
header.site-header .links {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  color: #376079;
  justify-content: flex-end;
  margin-left: 60px;
}
header.site-header .links .basket {
  margin-right: 15px;
}
header.site-header .links a {
  color: white;
  margin: 0;
  font-size: 17px !important;
  transition: 0.3s;
  line-height: normal !important;
}
header.site-header .links a:hover {
  color: white;
  transition: 0.3s;
}
header.site-header .links a.book-tour {
  background: #376079;
  color: #FFFFFF;
  display: inline-block;
  font-size: 17px !important;
  padding: 10px;
  text-transform: uppercase;
  transition: all 0.3s;
}
header.site-header .links a.book-tour:hover {
  background-color: #7a9eb5;
}
header.site-header .links a.basket img, header.site-header .links a.my-account img {
  margin-left: 10px;
}
header.site-header.small > .wrapper {
  padding: 15px 0;
}
header.site-header.small .site-branding {
  transition: all 0.3s;
}
header.site-header.small .site-branding img {
  height: 80px;
  width: 80px;
  transition: all 0.3s;
}
header.site-header .header-nav a {
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}
header.site-header .header-nav a:hover {
  color: #376079;
}

@media screen and (max-width: 1000px) {
  header.site-header {
    position: absolute;
  }
  header.site-header > .wrapper {
    height: 120px;
  }
  header.site-header .basket {
    display: none;
  }
  header.site-header .basket-mobile {
    -moz-box-shadow: inset -43px 0px 300px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: inset -43px 0px 300px 0px rgba(0, 0, 0, 0.24);
    background: #376079;
    box-shadow: inset -43px 0px 300px 0px rgba(0, 0, 0, 0.24);
    color: white;
    display: block;
    height: 55px;
    padding: 10px;
    position: fixed;
    right: 70px;
    top: 0;
    width: 55px;
  }
  header.site-header .basket-mobile svg {
    height: 25px;
    margin-left: 2px;
    margin-top: 5px;
    stroke: white;
    width: 25px;
  }
  header.site-header .site-branding {
    left: 20px;
  }
  header.site-header .site-branding img {
    height: 80px;
    width: 80px;
  }
  header.site-header .links {
    display: none !important;
  }
  header.site-header.small {
    height: 120px;
  }
  header.site-header.small .site-branding img {
    height: 80px;
    width: 80px;
  }
}
footer {
  background: #376079;
  color: white;
  padding: 80px 0;
}
footer h4 {
  font-size: 18px;
  text-transform: uppercase;
}
footer p, footer span, footer a {
  font-size: 15px;
  line-height: 140%;
  margin: 0;
}
footer p {
  margin-bottom: 30px;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
footer p.time {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
footer p.time:last-of-type {
  margin-bottom: 30px;
}
footer .links {
  margin: 0;
  padding: 0;
}
footer .links li {
  font-size: 15px;
  line-height: 140%;
  list-style: none outside;
  margin: 0;
  padding: 0;
}
footer a {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
footer a:hover {
  background: #7a9eb5 !important;
}
footer .colset {
  display: flex;
  margin: 0 -20px;
}
footer .colset .col {
  flex-basis: calc(25% - 40px);
  margin: 0 20px 60px;
}
footer .colset .col.wide {
  flex-basis: calc(50% - 40px);
}
footer .colset .col.logos {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
}
footer .colset .col.logos .logo {
  height: 140px;
  margin: 0 0 0 40px;
  width: auto;
}
footer .top .mobile-opening-times {
  display: none;
}
footer .top .social {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
footer .top .social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #000000;
  text-align: center;
  margin: 0 5px;
}
footer .top .social p {
  margin-right: 20px;
}
footer .bottom {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px dashed #717a80;
  color: #7F7F7F;
}
footer .bottom .left, footer .bottom .right {
  flex: 1;
}
footer .bottom span {
  display: block;
  line-height: 140%;
  margin-bottom: 10px;
  width: 100%;
}
footer .bottom span a {
  color: white;
  text-decoration: underline;
}
footer .bottom .card-icons {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: right;
}
footer .bottom .card-icons .card-icon {
  width: 35px;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 1200px) {
  footer .colset {
    flex-wrap: wrap;
  }
  footer .colset .col {
    flex-basis: calc(50% - 40px);
    margin-bottom: 10px;
  }
  footer .colset .col.wide {
    flex-basis: 100%;
  }
  footer .colset .col.logos {
    padding: 30px 0;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  footer .colset .col {
    flex-basis: 100%;
  }
  footer .colset .col.logos {
    display: block;
    text-align: center;
  }
  footer .bottom {
    display: block;
    text-align: center;
  }
  footer .bottom .left {
    margin-bottom: 30px;
  }
  footer .bottom span {
    display: block;
    margin-bottom: 15px;
  }
  footer .bottom .card-icons {
    justify-content: center;
    text-align: center;
  }
  footer .bottom .card-icons .card-icon {
    margin: 0 10px;
  }
}
.footerstrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.footerstrap-graphic {
  position: relative;
  padding: 0 30px;
  background-color: #376079;
}
.footerstrap-graphic img {
  opacity: 0.8;
}

.footerline {
  position: absolute;
  border-top: 1px dashed #717a80;
  width: 100%;
  top: 40%;
  z-index: 0;
}

.main-navigation {
  align-items: center;
}

nav > ul {
  display: flex;
  margin: 0;
  padding: 0;
}
nav > ul li {
  color: white;
  height: 100%;
  list-style: none;
  margin-left: 1.4vw;
  line-height: normal;
}
nav > ul li.current-menu-item {
  border-bottom: 1px solid white;
}
nav > ul li a {
  margin: 0;
  transition: 0.3s;
}
nav > ul li:hover > a {
  color: #376079;
  transition: 0.3s;
}
nav > ul li.menu-item-has-children {
  position: relative;
}
nav > ul li.menu-item-has-children:hover .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all 0.1s ease-in-out;
}
nav > ul .sub-menu {
  background: #000000;
  color: #FFFFFF;
  display: block;
  left: 0;
  margin: 0;
  min-width: 200px;
  padding: 20px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
nav > ul .sub-menu li {
  font-size: 18px;
  list-style: none outside;
  margin: 0;
  padding: 0;
}
nav > ul .sub-menu li.current-menu-item {
  border-bottom: 0;
  color: #376079;
}
nav > ul .sub-menu li.current-menu-item a {
  color: #376079;
}
nav > ul .sub-menu a {
  color: #FFFFFF;
  line-height: 110%;
  transition: all 0.2s;
}
nav > ul .sub-menu a:hover {
  color: #376079;
  transition: all 0.2s;
}

.menu-toggle {
  background: #376079;
  display: none;
  cursor: pointer;
  height: 55px;
  padding: 10px;
  position: fixed;
  right: 20px;
  top: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  width: 55px;
  z-index: 9999;
}
.menu-toggle span {
  background: white;
  border-radius: 0px;
  display: block;
  height: 2px;
  margin-right: 0 !important;
  opacity: 1;
  position: absolute;
  right: 15px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 25px;
}
.menu-toggle span:nth-child(1) {
  top: 20px;
}
.menu-toggle span:nth-child(2) {
  right: 18px;
  top: 25px;
  width: 18px;
}
.menu-toggle span:nth-child(3) {
  top: 30px;
}
.menu-toggle.open span {
  background: white;
}
.menu-toggle.open span:nth-child(1) {
  top: 25px;
  transform: rotate(135deg);
}
.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.open span:nth-child(3) {
  top: 25px;
  transform: rotate(-135deg);
}

.mobile-menu {
  display: none;
}

.mobile-menu.open {
  background: black;
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: 0;
  list-style: none;
  overflow: scroll;
  padding: 80px 0 60px 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
}
.mobile-menu.open li {
  display: block !important;
  font-size: 22px !important;
  list-style: none;
  margin: 0 0 15px;
}
.mobile-menu.open li a {
  color: white;
  font-family: "Highway Gothic", sans-serif;
  padding-left: 40px;
  text-decoration: none;
}
.mobile-menu.open li.menu-item-has-children {
  position: relative;
}
.mobile-menu.open li.menu-item-has-children .indicator {
  display: block;
  height: 3.05em;
  position: absolute;
  right: 40px;
  top: -7px;
  transition: all 0.4s ease;
  width: 3.05em;
  z-index: 300;
}
.mobile-menu.open li.menu-item-has-children .indicator:before {
  color: white;
  content: "^";
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 3.05em;
  line-height: 3.05em;
  speak: none;
  text-align: center;
  text-transform: none;
  transform: rotate(-180deg);
  transition: 0.1s ease-in-out;
  vertical-align: middle;
  width: 3.05em;
}
.mobile-menu.open li.menu-item-has-children .indicator.open {
  top: 7px;
}
.mobile-menu.open li.menu-item-has-children .indicator.open:before {
  transform: rotate(0deg);
}
.mobile-menu.open li.menu-item-has-children > ul {
  display: block;
  left: 0;
  margin: 0;
  padding: 15px 0 0 15px;
  position: relative;
  right: 0;
  width: 100%;
}
.mobile-menu.open li.menu-item-has-children > ul li {
  background-color: black;
  left: 0;
  list-style: none;
  font-size: 20px !important;
  margin: 0 0 15px;
  padding: 0 !important;
  right: 0;
  width: 100%;
}
.mobile-menu.open li.menu-item-has-children > ul li:last-child {
  margin-bottom: 0;
}
.mobile-menu.open li.menu-item-has-children > ul li a {
  opacity: 0.75;
  font-size: 24px;
}
.mobile-menu.open li.menu-item-has-children > ul li:hover a {
  color: black;
}
.mobile-menu.open .btn {
  margin: 0 40px;
}

@media screen and (max-width: 1000px) {
  .right .btn {
    display: none;
  }

  .logo-parent img {
    height: auto;
    width: 70%;
  }

  .main-navigation {
    display: none;
  }

  .menu-toggle {
    display: block;
  }
}
.gform_confirmation_message {
  color: #000000;
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 160%;
}

.gform_wrapper {
  margin-bottom: 2.5em;
}
.gform_wrapper .gform_title {
  font-size: 2em;
  margin-bottom: 0.9375em;
  text-transform: uppercase;
}
.gform_wrapper .gform_description {
  color: #000000;
  display: block;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 2.3076923077em;
}
.gform_wrapper .validation_error {
  color: #000000;
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 1.1111111111em;
}
.gform_wrapper .validation_message {
  display: none;
}
.gform_wrapper .gform_fields {
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_fields .gfield {
  list-style: none;
  margin-bottom: 1.1111111111em;
  flex-basis: 50%;
}
.gform_wrapper .gform_fields .gfield > div {
  display: flex;
}
@media screen and (max-width: 800px) {
  .gform_wrapper .gform_fields .gfield > div {
    flex-direction: column;
  }
}
.gform_wrapper .gform_fields .gfield.gform_validation_container {
  display: none !important;
}
.gform_wrapper .gform_fields .gfield .gfield_label {
  color: #000000;
  display: none;
  font-weight: bold;
  margin-bottom: 0.2777777778em;
}
.gform_wrapper .gform_fields .gfield .gfield_required {
  color: #000000;
  display: inline-block;
  font-weight: 300;
  margin-left: 0.2777777778em;
}
.gform_wrapper .gform_fields .gfield.gfield_error input[type=text],
.gform_wrapper .gform_fields .gfield.gfield_error input[type=email],
.gform_wrapper .gform_fields .gfield.gfield_error textarea {
  border-color: #fe4842;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox,
.gform_wrapper .gform_fields .gfield .gfield_radio {
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox li,
.gform_wrapper .gform_fields .gfield .gfield_radio li {
  font-size: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox li input,
.gform_wrapper .gform_fields .gfield .gfield_radio li input {
  margin-right: 10px;
}
.gform_wrapper .gform_fields .gfield ::-webkit-input-placeholder {
  color: #000000;
  font-weight: normal;
}
.gform_wrapper .gform_fields .gfield ::-moz-placeholder {
  color: #000000;
  font-weight: normal;
}
.gform_wrapper .gform_fields .gfield :-ms-input-placeholder {
  color: #000000;
  font-weight: normal;
}
.gform_wrapper .gform_fields .gfield :-moz-placeholder {
  color: #000000;
  font-weight: normal;
}
.gform_wrapper .gform_fields .gfield input, .gform_wrapper .gform_fields .gfield textarea {
  -webkit-appearance: none;
  border-radius: 0 !important;
}
.gform_wrapper .gform_fields .gfield input[type=text],
.gform_wrapper .gform_fields .gfield input[type=email],
.gform_wrapper .gform_fields .gfield textarea {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-font-smoothing: antialiased;
  border: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #575756;
  box-sizing: border-box;
  color: #FFFFFF;
  font-family: "Highway Gothic", sans-serif;
  font-size: 1em;
  font-weight: normal !important;
  line-height: 1;
  margin: 0;
  outline: 0;
  outline: none;
  padding: 1.1111111111em;
  width: 100%;
}
.gform_wrapper .gform_fields .gfield textarea {
  line-height: 140%;
}
.gform_wrapper .gform_fields .gfield textarea.medium {
  height: 5.5555555556em;
}
.gform_wrapper .gform_fields .gfield textarea.medium {
  height: 8.8888888889em;
}
.gform_wrapper .gform_fields .gfield textarea.large {
  height: 15.5555555556em;
}
.gform_wrapper .gform_footer {
  clear: both;
}
.gform_wrapper .gform_footer input[type=submit] {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-font-smoothing: antialiased;
  background-color: #000000;
  border: 0;
  border-radius: 0 !important;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-family: "Highway Gothic", sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
  padding: 1.1111111111em;
  transition: all 0.2s;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #2f5267 !important;
}

* {
  box-sizing: border-box;
}

form .number-wrap {
  position: relative;
  width: 100%;
}
form .number-wrap:hover .arrow {
  opacity: 1;
}
form .number-wrap input {
  width: 100%;
}
form .number-wrap .arrow {
  position: absolute;
  opacity: 0;
  transition: all 200ms linear;
}
form .number-wrap .arrow.up {
  left: 10px;
  top: 3px;
}
form .number-wrap .arrow.down {
  top: 3px;
  right: 10px;
}

input[type=number] {
  padding: 0.6rem;
  border-radius: 0;
  border: solid 1px #000000;
  margin: 0;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  transition: all 200ms linear;
}
input[type=number]:focus {
  outline: none;
  border-color: #999;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  opacity: 0;
}

.no-label label {
  display: none !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent !important;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
@media screen and (min-width: 1180px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 0.9765625vw;
  }
}
@media screen and (max-width: 782px) {
  body {
    font-size: 1.2787723785vw;
    padding-top: 0;
  }
  body.admin-bar {
    padding-top: 42px;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.6666666667vw;
  }
  body.admin-bar {
    padding-top: 0;
  }

  .alignleft, .aligncenter, .alignright, .alignnone {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 420px) {
  body {
    font-size: 2.380952381vw;
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: 3.125vw;
  }
}
.newsletter {
  background-image: url("/wp-content/themes/whitepeak-woo/assets/img/newsletterbg.png");
  background-size: cover;
  padding: 125px 60px;
  background-color: white;
}
.newsletter .gform_wrapper form {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.newsletter .gform_wrapper form ul.gform_fields li.gfield {
  margin-top: 0;
}
.newsletter .gform_wrapper form .top_label div.ginput_container {
  margin: 0 !important;
}
.newsletter .gform_wrapper form .validation_message {
  display: none;
}
.newsletter .gform_wrapper form div.validation_error {
  font-size: 17px;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
}
.newsletter .gform_wrapper form .gform_heading {
  padding-top: 0;
}
.newsletter .gform_wrapper form .gform_heading .gform_title {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-weight: 300 !important;
  font-size: 28px !important;
}
.newsletter .gform_wrapper form .gform_heading .gform_description {
  line-height: 27px;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 21px !important;
}
.newsletter .gform_wrapper form .gform_body {
  width: calc(100% - 80px);
}
.newsletter .gform_wrapper form .gform_fields {
  display: flex;
  justify-content: space-between;
}
.newsletter .gform_wrapper form .gform_fields li {
  width: 48%;
}
.newsletter .gform_wrapper form .gform_fields li input[type=text],
.newsletter .gform_wrapper form .gform_fields li input[type=email] {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  color: #000000 !important;
  height: 39px;
  font-size: 16px !important;
  font-weight: normal !important;
  padding: 0 !important;
}
.newsletter .gform_wrapper form .gform_fields li.gfield_error {
  background: none;
  padding-bottom: 0;
  padding-top: 0;
  border: none;
}
.newsletter .gform_wrapper form .gform_fields li.gfield_error input {
  border: none !important;
  border-bottom: 1px solid #790000 !important;
  width: 100% !important;
}
.newsletter .gform_wrapper form .gform_footer {
  width: 80px;
  padding: 0;
  margin: 0;
}
.newsletter .gform_wrapper form .gform_footer input {
  margin: 0 !important;
}
.newsletter .gform_title {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-weight: 300 !important;
  font-size: 28px !important;
}
.newsletter .gform_description {
  line-height: 27px;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 21px !important;
}

@media screen and (max-width: 680px) {
  .newsletter {
    padding: 60px 20px;
  }
  .newsletter .gform_wrapper form {
    display: block;
  }
  .newsletter .gform_wrapper form .gform_body {
    width: 100%;
  }
  .newsletter .gform_wrapper form .gform_fields {
    text-align: center;
    display: block;
  }
  .newsletter .gform_wrapper form .gform_fields .gfield {
    display: block !important;
    margin: 0 auto 20px !important;
    padding: 0 !important;
    max-width: 320px;
    width: 100% !important;
  }
  .newsletter .gform_wrapper form .gform_footer {
    text-align: center;
    margin: 0 auto !important;
  }
}
.page-template-template-contact .contact-section {
  padding: 110px 0;
  background-image: url("/wp-content/themes/whitepeak-woo/assets/img/lines.png");
}
.page-template-template-contact .contact-section > div > div {
  flex-basis: 30%;
}
.page-template-template-contact .contact-section > div > div a {
  font-size: inherit;
}
.page-template-template-contact .contact-section > div > div:last-of-type {
  flex-basis: 70%;
}
.page-template-template-contact .social a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 3px;
}
.page-template-template-contact .social a img {
  width: 30px;
}
.page-template-template-contact .social a:hover {
  background: #376079;
}
.page-template-template-contact .contact-form {
  background: #000000;
}

.contact-form .gform_confirmation_message {
  color: #FFFFFF;
  text-align: center;
}
.contact-form .gform_wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.contact-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none !important;
}
.contact-form .gform_wrapper .gform_title {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 32px !important;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.contact-form .gform_wrapper .gform_description {
  color: #FFFFFF;
  font-size: 17px !important;
  font-weight: 300;
  line-height: 160% !important;
  margin-bottom: 30px;
  width: 100% !important;
}
.contact-form .gform_wrapper .validation_error {
  border: 0;
  color: #fe4842;
  font-size: 17px !important;
  line-height: 160%;
  margin-bottom: 30px;
  padding: 0;
  text-align: left;
}
.contact-form .gform_wrapper .validation_message {
  display: none !important;
}
.contact-form .gform_wrapper .gform_fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.contact-form .gform_wrapper .gform_fields .gfield {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
  width: calc((100% - 30px) / 2);
  flex-basis: auto;
}
.contact-form .gform_wrapper .gform_fields .gfield.wide {
  width: 100%;
}
.contact-form .gform_wrapper .gform_fields .gfield.gform_validation_container {
  display: none !important;
}
.contact-form .gform_wrapper .gform_fields .gfield .ginput_complex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row !important;
  width: 100%;
}
.contact-form .gform_wrapper .gform_fields .gfield .ginput_complex > span {
  display: block;
  margin: 0;
  padding: 0;
  width: calc((100% - 30px) / 2);
}
.contact-form .gform_wrapper .gform_fields .gfield.gfield_error {
  background: none;
  border: 0;
  padding: 0;
  max-width: none !important;
}
.contact-form .gform_wrapper .gform_fields .gfield.gfield_error ::-webkit-input-placeholder {
  color: #fe4842 !important;
}
.contact-form .gform_wrapper .gform_fields .gfield.gfield_error ::-moz-placeholder {
  color: #fe4842 !important;
}
.contact-form .gform_wrapper .gform_fields .gfield.gfield_error :-ms-input-placeholder {
  color: #fe4842 !important;
}
.contact-form .gform_wrapper .gform_fields .gfield.gfield_error :-moz-placeholder {
  color: #fe4842 !important;
}
.contact-form .gform_wrapper .gform_fields .gfield.gfield_error input[type=text],
.contact-form .gform_wrapper .gform_fields .gfield.gfield_error input[type=email],
.contact-form .gform_wrapper .gform_fields .gfield.gfield_error textarea {
  border: none !important;
  border-bottom: 1px solid #fe4842 !important;
}
.contact-form .gform_wrapper .gform_fields .gfield .gfield_checkbox,
.contact-form .gform_wrapper .gform_fields .gfield .gfield_radio {
  margin: 0;
  padding: 0;
}
.contact-form .gform_wrapper .gform_fields .gfield .gfield_checkbox li,
.contact-form .gform_wrapper .gform_fields .gfield .gfield_radio li {
  font-size: inherit !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-form .gform_wrapper .gform_fields .gfield .gfield_checkbox li input,
.contact-form .gform_wrapper .gform_fields .gfield .gfield_radio li input {
  margin-right: 10px;
}
.contact-form .gform_wrapper .gform_fields .gfield ::-webkit-input-placeholder {
  color: #FFFFFF;
  font-weight: 300;
}
.contact-form .gform_wrapper .gform_fields .gfield ::-moz-placeholder {
  color: #FFFFFF;
  font-weight: 300;
}
.contact-form .gform_wrapper .gform_fields .gfield :-ms-input-placeholder {
  color: #FFFFFF;
  font-weight: 300;
}
.contact-form .gform_wrapper .gform_fields .gfield :-moz-placeholder {
  color: #FFFFFF;
  font-weight: 300;
}
.contact-form .gform_wrapper .gform_fields .gfield input, .contact-form .gform_wrapper .gform_fields .gfield textarea {
  -webkit-appearance: none;
  border-radius: 0 !important;
}
.contact-form .gform_wrapper .gform_fields .gfield input[type=text],
.contact-form .gform_wrapper .gform_fields .gfield input[type=email],
.contact-form .gform_wrapper .gform_fields .gfield textarea {
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 17px !important;
  padding: 15px 0 !important;
}
.contact-form .gform_wrapper .gform_footer input[type=submit] {
  background-color: #376079;
  color: #FFFFFF;
  font-size: 17px !important;
}
.contact-form .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #2f5267 !important;
}

@media screen and (max-width: 800px) {
  .page-template-template-contact .contact-section > div {
    flex-direction: column;
  }
  .page-template-template-contact .contact-section > div > div {
    flex-basis: 100%;
  }
  .page-template-template-contact .contact-form > .wrapper {
    margin: 0 auto;
    max-width: 90%;
  }
  .page-template-template-contact .contact-form {
    padding: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .contact-form .gform_wrapper .gform_fields {
    display: block;
  }
  .contact-form .gform_wrapper .gform_fields .gfield {
    width: 100%;
  }
  .contact-form .gform_wrapper .gform_fields .gfield .ginput_complex {
    display: block;
  }
  .contact-form .gform_wrapper .gform_fields .gfield .ginput_complex > span {
    width: 100%;
  }
}
.post-listing {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  .post-listing {
    flex-direction: column;
  }
}
.post-listing article {
  width: 50%;
}
@media screen and (max-width: 850px) {
  .post-listing article {
    width: 100%;
  }
}
.post-listing article:nth-child(odd) {
  padding-right: 20px;
}
@media screen and (max-width: 850px) {
  .post-listing article:nth-child(odd) {
    padding-right: 0px;
  }
}
.post-listing article:nth-child(even) {
  padding-left: 20px;
}
@media screen and (max-width: 850px) {
  .post-listing article:nth-child(even) {
    padding-left: 0px;
  }
}
.post-listing article .post-info h2 {
  font-size: 1.5em;
  line-height: 30px;
  margin-bottom: 10px;
}
.post-listing article .post-info p {
  margin-bottom: 10px;
}
.post-listing article .post-info .excerpt {
  height: 50px;
  overflow: hidden;
}
.post-listing article .post-info .entry-more {
  position: relative;
  top: 30px;
  margin-bottom: 30px;
}
.post-listing article .post-image {
  margin-bottom: 20px;
}
.post-listing article .post-image img {
  width: 100%;
}

.posts-navigation {
  display: flex;
  justify-content: space-around;
  margin-bottom: 110px;
}
.posts-navigation a {
  font-weight: bold;
  text-decoration: none !important;
  margin: 0 !important;
}
.posts-navigation a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 800px) {
  .blog .posts-navigation {
    margin-bottom: 60px;
  }
  .blog article {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .blog article .post-info {
    width: 100%;
    padding: 20px !important;
    height: auto !important;
    min-height: auto !important;
    outline-width: 10px;
  }
  .blog article .post-info h2 {
    font-size: 2.6em;
  }
  .blog article .post-info p {
    overflow: hidden;
    max-height: 50px;
  }
  .blog article .post-image {
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
  }
  .blog article:nth-of-type(2n + 2) .post-info {
    left: auto;
    right: 10%;
  }
}
.blogheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .blogheader {
    flex-direction: column;
  }
}
.blogheader select {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 15px;
  -webkit-appearance: none;
  background-color: white;
  color: black;
  position: relative;
  background-image: url("../assets/img/down.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 90%;
}
@media screen and (max-width: 800px) {
  .blogheader select {
    width: 100%;
  }
}
.blogheader h1 {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .blogheader h1 {
    margin-bottom: 20px;
  }
}

.breadcrumbs #breadcrumbs {
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 16px !important;
  color: white;
  margin: 0;
  z-index: 5;
}
.breadcrumbs #breadcrumbs a {
  font-size: 16px !important;
  transition: 0.3s;
}
.breadcrumbs #breadcrumbs a:hover {
  color: #376079;
  transition: 0.3s;
}
.breadcrumbs .social {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 5;
  display: flex;
}
.breadcrumbs .social span {
  color: white;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.breadcrumbs .social a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 3px;
}
.breadcrumbs .social a:hover {
  background: #376079;
}

.home .breadcrumbs, .site-header .breadcrumbs {
  display: none;
}

@media screen and (max-width: 800px) {
  .home-hero #breadcrumbs {
    bottom: 20px !important;
  }
  .home-hero .social {
    display: none;
    font-size: 17px !important;
  }
  .home-hero .social span {
    top: 16px;
  }
}
@media screen and (max-width: 600px) {
  #breadcrumbs {
    display: none;
  }
}
.instagram-block {
  width: 300px;
  height: auto;
  max-height: 300px;
  flex-direction: column;
  justify-content: center;
  position: relative;
  display: block;
}
.instagram-block .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: white;
  color: #000000;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}
.instagram-block .icon > * {
  margin: auto;
}
.instagram-block:hover .icon {
  background-color: #000000;
  color: #376079;
  transition: 0.3s;
}

body.home {
  background-image: url("../assets/img/homebg.png");
  background-position: center 1200px;
}

body.woocommerce-shop {
  background-image: url("../assets/img/shopbg.png");
  background-position: center top;
}

body.page-template-template-account {
  background-image: url("../assets/img/justbottlebg.png");
  background-position: center top;
}

.text-with-image-blocks.cream {
  background-image: url("../assets/img/justbottlebg.png");
  background-position: center top;
}

.home-hero {
  position: relative;
  padding-bottom: 58px;
}
.home-hero .has-video {
  height: 755px;
}
.home-hero-blue {
  position: absolute;
  background: #376079;
  width: 50%;
  right: 0;
  bottom: 0px;
  height: 100%;
}
.home-hero .slick-slider {
  height: 755px;
  width: calc(100% - 200px);
}
.home-hero .slick-slider div {
  height: 100%;
}
.home-hero .slick-list, .home-hero .slick-track {
  height: 100%;
}
.home-hero .slick-list .slide, .home-hero .slick-track .slide {
  height: 100%;
}
.home-hero .slide,
.home-hero .faux-slide {
  background-color: #000000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-hero .slide .video,
.home-hero .faux-slide .video {
  position: relative !important;
  width: calc(100% - 200px);
  height: 755px !important;
}
.home-hero .slide .content,
.home-hero .faux-slide .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFFFFF;
  padding: 80px 0 85px 0;
}
.home-hero .slide.full .content,
.home-hero .faux-slide.full .content {
  justify-content: center;
  height: 100%;
}
.home-hero .slide.darken .background,
.home-hero .faux-slide.darken .background {
  background: rgba(0, 0, 0, 0.25);
}
.home-hero h1 {
  margin-bottom: 0;
}
.home-hero a.arrow {
  display: none;
  position: absolute;
  left: 0;
  z-index: 5;
  color: #376079;
  bottom: -100px;
  font-size: 30px;
  margin: 0;
}

body.single-product .home-hero .slick-slider {
  min-height: 900px;
}
body.single-product .home-hero .slide.full {
  min-height: 900px;
}
body.single-product .home-hero .slide.full .content {
  justify-content: flex-end;
  min-height: 900px;
}

@media screen and (max-width: 1024px) {
  body.single-product .home-hero .slick-slider {
    min-height: 740px;
  }
  body.single-product .home-hero .slide.full {
    min-height: 740px;
  }
  body.single-product .home-hero .slide.full .content {
    justify-content: flex-end;
    min-height: 740px;
  }
}
@media screen and (max-width: 782px) {
  body.single-product .home-hero .slick-slider {
    min-height: 800px;
  }
  body.single-product .home-hero .slide.full {
    min-height: 800px;
  }
  body.single-product .home-hero .slide.full .content {
    justify-content: flex-end;
    min-height: 800px;
  }
}
@media screen and (max-width: 600px) {
  body.single-product .home-hero .slick-slider {
    min-height: 360px;
  }
  body.single-product .home-hero .slide.full {
    min-height: 360px;
  }
  body.single-product .home-hero .slide.full .content {
    justify-content: flex-end;
    min-height: 360px;
  }
}
.floating-blocks-light {
  background-color: #F0EDE7;
  padding: 150px 0;
}
.floating-blocks-light .large-image {
  width: 70%;
  height: 35vw;
  max-height: 550px;
}
.floating-blocks-light .text-block {
  width: 35%;
  background-color: white;
  border: 1px dashed #000000;
}
.floating-blocks-light .bottom {
  margin-top: 120px;
}
.floating-blocks-light .text-link {
  margin-top: 10%;
  width: 25%;
  background-color: white;
  border: 1px dashed #000000;
  height: 200px;
  padding: 0 60px;
}
.floating-blocks-light .text-link div {
  display: flex;
  height: 40px;
  margin: auto;
}
.floating-blocks-light .instagram-block {
  position: relative;
  float: left;
  display: none;
  outline: 30px solid #F0EDE7;
  overflow: hidden;
}
.floating-blocks-light .instagram-block:nth-of-type(2) {
  display: flex;
}
.floating-blocks-light .image-block {
  width: 40%;
  margin-top: 10%;
  height: 300px;
}
.floating-blocks-light .image-block div {
  margin: 0 auto;
  background-color: white;
  border: 1px dashed #000000;
  max-width: 40%;
  padding: 20px 0;
  transition: 0.3s;
}
.floating-blocks-light .image-block div:hover {
  box-shadow: -10px 10px 0px 0px black;
  transition: 0.3s;
}

@media screen and (max-width: 800px) {
  .floating-blocks-light {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
  }
  .floating-blocks-light .wrapper {
    display: flex;
    flex-direction: column;
  }
  .floating-blocks-light .wrapper > div {
    width: 100%;
    position: relative;
    min-height: 80vw;
    margin: 0 0 20px 0;
  }
  .floating-blocks-light .wrapper > div.text-block {
    z-index: 1;
    width: 90%;
    margin: -100px auto 20px !important;
    padding: 20px;
    height: auto;
    min-height: 60vw !important;
  }
  .floating-blocks-light .wrapper.bottom {
    margin-top: 0;
    flex-direction: column;
  }
  .floating-blocks-light .wrapper.bottom .text-link {
    z-index: 1;
    order: 1;
    height: 150px;
    min-height: 150px;
  }
  .floating-blocks-light .wrapper.bottom .text-link h3 {
    font-size: 36px;
  }
  .floating-blocks-light .wrapper.bottom .text-link > a {
    margin-bottom: 0;
  }
  .floating-blocks-light .wrapper.bottom .text-link > div {
    position: relative;
    margin: auto;
    max-width: 75%;
  }
  .floating-blocks-light .wrapper.bottom .text-link > div .btn {
    position: absolute;
    right: 0;
    margin: 0;
  }
  .floating-blocks-light .wrapper.bottom .instagram-block {
    order: 3;
  }
  .floating-blocks-light .wrapper.bottom .image-block {
    order: 2;
  }
}
.floating-blocks-dark {
  background-color: #000000;
  color: white;
  padding: 120px;
  background-image: url("/wp-content/themes/whitepeak-woo/assets/img/contours.svg");
}
.floating-blocks-dark .intro-text {
  max-width: 760px;
}
.floating-blocks-dark .blocks {
  margin-bottom: 120px;
}
.floating-blocks-dark .text-block {
  top: 30%;
  left: 0;
  width: 35%;
  background-color: #000000;
  border: 1px dashed white;
  outline: 30px solid #000000;
}
.floating-blocks-dark .large-image {
  width: 70%;
  height: 35vw;
  max-height: 550px;
}
.floating-blocks-dark .lower-blocks {
  margin-top: 120px;
}
.floating-blocks-dark .instagram-block {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 300px;
  display: none;
}
.floating-blocks-dark .instagram-block:nth-of-type(2) {
  display: flex;
}
.floating-blocks-dark .temperance-block {
  width: 45%;
  background-color: #000000;
  border: 1px dashed white;
  height: 30vw;
  max-height: 350px;
}
.floating-blocks-dark .temperance-block > * {
  margin: 10px auto;
}
.floating-blocks-dark .temperance-block a {
  width: 200px;
}

@media screen and (max-width: 800px) {
  .floating-blocks-dark {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
  }
  .floating-blocks-dark .intro-text {
    margin: 60px 0;
  }
  .floating-blocks-dark .text-block {
    width: 80% !important;
    margin: -100px auto 20px !important;
    outline: 10px solid #000000 !important;
    padding: 20px !important;
    height: auto !important;
    min-height: 60vw !important;
  }
  .floating-blocks-dark .wrapper {
    display: flex;
    flex-direction: column;
  }
  .floating-blocks-dark .wrapper > .blocks, .floating-blocks-dark .wrapper .lower-blocks {
    display: flex;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .floating-blocks-dark .wrapper > .blocks > div, .floating-blocks-dark .wrapper .lower-blocks > div {
    width: 100%;
    position: relative;
    min-height: 80vw;
    margin: 0 0 20px 0;
  }
  .floating-blocks-dark .wrapper > .blocks > div.instagram-block, .floating-blocks-dark .wrapper .lower-blocks > div.instagram-block {
    display: none;
  }
}
.floating-blocks {
  color: #000000;
  padding: 60px;
}
.floating-blocks.background-dark {
  background-color: #918F8B;
  color: #F0EDE7;
}
.floating-blocks .intro-text {
  max-width: 760px;
}
.floating-blocks .social-blocks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.floating-blocks .social-blocks .insta, .floating-blocks .social-blocks .twitter {
  width: calc(50% - 20px);
}
.floating-blocks .social-blocks .insta {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.floating-blocks .social-blocks .insta > div {
  width: calc(25% - 20px);
}
.floating-blocks .social-blocks .insta .instagram-block {
  height: auto;
}
.floating-blocks .social-blocks .insta .instagram-block a {
  display: block;
  margin: 0;
}
.floating-blocks .social-blocks .insta .instagram-block:nth-of-type(2n) {
  margin-top: 40px;
}
.floating-blocks .social-blocks .twitter {
  border: 1px dashed #FFFFFF;
  padding: 40px;
}
.floating-blocks .twitter-block .icon {
  width: 60px;
  height: 60px;
  background-color: white;
  color: #000000;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
  margin-bottom: 20px;
}
.floating-blocks .twitter-block .icon > * {
  margin: auto;
}
.floating-blocks .twitter-block .date {
  font-size: 14px;
  margin-bottom: 10px;
}
.floating-blocks .twitter-block .follow {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.floating-blocks .twitter-block .tweet {
  font-size: 18px;
  margin-bottom: 40px;
}
.floating-blocks .twitter-block .handle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.floating-blocks .two-blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floating-blocks .two-blocks .column {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.floating-blocks .two-blocks .column .inner {
  background-color: rgba(0, 0, 0, 0.2);
  color: #F0EDE7;
  padding: 40px;
  height: 100%;
  position: relative;
  transition: all 0.3s;
}
.floating-blocks .two-blocks .column .inner:hover {
  background-color: rgba(0, 0, 0, 0);
}
.floating-blocks .two-blocks a {
  display: block;
  font-size: 1em;
  margin: 0;
}
.floating-blocks .two-blocks.layout-60-40 .col-left {
  width: calc(60% - 10px);
}
.floating-blocks .two-blocks.layout-60-40 .col-left .inner {
  height: 33.75em;
}
.floating-blocks .two-blocks.layout-60-40 .col-right {
  width: calc(40% - 10px);
}
.floating-blocks .two-blocks.layout-60-40 .col-right .inner {
  height: 22.5em;
}
.floating-blocks .two-blocks.layout-50-50 .column {
  width: calc((100% - 44px) / 2);
}
.floating-blocks .two-blocks.layout-50-50 .column .inner {
  height: 26.25em;
}
.floating-blocks .two-blocks.layout-40-60 .col-left {
  width: calc(40% - 10px);
}
.floating-blocks .two-blocks.layout-40-60 .col-left .inner {
  height: 22.5em;
}
.floating-blocks .two-blocks.layout-40-60 .col-right {
  width: calc(60% - 10px);
}
.floating-blocks .two-blocks.layout-40-60 .col-right .inner {
  height: 33.75em;
}

@media screen and (max-width: 768px) {
  .floating-blocks .wrapper .social-blocks {
    display: block;
  }
  .floating-blocks .wrapper .social-blocks .insta {
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
  .floating-blocks .wrapper .social-blocks .insta > div {
    margin-top: 40px;
    width: calc(50% - 20px);
  }
  .floating-blocks .wrapper .social-blocks .insta .instagram-block {
    margin-top: 0;
  }
  .floating-blocks .wrapper .social-blocks .insta, .floating-blocks .wrapper .social-blocks .twitter {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .floating-blocks {
    padding: 60px 30px 1px;
  }
  .floating-blocks .wrapper {
    max-width: none;
  }
  .floating-blocks .wrapper .two-blocks {
    display: block;
    margin-bottom: 60px;
  }
  .floating-blocks .wrapper .two-blocks .column {
    margin-bottom: 1.875em;
    width: 100% !important;
  }
  .floating-blocks .wrapper .two-blocks .column .inner {
    height: 22.5em !important;
    padding: 30px;
  }
  .floating-blocks .wrapper .two-blocks .button-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.news-blocks {
  padding: 220px 0 120px 0;
  min-height: 1200px;
}
.news-blocks > div {
  position: static;
  height: auto;
}
.news-blocks .large-image {
  width: 70%;
  top: 30%;
  height: 35vw;
  max-height: 550px;
}
.news-blocks .twitter-block {
  right: 10%;
  width: 35%;
  background-color: #376079;
  outline: 30px solid white;
  color: white;
}
.news-blocks .news-block {
  bottom: 20%;
  right: 5%;
  width: 35%;
  background-color: white;
  border: 1px dashed black;
  outline: 30px solid white;
}

@media screen and (max-width: 800px) {
  .news-blocks {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  .news-blocks .twitter-block {
    order: 1;
  }
  .news-blocks .large-image {
    order: 2;
  }
  .news-blocks .news-block {
    width: 80% !important;
    margin: -100px auto 0px !important;
    outline: 10px solid white !important;
    padding: 20px !important;
    height: auto !important;
    min-height: 60vw !important;
    order: 3;
  }
  .news-blocks .wrapper {
    display: flex;
    flex-direction: column;
  }
  .news-blocks .wrapper > div {
    width: 100%;
    position: relative;
    min-height: 80vw;
    margin: 0 0 20px 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .news-blocks .wrapper > div.twitter-block {
    order: 1;
  }
  .news-blocks .wrapper > div.twitter-block p {
    font-size: 17px !important;
    margin-bottom: 0;
  }
}
.full-width-banner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.full-width-banner .inner {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}
.full-width-banner .wrapper {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20em 0 7.5em;
}

.bestsellers {
  display: flex;
  justify-content: space-around;
  margin-right: -18px;
  margin-left: -18px;
}
.bestsellerstitle {
  text-align: center;
}
.bestsellers__item {
  text-transform: uppercase;
  position: relative;
  width: calc((100% - 144px) / 4);
  overflow: hidden;
}
.bestsellers__item img {
  margin-bottom: 20px;
}
.bestsellers__item .overlay {
  position: absolute;
  background-color: #376079;
  opacity: 0.4;
  top: -100px;
  width: 100%;
  z-index: 1;
  height: 0%;
  opacity: 0;
  transition: all 0.3s;
}
.bestsellers__item a {
  height: 100%;
  display: block;
}
.bestsellers__item h4 {
  color: #000000;
  margin-left: 20px;
}
.bestsellers__item:hover .overlay {
  height: 100%;
  opacity: 0.6;
  top: 0;
}

.bestsellers__btnwrapper {
  display: flex;
  justify-content: center;
}
.bestsellers__btnwrapper a.btn--shopall {
  background-color: #376079;
  padding: 10px 20px;
  color: white !important;
}

.twocolblock {
  display: flex;
}
@media screen and (max-width: 850px) {
  .twocolblock {
    flex-direction: column;
  }
}
.twocolblock--pe {
  padding: 0 84px;
}
@media screen and (max-width: 850px) {
  .twocolblock--pe {
    padding: 0;
  }
}
.twocolblock .column {
  width: 100%;
}
.twocolblock .column h4 {
  text-transform: uppercase;
}
.twocolblock .column p {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.twocolblock .column p, .twocolblock .column h4 {
  padding-right: 80px;
}
@media screen and (max-width: 850px) {
  .twocolblock .column p, .twocolblock .column h4 {
    padding-right: 0;
  }
}
.twocolblock .column__img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .twocolblock .column__img {
    height: 350px;
  }
}
.twocolblock .column__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-fields p {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.content-fields ul {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.content-fields.padding-both {
  padding: 60px 0 !important;
}
.content-fields.padding-top {
  padding-top: 60px !important;
}
.content-fields.padding-bottom {
  padding-bottom: 60px !important;
}
.content-fields.padding-none {
  padding: 0 !important;
}
.content-fields .wrapper.medium {
  max-width: 1000px;
}
.content-fields .wrapper.wide {
  max-width: 1200px;
}
.content-fields table {
  background: #FFFFFF;
  border-right: 1px dashed #E5E5E5;
  border-bottom: 1px dashed #E5E5E5;
  border-collapse: collapse;
  color: #000000;
  font-size: 17px;
  margin-bottom: 30px;
  width: 100%;
}
.content-fields table td, .content-fields table th {
  border-left: 1px dashed #E5E5E5;
  border-top: 1px dashed #E5E5E5;
  padding: 5px;
  text-align: center;
}
.content-fields table thead th {
  color: #376079;
  font-weight: bold;
}

@media screen and (max-width: 770px) {
  .content-fields .wrapper {
    max-width: 90%;
  }
  .content-fields.padding-both {
    padding: 30px 0 !important;
  }
  .content-fields.padding-top {
    padding-top: 30px !important;
  }
  .content-fields.padding-bottom {
    padding-bottom: 30px !important;
  }
  .content-fields.padding-none {
    padding: 0 !important;
  }
}
.single-column {
  text-align: center;
}

.text-twocol {
  -moz-column-count: 2;
       column-count: 2;
  text-align: left;
}

.two-column .cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-column .cols > div {
  width: 46%;
}
.two-column .cols .left-column {
  padding: 45px 0;
}
.two-column .cols .right-column img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-column--6040 .cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-column--6040 .cols .left-column {
  width: 57%;
}
.two-column--6040 .cols .right-column {
  width: 37%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .two-column .cols > div {
    width: 100%;
  }
}
.large-image {
  height: 565px;
  background-size: cover;
  background-position: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 800px) {
  .large-image {
    height: 365px;
  }
}
.image-trio {
  overflow: visible !important;
}
.image-trio > div {
  display: flex;
  justify-content: space-between;
}
.image-trio > div > * {
  flex-basis: calc(33.33% - 20px);
  height: 373px;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 120px;
}
.image-trio > div > *:last-of-type {
  top: -200px;
}
.image-trio > div > *:first-of-type {
  top: -50px;
}

@media screen and (max-width: 800px) {
  .image-trio > div {
    flex-direction: column;
  }
  .image-trio > div > * {
    margin-bottom: 20px;
    top: auto !important;
  }
}
.text-with-image-blocks p {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.text-with-image-blocks .wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.text-with-image-blocks .wrapper .text-block {
  background: #376079;
  color: white;
  display: inline-block;
  left: 0;
  padding: 50px;
  position: absolute;
  top: 20%;
  width: 35%;
  z-index: 2;
}
.text-with-image-blocks .wrapper .text-block.white {
  background: white;
  border-color: black;
  color: #000000;
  outline-color: white;
}
.text-with-image-blocks .wrapper .text-block.black {
  background: #000000;
  border-color: #F0EDE7;
  color: white;
  outline-color: #000000;
}
.text-with-image-blocks .wrapper .text-block.blue {
  background: #376079;
}
.text-with-image-blocks .wrapper .text-block.lightpattern-bg {
  background-image: url("../assets/img/lightpatternbg.jpg");
  background-position: center;
  background-size: cover;
}
.text-with-image-blocks .wrapper .text-block.lightpattern-bg h3 {
  color: #000000;
}
.text-with-image-blocks .wrapper .text-block.lightpattern-bg .btn {
  margin-bottom: 0px !important;
  background-color: #376079;
  color: white !important;
}
.text-with-image-blocks .wrapper .text-block.lightpattern-bg .btn svg {
  fill: white;
}
.text-with-image-blocks .wrapper .text-block h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.text-with-image-blocks .wrapper .image {
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
  width: 70%;
}
.text-with-image-blocks .wrapper .image img {
  width: 100%;
  height: auto;
}
.text-with-image-blocks.right .wrapper {
  justify-content: flex-start;
}
.text-with-image-blocks.right .wrapper .text-block {
  left: auto;
  right: 0;
}

@media screen and (max-width: 800px) {
  .text-with-image-blocks .wrapper {
    display: block;
    padding: 40px 0;
  }
  .text-with-image-blocks .wrapper .text-block {
    display: block;
    position: relative;
    margin: -40px auto 0;
    width: 70%;
  }
  .text-with-image-blocks .wrapper .image {
    display: block;
    width: 100%;
  }
  .text-with-image-blocks.right .wrapper {
    justify-content: flex-start;
  }
  .text-with-image-blocks.right .wrapper .text-block {
    left: auto;
    right: 0;
  }
}
.dual-image-blocks.cream .wrapper .small-image {
  outline: 30px solid #F7F7F7;
}
.dual-image-blocks.black .wrapper .small-image, .dual-image-blocks.black_contours .wrapper .small-image {
  outline: 30px solid #000000;
}
.dual-image-blocks.right .wrapper {
  justify-content: flex-start;
}
.dual-image-blocks.right .wrapper .small-image {
  left: auto;
  right: 0;
}
.dual-image-blocks .wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 120px;
}
.dual-image-blocks .wrapper .small-image {
  position: absolute;
  top: 20%;
  left: 0;
  display: inline-block;
  float: right;
  width: 35%;
  min-height: 300px;
  padding: 50px;
  outline: 30px solid #FFFFFF;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.dual-image-blocks .wrapper .small-image h3 {
  text-transform: uppercase;
}
.dual-image-blocks .wrapper .large-image {
  display: inline-block;
  float: left;
  width: 70%;
  min-height: 550px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 800px) {
  .dual-image-blocks.right .wrapper {
    justify-content: flex-start;
  }
  .dual-image-blocks.right .wrapper .small-image {
    left: auto;
    right: 15%;
  }
  .dual-image-blocks .wrapper {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .dual-image-blocks .wrapper .small-image {
    width: 100%;
    position: static;
    margin: 20px auto 20px !important;
    padding: 20px !important;
    height: auto !important;
    min-height: 60vw !important;
    left: 0;
    outline: 10px solid #FFFFFF;
  }
  .dual-image-blocks .wrapper .large-image {
    width: 100%;
    position: relative;
    min-height: 80vw;
    margin: 0 0 20px 0;
  }
  .dual-image-blocks.cream .wrapper .small-image {
    outline: 10px solid #F7F7F7;
  }
  .dual-image-blocks.black .wrapper .small-image, .dual-image-blocks.black_contours .wrapper .small-image {
    outline: 10px solid #000000;
  }
}
.meet-the-team.padding-both {
  padding: 60px 0 !important;
}
.meet-the-team .row-title {
  margin-bottom: 60px;
  text-align: center;
}
.meet-the-team .cols {
  display: flex;
  justify-content: space-between;
}
.meet-the-team .cols .col {
  width: 48%;
}
.meet-the-team .team-thumb {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80%;
  width: 100%;
}
.meet-the-team .team-details {
  background: #000000;
  border: 1px solid #FFFFFF;
  margin: -15% 10% 0;
  padding: 7% 7% calc(7% - 10px);
}
.meet-the-team .team-details p {
  color: #FFFFFF;
  font-size: 18px !important;
  line-height: 140% !important;
  margin-bottom: 10px;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.meet-the-team .team-details p.team-name {
  font-size: 24px !important;
  font-weight: 700;
  margin-bottom: 10px;
}
.meet-the-team .team-details p.team-role {
  color: #376079;
  font-size: 18px !important;
  font-weight: 700;
  margin-bottom: 10px;
}
.meet-the-team.white .team-details, .meet-the-team.cream .team-details, .meet-the-team.white_contours .team-details {
  background: #FFFFFF;
  border: 1px solid #000000;
}
.meet-the-team.white .team-details p, .meet-the-team.cream .team-details p, .meet-the-team.white_contours .team-details p {
  color: #000000;
}
.meet-the-team.white .team-details p.team-role, .meet-the-team.cream .team-details p.team-role, .meet-the-team.white_contours .team-details p.team-role {
  color: #376079;
}

@media screen and (max-width: 782px) {
  .meet-the-team .cols {
    flex-wrap: wrap;
  }
  .meet-the-team .cols .col {
    margin-bottom: 60px;
    width: 100%;
  }
  .meet-the-team .cols .col.right {
    margin-bottom: 0;
  }
}
.two-blocks-container {
  background-color: #F0EDE7;
  color: #000000;
  padding: 120px 60px 1px;
}
.two-blocks-container .two-blocks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  align-items: center;
}
.two-blocks-container .two-blocks .column {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.two-blocks-container .two-blocks .column .inner {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  color: #F0EDE7;
  padding: 40px;
  height: 100%;
  position: relative;
}
.two-blocks-container .two-blocks a {
  display: block;
  font-size: 1em;
  margin: 0;
}
.two-blocks-container .two-blocks.layout-60-40 .col-left {
  width: calc(60% - 10px);
}
.two-blocks-container .two-blocks.layout-60-40 .col-left .inner {
  height: 33.75em;
}
.two-blocks-container .two-blocks.layout-60-40 .col-right {
  width: calc(40% - 10px);
}
.two-blocks-container .two-blocks.layout-60-40 .col-right .inner {
  height: 22.5em;
}
.two-blocks-container .two-blocks.layout-50-50 .column {
  width: calc((100% - 20px) / 2);
}
.two-blocks-container .two-blocks.layout-50-50 .column .inner {
  height: 26.25em;
}
.two-blocks-container .two-blocks.layout-40-60 .col-left {
  width: calc(40% - 10px);
}
.two-blocks-container .two-blocks.layout-40-60 .col-left .inner {
  height: 22.5em;
}
.two-blocks-container .two-blocks.layout-40-60 .col-right {
  width: calc(60% - 10px);
}
.two-blocks-container .two-blocks.layout-40-60 .col-right .inner {
  height: 33.75em;
}

@media screen and (max-width: 600px) {
  .floating-blocks {
    padding: 60px 30px 1px;
  }
  .floating-blocks .wrapper {
    max-width: none;
  }
  .floating-blocks .wrapper .two-blocks {
    display: block;
    margin-bottom: 60px;
  }
  .floating-blocks .wrapper .two-blocks .column {
    margin-bottom: 1.875em;
    width: 100% !important;
  }
  .floating-blocks .wrapper .two-blocks .column .inner {
    height: 22.5em !important;
    padding: 30px;
  }
  .floating-blocks .wrapper .two-blocks .button-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.woocommerce .woocommerce-message {
  border-top-color: #376079 !important;
  display: block;
  margin: 60px auto 0 !important;
  max-width: 1200px;
  width: calc(100% - 40px);
  text-align: left;
}
.woocommerce .woocommerce-message .button {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-font-smoothing: antialiased;
  background-color: #376079;
  border: 0;
  border-radius: 0;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-family: "Highway Gothic", sans-serif;
  font-size: 1.0625em;
  line-height: 1;
  transition: all 0.2s;
  margin: -5px 0 0 !important;
  text-decoration: none !important;
}
.woocommerce .woocommerce-message .button:hover {
  transition: 0.3s;
  background-color: #376079;
}
.woocommerce .product-info {
  background: white;
  color: #000000;
  border: 1px dashed #000000;
  padding: 20px 30px 30px;
  max-width: 600px;
  position: relative;
}
.woocommerce .product-info .woocommerce-info,
.woocommerce .product-info .woocommerce-message {
  margin: 0 0 30px !important;
  width: 100%;
  padding: 1em 1em 1em 3em !important;
}
.woocommerce .product-info .product-name {
  font-size: 35px;
  margin-bottom: 10px;
}
.woocommerce .product-info .product-detail p,
.woocommerce .product-info .short-description p {
  font-size: 1em;
  margin-bottom: 1.25em;
}
.woocommerce .product-info .price {
  color: #376079;
  font-size: 24px !important;
  margin-bottom: 0.8333333333em;
}
.woocommerce .product-info .price span {
  font-size: inherit !important;
}
.woocommerce .product-info .variations {
  width: 100%;
  vertical-align: middle;
}
.woocommerce .product-info .variations .label {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.woocommerce .product-info .variations .label label {
  display: block;
  line-height: 50px;
  font-size: 16px !important;
}
.woocommerce .product-info .variations select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../assets/img/minus.svg");
  background-position: right 0.7em top 45%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 0.65em auto, 100%;
  background-color: #FFFFFF;
  border-radius: 0;
  border: 1px solid #000000;
  box-sizing: border-box;
  color: #000000;
  display: block;
  font-family: "Highway Gothic", sans-serif;
  font-size: 16px;
  height: 50px;
  line-height: 1.3;
  margin: 0 0 10px;
  max-width: 100%;
  outline: none;
  padding: 5px 40px 5px 20px;
  width: auto;
}
.woocommerce .product-info .variations select::-ms-expand {
  display: none;
}
.woocommerce .product-info .variations .reset_variations {
  display: none !important;
}
.woocommerce .product-info .wc-stripe-payment-request-wrapper {
  display: none;
}
.woocommerce .product-info form.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce .product-info .single_variation_wrap {
  width: 100%;
}
.woocommerce .product-info .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .product-info .quantity {
  align-items: center;
  margin: 0;
  left: 20px;
  display: flex;
  width: 30%;
  justify-content: flex-start;
}
.woocommerce .product-info .quantity label {
  font-size: 16px !important;
  width: 75px;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.woocommerce .product-info .quantity input {
  font-size: 16px;
  font-family: "Highway Gothic", sans-serif;
  width: 70px;
  height: 50px;
  padding: 5px;
}
.woocommerce .product-info .quantity input[type=number]::-webkit-inner-spin-button {
  opacity: 0;
}
.woocommerce .product-info .quantity .screen-reader-text {
  display: block;
}
.woocommerce .product-info button.single_add_to_cart_button.alt {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-font-smoothing: antialiased;
  background-color: #376079;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-family: "Highway Gothic", sans-serif;
  text-transform: uppercase;
  font-size: 1.0625em;
  line-height: 1;
  height: 50px;
  transition: all 0.2s;
}
.woocommerce .product-info button.single_add_to_cart_button.alt:hover {
  transition: 0.3s;
  background-color: #274456;
}
.woocommerce .product-info button.single_add_to_cart_button.alt.disabled {
  background-color: #376079;
  opacity: 0.5;
}
.woocommerce .product-info button.single_add_to_cart_button.alt.disabled:hover {
  box-shadow: none;
  background-color: #376079;
  opacity: 0.3;
}

.woocommerce-variation {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .woocommerce .product-info .woocommerce-info,
.woocommerce .product-info .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .woocommerce .product-info .woocommerce-info a,
.woocommerce .product-info .woocommerce-message a {
    display: block;
    width: 100%;
    margin-top: 20px !important;
  }
  .woocommerce .product-info .variations select {
    width: 100%;
  }
  .woocommerce .product-info .variations .label {
    width: 50px;
  }
  .woocommerce .product-info .variations .label label {
    font-size: 14px !important;
  }
  .woocommerce .product-info .quantity {
    width: auto;
    flex: 1;
    justify-content: flex-start;
  }
  .woocommerce .product-info .quantity label {
    font-size: 14px !important;
    margin-right: 0;
    width: 50px;
  }
}
.short-description, .short-notes {
  display: none;
}
.short-description.active, .short-notes.active {
  display: block;
}

a.backlink {
  display: flex;
  align-items: baseline;
  color: #000000 !important;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
a.backlink img {
  height: 11px;
  margin-right: 10px;
}

label[for=pa_size] {
  width: 36px;
}

.post-type-archive-product .home-hero {
  height: 500px;
  position: relative;
}
.post-type-archive-product .home-hero > div {
  height: 100%;
}
.post-type-archive-product .home-hero .breadcrumbs {
  height: auto;
}
.post-type-archive-product .home-hero h1 {
  position: relative;
  color: white;
}
.post-type-archive-product .listing-container {
  padding: 40px 0px 0;
}
.post-type-archive-product #content > .wrapper {
  max-width: 937px;
}
.post-type-archive-product ul.products {
  margin: 40px -20px 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.post-type-archive-product ul.products:before, .post-type-archive-product ul.products:after {
  display: none !important;
}
.post-type-archive-product ul.products > li {
  flex-basis: calc(25% - 40px);
  margin: 0 20px 40px !important;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product ul.products > li {
    flex-basis: calc(33.333% - 40px);
  }
}
@media screen and (max-width: 800px) {
  .post-type-archive-product ul.products > li {
    flex-basis: calc(50% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .post-type-archive-product ul.products > li {
    flex-basis: calc(100% - 40px);
  }
}
.post-type-archive-product ul.products > li a.button {
  display: none !important;
}
.post-type-archive-product ul.products > li h2 {
  font-size: 20px !important;
}
.post-type-archive-product ul.products > li span {
  color: #000000 !important;
  transition: 0.3s;
}
.post-type-archive-product ul.products > li .price {
  border-top: 2px solid rgba(112, 112, 112, 0.5);
  border-bottom: 2px solid rgba(112, 112, 112, 0.5);
  margin-top: 17px;
  margin-bottom: 17px;
  padding: 13px;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 100;
  font-size: 24px !important;
}
.post-type-archive-product ul.products > li .price ins {
  text-decoration: none;
  font-weight: 100 !important;
}

.shophead {
  padding-top: 105px;
}

ul.products li {
  position: relative;
}
ul.products li .btn--outline {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border: 1px solid white;
  color: #376079 !important;
  background-color: white;
  padding: 10px;
  text-transform: uppercase;
  top: 40%;
  width: 150px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: all 0.4s;
  visibility: hidden;
  position: absolute;
}
ul.products li .overlay {
  position: absolute;
  background-color: #376079;
  opacity: 0.4;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 0%;
  opacity: 0;
  transition: all 0.3s;
}
ul.products li:hover .overlay {
  height: 100%;
  opacity: 0.6;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.products li:hover .btn--outline {
  visibility: visible;
  z-index: 2;
  top: 50%;
}

.woocommerce-loop-product__title {
  color: #000000 !important;
}

.btn--arrow {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px !important;
}
.btn--arrow img {
  width: 25px !important;
  margin-bottom: 0 !important;
}
.btn--sml {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px !important;
}
.btn--sml img {
  width: 25px !important;
  margin-bottom: 0 !important;
}

.booking-form > .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
}
.booking-form > .wrapper > div {
  flex-basis: calc(50% - 50px);
}
.booking-form .content .floating-images {
  position: relative;
  display: flex;
}
.booking-form .content .floating-images .landscape {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 240px;
}
.booking-form .content .floating-images .portrait {
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 50%;
  outline: 30px solid white;
  height: 240px;
  right: 50px;
  top: 100px;
}
.booking-form .form {
  border: 1px dashed #000000;
  padding: 20px;
  text-align: center;
}
.booking-form .form .product_title {
  display: none;
}
.booking-form .form legend {
  text-align: center;
}
.booking-form .form label {
  display: block !important;
}
.booking-form .form .wc-bookings-booking-form {
  border: none;
}
.booking-form .form .wc-bookings-booking-form .ui-datepicker-header {
  background: #000000;
  border-radius: 0;
}
.booking-form .form .wc-bookings-booking-form .ui-datepicker-header > a {
  background: #376079;
  font-family: "Highway Gothic", sans-serif;
}
.booking-form .form .wc-bookings-booking-form .ui-datepicker-header > a span {
  color: white;
}
.booking-form .form .wc-bookings-booking-form .ui-datepicker-header .ui-datepicker-title {
  background: #000000;
  font-family: "Highway Gothic", sans-serif;
}
.booking-form .form .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker {
  box-shadow: none;
  border: none;
}
.booking-form .form .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td {
  border: 2px solid white;
}
.booking-form .form .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker a {
  text-decoration: none;
}
.booking-form .form .wc_bookings_field_persons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.booking-form .form .wc_bookings_field_persons label {
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.booking-form .form .wc_bookings_field_persons h3 {
  flex-basis: 100%;
}
.booking-form .form .wc_bookings_field_persons input {
  width: 50px !important;
  height: 50px;
  border: 1px solid #000000 !important;
}
.booking-form .form .wc_bookings_field_persons input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
.booking-form .form .wc_bookings_field_persons .screen-reader-text {
  display: block;
}
.booking-form .form .wc_bookings_field_persons input {
  border: none;
}
.booking-form .form .product-addon {
  margin: 30px 0;
}
.booking-form .form .product-addon .addon-name {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.booking-form .form .product-addon-additional-notes p label {
  display: none;
}
.booking-form .form .product-addon-additional-notes p textarea {
  height: 100px;
  padding: 10px;
}
.booking-form .form .product-addon-additional-notes p textarea::-moz-placeholder {
  font-family: "Highway Gothic", sans-serif;
}
.booking-form .form .product-addon-additional-notes p textarea:-ms-input-placeholder {
  font-family: "Highway Gothic", sans-serif;
}
.booking-form .form .product-addon-additional-notes p textarea::placeholder {
  font-family: "Highway Gothic", sans-serif;
}
.booking-form .form .product-addon-lunch > p {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.booking-form .form .product-addon-lunch > p input {
  width: 50px !important;
  height: 50px;
  border: 1px solid #000000 !important;
  padding: 20px;
}
.booking-form .form .product-addon-lunch > p input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
.booking-form .form .product-addon-lunch > p .screen-reader-text {
  display: block;
}
.booking-form .form .product-addon-lunch > p input {
  border: none;
}
.booking-form .form .product-addon-lunch > p label {
  width: 100%;
  text-align: left;
}
.booking-form .form p.price {
  display: none;
}
.booking-form .form .wc-bookings-booking-cost {
  width: 100%;
  background: #EADACA;
  padding: 10px;
  margin: 20px 0;
}
.booking-form .form button.single_add_to_cart_button {
  width: 100%;
  background-color: #376079 !important;
  border-radius: 0 !important;
  font-family: "Highway Gothic", sans-serif;
  font-size: 1.5em;
  padding: 20px !important;
  text-transform: uppercase;
}
.booking-form .form .posted_in {
  display: none;
}

#wc-bookings-booking-form th,
#wc-bookings-booking-form tr,
#wc-bookings-booking-form td {
  font-family: "Highway Gothic", sans-serif;
}

/* Month header background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
  background: #000000;
}

/* Previous/Next month arrow background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next,
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
  background: #000000;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next span,
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev span {
  display: none;
}

#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
  background-image: url("/wp-content/themes/whitepeak-woo/assets/img/arrow-next.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
  background-image: url("/wp-content/themes/whitepeak-woo/assets/img/arrow-prev.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

/* Previous/Next month arrows if not allowed, and calendar dates that are not available */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
}

/* Days of the week header background color */
/* Days of the week header font color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th {
  color: #000000;
  background-color: #F7F7F7;
  border: 2px solid white;
}

/* Past calendar days background color (not available) */
.ui-datepicker-calendar tbody {
  background-color: #efefef;
}

/* Available calendar days background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a {
  background-color: #CECECE !important;
  color: #575756 !important;
  text-decoration: none !important;
}

/* Available calendar day hover background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a:hover {
  background-color: #376079 !important;
  color: white !important;
}

/* Fully booked calendar days */
.wc-bookings-date-picker .ui-datepicker td a.ui-state-default,
.wc-bookings-date-picker .ui-datepicker td.fully_booked a,
.wc-bookings-date-picker .ui-datepicker td.fully_booked span {
  background-color: #FFFFFF !important;
  color: #2b2b2b !important;
  opacity: 1 !important;
}

/* Days not bookable based on the availability rules */
.wc-bookings-date-picker .ui-datepicker td.not_bookable {
  background-color: #FFFFFF !important;
}

/* Today's date on calendar background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today a {
  background-color: #376079 !important;
  color: white !important;
}

.wc-bookings-date-picker a {
  text-decoration: none !important;
}

/* Partially Booked Red Triangle */
.wc-bookings-date-picker .ui-datepicker td.partial_booked a:before {
  border-top: none;
  /* This style removes the red triangle */
}

/* Time Blocks */
#wc-bookings-booking-form .block-picker {
  border-top: 1px solid #FFFFFF !important;
  border-left: 1px solid #FFFFFF !important;
}

/* Time Blocks */
#wc-bookings-booking-form .block-picker li {
  list-style: none !important;
}

/* Time Blocks */
#wc-bookings-booking-form .block-picker li a {
  background-color: #F5F5F5 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #FFFFFF !important;
  border-right: 1px solid #FFFFFF !important;
}

/* Time Blocks Hover */
#wc-bookings-booking-form .block-picker li a:hover {
  background-color: #E3E3E3 !important;
}

#wc-bookings-booking-form .block-picker li a.selected {
  background-color: #376079 !important;
  color: #FFFFFF !important;
}

/* Selected Date*/
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
  background-color: #376079 !important;
  color: #FFFFFF !important;
}

@media screen and (max-width: 800px) {
  .booking-form > .wrapper {
    flex-direction: column;
    max-width: 90% !important;
  }
  .booking-form > .wrapper > div {
    width: 100%;
  }
  .booking-form > .wrapper > div .floating-images {
    display: flex;
    flex-direction: column;
  }
  .booking-form > .wrapper > div .floating-images .portrait {
    position: relative !important;
    top: 0;
    width: 100%;
    outline: 0;
    margin: 30px auto;
    right: auto;
  }
}
.woocommerce-cart .newsletter {
  display: none;
}
.woocommerce-cart .entry-header {
  text-align: center;
  color: #000000;
  margin-top: 100px;
  text-transform: uppercase;
}
.woocommerce-cart main .wrapper {
  max-width: 670px;
}
.woocommerce-cart .woocommerce {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart .woocommerce table {
  border-collapse: collapse !important;
}
.woocommerce-cart .woocommerce table.shop_table {
  border: none;
}
.woocommerce-cart .woocommerce table.shop_table th.product-name {
  position: absolute;
  left: 0;
}
.woocommerce-cart .woocommerce table.shop_table th {
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 100;
  padding-bottom: 20px;
}
.woocommerce-cart .woocommerce table.shop_table td {
  padding: 20px 12px !important;
  font-size: 1.25em;
}
.woocommerce-cart .woocommerce table.shop_table tr, .woocommerce-cart .woocommerce table.shop_table thead {
  border-bottom: 1px solid #000000;
  border-left: none;
  border-right: none;
}
.woocommerce-cart .woocommerce table.shop_table input[type=number] {
  background: transparent;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name dl.variation {
  font-size: 80%;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name dl.variation dd, .woocommerce-cart .woocommerce table.shop_table td.product-name dl.variation dt {
  float: none;
  margin: 0;
}
.woocommerce-cart .woocommerce table.cart img {
  width: 150px;
}
.woocommerce-cart .woocommerce input[type=text], .woocommerce-cart .woocommerce textarea {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-font-smoothing: antialiased;
  border: 0;
  border-radius: 0;
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #575756 !important;
  box-sizing: border-box;
  color: #000000;
  font-family: "Highway Gothic", sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  outline: 0;
  outline: none;
  padding: 1.1111111111em;
  width: 187px !important;
}
.woocommerce-cart .woocommerce input[type=submit], .woocommerce-cart .woocommerce button {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-font-smoothing: antialiased;
  background-color: #376079 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-family: "Highway Gothic", sans-serif;
  font-size: 1.0625em;
  line-height: 1;
  padding: 10px 20px;
  transition: all 0.2s;
  background-position: 90% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}
.woocommerce-cart .woocommerce input[type=submit]:hover, .woocommerce-cart .woocommerce button:hover {
  box-shadow: -10px 10px 0px 0px black;
  transition: 0.3s;
}
.woocommerce-cart .woocommerce .product-remove {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.woocommerce-cart .woocommerce a.remove {
  background: #376079;
  color: white !important;
  border-radius: 0;
  margin: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 100% !important;
}
.woocommerce-cart .woocommerce .cart-collaterals > .cart_totals {
  width: 100% !important;
  font-size: 1.35em;
}
.woocommerce-cart .woocommerce .cart-collaterals > .cart_totals h2 {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals > .cart_totals td {
  text-align: right;
}
.woocommerce-cart .woocommerce .cart-collaterals > .cart_totals tr {
  border-bottom: 1px solid #000000;
}
.woocommerce-cart .woocommerce .cart-collaterals > .cart_totals .wc-proceed-to-checkout a {
  background: #376079;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 100;
}

@media screen and (max-width: 800px) {
  .woocommerce-cart .woocommerce {
    max-width: 90%;
    margin: 0 auto;
  }
  .woocommerce-cart .woocommerce a.remove {
    top: 20px;
  }
}
.shop_table td .includes_tax {
  color: inherit;
}

.woocommerce-order ul.wc-item-meta {
  margin: 0;
  padding: 0;
}
.woocommerce-order ul.wc-item-meta li {
  display: flex;
  list-style: none;
  maring: 0 0 5px;
  padding: 0;
}
.woocommerce-order ul.wc-item-meta li strong {
  font-weight: inherit;
}
.woocommerce-order ul.wc-item-meta li p {
  font-size: 1.4em;
  margin: 0 0 0 10px;
}

.woocommerce-cart-form__cart-item td.product-quantity .quantity label {
  display: none;
}

body.woocommerce-checkout {
  background-size: contain;
}
body.woocommerce-checkout .newsletter {
  display: none;
}
body.woocommerce-checkout .entry-header {
  text-align: center;
  color: #376079;
  margin-top: 100px;
  text-transform: uppercase;
}
body.woocommerce-checkout .woocommerce .woocommerce-info {
  color: #376079;
  background: #E8D7C4;
  border: none;
  padding: 20px !important;
  text-transform: uppercase;
  font-size: 1.2em;
}
body.woocommerce-checkout .woocommerce .woocommerce-info a {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
  text-transform: lowercase;
}
body.woocommerce-checkout .woocommerce .woocommerce-info:before {
  content: "";
}
body.woocommerce-checkout .woocommerce h3 {
  text-transform: uppercase;
}
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper > * {
  flex-basis: calc(50% - 40px);
}
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper > * label {
  display: none;
}
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  padding: 20px;
  background: transparent;
  height: auto;
}
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 30%;
}
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper p:nth-of-type(5) {
  flex-basis: 100%;
}
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper #billing_company_field {
  display: none;
}
body.woocommerce-checkout .woocommerce #payment {
  background: transparent;
}
body.woocommerce-checkout main .wrapper {
  max-width: 670px;
}
body.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  flex-direction: column;
}
body.woocommerce-checkout form.woocommerce-checkout .col2-set > div {
  width: 100%;
}
body.woocommerce-checkout form.woocommerce-checkout table {
  border-collapse: collapse !important;
}
body.woocommerce-checkout form.woocommerce-checkout table.shop_table {
  border: none;
}
body.woocommerce-checkout form.woocommerce-checkout table.shop_table th.product-name {
  position: absolute;
  left: 0;
}
body.woocommerce-checkout form.woocommerce-checkout table.shop_table th {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 100;
  padding-bottom: 20px;
}
body.woocommerce-checkout form.woocommerce-checkout table.shop_table td {
  padding: 20px 12px !important;
}
body.woocommerce-checkout form.woocommerce-checkout table.shop_table tr, body.woocommerce-checkout form.woocommerce-checkout table.shop_table thead {
  border-bottom: 1px solid #000000;
  border-left: none;
  border-right: none;
}
body.woocommerce-checkout form.woocommerce-checkout table.shop_table .order-total th, body.woocommerce-checkout form.woocommerce-checkout table.shop_table .order-total td {
  font-size: 1.6em;
  font-weight: bold;
  padding: 20px 12px;
}
body.woocommerce-checkout form.woocommerce-checkout table.shop_table input[type=number] {
  background: transparent;
  border: none;
}
body.woocommerce-checkout form.woocommerce-checkout table.cart img {
  width: 150px;
}
body.woocommerce-checkout form.woocommerce-checkout input[type=text], body.woocommerce-checkout form.woocommerce-checkout input[type=tel],
body.woocommerce-checkout form.woocommerce-checkout input[type=email] {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-font-smoothing: antialiased;
  border: 0;
  border-radius: 0;
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #575756 !important;
  box-sizing: border-box;
  color: #000000;
  font-family: "Highway Gothic", sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  outline: 0;
  outline: none;
  padding: 1.1111111111em;
  width: 100% !important;
}
body.woocommerce-checkout form.woocommerce-checkout input[type=text]::Placeholder, body.woocommerce-checkout form.woocommerce-checkout input[type=tel]::Placeholder,
body.woocommerce-checkout form.woocommerce-checkout input[type=email]::Placeholder {
  font-weight: 100;
  color: #000000;
}
body.woocommerce-checkout form.woocommerce-checkout textarea {
  font-size: 1em;
  font-weight: bold;
  padding: 20px;
  min-height: 150px;
  background: transparent;
  font-family: "Highway Gothic", sans-serif;
}
body.woocommerce-checkout form.woocommerce-checkout input[type=submit], body.woocommerce-checkout form.woocommerce-checkout button[name=woocommerce_checkout_place_order] {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-font-smoothing: antialiased;
  background-color: #376079 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-family: "Highway Gothic", sans-serif;
  font-size: 1.0625em;
  line-height: 1;
  padding: 10px 20px;
  transition: all 0.2s;
  background-position: 90% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  width: 100%;
  background-repeat: no-repeat;
  padding: 30px;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 100;
}
body.woocommerce-checkout form.woocommerce-checkout input[type=submit]:hover, body.woocommerce-checkout form.woocommerce-checkout button[name=woocommerce_checkout_place_order]:hover {
  box-shadow: -10px 10px 0px 0px black;
  transition: 0.3s;
}
body.woocommerce-checkout form.woocommerce-checkout .woocommerce-additional-fields {
  margin: 40px 0;
}
body.woocommerce-checkout form.woocommerce-checkout .woocommerce-additional-fields h3 {
  display: none;
}

.woocommerce-account .entry-header, .woocommerce-account footer, .woocommerce-account .newsletter {
  display: none;
}
.woocommerce-account .page-header {
  height: 250px;
  position: relative;
}
.woocommerce-account .entry-content {
  margin: 100px auto;
}
.woocommerce-account .woocommerce {
  text-align: center;
}
.woocommerce-account .woocommerce .lost_reset_password .form-row-first {
  width: 100%;
}
.woocommerce-account .woocommerce .lost_reset_password .form-row-first input {
  width: 50%;
}
.woocommerce-account .woocommerce .col2-set, .woocommerce-account .woocommerce .woocommerce-page .col2-set {
  display: flex;
  justify-content: center;
}
.woocommerce-account .woocommerce h2 {
  color: #376079;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce .u-column2 {
  display: none !important;
}
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  border: none;
}
.woocommerce-account .woocommerce form.login label,
.woocommerce-account .woocommerce form.register label {
  display: none;
}
.woocommerce-account .woocommerce form.login input[type=text], .woocommerce-account .woocommerce form.login input[type=password],
.woocommerce-account .woocommerce form.login input[type=email],
.woocommerce-account .woocommerce form.register input[type=text],
.woocommerce-account .woocommerce form.register input[type=password],
.woocommerce-account .woocommerce form.register input[type=email] {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-font-smoothing: antialiased;
  border: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #575756;
  box-sizing: border-box;
  color: #000000;
  font-family: "Highway Gothic", sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  outline: 0;
  outline: none;
  padding: 1.1111111111em;
  width: 100%;
}
.woocommerce-account .woocommerce form.login button[type=submit],
.woocommerce-account .woocommerce form.register button[type=submit] {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-font-smoothing: antialiased;
  background-color: #376079;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-family: "Highway Gothic", sans-serif;
  font-size: 1.0625em;
  line-height: 1;
  padding: 10px 20px;
  padding-right: 70px;
  transition: all 0.2s;
  background-image: url("/wp-content/themes/whitepeak-woo/assets/img/btn-arrow.svg");
  background-position: 90% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}
.woocommerce-account .woocommerce form.login button[type=submit]:hover,
.woocommerce-account .woocommerce form.register button[type=submit]:hover {
  box-shadow: -10px 10px 0px 0px black;
  transition: 0.3s;
}
.woocommerce-account .woocommerce form.login .form-row,
.woocommerce-account .woocommerce form.register .form-row {
  position: relative;
}
.woocommerce-account .woocommerce form.login .form-row button,
.woocommerce-account .woocommerce form.register .form-row button {
  position: absolute;
  right: 0;
  margin-top: 40px;
}
.woocommerce-account .woocommerce form.login .form-row label,
.woocommerce-account .woocommerce form.register .form-row label {
  position: absolute;
  left: 0;
  color: #376079;
}
.woocommerce-account .woocommerce form.login .form-row .lost_password,
.woocommerce-account .woocommerce form.register .form-row .lost_password {
  position: absolute;
  right: 0;
}
.woocommerce-account .woocommerce nav {
  background: #376079;
  padding: 40px;
}
.woocommerce-account .woocommerce nav ul {
  padding: 0;
  flex-direction: column;
}
.woocommerce-account .woocommerce nav ul li {
  text-align: left;
  margin-left: 0;
}
.woocommerce-account .woocommerce nav ul a {
  color: white !important;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.woocommerce-info,
.woocommerce-info:before {
  border-top-color: #000000 !important;
  color: #000000 !important;
}

.woocommerce-account label {
  display: none !important;
}
.woocommerce-account input {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-font-smoothing: antialiased;
  border: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #575756;
  box-sizing: border-box;
  color: #000000;
  font-family: "Highway Gothic", sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  outline: 0;
  outline: none;
  padding: 1.1111111111em;
  width: 100%;
}
.woocommerce-account fieldset {
  margin-top: 20px;
}
.woocommerce-account legend {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #376079;
  margin: 20px auto;
}
.woocommerce-account button {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-font-smoothing: antialiased;
  background-color: #376079 !important;
  border: 0;
  border-radius: 0 !important;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-family: "Highway Gothic", sans-serif !important;
  font-size: 1.125em !important;
  font-weight: bold !important;
  line-height: 1;
  padding: 1.1111111111em;
  transition: all 0.2s;
}
.woocommerce-account button:hover {
  box-shadow: -10px 10px 0px 0px black !important;
  transition: 0.3s !important;
}

.accountdashboard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.accountdashboard-item {
  background-color: white;
  text-align: left;
  padding: 20px;
}
.accountdashboard-item h4 {
  margin-bottom: 0.6rem;
}
.accountdashboard-item a {
  background-color: #376079;
  color: white;
  padding: 5px 10px;
  transition: 0.3s all;
  text-transform: uppercase;
}
.accountdashboard-item a:hover {
  background-color: #376079;
}
.accountdashboard-item img {
  height: 44px !important;
  margin-bottom: 10px;
}

.product-images .wrapper {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 220px;
}
.product-images .wrapper .overlay, .product-images .wrapper svg {
  opacity: 0;
  transition: 0.3s;
  margin: auto;
}
.product-images .wrapper > div:hover {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.product-images .wrapper > div:hover * {
  margin: auto;
}
.product-images .wrapper > div:hover .overlay {
  opacity: 1;
  transition: 0.3s;
  background: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-images .wrapper > div:hover svg {
  opacity: 1;
  transition: 0.3s;
  z-index: 2;
  font-size: 3em;
}
.product-images .wrapper .small-image {
  position: absolute;
  top: -10%;
  right: 0;
  display: flex !important;
  float: right;
  width: 35%;
  min-height: 300px;
  padding: 50px;
  outline: 30px solid #FFFFFF;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.product-images .wrapper .small-image h3 {
  text-transform: uppercase;
}
.product-images .wrapper .large-image {
  display: flex !important;
  float: left;
  width: 70%;
  min-height: 550px;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  justify-content: center;
}
.product-images .wrapper .medium-image {
  position: absolute;
  display: flex !important;
  right: 20%;
  margin-top: -50px;
  height: 400px;
  width: 600px;
  top: 300px;
  padding: 50px;
  outline: 30px solid #FFFFFF;
  background-position: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
}
.product-images.cream .wrapper .small-image {
  outline: 30px solid #F7F7F7;
}
.product-images.cream .wrapper .medium-image {
  outline: 30px solid #F7F7F7;
}
.product-images.black .wrapper .small-image, .product-images.black_contours .wrapper .small-image {
  outline: 30px solid #000000;
}
.product-images.black .wrapper .medium-image, .product-images.black_contours .wrapper .medium-image {
  outline: 30px solid #000000;
}

.fancybox-slide--html .fancybox-content {
  width: 100%;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(0) !important;
  background-position: center;
  background-color: transparent;
}

.fancybox-close-small {
  padding: 8px !important;
}

.fancybox-close-small svg {
  stroke: white;
}

@media screen and (max-width: 800px) {
  .product-images {
    padding-bottom: 20px !important;
  }
  .product-images .wrapper {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-images .wrapper > div {
    width: 100% !important;
    min-height: 300px !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
  }
  .product-images .wrapper .small-image {
    outline: 10px solid #FFFFFF;
  }
  .product-images .wrapper .medium-image {
    outline: 10px solid #FFFFFF;
  }
  .product-images.cream .wrapper .small-image {
    outline: 10px solid #F7F7F7;
  }
  .product-images.cream .wrapper .medium-image {
    outline: 10px solid #F7F7F7;
  }
  .product-images.black .wrapper .small-image, .product-images.black_contours .wrapper .small-image {
    outline: 10px solid #000000;
  }
  .product-images.black .wrapper .medium-image, .product-images.black_contours .wrapper .medium-image {
    outline: 10px solid #000000;
  }
}
.heroblock {
  position: relative;
  width: 100%;
  height: 755px;
  display: inline-block;
}
@media screen and (max-width: 997px) {
  .heroblock {
    height: 530px;
  }
}
.heroblock--sml {
  height: 530px;
}
.heroblock-strapline {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  bottom: 60px;
  z-index: 3;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 997px) {
  .heroblock-strapline img {
    margin: 0 20px;
  }
}
.heroblock-strapline h2 {
  font-size: 3.375em;
  text-align: center;
  padding: 0px 70px;
  margin-bottom: 0;
}
.heroblock-imgslider {
  position: absolute;
  width: 85%;
  top: 0;
  bottom: 60px;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 997px) {
  .heroblock-imgslider {
    width: auto;
    right: 20px;
    bottom: 20px;
  }
}
.heroblock-imgslider .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.heroblock-bluepattern {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-color: #376079;
  background-image: url(../assets/img/bluebgpattern.jpg);
  background-size: cover;
  background-position: center;
}

.herocontent-slider {
  height: 100%;
}
.herocontent-slider .slick-list, .herocontent-slider .slick-track {
  height: 100%;
}
.herocontent-slider .slick-list .slide, .herocontent-slider .slick-track .slide {
  height: 100%;
}

.herocontent-video {
  height: 100%;
}

.hero-circle-device {
  position: absolute;
  right: 9%;
  bottom: 90px;
  width: 196px;
  height: 196px;
  z-index: 1;
}
@media screen and (max-width: 997px) {
  .hero-circle-device {
    right: 0;
    width: 146px;
    height: 146px;
  }
}

.heroawards {
  position: absolute;
  bottom: 80px;
  z-index: 1;
  left: 30px;
}
.heroawards ul {
  display: flex;
  list-style: none;
}
.heroawards ul li {
  list-style: none;
}
.heroawards ul li img {
  max-height: 100px;
  margin-right: 20px;
}
@media screen and (max-width: 997px) {
  .heroawards ul li img {
    max-height: 70px;
    margin-right: 10px;
  }
}

.hero-product {
  display: flex;
  background: white;
  height: 90vh;
  min-height: 900px;
  align-items: center;
}
@media screen and (max-width: 997px) {
  .hero-product {
    flex-direction: column;
    padding-top: 115px !important;
    height: auto;
    min-height: auto;
  }
}
.hero-product .col-1 {
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 997px) {
  .hero-product .col-1 {
    width: 100%;
  }
}
.hero-product .col-1 .hero-productimg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 997px) {
  .hero-product .col-1 .hero-productimg {
    height: 253px;
  }
}
.hero-product .col-2 {
  width: 40%;
  padding: 100px;
}
@media screen and (max-width: 997px) {
  .hero-product .col-2 {
    width: 100%;
    padding: 20px;
  }
}
.hero-product .col-2 .product-info {
  border: none !important;
  padding: 0 !important;
}
.hero-product .col-2 .product-info .product-name {
  text-transform: uppercase;
}
.hero-product .col-2 .product-info p, .hero-product .col-2 .product-info .variations {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.hero-product .col-2 .product-info .variations select {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.productinfotoggles {
  display: flex;
  justify-content: space-around;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-top: 2px solid #918F8B;
  padding: 5px 0;
  border-bottom: 2px dotted #918F8B;
  margin-top: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}
.productinfotoggles .productinfo {
  width: 100%;
  text-align: center;
}
.productinfotoggles .productinfo:not(:first-of-type) {
  border-left: 1px solid #918F8B;
}
.productinfotoggles .productinfo.active {
  color: #376079;
}

.temperance-club {
  padding: 120px 0;
}
.temperance-club h2.temperance-title {
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 30px;
  text-align: center;
}
.temperance-club img.temperance-logo {
  display: block;
  margin: 0 auto 60px;
}
.temperance-club p.intro {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 0;
}
.temperance-club .cols {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.temperance-club .cols .left {
  color: #376079;
  width: 71%;
}
.temperance-club .cols .right {
  width: 25%;
}
.temperance-club h4 {
  font-size: 24px;
  font-weight: 700;
}
.temperance-club ul, .temperance-club li, .temperance-club p {
  font-size: 18px;
  margin-bottom: 0;
}
.temperance-club .info-pack {
  margin-bottom: 60px;
}
.temperance-club .info-pack p {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.temperance-club .info-pack a {
  background: #376079;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px !important;
  padding: 10px 30px;
  margin: 0;
  text-align: center;
  transition: all 0.2s;
}
.temperance-club .info-pack a:hover {
  background: #2f5267;
  transition: all 0.2s;
}
.temperance-club .temperance-products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.temperance-club .temperance-products > li {
  align-items: flex-end;
  border-bottom: 1px solid;
  color: #4d4d4d;
  display: flex;
  justify-content: space-between;
  list-style: none outside;
  margin: 0;
  padding: 20px 0;
  width: 48%;
}
.temperance-club .temperance-products > li:nth-of-type(-n+2) {
  border-top: 1px solid;
  color: #376079;
}
.temperance-club .temperance-products > li:nth-of-type(-n+2) a.add-to-cart {
  background: #376079;
}
.temperance-club .temperance-products > li:nth-of-type(-n+2) a.add-to-cart:hover {
  background: #2f5267;
}
.temperance-club .temperance-products > li .left {
  width: calc(100% - 90px);
}
.temperance-club .temperance-products > li .right {
  width: 70px;
}
.temperance-club .temperance-products .product-title {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 10px;
}
.temperance-club .temperance-products .price {
  display: block;
  font-size: 32px;
  font-weight: 100;
  margin-top: auto;
}
.temperance-club .temperance-products a.add-to-cart {
  background: #888888;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px !important;
  padding: 5px 20px;
  margin: 0;
  text-align: center;
  transition: all 0.2s;
  width: 100%;
}
.temperance-club .temperance-products a.add-to-cart:hover {
  background: #7b7b7b;
  transition: all 0.2s;
}

@media screen and (max-width: 600px) {
  .temperance-club .cols {
    flex-wrap: wrap;
  }
  .temperance-club .cols .left, .temperance-club .cols .right {
    width: 100%;
  }
  .temperance-club .cols .left {
    margin-bottom: 60px;
  }
  .temperance-club .cols .right {
    text-align: center;
  }
  .temperance-club .info-pack p {
    display: block;
    text-align: center;
  }
  .temperance-club .info-pack p span {
    display: block;
    margin-bottom: 20px;
  }
  .temperance-club .temperance-products > li {
    border-bottom: 0;
    border-top: 1px solid;
    width: 100%;
  }
  .temperance-club .temperance-products > li:last-child {
    border-bottom: 1px solid;
  }
}
.woocommerce .ywgc_have_code {
  margin-bottom: 0;
}
.woocommerce .ywgc_have_code .woocommerce-info {
  color: #376079;
  background: #E8D7C4;
  border: none;
  padding: 20px !important;
  text-transform: uppercase;
  font-size: 1.2em;
}
.woocommerce .ywgc_have_code .woocommerce-info:before {
  display: none;
}
.woocommerce .ywgc_have_code .woocommerce-info a {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
  text-transform: lowercase;
}

.woocommerce-cart .woocommerce .ywgc_enter_code,
.woocommerce .ywgc_enter_code {
  margin: 0 0 2em;
}
.woocommerce-cart .woocommerce .ywgc_enter_code .input-text,
.woocommerce .ywgc_enter_code .input-text {
  -webkit-appearance: none !important;
  -webkit-box-shadow: none !important;
  -webkit-font-smoothing: antialiased !important;
  background: transparent !important;
  border: 1px solid #212424 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  color: #212424 !important;
  display: block !important;
  float: none !important;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 18px !important;
  text-transform: none !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  margin: 0 !important;
  max-width: none !important;
  outline: none !important;
  padding: 0.5555555556em !important;
  text-align: left !important;
  width: 100% !important;
}
.woocommerce-cart .woocommerce .ywgc_enter_code button[type=submit],
.woocommerce .ywgc_enter_code button[type=submit] {
  -webkit-box-shadow: none;
  background-color: #376079 !important;
  background-image: none;
  border-radius: 0 !important;
  border: 0;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  overflow: visible;
  outline: none;
  padding: 0.8em;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.gift-card-wrapper {
  flex-wrap: wrap !important;
  max-width: 1200px !important;
}
.gift-card-wrapper .woocommerce-message {
  flex-basis: 100% !important;
  margin: 0 auto 3em !important;
}

.voucher-preview {
  background-color: #212424;
  background-image: url("../assets/img/contours.svg");
  color: #F7F7F7;
}
.voucher-preview .ywgc-main-form-preview-container {
  box-shadow: none;
  padding: 3em;
}
.voucher-preview .ywgc-main-form-preview-container .ywgc-form-preview-title-container {
  font-size: 10px;
  margin-bottom: 2em;
}
.voucher-preview .ywgc-main-form-preview-container .ywgc-form-preview-title {
  font-size: 2.4em;
  font-weight: normal;
}
.voucher-preview .ywgc-main-form-preview-container .ywgc-form-preview-amount {
  display: none;
  color: #FFFFFF;
  font-size: 2.4em;
  font-weight: bold;
}
.voucher-preview .ywgc-main-form-preview-container hr, .voucher-preview .ywgc-main-form-preview-container .ywgc-form-preview-separator {
  display: none;
}
.voucher-preview .ywgc-main-form-preview-container .ywgc-form-preview-from,
.voucher-preview .ywgc-main-form-preview-container .ywgc-form-preview-to {
  display: inline-block;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.voucher-preview .ywgc-main-form-preview-container p.ywgc-form-preview-message,
.voucher-preview .ywgc-main-form-preview-container .ywgc-form-preview-from-content,
.voucher-preview .ywgc-main-form-preview-container .ywgc-form-preview-to-content {
  display: inline-block;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.booking-form .form.type-gift-card {
  text-align: left;
}
.booking-form .form.type-gift-card h3 {
  margin: 0 0 0.5em;
  text-align: center;
}
.booking-form .form.type-gift-card label {
  display: block !important;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px !important;
  text-transform: uppercase !important;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding-top: 1.5384615385em;
  width: auto !important;
  text-align: left !important;
}
.booking-form .form.type-gift-card .gift-card-intro {
  margin: 0 5px;
  width: 100%;
}
.booking-form .form.type-gift-card .gift-card-intro .gift-card-title {
  font-size: 32px;
  line-height: 120%;
  margin: 0 0 10px;
  text-align: center;
  width: 100%;
}
.booking-form .form.type-gift-card .gift-card-intro .gift-card-price {
  color: #376079;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.booking-form .form.type-gift-card .gift-card-intro p {
  font-size: 16px;
}
.booking-form .form.type-gift-card .gift-cards-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  margin: 0 -5px;
}
.booking-form .form.type-gift-card .gift-cards-list > h3 {
  font-size: 3.2em;
  width: 100%;
}
.booking-form .form.type-gift-card .gift-cards-list > button {
  border: 0;
  background-color: #F5F5F5;
  color: #376079;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1.6em;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  flex: 1;
  margin: 0 5px 10px;
  padding: 0.625em;
}
.booking-form .form.type-gift-card .gift-cards-list > button.bigger {
  font-size: 2.4em;
  padding: 0.4166666667em;
}
.booking-form .form.type-gift-card .gift-cards-list > button.selected_button {
  background-color: #376079;
  color: #FFFFFF;
}
.booking-form .form.type-gift-card .gift-cards-list .ywgc-manual-amount {
  width: 100% !important;
  margin: 10px 5px 0 !important;
}
.booking-form .form.type-gift-card .gift-card-content-editor.step-content {
  font-size: 10px;
  margin: 0;
}
.booking-form .form.type-gift-card .gift-card-content-editor.step-content > h3 {
  font-size: 3.2em;
  padding-top: 0.625em;
  width: 100%;
}
.booking-form .form.type-gift-card .gift-card-content-editor.step-content > div {
  font-size: 10px;
  margin: 0;
}
.booking-form .form.type-gift-card .gift-card-content-editor.step-content .ywgc-postdated {
  position: relative;
}
.booking-form .form.type-gift-card .gift-card-content-editor.step-content .ywgc-postdated .dashicons-calendar-alt {
  position: absolute;
  bottom: 14px;
  right: 10px;
}
.booking-form .form.type-gift-card .gift-card-content-editor.step-content h5 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 1.6666666667em 0 0;
}
.booking-form .form.type-gift-card .gift_card_template_button {
  margin-top: 0;
  text-align: left;
}
.booking-form .form.type-gift-card .gift_card_template_button > .quantity {
  margin-bottom: 1.25em;
}
.booking-form .form.type-gift-card :-ms-input-placeholder {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px !important;
  text-transform: lowercase !important;
  font-weight: 500;
  line-height: 1;
}
.booking-form .form.type-gift-card ::-moz-placeholder {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px !important;
  text-transform: lowercase !important;
  font-weight: 500;
  line-height: 1;
}
.booking-form .form.type-gift-card ::placeholder {
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px !important;
  text-transform: lowercase !important;
  font-weight: 500;
  line-height: 1;
}
.booking-form .form.type-gift-card input, .booking-form .form.type-gift-card textarea {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -webkit-font-smoothing: antialiased;
  background: transparent;
  border: 1px solid #212424;
  border-radius: 0;
  box-sizing: border-box;
  color: #212424;
  display: block;
  float: none;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px !important;
  text-transform: none !important;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  max-width: none;
  outline: none;
  padding: 0.5555555556em;
  text-align: left !important;
  width: 100%;
}
.booking-form .form.type-gift-card textarea {
  line-height: 1.6;
  height: 6.6666666667em;
}
.booking-form .form.type-gift-card .ywapo_input_container label {
  display: none !important;
  padding-top: 0;
}
.booking-form .form.type-gift-card .ywapo_input_container label.ywapo_label {
  display: block !important;
}
.booking-form .form.type-gift-card .ywapo_input_container label .required {
  display: none;
}
.booking-form .form.type-gift-card .quantity-nav,
.booking-form .form.type-gift-card .ywapo_group_container.form-row.form-row-wide h3 {
  display: none;
}

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

.text-uc {
  text-transform: uppercase;
}

.text-blue {
  color: #376079;
}

.text-white {
  color: white;
}

.bg-blue {
  background-color: #376079;
}
.bg-blue--pattern {
  background-image: url("bgimagehere");
}

.lightpattern-bg {
  background-image: url("../assets/img/lightpatternbg.jpg");
  background-position: center;
  background-size: cover;
}

.pt-10 {
  padding-top: 100px;
}

.pb-10 {
  padding-bottom: 100px;
}

.pt-6 {
  padding-top: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

.pb-5 {
  padding-bottom: 50px;
}

.container-narrow {
  max-width: 900px;
  margin: 0 auto;
}

.site-content {
  padding-top: 105px;
}

.checkout-messages {
  padding: 2.5em 1.875em 1.25em;
}
.checkout-messages p {
  color: #376079;
  margin-bottom: 1.7647058824em;
  font-weight: bold;
  text-align: center;
}

.home-hero .checkout-messages {
  padding: 0;
}
.home-hero .checkout-messages p {
  font-size: 1em;
  margin-bottom: 1.25em;
  text-align: left;
}

.woocommerce form.checkout_coupon {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: -2em 0 2em !important;
}

.woocommerce-cart .woocommerce table.shop_table .coupon-row,
.woocommerce form.checkout_coupon .coupon-row {
  color: #376079;
  background: #E8D7C4;
  border: none;
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce table.shop_table .coupon-row .coupon-cell,
.woocommerce form.checkout_coupon .coupon-row .coupon-cell {
  padding: 20px !important;
}
.woocommerce-cart .woocommerce table.shop_table .coupon-row p,
.woocommerce form.checkout_coupon .coupon-row p {
  color: #212424 !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 1;
  margin-bottom: 20px !important;
  text-align: left;
}
.woocommerce-cart .woocommerce table.shop_table .coupon-row .coupon-container,
.woocommerce form.checkout_coupon .coupon-row .coupon-container {
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
  width: 100%;
}
.woocommerce-cart .woocommerce table.shop_table .coupon-row .coupon-container :-ms-input-placeholder,
.woocommerce form.checkout_coupon .coupon-row .coupon-container :-ms-input-placeholder {
  color: #212424 !important;
}
.woocommerce-cart .woocommerce table.shop_table .coupon-row .coupon-container ::-moz-placeholder, .woocommerce form.checkout_coupon .coupon-row .coupon-container ::-moz-placeholder {
  color: #212424 !important;
}
.woocommerce-cart .woocommerce table.shop_table .coupon-row .coupon-container :-ms-input-placeholder, .woocommerce form.checkout_coupon .coupon-row .coupon-container :-ms-input-placeholder {
  color: #212424 !important;
}
.woocommerce-cart .woocommerce table.shop_table .coupon-row .coupon-container ::placeholder,
.woocommerce form.checkout_coupon .coupon-row .coupon-container ::placeholder {
  color: #212424 !important;
}
.woocommerce-cart .woocommerce table.shop_table .coupon-row .coupon-container input[type=text],
.woocommerce form.checkout_coupon .coupon-row .coupon-container input[type=text] {
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid #212424 !important;
  color: #212424 !important;
  font-size: 19px !important;
  outline: none !important;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-weight: 400 !important;
  padding: 10px 0 !important;
  margin: 0 !important;
  width: 48% !important;
}
.woocommerce-cart .woocommerce table.shop_table .coupon-row .coupon-container button[type=submit],
.woocommerce-cart .woocommerce table.shop_table .coupon-row .coupon-container input[type=submit],
.woocommerce form.checkout_coupon .coupon-row .coupon-container button[type=submit],
.woocommerce form.checkout_coupon .coupon-row .coupon-container input[type=submit] {
  font-size: 19px !important;
  padding: 10px !important;
  margin: 0 !important;
  width: 48% !important;
  background-color: #376079 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-family: "latin-modern", -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.0625em;
  line-height: 1;
  padding: 10px 20px;
  transition: all 0.2s;
  background-position: 90% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}
.woocommerce-cart .woocommerce table.shop_table .coupon-row .coupon-container button[type=submit]:hover,
.woocommerce-cart .woocommerce table.shop_table .coupon-row .coupon-container input[type=submit]:hover,
.woocommerce form.checkout_coupon .coupon-row .coupon-container button[type=submit]:hover,
.woocommerce form.checkout_coupon .coupon-row .coupon-container input[type=submit]:hover {
  box-shadow: none;
}
.woocommerce-cart .woocommerce table.shop_table .coupon-row .coupon-container label,
.woocommerce form.checkout_coupon .coupon-row .coupon-container label {
  display: none;
}

.flexible-content .woocommerce .cart-collaterals .cross-sells,
.flexible-content .woocommerce-page .cart-collaterals .cross-sells {
  float: none;
  width: 100%;
}
.flexible-content .woocommerce .cart-collaterals .cross-sells ul.products li,
.flexible-content .woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 30%;
}