/*

font-family: 'Roboto', sans-serif;
font-family: 'questrialregular';

font-family: 'Cormorant Garamond', serif;
400,700

*/
body {
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
}
body.menuactive {
  overflow: hidden;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
}
h4,
h5 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #b99d60;
}
h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 100;
  color: #444242;
  font-size: 36px;
  line-height: 42px;
}
p {
  font-family: "questrialregular";
  font-size: 16px;
  color: #727176;
}

.mobileshow {
  display: none;
}
.mobilehide {
  display: block;
}

.bg-teal {
  background-color: #9ac2b6;
  padding: 80px 0;
}
.bg-purple {
  background-color: #9d7183;
  padding: 80px 0;
}
section {
  margin: 50px 0;
}
.header.mobile {
  display: none;
}

.header-small {
  display: block;
}
/* Header */
.header {
  display: block;
  position: fixed;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 9999;
  transition: 0.3s ease;
}

.logowrap svg {
  max-width: 100px;
  transition: 0.3s ease;
}
.st0 {
  fill: #ffffff;
  transition: 0.3s ease;
}

/* .nav-wrap{} */
.nav-wrap ul {
  padding: 0;
  margin: 0;
}

.nav-wrap li {
  list-style-type: none;
  text-decoration: none;
  width: 11%;
  text-align: center;
  display: inline-block;
  padding-top: 45px;
  font-size: 14px;
  transition: 0.1s;
  font-family: "questrialregular";
  text-transform: uppercase;
}
.nav-wrap a {
  color: white;
  transition: 0.3s ease;
}

/* Header Scrolled */
.header-scroll {
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-scroll .logowrap svg {
  max-width: 60px;
}

.header-scroll .nav-wrap a {
  color: #444242;
}
.header-scroll .nav-wrap li {
  padding-top: 35px;
}
.header-scroll .st0 {
  fill: #b99d60;
}

.nav-wrap a:after {
  display: block;
  content: "";
  border-bottom: solid 1px #b99d60;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  width: 25%;
  margin: 0 auto;
  pointer-events: none;
}
.nav-wrap a:hover:after {
  transform: scaleX(1);
  pointer-events: none;
}

.nav-wrap a.active:after {
  transform: scaleX(1);
}
.nav-wrap a:hover {
  transform: scaleX(1);
  color: #b99d60;
}

.nav-wrap a.active {
  transform: scaleX(1);
  color: #b99d60;
}
.header-scroll .langselector span {
  color: #444242;
}

/* Header Fixed Small */
.header-small {
  position: fixed;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 9999;
  transition: 0.3s ease;
}
.header-small {
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-small .logowrap svg {
  max-width: 60px;
}
.header-small .nav-wrap a {
  color: #444242;
}
.header-small .nav-wrap li {
  padding-top: 35px;
}
.header-small .st0 {
  fill: #b99d60;
}

.langwrap {
  position: absolute;
  right: 2.5%;
  top: 2.5%;
}
.langselector {
  max-width: 60px;
}
.langselector a {
  font-weight: 300;
  opacity: 0.8;
  transition: 0.3s;
}
.langselector span {
  color: white;
  font-size: 10px;
  font-family: "questrialregular";
  text-transform: uppercase;
}
.langselector a .active {
  font-weight: 700;
  opacity: 1;
  text-decoration: none;
}
.langselector a:hover {
  font-weight: 700;
  opacity: 1;
  text-decoration: none;
}

.langwrap.mobile {
  position: initial;
  margin-top: 20px;
}
.langselector.mobile {
  max-width: 70px;
  margin: 0 auto;
}
.langselector.mobile span {
  font-size: 12px;
}

.nav-wrap .langselector.mobile a:after {
  display: inline-block;
}
.header-small .langselector span {
  color: #555353;
}

.hmobile {
  position: fixed;
  width: 100%;
  z-index: 9999;
  display: none;
}
.hmobile .logowrap svg {
  max-width: 70px;
  padding-top: 10px;
}
.hmobile.nav-wrap {
  padding-top: 0;
  transition: none;
  background-color: #b99d5f;

  padding-top: 25%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  height: 100vh;
  position: fixed;
}

.hmobile.nav-wrap li {
  width: 100%;
  text-align: center;
  display: block;
  padding-top: 28px;
  font-size: 16px;
}
.hmobile.nav-wrap a:after {
  display: block;
  content: "";
  border-bottom: solid 1px white;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  width: 5%;
  margin: 0 auto;
  pointer-events: none;
}
.hmobile.nav-wrap a:hover:after {
  transform: scaleX(1);
  pointer-events: none;
}

.hmobile.nav-wrap a.active:after {
  transform: scaleX(1);
}
.hmobile.nav-wrap a:hover {
  transform: scaleX(1);
  color: white;
}

.hmobile.nav-wrap a.active {
  transform: scaleX(1);
  color: white;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  /* appearance: none; */
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 7px;
  margin-right: 7px;
}

.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: #b99d5f;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #b99d5f;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}
.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

.bm-color .c-hamburger span {
  background-color: #b99d5f;
}
.bm-color .c-hamburger span::before,
.bm-color .c-hamburger span::after {
  background-color: #b99d5f;
}
/* .bm-color.active .c-hamburger span{
  background-color: white;
} */
.bm-color.active .c-hamburger span::before,
.bm-color.active .c-hamburger span::after {
  background-color: white;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.burger-menu {
  float: right;
  margin-top: 23px;
}

/* Side bar */

.left-sidebar {
  z-index: 9999;
  position: fixed;
  width: 70px;
  height: 100vh;
}

.sidebar-inner {
  background-color: white;
  padding: 80px 0;
  position: absolute;
  bottom: 0;
}

.sidebar-inner .text p {
  text-transform: uppercase;
  color: #b99d60;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
  letter-spacing: 9px;
}
/* .sidebar-inner .text{} */
.sidebar-inner .sidebar-divider {
  max-width: 1px;
  background-color: #b99d60;
  height: 120px;
  margin: 20px auto;
}

.sidebar-inner .socialmedia img {
  max-height: 18px;
  margin: 10px auto;
}

/* Footer */

.footer {
  text-align: center;
  background-color: #b99d60;
  padding: 40px 0;
  color: white;
}
.footer p {
  color: white;
}
.footer .socialmedia {
  overflow: hidden;
  max-width: 150px;
  margin: 0 auto;
}
.footer .socialmedia img {
  max-width: 30px;
  float: left;
  max-height: 18px;
  margin: 0 10px;
}

.footernav-wrap li {
  width: 9%;
  padding-top: 20px;
  font-size: 13px;
}

.footernav-wrap.nav-wrap a:after {
  border-bottom: solid 1px white;
}
.footernav-wrap.nav-wrap a:hover:after {
  transform: scaleX(1);
  pointer-events: none;
}

.footernav-wrap.nav-wrap a.active:after {
  transform: scaleX(1);
}
.footernav-wrap.nav-wrap a:hover {
  transform: scaleX(1);
  color: white;
}

.footernav-wrap.nav-wrap a.active {
  transform: scaleX(1);
  color: white;
}

.footerlogowrap img {
  max-width: 140px;
  padding: 30px 0;
}

.copyrights {
  background-color: rgba(185, 157, 96, 0.8);
  padding: 20px 0;
}
.copyrights p {
  margin: 0;
  text-align: center;
  color: white;
  font-size: 14px;
}

/* Home */

.homehero {
  z-index: 1;
  margin: 0;
}

.backgroundwrap {
  color: white;
}

.imagewrap {
  height: 100vh;
  /* min-height: 933px; */
  position: relative;
}
.imagewrap .image {
  width: 100%;
  height: 100vh;
  /* min-height: 933px; */
  background-image: url(../img/B_CP_9734.JPG);
  background-color: rgba(115, 87, 26, 0.8); /*  rgba(185, 157, 96, 0.8); */
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}

.centerbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.textwrap {
  overflow: auto;
}

.homehero .textwrap h4,
.homehero .textwrap h2,
.homehero .textwrap p {
  text-align: center;
  margin: 0;
  color: white;
}

.homehero .textwrap h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "questrialregular";
  letter-spacing: 4px;
}
.homehero .textwrap h2 {
  font-size: 52px;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  max-width: 100%;
  margin: 0 auto;
}
.homehero .textwrap p {
  font-size: 18px;
  max-width: 50%;
  margin: 0 auto;
  font-family: "Cormorant Garamond", serif;
}

.homeadega {
  z-index: 99999;
}
.homeadega .imgwrap img {
  width: 100%;
}
.homeadega .textwrap {
  text-align: left;
}
/* .homeadega .textwrap h4{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #b99d60;
}
.homeadega .textwrap h2{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 100;
}
.homeadega .textwrap p{
    font-family: 'questrialregular';
    font-size: 14px;
} */

.g-recaptcha {
  border: 1px solid #b99d60;
  background-color: transparent;
  border-radius: 50px;
  max-width: 140px;
  text-align: center;
  transition: 0.3s ease;
  margin: 0px;
  padding: 10px 24px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #b99d60;
  font-weight: 500;
  float: right;
}

.g-recaptcha:hover {
  border: 1px solid #b99d60;
  background-color: #b99d60;
  color: #fff;
}

.button-cta {
  border: 1px solid #b99d60;
  background-color: transparent;
  border-radius: 50px;
  max-width: 140px;
  text-align: center;
  transition: 0.3s ease;
}
.button-cta h5 {
  margin: 0px;
  padding: 7px 12px;
  transition: 0.3s ease;
}
.button-cta:hover {
  border: 1px solid #b99d60;
  background-color: #b99d60;
}
.button-cta:hover h5 {
  color: white;
}

/* .homeblocks{} */
.top-blockswrap {
  overflow: hidden;
  margin-bottom: 1%;
}
.top-blockswrap .bigimg,
.top-blockswrap .smallimg {
  float: right;
  position: relative;
}
.smallimg-wrap {
  position: relative;
}
.top-blockswrap .bigimg {
  max-width: 59%;
  margin-right: 0.5%;
  transition: all 0.3s;
}
.top-blockswrap .smallimg {
  max-width: 29%;
  margin-left: 0.5%;
  margin-top: 11.9%;
  transition: all 0.3s;
}

.top-blockswrap .block-overlay,
.bottom-blockswrap .block-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  opacity: 1;
  transition: 0.3s ease;
}

.top-blockswrap .block-overlay:hover,
.bottom-blockswrap .block-overlay:hover {
  opacity: 0;
  transition: 0.4s ease;
}

.top-blockswrap .block-overlay .divider,
.bottom-blockswrap .block-overlay .divider {
  width: 10%;
  margin: 10px auto;
  height: 1px;
  background-color: black;
}
.top-blockswrap .block-overlay .text-wrap,
.bottom-blockswrap .block-overlay .text-wrap {
  overflow: auto;

  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}
.top-blockswrap .block-overlay .text-wrap h2,
.bottom-blockswrap .block-overlay .text-wrap h2 {
  margin: 0;
  font-size: 52px;
  line-height: 50px;
  color: #444242;
}
.top-blockswrap .block-overlay .text-wrap p,
.bottom-blockswrap .block-overlay .text-wrap p {
  width: 60%;
  margin: 0 auto;
}

.bottom-blockswrap {
  overflow: hidden;
}
.bottom-blockswrap .bigimg,
.bottom-blockswrap .smallimg {
  float: left;
  position: relative;
}
.bottom-blockswrap .bigimg {
  max-width: 59%;
  margin-left: 0.5%;
  transition: all 0.3s;
}
.bottom-blockswrap .smallimg {
  max-width: 32%;
  margin-right: 0.5%;
  margin-left: 3%;
  transition: all 0.3s;
}

.bottom-blockswrap .bigimg.white h2,
.bottom-blockswrap .bigimg.white p {
  color: white;
}
.bottom-blockswrap .bigimg.white .divider {
  background-color: white;
}

.block-overlay.lightgrey {
  background-color: rgba(223, 222, 227, 0.9);
}
.block-overlay.lightgreen {
  background-color: rgba(154, 194, 182, 0.9);
}
.block-overlay.gold {
  background-color: rgba(223, 221, 170, 0.9);
}
.block-overlay.darkgreen {
  background-color: rgba(79, 125, 108, 0.9);
  color: white;
}

.homenews {
  overflow: hidden;
}
.newsleft {
  width: 28%;
  margin-right: 0%;
  margin-left: 4%;
  float: left;
}
.datewrapper {
  padding-left: 30px;
}
.newsright {
  width: 63%;
  margin-left: 0%;
  float: left;
}

.homenews .newsleft h4 {
  margin: 0;
}
.homenews .newsleft h2 {
  margin: 0;
  font-size: 40px;
}
.newswrap {
  overflow: hidden;
}

.newsblock {
  float: left;
  width: 46%;
  margin-right: 4%;
  padding-bottom: 55px;
  padding-top: 20px;
  border-top: 1px solid rgba(194, 195, 201, 0.4);
}
.newsblock h2 {
  margin: 0;
}
.newsblock h4 {
  margin: 0;
}

.newsblock .button-cta {
  margin-left: inherit;
}

.newsblock.more-full {
  width: 100%;
}
.newsblock.more-full .button-cta {
  max-width: 100%;
}

/* .homeclube{} */
.homeclube .imgwrap {
  height: 50vh;
  max-height: 700px;
  background-image: url(../img/_CP_9323.JPG);
  background-size: cover;
  background-position: bottom;
}

.homeclube .imgwrap img {
  width: 100%;
}
.homeclube .clubeform {
  width: 35%;
  margin-left: auto;
  margin-right: 10%;
  margin-top: -250px;
  margin-bottom: 100px;
  background-color: white;
  padding: 40px;
}
.clubeform h4 {
  margin: 0;
}
.clubeform h2 {
  font-size: 46px;
  line-height: 50px;
  margin-top: 20px;
}
.clubeform .button-cta {
  margin-left: auto;
}

/*
Adega */

.adegasobre {
  overflow: hidden;
}
.leftwrap,
.rightwrap {
  width: 50%;
  float: left;
}

.leftwrap {
  background-color: #9ac2b6;
  padding: 50px 100px;
  color: white;
  box-sizing: border-box;
}
.leftwrap h2 {
  font-size: 60px;
  margin: 0;
  line-height: 50px;
  color: white;
}
.leftwrap p {
  font-size: 16px;
  color: white;
}
.rightwrap {
  width: 50%;
  float: left;
  margin-top: 150px;
}

.newscontent.main .textwrap.adega {
  max-width: 70%;
  margin: 0 auto;
}
.parallax-window {
  min-height: 80vh;
  background: transparent;
}

.pwindow-content {
  padding: 10% 35%;
  padding-left: 100px;
  color: white;
}

.pwindow-content h4 {
  color: white;
  font-size: 14px;
}
.pwindow-content h2 {
  font-size: 80px;
  line-height: 85px;
  margin: 0;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.pwindow-content p {
  font-size: 16px;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/* .team{
    overflow: hidden;
} */
.teamleft {
  width: 32%;
  margin-right: 0.5%;
  margin-left: 4%;
  float: left;
}
.datewrapper {
  padding-left: 30px;
}
.teamright {
  width: 59%;
  margin-left: 0.5%;
  float: left;
}
.teamrow.border-top {
  border-top: 1px solid rgba(194, 195, 201, 0.4);
}

.member {
  display: inline-block;
  position: relative;
  /* width: 23%; */
  max-width: 230px;
  margin: 0 0.5%;
  /* margin-bottom: 230px; */
}
.member .imgwrap {
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 10px;
}

.member .textwrap {
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;

  opacity: 0;
  pointer-events: none;
  z-index: 0;
  padding: 10px;
  padding-top: 0;

  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  text-align: center;
}
.member .divider {
  height: 1px;
  background-color: grey;
  margin: 0 auto;
  width: 75%;
  margin-top: 25px;
}

.member:hover .textwrap {
  display: block;
  opacity: 1;
  pointer-events: none;
  z-index: 99;
}

.map-google {
  height: 90vh;
  z-index: -1;
}
#map {
  width: 100%;
  height: 100%;
}
.contactssocial {
  text-align: center;
}

.contacts a {
  color: #ffffff;
}

.contacts .text-wraper a {
  color: #b99d60;
}

.contacts a {
  color: #ffffff;
}

.csocial-wrap {
  border-left: 1px solid white;
}
.csocial-wrap:last-child {
  border: 0;
}

.csocial-wrap {
  color: white;
}
.csocial-wrap p {
  font-size: 12px;
}

.contactssocial .logowrap {
  max-width: 70px;
  margin: 0 auto;
  border: 2px solid white;
  border-radius: 50px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.csocial-wrap img {
  max-height: 35px;
}

.csocial-wrap h3 {
  margin: 5px 0;
}
.csocial-wrap p {
  margin: 5px 0;
  color: white;
}

.newscontent.main .textwrap {
  max-width: 50%;
  margin: 0 auto;
}
.newscontent p {
  color: #727176;
  font-size: 16px;
  line-height: 30px;
}

.newscontent h3 {
  color: #b99d60;
  font-size: 30px;
  line-height: 40px;
  font-weight: 100;
}
.newscontent.main .textwrap .capital::first-letter p {
  float: left;
  font-family: Georgia;
  font-size: 110px;
  line-height: 60px;
  padding-top: 10px;
  padding-right: 15px;
}

.newscontent.second {
  overflow: hidden;
}
.newscontent.second .textwrap {
  width: 50%;
  float: left;
  padding-left: 70px;
  padding-right: 10px;
  box-sizing: border-box;
}
.newscontent.second .imgwrap {
  width: 50%;
  float: left;
}

.newscontent .divider {
  margin-top: 50px;
  border-top: 1px solid #c2c3c9;
}

/* .sharewrapper{
    overflow: hidden;
    max-width: 315px;
    margin: 50px auto;
} */
.sharewrapper {
  overflow: hidden;
  max-width: 145px;
  margin: 50px auto;
}

.newscontent .divider .logowrap {
  width: 30px;
  height: 30px;
  float: left;
  border: 2px solid #727176;
  border-radius: 50px;
  padding: 2px;
  margin: 5px;
}
.newscontent .divider .logowrap img {
  height: 20px;
  margin-top: 5px;
}

.newscontent .divider .button-cta {
  border: 2px solid #727176;
  float: left;
  margin: 7px;
}
.newscontent .divider .button-cta h5 {
  color: #727176;
  padding: 7px 25px;
}

.newscontent .divider .button-cta:hover {
  background-color: #727176;
}
.newscontent .divider .button-cta:hover h5 {
  color: white;
}

.wineshero {
  z-index: 1;
  margin: 0;
}

.wineshero .backgroundwrap {
  color: white;
  height: 100vh;
  min-height: 400px;
  position: relative;
}

.textwrap {
  overflow: auto;
}
.wineshero .textwrap h2 {
  text-align: center;
  margin: 30px;
  color: black;
  line-height: 75px;
  font-size: 98px;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
}

.winebrand {
  z-index: 1;
  margin: 0;
}
.winebrand .backgroundwrap {
  color: white;
  height: 60vh;
  min-height: 400px;
  position: relative;
}

.textwrap {
  overflow: auto;
}
.winebrand .textwrap h2 {
  text-align: center;
  margin: 60px;
  color: black;
  line-height: 80px;
  font-size: 98px;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
}

.wineselection .wineimage {
  overflow: hidden;
  max-height: 575px;
}

.wineselection .wineimage img {
  transform: rotate(45deg);
  width: 40%;
  margin-top: -17%;
  margin-left: 7%;
}
.wineselection .wineimage.invert img {
  transform: rotate(-45deg);
  width: 40%;
  margin-top: -17%;
  margin-left: 52%;
}

.wineselection .winename {
  padding-top: 50px;
}
.wineselection .winename h2 {
  font-size: 32px;
}

.winefull .wineimage {
  overflow: hidden;
  /* max-height: 90vh; */
}

.winefull .wineimage img {
  transform: rotate(45deg);
  width: 28%;
  margin-top: -7%;
  margin-left: 37%;
}
.winefull .winename {
  padding-top: 50px;
}
.winefull .winename h2 {
  font-size: 26px;
  line-height: 30px;
}
.winefull .winename h5 {
  margin-bottom: 0;
}
.winefull .winename p {
  margin-top: 0;
}

.button-cta.wines {
  max-width: 155px;
}

.herdadehero {
  z-index: 1;
  margin: 0;
}
.herdadehero .backgroundwrap {
  color: white;
  height: 50vh;
  min-height: 400px;
  position: relative;
}
.textwrap {
  overflow: auto;
}
.herdadehero .textwrap h2 {
  text-align: center;
  margin: 30px;
  color: black;
  line-height: 75px;
  font-size: 98px;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
}

.herdade .text-wrap.full {
  max-width: 50%;
  margin: 0 auto;
}
.herdade .text-wrap.full h4,
.herdade .text-wrap.full h2,
.herdade .text-wrap.full p {
  color: white;
  text-align: center;
  margin: 0;
}
.herdade .text-wrap.full h4 {
  letter-spacing: 4px;
  font-size: 14px;
}
.herdade .text-wrap.full h2 {
  font-size: 62px;
  text-transform: uppercase;
  line-height: 64px;
}
.herdade .text-wrap.full p {
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
}

.herdadehero .mainherowrap {
  padding: 160px 0 50px 0;
}

.herdadehero .mainherowrap h1 {
  margin: 0;
  text-align: center;
  font-size: 100px;
  line-height: 120px;
  color: #99c2b6;
  text-transform: uppercase;
  font-weight: 300;
}

.float-bg {
  position: absolute;
  width: 100%;
}
.float-bg .text-wrap {
  position: relative;
  z-index: -99;
}
.float-bg .text-wrap h1 {
  font-size: 300px;
  color: #d2ccb0;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 0;
  margin: 0;
  text-align: right;
  pointer-events: none;
}

.turism-wrap h3 {
  color: #b99d60;
  font-size: 30px;
  line-height: 40px;
  font-weight: 100;
}

.turism-wrap p {
  color: #727176;
  font-size: 16px;
  line-height: 30px;
}

.turism-wrap button {
  border: 1px solid #b99d60;
  background-color: transparent;
  border-radius: 50px;
  max-width: 300px;
  text-align: center;
  transition: 0.3s ease;
  margin: 0px;
  margin-top: 10px;
  padding: 10px 24px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #b99d60;
  font-weight: 500;
  display: block;
  cursor: pointer;
}
.turism-wrap button:hover {
  outline: none;
  background-color: #b99d60;
  color: white;
}

.categories-nav {
  /* position: absolute;
  top:110px;
  z-index: 9999; */
}

.categories-nav ul {
  margin: 0;
  padding: 0 10px;
  /* height: 42px; */
  /* float: right; */
  /* border-top: 1px solid #b99d60; */
  /* border-bottom: 1px solid #b99d60; */
  /* background-color: white; */
  display: flex;
  justify-content: center;
}
.categories-nav li {
  display: inline-block;
  /* margin-top: 10px; */
  margin: 0 5px;
}

.categories-nav a {
  cursor: pointer;
  color: #b99d60;
  padding: 5px 15px;
  border: 1px solid #b99d60;
  background-color: white;
  border-radius: 50px;
  transition: 0.3s ease;
}

.categories-nav a:hover,
.categories-nav a.active {
  cursor: pointer;
  color: white;
  padding: 5px 15px;
  border: 1px solid #b99d60;
  background-color: #b99d60;
  border-radius: 50px;
}
.anim-intro-first {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 2s;
}
.anim-intro-first.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.anim-intro-first1 {
  opacity: 0;
  transform: translate(0, 200px);
  transition: all 2s;
}
.anim-intro-first1.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.anim-intro {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 2s;
}

.anim-intro.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.anim-intro-left {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 2s;
}

.anim-intro-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.anim-intro-right {
  opacity: 0;
  transform: translateX(200px);
  transition: all 2s;
}

.anim-intro-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.anim-intro-bottom {
  opacity: 0;
  transform: translateY(200px);
  transition: all 2s;
}

.anim-intro-bottom.visible {
  opacity: 1;
  transform: translateY(0);
}

.anim-intro-top {
  opacity: 0;
  transform: translateY(-600px);
  transition: all 3s;
}

.anim-intro-top.visible {
  opacity: 1;
  transform: translateY(0);
}

.anim-intro-fade {
  opacity: 0;
  transition: all 4s;
}

.anim-intro-fade.visible {
  opacity: 1;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
} /* IE < 8 */

.mainherowrap.winebrandname h1 {
  line-height: 83px;
}
button:focus {
  outline: none;
  background-color: #b99d60;
  color: white;
}

.support-logo img {
  width: 130px;
  display: inline-block;
  margin: 0 10px;
}

.herdade .text-wrap a {
  color: #ba9e5c;
}
.cat-hide {
  display: block;
}
.cat-show {
  display: none;
}

.school_wrap {
  width: 150px;
  position: absolute;
  right: 115px;
  top: 10px;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: top;
  transition: 0.2s ease;
  z-index: 999;
}
.school_wrap a {
  height: 48px;
  display: block;
}

.header-scroll .school_wrap {
  transform: scaleY(0);
  opacity: 0;
}

.header-small .school_wrap {
  display: none;
}

/* LIST bag in box  */

/* NORMAL */
.wineselection .wineimage.bagbox img {
  transform: rotate(30deg);
  width: 60%;
  margin-top: 6%;
  margin-left: 10%;
  margin-right: 25%;
  padding-bottom: 25px;
}

/* INVERT */
.wineselection .wineimage.bagbox.invert img {
  transform: rotate(-30deg);
  width: 60%;
  margin-top: 6%;
  margin-left: 25%;
  padding-bottom: 25px;
}

/* DETAIL bag in box */
.winefull .wineimage.bagbox img {
  transform: rotate(30deg);
  width: 55%;
  margin-top: 15%;
  margin-left: 15%;
  padding-bottom: 50px;
}

/* SCHOOL CTA */
.plansel_school_cta {
  background-color: #9ac2b6;
  padding: 80px 0;
}
.plansel_school_cta p {
  color: #fff;
}
.plansel_school_cta .row {
  padding: 0 130px;
}

.plansel_school_cta .text_wrap {
  color: #fff;
}
.plansel_school_cta .btn_wrap {
  background-color: #fff;
  border-radius: 25px;
  color: #9ac2b6;
  max-width: 120px;
  padding: 12px 0px;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid #fff;
}
.plansel_school_cta .btn_wrap:hover {
  background-color: #9ac2b6;
}
.plansel_school_cta .btn_wrap:hover p {
  color: #fff;
}
.plansel_school_cta .btn_wrap a {
  text-decoration: none;
  color: #9ac2b6;
}
.plansel_school_cta .btn_wrap p {
  margin: 0;
  color: #9ac2b6;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s ease;
}
.plansel_school_cta p.smaller {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .sidebar-inner {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .categories-nav ul {
    display: block;
  }
  .categories-nav li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding-left: 45px;
    padding-right: 45px;
  }
  .mobileshow {
    display: block;
  }
  .mobilehide {
    display: hide;
  }
  h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0;
  }
  h4,
  h5 {
    margin-top: 0;
  }
  .header {
    display: none;
  }
  .header.mobile {
    display: block;
  }
  .hmobile {
    display: block;
  }
  .hmobile.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .hmobile.scrolled .logowrap svg {
    padding-bottom: 10px;
  }
  .hmobile.scrolled.active {
    background-color: #b99d60;
  }

  .hmobile.scrolled .st0 {
    fill: #b99d60;
  }
  .hmobile.hmobile-small .st0 {
    fill: #b99d60;
  }

  .hmobile.active .st0 {
    fill: white;
  }
  .header-small {
    display: none;
  }
  .sidebar-inner {
    padding: 45px 0;
    width: 65px;
  }

  .hmobile.nav-wrap li {
    padding-top: 17px;
  }

  .categories-nav {
    margin-top: -60px;
    position: fixed;
    z-index: 999;
  }

  .school_wrap {
    width: 150px;
    position: absolute;
    right: 50%;
    top: auto;
    transform: translateX(50%);
    z-index: 999;
  }
  .nav_up {
    transform: translateY(-75%);
    opacity: 0;
    transition: 0.4s ease;
  }
  .nav_down {
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease;
  }

  .top-blockswrap .bigimg,
  .top-blockswrap .smallimg {
    float: none;
  }
  .top-blockswrap .smallimg {
    max-width: 90%;
    margin: 1% auto;
  }
  .top-blockswrap .bigimg {
    max-width: 90%;
    margin: 0 auto;
  }
  .bottom-blockswrap .bigimg,
  .bottom-blockswrap .smallimg {
    float: none;
  }
  .bottom-blockswrap .smallimg {
    max-width: 90%;
    margin: 0 auto;
  }
  .bottom-blockswrap .bigimg {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 1%;
  }
  .datewrapper {
    padding-left: 45px;
  }
  .newsblock {
    width: 98%;
  }
  .homeclube .clubeform {
    width: 65%;
    margin-right: 5%;
  }
  .homeclube .clubeform h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .leftwrap {
    padding: 65px 85px;
  }
  .leftwrap,
  .rightwrap {
    width: 90%;
    float: none;
  }
  .rightwrap {
    width: 75%;
    float: none;
    margin-left: 25%;
    margin-top: -45px;
    z-index: 999;
    position: relative;
  }
  .anim-intro-fade {
    transition: all 2s;
  }
  .pwindow-content {
    padding: 10% 15%;
  }
  .pwindow-content h2 {
    font-size: 55px;
    line-height: 50px;
  }

  .herdade .text-wrap.full {
    max-width: 100%;
  }

  .footer .container {
    max-width: 90%;
    padding: 0;
  }
  .footernav-wrap li {
    width: 13%;
    font-size: 11px;
  }

  .csocial-wrap {
    padding: 10px 0;
  }

  .herdadehero .mainherowrap h1 {
    font-size: 80px;
  }
  .slick-prev {
    left: 75px;
  }
  .newscontent.main .textwrap.adega {
    max-width: 85%;
  }
  .parallax-window {
    min-height: 60vh;
  }
  .mainherowrap.winebrandname h1 {
    line-height: 66px;
  }
  .hmobile.nav-wrap li {
    font-size: 22px;
  }
  .wineselection .winename {
    padding-top: 0;
  }
  .plansel_school_cta .row {
    padding: 0 0;
  }
}

@media only screen and (max-width: 531px) {
  h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 10px 0;
  }
  h4,
  h5 {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .cat-hide {
    display: none;
  }
  .cat-show {
    display: block;
  }

  .homehero .textwrap p {
    max-width: 85%;
  }
  .datewrapper {
    padding-left: 9px;
  }
  .footernav-wrap li {
    width: 20%;
    font-size: 11px;
  }
  .newscontent.main .textwrap {
    max-width: 95%;
  }
  .newscontent.second .textwrap {
    width: 84%;
    margin: 0 auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .newscontent.second .imgwrap {
    width: 84%;
    float: none;
    margin: 0 auto;
  }
  .member {
    display: block;
    max-width: 180px;
    margin: 0 auto;
  }
  .herdadehero .mainherowrap h1 {
    font-size: 50px;
  }
  .slick-prev {
    left: 10px;
  }
  .support-logo img {
    width: 130px;
    display: block;
    margin: 10px auto;
  }
  .wineselection .wineimage {
    overflow: hidden;
    max-height: 322px;
  }

  .wineselection .row {
    margin-bottom: 70px;
  }
  .herdadehero .mainherowrap {
    padding: 50px 0 50px 0;
  }
  .categories-nav a {
    font-size: 14px;
  }
}

.success-message {
  border: 3px dashed #000;
  border-radius: 5px;
  background-color: transparent;
}

.js-form-message {
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.form-message {
  padding: 6px 15px;
}

.form-message-success {
  font-size: 14px;
  color: green;
  padding-bottom: 5px;
}

.form-message-error {
  font-size: 14px;
  color: red;
}

.form-error {
  font-size: 14px;
  color: red;
}

.grecaptcha-badge {
  display: none;
}

.grecaptcha-logo {
  display: none;
}
