﻿@charset "UTF-8";
/*!
Theme Name: Crazy Pedro\'s
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: crazy-pedros
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Crazy Pedro\'s is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*///////////////////ADDITIONAL CSS///////////////////*/
html, body {
  height: 100%;
  width: 100%; }

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Comic Sans® Pro Regular", "Comic Sans MS", "Comic Sans", "Comic Neue",cursive;
   z-index: 0;
}

a {
  color: #ffd761;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
  a:focus, a:hover {
    color: #ffd761; }

ul {
  padding: 0;
  margin: 0;
  text-align: center; }
  ul li {
    display: inline-block;
    list-style-type: none;
    padding: 10px 20px;
    text-transform: uppercase; }

ol {
  padding: 0;
  margin: 0; }
  ol li {
    padding: 20px 0 15px 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    display: block; }

p {
  color: white;
  font-size: 1.8em;
  line-height: 50px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

h1, h3, h4 {
  color: white;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

h1 {
  font-size: 3em; }

h4 {
  font-size: 2.2em;
  margin: 30px 0; }

nav {
  position: relative; }
  nav a {
    font-size: 1.5em; }

.site-main {
  position: relative; }

.customCursor {
  position: absolute;
  z-index: 1;
  display: none; }

.central-wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }

.section {
  padding: 100px 0;
  text-align: center; }
  .section.splash-section {
    padding: 0;
    background-color: #ffd761; }
    .section.splash-section img {
      height: 45px; }
    .section.splash-section .pedro-img {
      height: 360px; }
  .section .splash-images {
    padding: 100px 0 40px 0; }
  .section .splash-content {
    position: relative;
    text-align: center; }
    .section .splash-content a {
      color: #04a4e8; }
    .section .splash-content p {
      padding: 60px 30px 5px 30px; }
      .section .splash-content p:nth-child(2) {
        padding-top: 0;
        margin-bottom: 100px; }
    .section .splash-content .text-logo {
      display: block;
      margin: 0 auto;
      height: 130px;
      bottom: 8px;
      position: relative; }
    .section .splash-content .col-sm-6 {
      padding: 0 50px; }
    .section .splash-content nav {
      margin-bottom: 50px; }
  .section .splash-footer img {
    background-color: white;
    border-radius: 50%;
    margin: 50px 10px;
    cursor: pointer;
    transition: all 400ms;
    margin: 15px 10px 50px 10px;
    position: relative; }
    .section .splash-footer img:hover {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }

.intro-section {
  background: #E37BB2;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #E37BB2 60%, #E3207D 100%);
  background-image: -moz-linear-gradient(top, #E37BB2 60%, #E3207D 100%);
  background-image: -o-linear-gradient(top, #E37BB2 60%, #E3207D 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60, #E37BB2), color-stop(100, #E3207D));
  background-image: -webkit-linear-gradient(top, #E37BB2 60%, #E3207D 100%);
  background-image: linear-gradient(to bottom, #E37BB2 60%, #E3207D 100%);
  padding-bottom: 45px;
  padding-top:45px;
  line-height: 60px; }
  .intro-section h1 {
    margin-bottom: 45px;
    line-height: 60px; }

.where-section {
  background: #e278aa;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #E3207D 60%, #EA3B4F 100%);
  background-image: -moz-linear-gradient(top, #E3207D 60%, #EA3B4F 100%);
  background-image: -o-linear-gradient(top, #E3207D 60%, #EA3B4F 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60, #E3207D), color-stop(100, #EA3B4F));
  background-image: -webkit-linear-gradient(top, #E3207D 60%, #EA3B4F 100%);
  background-image: linear-gradient(to bottom, #E3207D 60%, #EA3B4F 100%); }
  .where-section img {
    width: 48%;
    display: inline-block;
    margin: 30px 0; }

.liverpool, .manchester {
  cursor: pointer;
  transition: all 200ms ease; }
  .liverpool:hover, .manchester:hover {
    text-decoration: underline; }

.underline-title {
  text-decoration: underline;
  transform: scale(1.3); }

.grey-title {
  color: #aaa; }

.hidden-addresses {
  margin-top: 25px;
  transition: all 200ms ease;
  transform: translateY(30px);
  display: none; }
  .hidden-addresses.show-address {
    display: block;
    transform: translateY(0px); }
  .hidden-addresses span {
    font-size: 20px;
    display: block; }
  .hidden-addresses img {
    max-width: 250px; }

.address, .opening-times {
  font-size: 1.2em;
  line-height: 25px; }

.col-md-6 {
  text-align: center; }

.deliveroo-logo {
  border: 2px solid black;
  color: white;
  padding: 0px 80px 20px 80px;
  margin-top: 60px;
  display: inline-block; }
  .deliveroo-logo:hover {
    color: white; }

.history-section {
  background-color: #ea3b4f;
  background: -moz-linear-gradient(270deg, #ea3b4f 0%, #ea3b4f 63%, #ffd761 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea3b4f), color-stop(63%, #ea3b4f), color-stop(100%, #ffd761));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, #ea3b4f 0%, #ea3b4f 63%, #ffd761 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, #ea3b4f 0%, #ea3b4f 63%, #ffd761 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, #ea3b4f 0%, #ea3b4f 63%, #ffd761 100%);
  /* ie10+ */
  background: linear-gradient(180deg, #ea3b4f 0%, #ea3b4f 63%, #ffd761 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea3b4f', endColorstr='#ffd761',GradientType=0 );
  /* ie6-9 */
  padding-top: 0; }
  .history-section h1 {
    margin: 0px;
    padding: 100px 0 40px 0; }

.menus-section {
  background-color: #ffd761;
  background: -moz-linear-gradient(270deg, #ffd761 0%, #ffd761 85%, #007376 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd761), color-stop(85%, #ffd761), color-stop(100%, #007376));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, #ffd761 0%, #ffd761 85%, #007376 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, #ffd761 0%, #ffd761 85%, #007376 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, #ffd761 0%, #ffd761 85%, #007376 100%);
  /* ie10+ */
  background: linear-gradient(180deg, #ffd761 0%, #ffd761 85%, #007376 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd761', endColorstr='#007376',GradientType=0 );
  /* ie6-9 */ }
  .menus-section img {
    width: 80%; }
  .menus-section h1 {
    margin-bottom: 60px;
    margin-top: 0; }

.yellow-food {
  text-align: center; }
  .yellow-food img {
    max-width: 250px; }
  .yellow-food a {
    font-size: 1em; }
  .yellow-food .col-md-6 {
    margin-top: 70px; }
  .yellow-food span {
    display: block; }
  .yellow-food .page-menu-icon {
    max-width: 180px; }

.merch-section {
  background-color: #007376;
  background: -moz-linear-gradient(270deg, #007376 0%, #007376 82%, #00a2d0 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007376), color-stop(82%, #007376), color-stop(100%, #00a2d0));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, #007376 0%, #007376 82%, #00a2d0 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, #007376 0%, #007376 82%, #00a2d0 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, #007376 0%, #007376 82%, #00a2d0 100%);
  /* ie10+ */
  background: linear-gradient(180deg, #007376 0%, #007376 82%, #00a2d0 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007376', endColorstr='#00a2d0',GradientType=0 );
  /* ie6-9 */ }
  .merch-section img {
    max-width: 600px;
    width: 80%;
    margin: 100px 0;
    animation: pulseMerch 800ms ease-out infinite alternate;
    cursor: pointer; }
  .merch-section .central-wrapper {
    text-align: center; }
  .merch-section .fa {
    pointer-events: none;
    color: #ffd761;
    font-size: 200px;
    top: 60px;
    position: relative;
    text-shadow: 0px 0px 9px #505050; }

@keyframes pulseMerch {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
.footer-section {
  background-color: black;
  padding-bottom: 0; }
  .footer-section .say-hello {
    text-transform: uppercase;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    display: block;
    font-size: 32px;
    margin: 32px 0;
    display: inline-block;
    animation: pulseMerch 800ms ease-out infinite alternate; }
  .footer-section .central-wrapper {
    width: 60%; }

iframe {
  width: 667px;
  height: 456px; }

@keyframes pulseMerch {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
.pizzas-overlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(images/pizza-icon-12.png);
  background-size: 32px;
  opacity: .1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none; }

.form-wrapper {
  margin-top: 20px; }
  .form-wrapper br {
    display: none; }
  .form-wrapper input {
    background-color: transparent;
    border: 5px solid #ffd761;
    padding: 15px;
    color: white; }
    .form-wrapper input::-webkit-input-placeholder, .form-wrapper input::-moz-placeholder {
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 19px;
      color: white; }
  .form-wrapper .wpcf7-submit {
    color: #404040;
    background-color: #ffd761;
    border-color: #ffd761;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    outline: none;
    padding: 1em 2.5em;
    font-weight: 600;
    border-radius: 0;
    margin-top: 10px;
    width: 45%;
    background-color: #ffd761;
    font-family: 'Source Sans Pro', sans-serif;
    transition: all 200ms ease; }
    .form-wrapper .wpcf7-submit:hover {
      background-color: black;
      color: #fff; }

label {
  text-align: left;
  font-size: 14px;
  margin: 0; }

.name, .surname {
  margin-bottom: 10px;
  display: inline-block;
  width: 49%; }
  .name input, .name label, .surname input, .surname label {
    width: 100%; }

.name {
  margin-right: 5px; }

.email {
  margin-bottom: 10px;
  width: 99%;
  margin: 0 auto;
  margin-bottom: 10px; }
  .email input, .email label {
    width: 100%; }
  .email.message input {
    height: 120px; }

.counter .inner-counter {
  border: 1px solid #ffd761;
  display: inline-block;
  padding: 2px;
  overflow: hidden;
  margin-top: 40px; }
.counter .num {
  display: inline-block;
  background-color: white;
  border: 1px solid #ffd761;
  color: black;
  width: 20px;
  transition: all 200ms ease; }
.counter p {
  font-size: 1.1em; }
.counter .moveCounter {
  animation: rotateCounter 300ms linear; }

@keyframes rotateCounter {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(40px);
    visibility: hidden; }
  51% {
    transform: translateY(-40px);
    visibility: visible; }
  100% {
    transform: translateY(0); } }
.audio_wrapper {
  display: block;
  color: #04a4e8;
  position: fixed;
  top: 25px;
  left: 10px;
  cursor: pointer;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 3; }
  .audio_wrapper .active {
    color: #e3207d; }

.game-wrapper {
  overflow: hidden; }

#pagesMap {
  height: 400px;
  width: 100%;
  position: relative; }

.where-section .deliveroo-logo {
  margin-bottom: 90px;
  margin-top: 20px; }

.not-found {
  padding: 170px;
  text-align: center; }

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

.page-template-default .content-area, .error404 .content-area, .page-template-offers-page .content-area, .page-template-blank .content-area {
    height: 100%;
    width: 100%;
    background-color: #ea3b4f;
    background: -moz-linear-gradient(270deg, #ea3b4f 0%, #ea3b4f 63%, #ffd761 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea3b4f), color-stop(63%, #ea3b4f), color-stop(100%, #ffd761));
    background: -webkit-linear-gradient(270deg, #ea3b4f 0%, #ea3b4f 63%, #ffd761 100%);
    background: -o-linear-gradient(270deg, #ea3b4f 0%, #ea3b4f 63%, #ffd761 100%);
    background: -ms-linear-gradient(270deg, #ea3b4f 0%, #ea3b4f 63%, #ffd761 100%);
    background: linear-gradient(180deg, #ea3b4f 0%, #ea3b4f 63%, #ffd761 100%);
    text-align: center;
}
.page-template-default article, .error404 article, .page-template-offers-page article {
  padding: 40px 0 0px 0; }
.page-template-default .page-navs, .error404 .page-navs, .page-template-offers-page .page-navs {
  padding: 15px; }
.page-template-default p, .error404 p, .page-template-offers-page p {
  font-size: 1.5em; }

.offers-fliers-wrapper {
  padding-top: 60px; }
  .offers-fliers-wrapper .col-md-6 {
    margin-top: 30px; }

.page-footer {
  width: 100%;
  padding: 40px 40px 30px 40px;
  background-color: black;
  position: relative; }
  .page-footer .pedro-img {
    max-width: 200px; }
  .page-footer ul {
    text-align: left; }
  .page-footer li {
    display: inline-block;
    text-align: left;
    padding: 5px 12px;
    text-transform: capitalize; }
    .page-footer li a {
      color: #333; }
  .page-footer .copyright-notice {
    text-align: right; }
    .page-footer .copyright-notice a {
      color: rgba(255, 215, 97, 0.4); }

.gm-style-iw {
  left: 10px !important; }

.address-link {
  color: #404040; }

.loader-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #ffd761;
  z-index: 3;
  transition: all 50ms ease;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start; }
  .loader-bg.hide-loader {
    visibility: hidden; }
  .loader-bg .loader-wrapper {
    position: relative;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    align-self: center; }
  .loader-bg .pizza-loader {
    transform: rotate(-110deg);
    position: absolute;
    animation: rotate 1.5s ease infinite; }

@keyframes rotate {
  0% {
    transform: rotate(-110deg); }
  100% {
    transform: rotate(250deg); } }
.menu-page-columns {
  margin: 60px 0; }

.page-right-column {
  margin-top: 50px; }
  .page-right-column p {
    align-self: center; }

.page-menu-img {
  max-height: 920px; }

.page-template-default .central-wrapper {
  padding: 30px 0 50px 0; }
.page-template-default .see-menu-link, .page-template-default .see-all-link {
  display: inline-block;
  margin: 10px;
  font-size: 1.5em;
  color: #ffd761; }
  .page-template-default .see-menu-link:hover, .page-template-default .see-all-link:hover {
    text-decoration: underline; }

.terms-and-cookies p {
  margin-bottom: 0px; }
.terms-and-cookies .central-wrapper {
  text-align: justify;
  width: 70%; }
.terms-and-cookies h3 {
  padding: 20px 0 15px 0; }
.terms-and-cookies li {
  padding: 5px 0;
  font-style: italic;
  color: white;
  font-size: 1.2em; }
.terms-and-cookies ul {
  text-align: left; }

table {
  text-align: left; }
  table td {
    padding: 10px;
    word-wrap: break-word;
    border: 1px solid #ffd761; }
  table a {
    word-wrap: break-word; }
  table p {
    font-size: 1.3em;
    line-height: 30px; }

.merch-content a {
  display: inline-block; }

.toTopButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #04a4e8;
  transform: translateY(110px);
  transition: all 200ms ease;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 1; }
  .toTopButton img {
    display: block; }
  .toTopButton.showToTopButton {
    transform: translateY(0px);
    animation: pulseHead ease 300ms; }

@keyframes pulseHead {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
@media (max-width: 1200px) {
  .name {
    margin-right: 0px; }

  .liverpool, .manchester {
    padding: 0;
    margin: 15px 0 0 0; }

  .merch-section .fa {
    transform: rotate(90deg);
    display: block;
    margin: 0;
    font-size: 130px; }
  .merch-section .fa-long-arrow-right {
    top: 80px; }
  .merch-section .fa-long-arrow-left {
    top: -80px; }

  .menus-section img {
    width: 100%; }
  .menus-section .yellow-food {
    text-align: center; }
    .menus-section .yellow-food > div {
      margin: 20px 0; }
  .menus-section h1 {
    margin-top: 0px;
    display: block; }

  .where-section img {
    width: 100%; } }
@media (max-width: 991px) {
  .page-footer ul {
    text-align: center;
    margin-bottom: 10px; }
  .page-footer .copyright-notice {
    text-align: center; }

  table td {
    max-width: 90px; } }
@media (max-width: 768px) {
  p {
    font-size: 1.6em; }

  ul li {
    padding: 10px 12px; }

  .not-found {
    padding: 140px 50px; }

  .offers-fliers-wrapper .col-md-6 {
    margin-bottom: 50px;
    margin-top: 0; }

  .customCursor {
    display: none; }

  .section.splash-section .pedro-img, .section.splash-section .text-logo {
    height: auto;
    width: 100%;
    margin: 3px 0; }
  .section.splash-section .pedro-img {
    margin-top: 15px; }
  .section .splash-content .col-sm-6 {
    padding: 0; }
  .section .splash-content p:nth-child(2) {
    margin-bottom: 0; }

  .menus-section img {
    margin: 0 auto; }

  .footer-section .central-wrapper {
    width: 90%; }
  .footer-section .name, .footer-section .surname {
    display: block;
    width: 100%; }
  .footer-section .email {
    width: 100%; } }
@media (max-width: 576px) {
  p {
    line-height: 30px;
    font-size: 1.2em;
    text-align: justify; }

  h1 {
    font-size: 1.7em;
    margin: 0px 0 15px 0; }

  h4 {
    font-size: 1.5em; }

  ul li {
    padding: 25px 12px 0px 12px; }

  nav a {
    font-size: 1.5em;
    line-height: 15px; }

  .section {
    padding: 50px 0; }

  .not-found {
    padding: 70px 0px 80px 0; }

  .page-navs {
    padding: 30px 5px;
    font-size: 14px; }

  .menus-section .yellow-food img {
    max-width: 200px; }

  .page-template-default .section {
    padding-top: 0; }
  .main-menu {
    margin-bottom: 80px;
  }
  .main-menu li {
    padding: 0;
    display: block;
    line-height: 43px; }

  .page-template-default article, .error404 article {
    padding: 20px 0; }
  .page-template-default .col-md-12, .page-template-default .container-fluid, .error404 .col-md-12, .error404 .container-fluid {
    padding: 0; }

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

  .history-section {
    padding: 0 0 1px 0; }
    .history-section h1 {
      padding: 20px 0 40px 0; }

  .merch-section {
    padding: 0; }
    .merch-section h1 {
      top: 40px;
      position: relative;
      margin: 0; }

  .intro-section {
    padding: 35px 0; }
    .intro-section h1 {
      line-height: 45px;
      padding-top: 20px; }

  .where-section img {
    max-width: 200px; }
  .where-section .address, .where-section .opening-times {
    text-align: center; }
  .where-section .hidden-addresses {
    margin-top: 0; }
    .where-section .hidden-addresses p {
      text-align: center; }

  .section .splash-images {
    padding: 60px 0 20px 0; }

  table td {
    padding: 5px; }
  table p {
    font-size: 1em; }

  .terms-and-cookies p {
    margin-bottom: 10px; }
  .terms-and-cookies .central-wrapper {
    width: 90%; }
  .terms-and-cookies h1, .terms-and-cookies h3 {
    text-align: left; }

  .counter p {
    text-align: center; }

  .footer-section {
    padding-bottom: 0; }

  .menu-page-menu-container li {
    padding: 13px 12px 0px 12px; }

  .menu-page-columns {
    margin: 35px 0; }

  .offers-fliers-wrapper {
    padding-top: 20px; }

  .page-right-column {
    margin-top: 20px; }

  .page-template-default .see-menu-link, .page-template-default .see-all-link {
    margin: 7px 4px;
    font-size: 1.3em; }
  .page-template-default h1 {
    font-size: 2em; } }
    @media (max-width: 760px) {
      #lb-content-PC5b1513a91eb85 {

       width: 300px !important;

       height: 500px !important;

      }
      #lb-modal-PC5b1513a91eb85 {

     margin-left: -150px !important;

    }
  }


/*# sourceMappingURL=style.css.map */
