************************** Global ************************** html,
body {
  min-width: 400px;
}
body.noscroll {
  overflow: hidden;
}
:root {
  --letter-spacing: 4px;
}

i {
  font-style: italic;
}

header {
  min-width: 400px;
  height: 72px;
  background-color: #082024;
  background-image: url("../assets/images/footer-bgtile.png");
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 10;
}

header nav {
  max-width: 1236px;
  margin: 0 auto;
  width: 95%;
}

header nav a.nav-logo {
  display: inline-block;
  margin-top: 9px;
  opacity: 1;
}

header nav a.nav-logo.transition {
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

header nav a.nav-logo.sleep {
  opacity: 0;
}

/*header nav ul {*/
/*  float: right;*/
/*  margin-top: 28px;*/
/*}*/

header nav ul li {
  float: left;
  padding: 0 13px;
}

header nav ul li a {
  font-family: "baskerville-display-pt", serif;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
}

header nav ul li a:hover,
header nav ul li a:focus,
header nav ul li a:active {
  color: #ffd867;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*header nav ul li form .search-toggle {
  display: none;
}
*/

header nav ul li.header-search fieldset {
  border: 1px solid transparent;
  padding: 0;
}

header nav ul li.header-search fieldset label {
  display: none;
  width: auto;
}

header nav ul li.header-search fieldset label input[type="search"] {
  border: 0;
  background: transparent;
  min-width: 200px;
  color: #fff;
  font-size: 15px;
}

header
  nav
  ul
  li.header-search
  fieldset
  label
  input[type="search"]::-webkit-input-placeholder {
  font-size: 15px;
  letter-spacing: normal !important;
  text-transform: uppercase;
}

header
  nav
  ul
  li.header-search
  fieldset
  label
  input[type="search"]:-ms-input-placeholder {
  font-size: 15px;
  letter-spacing: normal !important;
  text-transform: uppercase;
}

header
  nav
  ul
  li.header-search
  fieldset
  label
  input[type="search"]::-ms-input-placeholder {
  font-size: 15px;
  letter-spacing: normal !important;
  text-transform: uppercase;
}

header
  nav
  ul
  li.header-search
  fieldset
  label
  input[type="search"]::placeholder {
  font-size: 15px;
  letter-spacing: normal !important;
  text-transform: uppercase;
}

header nav ul li.header-search fieldset label input[type="search"]:focus {
  outline: none;
}

footer {
  background-color: #072428;
  background-image: url(../assets/images/footer-bgtile.png);
  margin-top: 160px;
  padding-bottom: 30px;
}

footer::before {
  content: "";
  background-image: url(../assets/images/footer-ribbon.png);
  background-repeat-y: no-repeat;
  background-position: top center;
  position: relative;
  height: 65px;
  width: 100%;
  display: block;
  margin-bottom: -65px;
  top: -63px;
}

footer ul {
  text-align: center;
  margin: 20px auto;
}

footer ul li {
  padding: 5px 0;
}

footer ul li a,
footer ul p {
  font-family: "brandon-grotesque", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {
  color: #ffd867;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer ul div.footer-social-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  margin-top: 20px;
}

footer ul div.footer-social-container a {
  color: white;
  transition: all 0.2s ease-in-out;
}

footer ul div.footer-social-container a:hover {
  color: #9a041f;
}

footer ul div.footer-social-container a i {
  margin: 10px 25px;
  font-size: 26px;
}

a.social {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.default-content-width {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.hero-slider {
  width: 100%;
  height: 660px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  position: relative;
}

.hero-slider.with-overlay::after {
  content: "";
  background: url(../assets/images/hero-overlay.png);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -2px;
  z-index: 1;
  height: 66px;
  background-position: bottom center;
}

.hero-slider .content,
.hero-slider .brand-logo {
  background-color: rgba(6, 15, 15, 0.6);
  display: table;
  padding: 30px 30px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 370px;
  text-align: center;
}

.hero-slider .content,
.hero-slider .brand-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.hero-slider .content p {
  color: #fff;
  font-family: "baskerville-display-pt", serif;
  line-height: 22px;
  font-size: 18px;
  padding-top: 33px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-slider .content {
  /* width: 100%; */
  max-width: 495px;
}

.hero-slider .content img {
  max-width: 100%;
}

.hero-slider .banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: initial;
}

.hero-slider .banner::before {
  content: "";
  background-image: url(../assets/images/footer-ribbon.png);
  background-repeat-y: no-repeat;
  background-position: top center;
  position: relative;
  height: 65px;
  width: 100%;
  display: block;
  margin-bottom: -65px;
  top: -65px;
  opacity: 0.8;
}

.hero-slider .banner::after {
  background-image: url(../assets/images/footer-bgtile.png);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
  background-repeat: repeat;
}

.hero-slider .banner .wrap {
  position: relative;
  z-index: 1;
  padding: 22px 0 36px;
}

.hero-slider .banner .wrap h1 {
  padding: 13px 0;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 0;
  margin-right: 0;
  color: #fff;
  font-family: "CocogooseProLetterpress";
}

.hero-slider .banner .wrap h2 {
  font-size: 17px;
  font-weight: lighter;
  color: #fff;
  font-family: "baskerville-display-pt", serif;
  line-height: 25px;
  max-width: 95%; /* 440px */
}

header nav .close-btn {
  width: 27px;
  height: 27px;
  right: 22px;
  top: 24px;
  bottom: initial;
  margin: auto;
  position: absolute;
  display: none;
  z-index: 11;
}

header.menu-open nav .close-btn {
  display: block;
}

header.menu-open nav a.nav-logo {
  opacity: 1 !important;
}

header .close-btn img {
  width: 27px;
  height: 27px;
}

header .menu {
  display: none;
  position: absolute;
  left: 14px;
  top: 24px;
  /*  bottom: 0;*/
  margin: auto;
}

header .menu img {
  width: 40px;
  height: 27px;
}

.container {
  overflow: hidden;
  margin-top: 72px;
}

.under-600,
.under-1024 {
  display: none;
}

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100% !important;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.7;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.mobile-slider .in {
  width: 100%;
  display: inline-block;
}

.mobile-slider .in a.wrap {
  border: 1px solid #072428;
  width: 92%;
  text-align: left;
  text-decoration: none;
  color: #000;
  display: block;
  padding: 4%;
  background-color: #fff;
  display: block;
  color: #000;
  text-decoration: none;
}

.mobile-slider .in a.wrap div.image-container {
  position: relative;
}
.mobile-slider .in a.wrap img {
  /* width: 100%; */
}
.mobile-slider .in a.wrap div.chef-label {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.mobile-slider .in a.wrap div.chef-label h2 {
  font-size: 1.2rem;
  font-family: "baskerville-display-pt", serif;
  font-weight: bold;
  margin: unset;
  text-transform: unset;
  padding: 10px 20px 10px 50px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(175, 41, 54, 0.7609418767507002) 15%,
    rgba(175, 41, 54, 0.9374124649859944) 30%,
    rgba(175, 41, 54, 1) 44%
  );
  color: white;
  letter-spacing: 1px;
  text-align: unset;
}

.mobile-slider .in a.wrap h3 {
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 10px 0;
}

.mobile-slider .in a.wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 0;
}

.preloader,
.preloader > img {
  position: fixed;
  left: -100%;
  top: -100%;
  width: 1px;
  height: 1px;
}

/***************************
V1.0 Styles
***************************/

.v2-launch-class-display-none {
  /*display:none!important;*/
}

.recipes-page-list .items .item .box.left,
.recipes-page-list .items .item .box.center,
.recipes-page-list .items .item .box.right {
  margin: initial;
}

/***************************
Cookie Prompt
***************************/
.cc-cookies {
  width: 98%;
  min-height: 160px;
  position: fixed;
  bottom: 0;
  margin: 0 1%;
  text-align: center;
  background-color: #082024;
  color: #fff;
  opacity: 0.9;
  display: block;
  -ms-filter: "alpha(opacity=90)";
  z-index: 10000;
}

.cc-cookies .main {
  padding: 26px 15px 28px 15px;
  max-width: 782px;
  margin: 0 auto;
}

.cc-cookies h2 {
  font-size: 24px;
  margin: 0 0 4px;
  -ms-filter: "alpha(opacity=100)";
  color: #ffffff;
  font-family: "CocogooseProLetterpress";
  text-transform: uppercase;
}

.cc-cookies p {
  margin: 14px 0 18px 0;
  -ms-filter: "alpha(opacity=100)";
  font-weight: lighter;
  color: #ffffff;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
}

.cc-cookies a {
  color: #f40009;
  text-decoration: none;
  -ms-filter: "alpha(opacity=100)";
  display: none;
  font-family: "CocogooseProLetterpress";
}

.cc-cookies a.btn-continue {
  display: inline-block;
  padding: 12px 28px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgb(154, 4, 31);
  color: #ffffff;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  border-radius: 0;
}

.cc-cookies a.btn-continue:hover {
  background-color: rgb(197, 5, 40);
}

.cc-cookies .btn-close {
  width: 25px;
  height: 25px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: 900;
  font-family: arial;
  display: block !important;
}

/***************************
Home
***************************/

.pretext p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  max-width: 850px;
  margin: 30px auto 40px;
  text-align: center;
  word-spacing: 4px;
  padding: 0 20px;
}

a.cta-btn {
  font-weight: bold;
  border: 1px solid #aa9195;
}

/*tab btns*/
.cheese-tabs h2 {
  color: #082a2c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 28px auto;
  text-align: center;
  font-family: "CocogooseProLetterpress";
}

.cheese-tabs .tab-buttons a {
  width: auto;
  height: 69px;
  display: inline-block;
  position: relative;
}

.cheese-tabs .tab-buttons a img {
  max-width: 140px;
  max-height: 71px;
  border: 1px solid #072428;
  -webkit-box-shadow: 1px 3px 6px #888;
  box-shadow: 1px 3px 6px #888;
  padding: 0 3px;
  object-fit: cover;
  object-fit: contain;
  height: 60px;
}

.cheese-tabs .tab-buttons a.active img {
  border: 1px solid #9a041f;
  outline: 1px solid #9a041f;
}

.cheese-tabs .tab-buttons a.active::after {
  content: "";
  background-image: url("../assets/images/home/ourcheeses-downarrow.png");
  width: 37px;
  height: 13px;
  margin: auto;
  position: absolute;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: -37px;
}

/*tab-view*/
.cheese-tabs .tab-view {
  border: 1px solid #072428;
  margin-top: 57px;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (min-width: 1100px) {
  .cheese-tabs .tab-buttons {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: row nowrap;
    gap: 2px;
  }
  .cheese-tabs .tab-view {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .cheese-tabs .tab-view .right-col {
    display: flex;
    width: unset;
  }
  .cheese-tabs .tab-view .right-col img {
    object-fit: cover;
    width: unset;
    height: unset;
  }
}

.cheese-tabs .tab-view .left-col,
.cheese-tabs .tab-view .right-col {
  float: left;
  width: 100%;
}

.cheese-tabs .tab-view .left-col {
  max-width: 60%;
}

.cheese-tabs .tab-view .right-col {
  max-width: 40%;
}

/*left-col*/
.cheese-tabs .left-col .wrap {
  padding: 39px 32px 25px 49px;
}

.cheese-tabs .left-col .wrap h3 {
  color: #082a2c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 18px;
  font-family: "CocogooseProLetterpress";
}

.cheese-tabs .left-col .wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 20px;
  line-height: 22px;
}

.cheese-tabs .left-col .wrap a.cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 44px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/*tab view mobile */
.cheese-tabs .left-col .wrap .home-brand-main {
  margin: -74px auto 0;
  text-align: center;
}

/*right-col*/
.cheese-tabs .tab-view .right-col img {
  margin-bottom: -20px;
  margin-top: -20px;
  max-width: 100%;
  margin-left: 1px;
}

/*recipes*/
.recipes-dividers {
  margin-top: 100px;
  text-align: center;
}

.recipes-dividers h2 {
  color: #082a2c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 46px;
  text-align: center;
  font-family: "CocogooseProLetterpress";
}

.recipes-dividers .items {
  display: table;
  width: 100%;
  position: relative;
}

.recipes-dividers .items::after {
  content: "";
  background-image: url("../assets/images/home/recipes-afterimage.jpg");
  width: 297px;
  height: 297px;
  position: absolute;
  top: -135px;
  right: -112px;
  margin: auto;
  z-index: -1;
}

.recipes-dividers .items .item {
  width: 33.3%;
  float: left;
}

.recipes-dividers .items .item .box {
  border: 1px solid #072428;
  max-width: 285px;
  text-align: left;
  text-decoration: none;
  color: #000;
  display: block;
}

/*.recipes-dividers .items .item .box.left {*/
/*  margin-right: auto;*/
/*}*/

/*.recipes-dividers .items .item .box.center {*/
/*  margin: 0 auto;*/
/*}*/

/*.recipes-dividers .items .item .box.right {*/
/*  margin-left: auto;*/
/*}*/

/*.recipes-dividers .items .item .box .wrap {*/
/*  padding: 8px;*/
/*  background-color: #fff;*/
/*  position: relative;*/
/*}*/

/*.recipes-dividers .items .item .box .wrap img {*/
/*  max-width: 100%;*/
/*}*/

/*.recipes-dividers .items .item .box .wrap h3 {*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  font-size: 19px;*/
/*  line-height: 22px;*/
/*  letter-spacing: 3px;*/
/*  font-weight: bold;*/
/*  padding: 10px 0;*/
/*}*/

/*.recipes-dividers .items .item .box .wrap p {*/
/*  color: #082a2c;*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  font-size: 17px;*/
/*  line-height: 22px;*/
/*}*/
.recipes-dividers .items div.item div.image-container {
  position: relative;
}

.recipes-dividers .items div.item div.chef-label {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.recipes-dividers .items div.item div.chef-label h2 {
  font-size: 1.2rem;
  text-transform: unset !important;
  font-family: "baskerville-display-pt", serif;
  font-weight: bold;
  padding: 10px 20px 10px 50px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(175, 41, 54, 0.7609418767507002) 15%,
    rgba(175, 41, 54, 0.9374124649859944) 30%,
    rgba(175, 41, 54, 1) 44%
  );
  color: white;
  letter-spacing: 1px;
}

.recipes-dividers .cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 44px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/*inspiration-articles*/
.inspiration-articles {
  margin-top: 100px;
}

.inspiration-articles .row-top,
.inspiration-articles .row-bottom {
  display: table;
}

.inspiration-articles .row-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inspiration-articles .row-top .left-col {
  width: 66%;
}

.inspiration-articles .row-top .right-col {
  max-width: 34%;
}

.inspiration-articles .row-bottom .left-col {
  max-width: 77.5%;
}

.inspiration-articles .row-bottom .right-col {
  max-width: 22.5%;
}

.inspiration-articles .row-top .left-col,
.inspiration-articles .row-top .right-col,
.inspiration-articles .row-bottom .left-col,
.inspiration-articles .row-bottom .right-col {
  float: left;
}

.inspiration-articles .row-top .left-col .wrap {
  padding: 24px 100px 60px 50px;
}

.inspiration-articles .row-top .left-col h2 {
  color: #082a2c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 46px;
  text-align: left;
  font-family: "CocogooseProLetterpress";
}

.inspiration-articles .row-top .left-col p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 20px;
  line-height: 22px;
}

.inspiration-articles .row-top .right-col img {
  max-width: 100%;
}

.inspiration-articles .row-bottom .left-col img {
  max-width: 100%;
}

.inspiration-articles .row-bottom .right-col img {
  max-width: 100%;
  margin-top: 41.5%;
  position: relative;
}

.inspiration-articles .row-bottom {
  margin-top: -88px;
  position: relative;
}

/*inspiration-articles - items */
.inspiration-articles .items {
  display: table;
  width: 100%;
  margin-top: 150px;
}

.inspiration-articles .items .item {
  width: 33.3%;
  float: left;
}

.inspiration-articles .items .item .box {
  border: 1px solid #072428;
  max-width: 285px;
  text-align: left;
}

.inspiration-articles .items .item .box.left {
  margin-right: auto;
}

.inspiration-articles .items .item .box.center {
  margin: 0 auto;
}

.inspiration-articles .items .item .box.right {
  margin-left: auto;
}

.inspiration-articles .items .item .box .wrap {
  padding: 18px;
  text-align: center;
  margin-top: -82px;
}

.inspiration-articles .items .item .box .wrap img {
  max-width: 100%;
}

.inspiration-articles .items .item .box .wrap h3 {
  color: #082a2c;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
  padding: 10px 0;
  font-family: "CocogooseProLetterpress";
}

.inspiration-articles .items .item .box .wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
}

.inspiration-articles .cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 30px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/***************************
Our Cheeses
***************************/

/*tab-view*/
.cheese-content-first,
.cheese-content-second {
  margin: 90px auto 135px;
}

.cheese-content-first {
  position: relative;
  display: table;
  width: 100%;
}

.cheese-content-first .tab-view {
  border: 1px solid #072428;
  margin-top: 57px;
  text-align: left;
  display: table;
}

.cheese-content-first .tab-view .left-col,
.cheese-content-first .tab-view .right-col {
  float: left;
}

.cheese-content-first .tab-view .left-col {
  max-width: 60%;
}

.cheese-content-first .tab-view .right-col {
  max-width: 40%;
}

/*left-col*/
.cheese-content-first .left-col .wrap {
  padding: 33px 32px 33px 39px;
}

.cheese-content-first .left-col .wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 25px;
}

.cheese-content-first .left-col .wrap a.cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 44px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/*right-col*/
.cheese-content-first .tab-view .right-col img {
  margin-bottom: -20px;
  margin-top: -20px;
  max-width: 100%;
  margin-left: 1px;
}

.cheese-content-first::before {
  content: "";
  background-image: url(../assets/images/our-cheeses/main1-afterimage.jpg);
  width: 216px;
  height: 172px;
  position: absolute;
  bottom: -66px;
  left: -97px;
  background-repeat: no-repeat;
  margin: auto;
  z-index: -1;
}

/*tab-view*/
.cheese-content-second .tab-view {
  /*  border: 1px solid #072428;*/
  margin-top: 57px;
  text-align: left;
  display: table;
}

.cheese-content-second .tab-view .left-col,
.cheese-content-second .tab-view .right-col {
  float: left;
}

.cheese-content-second .tab-view .left-col {
  max-width: 40%;
}

.cheese-content-second .tab-view .right-col {
  max-width: 60%;
}

.cheese-content-second .tab-view .left-col div.wrap div.social-container {
  width: 197px;
  margin-top: 20px;
}

.cheese-content-second .tab-view .left-col div.wrap div.social-container a {
  color: #082024;
  transition: all 0.3s ease-in-out;
  margin: 0 22px;
}
.cheese-content-second
  .tab-view
  .left-col
  div.wrap
  div.social-container
  a:hover {
  color: #9a041f;
}

.cheese-content-second .tab-view .left-col div.wrap div.social-container a > i {
  font-size: 25px;
}

/*left-col*/
.cheese-content-second .left-col .wrap {
  padding: 20px 32px 52px 49px;
  align-items: flex-start;
}

.cheese-content-second .left-col .wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 25px;
}

.cheese-content-second .left-col .wrap a.cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 24px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/*right-col*/
.cheese-content-second .tab-view .right-col img {
  margin-bottom: -20px;
  margin-top: -20px;
  max-width: 100%;
  margin-left: -1px;
}

/*recipes*/
.recipes-dividers {
  margin-top: 100px;
  text-align: center;
}

.recipes-dividers h2 {
  color: #082a2c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 46px;
  text-align: center;
  font-family: "CocogooseProLetterpress";
}

.recipes-dividers .items {
  display: table;
  width: 100%;
  position: relative;
}

.recipes-dividers .items::after {
  content: "";
  background-image: url("../assets/images/home/recipes-afterimage.jpg");
  width: 297px;
  height: 297px;
  position: absolute;
  top: -135px;
  right: -112px;
  margin: auto;
  z-index: -1;
}

/*.recipes-dividers .items .item {*/
/*  width: 33.3%;*/
/*  float: left;*/
/*}*/

/*.recipes-dividers .items .item .box {*/
/*  border: 1px solid #072428;*/
/*  max-width: 285px;*/
/*  text-align: left;*/
/*}*/

/*.recipes-dividers .items .item .box.left {*/
/*  margin-right: auto;*/
/*}*/

/*.recipes-dividers .items .item .box.center {*/
/*  margin: 0 auto;*/
/*}*/

/*.recipes-dividers .items .item .box.right {*/
/*  margin-left: auto;*/
/*}*/

/*.recipes-dividers .items .item .box .wrap {*/
/*  padding: 8px;*/
/*  background-color: #fff;*/
/*}*/

/*.recipes-dividers .items .item .box .wrap img {*/
/*  max-width: 100%;*/
/*}*/

/*.recipes-dividers .items .item .box .wrap h3 {*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  font-size: 19px;*/
/*  line-height: 22px;*/
/*  letter-spacing: 3px;*/
/*  font-weight: bold;*/
/*  padding: 10px 0;*/
/*}*/

/*.recipes-dividers .items .item .box .wrap p {*/
/*  color: #082a2c;*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  font-size: 17px;*/
/*  line-height: 22px;*/
/*}*/

.recipes-dividers .cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 44px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/***************************
Recipes
***************************/

/*recipes*/
.recipe-controls {
  display: table;
  margin: 70px auto;
}

.recipe-controls .search-box {
  height: 60px;
  width: 100%;
  background: #fff;
  border: 1px solid;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.recipe-controls .search-box form input[type="text"] {
  border: 0;
  width: 98%;
  height: 100%;
  display: block;
  position: absolute;
  left: 1%;
  right: 1%;
  top: 0;
  z-index: 1;
  bottom: 0;
  font-size: 23px;
  text-align: center;
  font-family: "baskerville-display-pt", serif;
}

.recipe-controls
  .search-box
  form
  input[type="text"]::-webkit-input-placeholder {
  letter-spacing: 5px;
  color: #a3a9aa;
}

.recipe-controls .search-box form input[type="text"]:-ms-input-placeholder {
  letter-spacing: 5px;
  color: #a3a9aa;
}

.recipe-controls .search-box form input[type="text"]::-ms-input-placeholder {
  letter-spacing: 5px;
  color: #a3a9aa;
}

.recipe-controls .search-box form input[type="text"]::placeholder {
  letter-spacing: 5px;
  color: #a3a9aa;
}

.recipe-controls .search-box form input[type="text"]:focus {
  outline: none;
  outline-offset: 0;
}

.recipe-controls .options {
  display: table;
  /*display: none;*/
  width: 100%;
}

.recipe-controls .options .filter-options {
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-family: "baskerville-display-pt", serif;
}

.recipe-controls .options .filter-options label,
.recipe-controls .options .filter-options strong {
  display: block;
  padding-left: 12px;
}

.recipe-controls .options .filter-options label,
.recipe-controls .options .filter-options strong {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.recipe-controls .options .filter-options .fa-chevron-down {
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}

.flip {
  transform: rotate(-180deg);
}

.recipe-controls .options .filter-options span {
  font-size: 19px;
  font-weight: lighter;
}

.recipe-controls .options .filter-options ul.dropdown-brands.open,
.recipe-controls .options .filter-options ul.dropdown-dishes.open,
.recipe-controls .options .filter-options ul.dropdown-chefs.open {
  display: block;
}

.recipe-controls .options .filter-options ul.dropdown-brands,
.recipe-controls .options .filter-options ul.dropdown-dishes,
.recipe-controls .options .filter-options ul.dropdown-chefs {
  padding-left: 10px;
  display: none;
}

.recipe-controls .options .filter-options ul.dropdown-brands li,
.recipe-controls .options .filter-options ul.dropdown-dishes li,
.recipe-controls .options .filter-options ul.dropdown-chefs li {
  padding-bottom: 5px;
  padding-left: 10px;
}

.recipes-search {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recipes-search .search-form input[type="text"] {
  height: 69px;
  width: 970px;
  border: 1px solid #000;
  -webkit-box-shadow: 1px 4px 4px 1px #bec2c3;
  box-shadow: 1px 4px 4px 1px #bec2c3;
  text-align: center;
  font-size: 18px;
}

.recipes-search .search-form input[type="text"]::-webkit-input-placeholder {
  text-align: center;
  text-transform: uppercase;
  font-family: "baskerville-display-pt", serif;
  font-size: 18px;
  letter-spacing: 5px;
}

.recipes-search .search-form input[type="text"]:-ms-input-placeholder {
  text-align: center;
  text-transform: uppercase;
  font-family: "baskerville-display-pt", serif;
  font-size: 18px;
  letter-spacing: 5px;
}

.recipes-search .search-form input[type="text"]::-ms-input-placeholder {
  text-align: center;
  text-transform: uppercase;
  font-family: "baskerville-display-pt", serif;
  font-size: 18px;
  letter-spacing: 5px;
}

.recipes-search .search-form input[type="text"]::placeholder {
  text-align: center;
  text-transform: uppercase;
  font-family: "baskerville-display-pt", serif;
  font-size: 18px;
  letter-spacing: 5px;
}

.recipes-page-list {
  text-align: center;
}

.recipes-page-list .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  position: relative;
   -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch
  
}

.recipes-page-list .items::after {
  content: "";
  background-image: url("../assets/images/home/recipes-afterimage.jpg");
  width: 297px;
  height: 297px;
  position: absolute;
  top: -135px;
  right: -112px;
  margin: auto;
  z-index: -1;
}

.recipes-page-list .items .item {
  width: 33.3%;
  text-align: center;
  padding: 0 0 6% 0;
}

.hidden {
  display: none;
}

.recipes-page-list .items .item .box {
  border: 1px solid #072428;
  max-width: 285px;
  text-align: left;
  display: inline-block;
}

.recipes-page-list .items .item .box.left {
  margin-right: auto;
}

.recipes-page-list .items .item .box.center {
  margin: 0 auto;
}

.recipes-page-list .items .item .box.right {
  margin-left: auto;
}

.recipes-page-list .items .item .box .wrap {
  padding: 8px;
  background-color: #fff;
  display: block;
  text-decoration: none;
  color: #000;
}

.recipes-page-list .items .item .box .wrap div.image-container {
  position: relative;
}
.recipes-page-list .items .item .box .wrap img {
   max-width: 100%; 
   min-height: 350px;
   object-fit: cover;
}
.recipes-page-list .items .item .box .wrap div.chef-label {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.recipes-page-list .items .item .box .wrap div.chef-label h2 {
  font-size: 1.2rem;
  font-family: "baskerville-display-pt", serif;
  font-weight: bold;
  padding: 10px 20px 10px 50px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(175, 41, 54, 0.7609418767507002) 15%,
    rgba(175, 41, 54, 0.9374124649859944) 30%,
    rgba(175, 41, 54, 1) 44%
  );
  color: white;
  letter-spacing: 1px;
}

.recipes-page-list .items .item .box .wrap h3 {
  font-family: "baskerville-display-pt", serif;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 10px 0;
}

.recipes-page-list .items .item .box .wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 25px;
}

.recipes-page-list .cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 44px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 25px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  /* was 3 */
}

.recipes-page-list .items::before {
  content: "";
  background-image: url(../assets/images/our-cheeses/main1-afterimage.jpg);
  width: 216px;
  height: 172px;
  position: absolute;
  bottom: -66px;
  left: -97px;
  background-repeat: no-repeat;
  margin: auto;
  z-index: -1;
}

/***************************
Single Recipe
***************************/

/*single recipe page*/
.recipe-content {
  margin-top: 100px;
}

.recipe-content .left-col .wrap .top {
  margin-bottom: 40px;
}

.recipe-content .left-col .wrap .top .options {
  display: table;
  width: 100%;
}

.recipe-content .left-col .wrap .top .options {
  display: table;
  width: 100%;
}

.recipe-content .left-col .wrap .top .options .filter-options {
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-family: "baskerville-display-pt", serif;
}

.recipe-content .left-col .wrap .top .options .filter-options strong,
.recipe-content .left-col .wrap .top .options .filter-options span {
  display: block;
  padding-left: 12px;
}

.recipe-content .left-col .wrap .top .options .filter-options strong {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.recipe-content .left-col .wrap .top .options .filter-options span {
  font-size: 19px;
  font-weight: lighter;
}

.single-recipes-page-list {
  margin-top: 100px;
  text-align: center;
}

.single-recipes-page-list h2 {
  color: #082a2c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 46px;
  text-align: center;
  font-family: "CocogooseProLetterpress";
}

.single-recipes-page-list .items {
  display: table;
  width: 100%;
  position: relative;
}

.single-recipes-page-list .items::after {
  content: "";
  background-image: url("../assets/images/home/recipes-afterimage.jpg");
  width: 297px;
  height: 297px;
  position: absolute;
  top: -135px;
  right: -112px;
  margin: auto;
  z-index: -1;
}

.single-recipes-page-list .items .item {
  width: 33.3%;
  float: left;
  text-align: center;
}

.single-recipes-page-list .items .item .box {
  border: 1px solid #072428;
  max-width: 285px;
  text-align: left;
}

.single-recipes-page-list .items .item .box.left {
  margin-right: auto;
}

.single-recipes-page-list .items .item .box.center {
  margin: 0 auto;
}

.single-recipes-page-list .items .item .box.right {
  margin-left: auto;
}

.single-recipes-page-list .items .item .box .wrap {
  padding: 8px;
  background-color: #fff;
  display: block;
  text-decoration: none;
  color: #000;
}

.single-recipes-page-list .items .item .box .wrap div.image-container {
  position: relative;
}

/* .single-recipes-page-list .items .item .box .wrap img {
  max-width: 100%;
} */

.single-recipes-page-list .items .item .box .wrap div.chef-label {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.single-recipes-page-list .items .item .box .wrap div.chef-label h2 {
  font-size: 1.2rem;
  font-family: "baskerville-display-pt", serif;
  font-weight: bold;
  margin: unset;
  text-transform: unset;
  padding: 10px 20px 10px 50px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(175, 41, 54, 0.7609418767507002) 15%,
    rgba(175, 41, 54, 0.9374124649859944) 30%,
    rgba(175, 41, 54, 1) 44%
  );
  color: white;
  letter-spacing: 1px;
  text-align: unset;
}

.single-recipes-page-list .items .item .box .wrap h3 {
  font-family: "baskerville-display-pt", serif;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 10px 0;
}

.single-recipes-page-list .items .item .box .wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
}

.single-recipes-page-list .cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 44px;
  font-family: "baskerville-display-pt", serif;
  font-size: 14px;
  line-height: 22px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.recipe-content {
  display: table;
  width: 100%;
}

.recipe-content .left-col,
.recipe-content .right-col {
  float: left;
}

.recipe-content .left-col {
  width: 70%;
}

.recipe-content .left-col .wrap {
  padding-right: 30px;
}

.recipe-content .left-col .wrap .main ol {
  list-style: decimal;
  padding-left: 16px;
  margin-left: 20px;
}

.recipe-content .left-col .wrap .main ol li {
  margin-bottom: 28px;
  font-size: 19px;
  font-weight: lighter;
  color: #000;
  font-family: "baskerville-display-pt", serif;
  line-height: 30px;
}

.recipe-content .left-col .wrap .main ol li span {
  font-size: 19px;
}

.recipe-content .left-col .wrap .main ol li strong {
  font-weight: bold !important;
}

.recipe-content .left-col .wrap .main .tip-container {
  padding-left: 16px;
  margin-left: 20px;
  font-size: 22px;
  color: #000;
  font-family: "baskerville-display-pt", serif;
  line-height: 30px;
}

.recipe-content .left-col .wrap .main .tip-container > p.tip {
  margin-bottom: 8px;
  font-weight: lighter;
}

.recipe-content .right-col {
  width: 30%;
}

.recipe-content .right-col .box {
  border: 1px solid #000;
  padding: 16px;
  max-width: 300px;
}

.recipe-content .right-col .box strong {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: block;
  letter-spacing: 3px;
}

.recipe-content .right-col .box span {
  display: block;
  margin-bottom: 50px;
  font-size: 19px;
  font-weight: lighter;
  color: #000;
  font-family: "baskerville-display-pt", serif;
  line-height: 33px;
}

.recipe-content .right-col .box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/***************************
Inspiration
***************************/

/*tab btns*/
.featured-inspiration {
  margin-bottom: 16px;
}

.featured-inspiration h2 {
  color: #082a2c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 28px auto;
  text-align: center;
}

.featured-inspiration .tab-buttons a {
  width: auto;
  height: 69px;
  display: inline-block;
  position: relative;
}

.featured-inspiration .tab-buttons a img {
  max-width: 100%;
  border: 1px solid #072428;
  -webkit-box-shadow: 1px 3px 6px #888;
  box-shadow: 1px 3px 6px #888;
  padding: 0 3px;
}

.featured-inspiration .tab-buttons a.active img {
  border: 1px solid #9a041f;
  outline: 1px solid #9a041f;
}

.featured-inspiration .tab-buttons a.active::after {
  content: "";
  background-image: url("../assets/images/home/ourcheeses-downarrow.png");
  width: 37px;
  height: 13px;
  margin: auto;
  position: absolute;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: -37px;
}

/*tab-view*/
.featured-inspiration .tab-view {
  border: 1px solid #072428;
  margin-top: 57px;
  text-align: left;
  display: table;
}

.featured-inspiration .tab-view .left-col,
.featured-inspiration .tab-view .right-col {
  float: left;
}

.featured-inspiration .tab-view .left-col {
  max-width: 29%;
}

.featured-inspiration .tab-view .right-col {
  max-width: 71%;
}

/*left-col*/
.featured-inspiration .left-col .wrap {
  padding: 35px 28px;
  text-align: center;
}

.featured-inspiration .left-col .wrap img {
  max-width: 100%;
}

.featured-inspiration .left-col .wrap h3 {
  color: #082a2c;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
  line-height: 26px;
  font-family: "CocogooseProLetterpress";
}

.featured-inspiration .left-col .wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
}

.featured-inspiration .left-col .wrap a.cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 22px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/*right-col*/
.featured-inspiration .tab-view .right-col img {
  margin-bottom: -20px;
  margin-top: -20px;
  max-width: 100%;
  margin-left: 3px;
}

/*recipes*/
.recipes-dividers {
  margin-top: 100px;
  text-align: center;
}

.recipes-dividers h2 {
  color: #082a2c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 46px;
  text-align: center;
}

.recipes-dividers .items {
  display: table;
  width: 100%;
  position: relative;
}

.recipes-dividers .items::after {
  content: "";
  background-image: url("../assets/images/home/recipes-afterimage.jpg");
  width: 297px;
  height: 297px;
  position: absolute;
  top: -135px;
  right: -112px;
  margin: auto;
  z-index: -1;
}

.recipes-dividers .items .item {
  width: 33.3%;
  float: left;
}

.recipes-dividers .items .item .box {
  border: 1px solid #072428;
  max-width: 285px;
  text-align: left;
}

.recipes-dividers .items .item .box.left {
  margin-right: auto;
}

.recipes-dividers .items .item .box.center {
  margin: 0 auto;
}

.recipes-dividers .items .item .box.right {
  margin-left: auto;
}

.recipes-dividers .items .item .box .wrap {
  padding: 8px;
  background-color: #fff;
  display: block;
  color: #000;
  text-decoration: none;
}

.recipes-dividers .items .item .box .wrap img {
  max-width: 100%;
}

.recipes-dividers .items .item .box .wrap h3 {
  font-family: "baskerville-display-pt", serif;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 10px 0;
}

.recipes-dividers .items .item .box .wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
}

.recipes-dividers .cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 44px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.inspiration-full-articles {
  margin-top: 150px;
}

.inspiration-full-articles::after {
  content: "";
  background-image: url(../assets/images/inspiration/inspiration-after.jpg);
  width: 201px;
  height: 220px;
  display: list-item;
  list-style-type: none;
  background-repeat: no-repeat;
  margin-left: -12%;
  margin-top: -15%;
  z-index: -1;
}

.inspiration-full-articles .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inspiration-full-articles .items .item {
  margin: 0 10px 100px;
}

/* THIS IS HIDING THE FIRST POST
      WHICH IS HOW TO PREPARE A CHEESE BOARD.
        this will work as long as the cheeseboard is always the first blog post.
        REMOVE IF CAUSES ISSUES */
.inspiration-full-articles .items .item:first-child {
  display: none;
}

.inspiration-full-articles .items .item .box {
  margin: 0 auto;
  border: 1px solid #072428;
  width: 285px;
}

.inspiration-full-articles .items .item .box .wrap {
  padding: 18px;
  text-align: center;
  margin-top: -82px;
}

.inspiration-full-articles .items .item .box .wrap img {
  max-width: 100%;
}

.inspiration-full-articles .items .item .box .wrap h3 {
  color: #082a2c;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
  padding: 10px 0 0;
  font-family: "CocogooseProLetterpress";
  margin-top: 10px;
}

.inspiration-full-articles .items .item .box .wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  margin-top: 10px;
}

.inspiration-full-articles .cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 25px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/***************************
Article
***************************/

.hero-slider.default-size {
  height: 582px;
}

.hero-slider.default-size .title.left-sided {
  position: absolute;
  background: rgba(7, 36, 40, 0.7);
  height: 200px;
  width: 50%;
  min-width: 530px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}

.hero-slider.default-size .title.left-sided .wrap {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  position: absolute;
  font-family: "baskerville-display-pt", serif;
  color: #ffffff;
  text-align: left;
  display: table;
  width: 512px;
}

.hero-slider.default-size .title.left-sided .wrap h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 10px;
  font-family: "CocogooseProLetterpress";
  padding-right: 6%;
}

.hero-slider.default-size .title.left-sided .wrap h2 {
  font-size: 17px;
  line-height: 26px;
}

/*single recipe page*/
.single-recipe-content {
  margin-top: 100px;
}

.single-recipe-content .left-col .wrap .top {
  margin-bottom: 40px;
}

.single-recipe-content .left-col .wrap .top .options {
  display: table;
  width: 100%;
}

.single-recipe-content .left-col .wrap .top .options {
  display: table;
  width: 100%;
}

.single-recipe-content .left-col .wrap .top .options .filter-options {
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-family: "baskerville-display-pt", serif;
}

.single-recipe-content .left-col .wrap .top .options .filter-options strong,
.single-recipe-content .left-col .wrap .top .options .filter-options span {
  display: block;
  padding-left: 12px;
}

.single-recipe-content .left-col .wrap .top .options .filter-options strong {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.single-recipe-content .left-col .wrap .top .options .filter-options span {
  font-size: 16px;
  font-weight: lighter;
}

.single-recipes-page-list {
  margin-top: 100px;
  text-align: center;
  display: inline-block;
}

.single-recipes-page-list h2 {
  color: #082a2c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 46px;
  text-align: center;
  font-family: "CocogooseProLetterpress";
}

.single-recipes-page-list .items {
  display: table;
  width: 100%;
  position: relative;
}

.single-recipes-page-list .items::after {
  content: "";
  background-image: url("../assets/images/home/recipes-afterimage.jpg");
  width: 297px;
  height: 297px;
  position: absolute;
  top: -135px;
  right: -112px;
  margin: auto;
  z-index: -1;
}

.single-recipes-page-list .items .item {
  width: 33.3%;
  float: left;
}

.single-recipes-page-list .items .item .box {
  border: 1px solid #072428;
  max-width: 285px;
  text-align: left;
  display: inline-block;
}

.single-recipes-page-list .items .item .box.left {
  margin-right: auto;
}

.single-recipes-page-list .items .item .box.center {
  margin: 0 auto;
}

.single-recipes-page-list .items .item .box.right {
  margin-left: auto;
}

.single-recipes-page-list .items .item .box .wrap {
  padding: 8px;
  background-color: #fff;
}

.single-recipes-page-list .items .item .box .wrap img {
  max-width: 100%;
}

.single-recipes-page-list .items .item .box .wrap h3 {
  font-family: "baskerville-display-pt", serif;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 10px 0;
}

.single-recipes-page-list .items .item .box .wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
}

.single-recipes-page-list .cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 44px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  padding: 12px 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.single-recipe-content {
  display: table;
  width: 100%;
}

.single-recipe-content .left-col,
.single-recipe-content .right-col {
  float: left;
}

.single-recipe-content .left-col {
  width: 70%;
}

.single-recipe-content .left-col .wrap {
  padding-right: 30px;
}

.single-recipe-content .left-col .wrap .main p {
  margin-bottom: 28px;
  font-size: 19px;
  font-weight: lighter;
  color: #000;
  font-family: "baskerville-display-pt", serif;
  line-height: 33px;
}

.single-recipe-content .left-col .wrap .main p strong {
  font-size: 25px;
  font-weight: bold;
}

.single-recipe-content .right-col {
  width: 30%;
}

.single-recipe-content .right-col .box {
  border: 1px solid #000;
  padding: 16px;
  max-width: 300px;
}

.single-recipe-content .right-col .box strong {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: block;
  letter-spacing: 3px;
}

.single-recipe-content .right-col .box span {
  display: block;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: lighter;
  color: #000;
  font-family: "baskerville-display-pt", serif;
  line-height: 33px;
}

.single-recipe-content .right-col .box .product-shot {
  padding: 10px 0;
}

.single-recipe-content .right-col .box img {
  display: block;
  margin: 6% auto;
  max-width: 100%;
}

/*inspiration-articles*/
.single-inspiration-articles {
  /*margin-top: 100px;*/
  /*display: table;*/
}

.single-inspiration-articles h2 {
  color: #082a2c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 46px;
  text-align: center;
  font-family: "CocogooseProLetterpress";
}

.single-inspiration-articles .row-top,
.single-inspiration-articles .row-bottom {
  display: table;
}

.single-inspiration-articles .row-top .left-col {
  width: 66%;
}

.single-inspiration-articles .row-top .right-col {
  max-width: 34%;
}

.single-inspiration-articles .row-bottom .left-col {
  max-width: 77.5%;
}

.single-inspiration-articles .row-bottom .right-col {
  max-width: 22.5%;
}

.single-inspiration-articles .row-top .left-col,
.single-inspiration-articles .row-top .right-col,
.single-inspiration-articles .row-bottom .left-col,
.single-inspiration-articles .row-bottom .right-col {
  float: left;
}

.single-inspiration-articles .row-top .left-col .wrap {
  padding: 24px 100px 60px 50px;
}

.single-inspiration-articles .row-top .left-col h2 {
  color: #082a2c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 46px;
  text-align: left;
}

.single-inspiration-articles .row-top .left-col p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 14px;
  line-height: 22px;
}

.single-inspiration-articles .row-top .right-col img {
  max-width: 100%;
}

.single-inspiration-articles .row-bottom .left-col img {
  max-width: 100%;
}

.single-inspiration-articles .row-bottom .right-col img {
  max-width: 100%;
  margin-top: 41.5%;
  position: relative;
}

.single-inspiration-articles .row-bottom {
  margin-top: -88px;
  position: relative;
}

/*inspiration-articles - items */
.single-inspiration-articles .items {
  display: table;
  width: 100%;
  margin-top: 150px;
}

.single-inspiration-articles .items .item {
  width: 33.3%;
  float: left;
  text-align: center;
}

.single-inspiration-articles .items .item .box {
  border: 1px solid #072428;
  max-width: 285px;
  text-align: left;
  display: inline-block;
}

.single-inspiration-articles .items .item .box.left {
  margin-right: auto;
}

.single-inspiration-articles .items .item .box.center {
  margin: 0 auto;
}

.single-inspiration-articles .items .item .box.right {
  margin-left: auto;
}

.single-inspiration-articles .items .item .box .wrap {
  padding: 18px;
  text-align: center;
  margin-top: -82px;
}

.single-inspiration-articles .items .item .box .wrap img {
  max-width: 100%;
}

.single-inspiration-articles .items .item .box .wrap h3 {
  color: #082a2c;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
  padding: 10px 0;
  font-family: "CocogooseProLetterpress";
}

.single-inspiration-articles .items .item .box .wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  margin-top: 10px;
}

.single-inspiration-articles .cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/* =================
    SEARCH PAGE 
==================*/

.search-content-area {
  margin-top: 150px;
  max-width: 1024px;
  margin: 0 auto;
}

.search-content-area {
  margin-top: 150px;
}

.search-content-area .site-main .title-container {
  height: 130px;
}

.search-content-area .site-main .title-container,
.search-content-area .site-main h2.grid-title {
  color: #082a2c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-family: "CocogooseProLetterpress";
}

.search-content-area .site-main h2.grid-title {
  margin-bottom: 50px;
}

.search-content-area .site-main .grid-container-post,
.search-content-area .site-main .grid-container-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.search-content-area .site-main .grid-container-post,
.search-content-area .site-main .grid-container-page,
.search-content-area .site-main .grid-container-cheese_brands {
  margin-bottom: 50px;
  padding: 0 1%;
}

.search-content-area .site-main .grid-container-post {
  margin-top: 100px;
}

.search-content-area .site-main .grid-container-post .grid-item,
.search-content-area .site-main .grid-container-page .grid-item {
  margin: 0 auto 80px;
}

.search-content-area .site-main .grid-container-post .grid-item .box,
.search-content-area .site-main .grid-container-page .grid-item .box {
  border: 1px solid #072428;
  max-width: 285px;
  text-align: left;
}

.search-content-area .site-main .grid-container-post .grid-item .box .wrap {
  padding: 18px;
  text-align: center;
  margin-top: -82px;
}

.search-content-area .site-main .grid-container-page .grid-item .box .wrap {
  padding: 8px;
  background-color: #fff;
  display: block;
  color: #000;
  text-decoration: none;
}

.search-content-area .site-main .grid-container-post .grid-item .box .wrap img,
.search-content-area .site-main .grid-container-page .grid-item .box .wrap img {
  max-width: 100%;
}

.search-content-area .site-main .grid-container-post .grid-item .box .wrap h3 {
  color: #082a2c;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
  padding: 10px 0;
  font-family: "CocogooseProLetterpress";
}

.search-content-area .site-main .grid-container-page .grid-item .box .wrap h3 {
  font-family: "baskerville-display-pt", serif;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 10px 0;
}

.search-content-area .site-main .grid-container-post .grid-item .box .wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
}

.search-content-area .site-main .grid-container-page .grid-item .box .wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
}

.search-content-area
  .site-main
  .grid-container-post
  .grid-item
  .box
  .wrap
  .cta-btn {
  background: #9a041f;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 30px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-content-area
  .site-main
  .grid-container-page
  .grid-item
  .box
  .wrap
  .cta-btn {
  background: #9a041f;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 44px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-main .grid-container-cheese_brands {
  margin-bottom: 300px;
}

.site-main .grid-container-cheese_brands .grid-item .box .wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-main .grid-container-cheese_brands .grid-item .box .wrap .text-container {
  border: 1px solid #072428;
  text-align: left;
  padding: 39px 32px 25px 49px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
}
.site-main
  .grid-container-cheese_brands
  .grid-item
  .box
  .wrap
  .text-container
  h3 {
  color: #082a2c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 18px;
  font-family: "CocogooseProLetterpress";
}
.site-main
  .grid-container-cheese_brands
  .grid-item
  .box
  .wrap
  .text-container
  p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 15px;
  line-height: 22px;
}

.site-main
  .grid-container-cheese_brands
  .grid-item
  .box
  .wrap
  .text-container
  .cta-btn {
  background: #9a041f;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 44px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-main .grid-container-cheese_brands .grid-item .box .wrap a {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  z-index: 3;
}
.site-main .grid-container-cheese_brands .grid-item .box .wrap img {
  float: right;
  margin-bottom: -20px;
  margin-top: -20px;
}

/*=============================
  Saint Agur && Haute Fromagerie
  Shared Styling
=============================*/
div.saint-agur div.header-container,
div.haute-fromagerie div.header-container {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

div.saint-agur div.header-container h1,
div.haute-fromagerie div.header-container h1 {
  font-family: "CocogooseProLetterpress";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.4rem;
  margin: 40px auto;
}

div.saint-agur div.header-container span.sa-body,
div.haute-fromagerie div.header-container span.hf-body {
  font-family: "baskerville-display-pt", serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 6px;
}

div.saint-agur div.header-container p,
div.haute-fromagerie div.header-container p {
  line-height: 1.5;
  font-size: 1.2rem;
}
div.saint-agur .rotm-container,
div.haute-fromagerie .rotm-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 100px;
}
div.saint-agur .rotm-container div.border-col,
div.haute-fromagerie .rotm-container div.border-col {
  padding: 40px 32px 40px 39px;
  border: 1px solid #072428;
  border-right: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  text-align: center;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
}
div.saint-agur .rotm-container div.border-col h3.rotm-title,
div.haute-fromagerie .rotm-container div.border-col h3.rotm-title {
  font-family: "CocogooseProLetterpress";
  text-transform: uppercase;
  color: #072428;
  font-weight: 400;
  font-size: 1.6rem;
  max-width: 200px;
  margin: 10px auto;
}
div.saint-agur .rotm-container div.border-col p,
div.haute-fromagerie .rotm-container div.border-col p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 1.1rem;
  line-height: 25px;
  max-width: 275px;
}

div.saint-agur .rotm-container div.border-col a.cta-btn,
div.haute-fromagerie .rotm-container div.border-col a.cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 24px;
  font-family: "baskerville-display-pt", serif;
  font-size: 1rem;
  line-height: 22px;
  padding: 10px 28px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
div.saint-agur .rotm-container div.image-col,
div.haute-fromagerie .rotm-container div.image-col {
  width: 75%;
  height: 400px;
  background-size: 160%;
  background-repeat: no-repeat;
  background-position: 43% 33%;
}
div.saint-agur div.title-inset,
div.haute-fromagerie div.title-inset {
  border-top: 1px solid #072428;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0;
  margin: 80px auto 40px;
}
div.saint-agur h1.inset,
div.haute-fromagerie h1.inset {
  font-family: "CocogooseProLetterpress";
  text-transform: uppercase;
  color: #082a2c;
  font-weight: 400;
  font-size: 2.2rem;
  margin: -65px auto 35px;
  background-color: #fff;
  padding: 5px 25px;
}
div.saint-agur div.content-col,
div.haute-fromagerie div.content-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  height: 100%;
  gap: 2rem;
}
div.saint-agur div.content-col h3.content-title,
div.haute-fromagerie div.content-col h3.content-title {
  font-size: 1.3rem;
  font-family: "baskerville-display-pt", serif;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 auto 20px;
  color: #346b71;
}

div.saint-agur div.content-col .left-col,
div.saint-agur div.content-col .right-col,
div.haute-fromagerie div.content-col .left-col,
div.haute-fromagerie div.content-col .right-col {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
div.saint-agur div.content-col .left-col {
  margin-top: 20px;
}

div.saint-agur div.heritage-container p,
div.haute-fromagerie div.heritage-container p {
  margin: 10px 0;
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 0.95rem;
  line-height: 20px;
}

div.saint-agur div.heritage-container img,
div.haute-fromagerie div.heritage-container img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
div.saint-agur div.heritage-container div.content-col .left-col img,
div.haute-fromagerie div.heritage-container div.content-col .left-col img {
  transform: scaleX(-1) scale(1.5);
}

div.saint-agur div.heritage-container div.content-col .wrap,
div.haute-fromagerie div.heritage-container div.content-col .wrap {
  padding: 15px 5px 10px 15px;
}
div.saint-agur div.product-range-container,
div.haute-fromagerie div.product-range-container {
  margin-bottom: 0;
}
div.saint-agur div.product-range-container p,
div.haute-fromagerie div.product-range-container p {
  margin: 10px 0;
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 1rem;
  line-height: 20px;
  width: 85%;
  max-width: 750px;
  text-align: center;
}

div.saint-agur div.product-range-container div.product-item,
div.haute-fromagerie div.product-range-container div.product-item {
  border: 1px solid #072428;
  padding: 25px;
  margin: 40px auto;
  width: 100%;
  font-family: "baskerville-display-pt", serif;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
/* !TODO CHANGE THIS FOR HAUTE FOR PERSISTANCE */
div.saint-agur
  div.product-range-container
  div.product-item:last-of-type::after {
  content: "";
  position: absolute;
  background-image: url("../assets/images/cheese-bg-imge.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 220px;
  height: 140px;
  bottom: -150px;
  left: -160px;
}
div.saint-agur div.product-range-container div.product-item div.content-col,
div.haute-fromagerie
  div.product-range-container
  div.product-item
  div.content-col {
  padding: 0;
}
div.saint-agur div.product-range-container div.product-item div.content-col p,
div.haute-fromagerie
  div.product-range-container
  div.product-item
  div.content-col
  p {
  text-align: left;
  font-size: 1rem;
}
div.saint-agur
  div.product-range-container
  div.product-item
  div.content-col
  div.upper-product,
div.haute-fromagerie
  div.product-range-container
  div.product-item
  div.content-col
  div.upper-product {
  display: flex;
  align-self: center;
  flex-flow: column nowrap;
}
div.saint-agur
  div.product-range-container
  div.product-item
  div.content-col
  div.upper-product
  img,
div.haute-fromagerie
  div.product-range-container
  div.product-item
  div.content-col
  div.upper-product
  img {
  max-width: 120px;
  margin: auto;
}
div.saint-agur
  div.product-range-container
  div.product-item
  div.content-col
  div.upper-product
  div.text-container,
div.haute-fromagerie
  div.product-range-container
  div.product-item
  div.content-col
  div.upper-product
  div.text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
div.saint-agur
  div.product-range-container
  div.product-item
  div.content-col
  div.upper-product
  div.text-container
  img,
div.haute-fromagerie
  div.product-range-container
  div.product-item
  div.content-col
  div.upper-product
  div.text-container
  img {
  max-height: 125px;
  margin-left: 4px;
}
div.saint-agur div.product-range-container div.product-item h2.product-title,
div.haute-fromagerie
  div.product-range-container
  div.product-item
  h2.product-title {
  font-family: "CocogooseProLetterpress";
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 0;
  font-weight: unset;
  color: #082a2c;
  margin-bottom: 20px;
}

div.saint-agur div.product-range-container div.product-item h3,
div.haute-fromagerie div.product-range-container div.product-item h3 {
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px auto 10px;
  text-align: left;
  color: #346b71;
}
@media screen and (min-width: 849px) {
  div.slider-controls.no-slick {
    display: none !important;
  }
}
div.saint-agur div.product-range-container div.product-item img,
div.haute-fromagerie div.product-range-container div.product-item img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
div.saint-agur div.social-container,
div.haute-fromagerie div.social-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}
div.saint-agur div.social-container h3.social-title,
div.haute-fromagerie div.social-container h3.social-title {
  font-family: "baskerville-display-pt", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 30px;
  z-index: 5;
}
div.saint-agur div.social-container div.social-links,
div.haute-fromagerie div.social-container div.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
div.saint-agur div.social-container div.social-links a,
div.haute-fromagerie div.social-container div.social-links a {
  color: #000;
  transition: all 0.2s ease-in-out;
}
div.saint-agur div.social-container div.social-links a:hover,
div.haute-fromagerie div.social-container div.social-links a:hover {
  color: #346b71;
}
div.saint-agur div.social-container div.social-links i,
div.haute-fromagerie div.social-container div.social-links i {
  font-size: 24px;
  margin: auto 20px;
}

div.saint-agur div.where-to-buy p,
div.haute-fromagerie div.where-to-buy p {
  margin: 10px 0;
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 1rem;
  line-height: 20px;
  max-width: 85%;
  text-align: center;
}

div.france-page div.where-to-buy,
div.saint-agur div.where-to-buy,
div.haute-fromagerie div.where-to-buy p:last-of-type {
  margin-bottom: 30px;
}
div.france-pagediv.where-to-buy div.retailer-container,
div.saint-agur div.where-to-buy div.retailer-container,
div.haute-fromagerie div.where-to-buy div.retailer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  margin: 40px auto;
}
div.france-page div.where-to-buy div.retailer-container img,
div.saint-agur div.where-to-buy div.retailer-container img,
div.saint-agur div.where-to-buy div.retailer-container img {
  max-width: 100px;
  max-height: 50px;
  margin: 10px;
}

div.france-page div.where-to-buy div.button-container,
div.saint-agur div.where-to-buy div.button-container,
div.haute-fromagerie div.where-to-buy div.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

div.france-page div.where-to-buy div.button-container button,
div.saint-agur div.where-to-buy div.button-container button,
div.haute-fromagerie div.where-to-buy div.button-container button {
  color: white;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-top: 44px;
  font-family: "baskerville-display-pt", serif;
  font-size: 15px;
  line-height: 22px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

div.france-page div.where-to-buy div.button-container button.red,
div.saint-agur div.where-to-buy div.button-container button.red,
div.haute-fromagerie div.where-to-buy div.button-container button.red {
  background: #9a041f;
  border: 1px solid #9a041f;
}
div.saint-agur div.where-to-buy div.button-container button.blue,
div.haute-fromagerie div.where-to-buy div.button-container button.blue {
  background: #346b71;
  border: 1px solid #346b71;
}
div.saint-agur div.where-to-buy div.button-container button.dark-blue,
div.haute-fromagerie div.where-to-buy div.button-container button.dark-blue {
  background: #082a2c;
  border: 1px solid #082a2c;
}
div.saint-agur div.where-to-buy div.button-container button.dark-blue:hover,
div.haute-fromagerie
  div.where-to-buy
  div.button-container
  button.dark-blue:hover {
  background: transparent;
  color: #082a2c;
}
div.saint-agur div.where-to-buy div.button-container button.blue:hover,
div.haute-fromagerie div.where-to-buy div.button-container button.blue:hover {
  background: transparent;
  color: #346b71;
}
div.france-page div.where-to-buy div.button-container button.red:hover,
div.saint-agur div.where-to-buy div.button-container button.red:hover,
div.haute-fromagerie div.where-to-buy div.button-container button.red:hover {
  background: transparent;
  color: #9a041f;
}

/*=============================
    HAUTE FROMAGERIE CUSTOM STYLING
==============================*/
div.hf-title {
  font-family: "CocogooseProLetterpress";
}
div.haute-fromagerie div.hero-slider .brand-logo {
  padding: 0 20px 10px;
  width: 400px;
}
div.haute-fromagerie div.header-container {
  color: #072428;
}
div.haute-fromagerie div.header-container h1 {
  color: #072428;
}

div.haute-fromagerie .rotm-container div.image-col {
  background-size: cover;
  background-position: center center;
}

div.haute-fromagerie div.product-range-container::after {
  content: "";
  position: absolute;
  background-image: url("../assets/images/cheese-bg-imge.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  height: 140px;
  bottom: -70px;
  left: -160px;
}

div.haute-fromagerie .product-range-container div.product-carousel {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
}

div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.slick-track,
div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.slick-list {
  height: 100%;
}
div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.slick-track {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: row;
}
div.haute-fromagerie div.content-col h3.content-title {
  color: #082a2c;
}
div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.product-carousel-item {
  height: auto;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  opacity: 0.3;
  outline: none;
}

div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.product-carousel-item
  div.product-inner {
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box;
  border: 1px solid #072428;
  padding: 15px;
  text-align: center;
  margin: 0 auto;
  max-width: 350px;
  box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.2);
}

div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.product-carousel-item.slick-active {
  opacity: 1;
}
div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.product-carousel-item.slick-center,
div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.product-carousel-item.slick-current {
  transform: scale(1.1);
}
div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.product-carousel-item.slick-center
  div.product-inner,
div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.product-carousel-item.slick-current
  div.product-inner {
  border: 1px solid #af2936;
}

div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.product-carousel-item:active
  div.product-inner,
div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.product-carousel-item:hover
  div.product-inner,
div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.product-carousel-item:focus
  div.product-inner {
  border: 1px solid #af2936;
  outline: none;
}

div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.product-carousel-item
  img {
  max-width: 100%;
  max-height: 100%;
  height: 200px;
  object-fit: contain;
}

div.haute-fromagerie
  .product-range-container
  div.product-carousel
  div.product-carousel-item
  h2.hf-title {
  font-family: "CocogooseProLetterpress";
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 20px auto 0px;
  font-weight: unset;
  color: #082a2c;
}

div.haute-fromagerie
  .product-range-container
  div.product-carousel
  ul.slick-dots
  li
  button {
  background: white;
  border: 1px solid black;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
div.haute-fromagerie
  .product-range-container
  div.product-carousel
  ul.slick-dots
  li.slick-active
  button {
  background: #af2936;
  border: unset;
}
div.haute-fromagerie
  .product-range-container
  div.product-carousel
  ul.slick-dots
  li
  button::before {
  color: unset;
}
div.haute-fromagerie div.product-range-container {
  margin-bottom: 120px;
}
div.haute-fromagerie div.product-item-container {
  width: 100%;
  max-width: 1200px;
}

@media screen and (min-width: 1200px) {
  div.haute-fromagerie div.product-item-container {
    width: 120%;
  }
}

div.haute-fromagerie div.product-item-container div.slick-list {
  overflow: visible;
}

div.haute-fromagerie div.product-item-container div.product-item a.cta-btn {
  box-sizing: border-box;
  background-color: #9a041f;
  display: inline-block;
  color: white;
  text-decoration: none;
  text-align: center;
  margin-top: 15px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  cursor: pointer;
}

div.haute-fromagerie div.product-range-container div.product-item h3 {
  color: #072428;
}
div.haute-fromagerie div.product-range-container div.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
div.haute-fromagerie div.product-range-container ul.slick-dots {
  position: unset;
}
div.haute-fromagerie div.product-range-container ul.slick-dots li button {
  border: 1px solid black;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
div.haute-fromagerie
  div.product-range-container
  ul.slick-dots
  li.slick-active
  button {
  border: unset;
  border-radius: 50%;
  background: #af2936;
}
div.haute-fromagerie
  div.product-range-container
  ul.slick-dots
  li
  button::before {
  color: transparent !important;
}
div.haute-fromagerie div.product-range-container i.slide-prev {
  color: #000;
  font-size: 26px;
  margin-right: 10px;
  cursor: pointer;
}
div.haute-fromagerie div.product-range-container i.slide-next {
  color: #000;
  font-size: 26px;
  margin-left: 10px;
  cursor: pointer;
}
div.haute-fromagerie div.product-range-container i.slide-next:hover,
div.haute-fromagerie div.product-range-container i.slide-prev:hover {
  color: #9a041f;
  transition: all 0.2s ease-in-out;
}

div.haute-fromagerie div.where-to-buy div.retailer-container {
  justify-content: space-evenly;
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
}

div.haute-fromagerie div.where-to-buy div.retailer-container img {
  max-height: 80px;
}

/* ============================
    SAINT AGUR CUSTOM STYLING
=============================== */
div.saint-agur div.header-container {
  color: #082c31;
}
div.saint-agur div.header-container h1 {
  color: #082a2c;
}

div.saint-agur div.heritage-container div.content-col:last-of-type::before {
  content: "";
  background-image: url(../assets/images/our-cheeses/main1-afterimage.jpg);
  width: 216px;
  height: 172px;
  position: absolute;
  bottom: -60px;
  right: -90px;
  background-repeat: no-repeat;
  margin: auto;
  z-index: -1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

div.saint-agur div.product-range-container div.full-image {
  height: 500px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 30px;
}

div.saint-agur h2.saint-agur-custom {
  color: #082a2c;
  font-weight: 400;
}
main.recipe-single-2020 div.hero-slider div.chef-label {
  position: absolute;
  bottom: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
}
main.recipe-single-2020 div.hero-slider div.chef-label h2 {
  font-size: 1.8rem;
  font-family: "baskerville-display-pt", serif;
  font-weight: bold;
  padding: 15px 20px 15px 50px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(175, 41, 54, 0.7609418767507002) 15%,
    rgba(175, 41, 54, 0.9374124649859944) 30%,
    rgba(175, 41, 54, 1) 44%
  );
  color: white;
  letter-spacing: 1px;
}
main.recipe-single-2020 div.content-container.default-content-width {
  margin-top: 50px;
  font-size: 1.1rem;
  font-weight: lighter;
  color: #000;
  font-family: "baskerville-display-pt", serif;
  line-height: 30px;
  width: 90%;
}
main.recipe-single-2020 div.content-container.default-content-width p {
  margin: 20px auto;
}
main.recipe-single-2020 .recipe-content {
  margin-top: 50px;
}
main.recipe-single-2020 .recipe-content .right-col .box img {
  margin: 20px auto;
}
main.recipe-single-2020 .recipe-content .left-col .wrap .main ol.method-list {
  margin: 0;
  padding: 0;
  width: 100%;
}
main.recipe-single-2020 ol.method-list li {
  margin-bottom: 0 !important;
  box-sizing: border-box;
  padding: 25px 0;
  border-bottom: 1px solid #ccdadb;
  width: 90%;
  float: left;
}
main.recipe-single-2020
  .recipe-content
  .left-col
  .wrap
  .top
  .options
  .filter-options
  strong,
main.recipe-single-2020 .recipe-content strong.method-title {
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  letter-spacing: var(--letter-spacing);
  color: #032529;
}
main.recipe-single-2020 div.added-content-wrapper {
  box-sizing: border-box;
  padding-top: 30px;
  line-height: 30px;
  width: 90%;
}
/* Fail safe for wsyiwg title */
main.recipe-single-2020 div.added-content-wrapper h1,
main.recipe-single-2020 div.added-content-wrapper h2,
main.recipe-single-2020 div.added-content-wrapper h3,
main.recipe-single-2020 div.added-content-wrapper h4,
main.recipe-single-2020 div.added-content-wrapper h5,
main.recipe-single-2020 div.added-content-wrapper h6 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
  font-family: "baskerville-display-pt", serif;
}
main.recipe-single-2020 div.added-content-wrapper p {
  margin-bottom: 28px;
  font-size: 19px;
  font-weight: lighter;
  color: #000;
  font-family: "baskerville-display-pt", serif;
  line-height: 30px;
}

/*=============================
  Islos Reused Saint Agur && Haute Fromagerie
  Shared Styling
=============================*/

/*div.islos div.header-container {*/
/*  text-align: center;*/
/*  max-width: 800px;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/

/*div.islos div.header-container h1 {*/
/*  font-family: "CocogooseProLetterpress";*/
/*  text-transform: uppercase;*/
/*  font-weight: 400;*/
/*  font-size: 2.4rem;*/
/*  margin: 40px auto;*/
/*}*/

/*div.islos div.header-container span.hf-body {*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  font-size: 1.8rem;*/
/*  font-weight: bold;*/
/*  letter-spacing: 6px;*/
/*}*/

/*div.islos div.header-container p {*/
/*  line-height: 1.5;*/
/*  font-size: 1.2rem;*/
/*}*/

/*div.islos .rotm-container {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  margin: 80px auto 100px;*/
/*}*/

/*div.islos .rotm-container div.border-col {*/
/*  padding: 40px 32px 40px 39px;*/
/*  border: 1px solid #072428;*/
/*  border-right: unset;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  flex-flow: column nowrap;*/
/*  text-align: center;*/
/*  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);*/
/*}*/

/*div.islos .rotm-container div.border-col h3.rotm-title {*/
/*  font-family: "CocogooseProLetterpress";*/
/*  text-transform: uppercase;*/
/*  color: #072428;*/
/*  font-weight: 400;*/
/*  font-size: 1.6rem;*/
/*  max-width: 200px;*/
/*  margin: 10px auto;*/
/*}*/

/*div.islos .rotm-container div.border-col p {*/
/*  color: #082a2c;*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  font-size: 1.1rem;*/
/*  line-height: 25px;*/
/*  max-width: 275px;*/
/*}*/

/*div.islos .rotm-container div.border-col a.cta-btn {*/
/*  background: #9a041f;*/
/*  display: inline-block;*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*  text-align: center;*/
/*  margin-top: 24px;*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  font-size: 1rem;*/
/*  line-height: 22px;*/
/*  padding: 10px 28px;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 5px;*/
/*}*/

/*div.islos .rotm-container div.image-col {*/
/*  width: 75%;*/
/*  height: 400px;*/
/*  background-size: 160%;*/
/*  background-repeat: no-repeat;*/
/*  background-position: 43% 33%;*/
/*}*/

/*div.islos div.title-inset {*/
/*  border-top: 1px solid #072428;*/
/*  position: relative;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  flex-direction: column;*/
/*  padding: 40px 0;*/
/*  margin: 80px auto 40px;*/
/*}*/

/*div.islos h1.inset {*/
/*  font-family: "CocogooseProLetterpress";*/
/*  text-transform: uppercase;*/
/*  color: #082a2c;*/
/*  font-weight: 400;*/
/*  font-size: 2.2rem;*/
/*  margin: -65px auto 35px;*/
/*  background-color: #fff;*/
/*  padding: 5px 25px;*/
/*}*/

/*div.islos div.content-col {*/
/*  width: 100%;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  padding: 30px 0;*/
/*  height: 100%;*/
/*}*/

/*div.islos div.content-col h3.content-title {*/
/*  font-size: 1.3rem;*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  font-weight: bolder;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 3px;*/
/*  margin: 0 auto 20px;*/
/*  color: #346b71;*/
/*}*/

/*div.islos div.content-col .left-col,*/
/*div.islos div.content-col .right-col {*/
/*  width: 100%;*/
/*  max-width: 100%;*/
/*  overflow: hidden;*/
/*}*/

/*div.islos div.heritage-container p {*/
/*  margin: 10px 0;*/
/*  color: #082a2c;*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  font-size: 0.95rem;*/
/*  line-height: 20px;*/
/*}*/

/*div.islos div.heritage-container img {*/
/*  max-width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*  width: 100%;*/
/*}*/

/*div.islos div.heritage-container div.content-col .wrap {*/
/*  padding: 15px 5px 10px 15px;*/
/*}*/

/*div.islos div.product-range-container {*/
/*  margin-bottom: 0;*/
/*}*/

/*div.islos div.product-range-container div.product-item {*/
/*  border: 1px solid #072428;*/
/*  padding: 25px;*/
/*  margin: 40px auto;*/
/*  width: 100%;*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  box-sizing: border-box;*/
/*  position: relative;*/
/*  height: 100%;*/
/*}*/

/*div.islos div.product-range-container div.product-item div.content-col {*/
/*  padding: 0;*/
/*}*/

/*div.islos div.product-range-container div.product-item div.content-col p {*/
/*  text-align: left;*/
/*  font-size: 1rem;*/
/*}*/

/*div.islos*/
/*  div.product-range-container*/
/*  div.product-item*/
/*  div.content-col*/
/*  div.upper-product {*/
/*  display: flex;*/
/*  align-self: center;*/
/*  flex-flow: column nowrap;*/
/*}*/

/*div.islos*/
/*  div.product-range-container*/
/*  div.product-item*/
/*  div.content-col*/
/*  div.upper-product*/
/*  div.text-container {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  flex-flow: row nowrap;*/
/*}*/

/*div.islos*/
/*  div.product-range-container*/
/*  div.product-item*/
/*  div.content-col*/
/*  div.upper-product*/
/*  div.text-container*/
/*  img {*/
/*  max-height: 125px;*/
/*  margin-left: 4px;*/
/*}*/

/*div.islos div.product-range-container div.product-item h2.product-title {*/
/*  font-family: "CocogooseProLetterpress";*/
/*  text-transform: uppercase;*/
/*  font-size: 2rem;*/
/*  margin-top: 0;*/
/*  font-weight: unset;*/
/*  color: #082a2c;*/
/*  margin-bottom: 20px;*/
/*}*/

/*div.islos div.product-range-container div.product-item h3 {*/
/*  font-weight: bold;*/
/*  font-size: 1.2rem;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 2px;*/
/*  margin: 20px auto 10px;*/
/*  text-align: left;*/
/*  color: #346b71;*/
/*}*/

/*div.islos div.product-range-container div.product-item img {*/
/*  max-width: 100%;*/
/*  object-fit: cover;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*}*/

/*div.islos div.social-container {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  flex-flow: column nowrap;*/
/*}*/

/*div.islos div.social-container h3.social-title {*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  font-style: italic;*/
/*  font-weight: 400;*/
/*  font-size: 1.3rem;*/
/*  margin-bottom: 30px;*/
/*  z-index: 5;*/
/*}*/

/*div.islos div.social-container div.social-links {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  flex-flow: row nowrap;*/
/*}*/

/*div.islos div.social-container div.social-links a {*/
/*  color: #000;*/
/*  transition: all 0.2s ease-in-out;*/
/*}*/

/*div.islos div.social-container div.social-links a:hover {*/
/*  color: #346b71;*/
/*}*/

/*div.islos div.social-container div.social-links i {*/
/*  font-size: 24px;*/
/*  margin: auto 20px;*/
/*}*/

/*div.islos div.where-to-buy p {*/
/*  margin: 10px 0;*/
/*  color: #082a2c;*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  font-size: 1rem;*/
/*  line-height: 20px;*/
/*  max-width: 85%;*/
/*  text-align: center;*/
/*}*/

/*div.islos div.where-to-buy p:last-of-type {*/
/*  margin-bottom: 30px;*/
/*}*/

/*div.islos div.where-to-buy div.retailer-container {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  flex-flow: row nowrap;*/
/*  margin: 40px auto;*/
/*}*/

/*div.islos div.where-to-buy div.button-container {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  flex-flow: row wrap;*/
/*}*/

/*div.islos div.where-to-buy div.button-container button {*/
/*  color: white;*/
/*  display: inline-block;*/
/*  text-decoration: none;*/
/*  text-align: center;*/
/*  margin-top: 44px;*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  font-size: 15px;*/
/*  line-height: 22px;*/
/*  padding: 12px 30px;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 5px;*/
/*  margin: 5px;*/
/*  transition: all 0.3s ease-in-out;*/
/*  cursor: pointer;*/
/*}*/

/*div.islos div.where-to-buy div.button-container button.red {*/
/*  background: #9a041f;*/
/*  border: 1px solid #9a041f;*/
/*}*/

/*div.islos div.where-to-buy div.button-container button.blue {*/
/*  background: #346b71;*/
/*  border: 1px solid #346b71;*/
/*}*/

/*div.islos div.where-to-buy div.button-container button.dark-blue {*/
/*  background: #082a2c;*/
/*  border: 1px solid #082a2c;*/
/*}*/

/*div.islos div.where-to-buy div.button-container button.dark-blue:hover {*/
/*  background: transparent;*/
/*  color: #082a2c;*/
/*}*/

/*div.islos div.where-to-buy div.button-container button.blue:hover {*/
/*  background: transparent;*/
/*  color: #346b71;*/
/*}*/

/*div.islos div.where-to-buy div.button-container button.red:hover {*/
/*  background: transparent;*/
/*  color: #9a041f;*/
/*}*/

/* =====================
  Islos Brand Page Custom
======================== */

/*.islos h1,*/
/*.islos h2,*/
/*.islos h3 {*/
/*  color: #174e56;*/
/*  font-weight: 400;*/
/*  font-family: "CocogooseProLetterpress";*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 3px;*/
/*  margin: 0 auto 20px;*/
/*}*/

/*div.islos h1.inset {*/
/*  color: #174e56;*/
/*}*/

/*.islos h1 {*/
/*  font-size: 2.5rem;*/
/*}*/
/*.islos h2 {*/
/*  font-size: 2rem;*/
/*}*/
/*.islos h3 {*/
/*  font-size: 1.3rem;*/
/*}*/

/*.islos p {*/
  /* font-family: "Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px; */
  /* or 133% */
/*  margin: 10px 0;*/
/*  color: black !important;*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  font-size: 1.15rem !important;*/
/*  line-height: 25px !important;*/
/*  font-weight: 400;*/
/*}*/

/*.islos .cta-btn {*/
/*  background: #9a041f;*/
/*  display: inline-block;*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*  text-align: center;*/
/*  margin-top: 24px;*/
/*  font-family: "baskerville-display-pt", serif;*/
/*  font-size: 17px;*/
/*  line-height: 22px;*/
/*  padding: 12px 30px;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 0;*/
/*  cursor: pointer;*/
/*}*/

/*div.islos div.content-col {*/
/*  flex-direction: column;*/
/*  gap: 5rem;*/
/*  position: relative;*/
/*}*/

/*div.islos div.content-col .left-col,*/
/*div.islos div.content-col .right-col {*/
/*  width: 100%;*/
/*  box-sizing: border-box;*/
/*}*/

/*@media (min-width: 1024px) {*/
/*  div.islos div.header-container {*/
/*    margin-bottom: 80px;*/
/*  }*/

/*  div.islos div.content-col {*/
/*    flex-direction: row;*/
/*  }*/
/*  div.islos div.content-col .left-col,*/
/*  div.islos div.content-col .right-col {*/
/*    width: 50%;*/
/*  }*/
/*}*/

/*.islos .what-is-feta-container .right-col {*/
/*  position: relative;*/
/*  overflow: visible !important;*/
/*  z-index: 1;*/
/*}*/

/* grapes */
/*.islos .what-is-feta-container .right-col::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-image: url("../assets/images/islos/islos-feta-grapes.png");*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  width: 220px;*/
/*  height: 140px;*/
/*  top: -100px;*/
/*  right: -110px;*/
/*}*/

/* Stamp */
/*.islos .what-is-feta-container .right-col::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-image: url("../assets/images/islos/islos-origin-stamp.png");*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  width: 130px;*/
/*  height: 130px;*/
/*  bottom: -30px;*/
/*  left: -20px;*/
/*}*/

/*.islos .origin-container {*/
/*  position: relative;*/
/*}*/
/*@media (min-width: 1024px) {*/
  /* Stamp */
/*  .islos .what-is-feta-container .right-col::before {*/
/*    left: -100px;*/
/*  }*/

/*  .islos .origin-container {*/
/*    position: relative;*/
/*    margin-top: 70px;*/
/*    margin-bottom: 170px;*/
/*  }*/

/*  .islos .origin-container .content-col {*/
/*    position: relative;*/
/*  }*/

/*  .islos .origin-container .content-col .left-col {*/
/*    overflow: visible !important;*/
/*  }*/

/*  .islos .origin-container .content-col .left-col img {*/
/*    position: absolute;*/
/*    width: 80%;*/
/*    top: 40px;*/
/*    left: -8vw;*/
/*    height: 80%;*/
/*    transform: scale(1.5);*/
/*  }*/

/*  .islos .origin-container .content-col .right-col {*/
/*    position: relative;*/
/*    background-color: white;*/
/*    padding: 3rem 3rem;*/
/*    overflow: visible;*/
/*  }*/
/*  .islos .origin-container .content-col .right-col::after {*/
/*    content: "";*/
/*    border: 1px solid #259eaf;*/
/*    width: 108%;*/
/*    height: 108%;*/
/*    position: absolute;*/
/*    top: -20px;*/
/*    left: -20px;*/
/*  }*/
/*}*/
/*.islos .step-container p {*/
/*  text-align: center;*/
/*  letter-spacing: -0.02em;*/
/*}*/

.step-container {
  margin-bottom: 240px !important;
}

.step-container .step-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  border-radius: 0px 0px 20px 20px;
  width: 100%;
  background-color: white;
  z-index: 2;
  padding: 3rem 5rem;
}

@media (min-width: 400px) {
  .step-container .step-flex {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .step-container .step-flex {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .step-container .step-flex {
    max-width: 100%;
  }
}

.step-container .step-flex .step-item {
  width: 100%;
}

@media (min-width: 400px) {
  .step-container .step-flex .step-item {
    width: 43%;
  }
}

@media (min-width: 768px) {
  .step-container .step-flex .step-item {
    width: 20%;
  }
}

.step-container .step-flex .step-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.step-container .step-flex .step-circle .step-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Baskerville";
  font-style: italic;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: white;
  z-index: 1;
}

.step-container .step-flex .content-text {
  text-align: center;
}

.step-container .step-flex .content-text h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "CocogooseProLetterpress";
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #174e56;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.bg-img {
  position: relative; /* or absolute */
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-img img {
  object-fit: contain;
  object-position: center top;
  width: 100%;
  height: 100%;
}

.bg-img-cover {
  position: relative; /* or absolute */
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-img-cover img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}

.step-container .bg-img-cover {
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: 0;
  top: 100px;
  min-height: 600px;
  max-width: 2400px;
}

@media (max-width: 767px) {
  .step-container {
    margin-bottom: 0px !important;
  }
  .step-container .bg-img-cover {
    display: none;
  }
}

/*.islos .feta-container div.content-col {*/
/*  position: relative;*/
/*}*/

/*.islos .feta-container .left-col {*/
/*  border: 2px solid #174e56;*/
/*  padding: 2rem 3rem;*/
/*  margin-top: 7rem;*/
/*  position: relative;*/
/*  overflow: visible !important;*/
/*}*/

/*@media (min-width: 1024px) {*/
/*  .islos .feta-container .left-col {*/
/*    width: 53% !important;*/
/*    padding-right: 12rem;*/
/*    box-sizing: inherit !important;*/
/*  }*/
/*}*/

/*@media (min-width: 1024px) {*/
/*  .islos .feta-container .right-col {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: -110px;*/
/*    width: 50% !important;*/
/*    overflow: visible !important;*/
/*  }*/

/*  .islos .feta-container .right-col img {*/
/*    max-width: 538px;*/
/*    object-fit: contain;*/
/*  }*/
/*}*/

/*.islos .feta-container .left-col::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-image: url("../assets/images/islos/islos-decor-side-1.png");*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  width: 332px;*/
/*  height: 332px;*/
/*  top: -100px;*/
/*  left: -110px;*/
/*}*/

/*.islos .feta-container .right-col::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-image: url("../assets/images/islos/islos-decor-side-2.png");*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  width: 340px;*/
/*  height: 365px;*/
/*  bottom: -109px;*/
/*  right: -174px;*/
/*}*/

/*.islos .nutrition-container {*/
/*  background-color: #164b52;*/
/*  position: relative;*/
/*}*/

/*.islos .nutrition-container .inset {*/
/*  color: white !important;*/
/*  background-color: #164b52 !important;*/
/*  position: relative;*/
/*  top: 63px;*/
/*  z-index: 1;*/
/*}*/

/*.islos .nutrition-container:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-image: url(../assets/images/islos/islos-feta-grapes.png);*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  width: 220px;*/
/*  height: 140px;*/
/*  bottom: -40px;*/
/*  right: -63px;*/
/*  z-index: 12;*/
/*}*/

/*.islos .nutrition-container .nutrition-flex .content-text p {*/
/*  color: white !important;*/
/*}*/

/*.islos .nutrition-container .nutrition-flex {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  gap: 3rem;*/
/*  border-radius: 0px 0px 20px 20px;*/
/*  width: 100%;*/
/*  z-index: 2;*/
/*  padding: 3rem 5rem;*/
/*}*/

/* .islos .nutrition-container:before {
  content: "";
  display: none;
}

.islos .nutrition-container .nutrition-flex:before {
  content: "";
  display: none;
} */

/*@media (min-width: 500px) {*/
/*  .islos .nutrition-container .inset {*/
/*    padding: 5px 35px;*/
/*  }*/

  /* Title decor */
/*  .islos .nutrition-container:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 60px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    border-top: 1px solid white;*/
/*    width: 86%;*/
/*    height: 1px;*/
/*    z-index: 0;*/
/*    display: block;*/
/*  }*/

  /* Border goes inside box */
/*  .islos .nutrition-container .nutrition-flex:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 17px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    border: 1px solid white;*/
/*    width: 96%;*/
/*    height: 94.4%;*/
/*  }*/
/*}*/

/*@media (min-width: 1024px) {*/
  /* Border goes inside box */
/*  .islos .nutrition-container .nutrition-flex:after {*/
/*    content: "";*/
/*    height: 87%;*/
/*  }*/
/*}*/

/*.islos .nutrition-container .nutrition-flex .nutrition-circle {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  position: relative;*/
/*}*/

/*.islos .nutrition-container .nutrition-flex .content-text {*/
/*  position: relative;*/
/*}*/

/*.islos .nutrition-container .nutrition-flex .content-text p {*/
/*  text-align: center;*/
/*}*/

/*.islos .nutrition-container .nutrition-flex .nutrition-circle h4 {*/
/*  color: #164b52;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  text-transform: uppercase;*/
/*  font-weight: bold;*/
/*  font-family: "CocogooseProLetterpress";*/
/*  font-size: 20px;*/
/*  line-height: 28px;*/
/*  text-align: center;*/
/*  letter-spacing: -0.02em;*/
/*  z-index: 1;*/
/*}*/

/*.islos .nutrition-container .nutrition-flex .bg-img img {*/
/*  object-position: center;*/
/*  max-width: 251px;*/
/*}*/

/* Islos Carousel  */

/*.islos .product-range-container .content-col .left-col {*/
/*  width: 100%;*/
/*}*/

/*.islos .product-range-container .content-col .right-col {*/
/*  width: 100%;*/
/*}*/

/*@media (min-width: 1024px) {*/
/*  .islos .product-range-container .content-col .left-col {*/
/*    width: 30%;*/
/*    margin-top: 100px;*/
/*  }*/

/*  .islos .product-range-container .content-col .right-col {*/
    /* width: 70%; */
/*    width: 50vw;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 0;*/
/*  }*/

/*  .islos .nutrition-container .nutrition-flex {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*  }*/
/*}*/

/* product-carousel islos */

/*div.islos .product-range-container div.product-carousel {*/
/*  width: 100%;*/
/*  height: 730px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

/*div.islos .product-range-container div.product-carousel div.slick-track,*/
/*div.islos .product-range-container div.product-carousel div.slick-list {*/
/*  height: 100%;*/
/*}*/
/*div.islos .product-range-container div.product-carousel div.slick-track {*/
/*  display: flex;*/
/*  align-items: center;*/
  /* justify-content: center; */
/*  flex-direction: row;*/
/*}*/
/*@media (min-width: 1024px) {*/
/*  div.islos .product-range-container div.product-carousel div.slick-track {*/
/*    margin-left: 70px;*/
/*  }*/
/*}*/

/*div.islos div.content-col h3.content-title {*/
/*  color: #164b52;*/
/*}*/
/*div.islos*/
/*  .product-range-container*/
/*  div.product-carousel*/
/*  div.product-carousel-item {*/
/*  height: auto;*/
/*  transform: scale(1);*/
/*  transition: all 0.2s ease-in-out;*/
/*  cursor: pointer;*/
  /* opacity: 0.3; */
/*  opacity: 1;*/
/*  outline: none;*/
/*}*/

/* inner */
/*div.islos*/
/*  .product-range-container*/
/*  div.product-carousel*/
/*  div.product-carousel-item*/
/*  div.product-inner {*/
/*  display: flex;*/
/*  flex-flow: column nowrap;*/
/*  box-sizing: border-box;*/
/*  border: 2px solid #072428;*/
/*  padding: 15px;*/
/*  text-align: left;*/
/*  margin: 0 auto;*/
/*  max-width: 550px;*/
/*  box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.2);*/
/*  border-radius: 0px 40px 0px 0px;*/
/*}*/

/*div.islos*/
/*  .product-range-container*/
/*  div.product-carousel*/
/*  div.product-carousel-item.slick-active {*/
/*  opacity: 1;*/
/*}*/
/*div.islos*/
/*  .product-range-container*/
/*  div.product-carousel*/
/*  div.product-carousel-item.slick-center,*/
/*div.islos*/
/*  .product-range-container*/
/*  div.product-carousel*/
/*  div.product-carousel-item.slick-current {*/
/*  transform: scale(1);*/
/*}*/

/*div.islos*/
/*  .product-range-container*/
/*  div.product-carousel*/
/*  div.product-carousel-item:active*/
/*  div.product-inner,*/
/*div.islos*/
/*  .product-range-container*/
/*  div.product-carousel*/
/*  div.product-carousel-item:hover*/
/*  div.product-inner,*/
/*div.islos*/
/*  .product-range-container*/
/*  div.product-carousel*/
/*  div.product-carousel-item:focus*/
/*  div.product-inner {*/
/*  border: 1px solid #af2936;*/
/*  outline: none;*/
/*}*/

/*div.islos*/
/*  .product-range-container*/
/*  div.product-carousel*/
/*  div.product-carousel-item*/
/*  img {*/
/*  max-width: 100%;*/
/*  max-height: 100%;*/
/*  height: 390px;*/
/*  object-fit: cover;*/
/*  border-radius: 0px 30px 0px 0px;*/
/*}*/

/*div.islos*/
/*  .product-range-container*/
/*  div.product-carousel*/
/*  div.product-carousel-item*/
/*  h2.hf-title {*/
/*  font-family: "CocogooseProLetterpress";*/
/*  text-transform: uppercase;*/
/*  font-size: 1.3rem;*/
/*  text-align: left;*/
/*  margin: 20px 0 0px;*/
/*  font-weight: unset;*/
/*  color: #164b52;*/
/*  letter-spacing: 0;*/
/*}*/

/*div.islos*/
/*  .product-range-container*/
/*  div.product-carousel*/
/*  ul.slick-dots*/
/*  li*/
/*  button {*/
/*  background: white;*/
/*  border: 1px solid black;*/
/*  border-radius: 50%;*/
/*  height: 15px;*/
/*  width: 15px;*/
/*}*/
/*div.islos*/
/*  .product-range-container*/
/*  div.product-carousel*/
/*  ul.slick-dots*/
/*  li.slick-active*/
/*  button {*/
/*  background: #af2936;*/
/*  border: unset;*/
/*}*/
/*div.islos*/
/*  .product-range-container*/
/*  div.product-carousel*/
/*  ul.slick-dots*/
/*  li*/
/*  button::before {*/
/*  color: unset;*/
/*}*/
/*div.islos div.product-range-container {*/
/*  margin-bottom: 120px;*/
/*}*/
/*div.islos div.product-item-container {*/
/*  width: 100%;*/
/*  max-width: 1200px;*/
/*}*/

/*@media screen and (min-width: 1200px) {*/
/*  div.islos div.product-range-container {*/
/*    margin-bottom: 240px;*/
/*  }*/
/*  div.islos div.product-item-container {*/
/*    width: 120%;*/
/*  }*/
/*}*/

/*div.islos div.product-item-container div.slick-list {*/
/*  overflow: visible;*/
/*}*/

/* CTA Button Carousel */
/*div.islos .product-carousel-item a.cta-btn {*/
/*  box-sizing: border-box;*/
/*  padding: 7px 0px;*/
/*  display: block;*/
/*  max-width: 144px;*/
/*}*/

/*div.islos div.product-range-container div.product-item h3 {*/
/*  color: #072428;*/
/*}*/
/*div.islos div.product-range-container div.slider-controls {*/
/*  display: flex;*/
/*  flex-flow: row nowrap;*/
/*  margin-top: 70px;*/
/*}*/
/*div.islos div.product-range-container ul.slick-dots {*/
/*  position: unset;*/
/*}*/
/*div.islos div.product-range-container ul.slick-dots li button {*/
/*  border: 1px solid black;*/
/*  border-radius: 50%;*/
/*  width: 18px;*/
/*  height: 18px;*/
/*}*/
/*div.islos div.product-range-container ul.slick-dots li.slick-active button {*/
/*  border: unset;*/
/*  border-radius: 50%;*/
/*  background: #af2936;*/
/*}*/
/*div.islos div.product-range-container ul.slick-dots li button::before {*/
/*  color: transparent !important;*/
/*}*/
/*div.islos div.product-range-container i.slide-prev {*/
/*  color: #000;*/
/*  font-size: 26px;*/
/*  margin-right: 10px;*/
/*  cursor: pointer;*/
/*  border: 2px #174e56 solid;*/
/*  padding: 7px 13px;*/
/*}*/
/*div.islos div.product-range-container i.slide-next {*/
/*  color: #000;*/
/*  font-size: 26px;*/
/*  margin-left: 10px;*/
/*  cursor: pointer;*/
/*  border: 2px #174e56 solid;*/
/*  padding: 7px 13px;*/
/*}*/
/*div.islos div.product-range-container i.slide-next:hover,*/
/*div.islos div.product-range-container i.slide-prev:hover {*/
/*  color: #9a041f;*/
/*  transition: all 0.2s ease-in-out;*/
/*}*/

/*div.islos div.where-to-buy div.retailer-container {*/
/*  justify-content: space-evenly;*/
/*  width: 100%;*/
/*  max-width: 500px;*/
/*  margin-top: 20px;*/
/*}*/

/*div.islos div.where-to-buy div.retailer-container img {*/
/*  max-height: 150px;*/
/*}*/

/*.islos .socials {*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*  align-items: center;*/
/*  -webkit-box-pack: center;*/
/*  justify-content: center;*/
/*  -webkit-box-orient: vertical;*/
/*  -webkit-box-direction: normal;*/
/*  flex-flow: column nowrap;*/
/*}*/

/*.islos .socials .italic {*/
/*  font-style: italic;*/
/*  font-size: 1.4rem;*/
/*}*/

/*.islos .socials .icons {*/
/*  margin-top: 20px;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*  align-items: center;*/
/*  -webkit-box-pack: center;*/
/*  justify-content: center;*/
/*  -webkit-box-orient: horizontal;*/
/*  -webkit-box-direction: normal;*/
/*  flex-flow: row wrap;*/
/*  gap: 30px;*/
/*}*/
/*.islos .socials .icons a {*/
/*  color: black;*/
/*  font-size: 1.8rem;*/
/*  transition: all 0.3s ease-in-out;*/
/*}*/

/*.islos div.retailer-container {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));*/
/*  gap: 20px;*/
/*}*/

/*.islos div.retailer-container a {*/
/*  transition: all 0.3s ease-in-out;*/
/*}*/

/*======================
    Islos End !
======================*/

/*======================
    Bastille Template
======================*/
div.bastille-day {
  line-height: 26px;
  font-family: "baskerville-display-pt", serif;
  color: #082a2c;
}
div.bastille-day div.hero-slider {
  position: relative;
}
div.bastille-day div.hero-slider div.text-container {
  position: absolute;
  left: 0;
  top: 40%;
  width: 50%;
  max-width: 650px;
  height: 100px;
  background-color: #2f3f77;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px 80px;
  text-align: left;
}
div.bastille-day div.hero-slider div.text-container h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "CocogooseProLetterpress";
  font-size: 2.9rem;
  margin-top: 10px;
  margin-bottom: 15px;
}
div.bastille-day div.hero-slider div.text-container span.date {
  font-family: "baskerville-display-pt", serif;
  font-size: 20px;
}

div.bastille-day p {
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: "baskerville-display-pt", serif;
  font-size: 20px;
}
div.bastille-day .title-inset {
  position: relative;
  border-top: 1px solid #082a2c;
  padding: 50px 0px;
  display: flex;
  align-items: center;
  flex-flow: column;
  text-align: center;
}
div.bastille-day .title-inset .title-to-set {
  text-align: center;
  background-color: white;
  padding: 0px 45px;
  font-weight: 400;
  font-family: "CocogooseProLetterpress";
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-top: -64px;
  margin-bottom: 30px;
}

div.bastille-day div.entry-header {
  margin-top: 120px;
  margin-bottom: 40px;
}

div.bastille-day div.entry-header > p {
  padding: 0 5%;
  width: 100%;
}

div.bastille-day div.entry-header img.entry-image {
  width: 100%;
  height: 400px;
  margin-top: 40px;
}

div.bastille-day section.event-section div.event-container {
  width: 90%;
  margin: 10px auto;
  padding: 10px 0px;
  text-align: center;
  border-bottom: 1px solid rgba(81, 119, 225, 0.2);
}
div.bastille-day section.event-section div.event-container:last-of-type {
  border-bottom: unset;
}
div.bastille-day section.event-section div.event-container h2.event-title {
  font-family: "baskerville-display-pt", serif;
  font-weight: bolder;
  font-size: 2rem;
  margin: 25px auto;
  text-transform: uppercase;
  letter-spacing: 3px;
}
div.bastille-day section.event-section div.event-container span.date-time {
  font-size: 18px;
}
div.bastille-day section.event-section div.event-container > p {
  margin-top: 25px;
}
div.bastille-day section.event-section div.link-container {
  margin-bottom: 40px;
}
div.bastille-day section.event-section div.link-container a.cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 44px;
  font-family: "baskerville-display-pt", serif;
  font-size: 20px;
  line-height: 22px;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 350px;
}
div.bastille-day section.event-section div.iframe-container {
  width: 80%;
  height: 500px;
  margin: 40px auto;
}
div.bastille-day section.event-section div.iframe-container iframe {
  width: 100%;
  height: 100%;
}

/* CONTACT FORM GDPR FIX */
form.wpcf7-form div.gdpr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  margin-top: unset;
}

/* =====================
  Ferrari Brand Page Custom
======================== */
.postid-2614 .cheese-content-first .tab-view p {
  margin: 0px 0px 12px;
}
.postid-2614 .cheese-content-first .tab-view h2 {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.postid-2614 .cheese-content-first .tab-view {
  display: table;
}
.postid-2614 .container.brand-page .cheese-content-first {
  max-width: 72%;
}

.postid-2614 .cheese-content-first .tab-view .right-col img {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 90%;
  margin-left: 0;
  padding: 0 0 5%;
}
.postid-2614 .cheese-content-first .tab-view .left-col,
.postid-2614 .cheese-content-first .tab-view .right-col {
  width: 100%;
  max-width: 100%;
  float: none;
  text-align: center;
}
.postid-2614 .container.brand-page .cheese-content-second {
  max-width: 72%;
}
@media screen and (min-width: 1025px) {
  .postid-2614 .container.brand-page .cheese-content-second .tab-view {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
  }
  .postid-2614 .cheese-content-second .tab-view .right-col img {
    max-width: 650px;
  }
}
@media screen and (min-width: 1300px) {
  .postid-2614 .cheese-content-first .tab-view {
    display: flex;
    align-items: stretch;
  }
  .postid-2614 .cheese-content-first .tab-view .left-col .wrap {
    text-align: left;
  }

  .postid-2614 .cheese-content-first .tab-view h2 {
    font-size: 1.6rem;
  }
  .postid-2614 .cheese-content-first .tab-view div.right-col {
    display: flex;
    align-items: center;
  }
  .postid-2614 .cheese-content-first .tab-view .right-col picture {
    height: 105%;
    width: 115%;
  }
  .postid-2614 .cheese-content-first .tab-view .right-col picture img {
    width: 115%;
    height: 100%;
    max-width: 115%;
    object-fit: cover;
    margin: 0;
  }
}
@media screen and (min-width: 1500px) {
  .postid-2614 .container.brand-page .cheese-content-first {
    max-width: 1100px;
  }
}
.postid-2614 .cheese-content-second .tab-view .right-col {
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .postid-2614 .hero-slider .brand-logo {
    width: 430px;
    height: 247px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .postid-2614 .hero-slider .brand-logo img {
    width: 100%;
    max-width: 250px;
  }
}
@media screen and (min-width: 900px) {
  div.saint-agur div.content-col .left-col {
    margin-left: 10px;
    margin-top: 0;
  }
}

.postid-2390 .cheese-content-first .tab-view .left-col .wrap {
}

/* =====================
        404 Page 
====================== */

.site-main-404 .error-404 {
  margin-top: 120px;
}
.site-main-404 .error-404 .page-title {
  color: #082a2c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "CocogooseProLetterpress";
  height: 130px;
  text-align: center;
}

.error-404 .page-content {
  font-family: "baskerville-display-pt", serif;
  text-align: center;
}

.error-404 .page-content p.oops {
  font-size: 25px;
  width: 70%;
  margin: 0 auto;
  line-height: 1.5;
}

.error-404 .page-content .search-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 50px 0;
  height: 60px;
  width: 100%;
}

.error-404 .page-content .search-404 p {
  font-family: "CocogooseProLetterpress";
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
}

.error-404 .page-content .search-404 form {
  width: 70%;
  height: 50px;
}

.error-404 .page-content .search-404 form input[type="text"] {
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 23px;
  text-align: center;
  font-family: "baskerville-display-pt", serif;
  border: 1px solid #072428;
}

.error-404
  .page-content
  .search-404
  form
  input[type="text"]::-webkit-input-placeholder {
  font-size: 20px;
}

.error-404
  .page-content
  .search-404
  form
  input[type="text"]:-ms-input-placeholder {
  font-size: 20px;
}

.error-404
  .page-content
  .search-404
  form
  input[type="text"]::-ms-input-placeholder {
  font-size: 20px;
}

.error-404 .page-content .search-404 form input[type="text"]::placeholder {
  font-size: 20px;
}

.error-404 .page-content .recent-posts {
  margin-top: 80px;
}

.error-404 .page-content .recent-posts h2 {
  font-size: 30px;
  font-family: "CocogooseProLetterpress";
  text-transform: uppercase;
}

.error-404 .page-content .recent-posts .recents-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 100px;
}

.error-404 .page-content .recent-posts .recents-grid .grid-item {
  margin: 0 auto 100px;
}

.error-404 .page-content .recent-posts .recents-grid .grid-item .box {
  border: 1px solid #072428;
  max-width: 285px;
  text-align: left;
}

.error-404 .page-content .recent-posts .recents-grid .grid-item .box .wrap {
  padding: 18px;
  text-align: center;
  margin-top: -82px;
}

.error-404 .page-content .recent-posts .recents-grid .grid-item .box .wrap img {
  max-width: 100%;
}

.error-404 .page-content .recent-posts .recents-grid .grid-item .box .wrap h3 {
  color: #082a2c;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
  padding: 10px 0;
  font-family: "CocogooseProLetterpress";
}

.error-404 .page-content .recent-posts .recents-grid .grid-item .box .wrap p {
  color: #082a2c;
  font-family: "baskerville-display-pt", serif;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
}

.error-404
  .page-content
  .recent-posts
  .recents-grid
  .grid-item
  .box
  .wrap
  .cta-btn {
  background: #9a041f;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 30px;
  font-family: "baskerville-display-pt", serif;
  font-size: 17px;
  line-height: 22px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/* ====================
  Button Hover Preset 
===================== */

a.cta-btn:hover,
a.cta-btn:focus,
a.cta-btn:active {
  background: #fff !important;
  color: #9a041f !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@font-face {
	font-family: 'MADE Future X';
    src: url('/wp-content/themes/cheeselover/assests/fonts/FutureXBold.woff2') format('woff2');
}

/* Contact Form */
.contact-form-wrapper{
	text-align: center;
	max-width: 900px;
	width: 90%;
	margin: 6rem auto 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	padding: 0 2rem;
}

.contact-section input[type="text"],
.contact-section input[type="date"],
.contact-section input[type="datetime"],
.contact-section input[type="email"],
.contact-section input[type="number"],
.contact-section input[type="tel"],
.contact-section input[type="search"],
.contact-section input[type="time"],
.contact-section input[type="url"],
.contact-section textarea,
.contact-section select {
	font-family: 'baskerville-display-pt', serif;
	font-size: 17px;
	font-weight: 400;
	color: #000000;
	background: rgba(255,255,255,.1);
	border: none;
	width: 100%;
	border-radius: 0;
	margin: 0;
	outline: 0;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	-webkit-box-shadow: 1px 4px 4px 1px #bec2c3;
	box-shadow: 1px 4px 4px 1px #bec2c3;
	margin-bottom: 7px;
	border: 1px solid #072428;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	padding-left: 10px;
	text-transform: uppercase;
	color: #bec2c3;
	letter-spacing: 5px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	padding-left: 10px;
	text-transform: uppercase;
	color: #bec2c3;
	letter-spacing: 5px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	padding-left: 10px;
	text-transform: uppercase;
	color: #bec2c3;
	letter-spacing: 5px;
}

input::placeholder,
textarea::placeholder {
	padding-left: 10px;
	text-transform: uppercase;
	color: #bec2c3;
	letter-spacing: 5px;
}

label {
	width: 49%;
}

.contact-section input[type="submit"], .contact-section input[type="button"] {
	background: #9a041f;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-top: 20px;
	font-family: 'baskerville-display-pt', serif;
	font-size: 17px;
	line-height: 22px;
	padding: 12px 30px;
	text-transform: uppercase;
	letter-spacing: 5px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #9a041f;
	cursor: pointer;
}

.contact-section input[type="submit"]:hover,
.contact-section input[type="submit"]:focus,
.contact-section input[type="submit"]:active,
.contact-section input[type="button"]:hover,
.contact-section input[type="button"]:focus,
.contact-section input[type="button"]:active {
	background: #fff;
	color: #9a041f;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.contact-section textarea{
	margin-bottom: 20px;
}

.wpcf7-form-control-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.GDPR {
	width: 100%;
	text-align: left;
}

input[type="checkbox" i] {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    margin-right: 15px;
	display: inline-block;
}

.wpcf7-list-item-label{
	font-family: 'baskerville-display-pt', serif;
	display: inline;
	font-size: 13px;
	margin-bottom: 22px;
}

.first-name,
.last-name {
	margin-bottom: 10px;
}

label.gfield_label,
label.hidden_sub_label {
	display: none !important;
}

/* new form */
ul#gform_fields_1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
	gap: 15px;
}

/* Input flex controls */
ul#gform_fields_1 li#field_1_1,
ul#gform_fields_1 li#field_1_5 {
	flex-basis: 100%;
}

ul#gform_fields_1 li#field_1_2,
ul#gform_fields_1 li#field_1_3 {
	flex-basis: calc(50% - 7.5px);
}

div.ginput_complex {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row nowrap;
	gap: 15px;
}

ul.gfield_checkbox li.gchoice_1_7_1 {
	display: flex;
	text-align: left;
}

ul.gfield_checkbox li.gchoice_1_7_1 label#label_1_7_1 {
	width: 100%;
}

div.ginput_complex span.name_first, div.ginput_complex span.name_last {
	flex-basis: 50%;
}
		
div.gform_body li#field_1_8 {
	display: none !important;
}

@media screen and (max-width: 768px) {
	div.ginput_complex {
	flex-flow: column nowrap;
    }
    
    /* Input flex controls */
    ul#gform_fields_1 li#field_1_1,
    ul#gform_fields_1 li#field_1_5 {
    	flex-basis: 100%;
    	width: 100%;
    }
    
    ul#gform_fields_1 li#field_1_2,
    ul#gform_fields_1 li#field_1_3 {
    	flex-basis: 100%;
    	width: 100%;
    }
    
    div.ginput_complex span.name_first, div.ginput_complex span.name_last {
    	flex-basis: 100%;
    	width: 100%;
    }
    
    .contact-form-wrapper {
    	max-width: 500px;
    }
    
    label {
    	width: 100%;
    	margin: 0;
    }
    
    .GDPR {
    	width: 100%;
    }
    
    .tel-768 {
    	margin-bottom: .6rem;
    }
}

.gfield--type-honeypot {
    visibility: hidden;
    height: 0;
    position: absolute;
    left: 999px;
}

.gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.gform_fields .gfield {
    width: 100%;
}

.gfield--type-consent legend {
    display: none;
}

.gform_required_legend {
    display: none;
}

@media(min-width: 1025px) {
    
    .gform_fields  .gfield--width-half {
        width: 49%;
    }
    
}

/* Recipe Content */
main.recipe-single-2020 .recipe-content .left-col .wrap .top .options .filter-options,
main.recipe-single-2020 .recipe-content .left-col .wrap .main ol li,
main.recipe-single-2020 .recipe-content .right-col .box span,
main.recipe-single-2020 .recipe-content .right-col .box strong {
    color: #032529 !important;
}
main.recipe-single-2020 .single-recipes-page-list h2 {
    font-weight: lighter;
}
main.recipe-single-2020 .recipe-content .right-col .box span h1,
main.recipe-single-2020 .recipe-content .right-col .box span h2,
main.recipe-single-2020 .recipe-content .right-col .box span h3,
main.recipe-single-2020 .recipe-content .right-col .box span h4, 
main.recipe-single-2020 .recipe-content .right-col .box span h5,
main.recipe-single-2020 .recipe-content .right-col .box span h6,
main.recipe-single-2020 .recipe-content .right-col .box span span {
    margin-bottom: 0;
}

main.recipe-single-2020 .recipe-content .right-col .box span h1 strong,
main.recipe-single-2020 .recipe-content .right-col .box span h2 strong,
main.recipe-single-2020 .recipe-content .right-col .box span h3 strong,
main.recipe-single-2020 .recipe-content .right-col .box span h4 strong, 
main.recipe-single-2020 .recipe-content .right-col .box span h5 strong,
main.recipe-single-2020 .recipe-content .right-col .box span h6 strong {
    padding: 10px 0px;
    font-weight: 800;
}

main.recipe-single-2020 .recipe-content .right-col .box span p strong {
    padding: 0;
    display: inline;
    letter-spacing: unset;
    font-size: inherit;
    text-transform: unset;
    font-weight: 800;
}
button.cta-btn.adimo-btn {
    box-sizing: border-box;
    box-shadow: unset;
    border: unset;
    background-color: #9a041f;
    display: inline-block;
    color: white;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    font-family: "baskerville-display-pt", serif;
    font-size: 17px;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    cursor: pointer;
}
main.recipe-single-2020 {
    position: relative;
}

/* -- changes 16/01/23 --*/
.single-recipes-page-list.default-content-width {
    width: 100%;
    margin-top: 100px!important;
    max-width: 100vw;
    margin: auto;
}

.slick-slide img {
    /*width: fit-content!important;*/
}

.mobile-slider .in a.wrap img {
    width: 100%;
    margin: auto;
    margin-bottom: 28px;
}

.recipe-single-page .recipe-content .main {
    display:block;
    width: 80vw;
    margin: auto;
    margin-left: 15vw;
    padding: 0;
}

.single-recipes-page-list .items .item .box .wrap img {
    width: 100%!important;
    height: 300px;
    object-fit: cover;
}

.recipe-content .right-col {
    margin: auto;
    width: 100vw;
    padding: 0;
}

.recipe-content .right-col .box {
    width: 100%;
    margin: auto;
}

.recipe-content .left-col .wrap .top .options .filter-options {
    width: fit-content;
    margin: 0 10px;
}

.recipe-content .left-col .wrap .top .options {
    width: 100vw;
    margin: auto;
    display: flex;
    justify-content: center;
}

.slick-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*min-height: -webkit-fill-available;*/
    /*max-height: -webkit-fill-available;*/
}

.slick-track {
    display: flex;
    height: 100%;
    position: relative;
}

.container.recipe-single-page .recipe-content .left-col, .container.recipe-single-page .recipe-content .right-col {
    float: left;
}

.recipe-single-2020 .recipe-content strong.method-title {
    box-sizing: border-box;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    letter-spacing: var(--letter-spacing);
    color: #032529;
}