@charset "UTF-8";
@font-face {
  font-family: "proxima-nova-bold";
  font-style: normal;
  font-weight: bold;
  src: url("/wp-content/themes/columbus-theme/dist/fonts/proxima-nova/proxima-nova-bold.woff2") format("woff2"), url("/wp-content/themes/columbus-theme/dist/fonts/proxima-nova/proxima-nova-bold.woff") format("woff");
}
@font-face {
  font-family: "proxima-nova-regular";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/columbus-theme/dist/fonts/proxima-nova/proxima-nova-regular.woff2") format("woff2"), url("/wp-content/themes/columbus-theme/dist/fonts/proxima-nova/proxima-nova-regular.woff") format("woff");
}
@font-face {
  font-family: "proxima-nova-medium";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/columbus-theme/dist/fonts/proxima-nova/proxima-nova-medium.woff2") format("woff2"), url("/wp-content/themes/columbus-theme/dist/fonts/proxima-nova/proxima-nova-medium.woff") format("woff");
}
@font-face {
  font-family: "veneertwo";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/columbus-theme/dist/fonts/veneertwo/veneertwo.woff2") format("woff2"), url("/wp-content/themes/columbus-theme/dist/fonts/proxima-nova/veneertwo.woff") format("woff");
}
@font-face {
  font-family: "prohibition-round";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/columbus-theme/dist/fonts/prohibition-round/prohibition-round.woff") format("woff");
}
@font-face {
  font-family: "brown-pro-regular";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/columbus-theme/dist/fonts/brown-pro/brown-pro-regular.woff2") format("woff2"), url("/wp-content/themes/columbus-theme/fonts/brown-pro/brown-pro-regular.woff") format("woff");
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fonts.com
*/
@font-face {
  font-family: "campton-medium";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/columbus-theme/dist/fonts/campton-medium/3eb91e6e-0463-47ef-a298-e00da5034102.woff") format("woff"), url("/wp-content/themes/columbus-theme/dist/fonts/campton-medium/1715a210-9416-405b-a974-d3edaf521a89.woff2") format("woff2");
}
.landing-page-banner {
  height: 669px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #242122;
}
@media (max-width: 1937px) {
  .landing-page-banner {
    height: auto;
  }
  .landing-page-banner:before {
    content: " ";
    display: inline-block;
    font-size: 0;
    height: 0;
    width: 0;
    padding-top: 56%;
  }
  .landing-page-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.content-banner-charcuterie {
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  align-items: center;
  position: absolute;
}
.content-banner-charcuterie h1 {
  border-bottom: 6px solid;
  color: #fff;
  font-family: "veneertwo";
  font-size: 80px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.03;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .content-banner-charcuterie h1 {
    font-size: 58px;
  }
}
.content-banner-charcuterie h1 span {
  font-size: 48px;
  position: relative;
}
@media (max-width: 767px) {
  .content-banner-charcuterie h1 span {
    font-size: 42px;
  }
}
.content-banner-charcuterie h1 span::after {
  background: white;
  bottom: 40%;
  content: "";
  height: 6px;
  right: -95%;
  position: absolute;
  width: 107px;
}
@media (max-width: 767px) {
  .content-banner-charcuterie h1 span::after {
    width: 65px;
    right: -70%;
  }
}
.content-banner-charcuterie h1 span::before {
  background: white;
  bottom: 40%;
  content: "";
  height: 6px;
  left: -95%;
  position: absolute;
  width: 107px;
}
@media (max-width: 767px) {
  .content-banner-charcuterie h1 span::before {
    width: 65px;
    left: -70%;
  }
}

.content-image-right .animateme {
  position: absolute;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.black-our {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 669px;
  padding: 62px 255px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .black-our {
    padding: 0 !important;
    position: relative;
    height: 460px;
  }
}
@media (max-width: 1400px) {
  .black-our {
    padding: 62px 50px;
  }
}
.black-our .animateme, .black-our .fade-animate {
  width: 44%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1920px) {
  .black-our .animateme, .black-our .fade-animate {
    width: 30%;
  }
}
@media (max-width: 920px) {
  .black-our .animateme, .black-our .fade-animate {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .black-our .animateme, .black-our .fade-animate {
    width: 55%;
  }
}
@media (max-width: 600px) {
  .black-our .animateme, .black-our .fade-animate {
    width: 100%;
  }
}
.black-our .container-charcuterie {
  margin: 0;
  padding: 0;
  width: 47%;
}
@media (max-width: 767px) {
  .black-our .container-charcuterie {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 30px 20px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
.black-our .container-charcuterie h2 {
  color: #fff;
  font-family: "veneertwo";
  font-size: 35px;
  margin: 0 auto 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .black-our .container-charcuterie h2 {
    margin: 0;
    font-size: 35px;
  }
}
.black-our .container-charcuterie p {
  color: #fff;
  line-height: initial;
  font-size: 18px;
  font-weight: 500;
  font-family: "campton-medium" !important;
}
@media (max-width: 767px) {
  .black-our .container-charcuterie p {
    font-size: 16px;
    line-height: 1.13;
  }
}

.carousel-products-charcuterie .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -20px;
}
.carousel-products-charcuterie .img-product-card img {
  left: 0;
  margin: 0 auto;
  overflow: auto;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 30px;
}
@media only screen and (min-width: 1920px) {
  .carousel-products-charcuterie .img-product-card img {
    width: 62% !important;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1441px) {
  .carousel-products-charcuterie .img-product-card img {
    width: 75% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .carousel-products-charcuterie .img-product-card img {
    width: 90% !important;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1000px) {
  .carousel-products-charcuterie .img-product-card img {
    width: 75% !important;
  }
}
@media only screen and (max-width: 920px) and (min-width: 769px) {
  .carousel-products-charcuterie .img-product-card img {
    width: 65% !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 601px) {
  .carousel-products-charcuterie .img-product-card img {
    width: 80% !important;
  }
}
@media only screen and (max-width: 600px) and (min-width: 501px) {
  .carousel-products-charcuterie .img-product-card img {
    width: 80% !important;
    top: 200px;
  }
}
.carousel-products-charcuterie {
  align-items: center;
  background-color: #efefea;
  display: flex;
  height: 550px;
  padding: 0 255px;
}
@media (max-width: 1920px) {
  .carousel-products-charcuterie {
    height: 650px;
  }
}
@media (max-width: 920px) {
  .carousel-products-charcuterie {
    padding: 25px 0 100px 25px;
    height: 650px;
  }
}
@media (max-width: 767px) {
  .carousel-products-charcuterie {
    padding: 25px 0 100px 0px;
  }
}
.carousel-products-charcuterie a:hover {
  text-decoration: none;
}
.carousel-products-charcuterie .card {
  border-radius: 20px;
  border: none;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media (max-width: 920px) {
  .carousel-products-charcuterie .card {
    margin-top: 50px;
  }
}
@media (max-width: 1920px) {
  .carousel-products-charcuterie .card {
    margin: 100px 0px 50px;
  }
}
.carousel-products-charcuterie .card .img-product-card {
  left: 0;
  margin: 0 auto;
  overflow: auto;
  right: 0;
  width: 60%;
  z-index: 1;
}
.carousel-products-charcuterie .card .card-body-text {
  height: 55px;
}
.carousel-products-charcuterie .card h5 {
  color: #fff;
  font-family: "veneertwo";
  font-size: 35px;
  font-weight: normal;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .carousel-products-charcuterie .card h5 {
    font-size: 30px;
  }
}
.carousel-products-charcuterie .card p {
  color: #fff;
  font-family: "campton-medium" !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.11;
}
@media (max-width: 767px) {
  .carousel-products-charcuterie .card p {
    font-size: 16px;
  }
}
.carousel-products-charcuterie .card .card-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 150px;
}
@media (max-width: 768px) {
  .carousel-products-charcuterie .card .card-body {
    padding: 20px;
  }
  .carousel-products-charcuterie .card .card-body .owl-dots {
    margin-bottom: -20px;
  }
}
@media (max-width: 920px) {
  .carousel-products-charcuterie .card .card-body {
    padding: 0px 15px 30px;
  }
}
@media (max-width: 1440px) {
  .carousel-products-charcuterie .card .card-body {
    padding: 70px 15px 50px;
  }
}
.carousel-products-charcuterie .img-hover-zoom--colorize {
  height: 296px;
  margin-bottom: -1px;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 767px) {
  .carousel-products-charcuterie .img-hover-zoom--colorize {
    height: auto;
  }
}
.carousel-products-charcuterie {
  /* Colorize-zoom Container */
}
.carousel-products-charcuterie .img-hover-zoom--colorize img {
  transition: -webkit-transform 0.8s, -webkit-filter 0.5s ease-in-out;
  transition: transform 0.8s, filter 0.5s ease-in-out;
  transition: transform 0.8s, filter 0.5s ease-in-out, -webkit-transform 0.8s, -webkit-filter 0.5s ease-in-out;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  height: 100%;
}
.carousel-products-charcuterie {
  /* The Transformation */
}
.carousel-products-charcuterie .img-hover-zoom--colorize:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}