/*
 Theme Name:   Proper Foods WS
 Description:  Proper Foods WS subtheme
 Author:       Vitaliy Stanyshevskyy, WhiteSpectre
 Version:      2.0.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Foro-Bold';
  src: url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/fonts/foro/webfonts/36C2F8_1_0.woff2') format('woff2'), url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/fonts/foro/webfonts/36C2F8_1_0.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foro-Medium';
  src: url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/fonts/foro/webfonts/36C2F8_7_0.woff2') format('woff2'), url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/fonts/foro/webfonts/36C2F8_7_0.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Foro-Light';
  src: url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/fonts/foro/webfonts/36C2F8_4_0.woff2') format('woff2'), url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/fonts/foro/webfonts/36C2F8_4_0.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foro-Regular';
  src: url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/fonts/foro/webfonts/36C2F8_A_0.woff2') format('woff2'), url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/fonts/foro/webfonts/36C2F8_A_0.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MrEavesReg';
  font-weight: 400;
  src: url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/fonts/mreaves/MrEavesXLSanOT-Reg.woff2') format('woff2'), url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/fonts/mreaves/MrEavesXLSanOT-Reg.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'MrEaves';
  font-weight: 600;
  src: url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/fonts/mreaves/MrEavesXLSanOT-Bold.woff2') format('woff2'), url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/fonts/mreaves/MrEavesXLSanOT-Bold.woff') format('woff');
  font-display: swap;
}
.btn {
  border-radius: 2px;
  border: solid 2px #B74826;
  letter-spacing: 1px;
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  clear: both;
  padding: 10px 24px 7px;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 8px 16px 5px;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn--primary {
  background-color: #B74826;
  color: #fff;
  text-decoration: none !important;
}
.btn--primary:hover {
  background-color: #863117;
  border-color: #863117;
  text-decoration: none;
}
.btn--transparent {
  color: #B74826;
}
.btn--transparent:hover {
  background-color: #fff;
  color: #B74826;
  border-color: #B74826;
}
.btn--transparent:hover a {
  color: #B74826;
}
.btn--outlined-white {
  border-color: #fff;
  color: #fff;
}
.btn--outlined-white:hover {
  background-color: white;
  color: #B74826;
}
@media screen and (max-width: 767px) {
  .btn--outlined-white {
    font-size: 14px;
    padding: 4px 16px 2px;
  }
}
.btn--secondary,
.btn--outlined--orange {
  background-color: transparent;
  border-color: #B74826;
  color: #B74826;
}
.btn--secondary:hover,
.btn--outlined--orange:hover {
  background-color: #B74826;
  color: #fff;
  border-color: #B74826;
}
.btn--secondary:hover a,
.btn--outlined--orange:hover a {
  color: #fff;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
body {
  background-color: #FBF7F4;
  font-family: 'Foro-Light';
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 1.56;
  color: #7E7F74;
}
.mobile-visible {
  display: none;
}
.text-emphasized {
  font-family: 'Foro-Light';
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  line-height: 1.22;
  letter-spacing: normal;
  color: #523040;
  position: relative;
  flex: 0 0 50%;
}
.text-emphasized:after {
  content: '';
  display: block;
  width: 82px;
  height: 3px;
  background-color: #523040;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.text-emphasized--line-top {
  margin: 60px 0;
}
.text-emphasized--line-top:before {
  content: '';
  display: block;
  width: 82px;
  height: 3px;
  background-color: #523040;
  position: absolute;
  top: -20px;
  left: 0;
}
.feature-paragraph {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Foro-Light';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
a {
  color: #B74826;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  outline: none;
}
* {
  box-sizing: border-box;
}
h2 {
  font-size: 42px;
  line-height: 1.19;
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  color: #523040;
  margin-bottom: 20px;
}
h3,
.h3 {
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #5E5F55;
}
h5,
.h5 {
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  line-height: 32px;
  font-size: 24px;
}
h6,
.h6 {
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 22px;
}
b,
strong {
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
}
.svg-declaration {
  display: none;
}
.link--primary {
  text-transform: uppercase;
  color: #B74826;
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}
.link--primary:hover,
.link--primary:focus {
  text-decoration: underline;
}
.page-title {
  margin: 50px;
  text-align: center;
  color: #444444;
}
.page-title:after {
  content: '\2026';
  display: block;
  font-size: 50px;
  line-height: 25px;
}
.mr-eaves-body {
  font-family: 'MrEavesReg';
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
  h2 {
    font-size: 36px;
    line-height: 1.22;
    margin-bottom: 15px;
  }
  h3,
  .h3 {
    font-family: 'Foro-Bold';
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
  }
  h5,
  .h5 {
    line-height: 30px;
    font-size: 20px;
  }
  .text-emphasized {
    margin-bottom: 35px;
    font-size: 32px;
    line-height: 40px;
  }
  .text-emphasized:after {
    bottom: -17px;
  }
  .text-emphasized--line-top {
    margin-top: 35px;
  }
  .text-emphasized--line-top:before {
    top: -17px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .mobile-visible {
    display: block;
  }
  .mobile-hidden {
    display: none;
  }
  h2 {
    font-size: 30px;
    line-height: 1.27;
    margin-bottom: 10px;
  }
  h3,
  .h3 {
    font-family: 'Foro-Bold';
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-family: 'Foro-Bold';
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
  }
  .text-emphasized {
    font-size: 26px;
    line-height: 34px;
  }
}
#wpadminbar {
  background-color: rgba(0, 0, 0, 0.7);
}
.nav {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  overflow: hidden;
  font-family: 'Foro-Regular';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 14px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000000);
}
.nav__menu {
  margin: 25px auto 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 920px;
}
.nav__mobile-menu {
  display: none;
}
.nav .menu-item {
  display: block;
  align-self: flex-start;
  -webkit-font-smoothing: antialiased;
  margin-top: 25px;
  text-align: center;
}
.nav .menu-item:nth-of-type(n+5) {
  order: 2;
}
.nav .menu-item.order-now {
  margin-top: 13px;
  padding-top: 2px;
}
.nav .menu-item.order-now a {
  overflow: hidden;
  border-radius: 2px;
  border: solid 2px #B74826;
  letter-spacing: 1px;
  font-family: 'Foro-Bold';
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  clear: both;
  padding: 10px 24px 7px;
  color: #B74826;
  font-family: 'Foro-Regular';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  height: 36px;
  border-color: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .nav .menu-item.order-now a {
    font-size: 14px;
    padding: 8px 16px 5px;
  }
}
.nav .menu-item.order-now a:hover,
.nav .menu-item.order-now a:focus {
  text-decoration: none;
}
.nav .menu-item.order-now a:hover {
  background-color: #fff;
  color: #B74826;
  border-color: #B74826;
}
.nav .menu-item.order-now a:hover a {
  color: #B74826;
}
.nav .menu-item.order-now a:hover {
  border-color: #fff;
}
.nav .menu-item.current-menu-item a:before,
.nav .menu-item a:hover:before {
  content: '';
  width: 40px;
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -20px;
}
.nav .menu-item a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 10px;
  outline: none;
}
.nav .menu-item.home-page-link {
  order: 1;
  margin-top: 0;
}
.nav .menu-item.home-page-link.current_page_item a:before {
  display: none;
}
.nav .menu-item.home-page-link a {
  padding: 0;
  display: block;
  height: 136px;
  width: 150px;
  background-image: url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/images/logo.svg');
  color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  outline: initial;
}
.nav .menu-item.home-page-link a:hover:before {
  display: none;
}
.nav .menu-item.home-page-link a:focus {
  outline: auto 5px -webkit-focus-ring-color;
}
.nav--sticky {
  position: fixed;
  top: 0;
  background-image: none;
  background-color: #fff;
  -webkit-animation: navigationAnimation 0.5s ease-in-out;
  -ms-animation: navigationAnimation 0.5s ease-in-out;
  -o-animation: navigationAnimation 0.5s ease-in-out;
  animation: navigationAnimation 0.5s ease-in-out;
}
@-moz-keyframes navigationAnimation {
  0% {
    opacity: 0;
    -moz-transform: translateY(-80px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes navigationAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@-o-keyframes navigationAnimation {
  0% {
    opacity: 0;
    -o-transform: translateY(-80px);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0px);
  }
}
@-ms-keyframes navigationAnimation {
  0% {
    opacity: 0;
    -ms-transform: translateY(-80px);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
}
@keyframes navigationAnimation {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.nav--sticky .nav__menu {
  height: 80px;
  margin: 0 auto;
  align-self: center;
}
.nav--sticky .menu-item {
  margin: 0;
  align-self: center;
}
.nav--sticky .menu-item a {
  color: #909288;
}
.nav--sticky .menu-item a:hover {
  color: #523040;
}
.nav--sticky .menu-item.current-menu-item a,
.nav--sticky .menu-item.current-menu-item a:hover {
  color: #523040;
}
.nav--sticky .menu-item.order-now {
  margin-top: 1px;
}
.nav--sticky .menu-item.order-now a {
  overflow: hidden;
  width: 115px;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-color: #B74826;
  color: #B74826;
  font-size: 14px;
  font-family: 'Foro-Regular';
  -webkit-font-smoothing: antialiased;
}
.nav--sticky .menu-item.order-now a:hover {
  background-color: #B74826;
  color: #fff;
  border-color: #B74826;
}
.nav--sticky .menu-item.order-now a:hover a {
  color: #fff;
}
.nav--sticky .menu-item.order-now a:hover:before {
  display: none;
}
.nav--sticky .menu-item.home-page-link {
  order: 1;
  align-self: center;
  margin-top: -2px;
}
.nav--sticky .menu-item.home-page-link.current-menu-item a,
.nav--sticky .menu-item.home-page-link.current-menu-item a:hover {
  color: transparent;
}
.nav--sticky .menu-item.home-page-link a {
  padding: 0;
  display: block;
  height: 18px;
  width: 185px;
  background-image: url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/images/logo-sticky.svg');
  position: relative;
}
.nav--sticky .menu-item.home-page-link a:before {
  display: none;
}
.nav--sticky .menu-item.home-page-link a:hover {
  color: transparent;
}
.nav--sticky .menu-item.home-page-link a:focus {
  outline: auto 5px -webkit-focus-ring-color;
}
@media screen and (min-width: 1199px) {
  .nav .nav__menu {
    max-width: 1180px;
  }
}
@media screen and (max-width: 992px) {
  .nav {
    font-size: 13px;
  }
  .nav .menu-item.home-page-link a {
    width: 100px;
    height: 91px;
  }
  .nav .menu-item.order-now a {
    overflow: hidden;
    width: 80px;
    padding-left: 0;
    padding-right: 0;
  }
  .nav--sticky .menu-item.home-page-link a {
    height: 15px;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .nav--sticky {
    background-color: transparent;
  }
  .nav__mobile-menu {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #fff;
  }
  .nav__mobile-menu-order-btn {
    height: 34px;
    padding: 7px 16px 6px;
    color: #5E5F55;
    border-color: #5E5F55;
    margin-right: 20px;
    width: 120px;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'Foro-Regular';
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
  }
  .nav__mobile-menu-order-btn:hover {
    border-color: #5E5F55;
    background-color: #5E5F55;
    color: #fff;
  }
  .nav__mobile-menu-logo {
    height: 15px;
    width: 165px;
    display: block;
    color: transparent;
    margin-left: 20px;
    background-image: url('https://www.qa.properfood.com/wp-content/themes/properfood_ws/images/logo-mobile.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nav .nav__mobile-menu {
    display: flex;
  }
  .nav .nav__menu {
    margin-top: 0;
    justify-content: space-around;
    background-color: rgba(255, 255, 255, 0.9);
    height: 40px;
    line-height: 40px;
  }
  .nav .nav__menu a {
    color: #5E5F55;
  }
  .nav .nav__menu a:focus {
    color: #523040;
  }
  .nav .nav__menu a:focus:before {
    display: none;
  }
  .nav .menu-item {
    margin: 0;
  }
  .nav .menu-item.current-menu-item a {
    color: #523040;
  }
  .nav .menu-item.current-menu-item a:before {
    display: none;
  }
  .nav .menu-item:nth-of-type(n+5) {
    display: none;
  }
  .nav .menu-item.home-page-link {
    display: none;
  }
}
@media screen and (max-width: 340px) {
  .nav__mobile-menu-logo {
    width: 143px;
  }
}
.gallery,
.hero-image {
  position: relative;
}
.hero-image {
  overflow: hidden;
  background-color: #000;
  min-height: 500px;
}
.hero-image--menu {
  background-color: transparent;
}
.gallery__slides-container {
  overflow: hidden;
  height: 500px;
  position: relative;
  background-color: #000;
}
.gallery__slide {
  width: 100%;
  background-size: cover;
  height: 500px;
  background-position: center;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.gallery__slide--menu {
  background-color: transparent;
}
.gallery__slide.hidden {
  display: none;
}
img.gallery__slide {
  opacity: 0;
}
.gallery__slide:first-child {
  opacity: 1;
}
.gallery__slide-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
img.gallery__slide-image--philosophy {
  opacity: .9;
}
img.gallery__slide-image--location {
  opacity: .8;
}
.gallery__slide-caption {
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 66px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  margin-top: 32px;
  z-index: 1;
}
.gallery__controls {
  position: absolute;
  bottom: 35px;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}
.gallery__control-btn {
  cursor: pointer;
  color: transparent;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  display: block;
  padding: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  background: transparent;
}
.gallery__control-btn:hover,
.gallery__control-btn.active {
  background-color: #fff;
  outline: none;
}
.gallery__control-btn + .gallery__control-btn {
  margin-left: 20px;
}
.gallery__slide-content {
  z-index: 1;
  max-width: 920px;
  width: 100%;
  text-align: left;
  justify-content: flex-end;
  display: flex;
}
.gallery__slide-content-inner {
  max-width: 400px;
  margin-left: auto;
}
.gallery__slide-caption--menu {
  color: #523040;
  text-shadow: none;
  font-size: 42px;
  line-height: 50px;
  text-align: left;
  margin-top: 180px;
}
.gallery__slide-caption--catering {
  max-width: 715px;
}
.gallery__slide-subtitle {
  margin-top: 15px;
}
.gallery__slide-subtitle--menu {
  font-family: 'Foro-Regular';
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 30px;
  color: #5E5F55;
}
.gallery-btn--menu {
  margin: 30px 0;
  width: 178px;
}
.gallery_download-menu-link {
  margin-left: 10px;
}
.gallery_download-menu-link--menu {
  display: none;
}
.gallery__slide--menu {
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  .gallery__slide-caption {
    font-size: 48px;
    line-height: 58px;
  }
  .gallery__slide-caption--menu {
    font-size: 36px;
    line-height: 44px;
  }
  .gallery__slide-content-inner--menu {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gallery,
  .hero-image {
    margin-top: 60px;
  }
  .hero-image {
    min-height: 0;
  }
  .gallery__slides-container,
  .gallery__slide,
  .gallery__slide-image {
    height: 246px;
  }
  .gallery__slide-caption {
    font-size: 36px;
    line-height: 1.28;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  }
  .gallery__slide-subtitle--menu {
    font-size: 18px;
    line-height: 28px;
  }
  .gallery__slide--menu {
    height: auto;
    flex-direction: column;
  }
  .gallery__slide-image--menu {
    height: 246px;
    position: static;
    object-position: bottom;
  }
  .gallery__slide-content {
    justify-content: flex-start;
  }
  .gallery__slide-content-inner--menu {
    max-width: 100%;
    margin: 0;
    padding: 0 20px 30px;
  }
  .gallery__slide-caption--menu {
    text-shadow: none;
    margin-top: 32px;
  }
  .gallery-btn--menu {
    margin: 25px 0;
  }
}
.footer {
  display: flex;
  font-family: 'Foro-Regular';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  background-color: #5E5F55;
  font-size: 16px;
  color: #fff;
  padding: 55px 0 60px 0;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  overflow: hidden;
}
.footer__socials-mobile-wrapper {
  display: none;
}
.footer__inner {
  display: flex;
  width: 100%;
  max-width: 878px;
  justify-content: space-around;
  align-items: center;
}
.footer__logo-link {
  display: inline-block;
  width: 128px;
  height: 116px;
}
.footer__logo-image {
  width: 100%;
}
.footer__copyright {
  font-size: 13px;
  line-height: 16px;
  font-family: 'MrEavesReg';
  font-weight: 300;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -30px;
}
.footer .menu-item {
  display: block;
  align-self: flex-start;
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  padding: 12px 0;
}
.footer .menu-item.mobile-visible {
  display: none;
}
.footer .menu-item a {
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
}
.footer .menu-item.current-menu-item a,
.footer .menu-item a:hover {
  color: #B9B8B0;
  outline: none;
}
.footer__newsletter-form {
  text-align: left;
  align-self: flex-start;
}
.footer__newsletter-form section {
  display: flex;
  flex-direction: column;
}
.footer__newsletter-form section > p {
  order: 2;
  max-width: 260px;
  font-family: 'MrEavesReg';
}
.footer__newsletter-form_title {
  display: block;
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer__newsletter-form .footer__newsletter-form_fields.yikes-easy-mc-form {
  display: flex;
}
.footer__newsletter-form .footer__newsletter-form_fields.yikes-easy-mc-form label {
  width: auto;
  padding: 0;
  margin-bottom: 0;
}
.footer__newsletter-form .footer__newsletter-form_fields.yikes-easy-mc-form label input[type=email] {
  font-family: 'MrEavesReg';
  font-size: 14px;
  border: 2px solid #ffffff;
  height: 45px;
  padding: 0 16px;
  background-color: #ffffff;
  border-right-width: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.footer__newsletter-form .footer__newsletter-form_fields.yikes-easy-mc-form label button {
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  background-color: #5E5F55;
  height: 45px;
  color: #ffffff;
  padding: 0 16px;
  margin: 0;
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.footer__newsletter-form .yikes-easy-mc-success-message {
  background-color: transparent;
  padding: 0;
  color: #ffffff;
}
.footer__socials-wrapper {
  margin-top: -40px;
}
.footer__socials-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer__social-item a {
  display: block;
  width: 46px;
  height: 46px;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
.footer__social-item--facebook a {
  background-image: url(https://www.qa.properfood.com/wp-content/themes/properfood_ws/images/facebook-icon-alt.svg);
}
.footer__social-item--twitter a {
  background-image: url(https://www.qa.properfood.com/wp-content/themes/properfood_ws/images/twitter-icon.svg);
}
.footer__social-item--instagram a {
  background-image: url(https://www.qa.properfood.com/wp-content/themes/properfood_ws/images/instagram-icon.svg);
}
.footer__copyright {
  flex: 0 0 100%;
  text-align: left;
  max-width: 960px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .footer {
    flex-wrap: wrap;
    padding: 30px 20px 20px;
    font-size: 16px;
  }
  .footer__inner {
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-between;
  }
  .footer__newsletter-form {
    flex: 0 0 100%;
    order: 3;
    margin-top: 60px;
  }
  .footer__newsletter-form .footer__newsletter-form_fields.yikes-easy-mc-form .EMAIL-label {
    width: 100%;
  }
  .footer__newsletter-form .footer__newsletter-form_fields.yikes-easy-mc-form .submit-button-inline-label {
    flex-shrink: 0;
  }
  .footer__newsletter-form section > p {
    max-width: 100%;
  }
  .footer__logo,
  .footer__menu {
    flex: 0 0 50%;
  }
  .footer__logo {
    order: 2;
    align-self: flex-start;
    margin-top: 10px;
    flex: 0 0 130px;
  }
  .footer__menu {
    order: 1;
    flex-direction: column;
    margin-top: 0;
  }
  .footer .menu-item {
    padding: 0;
  }
  .footer .menu-item.mobile-visible {
    display: block;
  }
  .footer .menu-item a {
    display: block;
    padding: 10px 0;
  }
  .footer .menu-item + .menu-item {
    margin-top: 10px;
  }
  .footer__newsletter-form_fields input[type=email] {
    width: 100%;
  }
  .footer__socials-wrapper {
    display: none;
  }
  .footer__socials-mobile-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 30px 0 0;
    margin-top: 10px;
    position: relative;
  }
  .footer__social-item a {
    width: 40px;
    height: 40px;
    background-position: center;
  }
  .footer__social-item + .footer__social-item a {
    margin-left: 24px;
  }
  .footer__copyright {
    text-align: center;
    margin-top: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 350px) {
  .footer__logo {
    flex: 0 0 120px;
  }
  .footer__logo-link {
    width: 120px;
  }
}
.image-section {
  display: flex;
  max-width: 940px;
  margin: 140px auto 119px;
  padding: 100px 83px;
  background-color: #fff;
  position: relative;
}
.image-section__image-container {
  position: absolute;
  top: -48px;
  line-height: 0;
}
.image-section__image {
  width: 100%;
  object-fit: cover;
}
.image-section__text {
  margin-bottom: 15px;
}
.image-section__btn {
  margin-top: 20px;
}
.image-section__btn + .image-section__btn {
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .image-section {
    display: flex;
    max-width: 940px;
    margin: 100px auto 119px;
    padding: 50px 40px;
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .image-section {
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: transparent;
  }
  .image-section__content {
    width: calc(100% - 2 * 15px);
    margin: -7px 15px 0;
    padding: 25px 23px 40px;
    background-color: #fff;
  }
  .image-section__image-container {
    position: static;
    order: inherit;
    width: 100%;
    max-width: 100%;
  }
  .image-section__image {
    height: 100%;
    width: 100%;
    max-height: 375px;
  }
  .image-section__text {
    margin-bottom: 0;
  }
  .image-section__links-wrapper {
    flex-direction: column;
  }
  .image-section__btn {
    max-width: 185px;
  }
  .image-section__additional-content-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.image-section__image-container--locations {
  max-width: 434px;
  max-height: 456px;
  width: 50vw;
  left: -3vw;
}
.image-section__content--locations {
  width: 53%;
  margin-left: auto;
}
.image-section__location-cities {
  color: #909288;
  margin-bottom: 9px;
  font-family: 'Foro-Regular';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .image-section__image-container--locations {
    width: 40vw;
    left: 0;
  }
  .image-section__location-cities {
    margin-bottom: 4px;
  }
  .image-section__image--locations {
    max-width: 350px;
    left: -2vw;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .image-section__image-container--locations {
    width: 100%;
    margin: 0 auto;
  }
  .image-section__content--locations {
    margin-top: 0;
    padding-top: 32px;
    width: calc(100% - 2 * 20px);
  }
  .image-section__image--locations {
    max-width: 100%;
    position: static;
  }
}
.image-section--philosophy-menu {
  margin: 0 auto;
  background-color: transparent;
  padding: 75px 0 90px;
  width: 100%;
  max-width: 100%;
  height: 528px;
  margin-top: 12px;
}
.image-section__text--philosophy-menu {
  max-width: 484px;
}
.image-section__text--philosophy-menu p + p {
  margin-top: 20px;
}
.image-section__image-container--philosophy-menu {
  top: 0;
  right: 0;
  max-height: 528px;
  max-width: 434px;
  z-index: -1;
}
.image-section__content--philosophy-menu {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
.image-section__content-inner-wrapper--philosophy-menu {
  max-width: 515px;
}
@media screen and (min-width: 1190px) {
  .image-section--philosophy-menu {
    position: relative;
    margin: 0 auto;
  }
  .image-section__image-container--philosophy-menu {
    right: -5vw;
  }
}
@media screen and (max-width: 992px) {
  .image-section--philosophy-menu {
    max-width: 100%;
    width: 100%;
    padding: 50px 20px 42px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .image-section__image-container--philosophy-menu {
    max-width: 40%;
  }
  .image-section__content-inner-wrapper--philosophy-menu {
    max-width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .image-section--philosophy-menu {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .image-section__content--philosophy-menu {
    background-color: transparent;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
  }
  .image-section__image-container--philosophy-menu {
    max-width: calc(100% + 40px);
    margin-left: -20px;
    width: calc(100% + 40px);
    max-height: 330px;
  }
  .image-section__image--philosophy-menu {
    object-position: bottom;
    transform: rotate(90deg);
    max-height: 100%;
  }
  .image-section__content-inner-wrapper--philosophy-menu {
    width: 100%;
    max-width: 100%;
  }
}
.image-section__image-container--menu {
  order: 2;
  max-width: 502px;
  max-height: 498px;
  width: 44vw;
  right: -10vw;
}
.image-section__content--menu {
  width: 64%;
}
.image-section__text--menu {
  width: 80%;
}
.image-section__links-wrapper--menu {
  display: flex;
}
.image-section__btn--menu + .image-section__btn--menu {
  margin-left: 20px;
}
@media screen and (min-width: 1190px) {
  .image-section__inner-container--menu {
    top: -48px;
    right: -125px;
    width: 502px;
    height: 498px;
  }
}
@media screen and (max-width: 992px) {
  .image-section__image-container--menu {
    width: 37vw;
    right: -12vw;
  }
}
@media screen and (max-width: 830px) {
  .image-section__image-container--menu {
    top: -25px;
    width: 36vw;
    right: -4vw;
  }
}
@media screen and (max-width: 767px) {
  .image-section__image-container--menu {
    order: 0;
    width: 100%;
  }
  .image-section__image-container--menu {
    max-width: 100%;
  }
  .image-section__content--menu {
    margin-top: 0;
    width: calc(100% - 2 * 20px);
  }
  .image-section__btn--menu + .image-section__btn--menu {
    margin-left: 0;
  }
}
.image-section--chef {
  background-image: url(https://www.qa.properfood.com/wp-content/themes/properfood_ws/images/pastry-bg-img.jpg);
  background-size: cover;
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .image-section--chef {
    background-image: url('images/pastry-bg-img@2x.jpg');
  }
}
.image-section__content--chef {
  max-width: 480px;
  margin-left: 40%;
  padding-top: 176px;
  min-height: 780px;
  height: 100vh;
}
.image-section__additional-content--chef {
  background-color: #fff;
  padding: 33px 33px 50px;
  left: 18vw;
  bottom: 0;
  position: absolute;
  max-width: 470px;
}
.image-section__image-container--chef {
  top: auto;
  bottom: 0;
  max-width: 413px;
  width: 35vw;
}
.image-section__additional-content-title--chef {
  margin-bottom: 15px;
  color: #5E5F55;
}
@media screen and (min-width: 1190px) {
  .image-section__image-container--chef {
    left: 5vw;
  }
  .image-section__additional-content--chef {
    left: 27vw;
  }
}
@media screen and (max-width: 992px) {
  .image-section--chef {
    max-width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  .image-section__image-container--chef {
    width: 38%;
    top: 10%;
    bottom: auto;
    left: 0;
  }
  .image-section__content--chef {
    padding-top: 35px;
    height: 600px;
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .image-section--chef {
    background-image: none;
    margin: 0;
  }
  .image-section__content--chef {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 36px 20px;
    order: 1;
    background: transparent;
    height: auto;
    min-height: auto;
  }
  .image-section__additional-content--chef {
    left: 0;
    padding: 30px;
    margin: 0 20px;
  }
  .image-section__image-container--chef {
    order: 2;
    width: 100%;
    margin: 0 auto;
  }
  .image-section__image--chef {
    max-height: 100%;
  }
  .image-section__additional-content--chef-mobile {
    position: static;
    order: 2;
    margin-top: -40px;
    max-width: 100%;
  }
  .image-section__additional-content-title--chef {
    margin-bottom: 10px;
  }
}
.image-section--waste {
  background-color: #d6693b;
  margin: 0;
  max-width: 100%;
  color: #fff;
  min-height: 550px;
}
.image-section__content--waste {
  width: 470px;
  margin-left: 35vw;
  padding-top: 85px;
  z-index: 1;
}
.image-section__title--waste {
  color: #fff;
}
.image-section__image-container--waste {
  bottom: 0;
  top: 0;
  left: 0;
}
.image-section__image--waste {
  height: 100%;
}
.image-section__text--waste {
  font-family: 'Foro-Light';
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 34px;
}
.image-section__image-container--waste {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .image-section--waste {
    margin: 0;
    max-width: 100%;
    min-height: 325px;
    padding: 20px 0;
  }
  .image-section__image-container--waste {
    max-width: 100%;
  }
  .image-section__text--waste {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .image-section--waste {
    background-color: #d6693b;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 35px;
    height: 600px;
  }
  .image-section__content--waste {
    width: 100%;
    margin: 0;
    padding-top: 40px;
    background-color: transparent;
  }
  .image-section__image-container--waste {
    width: 100%;
    height: 100%;
    max-width: 100%;
    top: 0;
    position: absolute;
    display: -webkit-inline-box;
  }
  .image-section__text--waste {
    font-size: 18px;
    line-height: 28px;
  }
  .image-section__image--waste {
    height: 100%;
    display: block;
    max-height: 100%;
    object-position: bottom;
    max-width: 435px;
  }
}
.image-section--our-story {
  max-width: 970px;
  margin-top: 280px;
  padding-top: 50px;
}
.image-section__image-container--our-story {
  max-width: 434px;
  max-height: 456px;
  width: 50vw;
  left: -3vw;
}
.image-section__image-container--our-story {
  max-width: 418px;
}
.image-section__content--our-story {
  width: 53%;
  margin-left: auto;
}
.image-section__caption--our-story {
  font-family: 'MrEavesReg';
  font-size: 16px;
  margin-top: 17px;
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .image-section--our-story {
    margin-top: 150px;
  }
  .image-section__image-container--our-story {
    width: 40vw;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .image-section--our-story {
    margin-top: 50px;
    padding-top: 0;
  }
  .image-section__image--our-story {
    max-height: 400px;
    object-position: top;
  }
  .image-section__content--our-story {
    margin-top: -60px;
    padding-top: 40px;
    max-width: 100%;
    margin: 0 20px;
    width: calc(100% - 2 * 20px);
  }
  .image-section__image-container--our-story {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.philosophy__button {
  margin-top: 20px;
}
.menu__stamp {
  position: absolute;
  left: -69px;
  top: -30px;
}
.full-screen-image {
  min-height: 412px;
  background-size: cover;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 20px;
  position: relative;
}
.full-screen-image--philosophy-our-food {
  font-size: 32px;
  line-height: 40px;
}
.full-screen-image__background {
  object-fit: cover;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
}
.full-screen-image__inner-container {
  max-width: 810px;
  margin: 0 auto;
}
.full-screen-image__inner-container--block {
  max-width: 1064px;
  width: 100%;
  position: relative;
}
.full-screen-image__card {
  background-color: #fff;
  max-width: 635px;
  padding: 40px 50px;
  text-align: left;
  color: #7E7F74;
  font-family: 'Foro-Regular';
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  top: 50%;
  position: absolute;
}
.full-screen-image__heading {
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
.full-screen-image__heading--ingredients {
  color: #523040;
  text-shadow: none;
}
.full-screen-image__text {
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  font-family: 'Foro-Medium';
  -webkit-font-smoothing: antialiased;
}
.full-screen-image__text--ingredients {
  color: #7E7F74;
  text-shadow: none;
  font-family: 'Foro-Light';
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
}
.full-screen-image__btn {
  max-width: 200px;
  margin: 40px auto 0;
}
.full-screen-image__btn--ingredients {
  max-width: 100%;
}
.two-blocks {
  display: flex;
  justify-content: center;
  padding: 110px 0;
}
.two-blocks__block {
  max-width: 470px;
  width: 100%;
  height: 323px;
  padding: 21px 25px;
  align-items: center;
}
.two-blocks__block + .two-blocks__block {
  margin-left: 30px;
}
.two-blocks__block--orange {
  background-color: #B74826;
}
.two-blocks__block--maroon {
  background-color: #523040;
}
.two-blocks__block-inner {
  border: solid 6px #FBF7F4;
  height: 100%;
  width: 100%;
  display: flex;
  color: #fff;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 0 38px;
}
.two-blocks__block-title {
  color: #fff;
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
.two-blocks__block-link {
  font-family: 'Foro-Bold';
  font-weight: 300;
  font-family: 'Foro-Medium';
  -webkit-font-smoothing: antialiased;
  margin-top: 30px;
  color: #fff;
  text-decoration: none;
}
.two-blocks__block-link-icon {
  vertical-align: -2px;
  margin-left: 5px;
}
@media screen and (max-width: 992px) {
  .menu__stamp {
    left: -100px;
    top: -25px;
  }
  .full-screen-image {
    font-size: 20px;
    line-height: 30px;
  }
  .full-screen-image__background--ingredients {
    max-height: 400px;
    object-position: left;
  }
  .full-screen-image__inner-container {
    max-width: 525px;
    margin: 0 auto;
  }
  .full-screen-image__card {
    position: static;
    margin-top: 240px;
  }
  .full-screen-image__btn {
    margin-top: 30px;
  }
  .full-screen-image__text--philosophy-our-food {
    font-size: 28px;
    line-height: 36px;
  }
  .two-blocks__block {
    max-width: 347px;
    max-height: 320px;
  }
  .two-blocks__block-inner {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .menu__stamp {
    display: none;
  }
  .full-screen-image {
    font-size: 18px;
    line-height: 28px;
    padding: 0 25px;
  }
  .full-screen-image--philosophy-our-food {
    height: 300px;
    min-height: 0;
    font-size: 26px;
    line-height: 34px;
  }
  .full-screen-image---catering {
    margin-top: 65px;
  }
  .full-screen-image--ingredients {
    margin-bottom: 50px;
  }
  .full-screen-image__text {
    padding: 0 18px;
    font-weight: 300;
  }
  .full-screen-image__card {
    padding: 20px;
  }
  .full-screen-image__text--ingredients {
    padding: 0;
  }
  .full-screen-image__text--philosophy-our-food {
    font-size: 26px;
    line-height: 34px;
  }
  .two-blocks {
    flex-direction: column;
    padding: 50px 20px 65px;
  }
  .two-blocks__block {
    margin: 0 auto;
  }
  .two-blocks__block + .two-blocks__block {
    margin: 30px auto 0;
  }
}
.philosophy {
  display: flex;
  max-width: 910px;
  margin: 65px auto 130px;
}
.text-emphasized--philosophy {
  margin-right: -41px;
}
.text-emphasized--philosophy:after {
  bottom: 20px;
}
@media screen and (max-width: 992px) {
  .philosophy {
    max-width: 720px;
    margin: 45px auto 65px;
    padding: 0;
  }
  .text-emphasized--philosophy:after {
    bottom: -17px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy {
    margin: 25px auto 49px;
    width: 100%;
    padding: 0 20px;
    flex-direction: column;
  }
}
.menu-link__icon--down-arrow {
  vertical-align: -5px;
}
.menu-link__icon--down-arrow svg {
  color: #444;
  margin-left: 3px;
}
.menu {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.menu-navigation {
  background-color: #ffffff;
}
.menu-navigation__list {
  display: flex;
  max-width: 1200px;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 0;
  margin: 0 auto;
}
.menu-navigation__list li {
  font-size: 15px;
  letter-spacing: 0.44px;
  color: #B74826;
  font-family: 'MrEavesReg';
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0 2px 6px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.menu-navigation__list li:hover {
  border-bottom: 2px solid #B74826;
}
.menu-navigation.sticky {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-animation: navigationAnimation 0.5s ease-in-out;
  -ms-animation: navigationAnimation 0.5s ease-in-out;
  -o-animation: navigationAnimation 0.5s ease-in-out;
  animation: navigationAnimation 0.5s ease-in-out;
}
.menu__change-city {
  display: block;
  text-align: center;
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 1px;
  color: #b74826;
  text-transform: uppercase;
  margin: 40px 0 10px;
}
.page-title--menu_localized {
  margin-top: 0;
}
.menu__category {
  color: #444444;
  font-size: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__category.hidden {
  display: none;
}
.menu__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 64px;
  text-align: left;
}
.menu__list-item {
  margin: 0 15px 70px;
  max-width: 300px;
  width: calc((100% - 15px * 6) / 3);
}
.menu__item-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: flex;
}
.menu__item-title {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  margin-bottom: 5px;
  color: #5E5F55;
}
.menu__item-subtitle {
  font-size: 16px;
  color: #5E5F55;
}
.menu__item-subtitle span {
  font-family: 'Foro-Medium';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}
.menu__item-description {
  font-family: 'MrEavesReg';
  font-weight: 300;
}
.menu__item-nutrition-label {
  display: inline-block;
  background-color: #F1ECE3;
  color: #909288;
  padding: 3px 13px;
  border-radius: 10px;
  text-transform: lowercase;
  font-size: 14px;
  font-family: 'MrEavesReg';
  font-weight: 400;
  margin-top: 10px;
}
.menu__item-nutrition-label + .menu__item-nutrition-label {
  margin-left: 8px;
}
.menu__list-disclaimer {
  color: #5E5F55;
  font-size: 14px;
  font-family: 'MrEavesReg';
  font-weight: 400;
  margin: 60px auto 60px;
  width: 1000px;
  text-align: center;
}
.ingredients {
  background-color: #523040;
  padding: 75px 0 65px;
  color: #fff;
}
.ingredients:before {
  display: block;
  content: " ";
  margin-top: -130px;
  height: 130px;
  visibility: hidden;
  pointer-events: none;
}
.ingredients__inner {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}
.ingredients__title {
  color: #fff;
  margin-bottom: 20px;
}
.ingredients__description {
  max-width: 700px;
}
.ingredients__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.ingredients__ingredient {
  max-width: 464px;
  margin-bottom: 40px;
  font-family: 'MrEavesReg';
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  padding-left: 80px;
  position: relative;
}
.ingredients__ingredient-icon {
  position: absolute;
  left: 0;
  top: 5px;
}
.ingredients__ingredient-title {
  margin-bottom: 10px;
  font-family: 'Foro-Medium';
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
.ingredients__ingredient-description {
  color: #F1ECE3;
}
.link--download-nutrition {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-color: #ffffff;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #523040;
  text-decoration: none;
  font-family: 'Foro-Regular';
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  right: 0;
  top: 60px;
  padding: 10px 18px;
}
.link--download-nutrition svg {
  color: #523040;
}
.link--download-nutrition:hover {
  background-color: transparent;
  color: #ffffff;
}
.link--download-nutrition:hover svg {
  color: #ffffff;
}
.icon--down-arrow-nutrition {
  color: #fff;
  vertical-align: -5px;
  margin-right: 13px;
}
.menu__modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.menu__modal-body {
  width: 637px;
  border-radius: 4px;
  padding: 53px;
  background-color: #fbf7f4;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
}
.menu__modal-title {
  font-family: 'Foro-Light';
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  line-height: 1.44;
  padding-bottom: 47px;
}
.menu__modal-items {
  display: flex;
  justify-content: space-around;
}
.menu__modal-item {
  width: 220px;
  height: 202px;
  box-shadow: 0 2px 9px 0 rgba(82, 48, 64, 0.08);
  background-color: #ffffff;
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 1.42;
  color: #b74826;
  border: solid 1px #eeeeee;
  cursor: pointer;
}
.menu__modal-item svg {
  display: block;
  margin: auto;
  padding: 36px 0 12px;
  height: 94px;
  box-sizing: content-box;
}
.menu__modal-item:hover {
  border: solid 2px #b74826;
}
@media screen and (max-width: 992px) {
  .menu {
    width: 100%;
  }
  .menu-navigation__list {
    justify-content: flex-start;
    padding: 13px 0 13px 27px;
    overflow: scroll;
    box-shadow: 0 2px 7px 0 rgba(82, 48, 64, 0.08);
  }
  .menu-navigation__list li {
    margin-right: 27px;
    margin-bottom: 0;
    flex-shrink: 0;
    border-bottom: none;
  }
  .menu-navigation__list li:hover {
    border-bottom: none;
  }
  .menu picture {
    width: 100%;
  }
  .menu__change-city {
    font-size: 14px;
  }
  .menu__list-item {
    max-width: 50%;
    width: calc(50% - 2 * 15px);
  }
  .menu__list-item:first-child:nth-last-child(5).menu__list-item:nth-child(5),
  .menu__list-item:first-child:nth-last-child(5) ~ li.menu__list-item:nth-child(5),
  .menu__list-item:first-child:nth-last-child(6).menu__list-item:nth-child(5),
  .menu__list-item:first-child:nth-last-child(6) ~ li.menu__list-item:nth-child(5) {
    margin-left: 15px;
  }
  .menu__list-disclaimer {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
  .ingredients {
    padding: 30px 20px 80px;
  }
  .ingredients__description {
    max-width: 100%;
  }
  .ingredients__ingredient {
    max-width: calc((100% - 40px)/2);
  }
  .link--download-nutrition {
    position: static;
    margin-top: 20px;
    max-width: 100%;
  }
  .menu picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
}
@media screen and (max-width: 767px) {
  .menu-navigation.sticky {
    top: 100px;
  }
  .page-title--menu {
    margin: 15px auto 45px;
  }
  .menu picture {
    margin: 0;
    width: 100%;
    max-width: 100%;
    position: absolute;
    height: 200px;
    object-fit: cover;
    object-position: bottom;
    display: block;
  }
  .menu__category {
    font-size: 30px;
    padding: 0 20px;
  }
  .menu__list {
    margin-top: 45px;
    flex-direction: column;
  }
  .menu__list-item {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .menu__list-item:last-child {
    margin-bottom: 0;
  }
  .menu__list-item:nth-child(1),
  .menu__list-item:nth-child(2),
  .menu__list-item:nth-child(3) {
    margin-left: 0;
  }
  .menu__list-item:first-child:nth-last-child(5).menu__list-item:nth-child(5),
  .menu__list-item:first-child:nth-last-child(5) ~ li.menu__list-item:nth-child(5),
  .menu__list-item:first-child:nth-last-child(6).menu__list-item:nth-child(5),
  .menu__list-item:first-child:nth-last-child(6) ~ li.menu__list-item:nth-child(5) {
    margin-left: 0;
  }
  .menu__item-image {
    margin-bottom: 20px;
  }
  .menu__item-title {
    margin-bottom: 8px;
  }
  .menu__item-nutrition-label {
    margin-top: 8px;
  }
  .menu {
    padding-bottom: 55px;
    margin-bottom: 0;
  }
  .menu:after {
    width: calc(100% - 2 * 20px);
    left: 20px;
  }
  .menu__list-disclaimer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ingredients__description {
    font-size: 18px;
    line-height: 28px;
  }
  .link--download-nutrition-container {
    text-align: center;
  }
  .link--download-nutrition {
    margin-left: auto;
    margin-right: auto;
  }
  .ingredients__list {
    margin-top: 35px;
  }
  .ingredients__ingredient {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .ingredients__ingredient-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .menu__modal-body {
    padding: 32px 17px 19px;
    width: calc(100% - 40px);
  }
  .menu__modal-title {
    font-size: 28px;
    padding-bottom: 22px;
  }
  .menu__modal-item {
    width: 140px;
    height: 129px;
    font-size: 16px;
  }
  .menu__modal-item svg {
    height: 60px;
    padding: 24px 0 5px;
  }
}
@media screen and (max-width: 340px) {
  .icon--down-arrow-nutrition {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .gallery__slide-content {
    max-width: 1180px;
  }
  .hero-image--menu {
    min-height: 600px;
  }
  .gallery__slide--menu {
    height: 600px;
  }
  .gallery__slide-image--menu {
    height: 600px;
  }
}
@media screen and (min-width: 768px) {
  .gallery__slide-caption--menu {
    margin-top: 120px;
    font-size: 36px;
    line-height: 44px;
  }
}
.location {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 50px;
}
.location--ny {
  padding-top: 0;
}
.location--sf {
  padding-bottom: 10px;
}
.location__title {
  position: relative;
  color: #5E5F55;
  margin-bottom: 60px;
}
.location__title:after {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-color: #DDDCD5;
}
.location__disclaimer {
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  height: 48px;
  vertical-align: middle;
  font-family: 'MrEavesReg';
  font-weight: 700;
  color: #ffffff;
  background-color: #5E5F55;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location__jump-link-container {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
  height: 0;
}
.location__jump-link {
  font-size: 18px;
  line-height: 32px;
  color: #B74826;
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  justify-content: center;
  align-items: flex-start;
  padding-top: 23px;
  padding-bottom: 35px;
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 10000;
  cursor: pointer;
}
.location__jump-link span {
  padding-right: 10px;
}
.location__jump-link svg {
  box-sizing: content-box;
  padding-top: 4px;
}
.location__logo--ny {
  margin-right: 10px;
  vertical-align: -15px;
}
.location__icon {
  margin-right: 20px;
  vertical-align: -25px;
}
.location__subtitle {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 35px;
  display: none;
}
.location__subtitle.show {
  display: block;
}
.locations-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.locations-list__item {
  max-width: 485px;
  width: calc(50% - 10px);
  margin-bottom: 53px;
  display: flex;
}
.locations-list__item:nth-child(2n - 1) {
  margin-right: 20px;
}
.locations-list__item a {
  color: #B74826;
  text-decoration: none;
}
.locations-list__item:last-child {
  margin-bottom: 0;
}
.locations-list__item--last {
  margin-bottom: 0;
}
.locations-list__item--catering {
  background-color: #F1ECE3;
  padding: 22px 27px;
  max-height: 120px;
  font-family: 'Foro-Light';
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 32px;
  color: #5E5F55;
}
.locations-list__catering-link {
  width: 100%;
  clear: both;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
.locations-list__catering-arrow {
  color: #B74826;
  vertical-align: -2px;
}
.locations-list__location-image-container {
  margin-right: 20px;
}
.locations-list__location-image {
  width: 115px;
}
.locations-list__item-header {
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 22px;
  color: #5E5F55;
  margin-bottom: 5px;
}
.location-list__location-address {
  color: #5E5F55;
  font-family: 'MrEavesReg';
  font-size: 16px;
  line-height: 22px;
}
.location-list__location-address b {
  font-family: 'MrEaves';
}
.location-list__location-address p {
  display: inline;
}
.locations-list__item-links {
  letter-spacing: 1px;
  font-family: 'Foro-Medium';
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 14px;
}
.locations-list__item-links a + a:before {
  height: 17px;
  width: 1px;
  background-color: #DDDCD5;
  content: '';
  display: inline-block;
  margin-left: 9px;
  margin-right: 12px;
  vertical-align: -3px;
}
.closed-label {
  padding: 0 12px;
  height: 35px;
  line-height: 37px;
  color: #fff;
  text-align: center;
  background-color: #523040;
  font-family: 'Foro-Medium';
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
  float: left;
}
@media screen and (max-width: 992px) {
  .location__disclaimer {
    text-align: center;
    padding: 13px 20px;
    height: auto;
  }
  .location__jump-link-container {
    height: auto;
    max-width: none;
  }
  .location__jump-link {
    display: flex;
    position: relative;
    top: auto;
    right: auto;
  }
  .location {
    padding: 30px 20px 80px;
  }
  .location--sf {
    padding-top: 0;
    padding-bottom: 0;
  }
  .location--ny {
    margin-top: -100px;
    padding-top: 130px;
  }
  .location__icon {
    margin-right: 16px;
  }
  .location__title {
    margin-bottom: 25px;
  }
  .location__subtitle {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .locations-list {
    margin-top: 60px;
  }
  .locations-list li:last-child {
    border-bottom: none;
  }
  .locations-list__item:nth-child(2n - 1) {
    margin-right: 0;
  }
  .locations-list__item-links a {
    display: inline-block;
    padding: 5px 0 5px;
    margin-top: 0;
    margin-right: 15px;
  }
  .locations-list__item-links a + a:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .location__title {
    margin-bottom: 0;
  }
  .location__title:after {
    bottom: 0;
  }
  .location__title--ny {
    padding-bottom: 15px;
  }
  .location__logo--sf {
    width: 41px;
  }
  .location__logo--ny {
    width: 48px;
    height: 48px;
    vertical-align: -8px;
  }
  .locations-list {
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .locations-list--store ~ .location__subtitle {
    margin-top: 0;
    padding-top: 30px;
    border-top: solid 1px #DDDCD5;
  }
  .locations-list__item {
    width: 100%;
    padding: 30px 0;
    border-bottom: solid 1px #DDDCD5;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .location-list__location-address-container {
    order: -1;
    flex-shrink: 1;
    width: calc(100% - 100px);
  }
  .locations-list__item-links {
    width: calc(200%);
  }
  .locations-list__location-image-container {
    margin-right: 0;
    width: 80px;
    margin-left: 20px;
  }
  .locations-list__location-image-container img {
    width: 100%;
    height: auto;
  }
  .locations-list__item-links a {
    margin-right: 0;
  }
  .locations-list__item-links a + a:before {
    display: inline-block;
  }
  .locations-list__item--last {
    border-bottom: none;
  }
  .locations-list__item--catering {
    padding: 18px 20px;
    border: none;
    margin-top: 15px;
    max-height: 100%;
  }
}
@media screen and (max-width: 340px) {
  .location__icon {
    margin: 0 auto 5px;
  }
  .location__logo--sf {
    vertical-align: -35px;
  }
  .location__logo--ny {
    margin-right: 0;
    width: 45px;
  }
  .locations-list__item-links a {
    width: 100%;
    margin: 0;
    display: block;
    padding: 5px 0;
  }
  .locations-list__item-links a + a:before {
    display: none;
  }
  .locations-list__item-links a + a:last-child {
    padding-bottom: 0;
  }
}
.catering-navigation {
  background-color: #ffffff;
}
.catering-navigation__list {
  display: flex;
  max-width: 1200px;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 0;
  margin: 0 auto;
}
.catering-navigation__list li {
  font-size: 16px;
  letter-spacing: 0.44px;
  color: #B74826;
  font-family: 'MrEavesReg';
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0 2px 6px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.catering-navigation__list li:hover {
  border-bottom: 2px solid #B74826;
}
.catering-content {
  max-width: 970px;
  margin: 0 auto;
  padding: 40px 0 105px;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 50;
}
.catering-content .catering__download-links {
  display: flex;
  justify-content: flex-start;
}
.catering-content .catering__download-link-container:last-child {
  margin-left: 30px;
}
.catering-content__text-emphasized {
  width: 45%;
  flex-basis: auto;
  font-size: 36px;
  line-height: 44px;
}
.catering-content__text-emphasized:after {
  bottom: 0;
}
.catering-content__inner {
  font-family: 'Foro-Light';
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.catering-content__text {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.catering-content--links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
.catering-content--btn {
  width: 225px;
  line-height: 1.56;
}
.image-section--catering {
  max-width: 970px;
  margin: 0 auto 297px;
  padding: 0;
  background-color: transparent;
}
.image-section--catering .image-section__content {
  width: 76%;
  max-width: 730px;
  padding: 65px 212px 80px 93px;
  background-color: #ffffff;
}
.image-section--catering .image-section__content h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: block;
  color: #523040;
  margin-bottom: 20px;
}
.image-section--catering .image-section__content .h5 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Foro-Regular';
  -webkit-font-smoothing: antialiased;
  color: #5E5F55;
  margin-bottom: 23px;
}
.image-section--catering .image-section__content .image-section__text {
  color: #5E5F55;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  font-family: 'Foro-Light';
  -webkit-font-smoothing: antialiased;
}
.image-section--catering .image-section__content .image-section__btn {
  margin-top: 30px;
  width: 240px;
}
.image-section--catering .image-section__content .image-section__btn.btn--primary {
  margin-top: 50px;
}
.image-section--catering .image-section__image-container {
  top: 64px;
  right: -117px;
}
.image-section--catering-position-1 {
  margin-top: -100px;
  padding-top: 100px;
  z-index: 40;
}
.image-section--catering-position-1 .image-section__image-container {
  top: 164px;
}
.image-section--catering-position-2 {
  margin-bottom: 110px;
  margin-top: -217px;
  padding-top: 217px;
  z-index: 30;
}
.image-section--catering-position-2 .image-section__content {
  z-index: 10;
  transform: translateX(350px);
  padding-right: 145px;
}
.image-section--catering-position-2 .image-section__image-container {
  left: -117px;
  right: auto;
  top: 120px;
}
.image-section--catering-position-3 {
  margin-top: -100px;
  padding-top: 100px;
  z-index: 20;
  margin-bottom: 262px;
}
.image-section--catering-position-3 .image-section__image-container {
  top: 147px;
}
.image-section--catering-position-4 {
  margin-bottom: 0;
  margin-top: -220px;
  padding-top: 220px;
}
.image-section--catering-position-4 .image-section__content {
  z-index: 10;
  transform: translateX(350px);
  padding-right: 170px;
}
.image-section--catering-position-4 .image-section__image-container {
  left: -117px;
  right: auto;
  top: 121px;
}
.catering-solutions {
  background-color: #523040;
  color: #ffffff;
  padding: 172px 0 113px;
  margin-top: -86px;
}
.catering-solutions .catering-solutions__content {
  max-width: 530px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.catering-solutions .catering-solutions__title {
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 24px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  color: #ffffff;
}
.catering-solutions .catering-solutions__title:after {
  content: '';
  width: 96px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: calc(50% - 48px);
}
.catering-solutions .catering-solutions__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  max-width: 422px;
  margin: 0 auto 22px;
}
.catering-solutions .catering-solutions__text p:not(:last-of-type) {
  margin-bottom: 30px;
}
.catering-solutions .catering-solutions__btn {
  display: inline-flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px 10px;
  width: 230px;
}
.catering-solutions .catering-solutions__btn:first-of-type {
  margin-right: 26px;
}
.catering-solutions .catering-solutions__btn .icon {
  margin-right: 10px;
  display: flex;
}
.catering-solutions .catering-solutions__btn .text {
  line-height: 14px;
}
.catering-solutions .catering-solutions__btn svg {
  color: #ffffff;
}
.catering-solutions .catering-solutions__btn:hover svg {
  color: #B74826;
}
.catering__modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.catering__modal .catering__modal-body {
  width: 730px;
  border-radius: 4px;
  padding: 53px 47px 70px;
  background-color: #fbf7f4;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
  position: relative;
}
.catering__modal .catering__modal-body > svg {
  position: absolute;
  right: 35px;
  top: 35px;
  cursor: pointer;
}
.catering__modal .catering__modal-title {
  font-family: 'Foro-Light';
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  line-height: 1.44;
  padding-bottom: 25px;
}
.catering__modal .catering__modal-items {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.catering__modal .catering__modal-items:after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% + 4px);
  top: -2px;
  left: calc(50% - 1px);
  background-color: #979797;
}
.catering__modal .catering__modal-item {
  width: calc(50% - 27px);
  font-family: 'Foro-Bold';
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 34px;
  color: #666666;
}
.catering__modal .catering__modal-item svg {
  display: block;
  margin: auto;
  padding: 36px 0 12px;
  height: 94px;
  box-sizing: content-box;
}
.catering__modal .catering__modal-contact {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  padding-top: 20px;
}
.catering__modal .catering__modal-contact a {
  font-family: 'Foro-Regular';
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 992px) {
  .catering-navigation__list {
    justify-content: flex-start;
    padding: 13px 0 13px 33px;
    overflow: scroll;
    box-shadow: 0 2px 7px 0 rgba(82, 48, 64, 0.08);
  }
  .catering-navigation__list li {
    font-size: 16px;
    letter-spacing: 0.39px;
    margin-right: 33px;
    margin-bottom: 0;
    flex-shrink: 0;
    border-bottom: none;
  }
  .catering-navigation__list li:hover {
    border-bottom: none;
  }
  .catering-content {
    width: 100%;
    padding: 20px;
    padding-bottom: 10px;
    margin: 0;
    flex-direction: column;
  }
  .catering-content .catering__download-links {
    display: block;
  }
  .catering-content .catering__download-link-container:last-child {
    margin-top: 15px;
    margin-left: 0;
  }
  .catering-content__text-emphasized {
    width: 100%;
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .catering-content__text-emphasized:after {
    bottom: 0;
  }
  .catering-content__inner {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
  }
  .catering-content__text {
    margin-bottom: 20px;
  }
  .catering-content--links {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .catering-content--links .btn--primary {
    margin-bottom: 20px;
  }
  .catering-content--btn {
    width: 100%;
  }
  .image-section--catering {
    padding-top: 135px;
    margin-top: -100px;
    margin-bottom: 0;
    flex-direction: column;
  }
  .image-section--catering .image-section__image-container {
    position: static;
    order: inherit;
    width: 100%;
    max-width: 100%;
  }
  .image-section--catering .image-section__content {
    width: 100%;
    margin: 0;
    max-width: none;
    padding: 45px 20px 35px;
    transform: none;
  }
  .image-section--catering .image-section__content h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .image-section--catering .image-section__content .h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .image-section--catering .image-section__content .image-section__text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .image-section--catering .image-section__content .image-section__btn {
    width: 100%;
    max-width: none;
    margin-top: 25px !important;
  }
  .catering-solutions {
    padding: 64px 20px 84px;
    margin-top: 0;
  }
  .catering-solutions .catering-solutions__content {
    max-width: 510px;
  }
  .catering-solutions .catering-solutions__title {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .catering-solutions .catering-solutions__title:after {
    width: 50px;
    left: calc(50% - 25px);
  }
  .catering-solutions .catering-solutions__text {
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto 20px;
    max-width: 274px;
  }
  .catering-solutions .catering-solutions__text p:not(:last-of-type) {
    margin-bottom: 22px;
  }
  .catering-solutions .catering-solutions__btn {
    width: 256px;
  }
  .catering-solutions .catering-solutions__btn:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .catering-solutions .catering-solutions__btn .icon {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .catering-solutions .catering-solutions__btn:hover svg {
    color: #B74826;
  }
  .catering__modal .catering__modal-body {
    width: 90%;
    border-radius: 4px;
    padding: 45px 37px 67px;
  }
  .catering__modal .catering__modal-body > svg {
    right: 25px;
    top: 25px;
  }
  .catering__modal .catering__modal-title {
    font-family: 'Foro-Light';
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: 52px;
    padding-bottom: 8px;
  }
  .catering__modal .catering__modal-items {
    flex-direction: column;
  }
  .catering__modal .catering__modal-items:after {
    content: none;
  }
  .catering__modal .catering__modal-item {
    width: 100%;
    font-size: 18px;
    line-height: 34px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .catering__modal .catering__modal-item:first-of-type {
    padding-bottom: 20px;
    border-bottom: 1px solid #979797;
    margin-bottom: 35px;
  }
  .catering__modal .catering__modal-item svg {
    margin: 0;
    padding: 0 10px 3px 0;
    width: 41px;
    height: auto;
  }
  .catering__modal .catering__modal-contact {
    text-align: left;
    font-size: 16px;
    padding-top: 12px;
    width: 100%;
  }
  .catering__modal .catering__modal-contact a {
    font-family: 'Foro-Regular';
    -webkit-font-smoothing: antialiased;
  }
}
/*# sourceMappingURL=style.css.map */