body,html {
  background-color: #eee;
  overflow-x: hidden;
}

a,body,html,li,p,ul {
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

@media (min-width:768px) {
  a,body,html,li,p,ul {
    font-size: 15px;
    line-height: 21px;
  }
}

img {
  max-width: 100%;
}

.h1,h1 {
  font-family: 'Libre Baskerville',serif;
  font-size: 50px;
  margin-bottom: 30px;
  color: #5c6b72;
}

@media (min-width:768px) {
  .h1,h1 {
    font-size: 85px;
  }
}

.h2,h2 {
  font-family: 'Libre Baskerville',serif;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 30px;
  color: #5c6b72;
}

@media (min-width:768px) {
  .h2,h2 {
    font-size: 48px;
    line-height: 57px;
  }
}

.h3,h3 {
  font-family: 'Libre Baskerville',serif;
  font-size: 36px;
  line-height: 43px;
}

@media (min-width:768px) {
  .h3,h3 {
    font-size: 36px;
    line-height: 43px;
  }
}

.h4,h4 {
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}

@media (min-width:768px) {
  .h4,h4 {
    font-size: 18px;
    line-height: 21px;
  }
}

blockquote {
  margin-top: 30px;
}

blockquote,blockquote p {
  font-family: 'Libre Baskerville',serif;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  color: #5c6b72;
}

@media (min-width:768px) {
  blockquote,blockquote p {
    font-size: 30px;
    line-height: 36px;
  }
}

a,a:hover {
  text-decoration: none;
  color: initial;
}

.hero {
  padding: 200px 30px;
}

@media (min-width:768px) {
  .hero {
    padding: 300px 30px;
  }
}

@media (min-width:992px) {
  .hero {
    padding: 400px 30px;
  }
}

.hero--small {
  padding: 100px 30px;
}

@media (min-width:768px) {
  .hero--small {
    padding: 150px 30px;
  }
}

@media (min-width:992px) {
  .hero--small {
    padding: 200px 30px;
  }
}

.acf-map {
  height: 500px;
}

@media (min-width:768px) {
  .acf-map {
    height: 500px;
  }
}

@media (min-width:992px) {
  .acf-map {
    height: 800px;
  }
}

.contact-form__inner label {
  width: 100%;
  vertical-align: top;
  color: #5c6b72;
}

@media (min-width:768px) {
  .contact-form__inner label {
    width: 30%;
  }
}

.contact-form__inner input,.contact-form__inner textarea {
  width: 100%;
  margin-top: 10px;
  border: none;
  padding: 10px;
}

@media (min-width:768px) {
  .contact-form__inner input,.contact-form__inner textarea {
    width: 65%;
    float: right;
  }
}

.contact-form__row {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.header {
  background-color: #121b21;
  color: #fff;
  padding: 10px 0 20px 0;
}

@media (min-width:1025px) {
  .header {
    text-align: center;
  }
}

.header a,.header li,.header ul {
  text-transform: uppercase;
}

.header a {
  color: #fff;
}

.header ul {
  margin: 0;
  list-style: none;
}

.header__right {
  display: inline-block;
  width: 100%;
  margin-bottom: -80px;
}

@media (min-width:768px) {
  .header__right {
    position: absolute;
    left: 0;
    margin-bottom: -50px;
  }
}

.header__shop {
  font-family: Montserrat,sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 20px;
  border: none;
  border-radius: 40px;
  color: #000!important;
  background-color: #ffcb05;
  display: inline-block;
}


@media (min-width:768px) {
  .header__shop {
    font-size: 22px;
    line-height: 21px;
  }
}

.sub-menu {
  padding: 0;
}

.header__dropdown-toggle {
  font-size: 30px;
  float: right;
  clear: both;
}

@media (max-width:1025px) {
  .header__dropdown-toggle {
    margin-top: 10px;
  }
}

@media (min-width:1025px) {
  .header__dropdown-toggle {
    display: none;
  }
}

.header__logo {
  display: inline-block;
  max-width: 150px;
}

@media (min-width:768px) {
  .header__logo {
    max-width: 200px;
  }
}

@media (min-width:1025px) {
  .header__logo {
    display: none;
  }
}

.header__main-menu .header__logo {
  display: none;
}

@media (min-width:1025px) {
  .header__main-menu .header__logo {
    display: inline-block;
    vertical-align: bottom;
    max-width: 220px;
  }
}

@media (min-width:1200px) {
  .header__main-menu .header__logo {
    max-width: 280px;
  }
}

@media (max-width:1025px) {
  .header__main-menu {
    display: none;
    padding-left: 10px;
    padding-top: 20px;
  }

  .header__main-menu li {
    padding: 10px;
    display: block;
  }

  .header__main-menu .sub-menu {
    display: none;
    display: block;
    padding-top: 10px;
  }

  .header__main-menu .sub-menu li {
    padding-left: 10px;
  }

  .header__main-menu .sub-menu li::before {
    content: "\2014\00a0\00a0";
  }
}

@media (min-width:1025px) {
  .header__main-menu {
    padding-left: 0;
  }

  .header__main-menu>li {
    display: inline-block;
    position: relative;
  }

  .header__main-menu>li>a {
    display: inline-block;
    padding: 5px 0;
    z-index: 10;
    width: 134px;
  }
}

@media (min-width:1025px) and (min-width:1025px) {
  .header__main-menu>li>a {
    margin-bottom: 20px;
    width: 100px;
  }
}

@media (min-width:1025px) and (min-width:1200px) {
  .header__main-menu>li>a {
    margin-bottom: 40px;
    width: 134px;
  }
}

@media (min-width:1025px) {
  .header__main-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 4000px;
    text-align: left;
    padding: 10px 0;
    left: 0;
    margin-left: -2000px;
    padding-left: 2010px;
    padding-right: 1700px;
    background: rgba(238,238,238,.7);
    z-index:99999;
  }
}

@media (min-width:1025px) and (min-width:1025px) {
  .header__main-menu .sub-menu {
    top: 70px;
  }
}

@media (min-width:1025px) and (min-width:1200px) {
  .header__main-menu .sub-menu {
    top: 90px;
  }
}

@media (min-width:1025px) {
  .header__main-menu .sub-menu::before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 2000px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #121b21;
  }

  .header__main-menu .sub-menu>li {
    padding: 5px 0;
  }

  .header__main-menu .sub-menu>li a {
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #121b21;
  }
}

@media (min-width:1025px) and (min-width:768px) {
  .header__main-menu .sub-menu>li a {
    font-size: 15px;
    line-height: 21px;
  }
}

.footer {
  padding: 50px 0;
  background-color: #ffcb05;
  font-family: Montserrat,sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

.footer__menu {
  padding: 0;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}

@media (min-width:768px) {
  .footer__menu {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

.footer__menu li {
  list-style: none;
  margin-bottom: 5px;
}

.padded-section {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width:992px) {
  .padded-section {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width:1200px) {
  .padded-section {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.zoom-on-hover:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: linear .4s;
}

.font--hero {
  font-family: 'Libre Baskerville',serif;
  font-size: 50px;
}

@media (min-width:768px) {
  .font--hero {
    font-size: 85px;
  }
}

.font--headings {
  font-family: 'Libre Baskerville',serif;
  font-size: 30px;
  line-height: 38px;
}

@media (min-width:768px) {
  .font--headings {
    font-size: 48px;
    line-height: 57px;
  }
}

.font--smaller {
  font-family: 'Libre Baskerville',serif;
  font-size: 36px;
  line-height: 43px;
}

@media (min-width:768px) {
  .font--smaller {
    font-size: 36px;
    line-height: 43px;
  }
}

.font--quote {
  font-family: 'Libre Baskerville',serif;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
}

@media (min-width:768px) {
  .font--quote {
    font-size: 30px;
    line-height: 36px;
  }
}

.font--small-headings {
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}

@media (min-width:768px) {
  .font--small-headings {
    font-size: 18px;
    line-height: 21px;
  }
}

.font--button-headings {
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width:768px) {
  .font--button-headings {
    font-size: 18px;
  }
}

.font--body {
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

@media (min-width:768px) {
  .font--body {
    font-size: 15px;
    line-height: 21px;
  }
}

.font--body-bold {
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

@media (min-width:768px) {
  .font--body-bold {
    font-size: 15px;
    line-height: 21px;
  }
}

.font--footer {
  font-family: Montserrat,sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

.font--footer-bold {
  font-family: Montserrat,sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
}

.color--white {
  color: #fff;
}

.color--black {
  color: #000;
}

.color--yellow {
  color: #ffcb05;
}

.color--blue {
  color: #121b21;
}

.color--grey {
  color: #5c6b72;
}

.color--light-grey {
  color: #eee;
}

.bg-color--black {
  background-color: #000;
}

.bg-color--yellow {
  background-color: #ffcb05;
}

.bg-color--blue {
  background-color: #121b21;
}

.bg-color--grey {
  background-color: #5c6b72;
}

.bg-color--light-grey {
  color: #eee;
}

.bg-image {
  background-size: cover;
  background-position: center center;
}

.bg-image--placeholder {
  background-image: url(/wp-content/themes/wpbase/assets/images/placeholder.png);
}

.bg-image--home-hero {
  background-image: url(/wp-content/themes/wpbase/assets/images/home-hero.jpg);
}

.bg-image--home-side {
  background-image: url(/wp-content/themes/wpbase/assets/images/home-side.jpg);
}

.bg-image--about-us-hero {
  background-image: url(/wp-content/themes/wpbase/assets/images/about-us-hero.jpg);
}

.bg-image--about-us-side {
  background-image: url(/wp-content/themes/wpbase/assets/images/about-us-side.jpg);
}

.bg-image--shop-hero {
  background-image: url("/wp-content/themes/wpbase/assets/images/shop hero.jpg");
}

.bg-image--team-hero {
  background-image: url(/wp-content/themes/wpbase/assets/images/team-hero.jpg);
}

.bg-image--vacancies-hero {
  background-image: url(/wp-content/themes/wpbase/assets/images/vacancies-hero.jpg);
}

.button, .jfe-button {
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 30px;
  border: none;
  border-radius: 40px;
  color: #000;
  background-color: #ffcb05;
  display: inline-block;
}

@media (min-width:768px) {
  .button, .jfe-button {
    font-size: 18px;
  }
}

.button:hover {
  text-decoration: none;
}

@media (min-width:768px) {
  .button, .jfe-button {
    padding: 20px 40px;
  }
}

.team-members {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}
.team-member {
  display: block;
}

@media (min-width:768px) {
  .team-members {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .team-member {
    display: inline-block;
    min-height: 105px;
  }
}

@media (min-width:1200px) {
  .team-members {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    flex-basis: 30%;
  }
}

.team-member__name,.team-member__title {
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width:768px) {
  .team-member__name,.team-member__title {
    font-size: 18px;
    line-height: 21px;
  }
}

.team-member__body {
  color: #000;
}

.team-member__body a,.team-member__body li,.team-member__body ul {
  margin: 0;
  color: #000;
  padding: 0;
  list-style: none;
}

.staff-member__title {
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #5c6b72;
}

@media (min-width:768px) {
  .staff-member__title {
    font-size: 18px;
    line-height: 21px;
  }
}

.staff-member__title p {
  margin: 0;
}

.staff-member__body {
  color: #000;
}

.staff-member__body a,.staff-member__body li,.staff-member__body ul {
  margin: 0;
  color: #000;
  padding: 0;
  list-style: none;
}

.vacancy {
  margin-bottom: 20px;
}

.vacancy__title {
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #5c6b72;
  text-transform: uppercase;
}

@media (min-width:768px) {
  .vacancy__title {
    font-size: 18px;
    line-height: 21px;
  }
}

.vacancy .button, .jfe-button {
  margin-top: 20px;
}

.modal-link__content {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(92,107,114,.8);
  padding: 0 10px;
}

.modal__title {
  font-family: 'Libre Baskerville',serif;
  font-size: 36px;
  line-height: 43px;
  color: #ffcb05;
}

@media (min-width:768px) {
  .modal__title {
    font-size: 36px;
    line-height: 43px;
  }
}

.modal__inner {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #121b21;
  padding: 40px 30px;
  color: #fff;
}

.modal__close {
  font-family: 'Libre Baskerville',serif;
  font-size: 36px;
  line-height: 43px;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
}

@media (min-width:768px) {
  .modal__close {
    font-size: 36px;
    line-height: 43px;
  }
}

.modal__close:hover {
  color: #fff;
}

.modal__content .h1,.modal__content .h2,.modal__content .h3,.modal__content .h4,.modal__content h1,.modal__content h2,.modal__content h3,.modal__content h4 {
  color: #ffcb05;
}

.modal__content ul {
  padding-left: 20px;
}

.modal__content a {
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 30px;
  border: none;
  border-radius: 40px;
  color: #000;
  background-color: #ffcb05;
  display: inline-block;
  margin-top: 20px;
}

@media (min-width:768px) {
  .modal__content a {
    font-size: 18px;
  }
}

.modal__content a:hover {
  text-decoration: none;
}

@media (min-width:768px) {
  .modal__content a {
    padding: 20px 40px;
  }
}
#deliveryModal .modal__inner {
  max-width: 450px;
}
#deliveryModal label, #deliveryModal input, #deliveryModal textarea {
  width: 100%;
}
#deliveryModal .jfe-button {
  padding: 10px 20px;
}