@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap");
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v9-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url("../fonts/poppins-v9-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v9-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v9-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v9-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/poppins-v9-latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v9-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"),
    url("../fonts/poppins-v9-latin-600.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v9-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v9-latin-600.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v9-latin-600.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/poppins-v9-latin-600.svg#Poppins")
      format("svg"); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v9-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url("../fonts/poppins-v9-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v9-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v9-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v9-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/poppins-v9-latin-700.svg#Poppins")
      format("svg"); /* Legacy iOS */
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
  color: #0e2b3d;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

input[type="submit"] {
  height: 60px;
  margin-top: 35px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
  border-radius: 32px;
  font-weight: 700;
  color: white;
  background-color: #0e2b3d;
}

.wpcf7 {
  width: 100%;
}

form p {
  margin-bottom: 10px;
}

form input {
  width: 100%;
  height: 45px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.mobile-only {
  display: none !important;
}

a {
  text-decoration: none;
}

.home .nav ul li a {
  color: white;
}

.home .hamburger .line {
  background-color: white;
}

.woocommerce-checkout .main {
  margin: 80px 0;
}

.woocommerce-order
  .woocommerce-notice
  .woocommerce-notice--success
  .woocommerce-thankyou-order-received {
  font-size: 2rem;
}

.woocommerce-order p {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

/* .woocommerce-checkout .main .amount {
  color: #809536;
} */

.woocommerce-checkout .main h1 {
  display: none;
}

#place_order {
  width: 100%;
  height: 55px;
  margin-top: 15px;
  background-color: #517236;
}
.woocommerce-privacy-policy-text p {
  font-size: 0.7rem;
}

.woocommerce-checkout .main .woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-billing-fields h3 {
  margin-bottom: 20px;
}

.woocommerce-checkout .main .woocommerce form input {
  height: 45px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #aaa;
  font-size: 0.9rem;
}
.woocommerce-checkout .main .woocommerce form input::placeholder {
  font-size: 0.9rem;
}

.woocommerce-checkout .main .woocommerce form .form-row {
  margin: 0 0 15px;
}

#billing_address_1_field {
  margin-bottom: 5px;
}

.woocommerce-checkout
  .main
  .woocommerce
  form
  .select2-container--default
  .select2-selection--single {
  height: 45px;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.woocommerce-checkout
  .main
  .woocommerce
  form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: initial;
}

.woocommerce-checkout .main .woocommerce form {
  display: flex;
}
.woocommerce-checkout .main .woocommerce form #order_review_heading {
  display: none;
}
.woocommerce-checkout .main .woocommerce form #order_review {
  width: 60%;
}
.woocommerce-checkout .main .woocommerce form .col2-set {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .main .woocommerce form .col2-set .col-1,
.woocommerce-checkout .main .woocommerce form .col2-set .col-2 {
  width: 90%;
}
.woocommerce-checkout .main .woocommerce form .col2-set .col-2 {
  margin-top: 35px;
}
.woocommerce-checkout
  .main
  .woocommerce
  form
  .col2-set
  .col-2
  .woocommerce-additional-fields
  h3 {
  margin-bottom: 20px;
}
.woocommerce-checkout .main .woocommerce form .col2-set .col-2 textarea {
  height: 135px;
  border-radius: 4px;
  padding: 5px 0 0 10px;
  font-size: 0.9rem;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
  border-radius: 32px;
  font-weight: 700;
}

.btn img {
  margin-left: 5px;
}

.btn-green {
  background-color: #809536;
}

.btn-lightgreen {
  color: white;
  background-color: #9bb92d;
}

.btn-blue {
  color: white;
  background-color: #0e2b3d;
}

.btn-transparent {
  border: 1px solid white;
}

.btn-blue-border {
  color: #0e2b3d;
  border: 1px solid #0e2b3d;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  width: 90%;
}

.nav {
  height: 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav ul li {
  font-size: 1rem;
  list-style: none;
  margin-left: 20px;
}

.nav ul li a {
  color: #0e2b3d;
}

.nav ul li a:hover {
  border-bottom: 2px solid #0e2b3d;
}

.nav .right-nav,
.nav .left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-container {
  height: 100vh;
  background-image: url(/assets/img/hero-img.png);
  background-position: bottom;
  background-size: cover;
  color: white;
}

.hero-container a {
  color: white;
}

.hero-container .hero-content {
  margin-top: -120px;
  padding-top: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-container .hero-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-container .hero-content h1 {
  font-size: 3.9rem;
}

.hero-container .hero-content h2 {
  font-weight: 400;
  font-weight: 3.5rem;
}

.hero-container .hero-content .cta-buttons {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-container .hero-content .cta-buttons .btn {
  margin: 0 10px;
}

.hero-container .hero-content .hero-text {
  width: 800px;
  font-size: 1.2rem;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about .container-gray {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f3;
}

.about .container-gray .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about .main-about {
  padding: 100px 0;
}

.about .caption {
  padding: 50px 0;
  text-align: center;
  width: 900px;
}

.participare {
  padding: 100px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(/assets/img/participare-bkg.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.participare .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.participare .container .left {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.participare .container .left h2 {
  margin-bottom: 20px;
}

.participare .container .left a {
  margin-bottom: 40px;
}

.participare .container .right {
  width: 70%;
}

.participare .container .right .dialog-boxes-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.participare .container .right .dialog-box {
  height: 100px;
  width: 45%;
  margin: 0 0 40px 20px;
  color: white;
  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;
  border-radius: 100px;
  position: relative;
}

.participare .container .right .dialog-box p {
  width: 80%;
  font-weight: 500;
}

.participare .container .right .blue-arrow {
  height: 60px;
  width: 75px;
  position: absolute;
  bottom: -25px;
  right: 80px;
  background-image: url(/assets/img/blue-arrow.png);
}

.participare .container .right .green-arrow {
  height: 60px;
  width: 75px;
  position: absolute;
  bottom: -25px;
  right: 80px;
  background-image: url(/assets/img/green-arrow.png);
}

.participare .container .right .dialog-box-green {
  background-color: #9bb92d;
}

.participare .container .right .dialog-box-blue {
  background-color: #0e2b3d;
}

.big-gray-text {
  font-weight: 700;
  font-size: 9rem;
  color: rgba(229, 229, 229, 0.51);
}

.vorbitori .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vorbitori .head .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vorbitori .imagini-vorbitori {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vorbitori .imagini-vorbitori .vorbitor {
  width: 20%;
  position: relative;
  -webkit-box-shadow: inset 0px -50px 50px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -50px 50px 0px rgba(0, 0, 0, 0.75);
}

/*.vorbitori .imagini-vorbitori .vorbitor .overlay {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  opacity: 0;*/
/*  -webkit-transition: 0.5s ease;*/
/*  transition: 0.5s ease;*/
/*  background-color: rgba(14, 43, 61, 0.8);*/
/*}*/

/*.vorbitori .imagini-vorbitori .vorbitor .overlay .text {*/
/*  position: absolute;*/
/*  left: 10px;*/
/*  bottom: 2%;*/
/*}*/

/*.vorbitori .imagini-vorbitori .vorbitor .overlay .nume {*/
/*  color: white;*/
/*  font-weight: 600;*/
/*  font-size: 1.2rem;*/
/*}*/

/*.vorbitori .imagini-vorbitori .vorbitor .overlay .mesaj {*/
/*  color: #9bb92d;*/
/*  font-size: 0.8rem;*/
/*}*/

/*.vorbitori .imagini-vorbitori .vorbitor:hover .overlay {*/
/*  opacity: 1;*/
/*}*/

/*.vorbitori .imagini-vorbitori .vorbitor:hover .nume-vorbitor {*/
/*  opacity: 0;*/
/*}*/

.vorbitori .imagini-vorbitori .vorbitor img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -5;
}

.vorbitori .imagini-vorbitori .vorbitor .detalii {
  position: absolute;
  bottom: 2%;
  left: 10px;
}

.vorbitori .imagini-vorbitori .vorbitor .nume-vorbitor {
  /*position: absolute;*/
  font-weight: 600;
  font-size: 1.2rem;
  color: #9bb92d;
  /*bottom: 10%;*/
  /*left: 10px;*/
  /*color: white;*/
  z-index: 99;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 1;
}

.vorbitori .imagini-vorbitori .vorbitor .mesaj {
  /*position: absolute;*/
  /*bottom: 2%;*/
  /*left: 10px;*/
  color: white;
  font-size: 1rem;
  padding: 5px 10px 0 0;
}

.eveniment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.eveniment .container-text {
  text-align: center;
  margin: 20px 0;
}

.eveniment .container-eveniment {
  width: 800px;
}

.eveniment .container-eveniment .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.eveniment .container-eveniment .head h3 {
  font-size: 2.2rem;
}

.eveniment .container-eveniment .head .day {
  width: 200px;
  border-radius: 32px;
  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;
  background-color: #0e2b3d;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}

.eveniment .container-eveniment .head .active {
  background-color: #9bb92d;
}

.eveniment .container-eveniment .program {
  width: 100%;
  margin: 50px 0;
  background-color: #f2f2f2;
  border: 1px solid rgba(14, 43, 61, 0.26);
  border-radius: 37px;
}

.eveniment .container-eveniment .program .hiden {
  display: none;
}

.eveniment .container-eveniment .program .head {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0e2b3d;
  color: white;
  border-top-left-radius: 37px;
  border-top-right-radius: 37px;
}

.eveniment .container-eveniment .program .program-content {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.1rem;
}

.eveniment .container-eveniment .program .program-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.eveniment .container-eveniment .program .program-content .column-ora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.eveniment .container-eveniment .program .program-content .column-ora .ora {
  font-weight: 800;
  height: 97px;
}

.eveniment .container-eveniment .program .program-content .column-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.eveniment .container-eveniment .program .program-content .column-activitate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.eveniment
  .container-eveniment
  .program
  .program-content
  .column-activitate
  .activitate {
  height: 97px;
}

.eveniment .container-eveniment .program .program-content hr {
  height: 60px;
  width: 1px;
  margin: 10px 0;
  border: none;
  background-color: rgba(112, 112, 112, 0.17);
}

.eveniment .container-eveniment .program .program-content .activitate {
  font-weight: 600;
}

.eveniment .container-eveniment .program .program-content .green-dot {
  width: 17px;
  height: 17px;
  margin: 0 50px;
  border-radius: 50%;
  background-color: #9bb92d;
}

.eveniment
  .container-eveniment
  .program
  .program-content
  .green-dot:first-child {
  margin-top: 5px;
}

.locatie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.locatie .locatie-head {
  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;
}

.locatie .locatie-head h2 {
  margin-left: 30px;
}

.locatie .sub-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -80px;
}

.locatie .sub-head h3 {
  font-size: 2rem;
}

.locatie .sub-head h4 {
  margin: 30px 0;
  padding: 15px 30px;
  border-top: 1px solid #9bb92d;
  border-bottom: 1px solid #9bb92d;
  font-size: 1.2rem;
  font-weight: 400;
}

.locatie .container-taxa {
  width: 800px;
  padding: 30px 0 50px 0;
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  border: 1px solid rgba(14, 43, 61, 0.26);
  border-radius: 32px;
}

.locatie .container-taxa .head {
  width: 90%;
  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;
}

.locatie .container-taxa .head h2 {
  font-size: 2rem;
}

.locatie .container-taxa .head .pret {
  font-size: 1.6rem;
  font-weight: 700;
}

.locatie .container-taxa .content {
  width: 90%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.locatie .container-taxa .content .beneficii p {
  font-size: 1.3rem;
}

footer {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0e2b3d;
  color: white;
  font-size: 0.7rem;
}

footer a {
  color: white;
  margin-left: 50px;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .container .left,
footer .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger {
  position: relative;
  z-index: 10;
  display: none;
  cursor: pointer;
}

.hamburger .line {
  width: 20px;
  background-color: #0e2b3d;
  height: 2px;
  margin: 5px;
}

.hamburger-active {
  z-index: 20;
  margin-right: 30px;
}

.hamburger-active .line {
  background-color: white;
}

.hamburger-active .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.hamburger-active .line:nth-child(2) {
  display: none;
}

.hamburger-active .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

.lock-scroll {
  overflow: hidden;
}
/******************************Blog************************ 
***********************************************************/
section.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog .blog-head {
  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;
}
.blog .sub-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -80px;
}
.blog .sub-head h4 {
  margin: 30px 0;
  padding: 15px 30px;
  border-top: 1px solid #9bb92d;
  border-bottom: 1px solid #9bb92d;
  font-size: 1.2rem;
  font-weight: 400;
}
.blogContent {
  width: 80%;
  margin: auto;
}
.blogPrev .post {
  width: 33%;
}
.blogPrev .articles {
  width: 100%;
}
.postHeader {
  position: relative;
}
.postHeader img {
  width: 100%;
  height: auto;
}
span.data {
  font-size: 12px;
  text-align: center;
  padding: 1em;
  color: #fff;
  position: absolute;
  background-color: #0e2b3d;
  border-bottom-right-radius: 20px;
}
p.articleTitle a {
  color: #0e2b3d;
  font-weight: 700;
  font-size: 20px;
}
.articles {
  width: 90%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.showMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 80px 0;
}
.author-category {
  justify-content: space-between;
  padding: 0.6em 0;
  border-bottom: 2px solid #e2e2e2;
}
.green {
  color: #9bb92d !important;
}
.readMore {
  padding: 0.4em 0;
  font-size: 14px;
}
a.read-more {
  display: block;
  color: #fff;
  background-color: #9bb92d;
  width: 60%;
  text-align: center;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  padding: 0.8em 0;
  margin-top: 20px;
}
/* ************************Listing********************** */
.blog .hero-container .hero-content {
  padding-top: 13%;
}
.blog .hero-container {
  height: 60vh;
  background-position: bottom;
}
.blog .nav ul li a {
  color: #fff;
}
.blog .nav ul li a:hover {
  border-bottom: 2px solid #fff;
}
.blog .blogSection {
  width: 90%;
  margin: auto;
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
}
.category .hero-container .hero-content {
  padding-top: 13%;
}
.category .hero-container {
  height: 60vh;
  background-position: bottom;
}
.category .nav ul li a {
  color: #fff;
}
.category .nav ul li a:hover {
  border-bottom: 2px solid #fff;
}
.category .blogSection {
  width: 90%;
  margin: auto;
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
}
.category .back {
  padding-top: 1em;
}
.archive .hero-container .hero-content {
  padding-top: 13%;
}
.archive .hero-container {
  height: 60vh;
  background-position: bottom;
}
.archive .nav ul li a {
  color: #fff;
}
.archive .nav ul li a:hover {
  border-bottom: 2px solid #fff;
}
.archive .blogSection {
  width: 90%;
  margin: auto;
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
}
.post {
  width: 48%;
  padding: 1em;
}
p.articleTitle {
  color: #0e2b3d;
  font-weight: 700;
  font-size: 20px;
}
.author-category {
  justify-content: space-between;
  padding: 0.6em 0;
  border-bottom: 2px solid #e2e2e2;
  color: #0e2b3d;
}
.archive .back {
  padding-top: 1em;
}
.readMore p {
  color: #0e2b3d;
}
.articleArchive {
  width: 20%;
}
h2.rounded {
  font-size: 16px;
  color: #9bb92d;
  padding: 1em;
  text-transform: uppercase;
}
.articleArchive ul li {
  position: relative;
  list-style-type: none;
  border-bottom: 2px solid #e2e2e2;
  padding: 10px 0;
}
.articleArchive ul li a:before {
  color: #9bb92d;
  content: "→";
  position: absolute;
  left: 0;
}
.articleArchive ul li a {
  text-transform: capitalize;
  color: #0e2b3d;
  margin-left: 25px;
}

/* ************************Single********************** */
.single .nav {
  height: 100px;
}
.singleHeader {
  color: #fff;
  padding: 4em 0 14em 0;
  background-color: #0e2b3d;
}
.wrapper {
  width: 60%;
  margin: auto;
}
.back {
  width: 15%;
  margin: auto;
}
a.backBtn {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0.8em 0;
  border: 2px solid #9bb92d;
  border-radius: 20px;
  display: block;
  font-size: 11px;
  margin: auto;
}
.singleTitle {
  text-align: center;
  font-size: 46px;
  font-weight: 600;
  padding: 0.7em 0;
}
.details.flex {
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
}
ul.post-categories {
  list-style-type: none;
  margin-right: 20px;
  margin-left: 20px;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  padding: 0 1em;
}
ul.post-categories li {
  display: inline;
}
ul.post-categories li a {
  color: #9bb92d;
}
.singleImg {
  height: 330px;
}
.absoluteImg {
  width: 100%;
  height: 440px;
  margin: auto;
  position: relative;
  top: -66%;
}
.absoluteImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-share {
  width: 20%;
  text-align: center;
}
.left-share ul li {
  list-style-type: none;
  padding: 1em 0;
}
.left-share ul li:nth-of-type(1) {
  list-style-type: none;
  padding-top: 0;
}
.left-share ul li a {
  display: block;
  margin: auto;
  width: 20%;
  padding: 0.2em;
  background-color: #f3f3f3;
  border-radius: 17px;
}
.left-share ul li a i {
  color: #9bb92d;
}
.right-article {
  width: 80%;
  padding: 0 4em;
  text-align: left;
}
.right-article p {
  padding-bottom: 1em;
  color: #6d6c6c;
  font-size: 16px;
}
/* ----pagination---- */
.pagination-container {
  padding: 4em 0;
}
a.prev.page-numbers {
  visibility: visible !important;
  background-color: #9bb92d;
  color: #fff;
  padding: 0.5em 0.7em;
  border-radius: 10px;
}
a.page-numbers {
  background-color: #9bb92d;
  color: #fff;
  padding: 0.5em 0.7em;
  border-radius: 10px;
}
span.page-numbers.current {
  color: #fff;
  padding: 0.5em 0.7em;
  border-radius: 10px;
  background-color: #0e2b3d;
}
a.next.page-numbers {
  background-color: #9bb92d;
  color: #fff;
  padding: 0.5em 0.7em;
  border-radius: 10px;
}
/******************************Blog************************ 
***********************************************************/

@media screen and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 14px;
  }
  .eveniment .container-eveniment {
    width: 80%;
  }
  .eveniment .container-eveniment .head .day {
    width: 150px;
  }
  .eveniment .container-eveniment .program .program-content {
    padding-top: 50px;
  }
  .locatie .container-taxa {
    width: 80%;
  }

  .vorbitori .imagini-vorbitori .vorbitor .mesaj {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 850px) {
  .vorbitori .imagini-vorbitori .vorbitor {
    width: 50%;
  }
  .vorbitori .imagini-vorbitori .vorbitor .mesaj {
    font-size: 1.2rem;
  }
  .hamburger {
    display: block;
  }
  .nav .nav-menu {
    display: none;
  }
  .nav .nav-active {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: #0e2b3d;
    color: white;
    right: 0;
    top: 0;
    z-index: 20;
  }
  .nav .nav-active li {
    margin: 20px 0;
  }
  .nav .nav-active li a {
    color: white;
  }
  .locatie .sub-head {
    margin-top: 0;
  }
  .big-gray-text {
    font-size: 6.5rem;
  }
  .hero-container .hero-content .hero-text {
    width: 75%;
  }
  .participare .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .participare .container .left,
  .participare .container .right {
    width: 100%;
  }
  .participare .container .left {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 770px) {
  .big-gray-text {
    font-size: 6rem;
  }
  .eveniment .container-eveniment .head .day {
    width: 120px;
  }
  .vorbitori .head .container h2 img {
    width: 70px !important;
  }
}

@media screen and (max-width: 650px) {
  html {
    font-size: 12px;
  }
  .eveniment .container-eveniment .program .program-content .column-ora .ora,
  .eveniment
    .container-eveniment
    .program
    .program-content
    .column-activitate
    .activitate {
    height: 59px;
  }
  .eveniment .container-eveniment .program .program-content .green-dot {
    width: 13px;
    height: 13px;
  }
  .eveniment
    .container-eveniment
    .program
    .program-content
    .green-dot:first-child {
    margin-top: 3px;
  }
  .eveniment .container-eveniment .program .program-content hr {
    height: 30px;
    margin: 8px;
  }
}

@media screen and (max-width: 565px) {
  .modal-content {
    width: 95%;
  }
  .vorbitori .imagini-vorbitori .vorbitor .mesaj {
    font-size: 0.8rem;
  }
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    width: 90%;
    display: flex !important;
    order: 5;
  }
  .hero-container .hero-content {
    padding-top: 45%;
  }
  .woocommerce-checkout .main .woocommerce form {
    flex-direction: column;
  }

  .woocommerce-checkout .main .woocommerce form .col2-set .col-1,
  .woocommerce-checkout .main .woocommerce form .col2-set .col-2 {
    width: 100%;
  }

  .woocommerce-checkout .main .woocommerce form #order_review {
    width: 100%;
  }
  html {
    font-size: 16px;
  }
  .btn {
    font-size: 0.9rem;
  }
  .big-gray-text {
    font-size: 4rem;
  }
  .participare .container .right .nr-last {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .participare .container .right .dialog-boxes-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .participare .container .right .dialog-boxes-container .dialog-box {
    width: 90%;
    height: 130px;
    margin: 0 0 40px 0;
  }
  .vorbitori .imagini-vorbitori .vorbitor {
    width: 50%;
  }
  .vorbitori .head .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vorbitori .head .container h2 img {
    width: 50px !important;
  }
  .eveniment .container-eveniment {
    width: 90%;
  }
  .eveniment .container-eveniment .head h3 {
    font-size: 1.9rem;
  }
  .eveniment .container-eveniment .head .day {
    font-size: 0.9rem;
    width: 90px;
  }
  .eveniment .container-eveniment .program .program-content {
    font-size: 0.9rem;
  }
  .eveniment .container-eveniment .program .program-content .green-dot {
    margin: 0 30px;
  }
  .locatie .sub-head h4 {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .locatie .container-taxa {
    width: 90%;
  }
  .locatie .container-taxa .head h2 {
    font-size: 1.6rem;
  }
  .locatie .container-taxa .head .pret {
    font-size: 1.2rem;
  }
  .locatie .container-taxa .content .beneficii p {
    font-size: 0.9rem;
  }
  footer a {
    margin-left: 20px;
  }
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .container .left {
    margin-bottom: 20px;
  }
  .blog .sub-head {
    margin-top: -15px;
  }
  .blog .sub-head h4 {
    padding: 15px 20px;
  }
  .blogPrev .articles {
    flex-wrap: wrap;
  }
  .home .post {
    width: 100%;
  }
  .wrapper {
    width: 100%;
  }
  .back {
    width: 40%;
  }
  .wrapper.flex {
    flex-wrap: wrap;
  }
  .left-share {
    display: none;
  }
  .right-article {
    width: 95%;
    margin: auto;
    padding: 0 1em;
    text-align: justify;
  }
  .category .hero-container .hero-content {
    padding-top: 25%;
  }
  .category .blogSection {
    flex-wrap: wrap;
  }
  .blogContent {
    width: 100%;
  }
  .articles {
    width: 100%;
  }
  .post {
    width: 100%;
  }
  .articleArchive {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .big-gray-text {
    font-size: 3rem;
  }

  .hero-container .hero-content h1 {
    font-size: 3rem;
  }
  .hero-container .hero-content .hero-text {
    width: 90%;
    font-size: 1rem;
  }
  .participare .container .right .dialog-boxes-container .dialog-box {
    width: 100%;
  }
  .eveniment .container-eveniment .head h3 {
    font-size: 1.6rem;
  }
  .eveniment .container-eveniment .head .day {
    font-size: 0.8rem;
    width: 70px;
  }
  .eveniment .container-eveniment .program .program-content {
    font-size: 0.8rem;
  }
  .eveniment .container-eveniment .program .program-content .green-dot {
    margin: 0 10px;
  }
  .locatie .container-taxa .head h2 {
    font-size: 1.3rem;
  }
  .locatie .container-taxa .head .pret {
    font-size: 1rem;
  }
  .locatie .container-taxa .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .locatie .container-taxa .content .beneficii {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 360px) {
  .btn {
    font-size: 0.8rem;
  }
  .hero-container .hero-content h1 {
    font-size: 2.2rem;
  }
  .about .main-about {
    padding: 50px 0;
  }
  .eveniment .container-eveniment .head h3 {
    font-size: 1.3rem;
  }
  .eveniment .container-eveniment .head .day {
    width: 60px;
  }
  .eveniment .container-eveniment .program .program-content {
    font-size: 0.7rem;
  }
  .eveniment .container-eveniment .program .program-content .green-dot {
    margin: 0 5px;
  }
  .locatie .container-taxa .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*# sourceMappingURL=main.css.map */
