.zero {
  margin: 0;
  padding: 0;
}
.zero-i {
  margin: 0 !important;
  padding: 0 !important;
}
.db-red {
  border: 1px solid red !important;
}
.db-green {
  border: 1px solid green !important;
}
.db-blue {
  border: 1px solid blue !important;
}
.table {
  display: table !important;
}
.row {
  display: table-row !important;
}
.cell {
  display: table-cell !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.full {
  width: 100% !important;
}
.hide {
  display: none !important;
}
.show {
  display: inherit !important;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center !important;
}
@media screen and (max-width: 600px) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
  .tablet-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .desktop-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media screen and (max-width: 600px) {
  .mobile-show {
    display: inherit !important;
  }
}
.tablet-show {
  display: none;
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
  .tablet-show {
    display: inherit !important;
  }
}
.desktop-show {
  display: none;
}
@media screen and (min-width: 1000px) {
  .desktop-show {
    display: inherit !important;
  }
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-center-i {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-col {
  padding: 0;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.a-col {
  padding: 0;
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-pad {
  padding-left: 20px;
  padding-right: 20px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns .column {
  flex: 1 1 0;
}
.alignfull {
  max-width: 100%;
}
.alignwide {
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  text-align: center;
}
.aligncenter div {
  text-align: center;
}
.wp-block-columns {
  margin: 0 auto;
  max-width: 1100px;
}
.wp-block-separator {
  width: 50%;
  border: solid 1px #666666;
  margin: 50px auto;
}
.wp-block-image.middle {
  display: flex;
  height: 100%;
  align-items: center;
}
img.alignright {
  float: right;
}
.font-heading {
  font-family: 'Canela';
}
.font-body {
  font-family: 'Roboto', sans-serif;
}
.h4-heading {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}
.h2-heading {
  font-family: 'Canela';
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.75px;
}
.h1-heading {
  font-family: 'Canela';
  font-size: 46px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.75px;
}
@font-face {
  font-family: 'Canela';
  src: url('../../fonts/PlayfairDisplay-Regular.woff2') format('woff2'), url('../../fonts/PlayfairDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Montserrat-Regular.woff2') format('woff2'), url('../../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/montserrat-medium.woff2') format('woff2'), url('../../fonts/montserrat-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/montserrat-semibold.woff2') format('woff2'), url('../../fonts/montserrat-semibold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
.button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border: solid 2px #CE9D6B;
  background: #CE9D6B;
  color: white;
  padding: 12px 20px;
  font-weight: 700;
}
.button:hover {
  background: white;
  color: #CE9D6B;
}
.button.button-clear {
  background: transparent;
  border: solid 2px #CE9D6B;
  color: #CE9D6B;
}
.button.button-clear:hover {
  background: #CE9D6B;
  border: solid 2px #CE9D6B;
  color: white;
}
.checkout-button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border: solid 2px #CE9D6B;
  background: #CE9D6B;
  color: white;
  padding: 12px 20px;
  font-weight: 700;
}
.checkout-button:hover {
  background: white;
  color: #CE9D6B;
}
.checkout-button.button-clear {
  background: transparent;
  border: solid 2px #CE9D6B;
  color: #CE9D6B;
}
.checkout-button.button-clear:hover {
  background: #CE9D6B;
  border: solid 2px #CE9D6B;
  color: white;
}
.woocommerce button.button.alt {
  background: #CE9D6B;
  border: solid 1px #CE9D6B;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 17px;
  padding: 2px 10px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
@media screen and (max-width: 600px) {
  .woocommerce button.button.alt {
    padding: 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce button.button.alt {
    margin: 10px 0 !important;
  }
}
.woocommerce button.button.alt:hover {
  color: #CE9D6B;
  background: white;
}
.cta-button-arrow {
  font-family: 'Roboto', sans-serif;
  color: #CE9D6B;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 4px;
  margin-top: 20px;
  text-transform: uppercase;
}
.cta-button-arrow::after {
  content: "";
  margin-left: 15px;
  height: 15px;
  width: 35px;
  display: inline-block;
  background-image: url('../../images/cta-button-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .private-heading {
    padding: 50px 0 !important;
  }
}
.private-heading .private-heading-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 600px) {
  .private-heading .private-heading-inner {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 600px) {
  .private-heading .private-heading-inner {
    grid-gap: 0 !important;
  }
}
.private-heading .private-heading-inner .grid-column h4 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}
.private-heading .private-heading-inner .grid-column h1 {
  font-size: 46px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.75px;
}
.private-heading .private-heading-inner .grid-column .header-content p {
  font-family: 'Roboto', sans-serif;
  text-wrap: balance;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.75px;
}
.private-heading .private-heading-inner .grid-column .button {
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .child-nav .child-nav-inner ul {
    display: flex !important;
  }
}
@media screen and (max-width: 600px) {
  .child-nav .child-nav-inner ul {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 600px) {
  .child-nav .child-nav-inner ul {
    overflow-x: scroll !important;
  }
}
@media screen and (max-width: 600px) {
  .child-nav .child-nav-inner ul li a {
    white-space: nowrap !important;
  }
}
.featured-image {
  position: relative;
  z-index: 10;
  padding: 0;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.featured-image img {
  position: relative;
  max-width: 100%;
  z-index: 1;
}
.featured-image .best-catering {
  width: 120px;
  height: 120px;
  animation: spin 5s linear infinite;
  position: absolute;
  left: -60px;
  bottom: -50px;
  z-index: 2;
}
.featured-image .tinted-background {
  background: #FAF5F0;
  position: absolute;
  bottom: -100px;
  left: -50vw;
  right: -50vw;
  top: 50%;
  z-index: -1;
}
.section-image_left_text_right,
.section-text_left_image_right {
  background: #FAF5F0;
  padding: 100px 0;
}
.section-image_left_text_right .section-inner,
.section-text_left_image_right .section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 600px) {
  .section-image_left_text_right .section-inner,
  .section-text_left_image_right .section-inner {
    grid-template-columns: 1fr !important;
  }
}
.section-image_left_text_right .section-inner .section-image-column,
.section-text_left_image_right .section-inner .section-image-column {
  display: flex;
  align-items: center;
}
.section-image_left_text_right .section-inner .section-image-column img,
.section-text_left_image_right .section-inner .section-image-column img {
  max-width: 100%;
}
.section-image_left_text_right .section-inner .section-header-column,
.section-text_left_image_right .section-inner .section-header-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.section-image_left_text_right .section-inner .section-header-column h4,
.section-text_left_image_right .section-inner .section-header-column h4 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}
.section-image_left_text_right .section-inner .section-header-column h2,
.section-text_left_image_right .section-inner .section-header-column h2 {
  font-family: 'Canela';
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.75px;
  margin-bottom: 0;
  line-height: 1.4em;
}
@media screen and (max-width: 600px) {
  .section-image_left_text_right .section-inner .section-header-column h2,
  .section-text_left_image_right .section-inner .section-header-column h2 {
    margin-bottom: 20px !important;
  }
}
.section-image_left_text_right .section-inner .section-header-column .content p,
.section-text_left_image_right .section-inner .section-header-column .content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin-top: 0;
}
.section-image_left_text_right .section-inner .section-header-column .cta-button,
.section-text_left_image_right .section-inner .section-header-column .cta-button {
  font-family: 'Roboto', sans-serif;
  color: #CE9D6B;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 4px;
  margin-top: 20px;
  text-transform: uppercase;
}
.section-image_left_text_right .section-inner .section-header-column .cta-button::after,
.section-text_left_image_right .section-inner .section-header-column .cta-button::after {
  content: "";
  margin-left: 15px;
  height: 15px;
  width: 35px;
  display: inline-block;
  background-image: url('../../images/cta-button-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section-image_left_text_right .section-inner .section-image-column {
  order: 1;
}
.section-image_left_text_right .section-inner .section-header-column {
  order: 2;
}
.section-text_left_image_right .section-inner .section-image-column {
  order: 2;
}
.section-text_left_image_right .section-inner .section-header-column {
  order: 1;
}
.private-content section.section-posts_slider .section-inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.private-content section.section-posts_slider .section-inner .section-header-column-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.private-content section.section-posts_slider .section-inner .section-header-column-wrapper .section-header-column {
  padding: 0;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
}
.private-content section.section-posts_slider .section-inner .section-header-column-wrapper .section-header-column h4 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}
.private-content section.section-posts_slider .section-inner .section-header-column-wrapper .section-header-column h2 {
  margin-bottom: 70px;
}
.private-content section.section-posts_slider .section-inner .section-header-column-wrapper .section-header-column .cta-button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border: solid 2px #CE9D6B;
  background: #CE9D6B;
  color: white;
  padding: 12px 20px;
  font-weight: 700;
  position: absolute;
  top: 110px;
  right: 0;
}
.private-content section.section-posts_slider .section-inner .section-header-column-wrapper .section-header-column .cta-button:hover {
  background: white;
  color: #CE9D6B;
}
.private-content section.section-posts_slider .section-inner .section-header-column-wrapper .section-header-column .cta-button.button-clear {
  background: transparent;
  border: solid 2px #CE9D6B;
  color: #CE9D6B;
}
.private-content section.section-posts_slider .section-inner .section-header-column-wrapper .section-header-column .cta-button.button-clear:hover {
  background: #CE9D6B;
  border: solid 2px #CE9D6B;
  color: white;
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-header-column-wrapper .section-header-column .cta-button {
    position: relative !important;
  }
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-header-column-wrapper .section-header-column .cta-button {
    top: -40px !important;
  }
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider {
  margin-bottom: 50px;
  padding-bottom: 200px;
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-arrow {
  background-image: url('../../images/slider-arrow.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0.5;
  width: 60px;
  height: 60px;
  z-index: 5;
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-arrow {
    width: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-arrow {
    height: 40px !important;
  }
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-arrow:hover {
  opacity: 1;
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-arrow::before {
  display: none;
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: 50px;
  top: 185px;
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-arrow.slick-next {
    right: 20px !important;
  }
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-arrow.slick-prev {
  left: 50px;
  top: 205px;
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-arrow.slick-prev {
    left: 20px !important;
  }
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-list .slick-track .slick-slide {
  margin: 0 15px;
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-list .slick-track .slick-slide {
    overflow: hidden !important;
  }
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-list .slick-track .slick-slide img {
  height: 400px;
  width: auto;
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-list .slick-track .slick-slide h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 40px 0 10px 0;
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-list .slick-track .slick-slide h3 {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-list .slick-track .slick-slide h3 {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-list .slick-track .slick-slide h3 {
    max-width: calc(100vw - calc(40px)) !important;
  }
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-list .slick-track .slick-slide a {
  font-family: 'Roboto', sans-serif;
  color: #CE9D6B;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 4px;
  margin-top: 20px;
  text-transform: uppercase;
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-list .slick-track .slick-slide a::after {
  content: "";
  margin-left: 15px;
  height: 15px;
  width: 35px;
  display: inline-block;
  background-image: url('../../images/cta-button-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-list .slick-track .slick-slide a {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-list .slick-track .slick-slide a {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-list .slick-track .slick-slide a {
    max-width: calc(100vw - calc(40px)) !important;
  }
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-dots {
  bottom: 100px;
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-dots {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-dots {
    padding-right: 20px !important;
  }
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-dots li {
  margin: 0 2px;
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 30px;
  border: solid 1px #CE9D6B;
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-dots li button::before {
  display: none;
}
.private-content section.section-posts_slider .section-inner .section-content-column .slider .slick-dots li.slick-active button {
  background: #CE9D6B;
}
.private-content section.section-steps {
  background-image: url('../../images/steps-background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.private-content section.section-steps .section-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.private-content section.section-steps .section-inner .section-header-column h4 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.75px;
  margin-bottom: 0;
  text-align: center;
  color: white;
}
.private-content section.section-steps .section-inner .section-header-column h2 {
  font-family: 'Canela';
  font-size: 46px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.75px;
  text-align: center;
  color: white;
  margin-bottom: 50px;
}
.private-content section.section-steps .section-inner .section-content-column {
  text-align: center;
}
.private-content section.section-steps .section-inner .section-content-column ul.content-blocks {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .private-content section.section-steps .section-inner .section-content-column ul.content-blocks {
    grid-template-columns: 1fr !important;
  }
}
.private-content section.section-steps .section-inner .section-content-column ul.content-blocks li {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background: white;
  text-align: center;
  padding: 25px;
}
.private-content section.section-steps .section-inner .section-content-column ul.content-blocks li:hover {
  background: #CE9D6B;
  color: white;
}
.private-content section.section-steps .section-inner .section-content-column ul.content-blocks li:hover .block-number,
.private-content section.section-steps .section-inner .section-content-column ul.content-blocks li:hover h3 {
  color: white;
}
.private-content section.section-steps .section-inner .section-content-column ul.content-blocks li .block-number {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  font-family: 'Canela';
  color: #CE9D6B;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.75px;
  user-select: none;
}
.private-content section.section-steps .section-inner .section-content-column ul.content-blocks li h3 {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  color: #CE9D6B;
  user-select: none;
}
.private-content section.section-steps .section-inner .section-content-column ul.content-blocks li .step-desc {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  user-select: none;
}
.private-content section.section-steps .section-inner .section-content-column .cta-button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border: solid 2px #CE9D6B;
  background: #CE9D6B;
  color: white;
  padding: 12px 20px;
  font-weight: 700;
  display: inline-block;
  margin-top: 70px;
}
.private-content section.section-steps .section-inner .section-content-column .cta-button:hover {
  background: white;
  color: #CE9D6B;
}
.private-content section.section-steps .section-inner .section-content-column .cta-button.button-clear {
  background: transparent;
  border: solid 2px #CE9D6B;
  color: #CE9D6B;
}
.private-content section.section-steps .section-inner .section-content-column .cta-button.button-clear:hover {
  background: #CE9D6B;
  border: solid 2px #CE9D6B;
  color: white;
}
.section-content_blocks:not(.is-slider) {
  padding: 0;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.section-content_blocks:not(.is-slider) .section-inner .section-header-column {
  position: relative;
}
.section-content_blocks:not(.is-slider) .section-inner .section-header-column h4 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}
.section-content_blocks:not(.is-slider) .section-inner .section-header-column h2 {
  font-family: 'Canela';
  font-size: 46px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.75px;
}
.section-content_blocks:not(.is-slider) .section-inner .section-header-column .cta-button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border: solid 2px #CE9D6B;
  background: #CE9D6B;
  color: white;
  padding: 12px 20px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}
.section-content_blocks:not(.is-slider) .section-inner .section-header-column .cta-button:hover {
  background: white;
  color: #CE9D6B;
}
.section-content_blocks:not(.is-slider) .section-inner .section-header-column .cta-button.button-clear {
  background: transparent;
  border: solid 2px #CE9D6B;
  color: #CE9D6B;
}
.section-content_blocks:not(.is-slider) .section-inner .section-header-column .cta-button.button-clear:hover {
  background: #CE9D6B;
  border: solid 2px #CE9D6B;
  color: white;
}
@media screen and (max-width: 600px) {
  .section-content_blocks:not(.is-slider) .section-inner .section-header-column .cta-button {
    position: relative !important;
  }
}
@media screen and (max-width: 600px) {
  .section-content_blocks:not(.is-slider) .section-inner .section-header-column .cta-button {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .section-content_blocks:not(.is-slider) .section-inner .section-header-column .cta-button {
    display: inline-block !important;
  }
}
.section-content_blocks:not(.is-slider) .section-inner .section-content-column ul:not(.slick-dots):not(.slider) {
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 600px) {
  .section-content_blocks:not(.is-slider) .section-inner .section-content-column ul:not(.slick-dots):not(.slider) {
    grid-template-columns: 1fr !important;
  }
}
.section-content_blocks:not(.is-slider) .section-inner .section-content-column ul:not(.slick-dots):not(.slider) li {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .section-content_blocks:not(.is-slider) .section-inner .section-content-column ul:not(.slick-dots):not(.slider) li {
    width: unset !important;
  }
}
.section-content_blocks:not(.is-slider) .section-inner .section-content-column ul:not(.slick-dots):not(.slider) li .image-wrapper {
  height: 460px;
  width: 100%;
}
.section-content_blocks:not(.is-slider) .section-inner .section-content-column ul:not(.slick-dots):not(.slider) li .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-content_blocks:not(.is-slider) .section-inner .section-content-column ul:not(.slick-dots):not(.slider) li h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  margin: 25px 0 10px 0;
}
.section-content_blocks:not(.is-slider) .section-inner .section-content-column ul:not(.slick-dots):not(.slider) li p.content {
  margin: 0;
  color: rgba(0,0,0,0.75);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.section-testimonials {
  background: #FAF5F0;
  padding-top: 100px;
  padding-bottom: 80px;
}
.section-testimonials .section-inner .section-header-column h4 {
  font-family: 'Canela';
  color: #4C4C4C;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section-testimonials .section-inner .section-content-column ul.testimonials.testimonials-slider.slider {
  margin-top: 0;
  padding-top: 0;
}
.section-testimonials .section-inner .section-content-column ul.testimonials.testimonials-slider.slider li.testimonial-block h3 {
  color: black;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}
.section-testimonials .section-inner .section-content-column ul.testimonials.testimonials-slider.slider li.testimonial-block p.name {
  color: black;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.section-testimonials .section-inner .section-content-column ul.testimonials.testimonials-slider.slider .slick-dots {
  top: 20px;
  left: -5px;
  position: relative;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.section-testimonials .section-inner .section-content-column ul.testimonials.testimonials-slider.slider .slick-dots li {
  margin: 0 2px;
}
.section-testimonials .section-inner .section-content-column ul.testimonials.testimonials-slider.slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 30px;
  border: solid 1px #CE9D6B;
}
.section-testimonials .section-inner .section-content-column ul.testimonials.testimonials-slider.slider .slick-dots li button::before {
  display: none;
}
.section-testimonials .section-inner .section-content-column ul.testimonials.testimonials-slider.slider .slick-dots li.slick-active button {
  background: #CE9D6B;
}
.section-faqs {
  padding: 100px 0;
}
.section-faqs .section-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
}
@media screen and (max-width: 600px) {
  .section-faqs .section-inner {
    grid-template-columns: 1fr !important;
  }
}
.section-faqs .section-inner .section-header-column h4 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}
.section-faqs .section-inner .section-header-column h2 {
  font-family: 'Canela';
  font-size: 46px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.75px;
}
.section-faqs .section-inner .section-header-column .cta-button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border: solid 2px #CE9D6B;
  background: #CE9D6B;
  color: white;
  padding: 12px 20px;
  font-weight: 700;
}
.section-faqs .section-inner .section-header-column .cta-button:hover {
  background: white;
  color: #CE9D6B;
}
.section-faqs .section-inner .section-header-column .cta-button.button-clear {
  background: transparent;
  border: solid 2px #CE9D6B;
  color: #CE9D6B;
}
.section-faqs .section-inner .section-header-column .cta-button.button-clear:hover {
  background: #CE9D6B;
  border: solid 2px #CE9D6B;
  color: white;
}
.section-faqs .section-inner .section-content-column .accordion.faq-accordion {
  list-style: none;
}
.section-faqs .section-inner .section-content-column .accordion.faq-accordion .faq-item {
  border-top: 1px solid grey;
}
.section-faqs .section-inner .section-content-column .accordion.faq-accordion .faq-item:last-child {
  border-bottom: 1px solid grey;
}
.section-faqs .section-inner .section-content-column .accordion.faq-accordion .faq-item h3.expander {
  font-family: 'Roboto', sans-serif;
  user-select: none;
  cursor: pointer;
  color: rgba(0,0,0,0.75);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.section-faqs .section-inner .section-content-column .accordion.faq-accordion .faq-item h3.expander::after {
  content: "+";
  display: inline-block;
  padding: 0 20px;
}
.section-faqs .section-inner .section-content-column .accordion.faq-accordion .faq-item .expander-target p.name {
  padding-bottom: 30px;
}
.accordion:not(.faq-accordion) {
  margin: 0;
}
.accordion:not(.faq-accordion) .accordion-item {
  border-top: 1px solid grey;
}
.accordion:not(.faq-accordion) .accordion-item .expander {
  font-family: 'Roboto', sans-serif;
  user-select: none;
  cursor: pointer;
  color: rgba(0,0,0,0.75);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.accordion:not(.faq-accordion) .accordion-item .expander::after {
  content: "+";
  display: inline-block;
  padding: 0 20px;
}
.accordion:not(.faq-accordion) .accordion-item .expander-target {
  padding-bottom: 30px;
}
.accordion:not(.faq-accordion) .accordion-item .expander-target p.name {
  padding-bottom: 30px;
}
.accordion:not(.faq-accordion) .accordion-item.active .expander::after {
  content: "-";
}
.hide-br br {
  display: none;
}
.section-featured_venues {
  background: #FAF5F0;
  padding-bottom: 100px;
}
.section-featured_venues .section-inner .section-header-column-wrapper .section-header-column {
  padding: 0;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
}
.section-featured_venues .section-inner .section-header-column-wrapper .section-header-column h4 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}
.section-featured_venues .section-inner .section-header-column-wrapper .section-header-column h2 {
  margin-bottom: 70px;
}
.section-featured_venues .section-inner .section-header-column-wrapper .section-header-column .cta-button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border: solid 2px #CE9D6B;
  background: #CE9D6B;
  color: white;
  padding: 12px 20px;
  font-weight: 700;
  position: absolute;
  top: 110px;
  right: 0;
}
.section-featured_venues .section-inner .section-header-column-wrapper .section-header-column .cta-button:hover {
  background: white;
  color: #CE9D6B;
}
.section-featured_venues .section-inner .section-header-column-wrapper .section-header-column .cta-button.button-clear {
  background: transparent;
  border: solid 2px #CE9D6B;
  color: #CE9D6B;
}
.section-featured_venues .section-inner .section-header-column-wrapper .section-header-column .cta-button.button-clear:hover {
  background: #CE9D6B;
  border: solid 2px #CE9D6B;
  color: white;
}
@media screen and (max-width: 600px) {
  .section-featured_venues .section-inner .section-header-column-wrapper .section-header-column .cta-button {
    position: relative !important;
  }
}
@media screen and (max-width: 600px) {
  .section-featured_venues .section-inner .section-header-column-wrapper .section-header-column .cta-button {
    top: -40px !important;
  }
}
.section-featured_venues .section-inner .section-content-column ul {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  list-style: none;
}
@media screen and (max-width: 600px) {
  .section-featured_venues .section-inner .section-content-column ul {
    grid-template-columns: 1fr !important;
  }
}
.section-featured_venues .section-inner .section-content-column ul li .image-wrapper {
  height: 460px;
  width: 100%;
}
.section-featured_venues .section-inner .section-content-column ul li .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-featured_venues .section-inner .section-content-column ul li h3 {
  color: black;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  margin: 30px 0;
}
.section-featured_venues .section-inner .section-content-column ul li .info .info-item {
  display: flex;
  gap: 10px;
  text-wrap: balance;
}
.section-featured_venues .section-inner .section-content-column ul li .info .info-item::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 22px;
}
.section-featured_venues .section-inner .section-content-column ul li .info .info-item.info-item-address::before {
  background-image: url('../../images/fv-pin.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section-featured_venues .section-inner .section-content-column ul li .info .info-item.info-item-phone::before {
  background-image: url('../../images/fv-phone.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section-featured_venues .section-inner .section-content-column ul li .info a {
  font-family: 'Roboto', sans-serif;
  color: #CE9D6B;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 4px;
  margin-top: 20px;
  text-transform: uppercase;
  display: block;
}
.section-featured_venues .section-inner .section-content-column ul li .info a::after {
  content: "";
  margin-left: 15px;
  height: 15px;
  width: 35px;
  display: inline-block;
  background-image: url('../../images/cta-button-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.section-content_blocks.is-slider {
  width: unset;
  margin-top: 0;
  margin-bottom: 0;
}
section.section-content_blocks.is-slider .section-inner.is-slider {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-header-column-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-header-column-wrapper .section-header-column {
  padding: 0;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-header-column-wrapper .section-header-column h4 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-header-column-wrapper .section-header-column h2 {
  margin-bottom: 70px;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-header-column-wrapper .section-header-column .cta-button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border: solid 2px #CE9D6B;
  background: #CE9D6B;
  color: white;
  padding: 12px 20px;
  font-weight: 700;
  position: absolute;
  top: 110px;
  right: 0;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-header-column-wrapper .section-header-column .cta-button:hover {
  background: white;
  color: #CE9D6B;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-header-column-wrapper .section-header-column .cta-button.button-clear {
  background: transparent;
  border: solid 2px #CE9D6B;
  color: #CE9D6B;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-header-column-wrapper .section-header-column .cta-button.button-clear:hover {
  background: #CE9D6B;
  border: solid 2px #CE9D6B;
  color: white;
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-header-column-wrapper .section-header-column .cta-button {
    position: relative !important;
  }
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-header-column-wrapper .section-header-column .cta-button {
    top: -40px !important;
  }
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider {
  margin-bottom: 50px;
  padding-bottom: 200px;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-arrow {
  background-image: url('../../images/slider-arrow.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0.5;
  width: 60px;
  height: 60px;
  z-index: 5;
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-arrow {
    width: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-arrow {
    height: 40px !important;
  }
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-arrow:hover {
  opacity: 1;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-arrow::before {
  display: none;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: 50px;
  top: 185px;
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-arrow.slick-next {
    right: 20px !important;
  }
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-arrow.slick-prev {
  left: 50px;
  top: 205px;
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-arrow.slick-prev {
    left: 20px !important;
  }
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide {
  width: 500px;
  overflow: hidden;
  margin: 0 15px;
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide {
    width: 100vw !important;
  }
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide img {
  height: 400px;
  width: auto;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 40px 0 10px 0;
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide h3 {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide h3 {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide h3 {
    max-width: calc(100vw - calc(40px)) !important;
  }
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide a {
  font-family: 'Roboto', sans-serif;
  color: #CE9D6B;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 4px;
  margin-top: 20px;
  text-transform: uppercase;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide a::after {
  content: "";
  margin-left: 15px;
  height: 15px;
  width: 35px;
  display: inline-block;
  background-image: url('../../images/cta-button-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide a {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide a {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide a {
    max-width: calc(100vw - calc(40px)) !important;
  }
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide p {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide p {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-list .slick-track .slick-slide p {
    max-width: calc(100vw - calc(40px)) !important;
  }
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-dots {
  bottom: 100px;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-dots li {
  margin: 0 2px;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 30px;
  border: solid 1px #CE9D6B;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-dots li button::before {
  display: none;
}
section.section-content_blocks.is-slider .section-inner.is-slider .section-content-column .slider .slick-dots li.slick-active button {
  background: #CE9D6B;
}
.dunno-what-to-call-this {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  display: block;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.75px;
}
.dunno-what-to-call-this h4 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}
.dunno-what-to-call-this a {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.75px;
  text-decoration: none;
}
.dunno-what-to-call-this a:hover {
  font-weight: 700;
  color: #CE9D6B;
  text-decoration: underline;
}
header {
  position: relative;
}
@media screen and (max-width: 600px) {
  header {
    padding: 30px 0 !important;
  }
}
@media screen and (max-width: 600px) {
  header {
    min-height: 100px !important;
  }
}
@media screen and (max-width: 600px) {
  header {
    height: unset !important;
  }
}
@media screen and (max-width: 600px) {
  header .main-menu {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  header .main-menu {
    top: 110px !important;
  }
}
@media screen and (max-width: 600px) {
  header .main-menu {
    position: absolute !important;
  }
}
@media screen and (max-width: 600px) {
  header .main-menu {
    overflow-y: scroll !important;
  }
}
@media screen and (max-width: 600px) {
  header .main-menu {
    bottom: 50px !important;
  }
}
@media screen and (max-width: 600px) {
  header .main-menu {
    width: calc(100% - calc(20px)) !important;
  }
}
@media screen and (max-width: 600px) {
  header .main-menu .menu-primary-nav-container .menu {
    display: flex !important;
  }
}
@media screen and (max-width: 600px) {
  header .main-menu .menu-primary-nav-container .menu {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 600px) {
  header .main-menu .menu-primary-nav-container .menu li.menu-item a {
    font-weight: 500 !important;
  }
}
@media screen and (max-width: 600px) {
  header .main-menu .menu-primary-nav-container .menu li.menu-item a {
    text-transform: uppercase !important;
  }
}
@media screen and (max-width: 600px) {
  header .main-menu .menu-primary-nav-container .menu li.menu-item a {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  header .main-menu .menu-primary-nav-container .menu li.menu-item .sub-menu {
    display: none !important;
  }
}
header #mobile-menu-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 50px;
  position: absolute;
  top: 30px;
  right: 20px;
}
@media screen and (min-width: 1000px) {
  header #mobile-menu-button-container {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
  header #mobile-menu-button-container {
    display: none !important;
  }
}
header #mobile-menu-button-container .mobile-menu-button-closed {
  display: block;
}
header #mobile-menu-button-container .mobile-menu-button-opened {
  display: none;
}
header #mobile-menu-button-container.active .mobile-menu-button-closed {
  display: none;
}
header #mobile-menu-button-container.active .mobile-menu-button-opened {
  display: block;
}
@media screen and (max-width: 600px) {
  header.active {
    min-height: 100vh !important;
  }
}
@media screen and (max-width: 600px) {
  header.active .main-menu {
    display: block !important;
  }
}
#footer-form .footer-form-inner .footer-form-header {
  text-align: center;
}
@media screen and (max-width: 600px) {
  #footer-form .footer-form-inner form {
    display: grid !important;
  }
}
@media screen and (max-width: 600px) {
  #footer-form .footer-form-inner form {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 600px) {
  #footer-form .footer-form-inner form .field {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  #footer-form .footer-form-inner form .field input {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  footer.footer .footer-menu .footer-columns {
    display: flex !important;
  }
}
@media screen and (max-width: 600px) {
  footer.footer .footer-menu .footer-columns {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 600px) {
  footer.footer .footer-menu .footer-columns .footer-col {
    width: 100% !important;
  }
}
footer.footer .footer-menu .footer-columns .footer-col .menu-footer-menu-top-container #menu-footer-menu-top {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
@media screen and (max-width: 600px) {
  footer.footer .footer-menu .footer-columns .footer-col .menu-footer-menu-top-container #menu-footer-menu-top {
    display: flex !important;
  }
}
@media screen and (max-width: 600px) {
  footer.footer .footer-menu .footer-columns .footer-col .menu-footer-menu-top-container #menu-footer-menu-top {
    flex-direction: column !important;
  }
}
footer.footer .footer-menu .footer-columns .footer-col .menu-footer-menu-top-container #menu-footer-menu-top li {
  padding: 0;
}
footer.footer .footer-menu .footer-columns .footer-col .menu-footer-menu-top-container #menu-footer-menu-top li::after {
  padding: 0 10px;
}
footer.footer .footer-menu .footer-columns .footer-col .menu-footer-menu-bottom-container #menu-footer-menu-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
@media screen and (max-width: 600px) {
  footer.footer .footer-menu .footer-columns .footer-col .menu-footer-menu-bottom-container #menu-footer-menu-bottom {
    display: flex !important;
  }
}
@media screen and (max-width: 600px) {
  footer.footer .footer-menu .footer-columns .footer-col .menu-footer-menu-bottom-container #menu-footer-menu-bottom {
    flex-direction: column !important;
  }
}
footer.footer .footer-menu .footer-columns .footer-col .menu-footer-menu-bottom-container #menu-footer-menu-bottom li {
  padding: 0;
}
footer.footer .footer-menu .footer-columns .footer-col .menu-footer-menu-bottom-container #menu-footer-menu-bottom li::after {
  padding: 0 10px;
}
@media screen and (max-width: 600px) {
  footer.footer .site-info {
    display: flex !important;
  }
}
@media screen and (max-width: 600px) {
  footer.footer .site-info {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 600px) {
  footer.footer .site-info .links {
    display: flex !important;
  }
}
@media screen and (max-width: 600px) {
  footer.footer .site-info .links {
    flex-direction: column !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: 'Canela';
  font-weight: 250;
  line-height: 1em;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 600px) {
  h1 .modifier {
    font-size: 25px !important;
  }
}
h2 {
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 35px !important;
  }
}
body.scroll .desktop-flex-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.scroll .desktop-flex-menu .logo-menu a img {
  transform: scale(0.8);
}
body.scroll .desktop-flex-menu .logo-menu a img:hover {
  transform: scale(0.9);
}
p {
  margin-top: 22px;
  margin-bottom: 22px;
}
.split-header {
  transition: 0.5s;
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  border-bottom: solid 1px rgba(0,0,0,0.15);
}
.split-header .desktop-flex-menu {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  display: flex;
  color: black;
  justify-content: space-between;
  align-items: center;
  max-width: 1065px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.split-header .desktop-flex-menu nav ul {
  list-style: none;
  margin: 0;
}
.split-header .desktop-flex-menu nav ul li {
  display: inline-block;
}
.split-header .desktop-flex-menu nav ul li a {
  border-top: solid 2px transparent;
  border-bottom: solid 2px transparent;
  transition: 0.5s;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  margin: 0 10px;
  font-family: 'Roboto', sans-serif;
}
.split-header .desktop-flex-menu nav ul li a:hover {
  border-bottom: solid 2px black;
}
.split-header .desktop-flex-menu nav ul li.current-menu-item a {
  border-bottom: solid 2px black;
}
.split-header .desktop-flex-menu .logo-menu {
  text-align: center;
  flex-shrink: 1;
}
.split-header .desktop-flex-menu .logo-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.split-header .desktop-flex-menu .logo-menu a img {
  transition: 0.5s;
  margin-left: 10px;
  margin-right: 10px;
}
.split-header .desktop-flex-menu .logo-menu a img:hover {
  transform: scale(1.1);
}
.split-header .desktop-flex-menu .left-menu {
  text-align: left;
  flex: 1 1 0;
}
.split-header .desktop-flex-menu .right-menu {
  text-align: right;
  flex: 1 1 0;
}
.split-header .mobile-header-container {
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.split-header #mobile-menu-container {
  display: none;
  padding: 20px;
  min-height: 100vh;
}
.split-header #mobile-menu-container ul {
  list-style: none;
  margin: 0;
}
.split-header #mobile-menu-container ul li {
  margin: 10px 0;
}
.split-header #mobile-menu-container ul li a {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
.split-header #mobile-menu-container.open {
  display: block;
}
.split-header #mobile-menu-button-container .mobile-menu-button-closed {
  display: block;
}
.split-header #mobile-menu-button-container .mobile-menu-button-opened {
  display: none;
}
.split-header #mobile-menu-button-container.active .mobile-menu-button-closed {
  display: none;
}
.split-header #mobile-menu-button-container.active .mobile-menu-button-opened {
  display: block;
}
.header-helper {
  margin-bottom: 120px;
}
.feature-header {
  max-width: 100%;
  width: 1065px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-sizing: border-box;
}
.feature-header h1 {
  font-family: 'Canela';
  font-size: 46px;
  font-weight: 100 !important;
  line-height: 60px;
  margin: 30px 0 0 0;
}
.feature-header h1 .modifier {
  font-family: 'Canela';
  font-style: italic;
  font-size: 40px;
  font-weight: 100;
}
.feature-container {
  margin-top: 60px;
  margin-bottom: 60px;
  height: 50vw;
  max-height: 1000px;
  min-height: 350px;
  overflow: hidden;
  position: relative;
}
.feature-container video {
  min-width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 600px) {
  .feature-container video {
    height: 100% !important;
  }
}
.feature-container .feature-image {
  min-width: 100%;
  min-height: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.columns {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 50px;
  box-sizing: border-box;
  padding: 20px;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .columns {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 600px) {
  .columns {
    gap: 10px !important;
  }
}
.columns .column {
  flex: 1 1 0;
}
.menu-grid {
  padding: 0;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 20px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
  .menu-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 600px) {
  .menu-grid {
    grid-template-columns: 1fr !important;
  }
}
.menu-grid h3 {
  margin-top: 20px;
  font-size: 30px;
  line-height: 1.3em;
}
.cta-grid {
  padding: 0;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 20px;
  display: grid;
  grid-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
  .cta-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 600px) {
  .cta-grid {
    grid-template-columns: 1fr !important;
  }
}
.cta-grid .cta-card {
  padding-top: 66.6%;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .cta-grid .cta-card {
    padding-top: 50% !important;
  }
}
.cta-grid .cta-card h3 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  color: white;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  margin: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.2);
  font-weight: 800;
  font-family: "Canela";
  font-size: 35px;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.3em;
  background-color: rgba(0,0,0,0.5);
}
.cta-grid .cta-card:hover h3 {
  transform: scale(1.1);
  background: rgba(0,0,0,0.4);
}
.content-media-row {
  padding: 20px 20px 40px 20px;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 30px;
}
.content-media-row .column {
  order: 1;
}
.content-media-row .media-0 {
  order: 0;
}
.content-media-row .media-1 {
  order: 1;
}
@media screen and (max-width: 600px) {
  .content-media-row .media-1 {
    order: 0 !important;
  }
}
.content-media-row .content {
  flex: 1 1 0;
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .content-media-row .content {
    padding: 30px 0 !important;
  }
}
.content-media-row .content h2,
.content-media-row .content h3,
.content-media-row .content p {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 600px) {
  .content-media-row .content h2,
  .content-media-row .content h3,
  .content-media-row .content p {
    padding: 0 !important;
  }
}
.content-media-row .content h2 a,
.content-media-row .content h3 a,
.content-media-row .content p a {
  font-weight: bold;
}
.content-media-row .media {
  flex: 1 1 0;
  overflow: hidden;
  min-height: 250px;
}
.content-media-row .media .media-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 100%;
  min-height: 250px;
}
.content-media-row .media video {
  max-width: 100%;
}
.testimonials-slider {
  padding: 40px 20px;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.testimonials-slider .testimonial-card {
  padding: 20px;
  text-align: center;
}
.testimonials-slider .testimonial-card p {
  font-weight: bold;
}
.testimonials-slider .fa-arrow-left-long,
.testimonials-slider .test-arrows.left,
.testimonials-slider .fa-arrow-right-long,
.testimonials-slider .test-arrows.right {
  position: absolute;
  top: 50%;
  bottom: 50%;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .testimonials-slider .fa-arrow-left-long,
  .testimonials-slider .test-arrows.left,
  .testimonials-slider .fa-arrow-right-long,
  .testimonials-slider .test-arrows.right {
    top: unset !important;
  }
}
@media screen and (max-width: 600px) {
  .testimonials-slider .fa-arrow-left-long,
  .testimonials-slider .test-arrows.left,
  .testimonials-slider .fa-arrow-right-long,
  .testimonials-slider .test-arrows.right {
    bottom: -20px !important;
  }
}
.testimonials-slider .fa-arrow-left-long,
.testimonials-slider .test-arrows.left {
  left: 0;
}
.testimonials-slider .fa-arrow-right-long,
.testimonials-slider .test-arrows.right {
  right: 0;
}
.testimonials-slider .slick-dots li {
  width: 5px;
}
.testimonials-slider .slick-dots li button::before {
  font-size: 10px;
}
.quote-slider {
  padding: 40px 20px;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.quote-slider .testimonial-card {
  padding: 20px;
  text-align: center;
}
.quote-slider .testimonial-card p {
  font-weight: bold;
}
.quote-slider .fa-arrow-left-long,
.quote-slider .test-arrows.left,
.quote-slider .fa-arrow-right-long,
.quote-slider .test-arrows.right {
  position: absolute;
  top: 50%;
  bottom: 50%;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .quote-slider .fa-arrow-left-long,
  .quote-slider .test-arrows.left,
  .quote-slider .fa-arrow-right-long,
  .quote-slider .test-arrows.right {
    top: unset !important;
  }
}
@media screen and (max-width: 600px) {
  .quote-slider .fa-arrow-left-long,
  .quote-slider .test-arrows.left,
  .quote-slider .fa-arrow-right-long,
  .quote-slider .test-arrows.right {
    bottom: -20px !important;
  }
}
.quote-slider .fa-arrow-left-long,
.quote-slider .test-arrows.left {
  left: 0;
}
.quote-slider .fa-arrow-right-long,
.quote-slider .test-arrows.right {
  right: 0;
}
.quote-slider .slick-list {
  width: 100%;
}
.quote-slider .slick-dots li {
  width: 5px;
}
.quote-slider .slick-dots li button::before {
  font-size: 10px;
}
.category-jumper {
  overflow: hidden;
  padding: 30px 20px;
  box-sizing: border-box;
  border-top: solid 1px rgba(0,0,0,0.15);
  border-bottom: solid 1px rgba(0,0,0,0.15);
  background: white;
  z-index: 10;
  left: 0;
  right: 0;
}
.category-jumper.sticky {
  z-index: 99;
}
@media screen and (min-width: 1000px) {
  .category-jumper.sticky {
    position: fixed !important;
  }
}
@media screen and (min-width: 1000px) {
  .category-jumper.sticky {
    top: 135px !important;
  }
}
.category-jumper .controls {
  position: relative;
  z-index: 10;
  top: 3px;
  width: 965px;
  max-width: calc( 100% - 120px );
  margin-left: auto;
  margin-right: auto;
}
.category-jumper .controls i {
  cursor: pointer;
  position: absolute;
  font-size: 25px;
  color: #000000;
  z-index: 10;
}
.category-jumper .controls i:nth-child(3) {
  left: -50px;
}
.category-jumper .controls i:last-child {
  right: -50px;
}
.category-jumper .controls .fog {
  position: absolute;
  height: 100px;
  width: 100px;
  z-index: 6;
  top: -20px;
}
.category-jumper .controls .fog.left {
  background: linear-gradient(90deg,#ffffff 50%,rgba(255,255,255,0) 100%);
  left: -60px;
}
.category-jumper .controls .fog.right {
  background: linear-gradient(-90deg,#ffffff 50%,rgba(255,255,255,0) 100%);
  right: -60px;
}
.category-jumper .categories-inner {
  padding: 0;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.category-jumper .categories-inner::-webkit-scrollbar {
  display: none;
}
.category-jumper .categories-inner .category-slider {
  padding-left: 100px;
  padding-right: 100px;
  justify-content: center;
  position: relative;
  z-index: 5;
  display: inline-block;
  touch-action: pan-x;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
}
.category-jumper .categories-inner .category-slider a {
  font-size: 14px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border: solid 1px black;
  display: inline-block;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  margin-right: 10px;
  padding: 0px 20px;
}
.category-jumper .categories-inner .category-slider a:hover {
  color: white;
  background: black;
}
.category-section {
  margin: 50px 0;
}
.category-section h2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .category-section h2 {
    text-align: left !important;
  }
}
.category-section .product-grid {
  padding: 0;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
  .category-section .product-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 600px) {
  .category-section .product-grid {
    grid-template-columns: 1fr !important;
  }
}
.category-section .product-grid .slick-dots {
  display: flex;
  bottom: unset;
  background: black;
  height: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
  .category-section .product-grid .slick-dots {
    top: calc(365px) !important;
  }
}
@media screen and (max-width: 600px) {
  .category-section .product-grid .slick-dots {
    top: calc(295px) !important;
  }
}
.category-section .product-grid .slick-dots li {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  background: black;
  flex: 1 1 0;
}
.category-section .product-grid .slick-dots li.slick-active {
  background: grey;
  margin: 0;
  padding: 0;
}
.category-section .product-grid .slick-dots li button {
  opacity: 0;
}
.category-section .product-grid .product-card {
  position: relative;
  padding-bottom: 180px;
}
@media screen and (max-width: 600px) {
  .category-section .product-grid .product-card {
    padding-bottom: 110px !important;
  }
}
.category-section .product-grid .product-card .product-image {
  height: 420px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
  .category-section .product-grid .product-card .product-image {
    height: 370px !important;
  }
}
@media screen and (max-width: 600px) {
  .category-section .product-grid .product-card .product-image {
    height: 300px !important;
  }
}
.category-section .product-grid .product-card .product-row-1 {
  margin: 30px 20px 10px 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .category-section .product-grid .product-card .product-row-1 {
    margin: 20px 10px 10px 10px !important;
  }
}
.category-section .product-grid .product-card .product-row-1 .product-title {
  text-transform: uppercase;
  font-size: 20px;
}
.category-section .product-grid .product-card .product-row-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .category-section .product-grid .product-card .product-row-2 {
    margin: 10px 10px 20px 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .category-section .product-grid .product-card .product-row-2 {
    gap: 5px !important;
  }
}
.category-section .product-grid .product-card .product-row-2 .product-price {
  text-transform: uppercase;
  font-size: 20px;
  text-align: right;
}
.category-section .product-grid .product-card .product-row-2 .product-price span.for {
  display: block;
  font-size: 12px;
}
.category-section .product-grid .product-card .product-row-2 .product-minimum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  padding-bottom: 2px;
}
.category-section .product-grid .product-card .product-row-2 .product-minimum > span {
  display: flex;
  align-items: center;
}
.category-section .product-grid .product-card .product-row-2 .product-minimum .minimum_qty {
  border: 1px gray solid;
  border-radius: 5px;
  padding: 5px;
  width: 70px;
}
.category-section .product-grid .product-card .product-row-2 .product-read-more a {
  color: black;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
}
.category-section .product-grid .product-card .product-row-2 .product-order-now {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.category-section .product-grid .product-card .product-row-2 .product-order-now > a,
.category-section .product-grid .product-card .product-row-2 .product-order-now > div.product-select-options {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  background: #CE9D6B;
  color: white;
  border: solid 1px #CE9D6B;
  text-transform: uppercase;
  padding: 1px 10px 0px 10px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
  user-select: none;
}
.category-section .product-grid .product-card .product-row-2 .product-order-now > a:hover,
.category-section .product-grid .product-card .product-row-2 .product-order-now > div.product-select-options:hover {
  background: white;
  color: #CE9D6B;
}
.category-section .product-grid .product-card .product-row-2 .product-order-now .show-availability-button {
  font-size: 0;
  background-color: transparent !important;
  border: none !important;
  background-image: url('../../images/cal-icon.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  width: 34px;
}
@media screen and (max-width: 600px) {
  .category-section .product-grid .product-card .product-row-2 .product-order-now .show-availability-button {
    display: none !important;
  }
}
.category-section .slick-arrow {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  top: 25%;
  opacity: 1;
  padding: 0;
  margin: 10px;
  position: absolute;
  z-index: 1;
  font-size: 35px;
  border-radius: 50%;
  background: white;
  background: radial-gradient(circle,#ffffff 50%,rgba(255,255,255,0) 70%);
}
.category-section .slick-arrow.fa-circle-chevron-left {
  left: 0;
}
.category-section .slick-arrow.fa-circle-chevron-right {
  right: 0;
}
.category-section .slick-arrow.slick-disabled {
  opacity: 0 !important;
}
.product-page {
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .product-page {
    padding-top: 20px !important;
  }
}
.gallery-box {
  padding-right: 60px;
}
@media screen and (max-width: 600px) {
  .gallery-box {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
  .gallery-box {
    padding-right: 30px !important;
  }
}
.product-section {
  border-bottom: solid 1px #999;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
}
.product-section:first-child {
  padding-top: 0;
}
.product-section:last-child {
  border-bottom: none;
}
.product-section p:first-child {
  margin-top: 0;
}
.product-section.title-and-price {
  display: flex;
  flex-wrap: nowrap;
}
.product-section.title-and-price h1 {
  flex-grow: 3;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .product-section.title-and-price h1 {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 600px) {
  .product-section.title-and-price h1 {
    font-weight: bold !important;
  }
}
@media screen and (max-width: 600px) {
  .product-section.title-and-price h1 {
    line-height: 1.2em !important;
  }
}
.product-section.title-and-price .product-price-box {
  flex-grow: 1;
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  .product-section.title-and-price .product-price-box {
    margin-left: 0 !important;
  }
}
.product-section.title-and-price .product-price-box .price {
  text-align: right;
}
.product-section.variable-product-options .product-options-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
}
.product-section.variable-product-options .variations {
  margin-bottom: 20px;
}
.product-section.variable-product-options .variations tr .label {
  padding-left: 0;
  width: 50%;
}
.product-section.variable-product-options .variations tr .value {
  width: 50%;
}
.product-section.variable-product-options .variations tr .value select {
  width: 100%;
}
.product-section.variable-product-options .quantity {
  margin-left: 0 !important;
}
.product-section.variable-product-options .quantity input {
  height: 60px;
  padding: 20px;
}
.product-section.variable-product-options .reset_variations {
  display: none !important;
}
.product-section.short-description {
  font-size: 14px;
}
.product-section.short-description li {
  font-size: 20px;
}
.product-section.emphasize {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.product-section.cart-control {
  margin-top: 10px;
}
.product-section .product-minimum {
  font-size: 14px;
  display: inline;
}
.product-section form.cart {
  margin-top: 0;
  display: inline;
  width: 300px;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .product-section form.cart {
    width: unset !important;
  }
}
.product-section form.cart button {
  flex-grow: 1;
}
.product-section form.cart .quantity {
  display: inline;
  margin-left: 20px;
  margin-right: 20px;
}
.product-section form.cart .quantity input.input-text {
  border-radius: 0;
  border: solid 1px #CE9D6B;
  outline: none;
  font-size: 17px;
  padding: 0px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .product-section form.cart .quantity input.input-text {
    padding: 10px !important;
  }
}
.coupon input[type=text] {
  min-width: 150px;
}
footer {
  background-color: #000;
}
.brisbanes-best {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .brisbanes-best {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 600px) {
  .slash-slash-link {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 600px) {
  .slash-slash-link {
    font-weight: bold !important;
  }
}
.woo-page-notices {
  position: fixed;
  z-index: 200;
  top: 250px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .woo-page-notices {
    top: 100px !important;
  }
}
.woo-page-notices .woocommerce-message {
  pointer-events: all;
  max-width: 800px;
}
.woo-page-notices .woocommerce-message .button {
  margin-left: 20px;
}
.featured-inner {
  padding: 0;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
section.cream-back {
  padding-top: 30px;
  padding-bottom: 30px;
}
.menu-slider-wrap {
  padding: 0;
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
.menu-slider-wrap .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  padding: 20px;
}
.menu-slider-wrap .fa-circle-chevron-left {
  left: 0;
}
.menu-slider-wrap .fa-circle-chevron-right {
  right: 0;
}
.back-black {
  background: black;
  color: white;
}
.back-black .menu-slider-inner {
  padding: 0;
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.back-black .menu-slider-inner .slick-initialized.slick-slider {
  padding: 0;
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
.back-black .menu-slider-inner .slick-initialized.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  padding: 20px;
}
.back-black .menu-slider-inner .slick-initialized.slick-slider .fa-circle-chevron-left {
  left: 0;
}
.back-black .menu-slider-inner .slick-initialized.slick-slider .fa-circle-chevron-right {
  right: 0;
}
.gform_footer input[type=submit] {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  background: #CE9D6B;
}
.gform_footer input[type=submit]:hover {
  background: white;
  color: #CE9D6B;
}
.post-grid {
  padding: 0;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-sizing: border-box;
}
.page-template-page-contact section {
  padding: 0;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 20px;
}
.page-template-page-contact section h3 {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 30px;
}
.page-template-page-contact section h5 {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 20px;
}
.page-template-page-contact section p {
  margin-top: 5px;
}
.page-template-page-contact section .gfield-choice-input {
  width: auto;
}
.info-boxes-inner,
.ctas-inner,
.simple-content,
.woocommerce-cart-form {
  padding: 0;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-sizing: border-box;
}
.cart-button {
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  color: white;
  background: #CE9D6B;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 2px white;
  position: fixed;
  z-index: 11;
  right: 20px;
  bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
}
.cart-button i {
  font-size: 15px;
}
.cart-button:hover {
  transform: scale(1.1);
}
.cart-button.inactive {
  display: none;
}
.read-more-button {
  color: black;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
}
.chunky-font {
  font-size: 16px;
  font-weight: 500;
}
.shop-header {
  padding: 20px 20px 0 20px;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .shop-header {
    border-bottom: solid 1px rgba(0,0,0,0.2) !important;
  }
}
@media screen and (max-width: 600px) {
  .shop-header {
    padding-bottom: 20px !important;
  }
}
.shop-header h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .shop-header h2 {
    font-size: 25px !important;
  }
}
.shop-header .filter-button {
  opacity: 0.5;
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
  .shop-header .filter-button {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .shop-header .filter-button {
    display: none !important;
  }
}
.shop-header .filter-button.active {
  opacity: 1;
}
.heating-search {
  box-sizing: border-box;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .heating-search {
    margin-bottom: 0 !important;
  }
}
.heating-search .heating-form {
  padding: 5px 20px;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.heating-search .heating-form input {
  width: 100%;
  max-width: 100%;
  outline: 1px solid grey;
  border-radius: 10px;
  border: none;
  padding: 5px;
  box-sizing: border-box;
}
.heating-search .heating-form input:focus {
  outline: 2px solid black;
  border: none;
}
.heating-section {
  padding: 5px 20px;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
}
.heating-section .heating-sidebar-wrapper {
  flex-grow: 1;
}
.heating-section .heating-main {
  flex-grow: 2;
}
.heating-section .heating-main .item-slider .products {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
  .heating-section .heating-main .item-slider .products {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 600px) {
  .heating-section .heating-main .item-slider .products {
    grid-template-columns: 1fr !important;
  }
}
.heating-section .heating-main .item-slider .products .col-inner {
  border: 1px solid #616161;
  padding: 20px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.heating-section .heating-main .item-slider .products .col-inner .image {
  border-radius: 5px;
}
.heating-section .heating-main .item-slider .products .col.active {
  display: block;
}
.equips {
  padding: 20px;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.equips h3 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.equips .range-head {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Canela';
  font-weight: 700;
  line-height: 1em;
  font-size: 30px;
}
.equips .product-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Canela';
  font-weight: 700;
  line-height: 1em;
  font-size: 26px;
}
.enquiry-send {
  padding: 20px;
  width: 1065px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.hire-grid {
  box-sizing: border-box;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
  .hire-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 600px) {
  .hire-grid {
    grid-template-columns: 1fr !important;
  }
}
.hire-grid .column {
  max-width: 100%;
}
.hire-grid .column .item-each {
  border: solid 3px transparent;
  border-radius: 5px;
  padding: 5px;
  max-width: 100%;
}
.hire-grid .column .item-each .item-img {
  max-width: 100%;
}
.hire-grid .column .item-each .item-img img {
  max-width: 100%;
}
.hire-grid .column .item-each.active {
  border: solid 3px black;
}
.refund {
  display: flex;
  justify-content: center;
}
.refund p {
  margin-top: 0px;
  margin-left: 10px;
}
@media screen and (max-width: 1999px) {
  .refund p {
    margin-top: 32px;
  }
}
.ui-widget-header .ui-datepicker-next.ui-state-hover .ui-icon {
  background-image: url(../../images/jquery-ui/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-datepicker-prev.ui-state-hover .ui-icon {
  background-image: url(../../images/jquery-ui/ui-icons_444444_256x240.png);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.product-details-model {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  z-index: 100;
  display: none;
  padding: 30px;
}
.product-details-model.active {
  display: flex;
}
@media screen and (max-width: 600px) {
  .product-details-model {
    padding: 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .product-details-model {
    top: 20% !important;
  }
}
@media screen and (max-width: 600px) {
  .product-details-model {
    left: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .product-details-model {
    right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .product-details-model {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .product-details-model {
    width: 100% !important;
  }
}
.product-details-model .product-section.cart-control {
  padding-top: 0px;
  padding-bottom: 0px;
}
.product-details-model .product-model-content {
  position: relative;
  z-index: 1001;
  overflow-y: scroll;
  background: white;
  max-width: 1400px;
  width: 80%;
  border-radius: 5px;
  box-shadow: 0 0 0 1000px rgba(0,0,0,0.5);
  max-height: 80vh;
  overflow: scroll;
}
@media screen and (max-width: 600px) {
  .product-details-model .product-model-content {
    max-height: 70vh !important;
  }
}
@media screen and (max-width: 600px) {
  .product-details-model .product-model-content {
    width: 100% !important;
  }
}
.product-details-model .product-page {
  padding: 40px;
}
@media screen and (max-width: 600px) {
  .product-details-model .product-page {
    padding: 0 !important;
  }
}
.product-details-model .product-menu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 40;
  position: absolute;
  top: 20px;
  right: 20px;
}
.product-details-model .columns.a-col {
  display: flex;
  padding: 0;
  gap: 20px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
  .product-details-model .columns.a-col {
    flex-direction: column !important;
  }
}
.product-details-model .columns.a-col .column {
  padding: 20px;
}
.product-details-model .columns.a-col .gallery-box {
  padding: 0px 20px;
  text-align: center;
}
.product-details-model .columns.a-col .gallery-viewer-image {
  width: 100%;
}
.product-read-more {
  cursor: pointer;
  text-decoration: underline;
  color: black;
  font-weight: 500;
  font-size: 14px;
}
.mobile-cart-menu {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.mobile-cart-menu .cart-btn {
  padding-left: 10px;
}
@media screen and (min-width: 960px) {
  #private_chefs .flex {
    display: flex;
    align-items: center;
  }
  #private_chefs .right-image {
    flex-direction: row-reverse;
  }
  #private_chefs .right-image .col {
    margin-right: 0 !important;
    margin-left: 2.95%;
  }
  #private_chefs .right-image .col:nth-child(2n) {
    margin-left: 0 !important;
  }
  #private_chefs .booking_blocks h3,
  #private_chefs .bottom_blocks h3 {
    margin-top: 40px;
  }
  #private_chefs .booking_blocks h2,
  #private_chefs .bottom_blocks h2 {
    margin-top: 40px;
    padding-top: 40px;
  }
  #private_chefs .booking_blocks .header,
  #private_chefs .bottom_blocks .header {
    text-align: center;
    margin: 0 auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 1065px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  #private_chefs .booking_blocks .header span,
  #private_chefs .bottom_blocks .header span {
    display: block;
    font-weight: bold;
    margin-top: 30px;
  }
  #private_chefs .booking_blocks .col,
  #private_chefs .bottom_blocks .col {
    margin-top: 30px;
  }
}
#private_chefs .header {
  text-align: center;
}
#private_chefs .header span {
  display: block;
  font-weight: bold;
  margin-top: 30px;
}
.category-sections {
  display: flex;
  flex-direction: column;
}
.single-menu.postid-416601 .a-col {
  width: 1065px !important;
  max-width: 100%;
}
.info-boxes-inner {
  display: flex;
  flex-wrap: wrap;
}
.body-section.featured.white-back {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ui-state-disabled:not(.ui-datepicker-other-month):not(.ui-datepicker-prev):not(.ui-datepicker-next),
.ui-widget-content .ui-state-disabled:not(.ui-datepicker-other-month):not(.ui-datepicker-prev):not(.ui-datepicker-next) {
  border: solid 2px red;
  position: relative;
}
.ui-state-disabled:not(.ui-datepicker-other-month):not(.ui-datepicker-prev):not(.ui-datepicker-next)::after,
.ui-widget-content .ui-state-disabled:not(.ui-datepicker-other-month):not(.ui-datepicker-prev):not(.ui-datepicker-next)::after {
  position: absolute;
  content: "X";
  color: red;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 50px;
  overflow: hidden;
  opacity: 0.4;
}
#delivery_date_field {
  margin-top: 40px;
}
#delivery_window_field {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .page-template-page-cart .rest-of-site,
  .page-template-page-checkout .rest-of-site {
    padding-top: 200px !important;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-page-cart .cta-banner,
  .page-template-page-checkout .cta-banner {
    position: fixed !important;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-page-cart .cta-banner,
  .page-template-page-checkout .cta-banner {
    width: 100% !important;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-page-cart .cta-banner,
  .page-template-page-checkout .cta-banner {
    z-index: 9 !important;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-page-cart .cta-banner,
  .page-template-page-checkout .cta-banner {
    top: 135px !important;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-page-cart.admin-bar .cta-banner,
  .page-template-page-checkout.admin-bar .cta-banner {
    top: 165px !important;
  }
}
.page-template-page-cart .product-name .variation dt {
  font-weight: bold;
  font-size: 10px;
}
.page-template-page-cart .product-name .variation dd {
  font-size: 10px;
  margin: 0 0 10px 0;
  padding: 0;
}
.page-template-page-cart .product-name .variation dd p {
  margin: 0;
  padding: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 12px;
}
.woocommerce-cart table.cart td.actions .coupon label {
  display: none;
}
.woocommerce-shipping-totals.shipping {
  background-color: rgba(212,180,131,0.5);
}
.cross-sells {
  display: none;
}
.show-availability-button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border: solid 2px #CE9D6B;
  background: #CE9D6B;
  color: white;
  padding: 12px 20px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  user-select: none;
}
.show-availability-button:hover {
  background: white;
  color: #CE9D6B;
}
.show-availability-button.button-clear {
  background: transparent;
  border: solid 2px #CE9D6B;
  color: #CE9D6B;
}
.show-availability-button.button-clear:hover {
  background: #CE9D6B;
  border: solid 2px #CE9D6B;
  color: white;
}
.calendar-modal {
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 20;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-modal.active {
  opacity: 1;
  pointer-events: all;
}
.calendar-modal .calendar-modal-box {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
}
.calendar-modal .calendar-modal-box h3 {
  text-align: center;
}
.calendar-modal .calendar-modal-box .inner-content table.availability-calendar {
  margin-bottom: 30px;
}
.calendar-modal .calendar-modal-box .inner-content table.availability-calendar tbody tr td {
  position: relative;
  text-align: center;
}
.calendar-modal .calendar-modal-box .inner-content table.availability-calendar tbody tr td.crossed-out {
  opacity: 0.5;
}
.calendar-modal .calendar-modal-box .inner-content table.availability-calendar tbody tr td.crossed-out::after {
  position: absolute;
  content: "X";
  color: red;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 50px;
  overflow: hidden;
  opacity: 0.4;
}
.single-product .variations {
  margin-bottom: 20px;
}
.single-product .variations tr .label {
  padding-left: 0;
  width: 50%;
}
.single-product .variations tr .value {
  width: 50%;
}
.single-product .variations tr .value select {
  width: 100%;
}
.single-product .quantity {
  margin-left: 0 !important;
}
.single-product .quantity input {
  height: 60px;
  padding: 20px;
}
.single-product button.single_add_to_cart_button {
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.single-product .reset_variations {
  display: none;
}
.calendar-controls select {
  width: 100%;
  margin-top: 0;
  font-family: 'Canela';
  font-weight: 250;
  line-height: 1em;
  margin-bottom: 20px;
  font-size: 20px;
  padding: 5px;
  border-radius: 0;
}
.calendar-modal-box h3 {
  display: none;
}
ul.package-slider.slider {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}
ul.package-slider.slider li.package-block {
  flex: 1;
  border: 1px solid #808080;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.package-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #808080;
  margin-bottom: 20px;
}
.package-top h3 {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 24px;
}
ul.package-slider.slider li.package-block .right-bar {
  font-size: 56px;
  font-family: 'Canela';
  position: relative;
}
ul.package-slider.slider li.package-block .right-bar span {
  font-size: 0.5em;
  margin-right: -0.5em;
  vertical-align: super;
}
.section-packages {
  padding: 100px 0;
}
.section-packages .section-header-column h4 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #4C4C4C;
  font-size: 10px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}
.inc-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-top: 10px;
}
.tick-icon {
  width: 23px;
  height: 23px;
  background: url(../../images/ico-tick.png) no-repeat;
  background-size: contain;
  min-width: 23px;
}
.section-packages .package-block a.cta-button {
  font-weight: bold;
  color: #fff;
  background-color: #CE9D6B;
  border-bottom-color: transparent;
  padding: 18px 30px 15px 30px;
  display: block;
  text-align: center;
  margin-top: 30px;
  border: 2px solid #CE9D6B;
  transition: all ease-in 200ms;
}
.section-packages .package-block a.cta-button:hover {
  background: white;
  color: #CE9D6B;
  border-color: #CE9D6B;
}
ul.package-slider.slider li.package-block.highlight {
  border-color: #ce9d6b;
  background: #faf5f1;
}
.section-packages .section-header-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.package-slider.slider li.package-block .inclustions {
  flex: 1;
}
@media only screen and (min-width: 900px) {
  .section-packages .section-header-column .right-block {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .section-packages .section-header-column {
    flex-direction: column;
  }
  .section-packages .section-header-column .left-block {
    width: 100%;
  }
  ul.package-slider.slider li.package-block {
    display: none;
  }
  ul.package-slider.slider li.package-block.active {
    display: block;
  }
  .section-packages .child-nav ul li.active a {
    border-color: #CE9D6B;
    background-color: #CE9D6B !important;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  .section-packages .child-nav ul li:first-child:not(.active) a,
  .section-packages .child-nav ul li a {
    display: block;
    background-color: transparent !important;
    border-color: rgba(76,76,76,0.5);
    color: #000;
  }
  .section-packages .child-nav ul li+li {
    margin-left: -5px;
  }
  .section-packages .child-nav {
    padding: 0 0 30px;
  }
  .section-packages .child-nav a.cta-button {
    padding: 3px 40px;
    width: calc(calc(50vw) - 10px);
    max-width: 180px;
  }
}
