﻿/* # font sizes # */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.commonResourcewrapper {
  padding: 35px 0 35px;
}
.commonResourcewrapper .resoureceRowWrapper {
  position: relative;
  overflow: hidden;
}
.commonResourcewrapper h4 {
  font-family: "DINBold", Arial, sans-serif;
  text-transform: capitalize;
  color: #333333;
  padding: 8px 10px 4px 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 25px;
}
@media only screen and (min-width: 64em) {
  .commonResourcewrapper h4 {
    font-size: 35px;
  }
}
.chef-banner {
  padding-bottom: 0;
  position: relative;
  background-repeat: no-repeat;
  top: 0;
  background-size: cover;
  background-position: center bottom;
  height: 500px;
}
.chef-banner:before {
  right: 0%;
  background: none;
  width: 47%;
  position: absolute;
  top: 26%;
  content: "";
  background: linear-gradient(to bottom right, transparent 57%, #fff 90%);
}
.chef-banner:after {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom left, transparent 50%, #fff 51%);
  bottom: 0;
  width: 100%;
  height: 5rem;
}
.chef-banner .grid-container {
  max-width: 1280px;
}
.chef-banner .grid-container .bannerContent {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.chef-banner .grid-container .bannerContent h1 {
  font-family: "Sagona-bold";
  font-size: 32px;
  text-transform: uppercase;
  color: #342E37;
}
@media only screen and (min-width: 40em) {
  .chef-banner .grid-container .bannerContent h1 {
    font-size: 55px;
    max-width: 565px;
  }
}
.chef-banner .grid-container .bannerContent h2 {
  font-size: 42px;
}
.chef-bio-banner:before,
.chef-bio-banner:after {
  width: 50%;
}
.chef-bio-banner:before {
  background: linear-gradient(to bottom right, transparent 50%, #fff 51%);
  bottom: 0;
  top: auto;
  height: 4rem;
}
@media only screen and (min-width: 40em) {
  .chef-bio-banner:before {
    height: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .chef-bio-banner {
    height: 420px;
  }
}
@media only screen and (max-width: 1023px) {
  .chef-bio-banner {
    margin-bottom: 150px;
  }
}
.chef-bio-banner > .grid-container {
  height: 100%;
}
.chef-bio-banner > .grid-container > .grid-x {
  height: 100%;
  padding-left: 15px;
}
@media only screen and (max-width: 1023px) {
  .chef-bio-banner > .grid-container > .grid-x {
    height: auto;
    padding-left: 0;
    position: absolute;
    bottom: -5%;
    transform: translateY(100%);
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 40em) {
  .chef-bio-banner h1 {
    font-size: 42px;
  }
}
.chef-bio-banner .bannercontent p {
  font-size: 12px;
  color: #342e37;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 64em) {
  .chef-bio-banner .bannercontent p {
    font-size: 14px;
    text-align: left;
  }
}
.social-chef-bio {
  margin-top: 35px;
}
@media only screen and (min-width: 40em) {
  .social-chef-bio {
    margin-top: 50px;
  }
}
.social-chef-bio .left-side {
  background: #602c48;
  padding: 25px;
}
@media only screen and (min-width: 87.5em) {
  .social-chef-bio .left-side {
    min-height: 77px;
  }
}
@media only screen and (max-width: 768px) {
  .social-chef-bio .left-side .icons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.social-chef-bio .left-side .icons a {
  margin-right: 25px;
  font-size: 22px;
  color: #fff;
}
@media only screen and (min-width: 87.5em) {
  .social-chef-bio .left-side .icons a {
    margin-right: 35px;
  }
}
.social-chef-bio .right-side {
  background: #8c3a67;
  padding: 25px;
}
@media only screen and (min-width: 64em) {
  .social-chef-bio .right-side {
    padding: 24px;
  }
}
@media only screen and (min-width: 87.5em) {
  .social-chef-bio .right-side {
    padding: 25px;
  }
}
.social-chef-bio .right-side a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 13px;
  font-size: 12px;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .social-chef-bio .right-side a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 64em) {
  .social-chef-bio .right-side a {
    margin-right: 45px;
    font-size: 18px;
    margin-bottom: 0px;
    text-align: initial;
    display: inline-block;
  }
}
.social-chef-bio .right-side p {
  margin-bottom: 13px;
  margin-top: 10px;
  display: block;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .social-chef-bio .right-side p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 64em) {
  .social-chef-bio .right-side p {
    margin-bottom: 0px;
    margin-top: 0px;
    display: inline-block;
    margin-right: 45px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .social-chef-bio .right-side .menu-left {
    text-align: center;
  }
}
.social-chef-bio .right-side .right-menu {
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .social-chef-bio .right-side .right-menu {
    text-align: right;
  }
}
.social-chef-bio .right-side .right-menu a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64em) {
  .social-chef-bio .right-side .right-menu a {
    margin-right: 35px;
    font-size: 18px;
    margin-bottom: 0px;
    display: inline-block;
  }
}
.bio-graphy {
  margin-top: 65px;
}
.bio-graphy .grid-container {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 64em) {
  .bio-graphy {
    margin-top: 85px;
  }
}
.bio-graphy ul li {
  list-style: disc;
  margin-left: 20px;
}
.bio-graphy h2 {
  font-size: 28px;
}
@media only screen and (min-width: 40em) {
  .bio-graphy h2 {
    font-size: 42px;
  }
}
.bio-graphy h3 {
  font-size: 12px;
  font-family: "DINBold", Arial, sans-serif;
}
@media only screen and (min-width: 40em) {
  .bio-graphy h3 {
    font-size: 18px;
  }
}
.bio-graphy p {
  font-size: 12px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 40em) {
  .bio-graphy p {
    font-size: 18px;
  }
}
.bio-graphy h4 {
  font-size: 28px;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 64em) {
  .bio-graphy h4 {
    font-size: 42px;
    margin-top: initial;
    margin-bottom: initial;
  }
}
@media only screen and (min-width: 64em) {
  .bio-graphy h4 {
    text-align: right;
  }
}
.bio-graphy .biography-content {
  max-width: 700px;
}
.bio-graphy .biography-content ul {
  margin-bottom: 30px;
}
.bio-graphy .biography-content ul li {
  font-size: 12px;
}
@media only screen and (min-width: 40em) {
  .bio-graphy .biography-content ul li {
    font-size: 18px;
  }
}
.chef-intro-section .grid-container {
  padding-left: 15px;
  padding-right: 15px;
}
.chef-bio-gallery {
  padding-bottom: 10px;
}
@media only screen and (min-width: 40em) {
  .chef-bio-gallery {
    padding-bottom: 35px;
  }
}
.chef-bio-gallery .grid-container {
  padding-left: 15px;
  padding-right: 15px;
}
.chef-bio-gallery .offer-item {
  border: 1px solid #c8c8c8;
  border-top: none;
  height: auto;
  margin: 0 15px;
}
@media only screen and (min-width: 40em) {
  .chef-bio-gallery .offer-item > * {
    padding: 0 40px;
  }
}
.chef-bio-gallery .offer-item:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -1px;
  background-color: inherit;
  padding-bottom: 27%;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-radius-top: 48px;
  width: 50.1%;
  z-index: -1;
  transform-origin: 0px 0px;
  transform: rotate(-15.5deg) skewX(60deg);
  border-style: solid;
  border-color: #c8c8c8;
  border-image: initial;
  border-width: 1px 1.5px;
}
@media only screen and (max-width: 768px) {
  .chef-bio-gallery .offer-item a {
    font-size: 14px;
  }
}
.chef-bio-gallery .offer-item p {
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .chef-bio-gallery .offer-item p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 64em) {
  .chef-bio-gallery .offer-item h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 87.5em) {
  .chef-bio-gallery .offer-item h3 {
    font-size: 28px;
  }
}
.chef-bio-gallery .flex-row {
  margin-top: 115px;
}
.chef-bio-gallery .offer-content {
  min-height: 138px;
}
@media only screen and (min-width: 40em) {
  .chef-bio-gallery .offer-content {
    min-height: 194px;
  }
}
@media only screen and (min-width: 64em) {
  .chef-bio-gallery .offer-content {
    min-height: 195px;
  }
}
@media only screen and (min-width: 87.5em) {
  .chef-bio-gallery .offer-content {
    min-height: 168px;
  }
}
.chef-bio-gallery .chef-items {
  height: 100%;
  position: relative;
  padding-top: 26px;
}
@media only screen and (min-width: 64em) {
  .chef-bio-gallery .chef-items {
    padding: 26px 15px 0;
  }
}
.chef-bio-gallery .chef-items .image-section {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 40em) {
  .chef-bio-gallery .chef-items .image-section {
    height: 43%;
  }
}
@media only screen and (min-width: 64em) {
  .chef-bio-gallery .chef-items .image-section {
    height: 48%;
  }
}
@media only screen and (min-width: 87.5em) {
  .chef-bio-gallery .chef-items .image-section {
    height: 54%;
  }
}
.expertise-resource {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 30px;
}
.expertise-resource .grid-container {
  padding: 0px 30px;
}
.expertise-resource h3 {
  margin: 30px 0px;
  text-align: center;
}
.expertise-resource ul {
  padding-top: 4px;
}
.expertise-resource ul li {
  background: #ccc;
  color: #000;
  font-weight: 800;
  margin-bottom: 2px;
  text-align: center;
  padding: 8px 10px;
  border-bottom: 1px solid #fff;
}
.expertise-resource .content {
  margin: auto;
  max-width: 1100px;
}
.expertise-resource .content p {
  text-align: center;
  margin-top: 30px;
}