@font-face {
  font-family: "Neue Haas Display";
  src: url("https://food.masswebdesign.co.uk/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-Roman.ttf") format("TrueType");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("https://food.masswebdesign.co.uk/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-RomanItalic.ttf") format("TrueType");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("https://food.masswebdesign.co.uk/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-Medium.ttf") format("TrueType");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("https://food.masswebdesign.co.uk/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-MediumItalic.tff") format("TrueType");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Bodoni";
  src: url("https://food.masswebdesign.co.uk/wp-content/themes/html5blank-stable/fonts/BodoniSvtyTwoOSITCTT-Book.eot");
  src: url("https://food.masswebdesign.co.uk/wp-content/themes/html5blank-stable/fonts/BodoniSvtyTwoOSITCTT-Book.eot#iefix") format("embedded-opentype"), url("https://food.masswebdesign.co.uk/wp-content/themes/html5blank-stable/fonts/BodoniSvtyTwoOSITCTT-Book.woff2") format("woff2"), url("https://food.masswebdesign.co.uk/wp-content/themes/html5blank-stable/fonts/BodoniSvtyTwoOSITCTT-Book.woff") format("woff"), url("https://food.masswebdesign.co.uk/wp-content/themes/html5blank-stable/fonts/BodoniSvtyTwoOSITCTT-Book.svg#BodoniSvtyTwoOSITCTT-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lucida";
  src: url("https://food.masswebdesign.co.uk/wp-content/themes/html5blank-stable/fonts/LucidaGrande.eot");
  src: url("https://food.masswebdesign.co.uk/wp-content/themes/html5blank-stable/fonts/LucidaGrande.eot#iefix") format("embedded-opentype"), url("https://food.masswebdesign.co.uk/wp-content/themes/html5blank-stable/fonts/LucidaGrande.woff2") format("woff2"), url("https://food.masswebdesign.co.uk/wp-content/themes/html5blank-stable/fonts/LucidaGrande.woff") format("woff"), url("https://food.masswebdesign.co.uk/wp-content/themes/html5blank-stable/fonts/LucidaGrande.svg#LucidaGrande") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.btn {
  border-radius: 0px;
  padding: 11px 17px;
  font-weight: 500;
  font-size: inherit;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.btn:focus {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .btn-md {
    padding: 0.5rem 2rem;
    font-size: calc(1.255rem + 0.06vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-md {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .btn-lg {
    padding: 1rem 5rem;
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-lg {
    font-size: 1.5rem;
  }
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #3c98af;
  color: #3c98af;
}
.btn-outline-primary:hover {
  background-color: #3c98af;
  color: #fff;
}

.btn-outline-black {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn-outline-black:hover {
  background-color: #000;
  color: #fff;
}

.btn-outline-dark-grey {
  background-color: transparent;
  border: 1px solid #ecedef;
  color: #ecedef;
}
.btn-outline-dark-grey:hover {
  background-color: #ecedef;
  color: #fff;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #fff;
}

.btn-outline-brown {
  background-color: transparent;
  border: 1px solid #b29672;
  color: #b29672;
}
.btn-outline-brown:hover {
  background-color: #b29672;
  color: #fff;
}

.btn-outline-cream {
  background-color: transparent;
  border: 1px solid #f8f1e3;
  color: #f8f1e3;
}
.btn-outline-cream:hover {
  background-color: #f8f1e3;
  color: #fff;
}

.btn-primary {
  background-color: #3c98af;
  border: 1px solid #3c98af;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
  background-color: #2f7789;
  color: #fff;
  border: 1px solid #2f7789;
}
.btn-primary:focus, .btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(60, 152, 175, 0.5);
}

.btn-black {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn-black:hover, .btn-black:active, .btn-black:focus, .btn-black:disabled {
  background-color: black;
  color: #fff;
  border: 1px solid black;
}
.btn-black:focus, .btn-black:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-dark-grey {
  background-color: #ecedef;
  border: 1px solid #ecedef;
  color: #fff;
}
.btn-dark-grey:hover, .btn-dark-grey:active, .btn-dark-grey:focus, .btn-dark-grey:disabled {
  background-color: #d0d3d8;
  color: #fff;
  border: 1px solid #d0d3d8;
}
.btn-dark-grey:focus, .btn-dark-grey:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(236, 237, 239, 0.5);
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:disabled {
  background-color: #e6e6e6;
  color: #fff;
  border: 1px solid #e6e6e6;
}
.btn-white:focus, .btn-white:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-brown {
  background-color: #b29672;
  border: 1px solid #b29672;
  color: #fff;
}
.btn-brown:hover, .btn-brown:active, .btn-brown:focus, .btn-brown:disabled {
  background-color: #9c7d55;
  color: #fff;
  border: 1px solid #9c7d55;
}
.btn-brown:focus, .btn-brown:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(178, 150, 114, 0.5);
}

.btn-cream {
  background-color: #f8f1e3;
  border: 1px solid #f8f1e3;
  color: #fff;
}
.btn-cream:hover, .btn-cream:active, .btn-cream:focus, .btn-cream:disabled {
  background-color: #eeddba;
  color: #fff;
  border: 1px solid #eeddba;
}
.btn-cream:focus, .btn-cream:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(248, 241, 227, 0.5);
}

.text-primary {
  color: #3c98af !important;
}
.text-primary a {
  color: #3c98af;
  font-weight: 500;
}
.text-primary a:hover {
  color: #2f7789;
}

.text-black {
  color: #000 !important;
}
.text-black a {
  color: #000;
  font-weight: 500;
}
.text-black a:hover {
  color: black;
}

.text-dark-grey {
  color: #ecedef !important;
}
.text-dark-grey a {
  color: #ecedef;
  font-weight: 500;
}
.text-dark-grey a:hover {
  color: #d0d3d8;
}

.text-white {
  color: #fff !important;
}
.text-white a {
  color: #fff;
  font-weight: 500;
}
.text-white a:hover {
  color: #e6e6e6;
}

.text-brown {
  color: #b29672 !important;
}
.text-brown a {
  color: #b29672;
  font-weight: 500;
}
.text-brown a:hover {
  color: #9c7d55;
}

.text-cream {
  color: #f8f1e3 !important;
}
.text-cream a {
  color: #f8f1e3;
  font-weight: 500;
}
.text-cream a:hover {
  color: #eeddba;
}

.bg-primary {
  background-color: #3c98af;
}

.bg-black {
  background-color: #000;
}

.bg-dark-grey {
  background-color: #ecedef;
}

.bg-white {
  background-color: #fff;
}

.bg-brown {
  background-color: #b29672;
}

.bg-cream {
  background-color: #f8f1e3;
}

.map {
  min-height: 500px;
  width: 100%;
}

label {
  font-size: 1rem;
  font-weight: 500;
}
label.form-check-label {
  font-weight: 400;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

.wpcf7-not-valid-tip {
  font-size: 9px !important;
  margin-top: -14px !important;
  margin-bottom: -20px !important;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 9px !important;
  margin-top: 1rem !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
  background-color: transparent;
  color: #000;
  font-size: 15px;
  border: 1px solid #000;
  height: 50px;
  margin-bottom: 1rem;
  padding-left: 15px;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::placeholder {
  color: #000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: transparent;
  color: #000;
  font-size: 15px;
  border: 1px solid #000;
  height: 50px;
  margin-bottom: 1rem;
  padding-left: 15px;
}

[type=submit] {
  width: 40%;
  height: 50px;
  background-color: #b29672;
  color: #fff;
  border: 1px solid #b29672;
  padding: 0;
  font-size: 15px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  margin-top: 2rem;
}
@media screen and (max-width: 500px) {
  [type=submit] {
    width: 100%;
  }
}
[type=submit]:hover {
  background-color: transparent;
  color: #000;
}

.form-control,
.form-check-input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #ecedef;
}

.form-check .wpcf7-list-item {
  margin: 0;
  display: inline;
}

span.wpcf7-not-valid-tip {
  font-size: 0.9rem;
}

.wpcf7-list-item {
  width: 100%;
  position: relative;
  display: inline;
  margin: 0 !important;
}
.wpcf7-list-item input[type=checkbox] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: 8px;
  margin-top: 14px;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  color: #fff;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  transform: rotate(-45deg) scale(1);
}
.wpcf7-list-item input[type=checkbox]:focus + label::before {
  outline: 0;
}
.wpcf7-list-item label {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 1rem;
  font-weight: 400;
  cursor: pointer;
  vertical-align: sub;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 300;
}
.wpcf7-list-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 4px 4px 0;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 0px;
  border: 1px solid #fff;
  background-color: #fff;
}
.wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  left: 6px;
}
.wpcf7-list-item .wpcf7-list-item-label span {
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
.wpcf7-list-item .wpcf7-list-item-label span a {
  color: #000;
  text-decoration: underline;
}
.wpcf7-list-item .wpcf7-list-item-label span a:hover {
  text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 1rem;
  border: 0;
  text-align: center;
  font-size: 1.4em;
}

.offcanvas-top {
  height: 100%;
  border-bottom: none;
  width: 100%;
  background-color: #000;
}
.offcanvas-top .offcanvas-header {
  padding: 3rem 3rem 6rem 3rem;
}
@media screen and (max-width: 767px) {
  .offcanvas-top .offcanvas-header {
    padding: 1.5rem 1.5rem 4rem 1.5rem;
  }
}
.offcanvas-top .offcanvas-header .logo img {
  width: 150px;
}
@media screen and (max-width: 575px) {
  .offcanvas-top .offcanvas-header .logo img {
    width: 100px;
  }
}
.offcanvas-top .offcanvas-header button {
  background: transparent;
  padding: 0;
  border: none;
}
.offcanvas-top .offcanvas-header button i {
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
}
.offcanvas-top .offcanvas-body {
  padding: 0 3rem;
}
@media screen and (max-width: 600px) {
  .offcanvas-top .offcanvas-body {
    padding: 0 1.5rem;
  }
}
.offcanvas-top .offcanvas-body nav ul {
  margin: 0;
}
.offcanvas-top .offcanvas-body nav ul li {
  margin-bottom: 2rem;
  list-style: none;
}
.offcanvas-top .offcanvas-body nav ul li a {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
.offcanvas-top .offcanvas-body nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
.offcanvas-top .offcanvas-body nav ul li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  header {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 380px) {
  header {
    padding: 1rem 0;
  }
}
header .left {
  margin-left: auto;
}
header .right {
  margin-right: auto;
}
header .logo {
  display: inline-block;
}
header .logo img {
  width: 150px;
}
@media screen and (max-width: 575px) {
  header .logo img {
    width: 100px;
  }
}
@media screen and (max-width: 380px) {
  header .logo img {
    width: 80px;
  }
}
header nav {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  header nav {
    display: none !important;
  }
}
header nav ul {
  margin: 0;
}
header nav ul li {
  display: inline-block;
  margin-left: 45px;
}
header nav ul li:first-child {
  margin-left: 0;
}
header nav ul li a {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
header nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
header nav ul li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
header .buttonMenu {
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  header .buttonMenu {
    display: inline-block;
  }
}
header .buttonMenu button {
  background: transparent;
  padding: 0;
  border: none;
}
header .buttonMenu button i {
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
}

footer .top .footerLogo img {
  width: 150px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 575px) {
  footer .top .footerLogo img {
    width: 100px;
  }
}
footer .top nav {
  margin: 0 auto;
  display: block !important;
  text-align: center;
}
footer .top nav ul {
  margin: 0;
}
footer .top nav ul li {
  display: inline-block;
  margin-left: 45px;
}
@media screen and (max-width: 767px) {
  footer .top nav ul li {
    display: block;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 1rem;
  }
}
footer .top nav ul li:first-child {
  margin-left: 0;
}
footer .top nav ul li a {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
footer .top nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
footer .top nav ul li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
footer .top .socials i {
  font-size: 18px;
}
footer .top .copyright a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}

body {
  font-family: "Lucida", "Sans-Serif";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: calc(1.2625rem + 0.15vw);
  color: #000;
}
@media (min-width: 1200px) {
  body {
    line-height: 1.375rem;
  }
}

p,
a {
  font-family: inherit;
  line-height: inherit;
}

a {
  color: #000;
  text-decoration: none;
  transition: color ease 0.3s;
}
a:hover {
  color: #2f7789;
}

b,
strong {
  font-weight: 500;
}

h1,
.h1 {
  font-family: "Bodoni", "Sans-Serif";
  font-weight: 500;
  font-size: calc(1.75rem + 6vw);
  line-height: calc(1.78125rem + 6.375vw);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 6.25rem;
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    line-height: 6.5625rem;
  }
}

h2,
.h2 {
  font-family: "Bodoni", "Sans-Serif";
  font-weight: 500;
  font-size: calc(1.5625rem + 3.75vw);
  line-height: calc(1.59375rem + 4.125vw);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 4.375rem;
  }
}
@media (min-width: 1200px) {
  h2,
.h2 {
    line-height: 4.6875rem;
  }
}

h3,
.h3 {
  font-family: "Bodoni", "Sans-Serif";
  font-weight: 500;
  font-size: calc(1.375rem + 1.5vw);
  line-height: calc(1.40625rem + 1.875vw);
}
@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  h3,
.h3 {
    line-height: 2.8125rem;
  }
}

h4,
.h4 {
  font-family: "Bodoni", "Sans-Serif";
  font-weight: 500;
  font-size: calc(1.28125rem + 0.375vw);
  line-height: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h4,
.h4 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  h4,
.h4 {
    line-height: 1.875rem;
  }
}

h5,
.h5 {
  font-family: "Bodoni", "Sans-Serif";
  font-weight: 500;
  font-size: 1.25rem;
  line-height: calc(1.28125rem + 0.375vw);
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h5,
.h5 {
    line-height: 1.5625rem;
  }
}

h6,
.h6 {
  font-family: "Lucida", "Sans-Serif";
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h6,
.h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h6,
.h6 {
    line-height: 1.5rem;
  }
}

#generic-content,
.normalise {
  overflow-x: hidden;
}
#generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
  color: #3c98af;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    line-height: 1.5rem;
  }
}
#generic-content p,
.normalise p {
  text-overflow: ellipsis;
  overflow: hidden;
}
#generic-content table,
.normalise table {
  width: 100%;
}
#generic-content table tbody,
#generic-content table td,
#generic-content table tfoot,
#generic-content table th,
#generic-content table thead,
#generic-content table tr,
.normalise table tbody,
.normalise table td,
.normalise table tfoot,
.normalise table th,
.normalise table thead,
.normalise table tr {
  border: 1px solid #ecedef;
  padding: 0.5rem 0.5rem;
}
#generic-content ul li,
.normalise ul li {
  margin-bottom: 0.5rem;
}
#generic-content blockquote,
.normalise blockquote {
  background: #ecedef;
  padding: 1rem 2rem;
  font-style: italic;
  border-left: 3px solid #3c98af;
  font-size: 1rem;
  line-height: 1rem;
}
#generic-content *:last-child,
.normalise *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #generic-content iframe,
.normalise iframe {
    width: calc(100vw - 60px);
  }
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-extra-light {
  font-weight: 200 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

section {
  position: relative;
  overflow: hidden;
}
section#banner {
  position: relative;
}
section#banner .bannerText {
  position: absolute;
  bottom: 27%;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  section#banner .bannerText {
    bottom: 18%;
  }
}
@media screen and (max-width: 1100px) {
  section#banner .bannerText {
    bottom: 8%;
  }
}
@media screen and (max-width: 900px) {
  section#banner .bannerText {
    bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  section#banner .bannerText {
    display: none;
  }
}
section#banner .bannerText h1 {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1100px) {
  section#banner .bannerText h1 {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  section#banner .bannerText h1 {
    margin-bottom: 2rem;
    font-size: 70px;
    line-height: 75px;
  }
}
section#mobileText {
  display: none;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  section#mobileText {
    display: inherit;
  }
}
section#aboutSection p {
  color: #fff;
  text-align: center;
  width: 55%;
  margin: 0 auto;
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  section#aboutSection p {
    width: 100%;
  }
}
section#menuSection .menu {
  position: relative;
}
section#menuSection .menu .menuInfo {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  section#menuSection .menu .menuInfo {
    top: 25%;
  }
}
@media screen and (max-width: 350px) {
  section#menuSection .menu .menuInfo {
    top: 15%;
  }
}
section#menuSection .menu .menuInfo p {
  width: 50%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1100px) {
  section#menuSection .menu .menuInfo p {
    width: 90%;
  }
}
section#blockSection .blockText {
  width: 50%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1100px) {
  section#blockSection .blockText {
    width: 100%;
  }
}
section#bookaTable {
  background: url("https://food.masswebdesign.co.uk/wp-content/uploads/2022/09/food-background-image-scaled.jpg") no-repeat;
  background-size: cover;
}
section#bookaTable .bookText {
  width: 40%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1000px) {
  section#bookaTable .bookText {
    width: 100%;
  }
}
section#subBanner {
  position: relative;
}
section#subBanner .subBannerText {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 680px) {
  section#subBanner .subBannerText {
    display: none;
  }
}
section#about p {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  section#about p {
    width: 100%;
  }
}
section#wines .drink {
  border-bottom: 1px solid #b29672;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
section#wines .drink:last-child {
  border-bottom: none;
}
@media screen and (max-width: 575px) {
  section#wines .drink .right {
    margin-top: 1rem;
  }
}
section#wines .drink .right span {
  float: right;
  font-size: 20px;
  line-height: 25px;
}
@media screen and (max-width: 575px) {
  section#wines .drink .right span {
    float: none;
  }
}
section#wines .drink p {
  margin: 0;
}
section#events .newsArticlePost img {
  width: 100%;
}

body.error404 {
  min-height: 800px;
  height: 100vh;
  background: url("https://food.masswebdesign.co.uk/wp-content/html5blank-stable/img/404-bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (min-width: 992px) {
  body.error404 {
    background-position-x: right;
  }
}
body.error404 .error-404 {
  padding-top: 14rem;
}
body.error404 .error-404 h1 {
  font-size: calc(2.625rem + 16.5vw);
  line-height: calc(2.625rem + 16.5vw);
  font-weight: 900;
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    font-size: 15rem;
  }
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    line-height: 15rem;
  }
}

body {
  position: relative;
}
body.modal-open {
  overflow: hidden;
  padding-right: 0px;
}

@media (min-width: 1500px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1450px;
  }
}
@media (min-width: 1800px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1700px;
  }
}

ul {
  list-style-position: inside;
  padding-left: 0rem;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.img-fluid {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.spill-container-left {
  margin-left: calc(-1 * (100vw - 100%) / 2);
}

.spill-container-right {
  margin-right: calc(-1 * (100vw - 100%) / 2);
}

@media screen and (min-width: 576px) {
  .spill-container-sm-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-sm-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 768px) {
  .spill-container-md-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-md-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 992px) {
  .spill-container-lg-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-lg-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .spill-container-xl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .spill-container-xxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1800px) {
  .spill-container-xxxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c98af !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-dots span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #fff !important;
  }
}

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