/*
 Theme Name:   Fildisi Child
 Theme URI:    https://themeforest.net/user/euthemians
 Description:  Fildisi Child Theme
 Version:      2.5.0
 Author:       Euthemians Team
 Author URI:   https://euthemians.com
 Template:     fildisi
*/

body {
    font-family: 'HelveticaNeue', sans-serif;
    line-height: 1.4;
}
.underline{
    text-decoration: underline!important;
    /*border-bottom: 1px solid #ffffff;*/
}
.bigger{
    font-size:1.4em!important;
	padding-bottom: 0.3em;
}
p {
  line-height: 1.4;
  margin-bottom: 10px;
}
p a:hover{
     color: #000000!important;
    text-decoration: underline;
    /*border-bottom: 1px solid #000000;*/
}
.pitch-story-section a {
	color: #ffffff !important;
}
.pitch-story-section a:hover{
	text-decoration: underline!important;
	color: #ffffff !important;
}
.eut-separator-top {
	position: absolute;
	top: 1px !important;
}
#eut-main-menu a:hover span {
    color: #ffffff!important;
    text-decoration: underline!important;
    /*border-bottom: 1px solid #ffffff;*/
}
body.eut-boxed #eut-theme-wrapper {
	max-width: 100%!important;
}
.eut-separator-bottom {
	position: absolute;
	bottom: 1px !important;
}

.page-id-39 #eut-page-title .eut-title-content-wrapper {
  display: none !important;
}

.page-id-39 #eut-page-title{
    height: 800px!important;
}
.custom-hero-section {
  color: white;
  text-align: left;
  margin-top:120px;
  padding: 40px 0px;
  width: 62%;
}

.custom-hero-section h1 {
  font-size: 56px;
  font-weight: 700;
  color: white;
  line-height:0.9em;
  margin-bottom:10px;
}

.custom-hero-section h2 {
  font-size: 2.6em;
  font-weight: 300;
  color: white;
  line-height:0.8em;
  margin-bottom: 1em;
}
.custom-hero-section p {
  font-size: 16px;
  line-height: 1.3;
  color: white;
  margin-bottom: 10px;
  width: 80%;
}

.button {
  background-color: #000000;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none !important;
  color: white;
  font-weight: 600;
  font-size: 16px;
  /*transition: background 0.3s ease;*/
}
.button.red {
  background-color: #fc5f66;
}
.button.red:hover {
  background-color: #000000;
  color:#ffffff;
  text-decoration: none !important;
}

.custom-hero-btn:hover {
  background-color: #e94c55;
}
.page-id-39 .eut-bg-image {
  position: relative;
  z-index: 1;
}

.page-id-39 .eut-bg-image::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
   rgba(79, 86, 90, 0.75) 0%,
    rgba(79, 86, 90, 0.4) 35%,
    rgba(79, 86, 90, 0.15) 65%,
    rgba(79, 86, 90, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.black-ribbon a{
    color: #ffffff;
    font-size:1.3em;
}
.black-ribbon a:hover{
    color: #ffffff;
    text-decoration:underline;
}
.black-ribbon{
    padding:30px 0;
}
.eut-section:empty {
  display: none !important;
}
 #eut-main-content .eut-main-content-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}
.wpb_button,.wpb_content_element  {
    margin-bottom: 0!important;
}
.eut-column-1-12,
.eut-column-5-12,
.eut-column-7-12,
.eut-column-11-12,
.eut-column-1-6,
.eut-column-1-5,
.eut-column-2-5,
.eut-column-3-5,
.eut-column-1-4,
.eut-column-1-2,
.eut-column-1-3,
.eut-column-2-3,
.eut-column-3-4,
.eut-column-4-5,
.eut-column-5-6,
.eut-column-1
{
	min-height: 0px!important;
}

/* MAP */
.map-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.map-legend {
  position: absolute;
  top: 40px;
   right: 20%;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-radius: 8px;
  z-index: 10;
}

.map-resume {
  position: absolute;
  top: 40px;
  left: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
  font-size:0.9em;
}
.map-resume h2 {
    font-size:3.7em;
    font-weight:bold;
    margin-bottom:0;
    margin-top:10px;
}

.legend-item {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: pointer;
}
.legend-item span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background: var(--color);
}
.legend-item:hover {
  opacity: 0.8;
}
/* END MAP */

.stories_block h3{
    font-size: 1.3em;
    line-height: 1em;
	letter-spacing:normal;
	padding-top: 1em;
   
}
.stories_block p{
    font-size:14px;
    line-height: 1em;
    font-weight:normal;
    letter-spacing:normal;
}
.projects .lvca-carousel-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.projects .stories_block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  /*padding: 0 10px;*/
  box-sizing: border-box;
}

.projects .stories_block .description {
  margin-top: 0.7em;
  margin-bottom: 1em;
}

.projects .stories_block .button {
  margin-top: auto;
  align-self: flex-start;
}
.multimedia h2{
    color: #ffffff;
}
.multimedia h3{
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight:normal;
    letter-spacing:normal;
     color: #ffffff;
     margin-bottom:0.6em;
}
.multimedia h4{
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight:normal;
    letter-spacing:normal;
     color: #ffffff;
     margin-bottom:0.2em;
}
.multimedia p{
	margin-bottom:1.2em;
}
.multimedia img{
    height:190px;
}
.multimedia{
    margin: 30px 0;
    font-size:0.95em;
    line-height: 1em;
    font-weight:normal;
    letter-spacing:normal;
}
.w-60{
    width:60%;
}
.w-80{
    width:80%;
}
.projects img{
    height:167px;
}
.projects .regions4climate img{
    background_color:#e8e8e8;
}

.events_grid{
    /*margin-top:1.5em;*/
    position:relative;
    z-index: 5;
}
.events_grid p{
    /*margin-bottom:0;*/
}
.events_grid h3{
    font-size: 1.3em;
    line-height: 1em;
	letter-spacing:normal;
	padding-top: 1em;
	margin-bottom: 0.2em;
}

.events_grid .event_date{
    font-size: 0.9em;
}
.events_grid .eut-row{
    /*margin-bottom:1em;*/
}

.interractive_map,
#project-accordion-section {
  display: none;
}

@media (min-width: 769px) {
  .interractive_map {
    display: block;
  }
}
@media (max-width: 768px) {
  #project-accordion-section{
      display:block;
  }
  .custom-hero-section {
      color: white;
      text-align: left;
      margin-top:20px;
      padding: 20px 0px;
      width: 100%;
      line-height: 1.2em!important;
    }
    .custom-hero-section p {
      font-size: 16px;
      line-height: 1.2;
      color: white;
      margin-bottom: 7px;
      width: 100%;
    }
}

.projects a.button:hover{
    color: #ffffff !important;
	background-color: #fc5f66;
    text-decoration:none;
	border-width: 0px !important;
}

#project-accordion-section .lvca-panel-content{
    background: #FFFFFF;
    padding: 30px 0;
}
      .project-accordion-title {
        font-weight: bold;
        font-size: 20px;
        margin: 20px 0 5px;
        cursor: pointer;
        background: #e0e0e0;
        padding: 10px 15px;
        border-radius: 4px;
      }

      .project-table {
        border-collapse: collapse;
        margin-bottom: 20px;
        width: 100%;
        max-width: 800px;
      }

      .project-table th, .project-table td {
        border: 1px solid #ccc;
        padding: 8px 12px;
        text-align:left;
      }

      .project-table th {
        background: #f0f0f0;
        font-weight: 600;
        font-weight:bold;
        font-size:1.2em;

      }
      
/* PITCH YOUR STORY */
.pitch-story-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  position: relative;
  overflow: hidden;
  color: #ffffff!important;
}

.pitch-text {
  max-width: 60%;
  z-index: 1;
}

.pitch-text h2 {
  font-size: 3em;
  margin-bottom: 20px;
}

.pitch-text p {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #ffffff;
}

.btn-black {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 15px 25px;
  margin: 30px 0;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

.small-note {
  font-size: 0.9em!important;
  margin-top: 30px;
}

.gecko-svg {
    float: right;
    width: 20%;
}

/* END PITCH YOUR STORY */


.lvca-carousel .slick-prev,
.lvca-carousel .slick-next,
.lvca-carousel button.slick-prev,
.lvca-carousel button.slick-next {
  position: absolute!important;
  z-index: 10;
  top: 30%;
  /*transform: translateY(-50%);*/
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0)!important;
  background-position: left top;
  background-repeat: no-repeat;
  /*width:54px!important;*/
  /*height:112px!important;*/
  width:27px!important;
  height:56px!important;
  background-size: cover;
  padding:0!important;
  margin:0!important;
  border:none!important;
  color: rgba(255, 255, 255, 0)!important;
}

.lvca-carousel .slick-prev {
    background-image: url("/wp-content/uploads/2025/06/arrow_left.png");
    left: 30px;
}
.lvca-carousel .slick-next {
    background-image: url("/wp-content/uploads/2025/06/arrow_right.png");
  right: 30px;
}

.multimedia .lvca-carousel .slick-next {
    right: 60px;
}

.projects .lvca-carousel .slick-prev {
    background-image: url("/wp-content/uploads/2025/06/arrow_left_black.png");
    top: 100px;
}
.projects  .lvca-carousel .slick-next {
    background-image: url("/wp-content/uploads/2025/06/arrow_right_black.png");
    top: 100px;
}

.lvca-carousel .slick-prev::before,
.lvca-carousel .slick-next::before,
.lvca-carousel .slick-prev::after,
.lvca-carousel .slick-next::after {
    background-color: rgba(255, 255, 255, 0)!important;
    background-image: none!important;
    color: rgba(255, 255, 255, 0.95)!important;
    content: "";
}


.full-bleed-carousel {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: visible;
}

.full-bleed-carousel > .eut-container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.full-bleed-carousel > .vc_column_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


#eut-main-header {
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 9999;
}
.eut-widget-area table,
.eut-widget-area tr,
.eut-widget-area td{
    border-left: none!important;
    border-top: none!important;
    border-right: none!important;
    border-bottom: none!important;
    border-color:trasnsparent!important;
    padding: 0!important;
    margin:0!important;
}
.eut-widget-area table{
    width:auto;
}

.eut-widget-area td{
    padding: 5px 5px!important;
    font-size:0.8em!important;
}
.eut-widget-area td i{
    font-size:1em!important;
}
.eut-widget-area .title{
    margin-top:0.3em;
	margin-bottom:0.5em;
}

.eut-section.hidden{
    display:none;
}

#eut-main-header img.eut-default{
    /*width:180px!important;*/
}
.svg-map-container{
    margin-left: 20%;
    
}
#eut-main-header {
  transition: background-color 0.3s ease;
  background-color: rgba(0, 0, 0, 0.25)!important;
}

/* Stil aplicat după scroll */
#eut-main-header.scrolled {
  background-color: rgba(0, 0, 0, 0.85)!important; 
}
.eut-footer-wrapper p{
    line-height: 1.2em;
    margin-top:10px;
}
.lvca-carousel-item{
    padding-left:0!important;
    padding-right:0!important;
}
.social-links a{
    font-size: 1.6em;
    margin-right:0.75em;
   
}
.img_wrapper {
  display: flex;
  flex-direction: column;       /* Imagine + text vertical */
  justify-content: center;      /* Centrare verticală */
  align-items: center;          /* Centrare orizontală */
  text-align: center;           /* Pentru text centrat */
  height: 100%;                 /* Sau o înălțime fixă dacă nu ai */
  padding: 1em;                 /* Opțional: spațiu interior */
  max-height: 200px;
  margin-bottom:10px;
}
.img_wrapper img {
    max-height:120px;
    height:auto;
  max-width: 300px;
}
.atlast .img_wrapper{
    background-color: #e9ebde;
}
.mediren .img_wrapper{
    background-color: #19407a;
}
.regions4climate .img_wrapper{
    background-color: #e8e8e8;
}
.resist .img_wrapper{
    background-color: #f9f5ef;
}
.mountresilience .img_wrapper{
    background-color:#054635;
}


.event {
  /*transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;*/
  background: #ECECEE; 
  padding: 1em 1em 1em 0em;
  /*border-radius: 6px; */
}
/*
.event:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  opacity: 0.95;
  cursor: pointer;
}
*/
/* 2. Nu lăsa hoverul pe <a> să schimbe culoarea textului */
.event:hover p,
.event:hover .event_date {
  /*color: inherit!important;*/
  color: #000000!important;
}

/* 3. Specific: anulează regula implicită de a:hover globală */
a .event:hover {
  color: inherit!important;
  text-decoration: none;
}

.stories_block.stories {
  /*transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;*/
  background: white;
  padding: 1em;
  /*padding: 10px 14px;*/
  border-radius: 6px; 
}
.full-bleed-carousel1 .lvca-carousel{
    margin-left: -1em;
    margin-right: -1em;
    /*transform: translateX(3px);*/
}
@media (min-width: 768px){
    .full-bleed-carousel1 .lvca-carousel{
       /* transform: translateX(3px); */
    }
}
/*
.stories_block.stories:hover {
  transform: translateY(-5px); 
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  opacity: 0.95;
}
*/
.stories_block.stories:hover p,
.stories_block.stories:hover .event_date {
  color: #000000!important;
}

a .stories_block.stories:hover {
  color: inherit!important;
  text-decoration: none;
}
.eut-footer-wrapper .eut-widget.widget.widget_block.widget_text p a:hover{
    /*border-bottom: 1px solid #ffffff!important;*/
    text-decoration: underline;
	color:#FFFFFF!important;
}
.eut-widget.widget.widget_block.widget_text {
	margin-bottom: 0.7em;
}

h5, h4 {
    color:#ffffff !important;
}

.multimedia_block {
  /*transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;*/
  /*background: white; */
  /*padding: 1em;*/
  border-radius: 6px; 
}
.multimedia_block p {
    color:#ffffff;
}
.multimedia_block he {
    font-size:26px !important;
}
/*
.multimedia_block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15); 
  opacity: 0.95; 
}
*/
/* 2. Nu lăsa hoverul pe <a> să schimbe culoarea textului */
.multimedia_block:hover p,
.multimedia_block:hover .event_date {
  color: #FFFFFF!important;
}

/* 3. Specific: anulează regula implicită de a:hover globală */
a .multimedia_block:hover {
  color: inherit!important;
  text-decoration: none;
}

.social-links-v2 a i, .social-contact a i {
	color: #000000;
	background-color:#F5F5F5;
	border:1px solid #F5F5F5;
	border-radius: 30px;
	width:30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	/*transition: all .4s;*/
	margin: 0px 0px 3px 0px;
}

.social-links-v2 a:hover i, .social-contact a:hover i {
	opacity:.6;
}
.lvca-carousel .slick-list {
  /*transition: all 0.3s ease;*/
}
.lvca-carousel .slick-slide {
  /*transition: padding 0.3s ease;*/
  box-sizing: border-box !important;
}
.lvca-carousel .slick-slide {
  box-sizing: border-box;
}

.events_grid.eut-row-section{
    padding-top: 0rem!important;
}

.black-ribbon a:hover{
	color: #FFFFFF !important;
	text-decoration: underline !important;
}
#eut-page-title a{
    color:#FFFFFF!important;
}
#eut-page-title a:hover{
    color:#000000!important;
}
@media (max-width: 600px) {
  #eut-theme-wrapper{
      width:100%!important;
     margin-left: 0;
     margin-right: 0;
  }
  .w-60{
        width:100%;
    }

	.multimedia .lvca-carousel .slick-next {
		right: 30px;
	}
}
