/*
Theme Name: GreenEST
Theme URI: 
Description: 
Author: Indie AD OÜ
Author URI: https://indiead.ee/
*/

/* 
-------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */

*:focus {
  outline: none;
}

body {
  font-family: "Helvetica";
  overflow: hidden;
  background-color: #f7f7f7;
  font-style: normal;
}

#page {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 40px;
  padding-left: 76px;
  padding-right: 76px;
}

#content {
  min-height: calc(100vh - 260px);
}

#primary {
  padding-bottom: 60px;
}

.page-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 60px;
}

.page-title h1 {
  color: var(--color-03);
  font-size: 34px;
  line-height: 41px;
  text-align: left;
  font-weight: bold;
}

.page-title h3 {
  color: #00441a;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  padding-left: 20px;
}

.borders {
  position: relative;
  display: flex;
  justify-content: center;
}

.borders::before {
  content: "";
  border-bottom: 2px solid var(--color-03);
  position: absolute;
  top: 0px;
  display: block;
  width: 100vw;
  margin-right: 70vw;
}

.borders::after {
  content: "";
  border-bottom: 2px solid var(--color-03);
  position: absolute;
  top: 5px;
  display: block;
  width: 100vw;
  margin-left: 35vw;
}

@media (max-width: 768px) {
  #primary {
    margin-top: 10px;
  }

  #page {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }

  .page-title h3 {
    display: none;
  }

  .borders::before {
    width: 100vw;
    margin-right: 0;
  }

  .borders::after {
    width: 100vw;
    margin-left: 100px;
  }
}

/*///////////////// Header //////////////////////*/

#header {
  display: flex;
}

#header img {
  width: 219px;
}

#nav {
  margin-left: auto;
  z-index: 9;
}

#nav #menu-main-menu {
  display: flex;
}

#nav #menu-main-menu li {
  padding: 14px 15px;
}

#nav #menu-main-menu li a {
  color: var(--color-03);
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}

#nav #menu-main-menu .current_page_item {
  background-image: linear-gradient(224.86deg, #00b84a 0%, #004596 100%);
  border-radius: 3px;
}

/* #nav #menu-main-menu:first-child .current_page_item {
  background-image: none;
  background-color: var(--color-01);
  border-radius: 3px ;
  opacity: 0.54 ;
} */

#nav #menu-main-menu .current_page_item a {
  color: var(--color-02) !important;
}

.header-logo {
  background-image: url("_/inc/images/Logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 219px;
  height: 68px;
}

body.menu-open .header-logo {
  background-image: url("_/inc/images/logo_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 138px;
  z-index: 9999 !important;
}

body.menu-open {
  position: fixed;
  width: 100%;
  height: 100vh;
}

#menu-item-21 {
  position: relative;
}

#menu-item-21 a::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 7px;
  border-radius: 50%;
  display: flex;
  width: 6px;
  height: 6px;
  background-color: var(--color-03);
}

body.page-id-7 #nav #menu-main-menu .current_page_item:after,
body.page-id-60 #menu-item-21 a::after {
  background-color: var(--color-02) !important;
  content: "";
  position: absolute;
  top: 14px;
  right: 7px;
  border-radius: 50%;
  display: flex;
  width: 6px;
  height: 6px;
}

/*/////////////////////// Mobile nav //////////////////////////////*/

.burger {
  display: none;
  cursor: pointer;
}

.burger div {
  width: 36px;
  height: 3px;
  background-color: var(--color-02);
  margin: 3px;
  transition: all 0.3s ease;
  border-radius: 3px;
  margin-left: 7px;
}

@media screen and (max-width: 1220px){
	.header-logo {
    width: 120px;
	height: 47px;
    z-index: 99;
    position: relative;
  }
	
	#nav #menu-main-menu li {
    padding: 14px 11px;
}
}


@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }

  #header {
    align-items: center;
  }

  body.page-id-7 #nav #menu-main-menu .current_page_item:after,
  body.page-id-60 #menu-item-21 a::after {
    content: none;
  }

  #nav .menu {
    position: absolute;
    right: 0px;
    height: 100%;
    top: 0;
    width: 100vw;
    background-image: linear-gradient(224.86deg, #00b84a 0%, #004596 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-2000px);
    transition: transform 0.2s ease-in;
    z-index: 999;
    padding-top: 130px;
  }

  #nav #menu-main-menu li {
    opacity: 1;
    padding: 15px 15px;
  }

  #nav #menu-main-menu li a {
    background-image: none;
    color: var(--color-02);
    font-weight: bold;
    font-size: 20px;
  }

  #nav .burger {
    display: grid;
    background-image: linear-gradient(224.86deg, #00b84a 0%, #004596 100%);
    width: 50px;
    height: 45px;
    border-radius: 2px;
    align-content: center;
    z-index: 9999;
    position: relative;
  }

  #nav .burger.toggle {
    background-image: linear-gradient(#017737, #017737);
  }

  #nav .nav-active {
    transform: translateX(0%);
  }

  #nav #menu-main-menu .current_page_item {
    background-image: none;
  }

  #nav .toggle .line1 {
    transform: rotate(-45deg) translate(-6px, 6px);
  }

  #nav .toggle .line2 {
    opacity: 0;
  }

  #nav .toggle .line3 {
    transform: rotate(45deg) translate(-6px, -7px);
  }
}

/*///////////////////////////// Front page ///////////////////////////////////*/

body.page-id-60 .site-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-overlay {
  background-image: linear-gradient(225deg, #013114 0%, #004596 100%);
  opacity: 0.7;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

video {
  object-fit: cover;
  width: 100vw !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
}

.front-page-mobile-background {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.hero-wrapper {
  display: block;
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image img {
  max-width: 530px;
}

.hero-large-text h2 {
  color: var(--color-02);
  font-family: "Helvetica";
  font-size: 30px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 45px;
}

.hero-small-text {
  margin-top: 40px;
}

.hero-small-text-wrapper {
  display: flex;
  justify-content: center;
}

.hero-small-text p {
  color: var(--color-02);
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: 14px;
  text-align: left;
}

.hero-small-text p:first-child::after {
  content: "";
  display: inline-block;
  position: relative;
  background-color: var(--color-02);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-right: 10px;
  align-items: center;
  vertical-align: middle;
  margin-top: -3px;
}

.hero-buttons {
  margin-top: 30px;
}

.hero-buttons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.get-tickets-btn a,
.agenda-btn a {
  width: 283px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 0.9;
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px;
}

.get-tickets-btn a {
  background-color: #e0e5e4;
  color: #1c6d54;
}

.agenda-btn a {
  background-color: var(--color-03);
  color: var(--color-02);
}

.get-tickets-btn a:hover {
  background-color: var(--color-02);
  opacity: 1;
}

.agenda-btn a:hover {
  background-color: var(--color-03);
  opacity: 1;
}

.hero-countdown {
  display: flex;
  margin-top: 15px;
}

.hero-countdown p {
  color: var(--color-02);
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.hero-countdown span {
  color: var(--color-02);
  font-family: "Helvetica";
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-left: 5px;
}

body.page-id-60 #menu-main-menu li a {
  color: var(--color-02) !important;
}

body.page-id-60 #menu-main-menu .current_page_item {
  background-color: var(--color-04);
  background-image: none !important;
}

body.page-id-60 .borders::before {
  border-bottom: 2px solid var(--color-02);
}

body.page-id-60 .borders::after {
  border-bottom: 2px solid var(--color-02);
}

body.page-id-60 #footer .textwidget p {
  color: var(--color-02);
}

body.page-id-60 #footer #media_image-5 {
  display: block;
}

#footer #media_image-5 {
  display: none;
}

body.page-id-60 #footer #media_image-4 {
  display: none;
}

@media (max-width: 1024px) {
  body.page-id-60 .header-logo {
    z-index: 0;
  }

  body.page-id-60 #menu-main-menu .current_page_item {
    background-color: transparent;
  }

  .hero {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero-image {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
  }

  .hero-large-text h2 {
    font-size: 25px;
  }

  .hero-small-text {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-small-text-wrapper {
    display: block;
  }

  .hero-small-text p:first-child::after {
    content: none;
  }

  .hero-small-text p:first-child {
    margin-bottom: 10px;
  }

  .hero-small-text p {
    text-align: center;
    line-height: normal;
  }

  .hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-buttons-wrapper {
    display: block;
  }

  .agenda-btn {
    margin-bottom: 20px;
  }

  .hero-countdown {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  video {
    display: none;
  }

  .front-page-mobile-background {
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    background-image: url("http://projects.indiead.ee/greenest/wp-content/themes/greenest/_/inc/images/mobile\ background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

/*//////////////////////////// Speakers /////////////////////////////*/

.speaker-image {
  max-width: 273px;
  position: relative;
  width: 100%;
  height: auto;
}

.speakers-wrapper {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.columns {
  justify-content: flex-start;
}

.speakers-wrapper .speaker {
  margin-bottom: 50px;
  margin-right: 1.5%;
  width: 273px;
  position: relative;
  cursor: pointer;
}

.speaker-image-wrapper {
  height: 273px;
  width: 273px;
  /* display: flex;
  align-content: center;
  align-items: center; */
  overflow: hidden;
  border-radius: 16px;
}

.speakers-wrapper .speaker-image-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  width: 273px;
  height: 273px;
  border-radius: 18px;
}

.speaker:hover .speaker-image-wrapper:before {
  /* background-image: linear-gradient(224.86deg, #00b84a 0%, #004596 100%);
  bottom: -3px;
  left: -3px;
  height: 279px;
  width: 279px; */
  height: 276px;
  width: 276px;
  background-image: -webkit-linear-gradient(
    224.86deg,
    #00b84a 0%,
    #004596 100%
  );
  background-image: -moz-linear-gradient(224.86deg, #00b84a 0%, #004596 100%);
  background-image: -o-linear-gradient(224.86deg, #00b84a 0%, #004596 100%);
  background-image: linear-gradient(224.86deg, #00b84a 0%, #004596 100%);
  content: "";
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 4px;
  -webkit-mask: linear-gradient(var(--color-02) 0 0) content-box, linear-gradient(var(--color-02) 0 0);
  mask-composite: add, add;
  mask-composite: add, add;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  border-radius: 16px;
}

.speakers-wrapper .speaker:hover .pop-up-button a {
  opacity: 1;
}

.speaker-name {
  margin-top: 30px;
}

.speaker-name p {
  color: #00441a;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.speaker-info {
  margin-top: 10px;
}

.speaker-info p {
  color: #00441a;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
}

.pop-up-button {
  margin-top: 15px;
}

.pop-up-button a {
  display: flex;
  text-decoration: none;
  background-image: linear-gradient(224.86deg, #00b84a 0%, #004596 100%);
  border-radius: 3px;
  width: 142px;
  height: 29px;
  color: var(--color-02);
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  align-items: center;
  padding-left: 10px;
  opacity: 0;
}

.pop-up-button a:after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-image: url("_/inc/images/arw.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  margin-left: 10px;
}

@media (max-width: 822px) {
  .speakers-wrapper {
    justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .speaker:hover .speaker-image:before {
    content: none;
  }

  .pop-up-button {
    display: none;
  }

  .speaker:hover .speaker-image-wrapper:before {
    content: none;
  }
}

@media (max-width: 768px) {
  /* .speaker-image-wrapper {
    width: 100%;
    height: auto;
  } */
}

/*//////////////////////////// Agenda /////////////////////////////////////////*/

.tabs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}

#first-tab {
  margin-right: 10px;
}

.tabs label {
  order: 1;
  display: block;
  background-image: linear-gradient(224.86deg, #00b84a 0%, #004596 100%);
  border-radius: 4px 4px 0 0;
  width: 140px;
  height: 53px;
  color: var(--color-02);
  font-size: 14px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 1px solid #ededed;
  border-bottom: none !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-radius: 4px;
}

.tabs .tab {
  order: 9;
  flex-grow: 1;
  width: 100%;
  display: none;
  background: var(--color-02);
  padding: 10px;
  background-color: var(--color-02);
  border-top: none;
  color: #313b50;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  border: 1px solid #ededed;
  margin-top: -1px;
  border-radius: 4px;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  background: var(--color-02);
  color: #4f4f4f;
  z-index: 1;
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
  border-top-left-radius: 0px;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  margin: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.events-wrapper .event {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  border: 1px solid #ededed;
  border-radius: 3px;
  min-height: 42px;
  margin-bottom: 10px;
}

.events-wrapper .event:hover {
  background-image: linear-gradient(224.86deg, #00b84a 0%, #004596 100%);
  border: 1px solid #008234;
}

.events-wrapper .event:hover .happening p {
  color: var(--color-02);
}

.events-wrapper .event:hover .time p {
  color: var(--color-02);
  background-color: #001c3d;
  border: none;
}

.event .time p {
  background-color: #ededed;
  border: 1px solid #e2e2e2;
  color: #4f4f4f;
  font-size: 15px;
  border-radius: 3px;
  width: 72px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 16px;
  font-weight: bold !important;
  font-style: normal;
}

.event .happening p {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }

  .tabs .tab {
    padding-top: 10px;
    margin-top: 52px;
  }

  .tabs {
    position: relative;
  }

  .tabs label {
    width: 49.2%;
    margin-right: 0;
    margin-top: 0.2rem;
    text-align: left;
    border-bottom: 1px solid white;
    position: absolute;
  }

  #first-tab {
    left: 0;
  }

  #second-tab {
    right: 0;
  }

  .events-wrapper .event {
    align-items: normal;
  }

  .event .time {
    padding-top: 5px;
  }

  .event .happening {
/*     align-items: center; */
    display: flex;
	flex-direction: column;
	padding-top: 7px;
	padding-bottom: 7px;
  }
}

/*///////////////////////////// Last year's summit /////////////////////////////////////////*/

.last-year-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.last-year-text {
  margin-right: 30px;
}

.last-year-text h4 {
  color: #1c6d54;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.last-year-text p {
  color: #1c6d54;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}

@media screen and (max-width: 1200px) {
  .last-year-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .last-year-text {
    margin-right: 0;
  }

  .last-year-text h4 {
    margin-top: 20px;
  }

  .last-year-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
  }

  .last-year-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
}

/*////////////////////////// Sponsors ////////////////////////////////*/

.sponsors {
  padding-top: 60px;
}

.sponsor-image-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 22%);
	grid-gap: 2.5%;
}

.sponsor {
  margin-bottom: 50px;
  padding: 0 15px;
	text-align: center;
}

/* .sponsor:nth-child(4n - 1),
.sponsor:nth-child(4n - 2) {
  text-align: center;
}

.sponsor:nth-child(4n) {
  text-align: right;
} */

.sponsor img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 112px;
}

/* .sponsor-image-wrapper + .sponsor-image-wrapper .sponsor:nth-child(3) img {
  transform: translateX(60px) translateY(-50%);
} */

.sponsor-image {
  width: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 85px;
}

@media (max-width: 1024px) {
	.sponsor-image-wrapper {
   grid-template-columns: repeat(2, 45%);
		grid-gap: 4%;
  }
	.sponsor {
  	margin-bottom: 80px;
  	padding: 0 15px;
	text-align: center;
}
}

@media (max-width: 768px) {
  .sponsor-image-wrapper {
   grid-template-columns: repeat(1, 100%);
   grid-gap: unset;
  }

}

/*////////////////////////// Footer ////////////////////////////////*/

#footer {
  height: 150px;
  /* padding-top: 50px;
  padding-bottom: 50px; */
  align-items: center;
  display: flex;
  position: relative;
}

#footer .footer-wrapper img {
  width: 130px;
}

#footer li {
  list-style-type: none;
}

#footer .footer-wrapper {
  display: flex;
}

#footer .textwidget p {
  font-size: 15px;
  font-weight: normal;
  padding-left: 10px;
}

#footer .textwidget {
  align-items: center;
  display: flex;
}

@media (max-width: 768px) {
  #footer {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .footer-wrapper {
    display: block;
  }

  #footer .textwidget {
    margin-top: 10px;
  }

  #footer .textwidget p {
    padding-left: 0;
  }

  #footer::before {
    width: calc(100% + 30px);
    left: -15px;
  }

  #footer::after {
    right: -15px;
    width: 90%;
  }
}

/*////////////////////////////// Tickets ///////////////////////////////////*/

.tickets-header {
  display: flex;
  margin-bottom: 10px;
}

.tickets-header-left {
  display: flex;
}

.tickets-header-right {
  display: flex;
  margin-left: auto;
}

.tickets-header-left h3:first-child::after {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #1c6d54;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-right: 10px;
  align-items: center;
  vertical-align: middle;
  margin-top: -3px;
}

.tickets-header-left h3,
.tickets-header-right h3 {
  color: #1c6d54;
  font-size: 13px;
  font-weight: normal;
}

.tickets-header-right span {
  color: #1c6d54;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
}

.tickets-wrapper {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ticket_widget {
  list-style-type: none;
  width: 49.7%;
}

.ticket {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  /* width: 600px; */
  border: 1px solid var(--color-05);
  border-radius: 6px;
  /* height: 70px; */
  background-color: var(--color-02);
}

.green {
  display: flex;
  width: calc(100% - 4px);
  border-radius: 4px;
  background-image: linear-gradient(225deg, #00b84a 0%, #004596 100%);
  margin: 2px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.left {
  display: block;
  text-align: left;
}

.center {
  display: block;
  text-align: center;
}

.right {
  display: block;
  text-align: right;
}

.event-day {
  width: 70px;
  justify-content: center;
  display: none !important;
}

.ticket-type {
  padding-left: 25px;
}

.event-day h3 {
  font-family: TurnipRE;
  font-size: 34px;
  line-height: 41px;
  color: #1c6d54;
  font-weight: bold;
}

.on-the-spot {
  margin-left: auto;
}

.on-the-spot,
.online {
  /* padding-left: 20px; */
  padding-right: 30px;
}

.event-day,
.ticket-type,
.on-the-spot,
.online,
.buy-now,
.late-bird {
  align-items: center;
  display: flex;
}

.ticket-type h4 {
  color: var(--color-02);
  font-family: Helvetica;
  font-size: 10px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

.ticket-type p {
  color: var(--color-02);
  font-size: 15px;
  opacity: 0.9;
  font-weight: bold;
}

.on-the-spot p,
.online p {
  color: var(--color-02);
  font-size: 24px;
  line-height: 28px;
  opacity: 0.9;
  font-weight: bold;
}

.on-the-spot h4,
.online h4 {
  color: var(--color-02);
  font-size: 13px;
  opacity: 0.9;
  font-weight: normal;
}

.buy-now {
  margin-right: 10px;
}

.buy-now a {
  background-color: rgba(0, 51, 26, 0.8);
  border-radius: 4px;
  width: 110px;
  height: 43px;
  color: var(--color-02);
  font-size: 14px;
  line-height: 28px;
  opacity: 0.9;
  text-decoration: none;
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  /* padding: 7px 21px; */
}

.buy-now a:hover {
  opacity: 0.8;
}

.late-bird {
  margin: auto 15px;
}

.late-bird p {
  color: #1c6d54;
  font-size: 19px;
  line-height: 28px;
  opacity: 0.9;
  font-weight: bold;
}

.late-bird h4 {
  color: #1c6d54;
  font-size: 13px;
  opacity: 0.9;
  font-weight: normal;
}

@media (max-width: 1100px) {
  .tickets-wrapper {
    justify-content: flex-start;
  }

  .ticket_widget {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .tickets-header-left {
    display: none;
  }

  .tickets-header-right {
    margin-left: 0px;
  }

  .tickets-wrapper {
    display: block;
  }

  .ticket {
    width: 100%;
    height: auto;
  }

  /* .green {
    width: calc(100% - 75px);
  } */

  .event-day {
    display: none;
  }

  .ticket-type {
    padding-left: 10px;
  }

  .buy-now {
    display: none;
  }

  .ticket-type h4 {
    font-size: 9px;
  }

  .ticket-type p {
    font-size: 15px;
  }

  .on-the-spot,
  .online {
    padding-right: 10px;
  }

  .on-the-spot p,
  .online p,
  .late-bird p {
    font-size: 20px;
    line-height: normal;
  }

  .on-the-spot h4,
  .online h4,
  .late-bird h4 {
    font-size: 12px;
  }
}

/*///////////////////////////// Pop up //////////////////////////////////*/

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
  background-color: rgba(28, 109, 84, 0.9) !important;
}

.fancybox-content {
  display: inline-block;
  padding: 0px !important;
  margin: 0px !important;
  width: 80% !important;
  max-width: 840px !important;
  overflow: visible !important;
  background: transparent !important;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.pop-up-content {
  display: flex;
}

.left-content-wrapper {
  position: relative;
  background-color: var(--color-03);
  padding: 20px;
  padding-right: 10px;
  border-bottom-left-radius: 8px;
}

.right-content-wrapper {
  background-color: var(--color-02);
  padding: 25px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.fancybox-content .pop-up-image {
  margin-left: -50px;
  margin-top: -50px;
  border: 3px solid var(--color-02);
  height: 273px;
  width: 273px;
  /* display: flex;
  align-items: center; */
  overflow: hidden;
  border-radius: 16px;
  background-color: #e1e1e1;
}

/* .fancybox-content .pop-up-image {
  height: 273px;
  max-width: none;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 16px;
  border: 3px solid var(--color-02);
} */

.name-info .name p {
  color: var(--color-02);
  font-size: 19px;
  font-weight: bold;
  line-height: 23px;
  padding-top: 20px;
}

.name-info .info p {
  color: var(--color-02);
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  padding-top: 7px;
}

.pop-up-text-wrapper p {
  color: #393939;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
}

.fancybox-slide--html .fancybox-close-small {
  background-color: var(--color-03);
  border-radius: 0px 16px 0px 100px;
  -moz-border-radius: 0px 16px 0px 100px;
  -webkit-border-radius: 0px 16px 0px 100px;
  opacity: 1;
}

.fancybox-button svg {
  color: white;
  margin-top: -10px;
}

@media (max-width: 900px) {
  .pop-up-content {
    display: block;
    background-color: var(--color-02)f;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }

  .fancybox-content {
    width: 50% !important;
    max-width: 300px !important;
  }

  .fancybox-content .pop-up-image {
    margin: 0;
  }

  .left-content-wrapper {
    padding: 0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }

  .right-content-wrapper {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 10px;
    padding-bottom: 40px;
  }

  .name-info {
    padding: 10px;
  }

  .name-info .name p {
    padding-top: 0;
  }

  .fancybox-close-small {
    top: auto !important;
    bottom: 0;
  }

  .fancybox-slide--html .fancybox-close-small {
    border-radius: 100px 0 16px 0;
    -moz-border-radius: 100px 0 16px 0;
    -webkit-border-radius: 100px 0 16px 0;
  }

  .fancybox-button svg {
    margin-top: 5px;
  }

  .fancybox-content .pop-up-image {
    width: 100%;
    /* height: auto; */
    height: 280px;
  }
}

@media (max-width: 768px) {
  .fancybox-content {
    width: 90% !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

/*////////////////////////// Buy tickets ///////////////////////////////*/

.ticket-prices-wrapper {
  padding-top: 30px;
}

.ticket-prices-text {
  color: var(--color-06);
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

.all-tickets-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 30px;
}

.left-tickets-side,
.right-tickets-side {
  width: 49.7%;
}

.ticket-prices {
  display: flex;
  justify-content: space-around;
  background-color: var(--color-03);
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px var(--color-05);
  border: 2px solid var(--color-02);
  width: 100%;
}

.first-col,
.second-col,
.third-col,
.fourth-col,
.fifth-col,
.sixth-col {
  align-items: center;
  display: flex;
}

.second-col {
  min-width: 250px;
  margin-right: 50px;
}

.first-col p {
  color: #1c6d54;
  font-family: TurnipRE;
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
}

.second-col p {
  opacity: 0.9;
  color: var(--color-02);
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px;
}

.second-col h4 {
  color: var(--color-02);
  font-family: "Helvetica";
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17px;
  text-transform: uppercase;
}

.third-col p,
.fourth-col p,
.fifth-col p {
  opacity: 0.9;
  color: var(--color-02);
  font-family: "Helvetica";
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
}

.third-col h4,
.fourth-col h4,
.fifth-col h4 {
  opacity: 0.9;
  color: var(--color-02);
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 13px;
}

.get-your-tickets-wrapper {
  width: 100%;
  background-color: var(--color-02);
  border: 1px solid var(--color-05);
  border-radius: 5px;
  padding: 30px;
}

.get-your-tickets-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.get-your-tickets-wrapper .left-side {
  padding-right: 20px;
}

.get-your-tickets h3 {
  color: var(--color-03);
  font-family: "Helvetica";
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: 29px;
}

.get-your-tickets p {
  color: var(--color-06);
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  margin-top: 10px;
}

.buy-tickets a {
  width: 239px;
  height: 43px;
  border-radius: 4px;
  background-image: linear-gradient(225deg, #00b84a 0%, #004596 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 0.9;
  color: var(--color-02);
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

.buy-tickets a:hover {
  opacity: 0.8;
}

.redirect-text {
  margin-top: 10px;
}

.redirect-text p {
  color: #ababab;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 1165px) {
  .get-your-tickets-row {
    display: block;
    text-align: center;
  }

  .buy-tickets-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .all-tickets-wrapper {
    display: block;
  }

  .ticket-prices {
    display: flex;
    justify-content: space-around;
  }

  .left-tickets-side,
  .right-tickets-side {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .second-col {
    padding-left: 5px;
    margin-right: 10px;
  }

  .fourth-col {
    padding-right: 5px;
    padding-left: 10px;
  }

  .get-your-tickets-wrapper {
    padding: 15px;
  }

  .get-your-tickets-row {
    display: block;
  }

  .get-your-tickets-wrapper .left-side {
    padding-right: 0;
    text-align: center;
  }

  .get-your-tickets {
    padding-left: 20px;
    padding-right: 20px;
  }

  .second-col p {
    font-size: 15px;
  }

  .third-col h4,
  .fourth-col h4,
  .fifth-col h4 {
    font-size: 12px;
  }

  .third-col p,
  .fourth-col p,
  .fifth-col p {
    font-size: 20px;
  }
}

@media (max-width: 370px) {
  .second-col {
    min-width: 132px;
  }

  .second-col p {
    font-size: 13px;
  }

  .second-col h4 {
    font-size: 10px;
  }

  .third-col h4,
  .fourth-col h4,
  .fifth-col h4 {
    font-size: 11px;
  }

  .third-col p,
  .fourth-col p,
  .fifth-col p {
    font-size: 17px;
  }
}

.error-page {
  display: flex;
  justify-content: center;
  align-self: center;
  padding-top: 40px;
}

.error-page h2 {
  color: var(--color-03);
  font-size: 34px;
  line-height: 41px;
  width: 464px;
  text-align: left;
  font-weight: bold;
}

/*//////////////////////////////////// About ///////////////////////////////////////////*/

.about-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.about-image-overlay {
  background-image: linear-gradient(225deg, #00b84a7a 0%, #00459691 100%);
  display: flex;
  padding: 20px;
  border-radius: 5px;
}

.about-image-container {
  height: 366px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  border-radius: 5px;
  position: relative;
}

.about-image-container p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52%;
  color: var(--color-02);
  font-family: "helvetica";
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  padding-left: 40px;
}

.topics-section {
  margin-top: 125px;
  margin-left: 80px;
  margin-right: 80px;
}

.topics-header,
.topics-subheader {
  display: flex;
  justify-content: center;
}

.topics-header h2 {
  color: var(--color-03);
  font-family: "Helvetica";
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
}

.topics-subheader p {
  color: var(--color-06);
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
}

.topics-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 25px;
}

.topics-container {
  border: 1px solid #f0f0f0;
  background-color: var(--color-02);
  width: 31.6%;
  text-align: center;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 3px;
}

.topics h3 {
  color: var(--color-03);
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27px;
}

.topics p {
  color: #1c6d54;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17px;
}

.info-blocks-wrapper {
  margin-top: 75px;
}

.info-blocks-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  background-color: var(--color-02);
  padding: 25px;
  margin-bottom: 20px;
}

.info-left {
  width: 60%;
}

.info-header {
  margin-bottom: 10px;
}

.info-header h3 {
  color: var(--color-06);
  font-family: "Helvetica";
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2.75px;
  line-height: 28px;
  text-transform: uppercase;
}

.info-text {
  padding-right: 60px;
}

.info-text p {
  color: var(--color-06);
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
}

.info-image {
  display: flex;
}

.info-image img {
  border-radius: 6px;
}

.about-bottom-text-wrapper {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-top: 125px;
  margin-bottom: 95px;
}

.about-bottom-text h3 {
  color: var(--color-03);
  font-family: "Helvetica";
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
}

@media (max-width: 1024px) {
  .about-image-container {
    text-align: center;
  }

  .about-image-container p {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .topics-section {
    margin-top: 75px;
    margin-left: 0;
    margin-right: 0;
  }

  .topics-container {
    width: 47.6%;
  }

  .topics {
    padding: 15px;
  }

  .info-blocks-container {
    display: block;
  }

  .info-left {
    width: 100%;
  }

  .info-text {
    padding-right: 0px;
  }

  .info-image {
    margin-top: 20px;
    justify-content: center;
    height: auto;
  }

  .info-image img {
    height: auto;
  }

  .about-bottom-text-wrapper {
    width: 100%;
    margin-top: 75px;
    margin-bottom: 45px;
  }
}

@media (max-width: 768px) {
  .about-image-container {
    height: auto;
  }

  .topics-wrapper {
    display: block;
  }

  .topics-container {
    width: 100%;
    margin-bottom: 15px;
  }

  .info-image {
    display: block;
  }
}

body.page-id-11 .tickets-header {
  padding-top: 40px;
}

:root {
  --color-01: #000000;
  --color-02: #ffffff;
  --color-03: #0f946b;
  --color-04: #012b25;
  --color-05: #e5e5e5;
  --color-06: #515151;
  --transition-duration-01: 750ms;
  --transition-easing-01: cubic-bezier(.25, .8, .25, 1);
  --line-height-01: 1.3;
}

[fill]:not([fill="none"]) {
  transition: fill var(--transition-duration-01) var(--transition-easing-01);
}

[stroke]:not([stroke="none"]) {
  transition: stroke var(--transition-duration-01) var(--transition-easing-01);
}

.image__picture,
picture.image {
  display: block;
  width: 100%;
  margin: 0;
}

.image--cover {
  height: 100%;
}

img.image-cover,
.image--cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image--svg {
  font-size: 0;
}

.image--svg svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.image__img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
  -webkit-backface-visibility: hidden;
}

* + .site-content,
.site-content + .borders {
  margin-top: 56px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px 32px;
}

@media (max-width: 1024px) {
  .cards {
    grid-gap: 32px 24px;
  }
}

@media (max-width: 650px) {
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 450px) {
  .cards {
    grid-gap: 24px 16px;
  }
}

.card__link {
  display: block;
  min-height: 100%;
  text-decoration: none;
  border: 1px solid var(--color-05);
  border-radius: 5px;
  background-color: var(--color-02);
}

@media (max-width: 450px) {
  .card__link {
    border: 0;
    background-color: transparent;
  }
}

.card__figure,
.page__figure {
  position: relative;
  border-radius: 5px;
  background-color: var(--color-02);
  overflow: hidden;
}

.card__figure::before,
.page__figure::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: calc((300/450) * 100%);
}

.page__figure::before {
  padding-top: calc((600/1400) * 100%);
}

.card__image,
.card__date,
.page__image,
.page__figure .page__date {
  position: absolute;
  top: 0;
}

.card__image {
  left: 0;
  transition: transform var(--transition-duration-01) var(--transition-easing-01);
}

.card__link:hover .card__image {
  transform: scale(1.1);
}

.card__date,
.page__figure .page__date {
  right: 0;
  font-size: 14px;
  border-bottom-left-radius: 5px;
  background-color: var(--color-03);
  color: var(--color-02);
  padding: 4px 8px;
  padding-top: 6px;
  z-index: 10;
}

@media (max-width: 450px) {
  .card__date {
    font-size: 12px;
  }
}

.card__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-03);
  transition: color var(--transition-duration-01) var(--transition-easing-01);
}

@media (max-width: 1024px) {
  .card__title {
    font-size: 20px;
  }
}

@media (max-width: 850px) {
  .card__title {
    font-size: 18px;
  }
}

.card__link:hover .card__title {
  color: var(--color-04);
}

.card__footer {
  padding: 16px;
}

@media (max-width: 450px) {
  .card__footer {
    padding: 0;
    margin-top: 16px;
  }
}

.link-icon {
  display: inline-flex;
  align-items: center;
}

.link-icon--left.link-arrow {
  text-decoration: none;
  line-height: 1;
  transition: color var(--transition-duration-01) var(--transition-easing-01);
  color: var(--color-06);
}

.link-icon--left.link-arrow::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("_/inc/images/icon-arrow-link-left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 8px;
  transition: transform var(--transition-duration-01) var(--transition-easing-01);
}

.link-icon--left.link-arrow:hover {
  color: var(--color-04);
}

.link-icon--left.link-arrow:hover::before {
  transform: translateX(-4px);
}

.link--nav {
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--transition-duration-01) var(--transition-easing-01);
  color: var(--color-03);
}

@media (max-width: 450px) {
  .link--nav {
    font-size: 20px;
  }
}

.link--nav .link__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}

@supports (-moz-appearance: none) {
  .link--nav .link__icon {
    margin-top: -4px;
  }  
}

@media not all and (min-resolution: .001dpcm) {
  @supports (-webkit-appearance: none) {
    .link--nav .link__icon {
      margin-top: -4px;
    }  
  }
}

.link--previous .link__icon {
  transform: rotate(-180deg);
  margin-right: 8px;
}

.link--next .link__icon {
  margin-left: 8px;
}

.link--nav:hover {
  color: var(--color-04);
}

.link--nav [fill]:not([fill="none"]) {
  fill: var(--color-03);
}

.link--nav [stroke]:not([stroke="none"]) {
  stroke: var(--color-03);
}

.link--nav:hover [fill]:not([fill="none"]) {
  fill: var(--color-04);
}

.link--nav:hover [stroke]:not([stroke="none"]) {
  stroke: var(--color-04);
}

* + .page__figure {
  margin-top: 40px;
}

.page__content {
  width: min(100%, 752px);
  line-height: var(--line-height-01);
  margin: 0 auto;
}

* + .page__content {
  margin-top: 68px;
}

@media (max-width: 767px) {
  * + .page__content {
    margin-top: 48px;
  }
}

* + .paragraph{
  margin-top: 24px;
}

.link {
  color: var(--color-03);
}

.link:hover {
  text-decoration: none;
}

* + .list {
  margin-top: 32px;
}

.list {
  display: grid;
  grid-gap: 12px 24px;
  padding: 0;
  list-style: none;
}

.list {
  margin-left: 0;
  margin-bottom: 0;
}

.list--ordered {
  counter-reset: orderedlist;
}

.list__item {
  position: relative;
  padding-left: 30px;
}

.list__item::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
}

.list--unordered .list__item::before {
  top: calc(.45em * var(--line-height-01));
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-03);
  transform: translateY(-50%);
}

.list--ordered .list__item::before {
  counter-increment: orderedlist;
  content: counters(orderedlist, '.') '.';
  white-space: nowrap;
  width: auto;
  height: auto;
  top: 0;
  color: var(--color-03);
  background-color: transparent;
}

.post-nav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

* + .post-nav {
  margin-top: 56px;
}

.post-nav__next {
  margin-left: auto;
}
