@import url(slick.css);
@import url(fonts.css);
.animated-hidden {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s; }

.animated-visible {
  opacity: 1;
  transform: translateY(0); }

.animated-fade-out-only {
  opacity: 1;
  transition: opacity 1s; }

.animated-fade-out-only.fullscreen {
  transition: height 9999s, all 1s !important; }

.animated-fade-out {
  opacity: 0;
  transform: translateY(300px); }

.animated-fully-visible {
  opacity: 1;
  transform: translateY(0); }

.animated-hidden-2 {
  opacity: 0;
  transform: scale(0.6);
  transition: 1s; }

.animated-visible-2 {
  opacity: 1;
  transform: scale(1); }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }
/* ------------------------ Common ------------------------ */
.display-block {
  display: block; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

.display-none {
  display: none; }

.display-block-xs {
  display: block; }

.display-inline-xs {
  display: inline; }

.display-inline-block-xs {
  display: inline-block; }

.display-none-xs {
  display: none; }

@media (min-width: 768px) {
  .display-block-sm {
    display: block; }

  .display-inline-sm {
    display: inline; }

  .display-inline-block-sm {
    display: inline-block; }

  .display-none-sm {
    display: none; } }
@media (min-width: 992px) {
  .display-block-md {
    display: block; }

  .display-inline-md {
    display: inline; }

  .display-inline-block-md {
    display: inline-block; }

  .display-none-md {
    display: none; } }
@media (min-width: 1200px) {
  .display-block-lg {
    display: block; }

  .display-inline-lg {
    display: inline; }

  .display-inline-block-lg {
    display: inline-block; }

  .display-none-lg {
    display: none; } }
.fixed {
  position: fixed; }

.shadow-none {
  box-shadow: none !important;
  text-shadow: none !important; }

.clearfix {
  clear: both; }

.clearfix:after {
  content: " ";
  clear: both; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.overflow-hidden {
  overflow: hidden; }

.align-center {
  margin: 0 auto; }

.absolute-left {
  bottom: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0; }

.absolute-center {
  bottom: 0;
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0; }

.absolute-right {
  bottom: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0; }

.width100 {
  width: 100%; }

.color-red {
  color: #CC0000; }

.color-green {
  color: #699973; }

.color-white {
  color: #FFF; }

.color-black {
  color: #000 !important; }

.background-red {
  background: #CC0000;
  color: #fff; }

.background-green {
  background: #009900;
  color: #fff; }

.scroll-vertical {
  overflow-x: hidden;
  overflow-y: auto; }

.list-none li {
  list-style: none; }

.text-underline-none {
  text-decoration: none; }

.cursor-pointer {
  cursor: pointer; }

.text-underline {
  text-decoration: underline; }

.rotate-45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.vertical-align-parent {
  position: relative; }

.vertical-align-parent .vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.word-wrap {
  word-wrap: break-word; }

code {
  padding: 0; }

.navbar {
  border-radius: 0; }

.responsive-classes {
  position: fixed;
  right: 0;
  top: 0;
  padding: 5px;
  background-color: #eee; }

/* ------------------------ / Common ------------------------ */
/* --------------- Margin and Padding --------------- */
/* all */
.ma0 {
  margin: 0 !important; }

.pa0 {
  padding: 0 !important; }

.pa5 {
  padding: 5px !important; }

.pa10 {
  padding: 10px !important; }

.pa15 {
  padding: 15px !important; }

.pa20 {
  padding: 20px !important; }

.pa30 {
  padding: 30px !important; }

.pa50 {
  padding: 50px !important; }

.pa70 {
  padding: 70px !important; }

.pa80 {
  padding: 80px !important; }

.pa100 {
  padding: 100px !important; }

/* top */
.mt-10 {
  margin-top: -10px !important; }

.mt-5 {
  margin-top: -5px !important; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mt100 {
  margin-top: 100px !important; }

.pt0 {
  padding-top: 0 !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt100 {
  padding-top: 100px !important; }

.pt200 {
  padding-top: 100px !important; }

/* right */
.mr0 {
  margin-right: 0 !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr-5 {
  margin-right: -5px !important; }

.pr0 {
  padding-right: 0 !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr80 {
  padding-right: 80px !important; }

/* bottom */
.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pb150 {
  padding-bottom: 150px !important; }

.pb180 {
  padding-bottom: 180px !important; }

.pb200 {
  padding-bottom: 200px !important; }

@media (min-width: 768px) {
  .pb150-sm {
    padding-bottom: 150px !important; } }
@media (max-width: 767px) {
  .pb50-xs {
    padding-bottom: 50px !important; }

  .pr0-xs {
    padding-right: 0px !important; }

  .pb10-xs {
    padding-bottom: 10px !important; } }
/* left */
.ml0 {
  margin-left: 0 !important; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.ml40 {
  margin-left: 40px; }

.ml50 {
  margin-left: 50px; }

.ml70 {
  margin-left: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml100 {
  margin-left: 100px; }

.ml-5 {
  margin-left: -5px; }

.pl0 {
  padding-left: 0 !important; }

.pl5 {
  padding-left: 5px; }

.pl8 {
  padding-left: 8px; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl80 {
  padding-left: 80px !important; }

@media (max-width: 767px) {
  .pa15-xs {
    padding: 15px !important; } }
/* --------------- / Margin and Padding --------------- */
/* --------------- blocks ----------------------------- */
.fullscreen {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: center center;
  background-size: cover; }
  @media (max-width: 991px) {
    .fullscreen {
      height: auto;
      overflow: visible; } }
  @media (max-width: 992px) {
    .fullscreen {
      transition: height 9999s; } }
  @media (min-width: 1200px) {
    .fullscreen {
      height: calc(100vh); } }
  .fullscreen.dark {
    box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.4); }

@media (max-width: 767px) {
  .dark-xs {
    box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.4); } }
.vertical-top {
  position: absolute;
  width: 100%;
  top: 0; }

.vertical-center {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 768px) {
  .sm-vertical-center {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.vertical-bottom {
  position: absolute !important;
  width: 100%;
  bottom: 0; }

.horizontal-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.horizontal-center.vertical-center {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.fullspace {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .fullspace.dark {
    box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.6); }
  .fullspace.ma15 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px; }

.base-padding {
  padding: 70px 0 70px; }

.background-grey {
  background-color: #eaeaea; }

.background-sand {
  background-color: #f0ebe5; }

.background-blue {
  background: #7db2d1; }

.background-light-blue {
  background: #d6ecea; }

.background-white {
  background: #FFF; }

.background-green {
  background: #699973; }

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.block-shadow {
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.1); }

/* --------------- / blocks --------------------------- */
.padding-squared {
  position: relative; }

.padding-squared > * {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.col-xs-1.padding-squared {
  padding-bottom: 8.33333%; }

.col-xs-10.padding-squared {
  padding-bottom: 83.33333%; }

.col-xs-11.padding-squared {
  padding-bottom: 91.66667%; }

.col-xs-12.padding-squared {
  padding-bottom: 100%; }

.col-xs-2.padding-squared {
  padding-bottom: 16.66667%; }

.col-xs-3.padding-squared {
  padding-bottom: 25%; }

.col-xs-4.padding-squared {
  padding-bottom: 33.33333%; }

.col-xs-5.padding-squared {
  padding-bottom: 41.66667%; }

.col-xs-6.padding-squared {
  padding-bottom: 50%; }

.col-xs-7.padding-squared {
  padding-bottom: 58.33333%; }

.col-xs-8.padding-squared {
  padding-bottom: 66.66667%; }

.col-xs-9.padding-squared {
  padding-bottom: 75%; }

@media (max-width: 767px) {
  .col-xs-1.padding-squared.paddding-squared-half-xs {
    padding-bottom: 4.16667%; }

  .col-xs-10.padding-squared.paddding-squared-half-xs {
    padding-bottom: 41.66667%; }

  .col-xs-11.padding-squared.paddding-squared-half-xs {
    padding-bottom: 45.83333%; }

  .col-xs-12.padding-squared.paddding-squared-half-xs {
    padding-bottom: 50%; }

  .col-xs-2.padding-squared.paddding-squared-half-xs {
    padding-bottom: 8.33333%; }

  .col-xs-3.padding-squared.paddding-squared-half-xs {
    padding-bottom: 12.5%; }

  .col-xs-4.padding-squared.paddding-squared-half-xs {
    padding-bottom: 16.66667%; }

  .col-xs-5.padding-squared.paddding-squared-half-xs {
    padding-bottom: 20.83333%; }

  .col-xs-6.padding-squared.paddding-squared-half-xs {
    padding-bottom: 25%; }

  .col-xs-7.padding-squared.paddding-squared-half-xs {
    padding-bottom: 29.16667%; }

  .col-xs-8.padding-squared.paddding-squared-half-xs {
    padding-bottom: 33.33333%; }

  .col-xs-9.padding-squared.paddding-squared-half-xs {
    padding-bottom: 37.5%; } }
@media (min-width: 768px) {
  .col-sm-1.padding-squared {
    padding-bottom: 8.33333%; }

  .col-sm-10.padding-squared {
    padding-bottom: 83.33333%; }

  .col-sm-12.padding-squared {
    padding-bottom: 91.66667%; }

  .col-sm-12.padding-squared {
    padding-bottom: 100%; }

  .col-sm-2.padding-squared {
    padding-bottom: 16.66667%; }

  .col-sm-3.padding-squared {
    padding-bottom: 25%; }

  .col-sm-4.padding-squared {
    padding-bottom: 33.33333%; }

  .col-sm-5.padding-squared {
    padding-bottom: 41.66667%; }

  .col-sm-6.padding-squared {
    padding-bottom: 50%; }

  .col-sm-7.padding-squared {
    padding-bottom: 58.33333%; }

  .col-sm-8.padding-squared {
    padding-bottom: 66.66667%; }

  .col-sm-9.padding-squared {
    padding-bottom: 75%; } }
@media (min-width: 768px) {
  .col-sm-1.padding-squared.paddding-squared-half-sm {
    padding-bottom: 4.16667%; }

  .col-sm-10.padding-squared.paddding-squared-half-sm {
    padding-bottom: 41.66667%; }

  .col-sm-11.padding-squared.paddding-squared-half-sm {
    padding-bottom: 45.83333%; }

  .col-sm-12.padding-squared.paddding-squared-half-sm {
    padding-bottom: 50%; }

  .col-sm-2.padding-squared.paddding-squared-half-sm {
    padding-bottom: 8.33333%; }

  .col-sm-3.padding-squared.paddding-squared-half-sm {
    padding-bottom: 12.5%; }

  .col-sm-4.padding-squared.paddding-squared-half-sm {
    padding-bottom: 16.66667%; }

  .col-sm-5.padding-squared.paddding-squared-half-sm {
    padding-bottom: 20.83333%; }

  .col-sm-6.padding-squared.paddding-squared-half-sm {
    padding-bottom: 25%; }

  .col-sm-7.padding-squared.paddding-squared-half-sm {
    padding-bottom: 29.16667%; }

  .col-sm-8.padding-squared.paddding-squared-half-sm {
    padding-bottom: 33.33333%; }

  .col-sm-9.padding-squared.paddding-squared-half-sm {
    padding-bottom: 37.5%; } }
@media (min-width: 992px) {
  .col-md-1.padding-squared {
    padding-bottom: 8.33333%; }

  .col-md-10.padding-squared {
    padding-bottom: 83.33333%; }

  .col-md-12.padding-squared {
    padding-bottom: 91.66667%; }

  .col-md-12.padding-squared {
    padding-bottom: 100%; }

  .col-md-2.padding-squared {
    padding-bottom: 16.66667%; }

  .col-md-3.padding-squared {
    padding-bottom: 25%; }

  .col-md-4.padding-squared {
    padding-bottom: 33.33333%; }

  .col-md-5.padding-squared {
    padding-bottom: 41.66667%; }

  .col-md-6.padding-squared {
    padding-bottom: 50%; }

  .col-md-7.padding-squared {
    padding-bottom: 58.33333%; }

  .col-md-8.padding-squared {
    padding-bottom: 66.66667%; }

  .col-md-9.padding-squared {
    padding-bottom: 75%; } }
@media (min-width: 992px) {
  .col-md-1.padding-squared.paddding-squared-half-md {
    padding-bottom: 4.16667%; }

  .col-md-10.padding-squared.paddding-squared-half-md {
    padding-bottom: 41.66667%; }

  .col-md-11.padding-squared.paddding-squared-half-md {
    padding-bottom: 45.83333%; }

  .col-md-12.padding-squared.paddding-squared-half-md {
    padding-bottom: 50%; }

  .col-md-2.padding-squared.paddding-squared-half-md {
    padding-bottom: 8.33333%; }

  .col-md-3.padding-squared.paddding-squared-half-md {
    padding-bottom: 12.5%; }

  .col-md-4.padding-squared.paddding-squared-half-md {
    padding-bottom: 16.66667%; }

  .col-md-5.padding-squared.paddding-squared-half-md {
    padding-bottom: 20.83333%; }

  .col-md-6.padding-squared.paddding-squared-half-md {
    padding-bottom: 25%; }

  .col-md-7.padding-squared.paddding-squared-half-md {
    padding-bottom: 29.16667%; }

  .col-md-8.padding-squared.paddding-squared-half-md {
    padding-bottom: 33.33333%; }

  .col-md-9.padding-squared.paddding-squared-half-md {
    padding-bottom: 37.5%; } }
@media (min-width: 1200px) {
  .col-lg-1.padding-squared {
    padding-bottom: 8.33333%; }

  .col-lg-10.padding-squared {
    padding-bottom: 83.33333%; }

  .col-lg-12.padding-squared {
    padding-bottom: 91.66667%; }

  .col-lg-12.padding-squared {
    padding-bottom: 100%; }

  .col-lg-2.padding-squared {
    padding-bottom: 16.66667%; }

  .col-lg-3.padding-squared {
    padding-bottom: 25%; }

  .col-lg-4.padding-squared {
    padding-bottom: 33.33333%; }

  .col-lg-5.padding-squared {
    padding-bottom: 41.66667%; }

  .col-lg-6.padding-squared {
    padding-bottom: 50%; }

  .col-lg-7.padding-squared {
    padding-bottom: 58.33333%; }

  .col-lg-8.padding-squared {
    padding-bottom: 66.66667%; }

  .col-lg-9.padding-squared {
    padding-bottom: 75%; } }
@media (min-width: 1200px) {
  .col-lg-1.padding-squared.paddding-squared-half-lg {
    padding-bottom: 4.16667%; }

  .col-lg-10.padding-squared.paddding-squared-half-lg {
    padding-bottom: 41.66667%; }

  .col-lg-11.padding-squared.paddding-squared-half-lg {
    padding-bottom: 45.83333%; }

  .col-lg-12.padding-squared.paddding-squared-half-lg {
    padding-bottom: 50%; }

  .col-lg-2.padding-squared.paddding-squared-half-lg {
    padding-bottom: 8.33333%; }

  .col-lg-3.padding-squared.paddding-squared-half-lg {
    padding-bottom: 12.5%; }

  .col-lg-4.padding-squared.paddding-squared-half-lg {
    padding-bottom: 16.66667%; }

  .col-lg-5.padding-squared.paddding-squared-half-lg {
    padding-bottom: 20.83333%; }

  .col-lg-6.padding-squared.paddding-squared-half-lg {
    padding-bottom: 25%; }

  .col-lg-7.padding-squared.paddding-squared-half-lg {
    padding-bottom: 29.16667%; }

  .col-lg-8.padding-squared.paddding-squared-half-lg {
    padding-bottom: 33.33333%; }

  .col-lg-9.padding-squared.paddding-squared-half-lg {
    padding-bottom: 37.5%; } }
@media (max-width: 767px) {
  .text-xs-left {
    text-align: left !important; }

  .text-xs-center {
    text-align: center !important; }

  .text-xs-right {
    text-align: right !important; } }
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-center {
    text-align: center !important; }

  .text-sm-right {
    text-align: right !important; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-center {
    text-align: center !important; }

  .text-md-right {
    text-align: right !important; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-center {
    text-align: center !important; }

  .text-lg-right {
    text-align: right !important; } }
@media (max-width: 767px) {
  .col-xs-offset-1_5 {
    margin-left: 12.5%; }

  .col-xs-offset-0_5 {
    margin-left: 4.16666%; } }
@media (min-width: 768px) {
  .col-sm-offset-1_5 {
    margin-left: 12.5%; }

  .col-sm-offset-0_5 {
    margin-left: 4.16666%; } }
@media (min-width: 992px) {
  .col-md-offset-1_5 {
    margin-left: 12.5%; }

  .col-md-offset-0_5 {
    margin-left: 4.16666%; } }
@media (min-width: 1200px) {
  .col-lg-offset-1_5 {
    margin-left: 12.5%; }

  .col-lg-offset-0_5 {
    margin-left: 4.16666%; } }
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-xs-top {
    vertical-align: top; }

  .col-xs-middle {
    vertical-align: middle; }

  .col-xs-bottom {
    vertical-align: bottom; } }
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top; }

  .col-sm-top {
    vertical-align: top; }

  .col-sm-middle {
    vertical-align: middle; }

  .col-sm-bottom {
    vertical-align: bottom; } }
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-md-top {
    vertical-align: top; }

  .col-md-middle {
    vertical-align: middle; }

  .col-md-bottom {
    vertical-align: bottom; } }
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-lg-top {
    vertical-align: top; }

  .col-lg-middle {
    vertical-align: middle; }

  .col-lg-bottom {
    vertical-align: bottom; } }
.dark-background {
  box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.2); }

.img-responsive-forced {
  display: block;
  height: auto;
  width: 100%;
  overflow: hidden; }

.row-flex {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  flex-flow: row;
  -ms-flex-direction: row; }
  .row-flex.around {
    justify-content: space-around; }
  .row-flex.between {
    justify-content: space-between; }
  .row-flex.center {
    justify-content: center; }
  .row-flex.nowrap {
    flex-flow: row nowrap; }
  .row-flex.wrap {
    flex-flow: row wrap; }
  @media (max-width: 767px) {
    .row-flex {
      display: block; } }

.col-flex-center {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  flex-flow: column;
  -ms-flex-direction: column;
  justify-content: center; }
  .col-flex-center.nowrap {
    flex-flow: column nowrap; }
  .col-flex-center.wrap {
    flex-flow: column wrap; }

.col-flex-end {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  flex-flow: column;
  -ms-flex-direction: column;
  justify-content: flex-end; }
  .col-flex-end.nowrap {
    flex-flow: column nowrap; }
  .col-flex-end.wrap {
    flex-flow: column wrap; }

.col-flex-start {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  flex-flow: column;
  -ms-flex-direction: column;
  justify-content: flex-start; }
  .col-flex-start.nowrap {
    flex-flow: column nowrap; }
  .col-flex-start.wrap {
    flex-flow: column wrap; }

.col-flex-between {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  flex-flow: column;
  -ms-flex-direction: column;
  justify-content: space-between; }
  .col-flex-between.nowrap {
    flex-flow: column nowrap; }
  .col-flex-between.wrap {
    flex-flow: column wrap; }

.col-flex-around {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  flex-flow: column;
  -ms-flex-direction: column;
  justify-content: space-around; }
  .col-flex-around.nowrap {
    flex-flow: column nowrap; }
  .col-flex-around.wrap {
    flex-flow: column wrap; }

.no-width {
  width: auto !important; }

body {
  font-family: brandon_grotesque_regularRg;
  font-size: 15px; }

.heading-1 {
  font-family: brandon_grotesquebold;
  font-size: 25px;
  text-transform: uppercase; }
  .heading-1.price {
    font-size: 38px; }
  .heading-1.no-bold {
    font-family: brandon_grotesque_regularRg !important; }

.heading-2 {
  font-family: brandon_grotesque_regularRg;
  font-size: 25px;
  text-transform: uppercase; }
  .heading-2 span {
    font-family: brandon_grotesquebold; }

.heading-3 {
  font-family: brandon_grotesquebold;
  font-size: 20px;
  text-transform: uppercase; }

.heading-4 {
  font-family: brandon_grotesque_regularRg;
  text-transform: uppercase; }

.heading-6 {
  font-family: brandon_grotesque_regularRg;
  font-size: 20px;
  font-weight: 700; }

.paragraph-1 {
  font-family: brandon_grotesque_regularRg;
  font-size: 25px; }
  .paragraph-1 span {
    font-family: brandon_grotesquebold; }

.paragraph-2, .paragraph-2 > p {
  font-family: brandon_grotesque_regularRg;
  font-size: 20px; }

.paragraph-3, .paragraph-3 > p {
  font-family: brandon_grotesque_regularRg;
  font-size: 15px; }

.paragraph-4 {
  font-family: brandon_grotesqueRgIt;
  font-size: 20px; }

.paragraph-5 {
  font-family: brandon_grotesqueRgIt;
  font-size: 15px; }

.text-color-white {
  color: #FFF !important; }

.text-color-black {
  color: #000 !important; }

.text-color-base {
  color: #ffc107 !important; }

.footer-title {
  font-family: brandon_grotesquebold;
  font-size: 25px;
  text-decoration: underline;
  text-transform: uppercase; }

.footer-news-date {
  font-family: brandon_grotesque_regularRg;
  font-size: 15px;
  margin: 0; }

.footer-news-text {
  font-family: brandon_grotesquebold;
  font-size: 20px; }
  .footer-news-text p {
    font-family: brandon_grotesque_regularRg;
    font-size: 15px; }

.footer-widget-block h2 {
  font-family: brandon_grotesquebold;
  font-size: 20px; }
.footer-widget-block p {
  font-family: brandon_grotesque_regularRg;
  font-size: 15px; }

.underlined-title {
  border-bottom: 2px solid #CDCDCD; }

.bold {
  font-weight: 600; }

.override-anchor {
  color: #000; }
  .override-anchor:hover {
    color: #000;
    text-decoration: underline; }

.clause-text {
  color: #000;
  font-family: brandon_grotesque_regularRg;
  font-size: 12px; }
  .clause-text a {
    color: #000; }

@media (min-width: 1366px) {
  .container {
    width: 1300px; } }
#site-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden; }

#site-canvas {
  width: 100%;
  height: 100%; }

.header-logo {
  float: left; }
  @media (max-width: 380px) {
    .header-logo {
      width: 85%; } }

.mobile-menu-logo {
  max-height: 70px; }

.header-search {
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(75%);
  -webkit-transform: translateY(75%); }
  @media (max-width: 991px) {
    .header-search {
      bottom: 0;
      transform: translateY(-75%);
      -webkit-transform: translateY(-75%); } }

.header-menu {
  float: right;
  margin-right: 3em; }
  .header-menu div {
    margin-top: 20px;
    display: inline-block;
    padding: 15px; }
    .header-menu div a {
      text-align: center;
      font-family: brandon_grotesquemedium;
      font-size: 18px;
      color: black;
      text-transform: uppercase; }
      .header-menu div a:hover {
        color: #ffc107;
        text-decoration: none; }
  .header-menu div:last-child {
    width: 1em;
    margin-left: 10px;
    padding: 10px;
    padding-bottom: 5px;
    content: "";
    background: url("../images/cart_black.svg") no-repeat center center; }
    .header-menu div:last-child.active, .header-menu div:last-child:hover {
      background: url("../images/cart_yellow.svg") no-repeat center center; }
    .header-menu div:last-child a {
      color: transparent !important; }
  .header-menu .menu-item-1 {
    width: 1em;
    margin-right: 10px;
    padding: 10px;
    padding-bottom: 5px;
    content: "";
    background: url("../images/icona-home.svg") no-repeat center center; }
    .header-menu .menu-item-1.active, .header-menu .menu-item-1:hover {
      background: url("../images/icona-home-HOVER.svg") no-repeat center center; }
    .header-menu .menu-item-1 a {
      color: transparent !important; }
  .header-menu [class^=menu-item].active a {
    color: #ffc107; }

@media (max-width: 767px) {
  #site-canvas {
    padding-top: 100px;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all; }

  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100px;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all; }
    .mobile-header img {
      max-height: 100px; }

  .mobile-menu-container {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -80%;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    background-image: url("../images/mezzo-logo-menu.png");
    background-repeat: no-repeat;
    background-size: cover; }
    .mobile-menu-container .mobile-background {
      background-color: rgba(255, 193, 7, 0.9);
      width: 100%;
      height: 100%; }
    .mobile-menu-container .mobile-menu-footer-icon {
      width: 20px;
      height: 20px;
      margin-left: 35px;
      margin-bottom: 20px; }
    .mobile-menu-container .mobile-menu-view {
      height: 100vh;
      display: flex;
      display: -ms-flexbox;
      flex-flow: column nowrap;
      justify-content: space-around;
      padding: 5px 20px; }
      .mobile-menu-container .mobile-menu-view [class^=menu-item-] a {
        color: #2f2c23;
        text-decoration: none;
        font-family: brandon_grotesque_regularRg;
        font-size: 20px;
        font-weight: bold; }
      .mobile-menu-container .mobile-menu-view [class^=menu-item-] a::after {
        color: #2f2c23;
        content: '\00A0>>'; }

  .mobile-menu-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .mobile-menu-icon.show-nav {
      opacity: 0; }

  .mobile-menu-icon-close {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 20px;
    opacity: 0;
    transition: opacity .3s; }
    .mobile-menu-icon-close.show-nav {
      opacity: 1; } }
#site-wrapper.show-nav #site-canvas {
  -webkit-transform: translateX(-80%);
  transform: translateX(-80%); }

#site-wrapper.show-nav .mobile-menu-container {
  right: 0; }

#site-wrapper.show-nav .mobile-header {
  -webkit-transform: translateX(-80%);
  transform: translateX(-80%); }

.filter-section {
  min-height: 50px;
  padding: 50px 0; }

#filter-chef {
  max-width: 100% !important; }

.filter-chef {
  padding-left: 20px !important; }
  .filter-chef .selected-chef {
    text-decoration: underline;
    color: #ffc107; }

@media (max-width: 767px) {
  .filter-mobile select {
    width: 100%; } }

.footer-block {
  display: flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: space-between; }
  .footer-block .separator {
    border-left: 2px #EAEAEA solid;
    margin: 10px 30px; }
  .footer-block .footer-title {
    margin-bottom: 35px;
    line-height: 35px; }
  .footer-block .footer-widget-block ul {
    list-style: none; }
  @media (max-width: 991px) {
    .footer-block .footer-title:not(.puntosoave-info) {
      text-align: center; } }
  @media (max-width: 767px) {
    .footer-block .puntosoave-sections {
      margin-top: 60px; } }
  .footer-block #menu-footer-custom-menu {
    padding-left: 0; }
    .footer-block #menu-footer-custom-menu li {
      margin-bottom: 10px; }
    .footer-block #menu-footer-custom-menu li:nth-child(4) {
      margin-bottom: 25px; }
    .footer-block #menu-footer-custom-menu a {
      color: #2D2D2D;
      text-decoration: none;
      font-family: brandon_grotesquebold;
      font-size: 20px; }
      .footer-block #menu-footer-custom-menu a:hover {
        text-decoration: underline; }
      .footer-block #menu-footer-custom-menu a::after {
        background: url("../images/freccie CTA_yellow.svg") no-repeat center center;
        content: '';
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-left: 7px; }
    @media (max-width: 767px) {
      .footer-block #menu-footer-custom-menu {
        display: flex;
        display: -ms-flexbox;
        flex-flow: row wrap;
        justify-content: space-around; } }

.after-footer .text-left a {
  color: #333; }
@media (max-width: 991px) {
  .after-footer .pl0 {
    padding-left: 15px !important; }
  .after-footer .pr0 {
    padding-right: 15px !important; } }

.bottom-aligned-box {
  display: flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  justify-content: flex-end; }

.newsletter-section {
  background-color: #ffc107;
  padding-top: 100px;
  padding-bottom: 100px; }
  .newsletter-section .newsletter-input {
    font-size: 20px;
    display: inline-block;
    background-color: #d5a108;
    border: none;
    padding: 10px;
    color: white;
    text-align: left;
    width: 75%;
    margin-right: -5px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .newsletter-section .newsletter-input {
        width: 40%; } }
    .newsletter-section .newsletter-input:focus {
      text-decoration: none;
      border: none;
      outline: none; }
    .newsletter-section .newsletter-input::-webkit-input-placeholder {
      font-size: 20px;
      color: white;
      text-align: left; }
    .newsletter-section .newsletter-input:-moz-placeholder {
      font-size: 20px;
      color: white;
      text-align: left; }
    .newsletter-section .newsletter-input::-moz-placeholder {
      font-size: 20px;
      color: white;
      text-align: left; }
    .newsletter-section .newsletter-input:-ms-input-placeholder {
      font-size: 20px;
      color: white;
      text-align: left; }
  .newsletter-section .newsletter-arrow-block {
    cursor: pointer;
    display: inline-block;
    padding: 13px 10px 3px 10px;
    background-color: #e5ae0b;
    outline: none;
    border: none; }
    .newsletter-section .newsletter-arrow-block .newsletter-arrow {
      display: inline-block;
      width: 2em;
      padding-bottom: 9px; }

.chef-left {
  padding-bottom: 50px;
  /*  overflow-y: hidden;*/ }

.chef-right {
  padding-bottom: 50px; }

#plates-shop .product-type-icon {
  width: 15%;
  height: 3em; }
@media (max-width: 767px) {
  #plates-shop .btn-vertical-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -30px; } }

.artisan-carousel {
  height: 300px;
  overflow: hidden;
  max-width: 400px; }
  .artisan-carousel.slick-initialized {
    height: auto;
    overflow: visible; }
  .artisan-carousel .slick-slide {
    max-width: 400px; }
  @media (min-width: 992px) {
    .artisan-carousel .slick-dots {
      position: absolute;
      bottom: 50%;
      left: -50%;
      display: block;
      width: 100%;
      padding: 0;
      list-style: none;
      text-align: center;
      transform: translateY(50%) rotate(90deg);
      -webkit-transform: translateY(50%) rotate(90deg); } }
  .artisan-carousel .slick-dots li {
    top: -15px; }
    .artisan-carousel .slick-dots li.slick-active button {
      background-color: #ffc107;
      border-color: #ffc107; }
    .artisan-carousel .slick-dots li button {
      background-color: #eaeaea;
      border-color: #eaeaea; }

.products-list-carousel {
  height: 300px;
  overflow: hidden;
  max-width: 400px; }
  .products-list-carousel.slick-initialized {
    height: auto;
    overflow: visible; }
  @media (min-width: 768px) {
    .products-list-carousel .slick-dots {
      position: absolute;
      bottom: 50%;
      left: -50%;
      display: block;
      width: 100%;
      padding: 0;
      list-style: none;
      text-align: center;
      transform: translateY(50%) rotate(90deg); } }
  .products-list-carousel .slick-dots li {
    top: -15px; }
    .products-list-carousel .slick-dots li.slick-active button {
      background-color: #ffc107;
      border-color: #ffc107; }
    .products-list-carousel .slick-dots li button {
      background-color: #eaeaea;
      border-color: #eaeaea; }

.product-type-icon {
  width: 10%;
  height: 3em; }

.puntosoave-cart .input-text.qty {
  border-radius: 0;
  border: 1px solid #000; }

@media (max-width: 767px) {
  .filter-bar {
    text-align: center; } }
.filter-bar div {
  margin-right: 15px; }
  .filter-bar div a {
    cursor: pointer;
    position: relative;
    text-align: center;
    display: inline-block;
    text-decoration: none !important; }
    .filter-bar div a p {
      padding-top: 10px;
      font-size: 12px;
      text-transform: uppercase;
      font-family: brandon_grotesquebold;
      color: #000; }
    .filter-bar div a.filter-hover p {
      color: #ffc107; }
    .filter-bar div a.filter-hover.plate-filter-arrow::after {
      background-image: url("../images/freccie CTA_yellow.svg"); }
.filter-bar .plate-filter {
  height: 2em;
  display: inline-block; }
.filter-bar .plate-filter-arrow::after {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../images/freccie CTA_black.svg");
  background-size: cover;
  content: "";
  transform: translateX(-50%) rotate(90deg);
  left: 50%; }

@media (max-width: 991px) {
  #filter-bar .filter-bar .col-sm-4 {
    text-align: center; }

  #plates-shop .chef .btn.btn-default.btn-yellow {
    margin-bottom: 25px;
    margin-top: 15px; } }
.product-vertical-image {
  position: relative;
  margin-top: -20%; }

.recipes-negative-margin {
  position: relative;
  margin-top: -10%; }

.btn-details {
  display: block; }

.btn.btn-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: brandon_grotesque_regularRg;
  font-size: 20px; }

.btn.btn-default:hover {
  background-color: #000;
  color: #FFF; }

.btn.btn-default.btn-black {
  background-color: #FFF;
  border-color: #333;
  padding: 7px 20px; }

.btn.btn-default.btn-black:hover {
  background-color: #000; }

.btn.btn-default.btn-yellow {
  background-color: #ffffff;
  border-color: #ffc107;
  color: #ffc107;
  padding: 7px 30px;
  width: 9em; }

.btn.btn-default.btn-yellow:hover {
  background-color: #ffc107;
  color: #FFFFFF; }

.btn.btn-default.btn-form-submit {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #FFF;
  padding: 7px 30px;
  width: 9em; }

.btn.btn-default.btn-form-submit:hover {
  background-color: #FFF;
  color: #ffc107; }

.btn.btn-default.btn-all-news {
  padding: 7px 20px 7px 40px;
  margin: 0;
  border-color: #000; }

.btn.btn-default.btn-all-news::after {
  background-image: url("../images/freccie CTA_black.svg");
  background-size: cover;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 5px; }

.btn.btn-default.btn-all-news:hover::after {
  background-image: url("../images/freccie CTA_white.svg"); }

.btn-all-news-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
  .btn-all-news-container a::after {
    background: url("../images/freccie CTA_black.svg") no-repeat center center;
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block; }
  @media (max-width: 767px) {
    .btn-all-news-container {
      float: none;
      position: relative;
      left: 0;
      transform: none; } }

.all-news-row {
  padding: 30px; }
  @media (max-width: 767px) {
    .all-news-row {
      padding: 15px; } }

.btn.btn-play {
  background-image: url("../images/play_video.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px; }

.btn.btn-default.btn-transparent {
  background-color: transparent;
  border-color: #FFF;
  padding: 7px 20px;
  color: #FFF; }

.btn.btn-default.btn-transparent.btn-slider-homepage {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .btn.btn-default.btn-transparent.btn-slider-homepage {
      bottom: 15%; } }

.btn.btn-cookie {
  background-color: transparent;
  color: #FFF;
  border: none;
  padding: 10px !important; }

.chef-slider-text {
  padding: 30px 10% 30px 10%;
  text-align: center !important; }

.home-slider .slick-dots {
  bottom: 0; }
  .home-slider .slick-dots .slick-active button {
    background-color: #ffc107;
    border-color: #ffc107; }
  .home-slider .slick-dots button {
    background-color: #eaeaea;
    border-color: #eaeaea; }

.slick-dotted {
  margin-bottom: 0 !important; }

.chef-list-carousel .slick-dots {
  position: absolute;
  bottom: 50%;
  left: -50%;
  display: block;
  width: 100%;
  padding: 0 0 35px 0;
  list-style: none;
  text-align: center;
  transform: translateY(50%) rotate(90deg); }
  .chef-list-carousel .slick-dots .slick-active button {
    background-color: #ffc107;
    border-color: #ffc107; }
  .chef-list-carousel .slick-dots button {
    background-color: #eaeaea;
    border-color: #eaeaea; }

.product-slider .slick-dots {
  bottom: 0; }
  @media (min-width: 768px) {
    .product-slider .slick-dots {
      position: absolute;
      bottom: 50%;
      right: -50%;
      display: block;
      width: 100%;
      padding: 0 0 35px 0;
      list-style: none;
      text-align: center;
      transform: translateY(50%) rotate(90deg); } }
  .product-slider .slick-dots .slick-active button {
    background-color: #ffc107;
    border-color: #ffc107; }
  .product-slider .slick-dots button {
    background-color: #eaeaea;
    border-color: #eaeaea; }

.form-inline.puntosoave-cart * {
  height: 45px; }

.quantity {
  display: inline-block !important; }

@media (max-width: 991px) {
  .product > .row {
    margin-bottom: 35px; }

  .quantity {
    margin-bottom: 10px; }

  .product-specs .pt30 {
    padding-top: 0 !important; } }
@media (max-width: 767px) {
  .product .quantity {
    display: block !important; } }
#chef .row {
  height: auto;
  margin-bottom: 30px; }
#chef .bio {
  display: -ms-flexbox;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: space-between; }
#chef .portrait {
  /*background: url("/wp-content/uploads/2017/01/BOTTURA.png") no-repeat center center;*/
  height: 100%; }
#chef .restaurant {
  display: flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: space-between; }
  @media (max-width: 991px) {
    #chef .restaurant {
      height: auto; } }
#chef .restaurant-copy {
  padding-top: 30px; }
#chef .video .col-md-6 {
  height: 100%; }
#chef .video .yt-frame img {
  /* TODO Change when inserting video" */
  position: relative;
  top: 340px; }
#chef .img.raised {
  position: relative;
  bottom: 55px; }
#chef .product-data {
  margin-left: 0.1%; }
#chef .btn-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
#chef .btn-black {
  background-color: #F7F7F7;
  border-color: #333;
  padding: 7px 20px; }
#chef .btn-black:hover {
  background-color: #FFF; }
#chef .btn-yellow {
  background-color: #ffffff;
  border-color: #ffc107;
  color: #ffc107;
  margin: 0;
  padding: 7px 30px; }
#chef .btn-yellow:hover {
  background-color: #ffc107;
  color: #FFFFFF; }
#chef .products .btn-yellow {
  margin: 5px 0; }

@media (max-width: 1200px) {
  #chef .video .yt-frame img {
    position: static; }

  .footer-block {
    display: block; }
    .footer-block .separator {
      display: none; } }
@media (max-width: 992px) {
  #chef {
    /*.portrait {
      background: none;
      height: 100%;*/ }
    #chef .img.raised {
      position: static; }
    #chef .row {
      margin-bottom: 0; }
    #chef .row.data {
      height: auto; }

  .restaurant-copy {
    margin: 15px auto; }

  .kitchen-pic {
    margin: 15px auto; }

  .video .yt-frame img {
    /* TODO Cambiare in produzione*/
    position: static;
    margin: 15px auto; }

  .awards {
    margin: 20px auto; }

  .product {
    margin-bottom: 50px; } }
.hp-flex-row {
  display: flex;
  display: -ms-flexbox;
  flex-flow: row nowrap; }
  @media (max-width: 767px) {
    .hp-flex-row {
      display: block;
      flex-flow: inherit; } }

.hp-video-placeholder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-image: url("../images/video-placeholder.jpg"); }
  @media (min-width: 768px) {
    .hp-video-placeholder {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; } }
  @media (max-width: 767px) {
    .hp-video-placeholder {
      height: 40vh; } }

.video-block {
  display: flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  justify-content: center; }

.video-cta-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.video-cta-work {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.video-modal-content {
  height: 25%;
  min-height: 200px; }
  @media (min-width: 768px) {
    .video-modal-content {
      min-height: 300px; } }
  @media (min-width: 992px) {
    .video-modal-content {
      min-height: 400px; } }
  @media (min-width: 1200px) {
    .video-modal-content {
      min-height: 500px; } }

.video-modal-body {
  background-color: #000;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }

.video-close-btn {
  position: absolute;
  margin: 10px;
  background: transparent;
  color: #FFF !important;
  padding: 20px !important;
  z-index: 1500;
  float: left;
  opacity: 0.6;
  text-shadow: 0 0 5px #000; }

.video-player {
  background-color: #000;
  position: relative;
  width: 100%;
  height: 100%; }

.modal {
  position: fixed;
  top: 5%; }

.grey-copy {
  background-color: rgba(238, 238, 238, 0.47);
  bottom: 140px;
  padding: 15px;
  position: relative; }

.work-copy {
  background-color: rgba(238, 238, 238, 0.47);
  padding: 5px 25px;
  position: relative;
  bottom: 50px; }

.double-gt {
  margin-left: 25px;
  margin-right: 10px; }

.search-input {
  margin-top: 32px;
  -webkit-transition: margin-top 0.3s ease-in-out;
  -moz-transition: margin-top 0.3s ease-in-out;
  -o-transition: margin-top 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out; }
  @media (max-width: 767px) {
    .search-input {
      margin-top: 12px; } }
  .search-input input {
    width: 0;
    opacity: 0;
    float: right;
    border: 1px solid #699973;
    border-radius: 20px;
    box-shadow: none;
    padding-right: 35px;
    transition: width .2s ease-in, opacity .2s ease-in;
    -webkit-transition: width .2s ease-in, opacity .2s ease-in; }
  .search-input input:focus {
    width: 80%;
    opacity: 1;
    transition: width 0.4s ease-out, opacity 0.4s ease-out;
    -webkit-transition: width 0.4s ease-out, opacity 0.4s ease-out; }

@media (max-width: 991px) {
  #subscribeModal .modal-body {
    padding: 15px !important; } }
#subscribeModal .modal-content {
  border-radius: 0; }
#subscribeModal .modal-dialog {
  width: 90%; }
#subscribeModal .form input {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0; }

.chef-list-video-block {
  padding-left: 0;
  padding-right: 0;
  background-size: cover;
  background: url("../images/video-placeholder.jpg") no-repeat center; }
  @media (max-width: 767px) {
    .chef-list-video-block {
      height: 250px; } }

.chef-list-text-block {
  display: flex;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  justify-content: center;
  height: 50vh; }

.wc-proceed-to-checkout .checkout-button {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: brandon_grotesque_regularRg !important;
  font-size: 20px !important;
  background-color: #ffffff !important;
  border: 1px solid #ffc107 !important;
  color: #ffc107 !important;
  padding: 7px 5px !important;
  width: 10em !important;
  text-align: center; }
  .wc-proceed-to-checkout .checkout-button:hover {
    border: 1px solid #ffc107 !important; }
  .wc-proceed-to-checkout .checkout-button:focus {
    border: 1px solid #ffc107 !important; }
  .wc-proceed-to-checkout .checkout-button:active {
    border: 1px solid #ffc107 !important; }

.coupon input {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: brandon_grotesque_regularRg !important;
  font-size: 20px !important;
  background-color: #ffffff !important;
  border: 1px solid #ffc107 !important;
  color: #ffc107 !important;
  padding: 7px 5px !important;
  width: 10em !important;
  text-align: center;
  outline: none;
  line-height: 21px !important; }
  .coupon input:hover {
    outline: none; }
  .coupon input:focus {
    outline: none; }
  .coupon input:active {
    outline: none; }

.woocommerce-message {
  position: fixed;
  right: 0;
  /* background-color: rgba(255,255,255,1); */
  z-index: 1000;
  height: 150px;
  border: 2px solid #ffc107;
  box-shadow: 0 0 3px -2px;
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  background-color: #FFF;
  color: #515151;
  list-style: none !important;
  width: auto;
  word-wrap: break-word; }
  .woocommerce-message .icon-close {
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 1001;
    top: 15px;
    right: 15px;
    opacity: 1; }
  .woocommerce-message .button.wc-forward {
    position: absolute;
    border: 1px solid #ffc107;
    color: #ffc107;
    padding: 7px 30px;
    width: 65%;
    bottom: 10px;
    text-align: center;
    font-size: 18px; }
    .woocommerce-message .button.wc-forward:hover {
      background-color: #ffc107;
      color: #FFF; }

.woocommerce-message:before {
  color: #ffc107; }

.woocommerce-info {
  border-top-color: #ffc107;
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  list-style: none !important;
  width: auto;
  word-wrap: break-word; }

.woocommerce-info:before {
  color: #ffc107; }

#place_order {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: brandon_grotesque_regularRg !important;
  font-size: 20px !important;
  background-color: #ffffff !important;
  border: 1px solid #ffc107 !important;
  color: #ffc107 !important;
  padding: 7px 5px !important;
  width: 10em !important;
  text-align: center;
  outline: none;
  line-height: 21px !important; }
  #place_order:hover {
    outline: none; }
  #place_order:focus {
    outline: none; }
  #place_order:active {
    outline: none; }

.slick-slide {
  outline: none !important; }

@media (min-width: 768px) {
  .chef {
    min-height: 500px; }
    .chef .slick-track {
      display: flex;
      display: -ms-flexbox;
      flex-flow: column; }
      .chef .slick-track .slick-vertical .slick-slide {
        display: flex;
        display: -ms-flexbox;
        height: 100%;
        justify-content: center; }
      .chef .slick-track .slick-slide {
        display: flex;
        display: -ms-flexbox;
        height: 100%;
        justify-content: center; }
    .chef .slide-inner-div {
      height: 100%; }
      .chef .slide-inner-div img {
        max-height: 300px !important;
        max-width: 400px !important; } }
.slide-inner-div {
  height: 100%; }
  .slide-inner-div img {
    max-height: 300px !important;
    max-width: 400px !important; }

#map {
  width: 100%;
  height: 70vh; }

@media (min-width: 992px) {
  .information-block {
    position: relative;
    top: -20vh;
    min-height: 40vh;
    background-color: white;
    z-index: 1000;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.5); } }

.title-block {
  position: relative;
  top: 0;
  width: 85%;
  float: right;
  right: -16.6666%;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .title-block {
      position: static;
      float: left; } }

.form-block {
  background-color: #eaeaea;
  padding: 50px;
  float: right;
  width: 100%; }
  .form-block .text-label {
    display: block; }
  .form-block .text-input {
    display: block;
    width: 100%;
    background-color: #eaeaea;
    border: none;
    border-bottom: 1px solid black;
    outline: none; }
    .form-block .text-input.error {
      border-bottom: 1px solid #CC0000; }
  .form-block .radio-label a {
    color: #000;
    text-decoration: underline; }
  .form-block .radio-label.error {
    color: #CC0000; }
  .form-block .radio-label.error a {
    color: #CC0000; }
  .form-block .area-label {
    display: block; }
  .form-block .input-area {
    display: block;
    width: 100%;
    background-color: #eaeaea;
    border: none;
    border-bottom: 1px solid black;
    outline: none; }
    .form-block .input-area.error {
      border-bottom: 1px solid #CC0000; }
    .form-block .input-area::-webkit-input-placeholder {
      color: #a4a4a4;
      text-align: left;
      display: block !important;
      font-family: brandon_grotesqueRgIt; }
    .form-block .input-area:-moz-placeholder {
      color: #a4a4a4;
      text-align: left;
      display: block !important;
      font-family: brandon_grotesqueRgIt; }
    .form-block .input-area::-moz-placeholder {
      color: #a4a4a4;
      text-align: left;
      display: block !important;
      font-family: brandon_grotesqueRgIt; }
    .form-block .input-area:-ms-input-placeholder {
      color: #a4a4a4;
      text-align: left;
      display: block !important;
      font-family: brandon_grotesqueRgIt; }

#radio-input-title.error {
  color: #CC0000;
  text-decoration: underline; }

#manifest .heading-3.underlined-title, #workings .heading-3.underlined-title {
  margin-left: 30px;
  padding-bottom: 5px;
  position: relative;
  top: 20px; }

#workings .col-flex-end .underlined-title {
  position: static;
  margin-left: 0; }
#workings .underlined-title.text-right {
  margin-bottom: 70px; }
#workings .artisans-container .row {
  margin-bottom: 80px;
  flex-wrap: wrap; }
  #workings .artisans-container .row .art-name h1 {
    margin-top: 0;
    margin-bottom: 0; }
    #workings .artisans-container .row .art-name h1.no-bold {
      margin-top: 15px; }
@media (max-width: 991px) {
  #workings .art-right {
    flex-flow: row-reverse wrap; }
  #workings .art-left .pl0, #workings .art-right .pl0 {
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto; }
  #workings .art-right .pr0 {
    padding-right: 15px !important; } }

.position-information {
  display: block;
  position: relative; }
  @media (max-width: 767px) {
    .position-information {
      left: 18%; } }
  .position-information .contact-icon {
    width: 2em;
    height: 3em;
    position: absolute;
    float: left;
    left: 0;
    margin-left: -3em;
    bottom: 0; }
    @media (min-width: 768px) {
      .position-information .contact-icon {
        width: 3em;
        margin-left: -3em; } }
    @media (min-width: 992px) {
      .position-information .contact-icon {
        margin-left: -3em; } }
    @media (min-width: 1200px) {
      .position-information .contact-icon {
        margin-left: -3.5em; } }
    @media (min-width: 1366px) {
      .position-information .contact-icon {
        margin-left: -4.3em; } }

.phone-information {
  display: block;
  position: relative; }
  @media (max-width: 767px) {
    .phone-information {
      left: 18%; } }
  .phone-information .contact-icon {
    width: 2em;
    height: 3em;
    position: absolute;
    float: left;
    left: 0;
    margin-left: -3em;
    bottom: 0; }
    @media (min-width: 768px) {
      .phone-information .contact-icon {
        margin-left: -3em;
        width: 3em; } }
    @media (min-width: 992px) {
      .phone-information .contact-icon {
        margin-left: -3em; } }
    @media (min-width: 1200px) {
      .phone-information .contact-icon {
        margin-left: -3.5em; } }
    @media (min-width: 1366px) {
      .phone-information .contact-icon {
        margin-left: -4.3em; } }

#contact-info .socials img {
  margin: auto 3%; }

.email-information {
  display: block;
  position: relative; }
  @media (max-width: 767px) {
    .email-information {
      left: 18%; } }
  .email-information .contact-icon {
    width: 3em;
    height: 3em;
    position: absolute;
    float: left;
    left: 0;
    margin-left: -3.5em;
    bottom: 0; }
    @media (min-width: 768px) {
      .email-information .contact-icon {
        margin-left: -3.3em; } }
    @media (min-width: 992px) {
      .email-information .contact-icon {
        margin-left: -3.5em; } }
    @media (min-width: 1200px) {
      .email-information .contact-icon {
        margin-left: -3.5em; } }
    @media (min-width: 1366px) {
      .email-information .contact-icon {
        margin-left: -3.5em; } }

#footer-icons {
  position: relative;
  margin-bottom: 60px; }
  #footer-icons .facebook-icon {
    width: 50px;
    height: 50px; }
  #footer-icons .twitter-icon {
    width: 50px;
    height: 50px; }
  #footer-icons .instagram-icon {
    width: 50px;
    height: 50px; }
  #footer-icons .pinterest-icon {
    width: 50px;
    height: 50px; }
  #footer-icons .vimeo-icon {
    width: 50px;
    height: 50px; }
  #footer-icons .logo-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%; }
  @media (min-width: 768px) {
    #footer-icons {
      margin-bottom: 0; }
      #footer-icons .logo-container {
        position: relative;
        left: 0;
        transform: none;
        width: auto; }
      #footer-icons .facebook-icon {
        width: 30px;
        height: 30px; }
      #footer-icons .twitter-icon {
        width: 30px;
        height: 30px; }
      #footer-icons .instagram-icon {
        width: 30px;
        height: 30px; }
      #footer-icons .pinterest-icon {
        width: 30px;
        height: 30px; }
      #footer-icons .vimeo-icon {
        width: 30px;
        height: 30px; } }

.facebook-icon {
  width: 30px;
  height: 30px; }

.twitter-icon {
  width: 30px;
  height: 30px; }

.instagram-icon {
  width: 30px;
  height: 30px; }

.pinterest-icon {
  width: 30px;
  height: 30px; }

.vimeo-icon {
  width: 30px;
  height: 30px; }

#search-block {
  position: absolute;
  width: 35%;
  padding: 10px;
  height: auto;
  background-color: rgba(255, 193, 7, 0.9);
  z-index: 1000;
  right: 0;
  top: 90px; }
  @media (max-width: 991px) {
    #search-block {
      top: 165px; } }
  #search-block .search-data {
    background-color: #ffc107;
    color: #FFF;
    border: none; }

#search-container {
  /*position: absolute;
  width: 30%;
  height: auto;
  background-color: rgba(255, 193, 7, 0.9);
  z-index: 1000;
  right:0;*/ }
  #search-container .search-menu-img {
    width: 100%; }

.search-icon {
  width: 1.5em;
  height: 1.5em; }

.cookie-policy {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  -webkit-backface-visibility: hidden; }

.shop-slider-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  /*max-height: 300px!important;
  max-width: 400px!important;*/ }

.woocommerce-pagination {
  display: block;
  text-align: center; }
  .woocommerce-pagination .page-numbers {
    padding: 0; }
    .woocommerce-pagination .page-numbers li {
      background-color: #ffffff;
      padding: 10px 18px;
      display: inline-block;
      border: 1px solid #ffc107;
      color: #ffc107;
      font-size: 18px;
      font-weight: bold;
      margin: 0 10px; }
      .woocommerce-pagination .page-numbers li a {
        color: #ffc107; }
      .woocommerce-pagination .page-numbers li a.prev {
        content: url("../images/freccie CTA_yellow.svg");
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        width: 10px; }
      .woocommerce-pagination .page-numbers li a.next {
        content: url("../images/freccie CTA_yellow.svg");
        width: 10px; }

#woocommerce-comments h3 {
  font-family: brandon_grotesque_regularRg;
  font-size: 25px;
  text-transform: uppercase; }
  #woocommerce-comments h3 span {
    font-family: brandon_grotesquebold; }
#woocommerce-comments p {
  font-family: brandon_grotesque_regularRg;
  font-size: 15px; }
  #woocommerce-comments p span {
    font-family: brandon_grotesquebold; }
    #woocommerce-comments p span .star-1, #woocommerce-comments p span .star-2, #woocommerce-comments p span .star-3, #woocommerce-comments p span .star-4, #woocommerce-comments p span .star-5 {
      color: transparent; }
      #woocommerce-comments p span .star-1:before, #woocommerce-comments p span .star-2:before, #woocommerce-comments p span .star-3:before, #woocommerce-comments p span .star-4:before, #woocommerce-comments p span .star-5:before {
        color: #000;
        font-family: "Glyphicons Halflings";
        content: '\e007'; }
      #woocommerce-comments p span .star-1.active:before, #woocommerce-comments p span .star-2.active:before, #woocommerce-comments p span .star-3.active:before, #woocommerce-comments p span .star-4.active:before, #woocommerce-comments p span .star-5.active:before {
        font-family: "Glyphicons Halflings";
        color: #ffc107;
        content: '\e006'; }

@media (min-width: 768px) {
  .shop-main-photo {
    max-height: 400px !important; } }

@media (max-width: 767px) {
  .pb30-xs {
    padding-bottom: 30px !important; } }

.btn-vertical-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -100px; }

#article-content img {
  width: 100%;
  height: auto; }
#article-content div {
  width: auto !important; }
@media (min-width: 768px) {
  #article-content img {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    width: auto; }
  #article-content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  #article-content div {
    width: auto; } }
#article-content p {
  font-family: brandon_grotesque_regularRg !important;
  font-size: 20px !important; }
#article-content a {
  font-family: brandon_grotesque_regularRg !important;
  font-size: 20px !important; }
  #article-content a strong {
    color: #000;
    font-weight: bold;
    font-size: 25px; }

.chef-portrait {
  max-width: 100%;
  max-height: 100%; }

#chef-list-page .btn-vertical-center {
  bottom: -50px; }

.chef-restaurant-block {
  max-height: 400px; }

/********************** COMMENTS ************/
.comments-area {
  margin-bottom: 60px; }

.comments-title {
  margin: 0;
  font-size: 16px;
  padding: 30px;
  border-bottom: 1px solid #ebebeb;
  background-color: #ffc107;
  color: white; }

.comments-area ol {
  list-style: none; }

.comments-area ol {
  padding: 0; }

.comments-area .children {
  padding-left: 20px; }

.comment-author .fn,
.comment-metadata {
  margin-left: 80px; }

.comment-metadata {
  font-size: 12px;
  margin-bottom: 30px; }

.comment-body {
  padding: 30px;
  border-bottom: 1px solid #ebebeb;
  background-color: rgba(255, 193, 7, 0.03);
  margin-bottom: 15px; }

.reply {
  text-align: right; }

.comment-reply-link {
  padding: 5px;
  background-color: rgba(255, 193, 7, 0.03);
  font-size: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

a.comment-reply-link {
  text-decoration: none; }

a.comment-reply-link:hover {
  color: #000;
  box-shadow: 0 0 1px #505050; }

.comments-area a.url {
  text-decoration: underline; }

.comment-metadata a,
.comments-area a.url {
  color: #444; }

.comment-respond {
  margin-top: 60px; }

.comment-form,
.comment-respond .comment-reply-title {
  color: #000; }

.comment-form .form-submit {
  margin-top: 30px; }

.link-no-underline {
  text-decoration: none !important;
  outline: none !important; }

.availability-icon {
  width: 2em;
  margin-bottom: 1em; }

.chef-page-product-link {
  color: #000;
  text-decoration: none; }
  .chef-page-product-link:hover {
    color: #000;
    text-decoration: none; }

/*# sourceMappingURL=style.css.map */
