main .tag-filter-container .tag-filter {
    margin-bottom: 45px !important;
}

.home .contenuto-progetto p:empty,
.cover-project-text p:empty {
    display: none !important;
}

.swiper-container {
  overflow: hidden;
  position: relative;
}

.utility-links,
.social-group {
	list-style: none;
}
.social-group li,
.utility-links li {
	display: inline-block;
    vertical-align: top;
}

.btn-discover-more {
    background-color: transparent;
    border: 1px solid white;
    margin-top: 20px;
    padding: 0 30px;
    -webkit-appearance: button;
    text-transform: none;
    display: inline-block;
}
.btn-discover-more:hover {
    background-color: #fff;
    border-color: #fff;
    text-decoration: none;
}
.btn-discover-more:hover a {
    color: #b9272d !important;
}

form.post-password-form {
    max-width: 1140px;
    margin: 50px auto;
    padding: 0 15px;
}
form.post-password-form > p {
    font-size: 16px;
}

footer .social-logo {
    align-items: center;
	width: 100%;
}
footer .social-logo .social-group {
    align-items: center;
    justify-content: center;
}
footer .social-logo .social-group li {
    margin: 0 5px;
    vertical-align: middle;
}
footer .social-logo .social-group li a {
    padding: 0 5px;
    display: block;
    height: 20px;
    width: 20px;
    box-sizing: content-box;
}
footer .social-logo .social-group li a:before {
    font-size: 22px;
    display: block;
}
footer .social-logo .social-group a.fa-facebook-f {
    padding-bottom: 3px;
}
footer .social-logo .social-group a.social-instagram {
    background: url("assets/instagram-social.svg") center center no-repeat transparent;
    background-size: 20px 20px;
}
footer .social-logo .social-group a.social-x_twitter {
    background: url("assets/twitter.svg") center center no-repeat transparent;
    background-size: 20px 20px;
}
footer .footer-partners {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}
body footer .footer-partners img {
	position: relative;
    top: auto;
    left: auto;
    transform: none;
}

.events-wrapper .project-title-header h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;

    @media screen and (min-width: 992px) {
        font-size: 32px;
        line-height: 36px;
    }
}

main .category-wrapper .art-category .cover-page-project .cover-project-text {
    position: relative;
}
main .category-wrapper .art-category .cover-page-project .cover-project-text h3 {
    min-height: auto;
}

.screen-reader-only {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}

/* ACF CONTAINER */
.acf_componenti-container {
    font-size: 14px;
}

/* DOPPIA COLONNA */
.acf_componenti-container .acf_doppia-colonna [class^="col-"] {
    background: var(--background);

    @media all and (max-width: 767px) {
        margin-bottom: 30px;
    }
}

.acf_componenti-container .acf_doppia-colonna [class^="col-"] > div {
    padding: var(--padding);
}

.acf_componenti-container .acf_doppia-colonna [class^="col-"] > div {
    @media all and (max-width: 767px) {
        max-width: 510px;
        margin: 0 auto;
    }

    @media all and (min-width: 768px) {
        margin-left: calc((100vw - 720px) / 2);
        margin-right: calc((100vw - 720px) / 2);
    }

    @media all and (min-width: 992px) {
        margin-left: calc((100vw - 960px) / 2);
        margin-right: calc((100vw - 960px) / 2);
    }

    @media all and (min-width: 1200px) {
        margin-left: calc((100vw - 1140px) / 2);
        margin-right: calc((100vw - 1140px) / 2);
    }
}

.acf_componenti-container .acf_doppia-colonna [class^="col-"]:first-child > div {
    @media all and (min-width: 1200px) {
        margin-right: 0;
    }
}

.acf_componenti-container .acf_doppia-colonna [class^="col-"]:last-child > div {
    @media all and (min-width: 1200px) {
        margin-left: 0;
    }
}

.acf_componenti-container .acf_doppia-colonna img {
    margin: 0;
}

/* SLIDER */
.acf_componenti-container .acf_slider {
    --swiper-navigation-color: #FFFFFF;

    @media all and (max-width: 480px) {
        --swiper-navigation-size: 20px;
        --swiper-navigation-sides-offset: 0;
    }
}

.acf_componenti-container .acf_slider .swiper-wrapper,
.acf_componenti-container .acf_slider .swiper-slide {
    height: auto;
}

/* CARDS */
.acf_componenti-container .acf_cards {
    border: 0;
}

.acf_componenti-container .acf_cards a,
.acf_componenti-container .acf_cards a:hover {
    text-decoration: none;
}

.acf_componenti-container .acf_cards [class^="col-"] {
    display: flex;
    flex-direction: column;

    @media all and (max-width: 991px) {
        margin-bottom: 30px;
    }
}

.acf_componenti-container .acf_cards .card-header {
    background: var(--color);
    padding: 30px;
    box-sizing: border-box;
    height: 200px;
    position: relative;
}

.acf_componenti-container .acf_cards .card-header h3 {
    color: #fff;
    font-family: Gotham-Medium;
    font-weight: bold;
    font-size: 30px;
    width: 75%;
    text-align: left;
    margin: unset;
    position: relative;
    z-index: 1;

    @media (max-width: 479px), (min-width: 992px) and (max-width: 1199px) {
        font-size: 20px;
    }
}

.acf_componenti-container .acf_cards .card-header img {
    position: absolute;
    top: 0;
    right: 0;
    height: 200px;
}

.acf_componenti-container .acf_cards .card-content {
    padding: 30px 30px 60px 30px;
    box-sizing: border-box;
    background: #f2f2f2;
    color: #000;
    flex: 1 0 auto;
    font-size: 24px;
    line-height: 1.2;
}

/* STEPS */
.acf_componenti-container .acf_steps {
    background: #E7E7E7;
    padding: 50px 0;
    position: relative;
}

.acf_componenti-container .acf_steps .step-counter {
    font-weight: bold;
    font-size: 40px;
    background: #ffffff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.acf_componenti-container .acf_steps h3 {
    margin-top: 20px;
}

/* SPAZIATORE */
.acf_componenti-container .acf_spaziatore {
    height: var(--height);
}



main .diventero-container-threecol .category-wrapper .art-category {
	flex: 0 1 calc(33% - 5px);
}

main .category-wrapper .art-category .cover-page-project .cover-project-text p {
	padding: 20px 0 15px;
}

#categories-tematica {
	margin: 50px auto 70px auto;
}
#categories-tematica h2 {
	margin-bottom: 25px;
	padding: 10px 0 10px 60px;
	font-weight: 700;
	background: url('./assets/area.svg') left center no-repeat transparent;
}
#categories-target {
	margin: 0 auto 70px auto;
}
#categories-target h2 {
	margin-bottom: 25px;
	padding: 10px 0 10px 50px;
	font-weight: 700;
	background: url('./assets/target.svg') left center no-repeat transparent;
}

main .imprenditorialita-container {
	margin-bottom: 70px;
}
.imprenditorialita-container h2 {
	font-weight: 700;
}
.imprenditorialita-container p {
	margin: 20px 0 10px 0;
}
.imprenditorialita-container a {
	font-size: 14px;
	font-weight: 700;
}

.pdb-wrapper .pdb-card {
	flex: 1 1 100%;
}

.advisorylist.row {
    margin-top: 30px;
}
.name-member p.name-title-member {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #b9272d;
    text-align: left;
}

@media all and (min-width: 768px) {
    .acf_componenti-container .acf_steps [class^="col-"]:not(:first-child):before,
    .acf_componenti-container .acf_steps [class^="col-"]:not(:last-child):after {
        content: '';
        width: 50%;
        height: 5px;
        background: #ffffff;
        position: absolute;
        top: 25px;
        transform: translateY(-50%);
    }

    .acf_componenti-container .acf_steps [class^="col-"]:before {
        left: 0;
    }

    .acf_componenti-container .acf_steps [class^="col-"]:after {
        right: 0;
    }
	
	.container-md {
		max-width: 960px !important;
	}
	
	.pdb-wrapper {
		justify-content: flex-start;
        column-gap: 10px;	
	}
	.pdb-wrapper .pdb-card {
		flex: 0 1 calc(33% - 5px);
        margin-bottom: 10px;
    }
}

@media all and (min-width: 992px) {
    #footer-5x1000:after {
        content: '';
        background: url(assets/5x1000-solidarieta.webp) left / cover no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 30%;
    }

    #footer-5x1000 #footer-5x1000-content {
        width: 70%;
    }
}

@media all and (min-width: 1200px) {
	.container-md {
		max-width: 1140px !important;
	}
}

@media all and (max-width: 768px) {
	.acf_componenti-container .acf_steps [class^="col-"] {
        margin-bottom: 30px;
    }
	
	.container-md {
		max-width: 100% !important;
	}
	
	main .diventero-container-threecol .category-wrapper {
		row-gap: 10px;
	}
	main .diventero-container-threecol .category-wrapper .art-category {
		flex: 1 1 100%;
	}
}