body[data-header-resize="0"] .container-wrap, body[data-header-resize="0"] .project-title{
	padding-top: 0 !important;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.accordion * {
  transition: all .3s ease 0s; }

.accordion {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*background: url(/wp-content/uploads/2025/01/evolution-doing-what-we-do-bkg.jpg) !important;*/
  background-color: #000;
  width: 100%;
  height: 80vh;
  min-height: 700px;
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow: hidden;
  transition: 0.1s ease background; }

.section {
  flex: initial;
  width: calc(100% / 3);
  height: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  vertical-align: bottom;
  box-sizing: border-box;
  padding: 2vh 1vw;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #fff;
  transition: 1.2s ease all; }

.accordion .section:last-of-type {
  border-right: none; }

.section .heading {
  transition: 0.5s ease all; }

.section:hover .heading {
  margin-top: -30px; }

div.enabled article {
  flex: initial;
  width: 4%; }

.section.open {
  width: 88%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  cursor: default; }

.inside-content {
  opacity: 0;
  transition: opacity 2s ease 0;

}

.testo {
    padding: 15px 15px 15px 0;
}

.inside-content h2, .inside-content h3 {
    color: #fff;
    margin-bottom: 0 !important;
    line-height: 1.2;
    padding: 30px 0;
}
.inside-content .immagine img {
    max-height: 600px;
}
.section.open > .inside-content {
  opacity: 1;
  transition: opacity 1s ease 1s; }
  
/* .section.open > .inside-content ul li {
	 opacity: 0;
 }*/
  

.accordion.enabled .section.open h2.heading {
	display: none;
}

/* navigation */
.heading {
  top: 300px;
  position: absolute;
  width: 70%;
  max-width: 100%;
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 200;
  text-align: left;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.3; }

.heading .above {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px; }

.heading .below {
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  margin-top: 15px;
  text-align: center;
  line-height: 33px;
  border-radius: 100%;
  font-size: 30px; }

.accordion.enabled .section:not(.open) {
  background: rgba(0, 0, 0, 0.1); }

.accordion.enabled .section:not(.open) h2.heading {
  top: 25px;
  left: 13%;
  text-align: left;
  font-size: 15px;
  width: 400px;
  height: 400px;
  transform-origin: 0px 0px 0px;
  transform: matrix(0, 1, -1, 0, 27, 0);
  white-space: nowrap;
  line-height: 1; }

.accordion.enabled .section:not(.open) h2.heading .above,
.accordion.enabled .section:not(.open) h2.heading .below {
  display: none; }

.accordion.enabled .section.open h2.heading .below {
  display: none; }

.accordion.enabled .section.open h2.heading {
  padding-left: 25px;
  max-width: 450px; }

.accordion.enabled .section:hover {
  background: rgba(0, 0, 0, 0.4); }

.accordion.enabled .section:hover .heading {
  margin-top: -5px; }

.accordion.enabled .section.open:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */ }

.accordion:not(.enabled) .section:hover {
  background: rgba(0, 0, 0, 0.2); }
  .accordion:not(.enabled) .section:hover .heading .below {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg); }

@media screen and (min-width: 768px) {
  .accordion.enabled .section.open h2.heading {
    font-size: 45px;
    top: 230px; } }

/* Article layouts */
.inside-content {
    text-align: left;
    padding-left: 25px;
    max-width: 90%;
    position: absolute;
    bottom: 50px;
    line-height: 1.4;
    display: flex;
    width: 100%;
    align-items: center;
}

.inside-content p,
.inside-content h2,
.inside-content h3 {
  margin: 0 0 1em 0; }

.close {
  display: none;
  z-index: 300;
  width: 40px;
  height: 40px;
  border-radius: 24px;
  border: 2px solid #FFF;
  cursor: pointer;
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
  position: absolute;
  left: 50%;
  cursor: pointer; }

.close .cross {
  position: absolute;
  left: 18px;
  top: 18px; }

.close .a {
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #FFF;
  left: -7px;
  top: -1px; }

.close .b {
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #FFF;
  left: -1px;
  top: -7px; }

.section.open .close {
  display: block; }

@media (max-width: 900px) {
	.section {
		padding: 2vh 3vw;
	}
	.heading {
		transform: rotate(90deg);
		min-width: 100vh;
		text-align: left;
		transform-origin: 0 0 0;
		opacity: 1;
		top: 10vh;
		font-size: 22px;
		width: auto;
		left: 61%;
	}
	.heading .above,
	.heading .below {
		display: none;
	}
	.accordion.enabled .section.open h2.heading {
		transform: none;
		width: 95%;
		min-width: 200px;
		max-width: 95%;
		left: 0;
		top: 20%;
	}
	.inside-content {
		
		overflow-y: auto;
		left: 0;
		top: 55px;
		flex-direction: column;
	}
}
.testo h2 {
	font-size: 45px;
}
.parole {
	/*padding-bottom: 25%;*/
	font-style: italic;
	padding-top: 10px;
}

@media (max-width: 640px) {
  .accordion.enabled .section:not(.open) {
		width: 12%;
		padding: 3px;
	}
	.accordion:not(.enabled) {
		display: flex;
		flex-direction: column;
	}
	.inside-content .immagine img {
		/* max-height: 600px; */
		object-fit: contain;
		/* height: 200px; */
		max-height: 200px !important;
	}
}

/* Nasconde inizialmente gli elementi della lista */
.section ul li {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Quando la sezione ha la classe "open", attiva l'animazione sugli elementi */
.section.open > .inside-content ul li {
  opacity: 1 !important;
  transform: translateY(0);
}

/*
.section.open ul li:nth-child(1) {
  transition-delay: 0.2s;
}

.section.open ul li:nth-child(2) {
  transition-delay: 0.4s;
}

.section.open ul li:nth-child(3) {
  transition-delay: 0.6s;
}*/

ul {
	margin: 0;
}

ul li {
	list-style: none;
}

@media screen and (max-width: 500px){
	/*.accordion {
		flex-direction: column;
		overflow: visible;
	}*/
	.section {
		width: 100%;
	}
	.heading {
        transform: none;
        min-width: auto;
        left: 0;
        padding: 15px;
    }
}