/* 
Theme Name: Fondazione Nest Child
Theme URI: https://www.neverbeforeitalia.it/
Description: child theme of Hello Elementor, created by Never Before
Author: Never Before Team
Author URI: https://www.neverbeforeitalia.it/
Template: nest
Version: 2.0.0
Text Domain: nest-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



a {
    color: #16A093;
}


body, .elementor-9 {
	overflow-x: hidden;
}

.cookie a {
	text-decoration: underline;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}


a[href^=mail] {
   text-decoration:underline;
   /* color: inherit; */
}

a:hover[href^=tel] {
   text-decoration:inherit;
   color: #004875;
}


a:hover[href^=mail] {
   text-decoration:inherit;
   color: #004875;
}

.gallery-tab .slick-slide
 {
    margin: 0 60px !important;
	box-shadow: 3px 25px 37px -8px rgba(0,0,0,0.1);
	 position: relative;
	 border-radius: 8px;
}

.gallery-tab .slick-slide:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 72, 117, 1) 0% , rgba(0, 72, 117, 0) 80% );
    opacity: 0.8;
    border-radius: 8px;
}

.gallery-tab .slick-list{
    margin: 0 -60px;
}

.gallery-tab img {
	height: 520px;
	object-fit: cover;
	border-radius: 8px;
	width: 100%;
}


.gallery-tab .slick-slide {
	 transition: 0.3s;
	opacity: 0.5;
}





.gallery-tab .slick-active {
		transform: scale(1.1);
	 transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
	opacity: 1;
}


.gallery-tab .slick-dots {
	text-align: center;
	padding: 0;
	margin-top: 50px;
}

.gallery-tab .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}

.gallery-tab .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 2px;
    cursor: pointer;
    color: #000;
    border: 0;
    outline: none;
    background: transparent;
}


.gallery-tab .slick-dots li button:before {
    content: '';
    /* font-size: 22px; */
    /* line-height: 20px; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 20px; */
    /* height: 20px; */
    /* text-align: center; */
    /* opacity: .25; */
    /* color: black; */
    height: 10px;
    width: 10px;
    background-color: #fff;
	background-image: linear-gradient(120deg, #eaee44, #33d0ff);
    border-radius: 50%;
    display: inline-block;
}


.gallery-tab .slick-dots .slick-active button:before {
    content: '';
    /* font-size: 22px; */
    /* line-height: 20px; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 20px; */
    /* height: 20px; */
    /* text-align: center; */
    /* opacity: .25; */
    /* color: black; */
    height: 10px;
    width: 35px;
    background-color: #fff;
	background-image: linear-gradient(120deg, #eaee44, #33d0ff);
    border-radius: 5px;
    display: inline-block;
}

.gallery-tab .slick-dots .slick-active button {
	width: 40px !important;
}

.gallery-tab .slick-dots .slick-active {
	width: 40px !important;
	margin: 0;
}

.gallery-tab .slick-track {
	margin-bottom: 30px;
}


/*.gallery-tab .slick-list{padding:0 10% 0 0 !important;}*/

.gallery-tab .slick-list {
    overflow: visible !important;
}

.gallery-tab .slick-prev {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: -500px;
    z-index: 1;
    height: 100%;
    width: 50%;
}

.gallery-tab .slick-next {
   cursor: pointer;
    position: absolute;
    bottom: 0;
    right: -500px;
    z-index: 1;
    height: 100%;
    width: 50%;
}


.gallery-tab .desrizione-immagine {
	position: absolute;
    left: 50px;
    bottom: 30px;
    z-index: 2;
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
}

/*
.gallery-tab .slick-next {
    content: url(https://fondazionenest.it/nest/wp-content/uploads/2023/07/right-white-arrow-2.svg);
    width: 55px;
    cursor: pointer;
    position: absolute;
    bottom: 100px;
    right: 130px;
    transform: translateX(-14%);
	z-index: 1;
}*/


/*mouse*/
.cursor {
  position: fixed;
  width: 50px;
  height: 50px;
  top: -50%;
  left: -50%;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  background-color: #004875;
	background: linear-gradient(180deg, rgba(251,234,25,1) 0%, rgba(84,176,146,1) 92%, rgba(16,167,155,1) 100%);
  backface-visibility: hidden;
  transition: transform 0.2s ease-out;
  mix-blend-mode: normal;
  z-index: 9999;
  pointer-events: none;
	opacity: 0.7;
}
.cursor.is-moving {
  transform: scale(0.8);
}


.custom-cursor {
	position: fixed;
	content: url(https://fondazionenest.it/wp-content/uploads/2023/07/left-arrow-white.svg);
	opacity: 1 !important;
	 mix-blend-mode: normal;
	 margin: -40px 0 0 -40px;
	 background: #fff !important;
	 transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
		transform: scale(2.3);
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.28));
}

.custom-cursor-2 {
	position: fixed;
	content: url(https://fondazionenest.it/wp-content/uploads/2023/07/right-white-arrow-2.svg);
	opacity: 1 !important;
	 mix-blend-mode: normal;
	 margin: -40px 0 0 -40px;
	 background: #fff !important;
	 transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
		transform: scale(2.3);
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.28));
}


@media screen and (max-width: 1024px) {
	.cursor {
		display: none;
	}
	
	.custom-cursor {
		display: none;
	}
}


.sfumatura p {
	background: -webkit-linear-gradient(45deg, #004875, #16A093 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sfumatura h1 {
	background: -webkit-linear-gradient(45deg, #004875, #10A79B 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sfumatura h2 {
	background: -webkit-linear-gradient(45deg, #004875, #10A79B 95%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}


.cordinatore .elementor-icon-list-text {
	background: -webkit-linear-gradient(45deg, #004875, #10A79B 95%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.obbiettivi2 .obbiettivi h3 {
	background: -webkit-linear-gradient(45deg, #004875, #10A79B 95%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.obbiettivi2 .obbiettivi p {
	color: #4D5153;
}


/* Style the buttons that are used to open and close the accordion panel 
.accordion {
  background-color: transparent;
  color: #9C9C9C;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border-radius: none;
  outline: none;
  transition: 0.4s;
  border: none;
    align-items: center;
    justify-content: space-between;
    font-family: "Titillium Web", Sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: -0.8px !important;
    color: #121212 !important;
	padding: 20px 30px;
	position: relative;
}*/

.accordion-container {
	box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.05);
	margin-bottom: 14px;
	background: #fff;
}


.home .accordion-container {
	background: #fff;
  
}

.titolo {
	white-space: break-spaces;
	color: #121212;
	font-size: 22px;
    font-weight: 300;
}

.scadenza {
	color: #121212;
	font-size: 18px;
    font-weight: 300;
}
	
	.panel a {
		background: #004875;
		border-radius: 100px;
		color: #fff;
		padding: 10px 30px;
		font-size: 16px;
	}

.spoke {
	font-size: 20px;
}

	
button.accordion {
    border-radius: 0;
	font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.8px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button:focus {
  background-color: transparent;
	outline: none;
	color: #9C9C9C;

}


.accordion:hover {
  background-color: transparent;
	outline: none;
	color: #9C9C9C;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  	font-family: "Titillium Web", sans-serif;
    padding: 0px 45px;
  	background-color: transparent;
 	opacity: 0;
 	max-height: 0;
  	overflow: hidden;
	outline: none;
	transition: max-height 0.3s ease, opacity 0.3s ease;
}

.panel p, .panel ul {
	font-size: 16px;
}
.active + .panel {/* Set a large value, adjust as needed */
  padding: 0px 45px 45px 45px;
}


.button-container {
	margin-top: 50px;
}

.accordion:after {
  content: '';
  background-image: url(https://fondazionenest.it/wp-content/uploads/2023/07/plus-01.svg);
  width: 20px;
  height: 20px;
  color: #121212;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-10px, -50%);
	    background-repeat: no-repeat;
}

.accordion .inner-title {
	display: flex;
    justify-content: space-between;
    margin-right: 5%;
	align-items: center;
}

.accordion.active:after {
  background: url(https://fondazionenest.it/wp-content/uploads/2023/07/minus-01.svg); /* Unicode character for "minus" sign (-) */
	width: 20px;
 
}



@media screen and (max-width: 767px) {
	.titolo {
    padding: 15px 0px;
}
	
	.accordion {
		padding: 13px;
	}
	.active + .panel {
    padding: 0px 10px !important; /* Adjust as needed for mobile */
  }
	
	.accordion:after {
  width: 20px;
}

.accordion.active:after {
	width: 20px;
}
	
	.accordion .inner-title {
	margin-right: 10%;
	}
	
	.button-container {
		width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
		gap: 20px;
		 margin-top: 30px;
    margin-bottom: 30px;
		margin-left: 20px;
	}

}

/*spoke gallery*/
.unico .elementor-widget-wrap
 {
    margin: 30px !important;
}

.unico .slick-list{
    margin: 0 -30px;
}


.unico .slick-track {
	margin-bottom: 30px;
}


.unico .slick-list{padding:0 10% 0 0 !important;}

.unico .slick-list {
    overflow: visible !important;
    clip-path: inset(-100vw -100vw 0 0);
}

.unico .titolo-spoke-2 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    width: 90%;
}


.unico .leader-cont {
	    padding: 10px 20px 10px 20px;
    background-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.18);
	color: #4D5153;
    font-family: "Montserrat", Sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.unico .slick-slide {
	position: relative;
}


.unico .slick-next {
    content: url(https://fondazionenest.it/wp-content/uploads/2023/07/left-arrow-white.svg);
    width: 60px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-40px, -50%);
    z-index: 1;
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.28));
}


.unico .slick-prev {
    content: url(https://fondazionenest.it/wp-content/uploads/2023/07/right-white-arrow-2.svg);
    width: 60px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-0%, -50%);
    z-index: 1;
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.28));
}

.titoli {
	border-radius: 0;
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.8px;
    background-color: transparent;
    color: #121212;
    cursor: pointer;
    padding: 15px 25px;
    width: 100%;
    text-align: left;
    border-radius: none;
    outline: none;
    transition: 0.4s;
    border: none;
    border-bottom: 1px solid #9C9C9C;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titoli p:nth-child(1) {
	flex-basis: 47%;
	padding: 5px 35px;
}

.titoli p:nth-child(2) {
	flex-basis: 23%;
}

.titoli p:nth-child(3) {
	flex-basis: 27%;
}

.titoli p {
    font-size: 20px;
	font-weight: 300;
	letter-spacing: 0;
}

.lavora {
	padding: 10px 25px;
}

.lavora p {
	margin-bottom: 0;
}

.lavora p:nth-child(1) {
	padding: 5px 35px;
	flex-basis: 50%;
}

.lavora p:nth-child(2) {
	flex-basis: 25%;
}
.lavora p:nth-child(3) {
	flex-basis: 25%;
}

.panel-lavora {
	display: flex !important;
}

.panel-lavora .button-container {
	margin-top: 30px !important;
}

.accordion.lavora {
	padding-right: 60px;
	display: flex;
}
.accordion.lavora:after {
    width: 20px;
    height: 20px;
    float: right;
}

.lavora p {
	font-size: 22px;
    font-weight: 300;
	color: #121212;
}

.accordion.lavora.active:after {
 
    width: 32px;
}



.vuoto {
    flex-basis: 48%;
}
	.contenuto {
		flex-basis: 52%;
		
	}

.contenuto p {
	font-size: 18px;
}

#m-tabs .elementor-tabs-content-wrapper {
    border-left: 1px solid #fff !important;
}

#m-tabs .elementor-tab-content {
    padding: 40px !important;
    margin-top: 30px;
}

#m-tabs .elementor-tab-title {
    text-decoration-color: #fff !important;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px !important;
    padding-left: 0px !important;
}

#m-tabs img {
    width: 20px;
    margin-right: 10px;
}

.completato {
	    background: #10A79B;
    padding: 10px;
    border-radius: 100px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: 700;
}

.label-int-est {
	margin: 0 !important;
}


.acf-articoli-collegati-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
	font-family: 'Titillium Web';
}

.acf-articolo {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.acf-articolo-foto img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.acf-articolo-contenuto {
    flex: 1;
}

.acf-articolo-titolo {
    font-weight: bold;
    color: #0073aa;
    text-decoration: none;
}

.acf-articolo-titolo:hover {
    text-decoration: underline;
}

.acf-articolo-excerpt {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

	.acf-interventi-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.acf-intervento {
    display: flex;
    align-items: center;
    gap: 15px;
}

.acf-intervento-foto img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.acf-intervento-testo {
    display: flex;
    flex-direction: column;
}

.acf-intervento-nome {
    font-weight: bold;
    margin: 0;
	color: #fff;
}

.acf-intervento-ruolo {
    font-style: italic;
    color: #fff;
    margin: 2px 0 0 0;
}


@media (min-width: 320px) {
  #m-tabs .elementor-tabs-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 320px) {
  #m-tabs .elementor-tab-mobile-title {
    display: none;
  }
}


@media screen and (min-width: 1440px) and (max-width: 1536px) {
	.titoli p:nth-child(1) {
	flex-basis: 47%;
}

.titoli p:nth-child(2) {
	flex-basis: 23%;
}

.titoli p:nth-child(3) {
	flex-basis: 29%;
}
	.vuoto {
    flex-basis: 48%;
}
	.contenuto {
		flex-basis: 51%;
	}
	
}


@media screen and (max-width: 767px) {
	.unico .elementor-widget-wrap {
		margin: 20px !important;
	}
	.unico .slick-list {
    margin: 0 -20px;
}
	.titolo {
		font-size: 16px;
	}
	
	.accordion.spoke-title {
		font-size: 18px;
		white-space: break-spaces;
		padding-right: 50px;
	}
	.panel {
		padding: 0px 10px !important;
	}
	
	.accordion .inner-title {
    align-items: flex-start;
    flex-direction: column;
}
	
	.scadenza {
		display: none;
	}
	
	.unico .titolo-spoke-2 {
		width: 80%;
		bottom: 20px;
	}
	
	.titoli {
		padding: 15px 0px; 
	}
	
	
	.titoli p:nth-child(1) {
    flex-basis: 50%;
    padding: 5px 15px;
}
	.titoli p:nth-child(2) {
    flex-basis: 50%;
}
	.titoli p:nth-child(3) {
   display: none;
}
	
	.titoli p {
		font-size: 18px;
	}
	
	.lavora p:nth-child(1) {
		padding: 5px 0px;
		flex-basis: 90%;
		font-size: 25px;
		 white-space: break-spaces !important;
	}
	

	.lavora p:nth-child(2) {
	 	display: none;
	}
	
	.lavora p:nth-child(3) {
	 	display: none;
	}
	
	.titoli p:nth-child(2) {
    display: none;
}
	
	.lavora {
    padding: 10px 15px;
}
	.accordion.lavora {
    padding-right: 13px;
}
	
	.accordion.lavora:after {
   
    width: 22px;
	}
	
	.accordion.lavora.active:after {

    width: 22px;
}
	
	.panel-lavora {
    display: block !important;
}

}




@media screen and (min-width: 1025px) and (max-width: 1536px) {
    .header-princ .elementor-container{
    min-height: calc(600px - 185px) !important;
}
}


@media screen and (min-width: 1537px) and (max-width: 1920px) {
    .header-princ .elementor-container{
    min-height: calc(800px - 185px) !important;
}
}

@media screen and (min-width: 1921px) {
    .header-princ .elementor-container{
    min-height: 800px !important;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.scadenza {
	color: #121212;
	font-size: 14px;
    font-weight: 300;
}
	 .description {
    min-height: 53px;
}
	.titolo {
		font-size: 18px;
	}
	
}

@media screen and (max-width: 767px) {
    .header-princ .elementor-container{
    min-height: calc(600px - 90px) !important;
}
}




/*NEW CODE*/





/*NEWS*/

.content-news{
	font-family: 'Titillium Web'!important;
	
}

.elementor-page-3403 .content-article a{
color:#10A79B !important;
	
}


.elementor-page-3403 h2{
	background: -webkit-linear-gradient(45deg, #004875, #10A79B 95%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
	
}

.elementor-page-3403 h3{
	background: -webkit-linear-gradient(45deg, #004875, #10A79B 95%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
	
}


.link_interno {
    margin-bottom: 40px !important;
}

.evidenza_articolo{
	background-size: cover !important;}

span.post-navigation__next--title {
    padding-left: 10px;
}

span.post-navigation__prev--title {
    padding-right: 10px;
}

.elementor-slideshow__title{display:none;}


/*ARCHIVIO NEWS*/

.elementor-3484 .elementor-element.elementor-element-e51cbc0:not(.elementor-motion-effects-element-type-background){background-size:cover !important;}


/*MENU RESPONSIVE DESKTOP*/

@media only screen and (max-width:1222px){.elementor-16 .elementor-element.elementor-element-a4d4eac .elementor-nav-menu .elementor-item{font-size:17px;}
	.elementor-16 .elementor-element.elementor-element-a4d4eac{    --e-nav-menu-horizontal-menu-item-margin: calc(25px / 2);}}


@media only screen and (max-width:1110px){.elementor-16 .elementor-element.elementor-element-a4d4eac .elementor-nav-menu .elementor-item{font-size:16px;}
	.elementor-16 .elementor-element.elementor-element-a4d4eac{    --e-nav-menu-horizontal-menu-item-margin: calc(20px / 2);}}


/*FILTRI NEWS*/



.search-filter-input-checkbox {
    margin-right: 30px;
}
	
div#search-filter-input-checkbox-0 {
    display: flex;
		    justify-content: center;
}


.search-filter-input-checkbox__label {
	font-family: "Titillium Web", Sans-serif;
    color: white;
	font-size: 18px;}


span.search-filter-input-checkbox__count {
    display: none;
}


.search-filter-input-checkbox__control>svg{fill:white;
color: white;
    margin-top: 1px;}

.search-filter-label{color: white;
	font-family: "Titillium Web", Sans-serif;
    font-size: 30px !important;
    padding-bottom: 20px !important;
    justify-content: center;}


.search-filter-input-checkbox--is-active>.search-filter-input-checkbox__container>.search-filter-input-checkbox__control>svg {
    fill: white;
    color: white;
}

.elementor-widget-wrap.elementor-element-populated {
    background-size: cover;
}


div#search-filter-input-checkbox-0 {
    display: flex;
    justify-content: center;
	flex-direction: row;
}

@media (max-width: 800px) {
  div#search-filter-input-checkbox-0 {
    flex-direction: column;
  }
	
	.search-filter-input-checkbox{
		margin: 5px 0;
	}
}

div#search-filter-label-0 {
    color: #004875 !important;
}


#search-filter-input-checkbox-0 .search-filter-input-checkbox {
    background-color: #004875;
    border-radius: 50px;
    padding: 10px;
}

.search-filter-input-checkbox .search-filter-input-checkbox__container {
	padding: 0 20px;
}

.elementor-3403 .elementor-element.elementor-element-ebfba68 .elementor-button {
	background-color: #10A79B;
    font-family: "Titillium Web", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    border-radius: 50px 50px 50px 50px;
}

.elementor-3403 .elementor-element.elementor-element-ebfba68 .elementor-button:hover, .elementor-3403 .elementor-element.elementor-element-ebfba68 .elementor-button:focus {
    background-color: var(--e-global-color-3033118);
}

.elementor-3403 .elementor-element.elementor-element-ebfba68 .elementor-button-content-wrapper  {
    flex-direction: row-reverse;
}





/*SLIDER HEADER HOMEPAGE*/

.bdt-prime-slider-skin-general .bdt-slider-excerpt {
	margin: 0PX !important;}


. page-id-9 div#bdt-b4c03c7 {
    height: 80vh;
}

 .page-id-9 ul#bdt-slideshow-1 {
    height: 80vh;
}

@media only screen and (max-width:480px){. page-id-9 div#bdt-b4c03c7 {
    height: 70vh;
}

 .page-id-9 ul#bdt-slideshow-1 {
    height: 70vh;
}
}

.bdt-slider-excerpt{    padding: 20px 0px 20px 0px;}

.bdt-prime-slider-skin-general .bdt-prime-slider-wrapper{max-width:100% !important;}

.elementor-4106 .elementor-element.elementor-element-6bd5fe0 .bdt-prime-slider .bdt-prime-slider-desc .bdt-ps-sub-title{max-width:50%;}


@media only screen and (max-width:1500px){.elementor-4106 .elementor-element.elementor-element-6bd5fe0 .bdt-prime-slider .bdt-prime-slider-desc .bdt-ps-sub-title{max-width:85% !important;}}



/*BREADCRUMB PAGINE*/
.elementor-widget-breadcrumbs a {

    text-decoration: underline;
}




/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: transparent;
  color: #9C9C9C;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border-radius: none;
  outline: none;
  transition: 0.4s;
  border: none;
    align-items: center;
    justify-content: space-between;
    font-family: "Titillium Web", Sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: -0.8px !important;
    color: #004875 !important;
	padding: 20px 30px;
	position: relative;
}

.accordion-container {
	box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.05);
	margin-bottom: 14px;
	background: #fff;
}


.home .accordion-container {
	background: #fff;
  
}

.titolo {
	white-space: break-spaces;
	color: #004875;
	font-size: 22px;
    font-weight: 500;
}

.scadenza {
	color: #004875;
	font-size: 18px;
    font-weight: 600;
}
	
	.panel a {
		background: #004875;
		border-radius: 100px;
		color: #fff;
		padding: 10px 30px;
		font-size: 16px;
	}

.spoke {
	font-size: 20px;
}

	


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button:focus {
  background-color: transparent;
	outline: none;
	color: #9C9C9C;

}


.accordion:hover {
  background-color: transparent;
	outline: none;
	color: #9C9C9C;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  	font-family: "Titillium Web", sans-serif;
    padding: 0px 45px;
  	background-color: transparent;
 	opacity: 0;
 	max-height: 0;
  	overflow: hidden;
	outline: none;
	transition: max-height 0.3s ease, opacity 0.3s ease;
}

.panel p, .panel ul {
	font-size: 16px;
}
.active + .panel {/* Set a large value, adjust as needed */
  padding: 0px 45px 45px 45px;
}


.button-container {
	margin-top: 50px;
}

.accordion:after {
  content: '';
  background-image: url(https://fondazionenest.it/wp-content/uploads/2023/07/plus-01.svg);
  width: 20px;
  height: 20px;
  color: #004875 !important;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-10px, -50%);
	    background-repeat: no-repeat;
}

.accordion .inner-title {
	display: flex;
    justify-content: space-between;
    margin-right: 5%;
	align-items: left;
}

.accordion.active:after {
  background: url(https://fondazionenest.it/wp-content/uploads/2023/07/minus-01.svg); /* Unicode character for "minus" sign (-) */
	width: 20px;
 
}



@media screen and (max-width: 767px) {
	.titolo {
    padding: 15px 0px;
}
	
	.accordion {
		padding: 13px;
	}
	.active + .panel {
    padding: 0px 10px !important; /* Adjust as needed for mobile */
  }
	
	.accordion:after {
  width: 20px;
}

.accordion.active:after {
	width: 20px;
}
	
	.accordion .inner-title {
	margin-right: 10%;
	}
	
	.button-container {
		width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
		gap: 20px;
		 margin-top: 30px;
    margin-bottom: 30px;
		margin-left: 20px;
	}

}

body{
overflow-x: hidden !important; }



/*SLIDER PAG. 'FONDAZIONE NEST' VISION E MISSION*/

.bdt-prime-slider-sequester .bdt-slideshow-item{margin:0px !important;}




.page-id-4160 .bdt-slide-image,
.page-id-5357 .bdt-slide-image {
    margin-left: 100px;
}

.page-id-4160 .bdt-prime-slider-sequester .bdt-prime-slider-content,
.page-id-5357 .bdt-prime-slider-sequester .bdt-prime-slider-content{height:fit-content !important;
padding: 40px 40px 0 0 !important;}

.page-id-4160 h4.bdt-sub-title-inner:before,
.page-id-5357 h4.bdt-sub-title-inner:before
{  content: url('https://fondazionenest.holeinonedev.it/wp-content/uploads/2025/07/icon-square-green-e1753191139924.png');
	margin-right:10px;}


.page-id-5357 .bdt-prime-slider-sequester .bdt-slideshow-item .bdt-slide-image{height:90% !important;}

.page-id-4160 .bdt-slider-excerpt, 
.page-id-5357 .bdt-slider-excerpt {padding-top:0px !important;
	margin-top:20px !important;
}

@media only screen and (max-width:768px){.elementor-4160 .elementor-element.elementor-element-911b36c
	{ 
        padding: 20px 0px 0px 30px !important;
    }}


@media only screen and (max-width:480px){
.bdt-prime-slider-sequester .bdt-prime-slider-previous{position:absolute;
	bottom: 20px;
}
	.bdt-prime-slider-sequester .bdt-prime-slider-previous {
    left: 0px !important;
}
	.bdt-prime-slider-sequester .bdt-prime-slider-next{position:absolute;
	bottom: 20px; }}



/*altezza slider*/




@media only screen and (min-width: 1201px){.page-id-5357 ul#bdt-slideshow-1 {
    min-height: 900px !important;
}

.page-id-4160 ul#bdt-slideshow-1 {
    min-height: 600px !important;
}

}




@media only screen and (min-width:891px) and (max-width:1200px)
{ 		 .page-id-1398 ul#bdt-slideshow-1 {
 min-height: 700px !important;
	
}
		}

@media only screen and (min-width:731px) and (max-width:890px)
{ .page-id-5357 ul#bdt-slideshow-1 {
    min-height: 1000px !important;
	
}
		 .page-id-4160 ul#bdt-slideshow-1 {
 min-height: 700px !important;
	
}
		}




@media only screen and (max-width:730px){ .page-id-4160 ul#bdt-slideshow-1 {
 min-height: 800px !important;
	
}}




@media only screen and (max-width:1100px){	.bdt-slide-image{display:none;}

	.page-id-4160 a.bdt-prime-slider-next.bdt-icon.bdt-slidenav-next.bdt-slidenav{background-color:#004875 !important}
 

}


@media only screen and (min-width:891px) 
{
 .bdt-prime-slider-sequester .bdt-slideshow-item .bdt-slide-image{position:relative !important;
	        margin-left: 30px !important;}


 .bdt-prime-slider-sequester .bdt-slideshow-item .bdt-slide-image:before{display:none !important;}}




@media only screen and (max-width:959px)
{	.page-id-5357 a.bdt-icon.bdt-slidenav{background-color:#004875 !important;
	color:#fff !important;
	margin-top:50px !important;}


 .elementor-element .bdt-prime-slider-sequester .bdt-prime-slider-next svg{color:white !important;}

 .elementor-element .bdt-prime-slider-sequester .bdt-prime-slider-previous svg{color:white !important;}}


@media only screen and (min-width:890px){
    .bdt-prime-slider-sequester .bdt-navigation-arrows {
        position: absolute;
        bottom: 0px !important;
        left: 0px !important;
		display: flex !important;
		gap:10px !important;
	}}



/*ACCORDION MOD*/

button.accordion {
    border-radius: 0;
	font-family: "Titillium Web", sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -0.8px;
}


@media only screen and (min-width:769px) and (max-width:1200px){
	button.accordion {
   
    font-size: 17px;
  
}

	
	
}


/*ACCORDION BOTTONE*/

	 .panel a {
		background: transparent !important;
		padding:0px !important;
		text-decoration:underline;
color: #004875 !important;

	}




/*FORMAZIONE IMAGE ACCORDION*/


.overlay-inner {
    padding-left: 5vw;
    padding-right: 5vw;
}



.ha-image-accordion-hover .ha-ia-item:not(:hover) .ha-ia-content-wrapper {
    display: block !important;
    opacity: 1 !important;
}

.ha-image-accordion-hover .ha-ia-item:not(:hover) .ha-ia-content-description {
    display: none !important;
}


.elementor-4274 .elementor-element.elementor-element-560f7dd .ha-ia-container .ha-ia-content-wrapper .ha-ia-content-label {
    color: #fff;
    font-family: "Titillium Web", Sans-serif;
    font-weight: 400;
    background-color: #10A79B !important;
    padding: 8px 10px;
    border-radius: 20px;
    
}


.ha-ia-content-title{margin-top:10px;}


.elementor-5357 .elementor-element.elementor-element-640eb65 .eael-img-accordion .overlay .img-accordion-title {
    color: #fff !important;
    visibility: visible;
    opacity: 1;

    position: absolute;
    left: 0% !important;
   right: 0% !important;
    top: 15%;
    background-color:#004875D4;
    margin-right: 20px !important;
    margin-left: 20px !important;
    padding:10px ;

  text-align: center !important;
}


@media only screen and (max-width:800px){
.elementor-5357 .elementor-element.elementor-element-640eb65 .eael-img-accordion .overlay .img-accordion-title {

    top: 35% !important;
}
}




.eael-image-accordion-item.overlay-active .img-accordion-title {
  /* stile da applicare */
    padding-top:0px !important;
     background-color:transparent !important;
        position: relative !important;
            

}



.elementor-5357 .elementor-element.elementor-element-640eb65 .eael-img-accordion .overlay .img-accordion-title .sub-title-one {
    color: #10A79B !important;
    visibility: visible;
    opacity: 1;
background-color: #fff;
MAX-WIDTH:70% !important;

    position: absolute;
    left: 25% !important;
   right: 25% !important;
    bottom: -60PX;
    font-size: 22px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding:10px ;
  text-align: center !important;
}


.eael-image-accordion-item.overlay-active .img-accordion-title .sub-title-one {
  /* stile da applicare */
    padding-top:0px !important;
    display: none;
     background-color:transparent !important;
        position: relative !important;
            

}


@media only screen and (max-width:800px){
.elementor-5357 .elementor-element.elementor-element-640eb65 .eael-img-accordion .overlay .img-accordion-title .sub-title-one {
   width:100% !important;
   left:15% !important;
   
    
}


@media only screen and (max-width:768px){.elementor-5357 .elementor-element.elementor-element-640eb65 .eael-img-accordion{height:1500px;}}

#eael-img-accordion-640eb65 .eael-image-accordion-hover:hover {
    flex: 4 1 0% !important;
}

	.eael-img-accordion .overlay .overlay-inner {
    z-index: 1;
    padding: 80px !important;
}
	
	
	
	
	
	
	.email-link {color:#16A093 !important;}
.email-link:hover {color:white !important;}
	
	
	
