/*DEFINE WEBSITE COLORS*/
/*START TEMPLATE STYLES*/
a,
img {
  border: none;
  text-decoration: none;
  outline: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.4rem;
}

header ul {
  list-style: none;
}

fieldset {
  border: 0;
}

input {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.pageAlign {
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 50px;
}

.pageAlign2 {
  margin: 0 auto;
  max-width: 912px;
  padding: 0 50px;
}

.pageAlign3 {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 50px;
}

.pageAlignFluid {
  margin: 0 auto;
  max-width: 2020px;
  padding: 0 50px;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.relative {
  position: relative;
}

.fullWidth {
  float: left;
  width: 100%;
}

.invisible {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body,
input,
select,
textarea {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  /*REMOVE if we DON'T use Google fonts*/
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  color: #000;
  font-size: 16px;
  background: #fff;
}

p {
  margin-bottom: 3rem;
  line-height: 1.6;
}

::-moz-selection {
  background: #000;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #000;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #000;
  /* Gecko Browsers */
  color: #fff;
}

.responsive-nav {
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
  float: left;
  margin: 0;
}

.responsive-nav button {
  padding: 7px 10px;
  background: none;
  border: none;
  position: relative;
  height: 40px;
  width: 51px;
  cursor: pointer;
  outline: none;
  float: left;
}

.responsive-nav button.menu-on {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.responsive-nav button:hover .line {
  background: #fff;
}

.line {
  position: absolute;
  height: 1px;
  width: 30px;
  background: #fff;
  left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.line-t {
  top: 9px;
}

.line-m {
  top: 19px;
}

.line-b {
  top: 29px;
}

.menu-on .line-m,
.menu-on:hover .line-m {
  background: transparent;
  opacity: 0;
}

.menu-on .line {
  top: 18px;
}

.menu-on .line-t {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-on .line-b {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lb-outerContainer,
.lightbox .lb-image {
  border-radius: 0 !important;
}

.lightbox .lb-image {
  border: none !important;
}

.lb-nav {
  padding: 0 20px;
}

.lb-nav a.lb-prev {
  background: url(../images/arrow-white.svg) no-repeat right center;
  background-size: 16px 32px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 50%;
  opacity: 1;
}

.lb-nav a.lb-next {
  background: url(../images/arrow-white.svg) no-repeat right center;
  background-size: 16px 32px;
  width: 50%;
  opacity: 1;
}

img.aligncenter {
  margin: 0 auto;
}

body.overflowed {
  overflow: hidden;
}

body.page-id-3 .simple-content h2 {
  margin-top: 50px;
  padding-bottom: 0;
}

body.page-id-3 .simple-content h2:after {
  margin-top: 20px;
}

body.homepage header a.logo {
  opacity: 100%;
  visibility: visible;
}

body.homepage header.scrolling-header a.logo {
  opacity: 1;
  visibility: visible;
}

body.homepage .hero {
  height: 100vh;
}

body.careers-detail .simple-content h3 {
  font-family: "Tenor Sans", sans-serif;
  line-height: 1.5;
}

body.contact .simple-content {
  font-family: "Tenor Sans", sans-serif;
}

body.contact .simple-content h5 {
  letter-spacing: 2px;
}

.full-screen-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e5dfd4;
  color: #000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
  font-size: 3rem;
  font-family: "Tenor Sans", sans-serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.full-screen-menu.expand {
  opacity: 1;
  visibility: visible;
}

.full-screen-menu .btn {
  cursor: pointer;
}

.full-screen-menu img {
  display: inline-block;
}

.full-screen-menu nav {
  margin: 5rem 0;
}

.full-screen-menu .socials {
  margin-top: 30px;
}

.full-screen-menu .socials a {
  display: inline-block;
}

.full-screen-menu .socials img {
  display: inline-block;
  margin: 4px;
  width: 21px;
}

.full-screen-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.full-screen-menu ul li {
  line-height: 65px;
  position: relative;
  cursor: pointer;
}

.full-screen-menu ul li > a {
  position: relative;
}

.full-screen-menu ul li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  margin-top: -14px;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.full-screen-menu ul li.current-menu-item > a:before,
.full-screen-menu ul li:hover > a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.full-screen-menu ul li.activated:after {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}

.full-screen-menu ul li.menu-item-has-children {
  position: relative;
}

.full-screen-menu ul li.menu-item-has-children:after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url(../images/arrow-black.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  cursor: pointer;
}

.full-screen-menu ul li a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.full-screen-menu ul li a:hover {
  color: #838588;
}

.full-screen-menu ul li ul {
  padding-bottom: 30px;
  display: none;
}

.full-screen-menu ul li ul li {
  font-size: 20px;
  line-height: 40px;
}

.full-screen-menu ul li ul li a:before {
  margin-top: -5px;
}

.btn-simple {
  font-family: "Tenor Sans", sans-serif;
  font-size: 16px;
}

.btn {
  border: 1px solid #000;
  color: #000;
  background: transparent;
  text-transform: uppercase;
  font-family: "Tenor Sans", sans-serif;
  font-size: 16px;
  padding: 8px 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn.btn-white {
  border-color: #fff;
  color: #fff;
}

.btn.btn-white:hover {
  background: #fff;
  color: #000;
}

.btn.btn-black {
  border-color: #000;
  color: #000;
}

.btn.btn-black:hover {
  background: #000;
  color: #fff;
}

.btn:hover {
  background: #000;
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.inverted .right {
  opacity: 0;
  visibility: hidden;
}

header.inverted a.logo {
  opacity: 0 !important;
  visibility: hidden;
}

header.scrolling-header {
  background: #000000;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

header.scrolling-header .container {
  padding: 10px 0px;
}

header.scrolling-header .container a.logo {
  height: 37px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

header.scrolling-header .container a.logo img {
  height: 45px;
  margin: 0 auto;
}

header.inverted.scrolling-header {
  background: transparent;
  -webkit-filter: none;
  filter: none;
}

header.inverted.scrolling-header .container {
  padding: 50px 50px 0 50px;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

header .container .left {
  margin-right: auto;
}

header .container .right {
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .container .right span {
  cursor: pointer;
}

header .container a.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 113px;
  height: 63px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .container a.logo img {
  height: 63px;
  width: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer {
  font-size: 15px;
}

footer p,
footer ul {
  margin: 0;
  padding: 0;
}

footer ul {
  list-style: none;
}

footer ul li a {
  text-decoration: none;
}

footer ul li a:hover {
  text-decoration: underline;
}

footer .socials a {
  display: inline-block;
}

footer .socials a img {
  width: 21px;
}

footer .container {
  border-top: 1px solid #ccc;
}

footer .container .left,
footer .container .center,
footer .container .right {
  min-width: 33.333%;
}

footer .container .top {
  font-size: 15px;
  font-family: "Tenor Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  padding-top: 60px;
}

footer .container .top .center {
  margin: 0 auto;
  text-align: center;
}

footer .container .top .center form label {
  cursor: pointer;
  font-size: 13px;
}

footer .container .top .center form input[type="email"] {
  width: 205px;
  max-width: 100%;
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #000;
  font-family: "Tenor Sans", sans-serif;
  font-size: 15px;
}

footer
  .container
  .top
  .center
  form
  input[type="email"]::-webkit-input-placeholder {
  color: #000;
}

footer .container .top .center form input[type="email"]::-moz-placeholder {
  color: #000;
}

footer .container .top .center form input[type="email"]:-ms-input-placeholder {
  color: #000;
}

footer .container .top .center form input[type="email"]::-ms-input-placeholder {
  color: #000;
}

footer .container .top .center form input[type="email"]::placeholder {
  color: #000;
}

footer .container .top .center form button {
  margin: 0 0 20px 0;
  cursor: pointer;
}

footer .container .top .center p {
  margin-bottom: 8px;
}

footer .container .top .center a.btn {
  margin-bottom: 20px;
}

footer .container .top .center img {
  display: inline-block;
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .container .top .center img:hover {
  opacity: 0.7;
}

footer .container .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px 0;
}

footer .container .bottom img {
  display: inline-block;
}

footer .container .bottom ul li {
  display: inline-block;
}

footer .container .bottom ul li:last-child:after {
  display: none;
}

footer .container .bottom ul li:after {
  content: "|";
  margin: 0 5px;
}

.hero {
  height: 80vh;
  position: relative;
}

.hero.big-version .content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0;
}

.hero h1 {
  color: #fff;
  font-size: 5.5rem;
  text-transform: uppercase;
  font-family: "Tenor Sans", sans-serif;
  text-align: center;
  width: 100%;
}

.hero .image {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  overflow: hidden;
}

.hero .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  padding-bottom: 50px;
}

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5 {
  text-align: center;
}

.footer-hero {
  height: 0;
  padding-bottom: 35%;
  position: relative;
  margin-bottom: 50px;
}

.footer-hero h1 {
  color: #fff;
  font-size: 5.5rem;
  text-transform: uppercase;
  font-family: "Tenor Sans", sans-serif;
}

.footer-hero .image {
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  bottom: 0;
  overflow: hidden;
}

.footer-hero .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-hero .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-hero h1,
.footer-hero h2,
.footer-hero h3,
.footer-hero h4,
.footer-hero h5 {
  text-align: center;
}

.menu-with-images,
.gallery-archive {
  padding: 10rem 0;
}

.menu-with-images .section-title,
.gallery-archive .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.menu-with-images .section-title .wrapper,
.gallery-archive .section-title .wrapper {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
}

.menu-with-images .section-title .wrapper:after,
.gallery-archive .section-title .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 33px;
  height: 1px;
  background: #000;
}

.menu-with-images .container,
.gallery-archive .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-with-images .container .block,
.gallery-archive .container .block {
  height: 0;
  padding-bottom: 35%;
  position: relative;
}

.menu-with-images .container .block.small-size,
.gallery-archive .container .block.small-size {
  width: 25%;
}

.menu-with-images .container .block.medium-size,
.gallery-archive .container .block.medium-size {
  width: 50%;
}

.menu-with-images .container .block.big-size,
.gallery-archive .container .block.big-size {
  width: 75%;
}

.menu-with-images .container .block .inside,
.gallery-archive .container .block .inside {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}

.menu-with-images .container .block .inside:hover .image-container .image,
.gallery-archive .container .block .inside:hover .image-container .image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.menu-with-images .container .block .inside .image-container,
.gallery-archive .container .block .inside .image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.menu-with-images .container .block .inside .image-container .image,
.gallery-archive .container .block .inside .image-container .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-with-images .container .block .inside .image-container .image img,
.gallery-archive .container .block .inside .image-container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-with-images .container .block .inside .image-container .title,
.gallery-archive .container .block .inside .image-container .title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.menu-with-images .container .block .inside .image-container .image-caption,
.gallery-archive .container .block .inside .image-container .image-caption {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "Tenor Sans", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
}

.lb-dataContainer {
  padding-top: 0;
}

.lb-caption {
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  font-family: "Tenor Sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}

.lb-data {
  padding: 0;
}

.lb-closeContainer {
  padding-top: 7px;
}

.menu-with-images .container .block .inside .image-container:hover .title {
  opacity: 1;
}

.menu-with-images .container .block .inside .image-container:hover:after {
  opacity: 0.3;
}

.menu-with-images .container .block .inside .image-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-with-images .container .block .inside .image-container .title {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-archive h4 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  font-weight: 300;
}

.gallery-archive h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 33px;
  height: 1px;
  background: #000;
}

.gallery-archive .container .block .inside {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.restaurants-archiv,
.recipes-archive {
  margin-bottom: 8rem;
}

.restaurant-location {
  overflow: hidden;
  text-align: center;
  padding: 7rem 0 30px 0;
}

.restaurant-location:first-child {
  padding-top: 0;
}

.restaurant-location h2 {
  display: inline-block;
  font-family: "Tenor Sans", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}

.restaurant-location h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  right: 100%;
  margin-right: 10px;
  width: 900000px;
  background: #b7b7b7;
}

.restaurant-location h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  left: 100%;
  margin-left: 10px;
  width: 900000px;
  background: #b7b7b7;
}

.mobile-restaurants-filter,
.mobile-careers-filter,
.mobile-recipe-filter {
  position: relative;
  display: none;
  margin: 20px 0;
}

.mobile-restaurants-filter .active-category,
.mobile-careers-filter .active-category,
.mobile-recipe-filter .active-category {
  border: 1px solid #000;
  font-family: "Tenor Sans", sans-serif;
  font-size: 20px;
  padding: 8px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.mobile-restaurants-filter .active-category.active:after,
.mobile-careers-filter .active-category.active:after,
.mobile-recipe-filter .active-category.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.mobile-restaurants-filter .active-category:after,
.mobile-careers-filter .active-category:after,
.mobile-recipe-filter .active-category:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  width: 18px;
  height: 18px;
  background: url(../images/arrow-black.svg) no-repeat center center;
  background-size: contain;
}

.mobile-restaurants-filter .restaurant-list,
.mobile-careers-filter .restaurant-list,
.mobile-recipe-filter .restaurant-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #000;
  z-index: 2;
  display: none;
  margin-top: -1px;
  padding: 8px;
  text-align: center;
}

.mobile-restaurants-filter .restaurant-list div,
.mobile-careers-filter .restaurant-list div,
.mobile-recipe-filter .restaurant-list div {
  padding: 5px 0;
}

.mobile-restaurants-filter .restaurant-list.active,
.mobile-careers-filter .restaurant-list.active,
.mobile-recipe-filter .restaurant-list.active {
  display: block;
}

.mobile-restaurants-filter .active-category {
  /* &:after {
            right:50%;
            margin-right: -50px;
        } */
}

.restaurants-archive .location-wrapper:first-child {
  padding-top: 30px;
}

.restaurants-filter {
  margin: 30px 0 8rem 0;
}

.restaurants-filter .restaurant-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.restaurants-filter .restaurant-list > div {
  cursor: pointer;
  padding: 20px;
  font-size: 17px;
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.restaurants-filter .restaurant-list > div:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 18px;
  right: 18px;
  height: 1px;
  background: #000;
  margin-top: -15px;
  display: none;
}

.restaurants-filter .restaurant-list > div.active:after {
  display: block;
}

.restaurants-filter .restaurant-list > div:hover:after {
  display: block;
}

.restaurant-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10rem;
}

.restaurant-grid .box {
  max-width: 20%;
  min-width: 20%;
}

.restaurant-grid .box .box-wrapper {
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  display: block;
}

.restaurant-grid .box .box-wrapper:hover .image-container {
  opacity: 1;
}

.restaurant-grid .box .logo-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.restaurant-grid .box .logo-container img {
  /* object-fit: contain;
              width:100%;
              height:100%;
              max-width:none; */
}

.restaurant-grid .box .image-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.restaurant-grid .box .image-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
}

.restaurant-grid .box .image-container img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

.restaurant-grid .box .image-container .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 20px;
  font-family: "Tenor Sans", sans-serif;
  color: #fff;
}

.breadcrumbs {
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 7rem;
  font-size: 15px;
}

.breadcrumbs a {
  color: #838588;
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  transition: all 0.3s ease;
}

.breadcrumbs a:hover {
  color: #000;
  padding-left: 40px;
}

.breadcrumbs a:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: url(../images/arrow-black.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-content .logo-container {
  /* height:100px;
        width:200px;
        margin:20px 0 50px 0;
        img {
            max-width:100%;
            max-height:100%;
            height:auto;
            width:auto;
        } */
}

.post-content .logo-container {
  margin: -20px 0 50px 0;
}

.post-content .container {
  border-top: 1px solid #b7b7b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-content .container .content-right {
  width: 330px;
  margin-left: auto;
  padding: 50px 0;
  font-family: "Tenor Sans", sans-serif;
  font-size: 16px;
}

.post-content .container .content-right h4:first-child {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  margin-top: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

.post-content .container .content-right ul {
  padding-left: 18px;
}

.post-content .container .content-right ul li {
  margin-bottom: 15px;
  line-height: 20px;
  padding-left: -10;
  font-family: "Nunito Sans", sans-serif;
  list-style-type: circle;
  font-size: 15px;
}

.post-content .container .content-right table tr {
  border-bottom: 1px solid #b7b7b7;
}

.post-content .container .content-right table td {
  padding: 5px;
}

.post-content .container .content-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px 10rem 50px 0;
}

.post-content .container .content-left h2:first-child {
  margin-top: 0;
  font-weight: 300;
}

.post-content .container .content-left img {
  float: left;
  margin: 10px 10px 30px 0;
}

.post-content .container .content-left p a {
  font-family: "Tenor Sans", sans-serif;
}

.post-content .container .content-left h4 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  margin-top: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

.post-content .container .content-left ol {
  padding-left: 20px;
}

.simple-content {
  padding: 10rem 0;
}

.simple-content h2 {
  font-family: "Tenor Sans", sans-serif;
  position: relative;
  /* padding-bottom: 30px; */
  margin-bottom: 50px;
  line-height: 1.5;
}

.simple-content h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 33px;
  height: 1px;
  background: #000;
}

.simple-content h5 {
  color: #838588;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  margin: 50px 0 20px 0;
}

.simple-content h5:first-child {
  margin-bottom: 0;
}

.team-archive h4 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  font-weight: 300;
}

.team-archive h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 33px;
  height: 1px;
  background: #000;
}

.team-archive .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-archive .container .block {
  width: 25%;
  padding: 5rem 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.team-archive .container .block .image-container {
  height: 0;
  padding-bottom: 120%;
  position: relative;
}

.team-archive .container .block .image-container .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.team-archive .container .block .image-container .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

.team-archive .container .block .name {
  font-family: "Tenor Sans", sans-serif;
  padding-top: 15px;
}

.team-archive .container .block .position {
  color: #838588;
  font-size: 12px;
  padding-top: 5px;
}

.destinations-archive {
  overflow: hidden;
}

.destinations-archive h4 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  font-weight: 300;
}

.destinations-archive h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 33px;
  height: 1px;
  background: #000;
}

.destinations-archive .slick-arrow {
  width: 16px;
  height: 32px;
  background: url(../images/arrow-white.svg) no-repeat center center;
  background-size: contain;
  z-index: 3;
}

.destinations-archive .slick-arrow:before {
  display: none;
}

.destinations-archive .slick-next {
  right: 20px;
}

.destinations-archive .slick-prev {
  left: 20px;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

.destinations-archive .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px;
}

.destinations-archive .container .block {
  width: 25%;
  padding: 5rem 20px;
  text-align: center;
  letter-spacing: 1px;
}

.destinations-archive .container .block .image-container {
  height: 0;
  padding-bottom: 140%;
  position: relative;
}

.destinations-archive .container .block .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.destinations-archive .container .block .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

.destinations-archive .container .block h5 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.destinations-archive .container .block .content h3 {
  margin-bottom: 0;
  font-family: "Tenor Sans", sans-serif;
}

.destinations-archive .container .block .content p {
  margin-top: 5px;
  font-size: 12px;
}

.destinations-archive .container .block .name {
  font-family: "Tenor Sans", sans-serif;
  padding-top: 15px;
}

.destinations-archive .container .block .position {
  color: #838588;
  font-size: 14px;
  padding-top: 5px;
}

.pages-slider {
  padding-bottom: 10rem;
  overflow: hidden;
}

.pages-slider .title {
  text-align: center !important;
}

.pages-slider .block:nth-child(2n) a.image-container .title {
  text-align: left;
}

.pages-slider a.image-container {
  display: block;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
  border-right: 1px solid #fff;
}

.pages-slider a.image-container:hover .image:after {
  opacity: 0.2;
}

.pages-slider a.image-container .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pages-slider a.image-container .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.53;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pages-slider a.image-container .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

.pages-slider a.image-container .title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  padding: 0 10rem;
  font-size: 2.6rem;
  text-transform: uppercase;
  font-family: "Tenor Sans", sans-serif;
  color: #fff;
}

.pages-slider .slick-arrow {
  width: 16px;
  height: 32px;
  background: url(../images/arrow-white.svg) no-repeat center center;
  background-size: contain;
  z-index: 3;
}

.pages-slider .slick-arrow:before {
  display: none;
}

.pages-slider .slick-next {
  right: 50px;
}

.pages-slider .slick-prev {
  left: 50px;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

.numbers .container {
  background: #fbf8f4;
  text-align: center;
  padding: 10rem 0;
}

.numbers .container .content {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.numbers .container .content:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 33px;
  height: 1px;
  background: #000;
}

.numbers .container .numbers-animations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}

.numbers .container .numbers-animations .block {
  width: 25%;
  text-align: center;
  font-family: "Tenor Sans", sans-serif;
  position: relative;
}

.numbers .container .numbers-animations .block:last-child:after {
  display: none;
}

.numbers .container .numbers-animations .block em {
  font-style: normal;
}

.numbers .container .numbers-animations .block strong {
  font-family: serif;
  font-family: "Nunito Sans", sans-serif;
  font-size: 7rem;
  line-height: 7rem;
}

.numbers .container .numbers-animations .block:after {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  bottom: 20%;
  right: 0;
  width: 1px;
  background: #d8d8d8;
}

.image-content .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5rem 0;
}

.image-content .block.reverse-order {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-content .block.reverse-order .content {
  padding-left: 0;
  padding-right: 10rem;
}

.image-content .block .image,
.image-content .block .content {
  width: 50%;
}

.image-content .block .content {
  padding-top: 10rem;
  padding-left: 15rem;
}

.image-content .block .content h3 {
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 18px;
}

.image-content .block .content h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 45px;
  left: 0;
  width: 33px;
  height: 1px;
  background: #000;
}

.image-content .block .content p {
  font-family: "Tenor Sans", sans-serif;
  font-size: 2.8rem;
}

.image-content .block .content a.btn-simple {
  font-size: 17px;
}

.careers-grid {
  padding-bottom: 10rem;
}

.careers-grid .tab-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.careers-grid .tab-headings .tab-title {
  cursor: pointer;
  padding: 20px;
  margin: 0 20px;
  font-size: 17px;
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
}

.careers-grid .tab-headings .tab-title.active {
  text-decoration: underline;
}

.careers-grid .tab-headings .tab-title:hover {
  text-decoration: underline;
}

.careers-grid .tab-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.careers-grid .tab-contents .tab-content {
  padding: 20px;
  width: 50%;
  text-align: center;
  font-size: 14px;
}

.careers-grid .tab-contents .tab-content .inside {
  height: 100%;
  background: #e5dfd4;
  padding: 50px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.careers-grid .tab-contents .tab-content .inside:hover {
  background: #efebe4;
}

.careers-grid .tab-contents .tab-content .inside .wrapper {
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 13px;
}

.careers-grid .tab-contents .tab-content .location {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
}

.careers-grid .tab-contents .tab-content h3 {
  margin: 15px 0 0 0;
  font-family: "Tenor Sans", sans-serif;
  font-size: 2.7rem;
}

.careers-grid .tab-contents .tab-content a.btn-simple {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Tenor Sans", sans-serif;
}

.careers-grid .tab-contents .tab-content p:last-child {
  margin-bottom: 0;
}

.recipe-location {
  overflow: hidden;
  text-align: center;
  padding: 7rem 0 30px 0;
}

.recipe-location:first-child {
  padding-top: 0;
}

.recipe-location h2 {
  display: inline-block;
  font-family: "Tenor Sans", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}

.recipe-location h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  right: 100%;
  margin-right: 10px;
  width: 900000px;
  background: #b7b7b7;
}

.recipe-location h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  left: 100%;
  margin-left: 10px;
  width: 900000px;
  background: #b7b7b7;
}

.recipes-filter {
  margin: 30px 0 8rem 0;
}

.recipes-filter .recipe-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recipes-filter .recipe-list > div {
  cursor: pointer;
  padding: 20px;
  margin: 0 20px;
  font-size: 20px;
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
  position: relative;
}

.recipes-filter .recipe-list > div:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 18px;
  right: 18px;
  height: 1px;
  background: #000;
  margin-top: -15px;
  display: none;
}

.recipes-filter .recipe-list > div.active:after {
  display: block;
}

.recipes-filter .recipe-list > div:hover:after {
  display: block;
}

.recipe-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10rem;
}

.recipe-grid .box {
  width: 50%;
  padding: 20px;
  margin-bottom: 40px;
}

.recipe-grid .box .box-wrapper {
  display: block;
  text-decoration: none;
}

.recipe-grid .box .box-wrapper:hover .image-container .image-wrapper {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.recipe-grid .box .image-container {
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}

.recipe-grid .box .image-container .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recipe-grid .box .image-container .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.recipe-grid .box h3 {
  font-size: 2.2rem;
  font-family: "Tenor Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.recipe-grid .box h4 {
  font-family: "Nunito Sans";
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.post-recipe-content hr {
  border-top: 1px solid #b7b7b7;
  background: none;
  display: block;
  margin: 5rem 0;
}

.post-recipe-content .recipe-logo {
  border-bottom: 1px solid #b7b7b7;
}

.post-recipe-content .container {
  border-top: none;
}

.post-recipe-content .container .content-left {
  padding-top: 0;
}

.post-recipe-content .container .content-left h5 {
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
  margin: 30px 0;
}

.post-recipe-content .container .content-left img {
  float: none;
}

.post-recipe-content .container .content-left ol li {
  margin-bottom: 20px;
  padding-left: 20px;
}

.post-recipe-content .container .content-right {
  display: none !important;
  padding-top: 0;
}

.post-recipe-content .container .content-right a.btn {
  background: #000;
  pointer-events: none;
  color: #fff;
}

.post-recipe-content .container .content-right ul {
  margin: 0;
  padding: 0;
  font-family: "Tenor Sans", sans-serif;
  list-style-type: none;
}

.post-recipe-content .container .content-right ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.post-recipe-content .container .content-right ul li:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
}

.post-recipe-content .recipe-name {
  padding-top: 50px;
  margin-bottom: -20px;
}

.post-recipe-content .recipe-name h2 {
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
  margin: 0;
}

.post-recipe-content .recipe-detail .block {
  padding: 50px 0;
  border-bottom: 1px solid #b7b7b7;
}

.post-recipe-content .recipe-detail .block:last-child {
  border-bottom: none;
}

.post-recipe-content .recipe-detail .block:first-child {
  padding-top: 0;
}

.post-recipe-content .recipe-detail .block .title {
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 26px;
}

.post-recipe-content .recipe-detail .block .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.post-recipe-content .recipe-detail .block .wrapper p,
.post-recipe-content .recipe-detail .block .wrapper ol {
  line-height: 32px;
}

.post-recipe-content .recipe-detail .block .wrapper h4 {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: underline;
}

.post-recipe-content .recipe-detail .block .wrapper ol {
  padding-left: 17px;
}

.post-recipe-content .recipe-detail .block .wrapper .left {
  padding-right: 10rem;
  width: 400px;
  position: relative;
}

.post-recipe-content .recipe-detail .block .wrapper .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #b7b7b7;
}

.post-recipe-content .recipe-detail .block .wrapper .left p:last-child {
  margin-bottom: 0;
}

.post-recipe-content .recipe-detail .block .wrapper .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10rem;
}

.post-recipe-content .recipe-detail .block .wrapper .right ol li {
  margin-top: 10px;
}

.post-recipe-content .recipe-detail .block .wrapper .right p:last-child,
.post-recipe-content .recipe-detail .block .wrapper .right ol:last-child {
  margin-bottom: 0;
}

.more-posts .title {
  overflow: hidden;
  text-align: center;
  padding: 7rem 0 30px 0;
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

.more-posts .title:first-child {
  padding-top: 0;
}

.more-posts .title h2 {
  display: inline-block;
  font-family: "Tenor Sans", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}

.more-posts .title h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  right: 100%;
  margin-right: 10px;
  width: 900000px;
  background: #b7b7b7;
}

.more-posts .title h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  left: 100%;
  margin-left: 10px;
  width: 900000px;
  background: #b7b7b7;
}

.more-posts .container {
  background: #fbf8f4;
  padding: 7em 0;
  margin-bottom: 10rem;
}

.more-posts .container .recipe-grid {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}

.more-posts .container .recipe-grid .box {
  margin-bottom: 0;
}

.press-archive .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7rem 0;
}

.press-archive .left-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10rem 0 0;
}

.press-archive .right-content {
  padding-top: 20px;
  width: 330px;
}

.press-archive .right-content h5 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 3px;
  margin-top: 0;
  font-family: "Tenor Sans", sans-serif;
}

.press-archive .right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Tenor Sans", sans-serif;
  font-size: 15px;
}

.press-archive .right-content ul li {
  border-bottom: 1px solid #b7b7b7;
  text-transform: uppercase;
}

.press-archive .right-content ul li a {
  text-decoration: none;
  display: block;
  padding: 8px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.press-archive .right-content ul li a:hover {
  padding-left: 5px;
}

.post-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  overflow: hidden;
}

.post-grid .block {
  width: 33.3333%;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.post-grid .block .inside {
  display: block;
  text-decoration: none;
}

.post-grid .block .inside:hover .image .image-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-grid .block .inside:hover .read-more {
  text-decoration: none;
}

.post-grid .block .image {
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}

.post-grid .block .image .image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-grid .block .image .image-container img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-grid .block .slogan {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
}

.post-grid .block .title {
  margin: 20px 0 10px 0;
}

.post-grid .block .title h3 {
  margin: 0;
  font-family: "Tenor Sans", sans-serif;
}

.post-grid .block .excerpt p {
  font-size: 15px;
}

.post-grid .block .read-more {
  margin-top: 20px;
  font-size: 14px;
  text-decoration: underline;
  font-family: "Tenor Sans", sans-serif;
  text-transform: uppercase;
}

.single-post-details {
  text-align: center;
  margin: 5rem 0;
}

.single-post-details .divider {
  display: inline-block;
  margin: 0 20px;
}

.single-post-details .slogan {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}

.single-post-details .post-info {
  font-size: 14px;
  font-weight: 300;
}

.single-post-details .title h2 {
  margin-bottom: 10px;
}

.visit-article {
  text-align: center;
  font-family: "Tenor Sans", sans-serif;
  margin: 5rem 0;
}

.more-single-posts {
  padding: 10rem 0;
}

.more-single-posts .post-grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.more-single-posts .post-grid .block {
  width: 25%;
}

.restaurant-popup {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.restaurant-popup.active {
  opacity: 1;
  visibility: visible;
}

.restaurant-popup .close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/close.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 5;
}

.restaurant-popup .close-icon:hover {
  opacity: 0.7;
}

.restaurant-popup .close {
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  font-family: "Tenor Sans", sans-serif;
  font-size: 15px;
}

.restaurant-popup .close:hover {
  text-decoration: none;
}

.restaurant-popup p {
  font-size: 14px;
}

.restaurant-popup img {
  margin: 0 auto;
  padding: 30px 0;
}

.restaurant-popup .inside {
  background: #fff;
  width: 620px;
  padding: 25px 0 0 0;
  position: relative;
}

.restaurant-popup .restaurant-list {
  padding: 30px 15px 20px 15px;
  border-top: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  line-height: 32px;
}

.restaurant-popup .restaurant-list a {
  font-family: "Tenor Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

.restaurant-popup .restaurant-list a:hover {
  text-decoration: underline;
}

.careers-popup .content > h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.careers-popup .job-form {
  max-height: 90vh;
  overflow-y: auto;
  padding: 20px 50px;
}

.careers-popup .job-form .wpcf7-response-output {
  clear: left;
  width: 100%;
  border: none !important;
  margin: 0;
  text-align: center;
}

.careers-popup .job-form .wpcf7-not-valid-tip,
.careers-popup .job-form .wpcf7-spinner {
  display: none !important;
}

.careers-popup .job-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careers-popup .job-form form .col50,
.careers-popup .job-form form .col100 {
  padding: 10px;
}

.careers-popup .job-form form .col50 {
  width: 50%;
}

.careers-popup .job-form form .col100 {
  width: 100%;
}

.careers-popup .job-form form p {
  margin: 0;
}

.careers-popup .job-form form .codedropz-upload-container h3 {
  font-size: 16px;
  margin: 0;
}

.careers-popup .job-form form .codedropz-upload-container div {
  display: inline;
}

.careers-popup .job-form form .codedropz-upload-container .codedropz-btn-wrap {
  margin-left: 3px;
}

.careers-popup .job-form form input,
.careers-popup .job-form form textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  font-size: 15px;
}

.careers-popup .job-form form input::-webkit-input-placeholder,
.careers-popup .job-form form textarea::-webkit-input-placeholder {
  color: #000;
}

.careers-popup .job-form form input::-moz-placeholder,
.careers-popup .job-form form textarea::-moz-placeholder {
  color: #000;
}

.careers-popup .job-form form input:-ms-input-placeholder,
.careers-popup .job-form form textarea:-ms-input-placeholder {
  color: #000;
}

.careers-popup .job-form form input::-ms-input-placeholder,
.careers-popup .job-form form textarea::-ms-input-placeholder {
  color: #000;
}

.careers-popup .job-form form input::placeholder,
.careers-popup .job-form form textarea::placeholder {
  color: #000;
}

.careers-popup .job-form form input.wpcf7-not-valid,
.careers-popup .job-form form textarea.wpcf7-not-valid {
  border-color: red;
}

.careers-popup .job-form form textarea {
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 400px;
}

.careers-popup .job-form form input[type="submit"] {
  border: 1px solid #000;
  color: #000;
  background: transparent;
  text-transform: uppercase;
  font-family: "Tenor Sans", sans-serif;
  font-size: 16px;
  padding: 8px 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
}

.careers-popup .job-form form input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 1400px) {
  .hero h1 {
    font-size: 3rem;
  }

  .menu-with-images .container .block .inside .image-container .title {
    font-size: 22px;
  }

  .team-archive .container .block {
    width: 33.3333%;
  }

  .image-content .block .content h3 {
    font-size: 16px;
  }

  .image-content .block .content p {
    font-size: 2rem;
  }

  .image-content .block .content a.btn-simple {
    font-size: 16px;
  }

  .numbers .container .numbers-animations .block strong {
    font-size: 6rem;
    line-height: 6rem;
  }

  .restaurant-grid {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .simple-content {
    padding: 5rem 0;
  }

  .full-screen-menu nav {
    width: 120px;
    margin: 30px auto;
    font-size: 20px;
  }

  .full-screen-menu ul li {
    line-height: 45px;
  }

  .full-screen-menu ul li.menu-item-has-children:after {
    top: 16px;
    width: 13px;
    height: 13px;
  }

  .full-screen-menu ul li ul {
    padding-bottom: 15px;
  }

  .full-screen-menu ul li ul li {
    font-size: 14px;
    line-height: 35px;
  }

  .restaurants-filter .restaurant-list > div {
    padding: 20px 10px;
  }

  .restaurant-grid .box .logo-container img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .restaurant-grid .box .image-container .title {
    font-size: 16px;
    line-height: 22px;
  }

  .destinations-archive .container .block {
    width: 50%;
  }

  footer .container .top {
    font-size: 14px;
  }

  .post-grid .block {
    width: 50%;
  }

  .numbers .container .numbers-animations .block strong {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .restaurants-filter,
  .careers-grid .tab-headings,
  .recipes-filter {
    display: none;
  }

  .mobile-restaurants-filter,
  .mobile-careers-filter,
  .mobile-recipe-filter {
    display: block;
  }

  .post-recipe-content .recipe-detail .block .wrapper .left {
    padding-right: 0;
    width: 100%;
  }

  .post-recipe-content .recipe-detail .block .wrapper .left:after {
    display: none;
  }

  .post-recipe-content .recipe-detail .block .wrapper .right {
    padding-top: 35px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 800px) {
  body.home .hero.big-version .container img {
    width: 120px;
  }

  html {
    font-size: 40%;
  }

  .pageAlign,
  .pageAlign2,
  .pageAlignFluid {
    padding: 0 13px;
  }

  header .container {
    padding: 10px 0;
  }

  header .container a.logo {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    margin-top: 10px;
  }

  header .container a.logo img {
    height: 50px;
    color: blue;
  }

  header .container .right {
    display: none;
  }

  header .container .left {
    margin-right: 0;
    margin-left: auto;
  }

  header.scrolling-header .container,
  header.inverted .container {
    padding: 10px 0 !important;
  }

  header.scrolling-header .container a.logo,
  header.inverted .container a.logo {
    margin-top: 0;
  }

  header.scrolling-header .container a.logo img,
  header.inverted .container a.logo img {
    margin: 0;
  }

  .hero {
    height: 50vh;
  }

  .hero .image {
    left: 0px;
    right: 0px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .menu-with-images {
    overflow: hidden;
  }

  .menu-with-images .container .block {
    padding-bottom: 60%;
  }

  .menu-with-images .container .block.big-size {
    width: 100%;
    padding-bottom: 60%;
  }

  .menu-with-images .container .block.small-size {
    width: 50%;
  }

  .menu-with-images .container .block.medium-size {
    width: 50%;
  }

  .menu-with-images .container .block:last-child {
    width: 100% !important;
    padding-bottom: 60%;
  }

  .menu-with-images .container .block .inside .image-container .title {
    font-size: 16px;
  }

  .menu-with-images .container .block .image-container:after {
    opacity: 0.3 !important;
  }

  .menu-with-images .container .block .image-container .title {
    opacity: 1 !important;
  }

  .restaurant-grid .box {
    max-width: 100%;
    min-width: 100%;
  }

  .restaurant-grid .box .logo-container img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    max-width: none;
  }

  .restaurant-grid .box .image-container .title {
    display: none !important;
  }

  .post-content .logo-container {
    /*  width: 100px;
             height: 50px;
             margin-bottom: 10px; */
  }

  .post-content .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .post-content .container .content-left {
    min-width: 100%;
    padding-right: 0;
  }

  .post-content .container .content-right {
    width: auto;
    min-width: 100%;
    padding-bottom: 0;
  }

  .post-recipe-content .recipe-name h2 {
    font-size: 3rem;
  }

  .post-recipe-content .block .title {
    font-size: 3rem !important;
  }

  .team-archive {
    overflow: hidden;
  }

  .team-archive .container {
    margin: 0 -10px;
  }

  .team-archive .container .block {
    width: 50%;
    padding: 5rem 10px;
  }

  .gallery-archive .slick-arrow {
    width: 16px;
    height: 32px;
    background: url(../images/arrow-white.svg) no-repeat center center;
    background-size: contain;
    z-index: 3;
  }

  .gallery-archive .slick-arrow:before {
    display: none;
  }

  .gallery-archive .slick-next {
    right: 20px;
  }

  .gallery-archive .slick-prev {
    left: 20px;
    -webkit-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
  }

  .gallery-archive .container {
    display: block;
  }

  .gallery-archive .container .block {
    padding-bottom: 0 !important;
    height: auto !important;
  }

  .gallery-archive .container .block .inside {
    position: relative;
    padding-bottom: 100%;
  }

  .gallery-archive .container .block.big-size {
    width: 100%;
  }

  .gallery-archive .container .block.medium-size {
    width: 100%;
  }

  .gallery-archive .container .block.small-size {
    width: 100%;
  }

  .destinations-archive .container .block {
    width: 100%;
  }

  .numbers .container .numbers-animations .block {
    width: 100%;
  }

  .numbers .container .numbers-animations .block:after {
    top: 100%;
    width: 60%;
    left: 20%;
    right: auto;
    height: 1px;
    bottom: auto;
  }

  .image-content .block {
    padding-bottom: 0;
  }

  .image-content .block .image {
    width: 100%;
  }

  .image-content .block .content {
    width: 100%;
    padding: 4rem 0 !important;
  }

  .image-content .block .content p {
    font-size: 18px;
  }

  .careers-grid .tab-contents .tab-content {
    width: 100%;
    padding: 10px 20px;
  }

  .simple-content {
    padding: 6rem 0;
  }

  .recipe-grid {
    padding: 0;
  }

  .recipe-grid .box {
    width: 100%;
    padding: 0;
  }

  .footer-hero {
    margin-bottom: 25px;
  }

  .footer-hero .image {
    left: 13px;
    right: 13px;
  }

  footer .container .top,
  footer .container .bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .container .left,
  footer .container .center,
  footer .container .right {
    min-width: 100%;
    text-align: center;
    margin-bottom: 20px !important;
  }

  footer .container .left p,
  footer .container .center p,
  footer .container .right p {
    text-align: center !important;
  }

  .press-archive .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .press-archive .left-content {
    width: 100%;
    padding-right: 0;
    margin-top: 50px;
    overflow: hidden;
  }

  .press-archive .right-content {
    width: 100%;
  }

  .post-grid .block {
    width: 100%;
  }

  .careers-popup .job-form {
    padding: 20px 0;
  }

  .careers-popup .job-form form .col50 {
    width: 100%;
  }
}

/* all page css end */

/* team section css start */
.team-section {
  margin-bottom: 90px;
}

.team-element {
  text-align: start;
}

.team02 {
  margin-right: 0px !important;
}
.team-img {
  max-width: 400px;
  margin-right: 60px;
}
.team-paragraph {
  flex: 1 !important;
  text-align: start;
}
.team-content-2 {
  display: flex;
  gap: 120px;
}

.team-content-2 img {
  max-width: 400px;
    height: 100%;
  order: 1;
}

.team-content img {
  max-width: 400px;
  height: 100%;
}

.team-content {
  display: flex;
  gap: 120px;
}

@media screen and (max-width: 1080px) {
  .team-img {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .team-img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .team-img {
    width: 100%;
  }

  .team-element {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }

  .team02 {
    margin-right: 0px !important;
    margin-left: 0px;
  }

  .teet {
    display: flex;
    flex-direction: column;
  }

  .team-section {
    margin-bottom: 40px;
  }

  .hero {
    height: 100vh;
  }

  .inputField {
    width: 100%;
  }
}

/* team section css end */

/* Contact page css start */
.inputField {
  width: 75%;
  height: 40px;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid#ccc;
  color: #000;
}

.contact-form {
  margin-top: 90px;
}

.queryfield {
  height: 90px;
}
.submitBtn {
  margin-top: 20px;
}
