/*

Reset styles are based on the great work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/ 
and Nicolas Gallagher & Jonathan Neal http://necolas.github.io/normalize.css/

http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

normalize.css v3.0.1 | MIT License | git.io/normalize

*/
/* Media queries */
/* Theme colors */
/* WP colors */
/*
@mixin icon-regular {
  @include icon;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: transparent;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

/*
.post,
.page {
	margin: 0 0 1.5em;
}
*/
.updated:not(.published) {
  display: none;
}

/*
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* ------------------------------------------
 01 BASE STYLES
------------------------------------------ */
/* Fonts */
/* Structure */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  position: relative;
  color: #000;
  overflow-x: hidden;
  background-color: #F5F4F0;
  font-family: "helvetica-neue-lt-pro";
}

html {
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow: hidden;
}

.site {
  position: relative;
}

section, .section {
  position: relative;
  padding: 3rem 1rem 3rem;
}
@media screen and (min-width: 64em) {
  section, .section {
    padding: 8rem 5rem 8rem;
  }
}

.grecaptcha-badge {
  display: none;
}

/* Typography */
dd,
dt,
li,
p,
a,
td,
th,
label,
input,
select,
textarea {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4em;
  color: black;
}
@media screen and (min-width: 64em) {
  dd,
  dt,
  li,
  p,
  a,
  td,
  th,
  label,
  input,
  select,
  textarea {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 90em) {
  dd,
  dt,
  li,
  p,
  a,
  td,
  th,
  label,
  input,
  select,
  textarea {
    font-size: 1.25rem;
  }
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-weight: 300;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 90em) {
  h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.25em;
}

h5,
h6 {
  font-size: 1.125em;
}

a {
  color: black;
  position: relative;
  transition: 0.3s;
  text-decoration: underline;
}
a:hover, a:active {
  color: black;
}
a:focus {
  color: black;
}

/* Lists */
ul li {
  padding-left: 1.5rem;
  position: relative;
}

/* Accessibility */
.screen-reader-text,
.label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

/* Forms */
label {
  display: block;
}
textarea {
  height: auto;
}

/* Social icons */
/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 02 HEADER
------------------------------------------ */
header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1.5rem;
  transition: 0.3s;
}
@media screen and (min-width: 64em) {
  header {
    padding: 2rem 3rem;
  }
}
header.scroll {
  padding: 1rem 1.5rem;
  top: -100px;
}
@media screen and (min-width: 64em) {
  header.scroll {
    top: -200px;
  }
}
header.scrolling-up {
  padding: 1rem 1.5rem;
  background-color: #201C1C;
  top: 0;
}
header .header-container {
  position: relative;
  z-index: 11;
}
header .header-container .header-grid {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 64em) {
  header .header-container .header-grid {
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
}
header .header-container .header-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 64em) {
  header .header-container .header-grid ul {
    display: flex;
    gap: 2rem;
  }
}
header .header-container .header-grid ul li {
  margin: 0;
  padding: 0;
}
header .header-container .header-grid ul li a {
  color: #D0AD3D;
  text-decoration: none;
  position: relative;
  width: fit-content;
  font-weight: 500;
}
header .header-container .header-grid ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #D0AD3D;
  transition: 0.3s;
}
header .header-container .header-grid ul li a:hover::before {
  width: 100%;
}
header .header-container .header-grid .header-grid-left {
  display: none;
}
@media screen and (min-width: 64em) {
  header .header-container .header-grid .header-grid-left {
    display: block;
  }
}
header .header-container .header-grid .header-logo {
  position: relative;
  z-index: 11;
  height: 55px;
}
@media screen and (min-width: 64em) {
  header .header-container .header-grid .header-logo {
    height: 80px;
  }
}
header .header-container .header-grid .header-logo img {
  height: 100%;
  width: auto;
}
header .header-container .header-grid .header-grid-right {
  display: none;
}
@media screen and (min-width: 64em) {
  header .header-container .header-grid .header-grid-right {
    display: block;
  }
}
header .header-container .header-menu .header-menu-list ul {
  margin: 0;
  padding: 0;
}
header .header-container .header-menu .header-menu-list ul li {
  margin: 0;
  padding: 0;
}
header .header-container .header-menu .header-menu-list ul li a {
  color: #D0AD3D;
  text-decoration: none;
}
header .header-container .header-burger {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 11;
}
@media screen and (min-width: 64em) {
  header .header-container .header-burger {
    display: none;
  }
}
header .header-container .header-burger .burger {
  height: 18px;
  width: 22px;
  position: relative;
}
header .header-container .header-burger .burger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #D0AD3D;
  transition: 0.3s;
}
header .header-container .header-burger .burger span.mid {
  top: 8px;
}
header .header-container .header-burger .burger span.bot {
  top: 16px;
}
header .header-container .header-burger p {
  color: #D0AD3D;
  font-size: 0.8rem;
  font-weight: 600;
}
header .header-container .header-burger.active .burger span.top {
  top: 8px;
  transform: rotate(45deg);
}
header .header-container .header-burger.active .burger span.mid {
  opacity: 0;
}
header .header-container .header-burger.active .burger span.bot {
  top: 8px;
  transform: rotate(-45deg);
}
header .header-container .header-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 100%;
  z-index: 10;
  background-color: #201C1C;
  transition: 0.3s;
  padding: 150px 1.5rem 2rem;
}
header .header-container .header-menu.open {
  left: 0;
}
header .header-container .header-menu .menu-nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  height: 100%;
}
header .header-container .header-menu .menu-nav ul {
  margin: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
header .header-container .header-menu .menu-nav ul li {
  margin: 0;
  padding: 0;
  text-align: center;
}
header .header-container .header-menu .menu-nav ul li a {
  color: #D0AD3D;
  text-decoration: none;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
}
header .header-container .header-menu .menu-nav ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #D0AD3D;
  transition: 0.3s;
}
header .header-container .header-menu .menu-nav ul li a:hover::before {
  width: 100%;
}
header .header-container .header-menu .menu-nav .menu-address .nom {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: white;
  text-align: center;
}
header .header-container .header-menu .menu-nav .menu-address .address {
  margin-bottom: 0.5rem;
  color: white;
  text-align: center;
}
header .header-container .header-menu .menu-nav .menu-address .menu-address-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
header .header-container .header-menu .menu-nav .menu-address .menu-address-links a {
  color: #D0AD3D;
  text-decoration: none;
  position: relative;
  width: fit-content;
  text-align: center;
}
header .header-container .header-menu .menu-nav .menu-address .menu-address-links a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #D0AD3D;
  transition: 0.3s;
}
header .header-container .header-menu .menu-nav .menu-address .menu-address-links a:hover::before {
  width: 100%;
}

.admin-bar .site-menu .menu {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-menu .menu {
    top: 58px;
  }
}
.admin-bar.nav-open .menu-toggle {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar.nav-open .menu-toggle {
    top: 58px;
  }
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 03 FOOTER
------------------------------------------ */
footer {
  padding: 0.25rem 1rem;
  background-color: #1B1110;
  border-top: 1px solid #ffffff;
}
footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-container p {
  color: #fff;
  font-size: 0.8rem;
  margin: 0;
}
footer .footer-container .footer-lemon a {
  line-height: 1rem;
}
footer .footer-container .footer-lemon a img {
  height: 1rem;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 04 CONTENT
------------------------------------------ */
.cgu-intro {
  padding-top: 7rem;
}
@media screen and (min-width: 64em) {
  .cgu-intro {
    padding-top: 12rem;
  }
}
.cgu-intro .cgu-intro-container {
  max-width: 1200px;
  margin: auto;
}
.cgu-intro h1 {
  text-align: center;
}

.cgu-content {
  padding-top: 2rem;
}
.cgu-content .cgu-content-container {
  max-width: 1200px;
  margin: auto;
}

.missing-page {
  min-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.missing-page .missing-page-container {
  height: 100%;
  max-width: 1000px;
  margin: auto;
}
.missing-page .missing-page-container .missing-page-title {
  text-align: center;
}
.missing-page .missing-page-container .missing-page-text {
  text-align: center;
}

.construction-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: auto;
  padding: 1rem 2rem;
  background-color: #333;
}
.construction-header p {
  text-align: center;
  color: white;
}

.construction-content {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.construction-content .construction-container {
  max-width: 800px;
  margin: auto;
}
.construction-content .construction-container .construction-logo {
  width: 350px;
  margin: auto;
}
.construction-content .construction-container .construction-logo img {
  width: 100%;
  height: auto;
}
.construction-content .construction-container h1 {
  color: black;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.construction-content .construction-container .address p {
  text-align: center;
}
.construction-content .construction-container .links {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.construction-content .construction-container .links a {
  color: black;
  text-align: center;
}
.construction-content .construction-container .links a:hover {
  color: black;
}

.home-intro {
  height: 100vh;
  position: relative;
}
.home-intro-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-intro-container {
  max-width: 1000px;
  height: 100%;
  margin: auto;
}
.home-intro-content {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-intro h1 {
  text-align: center;
  color: white;
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (min-width: 64em) {
  .home-intro h1 {
    padding-bottom: 2.5rem;
  }
}
.home-intro h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ADB1B8;
  width: 100px;
  height: 1px;
}
.home-intro .text {
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: center;
  color: white;
}
@media screen and (min-width: 64em) {
  .home-intro .text {
    margin-top: 3rem;
  }
}
.home-intro .grape {
  margin-top: 3rem;
  width: 50px;
  height: auto;
}
.home-intro .grape img {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .home-intro .grape {
    margin-top: 6rem;
    width: 80px;
  }
}

.news {
  background-color: #201C1C;
}
.news .news-container {
  max-width: 800px;
  margin: auto;
}
.news .news-container .news-title {
  display: flex;
  width: 100%;
  gap: 1rem;
}
.news .news-container .news-title .news-title-img {
  width: 60px;
  height: auto;
}
@media screen and (min-width: 64em) {
  .news .news-container .news-title .news-title-img {
    margin-top: 1.25rem;
  }
}
.news .news-container .news-title .news-title-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.news .news-container .news-title .news-title-content .surtitle {
  color: #ADB1B8;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.news .news-container .news-title .news-title-content h2 {
  margin: 0 !important;
  padding-bottom: 1.5rem;
  position: relative;
  font-size: 1.5rem;
  color: white;
  font-weight: 300;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .news .news-container .news-title .news-title-content h2 {
    font-size: 2rem;
  }
}
.news .news-container .news-text p {
  margin-bottom: 0;
  color: #FFFFFF;
}

.wines-block {
  padding: 0;
  /* =========================
  	 TABS (caves)
  	 ========================= */
  /* =========================
  	 PANELS
  	 ========================= */
  /* =========================
  	 SWIPER
  	 ========================= */
  /* =========================
  	 SLIDE (vin)
  	 ========================= */
  /* =========================
  	 NAV TYPES DE VIN
  	 ========================= */
}
.wines-block .wines-tabs {
  display: flex;
  align-items: center;
}
.wines-block .wines-tabs__tab {
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.5rem 2rem;
  width: 50%;
  overflow: visible;
  transition: 0.5s;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-tabs__tab {
    width: 15%;
    padding: 0.5rem 4rem;
  }
}
.wines-block .wines-tabs__tab:first-of-type {
  background-color: #1B1110;
  position: relative;
}
.wines-block .wines-tabs__tab:first-of-type::before {
  content: "";
  background-image: url("/wp-content/themes/website/assets/img/small_triangle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 27px;
  position: absolute;
  transform: rotate(180deg) translateZ(0);
  z-index: 1;
  bottom: -1px;
  right: -27px;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-tabs__tab:first-of-type::before {
    right: -38px;
    width: 38px;
  }
}
@media screen and (min-width: 64em) {
  .wines-block .wines-tabs__tab.is-active {
    width: 100%;
  }
}
.wines-block .wines-tabs__logo {
  display: block;
  max-height: 55px;
  max-width: 80px;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-tabs__logo {
    max-height: 85px;
    max-width: 120px;
  }
}
.wines-block .wines-panel {
  display: none;
  transition: 0.5s;
  background-color: #F5F4F0;
}
.wines-block .wines-panel:first-of-type {
  background-color: #1B1110;
}
.wines-block .wines-panel:first-of-type p, .wines-block .wines-panel:first-of-type a, .wines-block .wines-panel:first-of-type h3, .wines-block .wines-panel:first-of-type li {
  color: #FFFFFF;
}
.wines-block .wines-panel:first-of-type .wines-slide__meta-label {
  color: #ADB1B8;
}
.wines-block .wines-panel.is-active {
  display: block;
}
.wines-block .wines-swiper {
  position: relative;
}
.wines-block .wines-swiper__prev {
  display: none;
  position: absolute;
  z-index: 10;
  left: 2rem;
  transform: translateY(-50%);
  top: 50%;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-swiper__prev {
    display: block;
  }
}
.wines-block .wines-swiper__prev img {
  height: 40px;
  width: auto;
  object-fit: cover;
  transform: rotate(180deg);
}
.wines-block .wines-swiper__next {
  display: none;
  position: absolute;
  right: 2rem;
  z-index: 10;
  transform: translateY(-50%);
  top: 50%;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-swiper__next {
    display: block;
  }
}
.wines-block .wines-swiper__next img {
  height: 40px;
  width: auto;
  object-fit: cover;
}
.wines-block .wines-slide__grid {
  display: grid;
  padding: 2.5rem 1rem;
  max-width: 1100px;
  margin: auto;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-slide__grid {
    padding: 6rem 4rem;
    display: grid;
    align-items: center;
    grid-template-columns: 270px 1fr;
    gap: 1rem;
  }
}
.wines-block .wines-slide__visual {
  width: 70px;
  flex-shrink: 0;
  padding-top: 1.5rem;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-slide__visual {
    width: 270px;
  }
  .wines-block .wines-slide__visual img {
    margin: auto;
    max-height: 700px;
    object-fit: contain;
  }
  .wines-block .wines-slide__visual.mobile {
    display: none;
  }
}
.wines-block .wines-slide__visual.desktop {
  display: none;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-slide__visual.desktop {
    display: block;
  }
}
.wines-block .wines-slide__visual img {
  width: 100%;
  height: auto;
}
.wines-block .wines-slide__title {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-slide__title {
    font-size: 2rem;
  }
}
.wines-block .wines-slide__subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-slide__subtitle {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
.wines-block .wines-slide__text {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-slide__text {
    padding-left: 1.5rem;
  }
}
.wines-block .wines-slide__text p {
  position: relative;
  padding-top: 1.5rem;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-slide__text p {
    padding-top: 2rem;
  }
}
.wines-block .wines-slide__text p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ADB1B8;
  height: 1px;
  width: 60%;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-slide__text p::before {
    left: -1.5rem;
    width: 200px;
  }
}
.wines-block .wines-slide__meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-slide__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
    padding-left: 1.5rem;
  }
}
.wines-block .wines-slide__meta-item {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-slide__meta-item {
    grid-template-columns: auto 1fr;
  }
}
.wines-block .wines-slide__meta-img {
  display: flex;
  justify-content: center;
  width: 80px;
}
.wines-block .wines-slide__meta-img img {
  height: 40px;
  object-fit: contain;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-slide__meta-img img {
    height: 45px;
  }
}
.wines-block .wines-slide__meta-item-content {
  display: flex;
  flex-direction: column;
}
.wines-block .wines-slide__meta-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #ADB1B8;
  line-height: 1em;
}
@media screen and (min-width: 64em) {
  .wines-block .wines-slide__meta-label {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.wines-block .wines-types--desktop {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  justify-content: center;
  background-color: #E5E4E2;
  padding: 1.5rem 10%;
}
@media (max-width: 64em) {
  .wines-block .wines-types--desktop {
    display: none;
  }
}
.wines-block .wines-types--desktop .wines-types__item {
  text-transform: uppercase;
  font-weight: 500;
  color: #8D8B89;
  position: relative;
  padding: 0.5rem 0;
  cursor: pointer;
}
.wines-block .wines-types--desktop .wines-types__item::before {
  position: absolute;
  content: "";
  right: -2rem;
  background-color: #ADB1B8;
  height: 100%;
  width: 1px;
  top: 0;
}
.wines-block .wines-types--desktop .wines-types__item:last-of-type::before {
  display: none;
}
.wines-block .wines-types--desktop .wines-types__item.is-active {
  color: #201C1C;
}
.wines-block .wines-types-mobile {
  display: none;
  background-color: #E5E4E2;
  padding: 1.5rem 1rem;
}
@media (max-width: 64em) {
  .wines-block .wines-types-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.wines-block .wines-types-mobile__prev, .wines-block .wines-types-mobile__next {
  cursor: pointer;
}
.wines-block .wines-types-mobile__prev.is-disabled, .wines-block .wines-types-mobile__next.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.wines-block .wines-types-mobile__label {
  text-align: center;
}

.k-btn {
  width: fit-content;
  display: block;
  margin-top: 1.5rem;
}
.k-btn a {
  display: block;
  width: fit-content;
  padding: 0.5rem 1rem;
  border: 2px solid #D0AD3D;
  text-decoration: none;
}
.k-btn a p {
  margin: 0;
  color: #D0AD3D;
  font-weight: 600;
}

.about {
  background-color: #201C1C;
}
@media (min-width: 64em) {
  .about {
    padding: 0;
  }
}
.about h2,
.about p {
  color: #E5E4E2;
}
.about .about-container {
  display: grid;
  gap: 1rem;
}
@media (min-width: 64em) {
  .about .about-container {
    grid-template-columns: 9fr 10fr;
    gap: 0;
  }
}
.about .about-container .about-img {
  aspect-ratio: 1;
}
.about .about-container .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about-container .about-content {
  position: relative;
  height: 100%;
}
@media (min-width: 64em) {
  .about .about-container .about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10%;
  }
}
.about .about-container .about-content .triangle {
  display: none;
}
@media (min-width: 64em) {
  .about .about-container .about-content .triangle {
    display: block;
    aspect-ratio: 114/675;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 100%;
    bottom: 0;
  }
  .about .about-container .about-content .triangle img {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
  }
}
.about .about-container .about-content .about-title .surtitle {
  color: #ADB1B8;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.about .about-container .about-content .about-title h2 {
  margin: 0 !important;
  padding-bottom: 1.5rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  max-width: 550px;
}
@media screen and (min-width: 64em) {
  .about .about-container .about-content .about-title h2 {
    font-size: 2rem;
  }
}
.about .about-container .about-content .about-title h2::before {
  content: "";
  position: absolute;
  width: 5rem;
  left: 0;
  bottom: 0;
  background-color: #ADB1B8;
  height: 1px;
}
.about .about-container .about-content .about-title .text {
  margin-top: 1.5rem;
}
@media (min-width: 64em) {
  .about .about-container .about-content .about-title .text {
    padding-left: 2rem;
  }
}
@media (min-width: 64em) {
  .about .about-container .about-content .about-title .k-btn {
    padding-left: 2rem;
  }
}

.contact {
  padding: 0;
  overflow: hidden;
  background-color: #1B1110;
}
.contact .contact-container {
  display: grid;
}
@media screen and (min-width: 64em) {
  .contact .contact-container {
    grid-template-columns: 1fr 1fr;
  }
}
.contact .contact-container .contact-map {
  order: 1;
}
@media screen and (min-width: 64em) {
  .contact .contact-container .contact-map {
    order: 0;
  }
}
.contact .contact-container .contact-map #map {
  width: 100%;
  height: 500px;
}
@media screen and (min-width: 64em) {
  .contact .contact-container .contact-map #map {
    height: 100%;
  }
}
.contact .contact-container .contact-content {
  padding: 3rem 1rem;
  order: 0;
}
@media screen and (min-width: 64em) {
  .contact .contact-container .contact-content {
    order: 1;
  }
}
.contact .contact-container .contact-content h2, .contact .contact-container .contact-content p {
  color: #FFFFFF;
}
.contact .contact-container .contact-content a {
  text-decoration: none;
  color: #D0AD3D;
}
.contact .contact-container .contact-content .contact-title h2 {
  margin-bottom: 0;
  padding-bottom: 2rem;
  position: relative;
  max-width: 450px;
  margin: auto;
}
@media screen and (min-width: 64em) {
  .contact .contact-container .contact-content .contact-title h2 {
    margin: 0;
  }
}
.contact .contact-container .contact-content .contact-title h2::before {
  content: "";
  position: absolute;
  width: 5rem;
  left: 0;
  bottom: 0;
  background-color: #ADB1B8;
  height: 1px;
}
.contact .contact-container .contact-content .contact-title .contact-grid {
  display: grid;
  gap: 1rem;
  padding-top: 2rem;
}
@media screen and (min-width: 79em) {
  .contact .contact-container .contact-content .contact-title .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-form form {
  margin: 0;
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-form .form-container {
  max-width: 450px;
  margin: auto;
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-form .form-container .form-field {
  margin-bottom: 1rem;
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-form .form-container .form-field input,
.contact .contact-container .contact-content .contact-title .contact-grid .contact-form .form-container .form-field textarea {
  width: 100%;
  background: rgba(173, 177, 184, 0.2);
  border: none;
  border-radius: 2px;
  padding: 1rem 1.2rem;
  font-size: 1rem;
  color: #fff;
  outline: none;
  transition: background 0.2s;
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-form .form-container .form-field input::placeholder,
.contact .contact-container .contact-content .contact-title .contact-grid .contact-form .form-container .form-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-form .form-container .form-field input:focus,
.contact .contact-container .contact-content .contact-title .contact-grid .contact-form .form-container .form-field textarea:focus {
  background: #433d3e;
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-form .form-container .form-field textarea {
  min-height: 160px;
  resize: vertical;
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-form .form-container .form-submit {
  margin-top: 1.5rem;
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-form .form-container .form-submit input[type=submit] {
  background: transparent;
  color: #D0AD3D;
  border: 1px solid #D0AD3D;
  padding: 0.7rem 2rem;
  font-size: 1rem;
  height: auto;
  text-transform: none;
  line-height: 1em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-form .form-container .form-submit input[type=submit]:hover {
  background: #D0AD3D;
  color: #1B1110;
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-form .form-container .wpcf7-not-valid-tip {
  margin-top: 0.4rem;
  font-size: 0.9rem;
  color: #D0AD3D;
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-info .nom {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (min-width: 79em) {
  .contact .contact-container .contact-content .contact-title .contact-grid .contact-info .nom {
    text-align: left;
  }
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-info .address {
  text-align: center;
}
@media screen and (min-width: 79em) {
  .contact .contact-container .contact-content .contact-title .contact-grid .contact-info .address {
    text-align: left;
  }
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-info .links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contact .contact-container .contact-content .contact-title .contact-grid .contact-info .links a {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 79em) {
  .contact .contact-container .contact-content .contact-title .contact-grid .contact-info .links a {
    text-align: left;
  }
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* IE */
.site {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content,
.site-main {
  height: 100%;
}

.site-header .wrapper {
  display: flex;
}

.site-menu {
  margin-left: auto;
}

.home-content {
  padding-top: 30vh;
  text-align: center;
}
.home-content p {
  font-size: 32px;
}