/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Header
13. Intro
14. Events
15. Tickets
16. Wineries
17. Partners
18. Blog
19. Newsletter
20. Animations Page
21. Event Page
22. Wineries Page
23. Partners Page
24. Tickets Page
25. Blog Page
26. Contact Page
27. Workshops Page
28. Wineries Page New
29. Cart Page
30. Calendar Page

=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 600; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 2;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #a4e1ff;  color: #000066; }  
::selection { background-color: #a4e1ff; color: #000066 }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-sm{
  max-width: 110rem;
}
.container-md{
  max-width: 120rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;line-height:1.4;}
.title h1, .title h2{ font-size: 3.2rem;margin-bottom: 0;}
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem;text-align: left; }
.title-center{text-align: center;}
.title h3{
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #000066;

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.6rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 5rem; }
  .intro .title h1{
    font-size: 6rem;
  }
}


/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
	font-weight: 500;
  text-align: center;
  border:1px solid transparent;
  text-transform: uppercase;
  transition: all .4s  ease-in-out;
}
.btn-primary{
  background-color: #000066;
  color: #a4e1ff;
}
.btn-primary:hover, .btn-secondary:hover{

  background-color: #ffe697;
  color: #000;
}
.btn-secondary{
  background-color: #a4e1ff;
  color: #000066;
}
.btn-tertiary{
  background-color: #ffe697;
  color: #000000;
}

.btn-sm{
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}
.btn-sm:hover{
  color: #a4e1ff;
}
.single_add_to_cart_button, .button.wc-backward, .checkout-button, .place-order .button {
	display: inline-block  !important;
	padding: 1.6rem 2.6rem !important;
	font-weight: 500 !important;
  text-align: center !important;
  border:1px solid transparent !important;
  text-transform: uppercase !important;
  transition: all .4s  ease-in-out !important;
  background-color: #000066 !important;
  color: #a4e1ff !important;
  border-radius: 0 !important;
}
.single_add_to_cart_button:hover, .button.wc-backward:hover, .checkout-button:hover, .place-order .button:hover{
  background-color: #ffe697 !important;
  color: #000 !important;
}
.checkout-button{
  font-size: 1.6rem !important;
}
/* ================================================================================== 
7. Form
===================================================================================== */
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #ffff;
  padding: 2rem;
  outline: none;
  background-color: #ffffff;
  font-size: 1.6rem;

}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #a4e1ff;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #000066;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;
  color: #ffe697;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
  color: #fff;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(../svg/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Header
===================================================================================== */
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #a4e1ff;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}

.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}


header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 2rem 0;
  transition: all .4s ease-in-out;
}

header.scrolled{
  background-color: #000066;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-logo img{
  display: block;
  width: 14rem;
  transition: all .4s ease-in-out;
}

header nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #000066;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  z-index: 2;
}
header nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header nav li{
  display: block;
}
header nav li a,
.wpml-ls-native {
  display: block;
  padding: 1rem 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

header nav li a:hover, header nav li.current_page_item a{
  color: #ffe697;
}


.mobile-info{
  margin-top: 3rem;
  color: #ffe697;
  padding-top: 3rem;
  border-top: 1px solid #ffe697;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

  display: none;
  padding-left: 3rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.header-cart{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem;
  color: #fff;
  margin-left: auto;
}
.header-cart img{
  display: block;
  width: 1.7rem;
  height: auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  header nav{
    width: 40rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  header .container{
    justify-content: center;

  }
  .header-cart{
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }
  .header-logo img{
    width: 18.8rem;
  }
  .scrolled  .header-logo img{
    width: 15rem;
  }
  header{
    padding: 3.8rem 0;

  }
  header.scrolled{
    padding: 2rem 0; 
  }
  .toggle{
    display: none;
  }
  .header-logo{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }
  header  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    max-width: 100rem;
    width: 100%;

  }
  header nav ul{
    display:flex;
    align-items: center;

  }
  header nav li{
    display: inline-block;
  }
  header nav li:nth-child(3){
    margin-right: auto;
  }
  header nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  header nav li a{
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
13. Intro
===================================================================================== */
.intro{
  overflow: hidden;
  position: relative;
  height: 80rem;
}
.intro video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
}
.intro .btn-sm{
  color: #fff;
}
.intro .btn-sm:hover{
  color: #ffe697;
}
section, footer{
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,102,.6);
}
.intro .container{
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
}
.intro-text{
  max-width: 71rem;
  width: 100%;
  color: #fff;
  z-index: 1;
  position: relative;
  padding-bottom: 5rem;
}
.intro-text .btn-sm{
  margin-top: 3rem;
}
.wave{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30rem;
  background-image: url(../png/waves1.png);
  background-repeat: no-repeat;
  background-position:bottom center;
  background-size: 100%;
  z-index: 1;
}
.wave2{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30rem;
  background-image: url(../png/waves2.png);
  background-repeat: no-repeat;
  background-position:top center;
  background-size: 100%;
  z-index: 1;
}
.leaf{
  position: absolute;
  left: -5rem;
  bottom: 2rem;
  width: 20rem;
  height: 20rem;
  background-image: url(../png/bg0.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size:100%;
}

@media only screen and (min-width: 42.5625em) {
  /*681px*/

  .leaf{
    bottom: 5rem;
    width: 25rem;
    height: 30rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro{
    height: 100vh;
  }
  .leaf{
    width: 31rem;
    height: 40rem;
  }
  .intro-text{
    padding-right: 10rem;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .leaf{
    width: 40rem;
  }    
}
/* ================================================================================== 
14. Events
===================================================================================== */

.event, .bg-glasses {
	background-image: url(../png/bg2.png);
	background-repeat: no-repeat;
	background-size: 25rem;
	background-position: right 10rem top 5rem;
}
.relative{
  position: relative;
}
.glass-bg{
  overflow: hidden;
  z-index: 0;
}
.bg-glasses-fixed {
	position: fixed;
	right: 0;
	top: 14rem;
	width: 35rem;
	height: 70rem;
	background-image: url(../png/bg2.png);
	background-repeat: no-repeat;
	background-size: 25rem;
	background-position: right 10rem top 5rem;
  z-index: 0;
}
.events-image{
  width: 100%;
}
.events-image img{
  display: block;
  width: 100%;
  height: auto;
}
.events-text{
  width: 100%;
  text-align: justify;
  margin-bottom: 5rem;

}
.events-text .title{
  text-align: left;
}
.events-text .btn{
  margin-top: 3rem;
}
.event-map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .events-wrapper{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    max-width: 129rem;
    width: 100%;
  }
  .events-image{
    width: 50%;
  }
  .events-text{
    width: 50%;
    padding: 0 0 0 5rem;
    margin-bottom: 0;
  
  }
}
 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .events, .bg-glasses {
    background-size: 35rem;
    background-attachment: fixed;
    background-position: right 10rem top 30rem;
  }
  .events-wrapper{
    align-items: center;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .events-text{
    padding: 0 5rem 0 15rem;
  
  }

}
/* ================================================================================== 
15. Tickets
===================================================================================== */
.tickets-text{
  text-align: justify;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 5rem;
}
.tickets-text .btn{
  margin-top: 3rem;
}

.t-slide a{
  display: block;
  position: relative;
  overflow: hidden;
}
.t-slide img {
	display: block;
	width: 100%;
	height: 28rem;
	object-fit: contain;
	transition: all .4s ease-in-out;
}
.t-slide{
  padding: 0 1rem;
}
/* .t-slide a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0,0,102,.6);
  transition: all .4s ease-in-out;
} */
.t-slide h3{
  color: #000066;
  /* position: absolute;
  width: 100%;
  bottom: 2rem;
  left: 0;
  padding: 0 3rem; */
  font-size: 1.8rem;
  z-index: 1;
  text-align: center;
  margin-top: 2rem;
}

.slick-arrow{
  font-size: 0;
  width: 4.7rem;
  height: 4.7rem;
  border:1px solid #000066;
  background-color: transparent;
  transition: all .4s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.1rem;
  cursor: pointer;
  z-index: 1;
}
.slick-prev{
  background-image: url(../svg/prev.svg);
}
.slick-next{
  background-image: url(../svg/next.svg);
}
.slick-arrow:hover{
  opacity: 0.5;
}
.tickets-slider .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(100);
}
.tickets-slider .slick-prev{
  left: 2rem;
}
.tickets-slider .slick-next{
  right: 2rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  /* .t-slide a:hover img{
    transform: scale(1.2);
  } */
  /* .t-slide a:hover::before{
    opacity: 0;
  } */
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .tickets-slider .slick-arrow{
    top: -7rem;
    transform: none;
    filter: none;
    left: auto;
  }
  .t-slide{
    padding: 0 2rem;
  }
  .tickets-slider .slick-prev{
    right: 10rem;
  }
  .tickets-slider .slick-next{
    right: 3rem;
  }
  .tickets-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .tickets-content{
    width: 80rem;
  }
  .tickets-slider .slick-list{
    padding-right: 10rem;
  }
  .tickets-text {
    width: calc(100% - 80rem);
    margin-left: auto;
    padding-right: 7rem;
    padding-left: 5rem;
    margin-bottom: 0;
  }
  .t-slide h3{
    font-size: 2rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .tickets-content{
    width: 90rem;
  }
 
  .tickets-text {
    width: calc(100% - 90rem);
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .tickets-content{
    width: 95rem;
  }
 
  .tickets-text {
    width: calc(100% - 95rem);

  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .tickets-text {
    padding-left: 15rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .tickets-text {
    width: 49rem;
    padding-right: 17rem;
    padding-left: 0;

  }
  .tickets-content{
    width: 102rem;
  }
  
}
/* ================================================================================== 
16. Wineries
===================================================================================== */
.wineries-top{
  position: relative;
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  padding: 10rem 0;
  color: #fff;
}
.wineries-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}
.wineries-top .container{
  max-width: 109rem;
  width: 100%;
  margin: 0 auto;
}
.wineries-top-text{
  text-align: justify;
}

.leaf2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20rem;
	height: 28rem;
	background-image: url(../png/bg3.png);
	background-repeat: no-repeat;
	background-position: right -5rem bottom;
	background-size: 100%;
	z-index: 1;
}
.wineries-top .leaf2{
  display: none;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .wineries-top{
    padding: 15rem 0;

  }
  .wineries-top-text{
    column-count: 2;
    column-gap: 5rem;
  }
  .wineries-top .leaf2{
    display: block;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .wineries-top{
    background-attachment: fixed;
  }
  .wineries-top{
    padding: 25rem 0;
  }
  .leaf2 {

    width: 29rem;

  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .leaf2 {
    width: 40rem;
    height: 40rem;

  }
}
/*---------------*/


.slide-text{
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}

.slide-text .title{
  text-align: center;
}
.slide-text .btn{
  margin-top: 3rem;
  width: auto;
  align-self: flex-start;
}

.slide-image {
	width:100%;
	mask-image: url(../svg/image-holder.svg);
	mask-size: 37rem;
	mask-repeat: no-repeat;
	mask-position: center;
}
.slide-image img{
  display: block;
  width: 100%;
  height: 54rem;
  object-fit: cover;
}
.wineries-slider .slick-arrow{
  position: absolute; 
  background-size: 2rem;
  transform: translateY(-50%);
}
.wineries-slider .slick-prev{
  background-image: url(../svg/arrow-down.svg);
  top: 50%;
  bottom: auto;
  left: 1rem;
  right: auto;

}
.wineries-slider .slick-next{
  background-image: url(../svg/arrow-up.svg);
  top: 50%;
  bottom: auto;
  left: auto;
  right: 1rem;
}


@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .slide-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    max-width: 120rem;
    width: 100%;
    margin: 0 auto; 
    padding-top: 5rem;
  }
  .slide-text{
    width: calc(100% - 48rem);
    text-align: justify;
    margin-top: 0;
  }
  .slide-image {
    width: 48rem;
  }
  .slide-text .title{
    text-align: left;
  }
  .wineries-slider .slick-arrow{
    transform: none;
  }
  .wineries-slider .slick-next{
    top: 8rem;
    left: 0;
    right: auto;
  }
  .wineries-slider .slick-prev{
    top: 14rem;
    left: 0;
  
  }
  .wineries{
    padding-top: 5rem;
  
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .slide-image {
    width: 58rem;
    mask-size: 44rem;
  }
  .slide-text{
    width: calc(100% - 70rem);
  }
  .slide-image img{
    height: 60rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/

.slide-wrapper{
  padding-left: 0;
}
}
/* ================================================================================== 
17. Partners
===================================================================================== */
.text-center{
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.text-center-lg{
  max-width: 100rem;
}
.partners{

  position: relative;
}
.partners::before{
  content: '';
  background-image: url(../jpg/texture.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;

}
/*------------*/
.partner-box{
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 2px;
}
.partner-box:last-child{
  margin-bottom: 0;
}
.partner-box::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 1;
}
.partner-box img{
  display: block;
  width: 100%;
  height: 60rem;
  object-fit: cover;
  transition: all .4s ease-in-out;

}
.partner-text{
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2rem 4rem;
  color: #fff;
  text-align: justify;
  z-index: 2;
}
.partner-text h3{
  font-size: 2.4rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .partners-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:0.2%;
  }
  .partner-box{
    width: 49.9%;
    margin-bottom: 2px;
  }
  .partner-box:last-child{
    width: 100%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .partner-box:hover img{
    transform: scale(1.2);
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .partner-box{
    width: 33.2%;
    margin-bottom: 0;
  }
  .partner-box:last-child{
    width: 33.2%;
  }
  .partner-text h3{
    font-size: 3rem;
  }
  
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .partner-text{
    max-width: 40rem;
  }
}
/* ================================================================================== 
18. Blog
===================================================================================== */
.blog-box{
  width: 100%;
  margin-bottom: 3rem;


}
.blog-wrapper{
  margin-top: 5rem;
}
.blog-box:last-child{
  margin-bottom: 0;
}
.blog-image{
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
}
.blog-image img{
  display: block;
  width: 100%;
  height: 42rem;
  object-fit: cover;
  transition: all .4s ease-in-out;
}

.blog-cat{
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #000066;
}
.blog-box h3{
  font-size: 2.4rem;
}
.blog-box h3 a:hover{
  color: #a4e1ff;
}
@media only screen and (min-width: 48.0625em) {
   /*769px*/
  .blog-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
 
  .blog-box{
    width: 48.5%;

  }
  .blog-box:last-child{
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
    /*1025px*/
    .blog-wrapper{
      margin-top: 8rem;
    }
  .blog-box{
    width: 31.3%;
 
  }
  .blog-box h3{
    font-size: 3rem;
  }
  .blog-image:hover img{
    transform: scale(1.2);
  }
}
/* ================================================================================== 
19. Newsletter
===================================================================================== */
.newsletter{
  background-color: #a4e1ff;
  position: relative;
}
.newsletter::before {
	content: '';
	background-image: url(../jpg/texture.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}

.newsletter-form form p{
  margin-bottom: 0;
}
.newsletter-form br{
  display: none;
}
.newsletter-form form {
	display: flex;
	flex-direction: column;
}
.btn-sub{
  padding: 2rem;
  transition: all .4s ease-in-out;
  border: 0;
  background-color: #000066;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;

}
.newsletter-text .title{
  margin-bottom: 2rem;
}
.newsletter-text{
  margin-bottom: 5rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .newsletter-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .newsletter-text{
    width: calc(100% - 67rem);
    margin-bottom: 0;
  }
  .newsletter-form{
    width: 60rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .newsletter-text{
    width: calc(100% - 75rem);
  }
  .newsletter-form{
    width: 68rem;
  }
}
/*----------*/
footer{
  padding: 5rem 0;
  text-align: center;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
	position: relative;
	z-index: 3;
	background: #fff;
	margin: 0;
}
footer article{
  margin-bottom: 3rem;
}
footer article:last-child{
  margin-bottom: 0;
}
.social{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:1rem
}
.social a{
  display: inline-block;
}
.social img{
  display: block;
  width: 3.9rem;
}
.footer-logo img{
  width: 15rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
footer h3{
  font-weight: 500;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;

}
.copyright{
  padding: 1rem;
  font-size: 1.4rem;
  background-color: #f5fcff;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .footer-logo img{
    width: 24rem;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .social{
    justify-content: flex-start;
  }
  footer{
    text-align: left;
  }
  footer article{
    margin-bottom: 0;
  }
  .footer-logo img{
    margin: 0
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  footer ul{
    column-count: 2;
    column-gap: 2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-logo img{
    width: 33rem;
  }
}
/* ================================================================================== 
20. Animations Page
===================================================================================== */
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
}
/* ================================================================================== 
21. Event Page
===================================================================================== */
.page-top{
  height: 70rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: #fff;
}
.page-top .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 2;
}
.page-top .title{
  margin-bottom: 2rem;
}
.page-top .title h1{
  text-align: center;
}
.center-lg{
  max-width: 110rem;
  margin-bottom: 5rem;
}

.event-page-content{
  width: 100%;
  margin-bottom: 5rem;
}
.event-page-aside{
  width: 100%;
}
.event-cta{
  background-color: #a4e1ff;
  padding: 3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-page-content h2{
  font-size: 2.6rem;
}
.event-page-aside h3{
  font-weight: 500;
}
.event-page-content img{
  display: block;
  width: 100%;
  margin: 2rem 0;
  height: auto;
}
.events-top-text{
  width: 100%;
  margin-bottom: 5rem;
}
.events-top-text p{
  text-align: justify;
}
.events-top-image{
  width: 100%;
}
.events-top-image img{
  display: block;
  width: 100%;
  height: auto;
}
.events-top-wrapper{
  margin-bottom: 5rem;
}
.events-top-wrapper:last-child{
  margin-bottom: 0;
}
.bg {
	background-color: #e9f8ff;
}

.gallery a{
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 1.3rem;
}
.gallery a:last-child{
  margin-bottom: 0;
}
.gallery a img{
  display: block;
  width: 100%;
  height: 40rem;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.event-page-content p{
  text-align: justify;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .gallery{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:1%;
  }
  .gallery a{
    width: 49.5%;
  }
  .gallery a:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .event-page-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

  }
  .event-page-content{
    width: calc(100%  - 35rem);
    margin-bottom: 0;
  }
  .event-page-aside{
    width: 30rem;
  
    position: sticky;
    top: 15rem;
  }

}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .event-page-content h2{
    font-size: 3rem;
  }
  .events-top-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .events-top-text{
    width: 45%;
    margin-bottom: 0;
  }
  .events-top-image{
    width: 45%;
  }
  .events-top-wrapper:nth-child(2n+2){
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .gallery a{
    width: 32.66%;
  }
  .gallery a:hover img{
    transform: scale(1.2);
  }
}


@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .event-page-content h2{
    font-size: 4rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .gallery a img{
    height: 50rem;
  }
}
/* ================================================================================== 
22. Wineries Page
===================================================================================== */
.wineries-row{
  margin-bottom: 5rem;
}
.wineries-row:last-child{
  margin-bottom: 5rem;
}

.wineries-row-image{
  width: 100%;
}
.wineries-row-image img{
  display: block;
  width: 100%;
  height: auto;
}
.wineries-row-text{
  width: 100%;
  margin-top: 3rem;
}
.winery-logo img{
  display: block;
  width: 20rem;
  height: auto;
}
.winery-logo{
  margin-bottom: 3rem;
}

@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .wineries-row{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .wineries-row:nth-child(2n+2){
    flex-direction: row;
  }
  .wineries-row-image{
    width: 48%;
  }
  .wineries-row-text{
    width: 48%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .wineries-row{
    align-items: center;

  }
}
/*-----------*/
.w-text{
  width: 100%;
  margin-bottom: 5rem;
}
.w-text p{
  text-align: justify;
}
.w-image{
  width: 100%;
}
.w-image img{
  display: block;
  width: 100%;
  height: auto;
}
.w-wrapper{
  margin-bottom: 5rem;
}
.w-wrapper:last-child{
  margin-bottom: 0;
}
.accordion-wrapper {
  counter-reset: accordion-counter;
  /* margin-top: 10rem; */
}

.accordion {
  padding: 2rem 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  counter-increment: accordion-counter;
  border-bottom: 1px solid #e7e7e7;
}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  padding-left: 5rem;
  font-size: 1.8rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #000066;
}
.accordion__head_text:before {
  content: counter(accordion-counter);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background-color: transparent;
  color: #000066;
  border:1px solid #000066;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
}

.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body_text{
  padding-top: 2rem;
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;

}

.accordion--active .accordion__head_text:before {
  background-color: #000066;
  color: #fff;
}

.winery-desc-wrapper{
  margin-bottom: 5rem;
}
.winery-desc-txt{
  width: 100%;
  margin-bottom: 5rem;
}
.winery-desc-txt p{
  text-align: justify;
}
.winery-accordions{
  width: 100%;
}
.winery-desc-txt strong{
  color: #000066;
}
.pad{
padding: 7rem 0;
}
.wine-box{
  width:100%;
  margin-bottom: 3rem;
}
.wine-img{
  width: 100%;
  margin-bottom: 3rem;
}
.wine-text{
  width: 100%;
}
.wine-text p{
  text-align: justify;
}
.wine-box img{
  display: block;
  width: 100%;
  height: auto;
}
.wines-wrapper{
  margin-top: 5rem;
}
.wine-text h3{
  font-size: 2.4rem;
  color: #000066;
}
.wine-text h4{
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #000066;
}
.relative{
  position: relative;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
 
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .wine-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .wine-img{
    width: 30%;
    margin-bottom: 0;
  }
  .wine-text{
    width: 65%;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .winery-desc-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

  }
  .winery-desc-txt{
    width: 45%;
    margin-bottom: 0;
  }
  .winery-accordions{
    width: 45%;
  }
 
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .wine-box{
    align-items: center;
  }
  .w-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .w-text{
    width: 45%;
    margin-bottom: 0;
  }
  .w-image{
    width: 45%;
  }
  .w-wrapper:nth-child(2n+2){
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

  .winery-desc-wrapper{
    margin-bottom: 10rem;
  }
  .wine-text h3{
    font-size:3rem;

  }
  .wines-wrapper{
    margin-top: 10rem;
  }
  .winery-desc-wrapper{
    margin-bottom: 10rem;
  }
  .pad{
    padding: 15rem 0;
    }

}


@media only screen and (min-width: 75.0625em) {
  /*1201px*/
 
}
@media only screen and (min-width: 90em) {
  /*1440px*/

}
/* ================================================================================== 
23. Partners Page
===================================================================================== */
.p-slide .partner-box{
  width: 100%;
}
.p-slide .partner-text{
  max-width: 100%;
}
img.partner-logo{
  width: 10rem;
  height: 5rem;
  object-fit: contain;
  filter:brightness(0) invert(100);
  transform: none !important;
}
.partners-slider .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter:brightness(0) invert(100);
}
.partners-slider .slick-prev{
  left: 1rem;
}
.partners-slider .slick-next{
  right: 1rem;
}
.partners-slider{
  margin-top: 5rem;
}
.partners-text{
  max-width: 110rem;
  width: 100%;
}

.partners-text p{
  text-align: justify;
}
.partners-row:not(:last-child){
  margin-bottom: 5rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .partners-row:not(:last-child){
    margin-bottom: 10rem;
  }
}
/*----------*/
.title img.partner-logo{

    width: 15rem;
    height: 5rem;
    object-fit: contain;
    filter: brightness(0) invert(100);
    transform: none !important;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 2rem;
  
}
.partners-text2{
  margin-top: 5rem;
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .partners-wrapper-page{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:3%;
  }
  .partners-wrapper-page .wine-box{
    width: 48.5%;
    align-items: flex-start;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .partners-text2{
    margin-top: 10rem;
  }
  
}
/* ================================================================================== 
24. Tickets Page
===================================================================================== */
.tickets-text-page {
	max-width: 110rem;
	width: 100%;
  margin-bottom: 5rem;
}
.tickets-text-page p{
  text-align: justify;
}
.tickets-page-form{
  max-width: 120rem;
	width: 100%;
  background-color: #e9f8ff;
  padding: 2.5rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .tickets-page-form{
    padding: 5rem;
  }
}
.tickets-page-form form p{
  margin: 0;
}
.tickets-page-form form br{
  display: none;
}

.tickets-text-page p{
  text-align: justify;
}
.tickets-page-form input,
  .tickets-page-form textarea, .tickets-page-form select, .contact-form input,.contact-form textarea, .contact-form select{
    border:1px solid #ccc;
}
.tickets-page-form input:focus,
.tickets-page-form textarea:focus, .tickets-page-form select:focus, .contact-form input:focus,
.contact-form textarea:focus, .contact-form select:focus{
  border:1px solid #000066;
}


@media only screen and (min-width: 48.0625em) {
  /*769px*/
  /* .tickets-page-form form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  } */
  .tickets-page-form fieldset{
    width: 48%;
  }
  .tickets-page-form fieldset.w-100{
    width: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .tickets-text-page{
    margin-bottom: 5rem;
  }
}
/*------*/
.tickets-page-wrapper{
  margin-top: 5rem;
}
.t-box{
  width: 100%;
  border:1px solid #000066;
  color: #000066;
  padding: 3rem;
  font-weight: 400;
  margin-bottom: 3rem;
  transition: all .4s ease-in-out;
  display: block;
}
.t-box h3{
  font-size: 2.4rem;
  font-weight: 600;
}

.t-box:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .tickets-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .t-box{
    width: 48.5%;
  }
  .t-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .tickets-page-wrapper{
    margin-top: 8rem;
  }
  .t-box{
    width: 31.3%;
  }
  .t-box h3{
    font-size: 3rem;
  }
  .t-box:hover{
    background-color: #a4e1ff;
    
  }

}
/*-------------------*/
.tickets-page-wrapper2{
  margin-top: 5rem;
}
.t-box2{
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}
.t-box2:last-child{
  margin-bottom: 0;
}
.t-box2 img{
  width: 100%;
  height: 40rem;
  display: block;
  object-fit: cover;
  transition: all .4s ease-in-out;

}

.t-box2 h3{
  color: #fff;
  text-transform: uppercase;
  font-size: 2.3rem;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 2rem;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
.t-box2::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .tickets-page-wrapper2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .t-box2{
    width: 48%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .t-box2 h3{
    font-size: 3rem;
  }
  .t-box2:hover img{
    transform: scale(1.2);
  }
}
/*----------*/
.tickets-page-wrapper3 .t-box {
	background-color: #e8f6fd;
	text-align: center;
	border: 0;
	padding: 2.5rem;
  display: block;
}
.tickets-page-wrapper3 h3{
  margin-bottom: 0;
}
.tickets-page-wrapper3 .t-box:hover{
  background-color: #000066;
  color: #fff;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .tickets-page-wrapper3 .t-box {
    width: 48.5%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .tickets-page-wrapper3 .t-box {

    padding: 5rem;
  }
}
 
/*-------------*/
.tickets-banner .container{
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 2.5rem;
}
.tickets-banner .title{
  margin-bottom: 3rem;
}
.tickets-banner .container::before{
  content: '';
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tickets-banner-inner{
  position: relative;
  z-index: 2;
  max-width: 100rem;
  width: 100%;
}
.tickets-banner {
  color: #fff;
}
.tickets-banner .title h3{
  color: #fff;
  margin-bottom: 0;
}
.tickets-banner .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .tickets-banner .container{
    padding: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .tickets-banner .container{
    background-attachment: fixed;
  }
  .tickets-banner .container{
    padding: 10rem;
  }
}
/*------*/
.price .woocommerce-Price-amount{
  font-size: 2.6rem;
  font-weight: 600;
  color: #000066;
}
.price{
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #000;
}
.variations tr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
  text-align: left;
}
.variations{
  display: block;
  width: 100%;
}
.yith-wapo-block .yith-wapo-addon::after {
	content: none;
}
.variations tr, .variations th, .variations  td,  .variations tbody{
  display: block;
  width: 100%;
}
.woocommerce-variation-price .price .woocommerce-Price-amount{
  font-size: 2rem;
}


.yith-wapo-addon {
	width: 100%;
	background-color: transparent !important;
	margin-top: 0rem !important;
	margin-bottom: 1.5rem;
}
.yith-wapo-addon-type-html_heading {
  width: 100%;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #badcf2;
}
.yith-wapo-addon-type-html_heading:first-of-type{
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.yith-wapo-block .yith-wapo-addon .addon-header{
  display: none !important;
}
.yith-wapo-addon-type-html_heading h2{
  color: #000066 !important;

}
.variations .single_add_to_cart_button{
  margin-top: 3rem !important;
}
.variations{
  margin-bottom: 3rem;
}
.woocommerce-variation.single_variation {
  margin-bottom: 3rem;
}
.reset_variations {
	visibility: visible;
	padding: 0 1rem;
	background-color: #000066;
	color: #fff;
	margin-top: 1rem;
	display: inline-block;
	font-weight: 500;
}
.woocommerce-variation.single_variation {
	width: 100%;
	position: sticky;
	top: 11rem;
	left: 0;
	background: #fff;
	padding: 1rem;
	margin: 0;
	text-align: center;
  margin-bottom: 2rem;
}
.woocommerce-variation-price .price {
	margin: 0;
  padding: 0;
  border: 0;
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .single_variation_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .woocommerce-variation.single_variation {
    width: 18rem;
    margin-bottom: 0;
    top: 15rem;
    padding: 2rem;
  }
  .woocommerce-variation-add-to-cart{
    width: calc(100% - 23rem);
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .yith-wapo-block{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .yith-wapo-addon {
    width: 48%;
  }
  .yith-wapo-addon-type-html_heading {
    width: 100%;
  }
}
/* ================================================================================== 
25. Blog Page
===================================================================================== */
.article-image{
  margin: 5rem 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
}
.article-text h3{
  font-size: 2.4rem;
}
.social-sticky {
	position: sticky;
	left: 0;
	top: 20rem;
	z-index: 5;

}

.social-sticky a{
  display: block;
}
.social-sticky img{
  display: block;
  width: 3rem;
  height: auto;
}
.social-sticky a:not(:last-child){
  margin-bottom: 1rem;
}
.article-wrapper{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;

}
.article-content{
  width: calc(100% - 7rem);
}
.article-content p{
  text-align: justify;
}
.pad2{
  padding-top: 7rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .article-content{
    width: calc(100% - 10rem);
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .article-text h3{
    font-size: 3rem;
  }
  .pad2{
    padding-top: 15rem;
  }
}
/* ================================================================================== 
26. Contact Page
===================================================================================== */
.contact-wrapper{
  margin-top: 5rem;
}
.contact-form{
  width: 100%;
}
.contact-form form p{
  margin-bottom: 0;
}
.contact-form form br{
  display: none;
}
.contact-text{
  padding: 5rem 2rem;
  background-color: #a4e1ff;
  margin-bottom: 5rem;
}
.contact-form form .btn{
  width: auto;
  border: 0;
  transition: all .4s ease-in-out;

}
.text-page p{
  text-align: justify;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contact-text{
    width: 48%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 48%;
  }

}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-wrapper{
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .contact-text{
    width: 41%;
    padding: 5rem;
    background-color: #a4e1ff;
  }
  .contact-form{
    width: 51%;
  }
}

/* ================================================================================== 
27. Workshops Page
===================================================================================== */
.wr-slide a{
  display: block;
  position: relative;
  overflow: hidden;
}
.wr-slide img{
  display: block;
  width: 100%;
  height: 53rem;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.wr-slide{
  padding: 0 1rem;
}
.wr-slide a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0,0,102,.6);
  transition: all .4s ease-in-out;
}
.wr-slide h3{
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 2rem;
  left: 0;
  padding: 0 3rem;
  font-size: 2.4rem;
  z-index: 1;
}

.workshops-slider .slick-arrow{
  position: absolute;
  top: 50%;

  transform: translateY(-50%);
  filter: brightness(0) invert(100);
}
.workshops-slider .slick-prev{
  left: 3rem;
}
.workshops-slider .slick-next{
  right: 3rem;
}

.workshop-single-text h3, .work-box h3{
  font-weight: 600;
}
.workshop-single-text{
  margin-bottom: 5rem;
}

.workshop-single-image img{
  display: block;
  width: 100%;
  height: auto;
}
.workshop-single-text .btn{
  margin-top: 3rem;
}

.work-box{
  width: 100%;
  margin-bottom: 3rem;
  padding: 3rem;
  background-color: #e9f8ff;
}

@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .workshop-wrapper2{
    display: flex;
    flex-direction: row;
    gap:3%;
    flex-wrap: wrap;
  
  }
  .work-box{
    width: 48.5%;
  }
  .work-box:last-child{
    width: 100%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .wr-slide a:hover img{
    transform: scale(1.2);
  }
  .wr-slide a:hover::before{
    opacity: 0;
  }
  .workshop-single-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .workshop-single-text{
    width: 48%;
    margin-bottom: 0;
  }
  .workshop-single-image{
    width: 48%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

  .wr-slide{
    padding: 0 2rem;
  }



  .wr-slide h3{
    font-size: 3rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
 
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  
}
@media only screen and (min-width: 90em) {
  /*1440px*/
 
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/

  
}
/* ================================================================================== 
28. Wineries Page New
===================================================================================== */
.region-wrapper{
  margin-bottom: 5rem;


}
.region-text{
  width: 100%;
  margin-bottom: 5rem;
}
.region-image{
  width: 100%;

}
.region-image img{
  display: block;
  width: 100%;
  height: auto;
}

.region-text h3{
  line-height: 1.7;
}
.region-wrapper-text{
  padding: 5rem 2rem;

 position: relative;
}
.region-wrapper-text{
  font-weight: 600;
}
.region-wrapper-text::before {
  content: '';
  background-image: url(../jpg/texture.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.regions-nav{
  margin-bottom: 3rem;
  background-color: #e4f3fb;
  padding: 3rem;
 
}

.regions-nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.regions-nav li {
  display: block;
}
.regions-nav li a{
  display: block;
  font-weight: 600;
  padding: 5px 0;
}
.regions-nav li a:hover{
  opacity: 0.7;
}
.slide2-image img{
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
.slide2-image{
  margin-bottom: 2rem;
  display: block;
}
.slide2-text h3{
  font-size: 2.3rem;
  font-weight: 600;
}
.wineres-list{
  margin-top: 5rem;
}
.w-slide2{
  padding: 0  1rem;
}
.wineries-slider2 .slick-arrow{
  position: absolute;
  top: 50%;

  transform: translateY(-50%);

}
.wineries-slider2 .slick-prev{
  left: 3rem;
}
.wineries-slider2 .slick-next{
  right: 3rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
 
  .regions-main-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .regions-nav{
    width: 30rem;
    position: sticky;
    top: 15rem;
    left: 0;
    margin-bottom: 0;
  }
  .regions-content{
    width: calc(100% - 35rem);
  }
  .region-wrapper-text{
    padding: 5rem 10rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .wineries-slider2 .slick-arrow{
    top: -10rem;
    transform: none;
    filter: none;
    left: auto;
  }
 
  .wineries-slider2  .slick-prev{
    right: 10rem;
  }
  .wineries-slider2  .slick-next{
    right: 3rem;
  }
  .region-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  
  }
  .region-text{
    width: 45%;
    margin-bottom: 0;
  }
  .region-image{
    width: 45%;
  
  }
  .region-wraps{
    margin-top: 8rem;
  }
  .region-wrapper-reverse{
    flex-direction: row-reverse;
  }
}

/*.quantity,
#wapo-total-price-table {
  display: none !important;
}*/
/*-----------*/

.region-row2:not(:last-child){
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #e7e7e7;
}
.region-row2 .region-text2{
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 5rem;
}
.region-row2 .wineries-slider2{
  width: 100%;
}
.region-row2 .region-text2 h2 {
	font-size: 4rem;
	line-height: 1.5;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .region-row2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .region-row2 .region-text2{
    width: 30%;
    padding: 0;
    margin: 0;
    padding-left: 5rem;
  }
  .region-row2 .wineries-slider2{
    width: 60%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .region-row2:not(:last-child){
    margin-bottom: 14rem;
  }
}
@media only screen and (min-width: 112.5em) {
  /*1800px*/
  .region-row2 .region-text2{
    padding-left: 20rem;
  }


}
/* ================================================================================== 
29. Cart Page
===================================================================================== */

.woocommerce-notices-wrapper{
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}
.product-name{
  font-size: 1.4rem;
  font-weight: 400;
}
.product-name .variation dt{
  font-weight: 600;
  color: #000066;
}
.product-name a{
  font-size: 1.8rem;
  font-weight: 600;
  color: #000066;
  display: block;
  margin-bottom: 2rem;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 9rem;
}
#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
	vertical-align: top;
}
.shop_table{
  font-size: 1.4rem;
  font-weight: 400;
}
.remove {
	font-size: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
	background-image: url(../svg/delete.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.6rem;
	width: 1.6rem !important;
	height: 3rem !important;
	display: block;
}
.remove:hover{
  background-color: transparent !important;
	background-image: url(../svg/delete.svg) !important;
	background-repeat: no-repeat  !important;
	background-position: center  !important;
	background-size: 1.6rem;
	width: 1.6rem !important;
	height: 3rem !important;
}
.shop_table th{
  border-top: 0;
}
.woocommerce table.shop_table{
  border: 0;
}
.coupon .button {
	border-radius: 0 !important;
	background-color: #000066 !important;
	color: #fff !important;
	padding: 1.32rem 2rem !important;
}
.coupon input {
	font-size: 1.4rem !important;
	width: 23rem !important;
	padding: 1rem !important;
}
.actions > .button{
  border-radius: 0 !important;
  padding: 1.32rem 2rem !important;
}
.woocommerce table.shop_table td {
	padding: 2rem 1rem !important;
}
.woocommerce .cart_totals table.shop_table  td, .woocommerce  .cart_totals table.shop_table th{
  padding: 1rem 0 !important;
}
.woocommerce .cart_totals table.shop_table  td{
  text-align: right;
}
.cart_totals {
  padding: 2rem;
  background-color: #e8f6fd;
}
@media only screen and (max-width: 30em) {
  /*480px*/
  .coupon input{
    width: 100%  !important;
    margin-bottom: 1rem !important;
  }
  .coupon .button{
    width: 100%  !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .page-template-template-cart .woocommerce{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .woocommerce-cart-form{
    width: calc(100% - 43rem);
  }
  .cart-collaterals{
    width: 35rem !important;
  }
}
/*-----------*/
.checkout.woocommerce-checkout input , .checkout.woocommerce-checkout select, .checkout.woocommerce-checkout textarea{
  border:1px solid #ccc;
}
.checkout.woocommerce-checkout input:focus , .checkout.woocommerce-checkout select:focus, .checkout.woocommerce-checkout textarea:focus{
  border:1px solid #000066;
}
.woocommerce-info, .woocommerce-form-coupon-toggle{
  width: 100% !important;
}
textarea.input-text{
  height: 20rem !important;

}
#customer_details{
  margin-bottom: 3rem;
}
.select2-container .select2-selection--single {
	height: 6.1rem;

}
.select2-container--default .select2-selection--single {
	border: 1px solid #ccc;
	border-radius: 0;
  display: flex;
  align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 2rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 50%;
  transform: translateY(-50%);
}
.wc_payment_method.payment_method_cod{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.wc_payment_method.payment_method_cod input{
  width: auto;
  margin-right: 1rem;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #e8f6fd !important;
	border-radius: 0 !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #a4e1ff;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;

}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #a4e1ff;
}
.checkout.woocommerce-checkout h3{
  font-size: 2.4rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .checkout.woocommerce-checkout h3{
    font-size: 3rem;
  }
}
.shop_table.woocommerce-checkout-review-order-table td:last-child, .shop_table.woocommerce-checkout-review-order-table th:last-child{
  text-align: right;
}
.woocommerce .quantity .qty {
	width: 7rem;
	text-align: center;
	padding: 1.2rem 0.9rem;
}
.woocommerce-variation-add-to-cart .quantity{
  margin-bottom: 2rem;
  
}
/* ================================================================================== 
30. Calendar Page
===================================================================================== */
.fc-button{
  background: #000066;
  color: #fff;
}
.fc-toolbar h2{
  font-family: "Montserrat", sans-serif;
  font-size: 2rem !important;
  margin-bottom: 0;
}
.fc-row.fc-widget-header{
  font-family: "Montserrat", sans-serif;
  color: #000066;
}

.fc-unthemed td.fc-today {
  background-color: #a4e1ff;
}
.fc-event, .fc-event-dot {
	background-color: #000066;
}
.fc-head{
  border-color: #000066;
}
.fc-unthemed th{
  border-color: #000066;
}
.fc-head td{
  border-color: #000066;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
  padding: 1rem;
}
.mc4wp-form-fields {
	width: 100%;
    display: flex;
}
.btn-sub {
	width: 20rem;
}
.mc4wp-response {
	margin-top: 2rem;
}
/*------*/
.woocommerce-form.woocommerce-form-login.login input{
  border-color: #e7e7e7;
}
woocommerce-checkout input[type="checkbox"], .woocommerce-checkout input[type="radio"] {
	position: static !important;
	width: 100%;
	left: auto;
	top: auto;
}
.woocommerce-checkout-payment  li,  .woocommerce-shipping-methods li{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.woocommerce-checkout-payment  li input, .woocommerce-shipping-methods li input{
    width:auto;
    margin-right:1rem;
}
.woocommerce-shipping-methods li label{
    margin:0;
}
.woocommerce-shipping-methods li, .woocommerce ul#shipping_method li{
    margin:0;
    padding:0 !important;
    
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
      display:flex;
    align-items:center;
    flex-wrap:wrap; 
      margin:0;
    padding:0 !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input{
      width:auto;
    margin-right:1rem;
}
.woocommerce ul#shipping_method li input {
	position: static !important;
	width: 100%;
	left: auto;
}
.woocommerce form .form-row textarea {
	height: 20rem;

}
.wc_payment_methods.payment_methods.methods label{
    margin:0;
}
#order_review_heading {
	margin-top: 3rem;
	clear: both;
	display: block;
	float: left;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: none !important;
	display: none !important;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f6f9f7;
	border-radius: 5px;
}
/* ------login------- */
#customer_login h2{
  text-transform: uppercase;
}
#customer_login .u-column1 form,  #customer_login .u-column2 form{
  /* background-color: #f7f4f1;
  border: 0 !important; */
  padding:2.5rem;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap:1rem
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input{
  width: auto;


}
#customer_login  .form-row{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.password-input{
  width: 100%;
}
#customer_login .button{
  align-self: flex-start;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	content: none !important;
	display: none !important;
}
#customer-login {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    height: 45rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    padding:5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  #customer_login .u-column1 form,  #customer_login .u-column2 form{
    height: 40rem;
  }
}
/* ------remember me------- */
#customer_login h2{
  text-transform: uppercase;
}
#customer_login .u-column1 form,  #customer_login .u-column1 form{
  background-color: #f7f4f1;
  border: 0 !important;
  padding:5rem;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: none !important;
	display: none !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap:1rem
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input{
  width: auto;


}
#customer_login  .form-row{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.password-input{
  width: 100%;
}
#customer_login .button{
  align-self: flex-start;
}

/*-----woo result-----*/
.woocommerce .woocommerce-result-count{
  margin: 0;
  float: none;
}
.woocommerce-notices-wrapper{
  width: 100%;
}
.woocommerce .woocommerce-ordering{
  margin: 0;
  float: none;
}
/*-----woo cart-----*/
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 1rem 2rem;
	width: 23rem;
  border-color: transparent;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
	border-color: #a4e1ff;
}
.woocommerce .quantity .qty {
	width: 8rem;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #e7e7e7;
}
.woocommerce a.remove{
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../svg/delete.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center;
}
.woocommerce a.remove:hover{
  background-color: transparent;
  background-image: url(../svg/delete.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center;
}

@media only screen and (max-width: 48em) {
  /*768px*/
  .woocommerce .quantity .qty {
    margin-left: auto;
  }
}
 
@media only screen and (max-width: 37.5em) {
  /*600px*/
  #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width:100%;
  }
  .actions .coupon  button.button{
    width: 100% !important;
    margin-top: 1rem;
  }
 
}
/*----my account---*/

.woocommerce-MyAccount-navigation ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation{
  padding: 3rem;
  border-radius: 1rem;
  background-color: #f9f9f9;
  margin-bottom: 3rem;
}
.woocommerce-MyAccount-navigation ul li{
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-navigation ul li a{
  padding-left: 5rem;
  position: relative;
  font-weight: 400;

}
.woocommerce-MyAccount-navigation ul li a::before{
  content: '';
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #a4e1ff;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before{
  background-image: url(../svg/home.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before{
  background-image: url(../svg/orders.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before{
  background-image: url(../svg/downloads.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before{
  background-image: url(../svg/address.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before{
  background-image: url(../svg/payment.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{
  background-image: url(../svg/details.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{
  background-image: url(../svg/logout.svg);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--fooevents-tickets a::before{
  background-image: url(../svg/tickets.svg);
}



.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.woocommerce-MyAccount-navigation ul li a:hover,  .woocommerce-MyAccount-navigation ul li.is-active a{
  color: #000066;
}
.woocommerce-MyAccount-content .edit{
  display: inline-block;
  padding: 1rem 3.6rem;
  font-weight: 400;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #a4e1ff;
  color: #fff;
}
header.woocommerce-Address-title{
  position: static;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 1.7rem;


}
.woocommerce-MyAccount-content .woocommerce-Addresses{
  border-radius: 1rem;
  background-color: #f9f9f9;
  padding: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background-color: #f9f9f9;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
  background-color: #a4e1ff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {

	border-color:#a4e1ff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;

}
.woocommerce-MyAccount-content em{
  font-size: 1.4rem;
  opacity: 0.8;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .woocommerce-MyAccount-navigation{
    margin-bottom: 0;
  }
}
.woocommerce div.product .product_title {
	margin: 3rem 0;

}
.woocommerce-product-details__short-description p{
  margin-bottom: 2rem !important;
}
button.woocommerce-Button.button, button.woocommerce-button.button,  a.button.wc-backward,   .woocommerce a.button.alt{
	display: inline-block;
	padding: 1.2rem 4.6rem;
	font-weight: 400;
	border: 1px solid transparent;
  transition: all .4s ease-in-out;
  background-color: #000066;
  color: #fff;
  border-color: transparent;
  font-size: inherit;
}
button.woocommerce-Button.button:hover, button.woocommerce-button.button:hover,  a.button.wc-backward:hover,  .woocommerce a.button.alt:hover{
  background-color: #ffe697;
  color: #000;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  font-size: inherit !important;
  width: auto !important;
}
.actions button.button{
  display: inline-block;
	padding: 1.2rem 4.6rem;
	font-weight: 400;
	border: 1px solid transparent;
  transition: all .4s ease-in-out;
  background-color: #e9e6ed;
  color: #515151;
  border-color: #e9e6ed;
  font-size: inherit;
}
.actions button.button:hover{
background-color: #c6c6c6;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: none;
	margin-right: 0;
}
.woocommerce-MyAccount-content .edit{
  display: inline-block;
  padding: 0.5rem 2rem;
  font-weight: 400;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #000066;
  color: #fff;
}
header.woocommerce-Address-title {
	position: static;
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 1.7rem;
	color: #000;
	padding: 0;
	background: transparent;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 2rem;
}
header.woocommerce-Address-title h2{
  font-size: 2rem;
  margin-bottom: 2rem;

}
/*-----------*/

.page-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 5rem;
}
.page-aside{
width: 100%;
background-color: #f5f5f6;
padding: 3rem;
}
.page-aside ul{
list-style: none;
padding: 0;
margin: 0;
}
.page-aside ul li a{
display: block;
padding: 1rem 0;
font-weight: 400;
}
.page-aside ul li a:hover{
color: #000066;
}
.page-content{
width: 100%;
margin-top: 5rem;
}
.aside-content{
display: none;
margin-top: 3rem;
}
.page-aside h3 {
background-image: url(../svg/arrow-down.svg);
background-repeat: no-repeat;
background-position: right center;
background-size: 1rem;
cursor: pointer;
font-size: 2rem;
font-family: 'DM Sans', sans-serif;
font-weight: 500;
margin-bottom: 0;
}
.content-wrapper{
  margin-top: 5rem;
}
.content-box{
width: 100%;
margin-bottom: 3rem;
border:1px solid #e7e7e7;
padding: 2rem;
text-align: center;
}
.content-box:last-child{
margin-bottom: 0;
}
.content-image{
overflow: hidden;
display: block;
margin-bottom: 2rem;
}
.content-image img{
display: block;
width: 100%;
height: auto;
aspect-ratio: 16/12;
object-fit: contain;
transition: all .4s ease-in-out;
}
.content-image:hover img{
transform: scale(0.9);
}
.btn-sm{
font-weight: 600;
color: #000066;
}
.page-content > h2{
  font-size: 3.6rem;
  padding-top: 5rem;
  margin-top: 5rem;
  border-top: 1px solid #ccc;
}
@media only screen and (min-width: 30.0625em) {
/*481px*/
.content-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.content-box{
  width: 48.5%;
}
.content-box:last-child{
  margin-bottom: 3rem;
}
}
@media only screen and (min-width: 50.0625em) {
/*801px*/
.page-aside{
  position: sticky;
  top: 15rem;
  left: 0;
  width: 30rem;

}
.aside-content{
  display: block;
}
.page-content{
  width: calc(100% - 35rem);
  margin-top: 0;
}
}
@media only screen and (min-width: 64.0625em) {
/*1025px*/
.content-box{
  width: 31.3%;
}
.page-wrapper{
  margin-top: 10rem;
}
}
header .xoo-wsc-sc-bki.xoo-wsc-icon-bag1{
  color: #fff;
}
header .xoo-wsc-sc-count {
	background-color: #ffe697;
	color: #000;
  font-weight: 600;
}
/*-------------*/
.card-body select, .card-body  input{
  border:1px solid #e7e7e7;
  padding: 1rem 1.2rem;
  font-size: 1.4rem;
}
.qty-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.info-wrap span{
  display: inline-block;
}
.info-wrap{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:1rem;

  font-size: 1.4rem;
  width: 100%;

}
.lokacija{
 padding: 0 1rem;
 border-left: 1px solid #e7e7e7;
 border-right: 1px solid #e7e7e7;

}
.t-slide h3{
  padding-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
}
.info{
  width: 100%;
}
.link-sm{
  display: inline-block;
  text-align: center;
  color: #000066;
  font-weight: 500;
  margin-top: 1rem;


}
.link-sm:hover{
  opacity: 0.6;
}
.card-body{
  display: flex;
  flex-direction:column;
  align-items: center;
	height:29rem;
}
.variation-container{
  width: 100%;
}
.card-body .qty-container {
  margin-top: 2rem;
}
.card-body .qty-container input {
	width: 5rem;
	text-align: center;
}
.card-body .qty-container .btn{
  padding: 0rem 1.6rem;
}
.card-body .price {
	margin-bottom: 2rem;
	padding-bottom: 0;
	border-bottom: 0;
	width: 100%;
	text-align: center;
	margin-top: 2rem;
}
.card-btn{
  margin-top: auto;
}
.tickets-slider .slick-track{
  display: flex;
}
.tickets-slider  .t-slide{
  height: auto;
}
.content-wrapper .content-box{
  display: flex;
  flex-direction: column;
}
.content-box .card-body{
  margin-top: auto;
}
.content-box .variation-container{
  margin-top: 1rem;
}
.card-body .price del,  .card-body .price ins,  .tickets-page-form .price del, .tickets-page-form .price ins{
  text-decoration: none;
}
.card-body .price del .woocommerce-Price-amount, .tickets-page-form .price del .woocommerce-Price-amount{
  text-decoration: line-through;
  opacity: 0.27;
}
