@charset "UTF-8";
.home .logo img {
  transform: translateY(32rem) scale(14);
}

header {
  height: 6.3rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 9999;
}
header .menu-language-switcher-container .menu-language-switcher-container {
  display: none;
}
header.menu-opened nav {
  right: 0 !important;
}
header.menu-opened nav:lang(he) {
  left: 0;
  right: auto !important;
}
header nav {
  position: fixed;
  height: 100vh;
  width: 55rem;
  background: white;
  right: -55rem;
  top: 0;
  padding: 6rem 4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: 0.3s all ease-out;
  z-index: 999999999;
}
header nav:lang(he) {
  left: -55rem;
  right: auto;
}
header nav .reserve-visit {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  padding-top: 3rem;
}
header nav .reserve-visit .square-btn-holder {
  flex: 1 1 auto;
}
header nav .menu {
  display: block;
}
header nav .main-menu a {
  font-family: "loize", serif;
  font-weight: 400;
  font-size: 4rem;
  text-decoration: none;
  color: black;
  padding: 1.5rem 0;
  border-bottom: 1px solid black;
  display: block;
  line-height: normal !important;
}
header nav .main-menu a:lang(he) {
  font-family: "hadassa", serif;
}
header nav .social-menu {
  position: static;
  margin-top: 3.7rem;
}
header nav .social-menu ul {
  display: flex;
  justify-content: flex-start;
}
header nav .social-menu ul a {
  font-family: "loize", serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-decoration: none;
  color: black;
  padding-right: 2rem;
}
header .header-left {
  flex: 0 0 33.3333%;
}
header .header-left:lang(he) {
  flex-direction: row-reverse;
  align-items: flex-end;
  align-items: center;
}
header .header-left .lang-switcher {
  padding-left: 1.5rem;
}
header .header-left .lang-switcher:lang(he) {
  padding-right: 1.5rem;
}
header .header-left .lang-switcher a {
  overflow: hidden;
  font-family: "sackers", sans-serif;
  color: black;
  text-transform: lowercase;
  text-decoration: none;
  font-size: 1.5rem;
  direction: rtl;
  text-align: right;
}
header .header-left .lang-switcher a:lang(en) {
  font-family: "hadassa", serif;
}
header .header-left .lang-switcher a:lang(he) {
  direction: ltr;
  text-align: left;
}
header .logo {
  flex: 0 0 33.3333%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 99999;
}
header .logo img {
  width: 11.1rem;
  height: auto;
}
header .menu {
  flex: 0 0 33.3333%;
  display: flex;
  justify-content: flex-end;
}
header .menu:lang(he) {
  justify-content: flex-start;
}
header .header-content {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  box-sizing: border-box;
}
header .header-content:lang(he) {
  flex-direction: row-reverse;
}

@media only screen and (min-width: 1024px) {
  header .logo img {
    width: 11.1vh;
  }
}
@media only screen and (max-width: 1023px) {
  .home header .logo img {
    transform: translateY(9rem) scale(2.5);
  }
  header {
    height: 4.5rem;
  }
  header .menu-language-switcher-container .menu-language-switcher-container {
    display: none;
  }
  header .header-left {
    display: none;
  }
  header nav {
    width: 100vw;
    right: -100vw;
  }
  header .main-menu a {
    font-size: 2.8rem !important;
  }
  header #menu-btn {
    padding: 0;
    align-items: flex-start;
    height: 4.5rem;
  }
  header #menu-btn:lang(he) {
    align-items: flex-start;
  }
  header #menu-btn .kav-1 {
    transform: translateY(-6px);
  }
  header #menu-btn .kav-3 {
    transform: translateY(6px);
  }
  header.menu-opened #menu-btn .kav-1 {
    transform: translateY(4px) rotate(45deg);
  }
  header.menu-opened #menu-btn .kav-3 {
    transform: translateY(0px) rotate(-45deg);
  }
  header #menu-item-wpml-ls-44-he a {
    font-family: "hadassa", serif;
  }
  header #menu-item-wpml-ls-44-en a {
    font-family: "loize", serif;
  }
  header .cart-customlocation {
    margin-right: 1rem;
    font-size: 1.2rem;
  }
  header .ryv {
    display: none;
  }
  header .header-btns {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    justify-content: space-between;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  header .header-btns:lang(he) {
    position: absolute;
    top: 0;
    left: auto;
    width: 100vw !important;
    box-sizing: border-box;
    right: 0;
    flex: 0 0 100%;
    justify-content: space-between !important;
  }
  header .header-btns:lang(he) .cart-customlocation {
    margin-left: 0 !important;
  }
  header .header-content {
    justify-content: center;
    height: 100%;
  }
}
.home footer .footer-content {
  border: none !important;
}

footer {
  padding: 0 7.3rem;
  box-sizing: border-box;
  direction: ltr;
}
footer .footer-menu .acc a, footer .footer-social-menu .acc a {
  font-family: "hadassa", serif;
}
footer .footer-menu a, footer .footer-social-menu a {
  font-family: "loize", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: black;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.4;
}
footer .footer-content {
  align-items: flex-start;
  padding: 4.6rem 0;
  border-top: 1px solid black;
}
footer .footer-content .half {
  align-items: flex-start;
}
footer .footer-content .copyrights {
  flex-grow: 1;
}
footer .footer-content .footer-menu, footer .footer-content .footer-social-menu, footer .footer-content .credits {
  flex: 0 0 33.3333%;
}
footer .footer-content .copyrights p {
  font-family: "sackers", sans-serif;
  font-size: 1.5rem;
  margin: 0;
}
footer .footer-content .credits a {
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: "loize", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: black;
  text-decoration: none;
  line-height: 1.4;
}

@media only screen and (min-width: 1024px) {
  footer .credits a {
    font-size: 1.8rem !important;
  }
}
@media only screen and (max-width: 1023px) {
  footer {
    padding: 0 2.8rem;
  }
  footer .footer-content {
    padding: 2.6rem 0;
    display: block;
  }
  footer .footer-content .footer-menu, footer .footer-content .footer-social-menu, footer .footer-content .credits {
    margin-top: 2rem;
  }
  footer .footer-content .half {
    flex-grow: 1;
    display: block;
  }
  footer .footer-content .half a {
    font-size: 1.2rem;
    line-height: 1.5;
    display: block;
  }
  footer .footer-content .copyrights p {
    font-size: 1.2rem;
  }
  .address, .two-p p {
    line-height: 135.5% !important;
  }
  .full-text p {
    line-height: 128% !important;
  }
}
.wran {
  background: none;
  border: none;
  color: white;
  font-size: 1.8rem;
  font-family: "sackers", sans-serif !important;
  text-transform: uppercase;
  height: 6.7rem;
  padding: 0;
  font-weight: 400;
  text-align: center;
  width: 100%;
  transition: 0.3s all;
  white-space: pre-line;
  text-decoration: underline;
  margin-top: 4rem;
}
.wran:lang(he) {
  line-height: 1.6;
  letter-spacing: 0.12rem;
}

.home-hero {
  padding-top: 32rem;
  transform: scale(0.95);
  /* Video background */
  /* horizontally center the video */
  /* set video aspect ratio and vertically center */
}
.home-hero .img-con {
  height: 100%;
}
.home-hero .videobg {
  position: relative;
  width: 100%; /* Set video container element width here */
  height: 100%; /* Set video container element height here */
  overflow: hidden;
  background: #111; /* bg color, if video is not high enough */
}
.home-hero .videobg-width {
  position: absolute;
  width: 100%; /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.home-hero .videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%; /* 16:9 ratio */
  overflow: hidden;
}
.home-hero .videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-hero .videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  /* Vimeo timeline and play button are ~55px high */
  padding: 55px 97.7777px; /* 16:9 ratio */
  top: -55px;
  left: -97.7777px; /* 16:9 ratio */
}
.home-hero .videobg iframe {
  position: absolute;
  width: 105%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}

.home-bottom {
  margin-top: 18rem;
}

.full-size-img {
  width: 100%;
  height: 100vh;
}
.full-size-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 1023px) {
  .ios .home-hero .img-con {
    height: 85%;
  }
  .home-hero {
    padding-top: 8rem;
    transform: scale(0.9);
  }
  .home-hero .img-con {
    height: 85%;
  }
  .home-hero .videobg-aspect {
    width: 100vw !important;
    height: 131% !important;
    padding-bottom: 0 !important;
    top: auto !important;
    bottom: 0 !important;
  }
  .home-hero .videobg-width {
    width: 100% !important;
    height: 100% !important;
  }
  .home-hero .videobg {
    width: 100vw !important;
    height: 124vh !important;
  }
  .home-hero .videobg-hide-controls {
    padding: 0 !important;
    top: 0 !important;
    left: 0 !important;
  }
  .home-bottom {
    margin-top: 0;
    height: 22rem;
  }
  .home-bottom .img-con {
    width: 100%;
    height: 100%;
  }
}
.vineyard-texts-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 119vh;
  pointer-events: none;
  box-sizing: border-box;
}
.vineyard-texts-wrapper.mobile {
  display: none;
}
.vineyard-texts-wrapper .vineyard-text-item {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s all;
  padding: 6rem 8rem;
  box-sizing: border-box;
}
.vineyard-texts-wrapper .vineyard-text-item.show {
  opacity: 1;
}
.vineyard-texts-wrapper ul, .vineyard-texts-wrapper li {
  width: 100%;
  height: 100%;
}
.vineyard-texts-wrapper ul .inner-yu, .vineyard-texts-wrapper li .inner-yu {
  width: 100%;
  height: 100%;
  display: flex;
}
.vineyard-texts-wrapper ul .inner-yu:lang(en), .vineyard-texts-wrapper li .inner-yu:lang(en) {
  justify-content: flex-end;
}
.vineyard-texts-wrapper p {
  user-select: none;
  color: white;
  white-space: pre-line;
  max-width: 35rem;
  flex: unset !important;
}

.under-home-hero {
  padding: 13rem 0 0 0;
  box-sizing: border-box;
}
.under-home-hero .subtitle-he {
  text-align: right;
}
.the-terroir {
  margin-bottom: 10rem;
}
.the-terroir .pargraphs {
  display: block !important;
}
.the-terroir p {
  max-width: 110rem;
  margin: auto;
  text-align: center;
}

.second-gen {
  padding-bottom: 10rem;
}
.second-gen .medium-title {
  font-size: 11.5rem;
}
.second-gen .horizontal-head {
  align-items: flex-start !important;
}
.second-gen .horizontal-head .img-con {
  margin-top: 1.5rem;
}
.second-gen .horizontal-head .img-con img {
  width: 35rem !important;
}

.page-template-about .image-title-text .horizontal-head {
  padding-top: 0;
}

.image-title-text.vinyard .img-con img, .image-title-text.vinyard .img-con svg {
  width: 100%;
  height: auto;
}
.image-title-text.vinyard #vinyad-map .desktop {
  display: block;
}
.image-title-text.vinyard #vinyad-map .mobile {
  display: none;
}
.image-title-text.vinyard #vinyad-map .land, .image-title-text.vinyard #vinyad-map .title {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
  transform: scale(0.95);
  transform-origin: center;
}
.image-title-text.vinyard #vinyad-map .show .land, .image-title-text.vinyard #vinyad-map .show .title {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.image-title-text .horizontal-head {
  padding: 16rem 0 0 0;
  width: 100%;
  align-items: center;
}
.image-title-text .horizontal-head .subtitle-he {
  text-align: right;
}
.image-title-text .horizontal-head .medium-title {
  flex: 0 0 37%;
  text-align: left;
}
.image-title-text .horizontal-head .medium-title:lang(he) {
  text-align: right;
}
.image-title-text .horizontal-head .img-con {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-title-text .horizontal-head .img-con img {
  width: 40rem;
  height: auto;
}
.image-title-text .img-wrapper {
  flex: 0 0 50%;
}
.image-title-text .img-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.image-title-text.fifty-fifty .basic-grid {
  display: flex;
  justify-content: space-between;
}
.image-title-text.fifty-fifty .basic-grid .big-title {
  text-align: left;
  padding-top: 4.4rem;
  padding-top: 0;
  margin-top: 0;
  transform: translateY(-1.8rem);
}
.image-title-text.fifty-fifty .basic-grid .big-title:lang(he) {
  text-align: right !important;
}
.image-title-text.fifty-fifty .img-con.img-2 {
  padding-bottom: 3rem;
}
.image-title-text.fifty-fifty .img-con {
  flex: 0 0 100vh;
  height: 100vh;
  position: relative;
}
.image-title-text.fifty-fifty .img-con img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.image-title-text.fifty-fifty .text-con {
  height: calc(100vh - 5rem);
  position: sticky;
  padding-bottom: 3rem;
  top: 6.3rem;
  padding-left: 6rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image-title-text.fifty-fifty .text-con:lang(he) {
  padding-right: 6rem;
  padding-left: 0;
}
.image-title-text.fifty-fifty .text-con p {
  margin: 0;
  position: relative;
}
.image-title-text.vertical .basic-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-title-text.vertical .basic-grid .text-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 9.4rem;
}
.image-title-text.vertical .basic-grid .text-con .pargraphs {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
.image-title-text.vertical .basic-grid .text-con .pargraphs .ps {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
.image-title-text.vertical .basic-grid .text-con .pargraphs p {
  flex: 0 0 23%;
  margin: 0;
  position: relative;
  padding-top: 3rem;
  display: flex;
}
.image-title-text.vertical .basic-grid .text-con .pargraphs p:lang(he) {
  justify-content: flex-start;
}
.image-title-text.vertical .basic-grid .text-con .pargraphs p strong {
  position: absolute;
  top: 0;
}
.image-title-text.vertical .img-con {
  width: 40.3rem;
}

@media only screen and (max-width: 1023px) {
  .image-title-text.fifty-fifty .basic-grid .big-title, .image-title-text.fifty-fifty .basic-grid .big-title:lang(he), .under-home-hero .subtitle-he {
    text-align: center !important;
  }
  .the-terroir .pargraphs p {
    text-align: left;
  }
  .the-terroir .pargraphs p:lang(he) {
    text-align: right;
  }
  .vinyards-list .flickity-viewport {
    transition: 0.5s all;
  }
  .vineyard-texts-wrapper {
    position: static;
    padding: 0 !important;
    pointer-events: all;
    height: 0;
    overflow: hidden;
    position: relative;
    pointer-events: none;
    padding: 2rem;
    box-sizing: border-box;
  }
  .vineyard-texts-wrapper ul {
    position: relative;
  }
  .vineyard-texts-wrapper ul li {
    position: absolute !important;
    right: auto;
    left: 0;
    padding: 0 !important;
    box-sizing: border-box;
    height: auto;
  }
  .vineyard-texts-wrapper ul li p {
    width: 100%;
  }
  .vineyard-texts-wrapper .vineyard-text-item {
    position: static;
  }
  .vineyard-texts-wrapper ul, .vineyard-texts-wrapper li {
    width: 100%;
    height: auto;
  }
  .vineyard-texts-wrapper ul .inner-yu, .vineyard-texts-wrapper li .inner-yu {
    width: 100%;
    height: auto;
    display: block;
    justify-content: flex-end;
  }
  .vineyard-texts-wrapper p {
    user-select: none;
    color: black;
    white-space: pre-line;
    margin: 0;
  }
  .image-title-text.fifty-fifty .text-con:lang(he) {
    padding: 0;
  }
  .the-terroir {
    margin-bottom: 0;
  }
  .image-title-text.fifty-fifty .text-con {
    height: auto;
  }
  .under-home-hero {
    padding-top: 8rem;
    padding-bottom: 7rem;
    height: auto;
  }
  .under-home-hero .img-con {
    display: none;
  }
  .image-title-text.fifty-fifty .basic-grid .big-title {
    transform: translateY(0px);
  }
  .image-title-text.fifty-fifty .text-con {
    padding-bottom: 0;
  }
  .image-title-text .img-wrapper {
    display: none;
  }
  .image-title-text.fifty-fifty .text-con {
    display: block;
    padding-left: 0rem;
  }
  .image-title-text.fifty-fifty .text-con .pargraphs {
    margin-top: 7rem;
  }
  .image-title-text.vertical .basic-grid {
    padding-top: 5rem;
  }
  .image-title-text.vertical .basic-grid .img-con {
    width: 18.6rem;
    height: 12.4rem;
  }
  .image-title-text.vertical .basic-grid .text-con {
    margin-top: 5rem;
  }
  .image-title-text.vertical .basic-grid .text-con .subtitle {
    margin-bottom: 2rem;
  }
  .image-title-text.vertical .basic-grid .text-con .pargraphs, .image-title-text.vertical .basic-grid .text-con .pargraphs .ps {
    display: block;
  }
  .image-title-text.vertical .basic-grid .text-con .pargraphs.vin-0, .image-title-text.vertical .basic-grid .text-con .pargraphs .ps.vin-0 {
    margin-top: 2.3rem !important;
  }
  .image-title-text.vertical .basic-grid .text-con .pargraphs p, .image-title-text.vertical .basic-grid .text-con .pargraphs .ps p {
    padding-bottom: 1rem;
  }
  .image-title-text.vertical.vinyard {
    height: auto;
  }
  .image-title-text.vertical.vinyard h2 {
    margin-top: 0;
  }
  .image-title-text.vertical.vinyard .text-con {
    padding: 0 2.8rem;
  }
  .image-title-text.vertical.vinyard .img-con {
    width: 100%;
    padding-bottom: 95%;
    height: 0;
    flex: auto;
  }
  .image-title-text.vertical.vinyard #vinyad-map .desktop {
    display: none;
  }
  .image-title-text.vertical.vinyard #vinyad-map .mobile {
    display: block;
  }
  .image-title-text.vertical.vinyard #vinyad-map .mobile .m-vineyard {
    transition: 0.3s all;
  }
  .image-title-text.vertical.vinyard #vinyad-map .mobile .m-vineyard.show .x-button, .image-title-text.vertical.vinyard #vinyad-map .mobile .m-vineyard.show .m-filed {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .image-title-text.vertical.vinyard #vinyad-map .mobile .m-vineyard.show .m-number {
    opacity: 0;
    visibility: hidden;
  }
  .image-title-text.vertical.vinyard #vinyad-map .mobile .m-vineyard.hide {
    opacity: 0;
    visibility: hidden;
  }
  .image-title-text.vertical.vinyard #vinyad-map .mobile .x-button {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
  }
  .image-title-text.vertical.vinyard #vinyad-map .mobile .m-filed {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    transform: scale(0.95);
  }
  .image-title-text .horizontal-head {
    flex-direction: column-reverse;
  }
  .image-title-text .horizontal-head h2 {
    text-align: center !important;
  }
  .image-title-text .horizontal-head .img-con {
    width: 20.5rem;
    flex: 0 0 12.6rem;
    height: 12.6rem;
    margin: 4rem 0 0 0;
  }
  .image-title-text .horizontal-head .img-con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .the-terroir .pargraphs, .second-gen .pargraphs {
    padding-top: 3rem !important;
  }
  .second-gen .horizontal-head {
    padding-top: 0;
  }
  .second-gen .subtitle-he {
    text-align: center !important;
  }
  .second-gen .horizontal-head:lang(he) {
    align-items: center !important;
  }
}
@font-face {
  font-family: "???";
  src: url("????");
  font-weight: 300;
  font-style: "$style";
}
@font-face {
  font-family: "Icons";
  src: url("fonts/icomoon.woff");
  font-weight: 400;
  font-style: "$style";
}
body {
  margin: 0;
}

.home {
  overflow-x: hidden;
}

.otgs-development-site-front-end {
  display: none !important;
}

.hr {
  margin: 25rem auto;
  display: block;
  height: 1px;
  background-color: rgb(0, 0, 0);
}

.about-hr {
  margin: 7rem 0 0 0;
}

section, header, footer {
  opacity: 0;
}

.page-template-default:not(.woocommerce-page) .basic-grid {
  max-width: 80rem;
  margin: 10rem auto;
}
.page-template-default:not(.woocommerce-page) .basic-grid h1:lang(he) {
  font-family: "hadassa", serif;
  font-size: 4rem;
}
.page-template-default:not(.woocommerce-page) .basic-grid a {
  color: black;
}
.page-template-default:not(.woocommerce-page) .basic-grid b {
  padding-bottom: 1rem;
  display: inline-block;
  font-weight: 700;
}

.basic-grid {
  width: 100%;
  max-width: 220rem;
  margin: auto;
  padding: 0 7.7rem;
  box-sizing: border-box;
}

.cart-customlocation {
  color: black;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "sackers", sans-serif;
  margin-right: 6rem;
  font-weight: 400;
}
.cart-customlocation:lang(he) {
  margin-right: 0;
  margin-left: 6rem;
}

.img-con {
  overflow: hidden;
}

.lines {
  overflow: hidden;
}

.big-title {
  font-size: 11.5rem;
  font-size: 10.5rem;
  font-size: 9.8rem;
  text-transform: uppercase;
  margin: 2rem 0;
  line-height: 1.05;
  text-align: center;
  font-family: "loize-display", serif;
  font-weight: 400;
  direction: ltr;
  letter-spacing: 5.75px;
}
.big-title .lines {
  overflow: hidden;
}

.medium-title {
  direction: ltr;
  font-size: 8.7rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.05;
  text-align: center;
  font-family: "loize-display", serif;
  font-weight: 400;
}

.small-title {
  font-family: "loize", serif;
  font-size: 4.2rem;
  text-transform: uppercase;
  font-weight: 400;
}

p, li {
  font-family: "loize", serif;
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}
p:lang(he), li:lang(he) {
  font-family: "hadassa", serif;
  line-height: 128%; /* 23.04px */
  letter-spacing: 0.18px;
}

b:lang(he), strong:lang(he) {
  font-family: "hadassa", serif;
  font-weight: 500;
}

.subtitle {
  font-family: "sackers", sans-serif !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.subtitle-he {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  font-family: "hadassa", serif;
}

.btn-holder {
  display: table;
  overflow: hidden;
  border: 1px solid black;
}
.btn-holder-disabled {
  border: 1px solid #BCBCBC !important;
}
.btn-holder:hover .over-btn-cir {
  opacity: 1;
}

.over-btn-cir {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: invert(100%);
  -webkit-backdrop-filter: invert(100%);
  border-radius: 50%;
  z-index: 9;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s opacity;
  transform: scale(0);
  display: none !important;
}

.square-btn {
  font-family: "sackers", sans-serif;
  height: 3.5rem;
  padding: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: none !important;
  font-size: 1.2rem !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: black;
  padding: 0 2rem;
  font-style: normal;
  position: relative;
}
.square-btn.mac {
  line-height: 3.7rem;
  padding-top: 0.4rem;
}
.square-btn:hover {
  background-color: black !important;
  color: white;
}
.square-btn-disabled {
  pointer-events: none;
  background: #D9D9D9 !important;
  color: white;
}

p.out-of-stock {
  font-family: "sackers", sans-serif;
  height: 3.5rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: black;
  padding: 0 2rem;
  font-style: normal;
  position: relative;
  margin: 0;
}

.woocommerce-info {
  width: 100%;
  max-width: 220rem;
  margin: auto !important;
  padding-right: 7.7rem !important;
  padding-left: 7.7rem !important;
  background: none !important;
  border: none !important;
  box-sizing: border-box;
  text-align: center;
}
.woocommerce-info:before {
  display: none !important;
}

.added_to_cart {
  display: none;
}

.add_to_cart_button .a-t-c {
  transition: 0.2s all;
  pointer-events: none;
}
.add_to_cart_button .loading-circ {
  transition: 0.2s all;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(img/tail-spin.svg) no-repeat center;
  background-size: 3rem;
  opacity: 0;
  z-index: 0;
}
.add_to_cart_button.loading .a-t-c {
  opacity: 0;
}
.add_to_cart_button.loading .loading-circ {
  opacity: 1;
}

.half {
  flex: 0 0 50%;
}

.woocommerce-notices-wrapper {
  width: 57rem;
  position: fixed;
  top: 10rem;
  left: 10rem;
}
.woocommerce-notices-wrapper .button {
  display: none !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
  font-size: 1.8rem !important;
  font-family: "loize", serif !important;
  font-weight: 400 !important;
  padding-left: 2rem !important;
  background: #8fae1b;
  color: white;
  border-radius: 10px;
  margin: 0;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-error {
  padding-left: 2rem !important;
  background: #b81c23;
  color: white;
  border-radius: 10px;
  margin: 0;
}
.woocommerce-notices-wrapper .woocommerce-error::before {
  display: none;
}

.woocommerce-message {
  opacity: 0;
  visibility: hidden;
  animation: 5s message;
  animation-fill-mode: none;
}

@keyframes message {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  10% {
    opacity: 1;
    visibility: visible;
  }
  90% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  font-size: 1.8rem !important;
  font-family: "loize", serif !important;
  font-weight: 400 !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
/* Handle */
::-webkit-scrollbar-thumb {
  background: #333333;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333333;
}

.tu-sec {
  padding-top: 17rem;
}
.tu-sec.tu-404 {
  margin: 10rem auto;
}
.tu-sec h1 {
  margin-top: 0;
}
.tu-sec .text {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 9rem 0;
}
.tu-sec p.subtitle {
  font-family: "loize", serif !important;
  font-size: 3.5rem;
  margin-top: 6rem;
  margin-bottom: 0;
}
.tu-sec .square-btn {
  padding-left: 5rem;
  padding-right: 5rem;
}
.tu-sec:lang(he) h1, .tu-sec:lang(he) p {
  font-family: "hadassa", serif !important;
  direction: rtl !important;
}

.after-deco-wine-list {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .after-deco-wine-list {
    display: block;
    margin-bottom: 9rem !important;
  }
  p, li {
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.8px;
  }
  p:lang(he), li:lang(he) {
    font-size: 1.6rem;
    font-style: normal;
    line-height: 128%; /* 20.48px */
    letter-spacing: 0.32px;
  }
  .flickity-viewport {
    transition: height 0.3s;
  }
  .image-title-text.vertical .basic-grid .text-con .pargraphs p {
    padding-top: 0rem;
  }
  .tu-sec {
    padding-top: 5rem;
  }
  .tu-sec h1 {
    margin-top: 0;
  }
  .tu-sec .text {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 9rem 0;
  }
  .tu-sec p.subtitle {
    font-family: "loize", serif !important;
    font-size: 2.4rem;
    margin-top: 6rem;
    margin-bottom: 0;
  }
  .tu-sec .square-btn {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .tu-sec:lang(he) h1, .tu-sec:lang(he) p {
    font-family: "hadassa", serif !important;
    direction: rtl !important;
  }
  .woocommerce-notices-wrapper {
    max-width: none;
    width: 100%;
    position: static;
  }
  .big-title {
    font-size: 4rem;
    letter-spacing: 1.5px;
    text-align: center !important;
  }
  .medium-title {
    font-size: 2.8rem !important;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .history-timeline .subtitle {
    font-size: 1rem !important;
  }
  .subtitle {
    font-size: 1rem;
  }
  .basic-grid {
    padding: 0 2.8rem;
  }
  .hr {
    margin: 0 auto;
  }
  .hr.after-vineyards {
    margin-top: 8rem;
  }
  .m-block {
    display: block;
  }
}
@font-face {
  font-family: "loize-display";
  src: url("fonts/Louize_Display_Regular_205TF.woff");
  font-weight: 400;
  font-style: "$style";
}
@font-face {
  font-family: "loize";
  src: url("fonts/louize_regular-webfont.woff");
  font-weight: 400;
  font-style: "$style";
}
@font-face {
  font-family: "loize";
  src: url("fonts/louize_bold-webfont.woff");
  font-weight: 700;
  font-style: "$style";
}
@font-face {
  font-family: "sackers";
  src: url("fonts/font_1.woff");
  font-weight: 500;
  font-style: "$style";
}
@font-face {
  font-family: "hadassa";
  src: url("fonts/HadassahFriedlaender_Regular.woff");
  font-weight: 400;
  font-style: "$style";
}
@font-face {
  font-family: "hadassa";
  src: url("fonts/HadassahFriedlaender_Medium.woff");
  font-weight: 500;
  font-style: "$style";
}
.flickity-button {
  background: none !important;
  background-color: transparent !important;
}

.age-popup {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
}
.age-popup.hide {
  opacity: 0;
  visibility: hidden;
}
.age-popup .age-popup-frame .title {
  text-transform: uppercase;
  font-size: 3.36rem;
  color: white;
}
.age-popup .age-popup-frame p:not(.wran) {
  font-family: "loize", serif !important;
  direction: ltr;
}
.age-popup .age-popup-frame .yes-no-btns {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid white;
  position: relative;
}
.age-popup .age-popup-frame .yes-no-btns:after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  height: 100%;
  width: 1px;
  background: white;
}
.age-popup .age-popup-frame .yes-no-btns li {
  flex: 0 0 50%;
}
.age-popup .age-popup-frame .yes-no-btns button {
  background: none;
  border: none;
  color: white;
  font-size: 1.8rem;
  font-family: "sackers", sans-serif !important;
  text-transform: uppercase;
  height: 6.7rem;
  padding: 0;
  text-align: center;
  width: 100%;
}
.age-popup .age-popup-frame .yes-no-btns button.mac {
  padding-top: 0.4rem;
}
.age-popup .age-popup-frame .yes-no-btns button:lang(he) {
  font-family: "hadassa", serif;
}
.age-popup .age-popup-frame .yes-no-btns button:hover {
  background: white;
  color: rgba(0, 0, 0, 0.3);
}

.read-more {
  display: none;
}

.mobile-ln-menu {
  display: none;
}

.newsletter-form-banner {
  width: 100%;
  height: 71.7rem;
  position: relative;
  color: white;
}
.newsletter-form-banner .wpcf7-list-item {
  margin-right: 0;
}
.newsletter-form-banner .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.newsletter-form-banner .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.newsletter-popup {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.newsletter-popup ::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important; /* Firefox */
}
.newsletter-popup ::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(0, 0, 0, 0.5) !important;
}
.newsletter-popup .wpcf7-list-item {
  margin-right: 0;
}
.newsletter-popup.show {
  opacity: 1;
  visibility: visible;
}
.newsletter-popup .newsletter-area {
  background: #D9D0B0;
  color: #000000;
  padding: 6.7rem 9.9rem 5.4rem;
  box-sizing: border-box;
}
.newsletter-popup .newsletter-area .big-title {
  margin: 0;
}
.newsletter-popup .newsletter-area .close-newsletter-popup {
  top: 1.7rem;
  right: 1.7rem;
  background: none;
  border: none;
  padding: 0;
  width: 13px;
  height: 13px;
  object-fit: cover;
}
.newsletter-popup .newsletter-area .close-newsletter-popup img {
  width: 100%;
  height: 100%;
}
.newsletter-popup .newsletter-area .close-newsletter-popup:hover {
  transform: rotate(90deg);
}
.newsletter-popup .newsletter-area .big-title {
  font-size: 3.6rem;
  letter-spacing: 0.18rem;
}
.newsletter-popup .newsletter-area .sub {
  color: black;
}
.newsletter-popup .newsletter-area form input {
  color: black;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
}
.newsletter-popup .newsletter-area form input::placeholder {
  color: black;
}
.newsletter-popup .newsletter-area form .wpcf7-list-item-label::before {
  border: 1px solid black;
}
.newsletter-popup .newsletter-area form input[type=submit] {
  border: 1px solid black;
  color: black !important;
  text-align: center;
}
.newsletter-popup .newsletter-area form input[type=submit]:hover {
  background-color: black !important;
  color: #D9D0B0 !important;
}
.newsletter-popup .newsletter-area form .wpcf7-not-valid-tip {
  color: red;
}

.newsletter-area p.sub {
  color: white;
  text-align: center;
  font-size: 2.4rem;
}
.newsletter-area form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 46rem;
  margin: 0 auto;
}
.newsletter-area form input {
  width: 100%;
  height: 3rem;
  border: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "sackers", sans-serif;
  text-align: center;
  margin-bottom: 1rem;
  border-bottom: 1px solid white;
  color: white;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
}
.newsletter-area form input:lang(he) {
  font-family: "hadassa", serif;
  text-align: right;
  font-size: 1.8rem;
}
.newsletter-area form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.newsletter-area form .wpcf7-list-item-label {
  display: flex;
  font-size: 1.7rem;
  font-family: "loize", serif;
  line-height: 1.1;
  margin-top: 3rem;
  letter-spacing: 0.09rem;
}
.newsletter-area form .wpcf7-list-item-label:lang(he) {
  font-family: "hadassa", serif;
  font-size: 1.8rem;
}
.newsletter-area form .wpcf7-list-item-label::before {
  margin-right: 1rem;
  display: block;
  content: "";
  flex: 0 0 2.3rem;
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-0.5rem);
}
.newsletter-area form .wpcf7-list-item-label:lang(he)::before {
  margin-right: 0;
  margin-left: 1rem;
}
.newsletter-area form input[type=checkbox] {
  display: none;
}
.newsletter-area form input[type=checkbox]:checked ~ span:before {
  content: "✓";
}
.newsletter-area form input[type=submit] {
  font-family: "sackers", sans-serif;
  height: 3.5rem;
  color: white !important;
  border: 1px solid white;
  padding: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: none !important;
  font-size: 1.2rem !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: black;
  padding: 0 2rem;
  font-style: normal;
  position: relative;
  text-align: center;
  margin: 0;
}
.newsletter-area form input[type=submit].mac {
  line-height: 3.7rem;
}
.newsletter-area form .button-holder {
  margin: 4rem auto 0;
  max-width: 25rem;
}
.newsletter-area form .wpcf7-response-output {
  border: none !important;
  font-size: 1.4rem;
  font-family: "loize", serif;
}
.newsletter-area form .wpcf7-response-output:lang(he) {
  font-family: "hadassa", serif;
  font-size: 1.8rem;
}
.newsletter-area form .wpcf7-not-valid-tip {
  font-family: "loize", serif;
  font-size: 1.4rem;
  user-select: none;
  position: absolute;
  right: 0;
  color: pink;
  top: 0;
}
.newsletter-area form .wpcf7-not-valid-tip:lang(he) {
  font-family: "hadassa", serif;
  font-size: 1.6rem;
  right: auto;
  left: 0;
}
.newsletter-area form span[data-name=mailings] .wpcf7-not-valid-tip {
  top: auto;
  right: auto;
  padding-left: 4.5rem;
  padding-top: 0.5rem;
}
.newsletter-area form span[data-name=mailings] .wpcf7-not-valid-tip:lang(he) {
  right: 0;
  left: auto;
}
.newsletter-area .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.newsletter-area .wpcf7-spinner {
  background: url(img/roller-w.svg) center no-repeat !important;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}

@media only screen and (min-width: 1024px) {
  .page-template-about .page-title {
    padding: 26rem 0;
  }
  .page-template-about .second-gen .text-con {
    margin-top: 26.3rem !important;
  }
  .page-template-about .second-gen .text-con .horizontal-head {
    margin-bottom: 20.3rem !important;
  }
  .page-template-about .hh-con .press-items {
    padding-bottom: 37rem;
    padding-top: 30rem;
  }
}
@media only screen and (max-width: 1023px) {
  .newsletter-form-banner {
    height: auto;
  }
  .newsletter-area {
    padding: 8rem 3rem;
    box-sizing: border-box;
  }
  .newsletter-area form {
    max-width: 30rem;
  }
  .newsletter-area .wpcf7-response-output {
    font-size: 1.4rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .newsletter-area .wpcf7-not-valid-tip:lang(he) {
    font-size: 1.4rem !important;
  }
  .newsletter-area form .button-holder {
    margin-top: 4rem !important;
  }
  .newsletter-area .wpcf7-list-item-label::before {
    flex: 0 0 1.8rem !important;
    height: 1.8rem !important;
    line-height: 2.4rem;
    align-items: unset !important;
  }
  .newsletter-area input {
    margin-bottom: 0 !important;
  }
  .newsletter-area input:lang(he), .newsletter-area .wpcf7-list-item-label:lang(he) {
    font-size: 1.5rem !important;
  }
  .newsletter-area .sub {
    font-size: 1.8rem !important;
    letter-spacing: 0.09rem;
  }
  .newsletter-area h2 {
    letter-spacing: 0.175rem;
    margin-top: 0;
  }
  .newsletter-popup {
    padding: 3rem;
    box-sizing: border-box;
  }
  .newsletter-popup .newsletter-area {
    padding: 6rem 3.65rem 3rem;
    box-sizing: border-box;
  }
  .newsletter-popup .newsletter-area .wpcf7-response-output {
    font-size: 1.4rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .newsletter-popup .newsletter-area .wpcf7-not-valid-tip:lang(he) {
    font-size: 1.4rem !important;
  }
  .newsletter-popup .newsletter-area form .button-holder {
    margin-top: 4rem !important;
  }
  .newsletter-popup .newsletter-area .wpcf7-list-item-label::before {
    flex: 0 0 1.8rem !important;
    height: 1.8rem !important;
    line-height: 2.4rem;
    align-items: unset !important;
  }
  .newsletter-popup .newsletter-area .wpcf7-list-item-label::before {
    flex: 0 0 1.8rem !important;
    height: 1.8rem !important;
  }
  .newsletter-popup .newsletter-area input {
    margin-bottom: 0 !important;
  }
  .newsletter-popup .newsletter-area h2 {
    letter-spacing: 0.175rem;
  }
  .newsletter-popup .newsletter-area .sub {
    font-size: 1.8rem;
  }
  .newsletter-popup .newsletter-area input:lang(he), .newsletter-popup .newsletter-area .wpcf7-list-item-label:lang(he) {
    font-size: 1.5rem;
  }
  .page-template-about .second-gen .subtitle-he {
    margin-bottom: 0 !important;
  }
  .page-template-about .page-title {
    padding: 6rem 0;
  }
  .page-template-about .about-half-half-image-text p {
    margin: 0;
  }
  .page-template-about .about-half-half-image-text .paragraph-con {
    padding-bottom: 3.7rem !important;
    padding-top: 3rem !important;
  }
  .page-template-about .about-hr {
    margin-top: 2rem;
  }
  .page-template-about .second-gen .basic-grid {
    padding-top: 5rem;
  }
  .page-template-about .the-terroir .pargraphs, .page-template-about .second-gen .pargraphs {
    padding-top: 0 !important;
  }
  .mobile-ln-menu {
    display: block;
  }
  .page-template-about .pargraphs .read-more {
    font-family: "loize", serif;
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    font-size: 1.8rem;
    display: block;
  }
  .page-template-about .pargraphs p {
    height: 0;
    overflow: hidden;
    padding-bottom: 0 !important;
  }
  .page-template-about .pargraphs p.pad {
    padding-bottom: 2rem !important;
  }
  .page-template-about .pargraphs p:nth-child(1) {
    height: auto;
    padding-bottom: 2rem !important;
  }
  .page-template-about .page-title {
    padding-bottom: 4rem;
  }
  .page-template-about .hh-con .paragraph-con {
    padding-top: 3rem !important;
  }
  .page-template-about .image-title-text.vertical .basic-grid .img-con {
    width: auto;
    height: auto;
    flex: auto;
    align-self: center;
    margin: 8rem 0;
  }
  .page-template-about .image-title-text.vertical .basic-grid .img-con img {
    width: 100% !important;
    max-width: 20.5rem !important;
    height: auto !important;
    margin: 0 auto;
  }
  .age-popup .age-popup-frame {
    padding: 0 5rem;
    box-sizing: border-box;
  }
  .age-popup .age-popup-frame .title {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 109.5%; /* 3.066rem */
    letter-spacing: 0.14rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .age-popup .age-popup-frame .wran {
    olor: #FFF;
    font-family: "Sackers Gothic Std";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 135%;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
  }
  .age-popup .age-popup-frame button {
    height: 4rem !important;
    font-size: 1.4rem !important;
    width: 100% !important;
    text-align: center;
  }
  .home-deco-wine-list .btn-holder {
    display: none;
  }
  .home-deco-wine-list .title-wrapper {
    width: 100%;
  }
  .home-deco-wine-list .wines-list li .product-image {
    background-color: transparent !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1431px) {
  html {
    font-size: 8px;
  }
  .big-title {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1432px) and (max-width: 1520px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (min-width: 1521px) and (max-width: 1700px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (min-width: 1701px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1921px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 2500px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 2600px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 3100px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1023px) {
  html {
    font-size: 10px;
  }
}

/*# sourceMappingURL=theme-style.css.map */
