@charset "UTF-8";
/*!
Theme Name: Twenty Twenty Child
Theme URI: http://localhost:8888//twenty-child-child/
Description:  Schofield's Bar
Author: Mojofuel
Author URI: http://www.mojofuel.com/
Template: twentytwenty
Version: 2.8.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty-child
*/
/*--------------------------------------------
RESET
--------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: underline !important;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  width: 100%;
  height: auto;
  display: block;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/*--------------------------------------------
RESET END
--------------------------------------------*/
/*--------------------------------------------
MIXINS
--------------------------------------------*/
/*--------------------------------------------
MIXINS END
--------------------------------------------*/
/*--------------------------------------------
VARIABLES
--------------------------------------------*/
/*--------------------------------------------
VARIABLES END
--------------------------------------------*/
/*--------------------------------------------
TYPORGRAPHY
---------------------------------------------*/
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "GilroyLight";
  src: url("fonts/Gilroy-light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*--------------------------------------------
BASE
--------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 52.5%;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

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

body {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto !important;
  position: relative;
  background: #781005;
  font-family: "GilroyLight", sans-serif;
}

ul {
  margin: 0 0 4em 2em;
  padding: 0;
}
ul li {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 0.5em 0;
  color: #FADF93;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 2px;
  line-height: 20px;
  text-decoration: none;
}

ol {
  counter-reset: item;
  margin: 0 0 2em 0;
  padding: 0;
}
ol li {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 2em 0;
  padding: 0;
}
ol li ol {
  margin: 2em 0 0 0;
}
ol li ol li {
  font-size: 16px;
  font-size: 1.6rem;
}
ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

.btn {
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  padding: 0.5em 3em;
}

.wrapper-padding {
  padding: 13em 3em;
}
@media only screen and (min-width: 768px) {
  .wrapper-padding {
    padding: 0 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper-padding {
    padding: 0 7em;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper-padding {
    padding: 0 20%;
  }
}
.wrapper-padding p {
  width: 100%;
}

/*--------------------------------------------
LAYOUT
--------------------------------------------*/
.two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .two-col {
    flex-direction: row;
  }
  .two-col .one-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

/*--------------------------------------------
LAYOUT END
--------------------------------------------*/
/*--------------------------------------------
BASE END
--------------------------------------------*/
/*--------------------------------------------
TYPOGRAPHY
---------------------------------------------*/
h1,
h2,
h3,
h4,
.faq-intro,
.form-intro,
h5 {
  color: #F0813C;
  text-align: center;
  letter-spacing: 4px;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #F0813C;
}

h1 {
  margin: 0 0 4em;
  font-size: 30px;
  font-size: 3rem;
}

h2 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 41px; /* 102.5% */
  letter-spacing: 6.232px;
}

h3 {
  margin: 0em 0 1em 0;
  font-size: 40px;
  font-size: 4rem;
  line-height: 32px;
  letter-spacing: 11.37px;
}

h4,
.faq-intro {
  line-height: 32px; /* 152.381% */
  letter-spacing: 11.37px;
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0em 0 2em 0;
}

.sub-heading {
  color: #F0813C;
  text-align: center;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 2em 0;
}
@media only screen and (max-width: 1024px) {
  .sub-heading {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

p, a {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 1em 0;
  color: #FADF93;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2.2rem;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  p, a {
    font-size: 20px;
    font-size: 2rem;
  }
}

.small,
small {
  font-weight: 400;
}

.single .small,
.single small {
  font-size: 100% !important;
  font-weight: 400;
}

/*--------------------------------------------
TYPOGRAPHY END
---------------------------------------------*/
/*--------------------------------------------
MENU
---------------------------------------------*/
.alert {
  background: #F0813C;
  color: white;
  text-align: center;
}
.alert a {
  margin: 0;
  color: #781005;
  padding: 0.5em 0;
  display: inline-block;
  margin: 0 auto;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  opacity: 1;
}
.alert a:hover {
  opacity: 0.5;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
    margin-top: 1.5em;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.navbar ul li:nth-child(1) a {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.navbar ul li:nth-child(2) a {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.navbar ul li:nth-child(3) a {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.navbar ul li:nth-child(4) a {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.navbar ul li:nth-child(5) a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.navbar ul li:nth-child(6) a {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.navbar ul li:nth-child(7) a {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  padding: 0 1rem;
  z-index: 50;
}
@media only screen and (max-width: 960px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    color: black;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: height 0.4s cubic-bezier(0.5, 0.01, 0.13, 0.99);
    -o-transition: height 0.4s cubic-bezier(0.5, 0.01, 0.13, 0.99);
    transition: height 0.4s cubic-bezier(0.5, 0.01, 0.13, 0.99);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.025em;
    padding: 0;
  }
}
@media only screen and (min-width: 961px) {
  .navbar {
    position: absolute;
    top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin: 0;
    text-align: center;
    padding: 0 0 1em 0;
    z-index: 50;
    left: 10px;
    right: 10px;
  }
}
.navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 961px) {
  .navbar ul {
    justify-content: space-around;
    width: 100%;
    padding: 0.5em 0;
    margin: 0;
  }
}
.navbar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2em;
}
@media only screen and (min-width: 961px) {
  .navbar ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
  }
}
.navbar ul li a {
  text-decoration: none !important;
  font-size: 1.2rem;
  line-height: 1.1em;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.6rem;
}
.navbar ul li a:hover {
  color: white;
  border-color: transparent;
  opacity: 0.5;
}
@media only screen and (max-width: 960px) {
  .navbar ul li a {
    position: absolute;
    font-size: inherit;
    opacity: 0;
    font-size: 2.6rem;
    margin-top: 1.5em;
    padding: 0 0.15em 0.15em 0.15em;
  }
  .navbar ul li a:hover {
    color: white;
    border-color: transparent;
  }
}
@media only screen and (min-width: 961px) {
  .navbar ul li a {
    margin: 0;
    padding: 0;
    color: #fff;
  }
}
.navbar ul span {
  display: inline-block;
}

.navbar:before {
  content: "";
  background-color: #781005;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 0%;
  top: 0;
  -webkit-transition: height 0.4s cubic-bezier(0.5, 0.01, 0.13, 0.99);
  -o-transition: height 0.4s cubic-bezier(0.5, 0.01, 0.13, 0.99);
  transition: height 0.4s cubic-bezier(0.5, 0.01, 0.13, 0.99);
}

.navbar a.active {
  border-color: white;
}

#hamburger {
  position: fixed;
  z-index: 110;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
  outline: none;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 2em;
  right: 2em;
  z-index: 11;
}
@media only screen and (max-width: 960px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 50;
  }
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 32px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  text-indent: -9999px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 32px;
  height: 3px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*Collapse*/
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -moz-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -ms-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  background-color: white;
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  background-color: inherit;
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  background-color: inherit;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 960px) {
  .navbar.is-active {
    height: 100vh;
    color: white;
    z-index: 40;
  }
  .navbar.is-active:before {
    height: 100%;
  }
  .navbar.is-active li {
    margin: 1em 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 5rem;
    width: 100%;
  }
  .navbar.is-active li a {
    margin-top: 0;
    -webkit-animation: FadeIn 0.3s cubic-bezier(0, 0.02, 0, 0.99);
    animation: FadeIn 0.3s cubic-bezier(0, 0.02, 0, 0.99);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .navbar.is-active ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .navbar.is-active li a:hover {
    background-color: white;
    color: #F0813C;
    border-color: transparent;
  }
}
/*--------------------------------------------
MENU END
--------------------------------------------*/
/*--------------------------------------------
HEAD
--------------------------------------------*/
/*--------------------------------------------
HEAD END
--------------------------------------------*/
/*--------------------------------------------
HERO
--------------------------------------------*/
.hero-wrapper {
  position: relative;
}
.hero-wrapper .hero {
  z-index: 10;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero-wrapper .hero {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-wrapper .hero {
    max-height: 100vh;
  }
}
.hero-wrapper .logo {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 30;
  width: 90vw;
  margin: auto 5vw;
}

/*--------------------------------------------
HERO END
--------------------------------------------*/
/*--------------------------------------------
SPLIT COL
--------------------------------------------*/
.story {
  background-color: #781005;
  background-image: url("images/atomica-circle-light.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*--------------------------------------------
SPLIT COL END
--------------------------------------------*/
/*--------------------------------------------
FULL WIDTH
--------------------------------------------*/
.opening-hours-wrapper {
  background-color: #781005;
}
@media only screen and (max-width: 767px) {
  .opening-hours-wrapper {
    padding: 13em 1em 4em 1em;
  }
}
@media only screen and (min-width: 768px) {
  .opening-hours-wrapper {
    padding: 8em 10%;
  }
}
@media only screen and (min-width: 1200px) {
  .opening-hours-wrapper {
    padding: 8em 20%;
  }
}
.opening-hours-wrapper .map {
  background: white;
}
.opening-hours-wrapper h2 {
  margin: 0 0 1em 0;
}
@media only screen and (min-width: 768px) {
  .opening-hours-wrapper h2 {
    width: 100%;
    padding-top: 4rem;
  }
}

.block-btn {
  padding: 1em;
  margin: 0 0 1em 0;
  text-decoration: none !important;
  border: none;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.block-btn:hover {
  opacity: 0.5;
}

.menu-wrap {
  margin: 4em 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .menu-wrap {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
}

.wine-bar {
  background-color: #781005;
  background-image: url(./images/wine-bar-logo.svg);
  background-position: center left;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1500px) {
  .wine-bar {
    background-size: 30%;
  }
}
.wine-bar .opening td {
  width: 100% !important;
  padding-right: 0% !important;
  text-align: center !important;
  color: #FADF93;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin: 0 0 0rem 0;
}
.wine-bar .block-btn {
  background: #FADF93;
  color: #781005;
}

.ot-dtp-picker .ot-dtp-picker-selector > select {
  font-size: 14px !important;
}

.deansgate {
  background-color: #F0813C;
  background-image: url(./images/deansgate-logo.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.deansgate h2, .deansgate p, .deansgate td {
  color: #781005 !important;
}
.deansgate .opening-hours {
  border-top: solid 1px #781005 !important;
}
.deansgate .opening-hours .line {
  background: #781005;
}
.deansgate .address {
  border-top: solid 1px #781005;
  border-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .deansgate .address {
    border-bottom: solid 1px #781005;
  }
}
.deansgate .block-btn {
  background: #781005;
  color: #FADF93;
  margin: 10px;
  text-wrap: balance;
}

.masterclass-wrapper {
  background: url("./images/schofields-masterclass.jpg");
  background-size: cover;
  background-color: #781005;
  background-position-x: center;
  background-position-y: bottom;
}
@media only screen and (min-width: 768px) {
  .masterclass-wrapper {
    height: 1000px;
    min-height: 90vh;
  }
}
.masterclass-wrapper .masterclass {
  position: relative;
  padding: 8em 5em 6em 5em;
  text-align: center;
  max-width: 830px;
}
.masterclass-wrapper .masterclass p {
  text-align: center;
  position: relative;
  z-index: 10;
}
.masterclass-wrapper .masterclass a {
  position: relative;
  z-index: 10;
  margin: 1em auto 0 auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1em 3em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  cursor: pointer;
  display: inline-block;
}
.masterclass-wrapper .masterclass a:hover {
  background-color: transparent;
  color: white;
}
.masterclass-wrapper .masterclass h2 {
  position: relative;
  z-index: 10;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.1em;
  margin: 0 auto 0.6em auto;
}
@media only screen and (min-width: 768px) {
  .masterclass-wrapper .masterclass h2 {
    font-size: 52px;
    font-size: 5.2rem;
    width: 100%;
    max-width: 800px;
    line-height: 0.5em;
  }
}
.masterclass-wrapper .masterclass p.master-intro {
  font-size: 24px;
  font-size: 2.4rem;
}

.contact-wrapped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.contact-wrapped p {
  margin: 0 auto;
  text-align: center;
  max-width: 510px;
}

.address {
  margin: 0;
  border-top: solid 1px #FADF93;
  border-bottom: solid 1px #FADF93;
  width: 100%;
  text-align: center;
  padding: 5em 2em 0;
}
@media only screen and (min-width: 768px) {
  .address {
    border-left: solid 1px #FADF93;
    border-right: solid 1px #FADF93;
    padding: 5em 10em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .address {
    padding: 5em 16em 0;
  }
}
.address p {
  width: 100%;
  max-width: 100%;
  padding: 0rem 0 3rem 0;
}

table.opening {
  border-collapse: separate;
  border-spacing: 0 2em;
  margin: 1rem auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  table.opening {
    margin: 0rem auto;
    padding: 4rem 0;
    border-left: solid 1px #FADF93;
    border-right: solid 1px #FADF93;
  }
}
table.opening tr {
  border-spacing: 0 1em;
}
table.opening tr td {
  width: 45%;
  padding-right: 5%;
  text-align: right;
  color: #FADF93;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  table.opening tr td {
    width: 400px;
    padding-right: 4rem;
  }
}
table.opening tr td:nth-child(2) {
  width: 45%;
  text-align: left;
  margin: 0 0 1rem 0;
  padding-right: 0;
  padding-left: 5%;
}
@media only screen and (min-width: 768px) {
  table.opening tr td:nth-child(2) {
    width: 400px;
    padding-right: 0;
    padding-left: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .deansgate table.opening,
  .deansgate .address {
    border-left: solid 1px #781005;
    border-right: solid 1px #781005;
  }
}

.faq {
  margin: 4em 0;
}
@media only screen and (min-width: 768px) {
  .faq {
    margin: 0;
    border-left: solid 1px #FADF93;
    border-right: solid 1px #FADF93;
    border-bottom: solid 1px #FADF93;
    padding: 7em 4em 4em 4em;
    width: 100%;
  }
}
@media only screen and (min-width: 1800px) {
  .faq {
    padding: 7em 10em 4em 10em;
  }
}
.faq ul {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .faq ul {
    column-count: 2;
  }
}
.faq ul li {
  list-style-type: none;
  text-align: center;
  margin: 0 0 1em 0;
}
@media only screen and (min-width: 1024px) {
  .faq ul li {
    text-align: left;
    margin: 0 2em 1em 0;
  }
}

/*--------------------------------------------
FULL WIDTH END
--------------------------------------------*/
/*--------------------------------------------
GALLERY
--------------------------------------------*/
@media only screen and (min-width: 768px) {
  picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; /* new */
  }
  picture img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.gallery {
  margin: 0;
}
.gallery picture.glasses {
  display: none;
}
@media only screen and (min-width: 768px) {
  .gallery picture.glasses {
    padding: 0em 15em 0 15em;
    display: block;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery picture.glasses {
    padding: 11em 20em;
  }
}
@media only screen and (min-width: 1700px) {
  .gallery picture.glasses {
    padding: 0em 20em 0em 20em;
  }
}
@media only screen and (min-width: 768px) {
  .gallery .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gallery .columns .vertical {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .gallery .columns .vertical picture {
    height: 50%;
    display: flex;
    align-items: center;
  }
  .gallery .columns > picture {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; /* new */
  }
  .gallery .columns .vertical-bottom img, .gallery .columns .full-right img {
    height: 100%;
  }
}
.gallery .btm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; /* new */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery .btm-row > picture {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .gallery .btm-row > picture {
    width: 100%;
    -webkit-box-flex: 1.63;
    -ms-flex: 1.63;
    flex: 1.63;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; /* new */
  }
}
@media only screen and (min-width: 900px) {
  .gallery .btm-row > picture {
    width: 100%;
    -webkit-box-flex: 1.63;
    -ms-flex: 1.63;
    flex: 1.63;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; /* new */
  }
}
.gallery .btm-row .gallery-quarter {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .gallery .btm-row .gallery-quarter {
    width: 100%;
    -webkit-box-flex: 1.01;
    -ms-flex: 1.01;
    flex: 1.01;
  }
}
@media only screen and (min-width: 900px) {
  .gallery .btm-row .gallery-quarter {
    width: 100%;
    -webkit-box-flex: 1.01;
    -ms-flex: 1.01;
    flex: 1.01;
  }
}

/*--------------------------------------------
GALLERY END
--------------------------------------------*/
/*--------------------------------------------
CONTACT
--------------------------------------------*/
@media only screen and (min-width: 768px) {
  .contact-inner {
    padding: 0 20%;
  }
}

@media only screen and (min-width: 768px) {
  .contact {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  .contact .contact-split {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .contact .wrapper-padding {
    padding: 2em 2em 0 2em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .contact .wrapper-padding {
    padding: 0 0%;
  }
}
.contact .faq-intro {
  margin: 0;
  max-width: 550px;
}
.contact form {
  margin: 1em 0 2em 0;
  width: 100%;
  max-width: 650px;
  padding: 0 0 3em 0;
}
@media only screen and (min-width: 768px) {
  .contact form {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.contact .form-intro {
  padding-top: 2em;
  display: block;
  max-width: 640px;
  color: #FADF93;
}
.contact .info {
  margin: 4em 0;
  padding: 0 0 2em 0;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .contact .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4em 0 6em 0;
    padding: 3em 3em 1em 3em;
  }
}
.contact .info ul {
  margin: 2em 0em 5em 2em;
}
@media only screen and (min-width: 768px) {
  .contact .info ul {
    margin: 1em 3em 1em 3em;
  }
}
.contact .info ul li {
  margin: 0 0em 1.5em 0em;
  list-style-type: disc;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
}
.contact p {
  margin-bottom: 4em;
  text-align: center;
}
.contact {
  /**
  * Make the field a flex-container, reverse the order so label is on top.
  */
}
.contact .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 3em;
}
@media only screen and (min-width: 768px) {
  .contact .field {
    width: 100%;
  }
}
.contact .submit {
  margin: 0 auto;
}
.contact .submit input {
  color: #F0813C;
  background-color: #781005;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin: 0 auto;
  padding: 1em 3em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  cursor: pointer;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact .submit input {
    width: auto;
  }
}
.contact .submit input:hover {
  opacity: 0.5;
}
.contact {
  /**
  * Add a transition to the label and input.
  * I'm not even sure that touch-action: manipulation works on
  * inputs, but hey, it's new and cool and could remove the 
  * pesky delay.
  */
}
.contact label, .contact input, .contact textarea {
  font-family: "Gilroy", sans-serif;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.contact input, .contact textarea {
  font-size: 1.5em;
  border: 0;
  border: solid 2px #F0813C;
  background: #781005;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 1em;
  cursor: text;
  color: white;
}
.contact input:focus,
.contact textarea:focus {
  outline: 0;
  border: solid 2px #F0813C;
}
.contact label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #FADF93;
}
.contact {
  /**
  * Translate down and scale the label up to cover the placeholder,
  * when following an input (with placeholder-shown support).
  * Also make sure the label is only on one row, at max 2/3rds of the
  * field—to make sure it scales properly and doesn't wrap.
  */
}
.contact input:placeholder-shown + label,
.contact textarea:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  transform: translate(1rem, 3.125rem) scale(1.5);
  -webkit-transform: translate(1rem, 3.125rem) scale(1.5);
  -moz-transform: translate(1rem, 3.125rem) scale(1.5);
  -ms-transform: translate(1rem, 3.125rem) scale(1.5);
  -o-transform: translate(1rem, 3.125rem) scale(1.5);
}
.contact {
  /**
  * By default, the placeholder should be transparent. Also, it should 
  * inherit the transition.
  */
}
.contact ::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.contact {
  /**
  * Show the placeholder when the input is focused.
  */
}
.contact input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.contact {
  /**
  * When the element is focused, remove the label transform.
  * Also, do this when the placeholder is _not_ shown, i.e. when 
  * there's something in the input at all.
  */
}
.contact input:not(:placeholder-shown) + label,
.contact input:focus + label,
.contact textarea:not(:placeholder-shown) + label,
.contact textarea:focus + label {
  transform: translate(0, -1rem) scale(1);
  -webkit-transform: translate(0, -1rem) scale(1);
  -moz-transform: translate(0, -1rem) scale(1);
  -ms-transform: translate(0, -1rem) scale(1);
  -o-transform: translate(0, -1rem) scale(1);
}

/*--------------------------------------------
CONTACT END
--------------------------------------------*/
/*--------------------------------------------
FOOTER
--------------------------------------------*/
footer {
  background-image: url("images/atomica-circle-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  padding: 25em 3em 3em 3em;
}
@media only screen and (min-width: 768px) {
  footer {
    margin: 8em 0 0 0;
    background-size: 120%;
  }
}
@media only screen and (min-width: 1000px) {
  footer {
    padding: 30em 3em 3em 3em;
  }
}
@media only screen and (min-width: 1100px) {
  footer {
    padding: 40em 3em 3em 3em;
  }
}
footer .logo {
  max-width: 800px;
  margin: 0 auto;
}
footer nav {
  padding: 3em 0;
  margin: 3em 0;
}
@media only screen and (min-width: 768px) {
  footer nav {
    text-align: center;
    margin: 5em 0 2em 0;
  }
}
footer nav ul {
  margin: 0;
}
footer nav li {
  list-style-type: none;
}
footer nav li a {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  text-decoration: none;
}
footer nav li a:hover {
  color: white;
  border-color: transparent;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  footer nav li {
    display: inline-block;
    margin: 0 3em 0 3em;
  }
}
footer nav span {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer nav span {
    display: inline-block;
  }
}
footer p {
  text-align: center;
  margin: 0 0 0.5em 0;
  color: #FADF93;
  font-size: 14px;
  font-size: 1.4rem;
}
footer a {
  text-align: center;
  margin: 0 4rem;
  color: white;
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: center;
  margin: 0 auto 4em auto;
  max-width: 80%;
}
@media only screen and (min-width: 768px) {
  .social {
    margin: 0 auto -2.5em auto;
  }
}
.social a {
  margin: 0 1em;
}
.social img {
  transition: transform 0.2s; /* Animation */
}
.social img:hover {
  transform: scale(1.1);
  /*(150%zoom-Note: if the zoom is too large, it will go outside of the viewport) */
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  .social img {
    width: 80%;
  }
}

.wine-bar .social img {
  background: #781005;
}

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

/*--------------------------------------------
FOOTER END
--------------------------------------------*/
#ot-widget-container5 iframe {
  width: 600px;
}

#ot-widget-container5 iframe .ot-dtp-picker {
  width: 100%;
}

.ot-dtp-picker {
  width: 100%;
}

div#ot-widget-container3 {
  margin: 0 auto 4em auto;
  text-align: center;
}

.ot-dtp-picker.ot-standard {
  width: 640px !important;
}

.ot-dtp-picker.ot-standard .ot-dtp-picker-button,
.ot-dtp-picker.ot-standard .ot-button {
  border-radius: 0 0 2px 2px;
  height: 48px;
  margin: 0 !important;
  -webkit-appearance: none;
  background-color: #F0813C !important;
  border: 0.0625rem solid #F0813C !important;
}

.ot-button {
  background-color: #F0813C !important;
  border: 1px solid #F0813C !important;
  border-radius: 4px;
  color: #002232;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 14px 0 15px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.ot-dtp-picker .ot-dtp-picker-selector select {
  right: 0;
  width: 30px;
}

#ot-widget-container5 {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 0 2em 0;
}

.ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link {
  margin: 0;
}

.ot-dropdown-content {
  font-size: 1.4rem;
  line-height: normal;
  margin: 0;
}

.ot-dtp-picker .ot-label-text {
  text-decoration: none !important;
}

.ot-dtp-picker.ot-standard {
  background-color: var(--otkit-color-background, var(--otkit-color-background-default));
  width: 34rem !important;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
}

.standard-calendar.picker--opened .picker__holder {
  border-radius: 4px;
  opacity: 0;
  background: #f1f2f4;
  -webkit-box-shadow: 0 0 0 1px #d8d9db;
  box-shadow: 0 0 0 1px #d8d9db;
  max-height: 0;
  width: 223px !important;
  height: 300px !important;
  left: calc(50% - 112px) !important;
  position: absolute;
}

.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  z-index: 101;
  display: none;
}

/*   This is the Popup Window   */
.delayedPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  max-width: 300px;
  height: auto;
  top: 20px;
  left: 50%;
  margin-left: -150px;
  z-index: 102;
  padding: 10px 10px;
  outline-offset: -10px;
}
@media only screen and (min-width: 375px) {
  .delayedPopupWindow {
    top: 50px;
    padding: 10px 20px 50px 20px;
    margin-left: -165px;
    max-width: 330px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .delayedPopupWindow {
    top: 50px;
    padding: 10px 20px 50px 20px;
    margin-left: -270px;
    max-width: 540px;
    width: 100%;
  }
}
.delayedPopupWindow .sub-heading {
  margin: 0 0 0em 0;
}
@media only screen and (min-width: 375px) {
  .delayedPopupWindow .sub-heading {
    margin: 0 0 2em 0;
  }
}
.delayedPopupWindow h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

/*   This is the closing button  */
#btnClose {
  width: 100%;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #BCBCBC;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  #btnClose {
    margin-bottom: 40px;
  }
}

/*   This is the closing button hover state  */
#btnClose:hover {
  color: #fff;
}

.opening-hours {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .opening-hours {
    border-top: solid 1px #FADF93;
    margin: 3em 0 0 0;
  }
}
.opening-hours .line {
  width: 1px;
  height: 100%;
  background: #FADF93;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: 50%;
  margin-left: 50%;
}
.opening-hours p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 0.5em 0;
}
@media only screen and (min-width: 768px) {
  .opening-hours p {
    margin: 0 0 1em 0;
  }
}
.opening-hours .time {
  display: inline-block;
  margin: 0.5em 0 0 0em;
  width: 140px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .opening-hours .time {
    width: 172px;
  }
}
.opening-hours .date {
  width: 130px;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 375px) {
  .opening-hours .date {
    width: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .opening-hours .date {
    width: 150px;
  }
}
.opening-hours .day {
  width: 100%;
  /*max-width: 410px;*/
  margin: 0 auto;
}
.opening-hours .day p a {
  text-transform: uppercase;
  padding: 0.3em 0.5em;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.opening-hours .day p a:hover {
  opacity: 0.5;
  color: #fff;
}

.button {
  background: #FADF93;
  padding: 1rem 3rem;
  color: #F0813C;
  margin: 2rem auto;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button:hover {
  color: #FADF93;
  background: #F0813C;
}