<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
Theme name: OrangeSeed
Author: Richard Sulollari
**/

body {
	font-family: 'Jost', sans-serif;
}

header {
	background-color: white;
}

.sticky-shadow {
	box-shadow: 0px 2px 20px rgb(87 87 86 / 15%);
}

.control__pixel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
}

.site__header {
	display: flex;
	justify-content: space-between;
}

.box-logo {
	width: 190px;
	height: 85px;
	display: flex;
}

.box-logo a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.site__menu {
	display: flex;
	align-items: center;
}

.site__nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}

.site__nav ul li {
	margin-left: 35px;
}

.primary__level li {
    position: relative;
    display: flex;
}

.site__nav ul li a, .site__nav ul li span {
	color: black;
	text-decoration: none;
	font-size: 1.2em;
	display: flex;
	align-items: center;
}

.site__nav ul li span {
	cursor: default;
}

ul.second__level {
    position: absolute;
    flex-direction: column;
    background-color: white;
    padding: 20px 25px;
    border-radius: 15px 0 15px 15px;
    box-shadow: 0px 2px 20px rgb(87 87 86 / 15%);
    align-items: flex-start;
    top: 35px;
    right: 7px;
    border: 1px solid #d9d8d8;
	visibility: hidden;
	opacity: 0;
	white-space: nowrap;
	transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}

#menu__chisiamo:hover #dropdown__chisiamo, #menu__news:hover #dropdown__news {
	visibility: visible;
	opacity: 1;
}

.dropdown__title {
    font-weight: 500;
    padding-left: .4rem;
    border-left: 3px solid #4ab478;
    line-height: 1;
    font-size: 1.2em;
}

.second__level li:nth-child(2) {
    margin: 1rem 0 !important;
}

.second__level li {
    margin-left: 0 !important;
}

.site__nav ul li .bi {
    font-size: .7em;
    color: #e94e2f;
    display: flex;
    margin-left: .3rem;
    margin-top: .1rem;
}

.site__nav ul li .bi:before {
	font-weight: 600 !important;
}

.donating__header a {
	color: white !important;
    background-color: #009541;
    width: 150px;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
	transition: background-color .25s ease-in-out;
}

.site__intro .container {
	position: relative;
}

.intro__bg {
	position: absolute;
    right: 0;
	z-index: 1;
}

.intro__bg1 {
	position: absolute;
	width: 982.44px;
	height: 696px;
	left: -256.5px;
	background-color: #fdedea;
	top: -1px;
	border-radius: 40px 0 0 40px;
}

.intro__bg img {
	height: 696px;
    width: 982.44px;
    object-fit: contain;
    position: absolute;
    right: -256.5px;
    top: -1px;
	border-radius: 0 40px 40px 0;
}

.intro__bg:after {
	content: '';
    position: absolute;
    background-color: rgb(255 255 255 / 60%);
    backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(10px);
    right: -256.5px;
    height: 696px;
    width: 982.44px;
    top: -1px;
	border-radius: 0 40px 40px 0;
}

.right__intro {
	height: 697px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
}

.right__intro img {
	height: 100%;
	filter: drop-shadow(0px 2px 15px rgb(87 87 86 / 50%));
	transform: scaleX(-1);
}

.hero__content {
	height: 697px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.hero__intro span {
	color: #e94e2f;
	font-weight: 600;
	font-size: 3em;
}

.hero__intro h1 {
	color: #009541;
	font-size: 1.5em;
}

.hero__cta {
	display: flex;
	margin-top: 2em;
}

.hero__cta .anture__button:nth-child(1) {
	margin-right: 2em;
}

.anture__button {
	background-color: #e94e2f;
    width: 220px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5em;
    text-decoration: none;
    border-radius: 10px;
}

.anture__button:hover {
	color: white;
}

.anture__button .bi {
	display: flex;
	align-items: center;
	font-size: .6em;
	margin-left: .5em;
	transition: margin .4s ease-in-out;
}

.anture__button:hover .bi {
	margin-left: 1em;
}

.secondary__button {
	border: 2px solid #e94e2f;
	color: #e94e2f;
	background-color: unset;
}

.anture__title {
	margin-bottom: 1rem;
}

.anture__title h2 {
	font-size: 2.5em;
	font-weight: 500;
}

.anture__span {
	color: #e94e2f;
}

.anture__obiettivo {
	height: 439px;
}

.anture__obiettivo img {
	width: 100%;
    border-radius: 20px;
    height: 147px;
    border: 1px solid #d9d8d8;
    object-fit: cover;
}

.scheda__content {
    padding: 20px 10px 20px 10px;
    border-radius: 0 0 20px 20px;
    height: 292px;
}

.donation__row {
	margin: 100px 0;
}

.donazioni__home {
	border: 2px solid #009541;
    position: relative;
    border-radius: 20px;
    padding: 20px;
}

.donazioni__title {
	font-size: 1.5em;
    font-weight: 500;
    background-color: white;
    display: flex;
    position: absolute;
    top: -20px;
    left: 10px;
    padding: 0 5px;
}

.riga__importi {
    display: flex;
    justify-content: space-between;
}

.riga__importi:nth-child(1) {
	margin-bottom: 1em;
}

.riga__importi label {
    width: 45%;
    display: flex;
    justify-content: center;
    font-size: 1.5em;
    height: 50px;
    align-items: center;
	background-color: #fbfbfb;
	border-radius: 15px;
	border: 1px solid #d9d8d8;
	position: relative;
	transition: background-color .4s ease-in-out;
}

.riga__importi label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	cursor: pointer;
}

.riga__importi label:hover {
	border: 2px solid #009541;
}

.riga__importi .selected {
    border: 2px solid #009541;
    background-color: #dbf0e4;
}

.donazioni__button {
	background-color: #009541;
    margin-top: 1em;
    width: 100%;
	transition: background-color .25s ease-in-out;
}

.donazioni__button:hover, .donating__header a:hover {
	background-color: #2ea863;
}

.anture__storia {
	height: 400px;
	position: relative;
}

.anture__storia:after {
	content: '';
	position: absolute;
	height: 77%;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgb(0 0 0), rgb(0 0 0 / 0%));
	border-radius: 0 0 20px 20px;
}

.anture__storia img {
	height: 100%;
	border-radius: 20px;
	border: 0;
}

.anture__storia .scheda__content {
	height: unset;
	border: none;
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	z-index: 1;
	padding: 20px;
}

.scheda__title {
	font-size: 1.5rem;
}

.anture__storia .scheda__title a {
	color: white;
	text-decoration: none;
}

.anture__news {
	border: 1px solid #d9d8d8;
	border-radius: 21px 21px 20px 20px;
}

.anture__news .scheda__title {
	font-size: 1.3em;
}

.anture__news .scheda__title a {
	color: black;
	text-decoration: none;
}

.more__link {
	font-size: 1.2em;
    font-weight: 500;
    color: #4bc781;
	display: flex;
    text-decoration: none;
    border-bottom: 1px solid #46b777;
    width: fit-content;
    line-height: 1.3;
}

.more__link:hover {
	color: #4bc781;
}

.all__link {
	color: #e94e2f;
	margin-bottom: 1em;
	display: flex;
	text-decoration: none;
    border-bottom: 1px solid #e94e2f;
    width: fit-content;
    line-height: 1;
}

.all__link:hover {
	color: #e94e2f;
}

.all__link .bi, .more__link .bi {
	display: flex;
    align-items: center;
    font-size: .8em;
    margin-left: .3rem;
	transition: margin .4s ease-in-out;
}

.all__link .bi:before, .more__link .bi:before {
	font-weight: 600 !important;
}

.all__link:hover .bi, .more__link:hover .bi {
	margin-left: .7rem;
}

.composed__title {
	height: 385px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.composed__title p {
	width: 90%;
}

.anture__articolo .more__link {
	color: #e94e2f;
	border-bottom: 1px solid #e94e2f;
}

.anture__articolo .scheda__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.parallel__section, .featuring__foto, .single__feat, .feat__role {
	display: flex;
}

.featuring__foto {
	justify-content: space-between;
}

.anture__webinar, .anture__focus {
	height: 375px;
}

.anture__focus {
	border: 1px solid #d9d8d8;
	border-radius: 0 20px 20px 0;
}

.anture__webinar {
	border: 1px solid #d9d8d8;
	border-radius: 21px 0 0 21px;
	border-right: 0;
}

.anture__webinar iframe {
	height: 100%;
	border-radius: 20px 0 0 20px;
}

.anture__focus .scheda__content {
	height: 100%;
	border-radius: 0 20px 20px 0;
	padding: 20px;
}

.anture__featuring .anture__span {
	margin-bottom: .5rem;
	display: flex;
}

.single__feat {
	width: 49%;
	align-items: center;
}

.single__feat img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 1rem;
}

.feat__role {
	flex-direction: column;
}

.feat__role span:nth-child(1) {
	font-weight: 500;
	font-size: 1.1em;
}

.feat__role span:nth-child(2) {
	font-size: .9em;
}

.link__title {
	display: flex;
    align-items: center;
    justify-content: space-between;	
}

#inteam__section .modal__video__wrap img {
	width: 560px;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    position: relative;
}

#inteam__section .modal__video__wrap {
	position: relative;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

#inteam__section .modal__video__wrap:before {
	content: '';
    background-image: url(https://www.anture.it/wp-content/webp-express/webp-images/uploads/2025/06/InTeam.jpg.webp);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 20px 0 0 20px;
}

#inteam__section .modal__video__wrap:after {
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    border-radius: 20px 0 0 20px;
}

#inteam__section .modal__btn {
	position: absolute;
    z-index: 1;
}

#inteam__section .single__feat {
	width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
    margin-top: .5rem;
}

#inteam__section .single__feat img {
	width: 200px;
	height: unset;
	object-fit: contain;
	border-radius: 0;
	border: 0;
}

.modal__btn {
	color: white;
    border: 0;
    background-color: #e94e2f;
    font-size: 2.5rem;
    padding: 0px 20px;
    border-radius: 18px;
}

.modal-dialog {
	width: 100%;
    height: 100%;
    margin: 0;
    max-width: unset;
}

.modal-content {
	background-color: rgb(0 0 0 / 0%);
    width: 100%;
    height: 100%;
}

.modal-content iframe {
	width: 100%;
    border-radius: 20px;
	aspect-ratio: 16 / 9;
	height: unset;
}

.modal-body {
	display: flex;
    align-items: center;
}

.modal-header {
	border: 0;
}

.modal-header .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	opacity: 1;
}

.modal-backdrop.show {
	opacity: .8;
}

.anture__news img {
    border-radius: 20px 20px 0 0;
    height: 180px;
    object-fit: cover;
	border: 0;
}

.anture__news .scheda__content {
    padding: 20px;
    height: 250px;
    border-top: 1px solid #d9d8d8;
}

footer {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.footer__wrap {
	width: 1400px;
    background-color: #fdedea;
    border-radius: 40px;
    margin: 70px 0 20px 0;
    padding: 40px 0;
}

.footer__wrap .donation__row {
	margin: 0;
}

.footer__wrap .donation__row .container .col-lg-3:nth-child(2) {
	padding-left: 0;
}

.footer__wrap .donation__row .container .col-lg-2 {
	padding-left: 0;
	padding-right: 1.5rem;
}

.footer__wrap .donation__row .container .col-lg-3:nth-child(3) {
	padding-left: 4rem;
}

.footer__wrap .donation__row .container .col-lg-3:last-child {
	padding-right: 0;
	padding-left: 1.5rem;
}

.footer__logo {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.footer__logo img {
	width: 250px;
	height: auto;
	object-fit: contain;
	margin-bottom: 20px;
}

.footer__social {
	width: 250px;
	display: flex;
	justify-content: space-between;
}

.footer__social .bi {
	font-size: 2em;
    color: #f29684;
}

.footer__list ul {
    flex-direction: column;
    align-items: flex-start;
}

.footer__list ul li {
    margin: 0;
    padding: .25rem 0;
}

.footer__list ul li:last-child a {
    background-color: unset;
    color: unset;
    width: unset;
    display: unset;
}

.footer__cta {
	position: relative;
	height: 100%;
	width: 80%;
}

.footer__cta .donazioni__home {
	background-color: white;
	position: absolute;
	top: -30%;
}

.footer__info {
	width: 100%;
}

.site__name p {
	color: #b9b9b9;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.site__name a {
	font-size: 1em;
    font-family: 'Varela Round', sans-serif;
	color: black;
	font-weight: bold;
	transition: all 0.4s;
	text-decoration: none;
}

.site__name a .special:after {
	clip: rect(0.5em, auto, auto, auto);
}

.site__name a .special:before {
	clip: rect(auto, auto, 0.5em, auto);
}

.site__name a:hover {
	color: #ff4b1f;
	text-decoration: none;
}

.special {
    position: relative;
    display: inline-block;
}

.special:before, .special:after {
    opacity: 1;
    content: 'i';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font: inherit;
}

.special:before {
    color: #ff5500;
    clip: rect(auto, auto, 0.35em, auto);
}

.special:after {
    clip: rect(0.35em, auto, auto, auto);
}

.special i {
    font: inherit;
    opacity: 0;
}

.anture__post .container .donation__row .col-lg-1 {
	display: flex;
	justify-content: flex-start;
}

.anture__sharing {
	position: sticky;
	height: fit-content;
	top: 185px;
	margin-bottom: 100px;
}

.anture__sharing span {
	color: #adadad;
}

.anture__socialbtn {
	display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50px;
    margin-top: 20px;
	border: 1px solid #d9d8d8;
}

.anture__socialbtn a {
    font-size: 1.5em;
    padding: 10px 0;
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #d9d8d8;
    color: white;;
	background-color: #e0f2e8;
}

.anture__socialbtn a:first-child {
	border-radius: 50px 50px 0 0;
}

.anture__socialbtn a:last-child {
	border-bottom: 0;
	border-radius: 0 0 50px 50px;
}

.anture__socialbtn a:hover {
	background-color: #009541;
}

.anture__crumbs {
	background-color: #f0f0f0;
	padding: 0 20px;
	border-radius: 50px;
	width: fit-content;
	border: 1px solid #d9d8d8;
	margin-bottom: 10px;
}

.anture__index {
	margin: 0;
	font-size: .9em;
}

.anture__index a {
	font-weight: 500;
	color: black;
	text-decoration: none;
}

.post__date {
	color: #adadad;
	font-size: .9em;
}

.post__thumbnail img {
	border-radius: 20px;
	width: 100%;
	margin-top: 30px;
	border: 1px solid #d9d8d8;
	height: 430px;
	object-fit: cover;
}

#ez-toc-container {
	width: 100%;
    border-radius: 20px;
    padding: 20px;
    background-color: white;
    margin-bottom: 100px;
	border: 1px solid #d9d8d8;
}

#ez-toc-container a {
	font-weight: 400;
}

.post__content h2 {
    margin-top: 50px;
	font-size: 1.75rem;
}

.post__content a {
    color: #e94e2f;
    font-weight: 500;
}

.sidebar__post {
	margin-bottom: 50px;
}

.sidebar__post img {
    width: 100%;
    border-radius: 20px;
    height: 180px;
    object-fit: cover;
	border: 1px solid #d9d8d8;
}

.sidebar__post h3 {
    font-size: 1.3em;
    margin: 10px 0 0 0;
}

.sidebar__post h3 a {
    color: black;
    text-decoration: none;
}

.sidebar__date {
    font-size: .9em;
    color: #adadad;
}

.sidebar__sostieni {
	background-color: #e94e2f;
    padding: 20px;
    border-radius: 20px;
    color: white;
}

.sidebar__sostieni h3 {
	font-size: 1.5rem;
}

.sidebar__sostieni .hero__cta .anture__button {
	background-color: white;
	color: #e94e2f;
}

.post__sidebar {
	padding-left: 4rem;
}

.other__posts &gt; span {
	font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    padding-left: .8rem;
}

.other__news {
	padding: 20px;
	border-radius: 40px;
	border: 1px solid #d9d8d8;
	position: relative;
}

.other__news &gt; span {
	font-weight: 500;
    background-color: white;
    padding: 0 5px;
    position: absolute;
    top: -14px;
	left: 30px;
}

.post__news {
	margin-bottom: 0;
}

.post__news img {
	height: 150px;
}

.single__news .anture__crumbs {
	margin-left: .75rem;
}

.news__incipit {
	margin-bottom: 0;
	font-size: 2rem;
}

.news__time {
	font-size: .9em;
	color: #adadad;
	display: flex;
	margin-bottom: 50px;
}

.news__thumbnail {
	border-radius: 20px;
	width: 100%;
	height: 250px;
	object-fit: cover;
	border: 1px solid #d9d8d8;
}

.single__news .container .donation__row .col-lg-8 {
	padding-left: 4rem;
}

.single__news strong {
	font-weight: 600;
}

.wp-block-quote {
	font-style: normal;
    font-weight: 300;
    border-left: 4px solid black;
    padding: 10px 10px 10px 25px;
	background-color: #f9f9f9;
}

.news__sharing {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 50px;
}

.news__sharing .anture__socialbtn {
	flex-direction: row;
	margin: 0;
}

.news__sharing .anture__socialbtn a {
	border-right: 1px solid #d9d8d8;
	border-bottom: 0;
	padding: 5px 20px;;
	width: unset;
}

.news__sharing .anture__socialbtn a:last-child {
	border-right: 0;
	border-radius: 0 50px 50px 0;
}

.news__sharing .anture__socialbtn a:first-child {
	border-radius: 50px 0 0 50px;
}

.single__news .news__content a {
	color: #e94e2f;
	font-weight: 500;
}

.related__articles {
    background-color: #e0f2e8;
    border: 0;
	height: 100%;
}

.related__articles .row {
	height: 100%;
}

.related__articles &gt; span {
    background-color: unset;
    top: -12px;
}

.news__post {
	position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.news__post &gt; a {
	display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.news__post img {
	height: 100%;
}

.news__post:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: linear-gradient(0deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 0%));
    border-radius: 20px;
}

.np__content {
	position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.np__content h3 a {
	color: white;
	text-decoration: none;
}

.np__row .col-lg-6:nth-child(1) {
	padding-right: 1.5rem;
}

.np__row .col-lg-6:nth-child(2) {
	padding-left: 1.5rem;
}

.news__content iframe {
    border-radius: 20px;
    border: 1px solid #d9d8d8 !important;
    margin: 20px 0;
}

.news__content .wp-block-image img {
	border-radius: 20px;
	border: 1px solid #d9d8d8;
	height: auto;
}

.donazioni__page {
	border-radius: 40px;
}

.donazioni__page .donazioni__title {
	left: 30px;
}

.donazioni__page &gt; p {
	padding-left: 15px;
}

.donazioni__page .riga__importi {
	margin: 0;
}

.donazioni__role {
    width: 32%;
    background-color: #fbfbfb;
    border: 1px solid #d9d8d8;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.donazioni__role:nth-child(2) {
	cursor: default;
}

.donazioni__role:hover {
	border: 1px solid #009541;
}

.donazioni__role:nth-child(2):hover {
	border: 1px solid #d9d8d8;
}

.role__content {
    width: 85%;
}

.role__title a, .role__title span {
    font-weight: 500;
    text-decoration: none;
    color: black;
}

.role__title a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.role__text {
    margin-bottom: 0;
    margin-top: 1rem;
}

.donazioni__role .bi {
    font-size: 1.5em;
}

.anture__page .page__body h1 {
	font-size: 3rem;
}

.page__content strong {
    font-weight: 500;
}

.page__content .wp-block-media-text figure img {
	border-radius: 20px;
	border: 1px solid #d9d8d8;
	height: auto;
}

.has-medium-font-size {
	font-size: 1.5em !important;
	margin: 50px 0;
	font-style: italic;
}

.anture__equipe {
    border: 1px solid #d9d8d8;
    border-radius: 40px;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.equipe__title {
	text-decoration: none;
    font-weight: 500;
    color: black;
    font-size: 1.5em;
}

.equipe__text {
	margin: 0;
}

.equipe__photos {
    display: flex;
    justify-content: space-between;
    width: 35%;
	position: absolute;
    right: 20px;
}

.equipe__photos img {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #d9d8d8;
}

.equipe__photos img:nth-child(2) {
	opacity: .5;
}

.equipe__photos img:nth-child(3) {
	opacity: .3;
}

.anture__equipe .more__link {
    z-index: 1;
    font-size: 1em;
    color: black;
    border: 0;
}

.anture__equipe:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 40px 40px 0;
    width: 15%;
    height: 100%;
    background: linear-gradient(270deg, white, rgb(255 255 255 / 0%));
}

.anture__equipe .more__link:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 40px;
}

.anture__collab {
	display: flex;
	justify-content: space-between;
}

.anture__favo {
	display: flex;
    flex-direction: column;
}

.anture__favo span {
	font-weight: 500;
}

.anture__favo img {
	width: 300px;
	margin-top: 20px;
	height: auto;
}

.anture__feat {
	background-color: #eff7f3;
    border: 1px solid #d9d8d8;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.anture__feat img {
	width: 250px;
    height: auto;
    object-fit: contain;
    display: flex;
    align-items: center;
}

.page__collab .anture__feat img {
	width: 200px;
}

.anture__feat &gt; span {
	font-weight: 500;
}

.feat__items {
	display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.feat__item {
	display: flex;
	align-items: center;
	height: 100%;
}

#palinuro__feat {
	margin-right: 50px;
}

.feat__text {
	display: flex;
	margin-top: 20px;
}

.medici__section {
	font-size: 1.5em;
	font-weight: 500;
	display: flex;
	margin-bottom: 50px;
}

.riga__medici {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	row-gap: 50px;
}

.anture__medico {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 25%;
}

.anture__medico.with__zone {
	justify-content: flex-start;
}

.doctor__zone {
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 1rem;
}

.anture__medico:first-child {
    margin-left: 0;
}

.anture__medico:last-child {
    margin-right: 0;
}

.anture__medico img {
	width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100px;
    margin-bottom: 20px;
	border: 1px solid #d9d8d8;
}

.medico__data {
	display: flex;
    flex-direction: column;
}

.medico__name {
	font-weight: 500;
    font-size: 1.2em;
}

.archive__post {
	display: flex;
	justify-content: space-between;
}

.archive__thumb {
	width: 40%;
}

.archive__thumb img {
	width: 100%;
	height: 210px;
	object-fit: cover;
    border-radius: 20px;
    border: 1px solid #d9d8d8;
}

.archive__content {
	padding: 20px;
	width: 60%;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.archive__title {
	font-size: 1.75em;
}

.archive__title a {
	color: black;
	text-decoration: none;
}

.archive__post {
	margin: 50px 0;
}

.archive__post:first-child {
	margin-top: 0;
}

.archive__content .more__link {
	color: #e94e2f;
	border-bottom: 1px solid #e94e2f;
}

.archive__body .sidebar__cta {
	position: sticky;
    top: 130px;
	margin-bottom: 100px;
}

.archive__intro a {
	color: #e94e2f;
	font-weight: 500;
}

.archive__intro b {
	font-weight: 500;
}

.home__equipe .equipe__photos img:nth-child(2) {
	opacity: .8;
}

.home__equipe .equipe__photos img:nth-child(3) {
	opacity: .5;
}

.home__equipe .equipe__photos img:nth-child(4) {
	opacity: .3;
}

.home__prefooter {
	background-color: #dbf0e4;
    padding: 20px;
    border-radius: 40px;
}

.home__equipe {
	background-color: white;
    margin-bottom: 50px;
    border-radius: 20px;
}

.anture__field {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #d9d8d8;
    height: 40px;
    padding: 0 20px;
}

textarea.anture__field {
	height: 300px;
	border-radius: 20px;
	resize: none;
	padding: 20px;
}

.raccontare__form {
	padding: 30px 30px 10px 30px;
	background-color: #dbf0e4;
	border-radius: 30px;
}

.form__title {
    font-size: 1.2em;
    font-weight: 500;
	padding: 0 .75rem;
}

.margin__span {
    margin-top: 20px;
    display: flex;
}

.labeled__field {
	margin-bottom: 30px;
}

.labeled__field p {
    position: relative;
    display: flex;
    align-items: center;
	margin-bottom: 0;
}

.raccontare__form .labeled__field p {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.raccontare__form .labeled__field .field__label {
	position: relative;
	background-color: unset;
	top: unset;
	left: 0;
	padding: 0 20px;
	color: unset;
}

.field__label {
    position: absolute;
    z-index: 1;
    background-color: white;
    padding: 0 5px;
    color: #adadad;
    display: flex;
    left: 15px;
	top: -12px;
	font-size: .8em;
}

.associazione__form br {
    display: none;
}

.wpcf7-form-control-wrap {
	width: 100%;
	position: relative;
}

.tipo__socio {
    background-color: #def1e6;
    border-radius: 50px;
    padding: 5px;
    position: relative;
    border: 1px solid #d9d8d8;
    height: 40px;
    display: flex;
	margin-bottom: 20px;
}

.socio__choice {
    width: 51%;
    background-color: #009541;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    border-radius: 50px;
	transition: transform .4s ease-in-out;
}

.choice__right {
	transform: translateX(100%);
}

.choice__left {
	transform: translateX(0);
}

.tipo__socio &gt; p {
    margin: 0;
    background-color: #c4e4d2;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.socio__type {
	display: flex;
    justify-content: space-between;
}

.socio__type .wpcf7-list-item {
	margin: 0;
    width: 50%;
    display: flex;
    justify-content: center;
	position: relative;
}

.socio__type .wpcf7-list-item label input {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.socio__type .wpcf7-list-item label input ~  .wpcf7-list-item-label {
	transition: color .4s ease-in-out;
}

.socio__type .wpcf7-list-item label input:checked ~  .wpcf7-list-item-label {
	color: white;
	font-weight: 500;
}

.wpcf7-acceptance {
	display: flex;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.form__final {
	padding: 20px;
    border: 1px solid #d9d8d8;
    border-radius: 20px;
    margin-top: 50px;
}

.form__final p {
	width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin: 0;
}

.form__price {
	font-size: 1.5em;
    font-weight: 500;
    position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
	left: 0;
}

.choosen__price {
	opacity: 1;
	visibility: visible;
}

.small__span {
	font-size: .8em;
}

.wpcf7-submit {
    background-color: #009541;
    border: 0;
    color: white;
    width: 100px;
    height: 45px;
    border-radius: 10px;
    font-size: 1.2em;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-radius: 10px;
}

.anture__disclaimer {
	padding: 20px;
    border-radius: 20px;
    border: 1px solid #d9d8d8;
    background-color: #def1e6;
}

.disclaimer__title {
	display: flex;
    margin-bottom: .5rem;
    font-weight: 500;
}

.disclaimer__text p {
	margin: 0;
}

.tipologia__punti {
	margin-top: 50px;
}

.tipologia__title {
	font-weight: 500;
    font-size: 1.75rem;
}

.tipologia__list {
	margin-top: 20px;
}

.tipologia__list ul {
	padding: 0;
    margin: 0;
    list-style-type: none;
}

.tipologia__list ul li {
	margin: 20px 0;
}

.tipologia__list ul li .bi {
	color: #009541;
}

.anture__tabs span {
    border-radius: 10px 10px 0 0;
    border: 1px solid #d9d8d8;
    border-bottom: 0;
    padding: 0 10px;
    background-color: #f0f0f0;
	cursor: pointer;
}

.anture__tabs {
	display: flex;
}

.donation__tabs {
    border-radius: 0 40px 40px 40px;
    border: 1px solid #d9d8d8;
	position: relative;
}

.tab__scelta {
    background-color: white !important;
    position: relative;
}

.tab__scelta:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: white;
	z-index: 1;
}

#socio__volontario {
	width: 50%;
}

#socio__volontario .socio__choice {
	width: 97%;
}

#socio__volontario .socio__type .wpcf7-list-item {
	width: 100%;
}

#volontario {
	opacity: 1;
	visibility: visible;
}

.donation__tab {
	padding: 20px;
	position: absolute;
    top: 0;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
	transition: opacity .75s ease-in-out, visibility .75s ease-in-out;
}

.choosen__tab {
	visibility: visible;
	opacity: 1;
}

#page__donazioni .donazioni__title {
	font-size: 1.2em;
	top: -18px;
}

.storia__post .archive__thumb img {
    height: 300px;
}

.orange__disclaimer {
    background-color: #fdedea;
    margin-top: 50px;
    position: relative;
}

.orange__disclaimer img {
	position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: .1;
}

.mobile {
	display: none;
}

.post__content strong {
	font-weight: 600;
}

.footer__social a {
	text-decoration: none;
}

.anture__address {
	display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    padding: 20px;
    border: 1px solid #d9d8d8;
    border-radius: 20px;
}

.anture__address a {
	color: black;
}

.anture__address span:nth-child(1) {
	font-weight: 500;
    font-size: 1.1em;
    margin-bottom: .5rem;
}

.contact__disclaimer {
	margin-top: 0;
	margin-bottom: 50px;
}

.anture__email {
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
	position: relative;
}

.mail__content {
	display: flex;
    flex-direction: column;
}

.anture__email &gt; span {
	display: flex;
	align-items: center;
}

.anture__email &gt; span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.anture__email &gt; span img {
	height: 1.3em;
    object-fit: contain;
    width: auto;
    margin-left: .3rem;
}

.contattaci__title {
	font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
}

.contattaci__title .bi {
	margin-right: .3rem;
}

.mail__content input {
	border: none;
	outline: none !important;
}

.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
	background-color: white !important;
    border: 1px solid #d9d8d8 !important;
    box-shadow: 0px 2px 20px rgb(87 87 86 / 15%) !important;
    border-radius: 20px !important;
    bottom: 20px !important;
    right: 20px !important;
	font-family: 'Jost', sans-serif !important;
}

.cc-nb-buttons-container {
	display: flex !important;
    flex-wrap: wrap !important;
}

.freeprivacypolicy-com---nb button.cc-nb-okagree, .freeprivacypolicy-com---nb button.cc-nb-reject, .freeprivacypolicy-com---nb button.cc-nb-changep {
	font-weight: 500 !important;
    font-size: 1em !important;
    border-radius: 10px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    width: 120px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 20px !important;
}

.freeprivacypolicy-com---nb .cc-nb-okagree {
	background-color: #e94e2f !important;
    border: 1px solid #e94e2f !important;
}

.freeprivacypolicy-com---nb .cc-nb-reject {
	border: 1px solid #e94e2f !important;
    background-color: white !important;
    color: #e94e2f !important;
}

.freeprivacypolicy-com---nb button.cc-nb-changep {
	width: unset !important;
    background-color: white !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
    text-decoration-color: #e94e2f !important;
}

.cc-pc-head-lang-select {
	border: 1px solid #d9d8d8 !important;
    border-radius: 8px !important;
    padding: 5px !important;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px #e94e2f !important;
}

.cc-pc-container {
	font-family: 'Jost', sans-serif !important;
}

.cc-cp-foot {
	padding: 20px !important;
    justify-content: flex-end !important;
}

div.cc-cp-foot div.cc-cp-foot-byline {
	display: none !important;
}

.cc-cp-foot-save {
	background-color: #e94e2f !important;
    font-weight: 400 !important;
    border-radius: 10px !important;
    opacity: 1 !important;
    font-size: 1em !important;
	margin: 0 !important;
}

div.cc-pc-container {
	border: 1px solid #d9d8d8 !important;
    border-radius: 20px !important;
}

div.cc-pc-head {
	background-color: unset !important;
}

div.cc-cp-foot {
	background-color: unset !important;
}

.freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-text {
	font-weight: 1em !important;
}

.wpcf7-not-valid-tip {
	position: absolute;
}

.topic__info {
	display: flex;
    gap: 15px;
    margin-top: .5rem;
}

.author__info {
	cursor: pointer;
}

.topic__row {
	margin: 50px 0;
}

.topic__comic {
	display: flex;
    justify-content: flex-start;
}

.topic__comic .wp-block-group__inner-container {
	display: flex;
    width: 80%;
    margin: 0 0 0 15px !important;
}

.comic__body {
	margin: 0;
    border: 1px solid #d9d8d8;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    background-color: white;
}

.comic__body:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 25px;
    border: 1px solid #d9d8d8;
    border-left: 0;
    border-top: 0;
    left: -11px;
    bottom: 18px;
    background-color: #e0f2e8;
    transform: rotate(141deg);
}

.answer__comic {
	margin: 50px 0 10px 0;
}

.question__comic {
    justify-content: flex-end;
}

.question__comic .wp-block-group__inner-container {
    margin: 0 15px 0 0 !important;
}

.answer__body {
    background-color: #e0f2e8;
}

.question__body:before {
    border: 1px solid #d9d8d8;
    border-right: 0;
    border-bottom: 0;
    right: -10px;
    left: unset;
    bottom: 18px;
    background-color: white;
}

.question__comic {
	margin: 50px 0;
}

.answer__infos {
	display: flex;
    width: calc(80% - 40px);
    justify-content: space-between;
    margin-right: auto;
    margin-left: 35px;
    margin-bottom: 50px;
}

.doc__infos {
	display: flex;
    align-items: center;
}

.doc__pic {
	width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #d9d8d8;
}

.doc__details {
	display: flex;
    flex-direction: column;
    height: 75px;
    margin-left: .5rem;
    justify-content: center;
    line-height: 1.2;
}

.doc__name {
	font-weight: 500;
}

.doc__place {
	font-size: .9em;
    color: #adadad;
}

.child__infos {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-left: 3rem;
	line-height: 1.2;
    font-size: .9em;
	min-width: 20%;
}

.infos__date {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.infos__grey {
	color: #adadad;
}

.topic__opening {
	padding-bottom: 40px;
	border-bottom: 1px solid #d9d8d8;
}

.topic__opening p {
	margin: 0;
}

.topic__discussion {
	margin-top: 40px;
}

.singleforum__title {
	font-size: 2rem;
}

h2.discussion__title {
	font-weight: 500;
	font-size: 1.3em;
}

.sidebar__forum {
	position: relative;
    padding: 20px;
    border: 1px solid #d9d8d8;
    border-radius: 20px;
    margin-bottom: 50px;
    background-color: #e0f2e8;
	overflow: hidden;
}

.forum__sidebg {
	position: absolute;
    right: -10px;
    bottom: 45px;
    width: 200px;
}

.forum__sidebg img {
	width: 100%;
    height: auto;
    object-fit: contain;
    opacity: .4;
}

.sidebar__forum p {
	position: relative;
	margin-bottom: 2rem;
}

.sidebar__forum h3 {
	position: relative;
	font-size: 1.5rem;
}

.sidebar__forum .anture__button {
	background-color: white;
    color: #009541;
    border: 1px solid #d9d8d8;
    width: 240px;
	position: relative;
}

.sidebar__forum .anture__button .bi {
	font-size: .8em;
}

.related__topics {
	padding-top: 50px;
	border-top: 1px solid #d9d8d8;
}

.related__question {
    font-weight: 400;
    font-size: 1.2em;
}

.related__question a {
    color: black;
    text-decoration-color: #009541;
}

.relatedtopic__infos {
	font-size: .9em;
    color: #adadad;
    display: flex;
}

.relatedtopic__infos span:first-child {
    margin-right: 1rem;
}

.related__container {
	margin-top: 1rem;
}

.therelated__question {
    border: 1px solid #d9d8d8;
    border-radius: 20px;
    padding: 20px;
    background-color: white;
}

.forum__row .col-lg-6 {
	position: relative;
}

.forum__row .col-lg-6:hover {
	background-color: #f0f0f0;
}

.forum__question a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.forum__row .col-lg-6:first-child {
	border-radius: 20px 0 0 0;
	border-top: 1px solid #d9d8d8;
}

.forum__row .col-lg-6:nth-child(2) {
	border-radius: 0 20px 0 0;
	border-top: 1px solid #d9d8d8;
}

.forum__row .col-lg-6:nth-child(odd) {
	border-right: 1px solid #d9d8d8;
    border-bottom: 1px solid #d9d8d8;
	border-left: 1px solid #d9d8d8;
    padding: 1.5rem 3rem;
}

.forum__row .col-lg-6:nth-child(even) {
    border-bottom: 1px solid #d9d8d8;
	border-right: 1px solid #d9d8d8;
	padding: 1.5rem 3rem;
}

.forum__row {
	border-radius: 20px;
	width: 100%;
	margin: 0;
}

.leftpadded__col {
	padding-left: 3rem;
}

.rightpadded__col {
	padding-right: 3rem;
}

.domanda__box {
	padding: 20px;
    border: 1px solid #d9d8d8;
    border-radius: 20px;
    margin-bottom: 50px;
}

.domanda__box:last-child {
	background-color: #dbf0e4;
}

.box__title {
	font-size: 1.1em;
    font-weight: 500;
}

.domanda__box p {
	margin-top: 1rem;
}

.domanda__box p a {
	font-weight: 500;
	color: #009541;
}

.suggestioned__field {
	margin-bottom: 40px;
	margin-top: 40px;
}

.suggestioned__field p {
	flex-direction: column;
}

.suggestioned__field p br {
	display: none;
}

.domanda__suggestion {
	font-size: .9em;
    color: #adadad;
    padding: 0 20px;
    line-height: 1.2;
}

.fixed__wa {
	position: fixed;
    border: 1px solid #d9d8d8;
    padding: 15px;
    border-radius: 15px;
    z-index: 3;
    background-color: white;
    right: 20px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
	box-shadow: 0px 2px 20px rgb(87 87 86 / 15%);
}

.fixed__wa .bi {
	font-size: 2em;
	color: #009541;
}

.fixed__wa a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

.forum__header a {
    background-color: white;
    color: black !important;
    border: 1px solid #adadad;
}

.forum__header a:hover {
	background-color: #fdedea;
}

.forum__header a .bi {
    margin-left: .5rem !important;
    font-size: 1em !important;
    margin-top: 0 !important;
}

.associazione__tipologia h2 {
	font-size: 1.75rem !important;
}

@media screen and (max-width: 1900px) {
	
	.site__intro .container .row .col-lg-5, .site__intro .container .row .col-lg-7 {
		width: 50%;
	}
	
	.site__intro .container .row .col-lg-5 {
		padding-left: 5%;
	}
	
	.intro__bg img {
		object-fit: cover;
		right: -50px;
		width: 700px;
		border-radius: 0 30px 30px 0;
	}
	
	.intro__bg:after {
		right: -50px;
		width: 700px;
		border-radius: 0 30px 30px 0;
	}
	
	.intro__bg1 {
		left: -50px;
		width: 720px;
	}
	
	.right__intro img {
		position: absolute;
		top: 0%;
		left: 14.5%;
	}
	
}

@media screen and (max-width: 520px) {
	
	.no__mobile {
		display: none !important;
	}
	
	.mobile {
		display: block;
	}
	
	.site__intro {
		height: 80vh;
		display: flex;
		flex-direction: column;
	}
	
	.site__intro .container {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	
	.site__intro .container .row {
		position: absolute;
		height: 100%;
		flex-direction: column-reverse;
		width: 100%;
	}
	
	.site__intro .container .row .col-lg-5 {
		height: 32%;
	}
	
	.site__intro .container .row .col-lg-7 {
		height: 68%;
	}
	
	.intro__bg {
		right: unset;
		position: relative;
		height: 68%;
	}
	
	.intro__bg img {
		position: relative;
		top: unset;
		right: unset;
		width: 100%;
		height: 100%;
		border-radius: 20px 20px 0 0;
	}
	
	.intro__bg:after {
		right: 0;
		width: 100%;
		border-radius: 20px 20px 0 0;
		top: unset;
		height: 100%;
		background-color: rgb(255 255 255 / 50%);
	}
	
	.intro__bg1 {
		display: none;
	}
	
	.site__intro .container .row .col-lg-5, .site__intro .container .row .col-lg-5, .site__intro .container .row .col-lg-7 {
		padding: 0 .75rem;
		width: 100%;
	}
	
	.hero__content {
		padding: 20px;
		background-color: #fdedea;
		border-radius: 0 0 20px 20px;
		height: 100%;
	}
	
	.hero__intro span {
		font-size: 1.75rem;
	}
	
	.hero__intro h1 {
		font-size: 1.1em;
	}
	
	.anture__button {
		font-size: 1.2em;
		width: 150px;
		height: 45px;
	}
	
	.right__intro {
		height: 100%;
		width: 100%;
		position: relative;
	}
	
	.right__intro img {
		z-index: 1;
		height: 100%;
		width: 88%;
		left: 3%;
		top: 0%;
	}
	
	.parallel__section {
		flex-direction: column;
	}
	
	.anture__webinar {
		height: 250px;
		border: 1px solid #d9d8d8;
		border-radius: 21px 21px 0 0;
		border-bottom: 0;
	}
	
	.anture__webinar iframe {
		width: 100%;
		height: 100%;
		border-radius: 20px 20px 0 0;
	}

	.modal-content iframe {
		height: unset;
		border-radius: 20px;
	}

	#inteam__section .modal__video__wrap img {
		width: 100%;
	}

	#inteam__section .modal__video__wrap:before, #inteam__section .modal__video__wrap:after {
		border-radius: 20px 20px 0 0 ;
	}
	
	.anture__focus {
		border-radius: 0 0 20px 20px;
		height: unset;
	}
	
	.featuring__foto {
		flex-direction: column;
	}
	
	.single__feat {
		width: unset;
		margin-bottom: 20px;
	}
	
	.single__feat:first-child {
		margin-bottom: 20px;
	}
	
	.anture__equipe {
		flex-direction: column;
	}
	
	.equipe__title {
		font-size: 1.3em;
	}
	
	.equipe__photos {
		position: relative;
		right: unset;
		width: 100%;
		margin-top: 20px;
	}
	
	.equipe__photos img {
		width: 85px;
		height: 85px;
		opacity: 1 !important;
	}
	
	.anture__equipe .equipe__photos img:nth-child(4) {
		display: none;
	}
	
	.anture__equipe .more__link {
		display: none;
	}
	
	.anture__equipe:after {
		display: none;
	}
	
	.anture__collab {
		flex-direction: column;
	}
	
	.footer__wrap {
		width: unset;
		margin: 70px .75rem 20px .75rem;
		border-radius: 30px;
	}
	
	.mobile__bg {
		position: fixed;
		right: 0;
		top: 0;
		background-color: rgb(0 0 0 / 60%);
		width: 100vw;
		display: flex;
		justify-content: flex-end;
		opacity: 0;
		visibility: hidden;
		transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
	}
	
	.mobile__menu {
		height: 100vh;
		width: 80vw;
		padding: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background-color: white;
		flex-direction: column;
		transform: translateX(100%);
		transition: transform .4s ease-in-out;
	}
	
	.mobile__nav {
		width: 100%;
	}
	
	.mobile__about {
		padding: 20px;
		border: 1px solid #d9d8d8;
		border-radius: 20px;
	}
	
	.mobile__nav ul {
		padding: 0 20px;
		margin: 10px 0 0 0;
		list-style-type: none;
	}
	
	.mobile__nav ul li a, .mobile__nav ul li span {
		font-size: 1.2em;
		padding: 10px 0;
		color: black;
		text-decoration: none;
	}
	
	.mobile__about ul li a {
		font-size: 1.1em;
		margin-top: 20px;
		padding: 0;
		display: flex;
	}
	
	.mobile__about ul {
		padding: 0;
	}
	
	.mobile__menu img {
		width: 80%;
		margin-top: 100px;
		height: auto;
		object-fit: contain;
	}
	
	.menu__closing {
		display: flex;
		width: 100%;
		padding: 20px;
		justify-content: flex-end;
	}
	
	.menu__closing .bi {
		font-size: 2em;
	}
	
	.box-logo {
		width: 35%;
		height: 70px;
	}
	
	.box-logo a img {
		width: 100%;
	}
	
	.site__header &gt; .mobile {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	
	.site__header &gt; .mobile__cta {
		width: 42%;
		justify-content: space-between;
	}
	
	.donating__header a {
		text-decoration: none;
		width: 120px;
		height: 35px;
	}
	
	.hamburger .bi {
		font-size: 1.5em;
	}
	
	.reverse__row {
		flex-direction: column-reverse;
		display: flex;
	}
	
	.anture__title h2 {
		font-size: 2em;
	}
	
	.anture__obiettivo {
		height: unset;
		margin-bottom: 50px;
	}
	
	.scheda__content {
		height: unset;
	}
	
	.scheda__title {
		font-size: 1.4rem;
	}
	
	.donazioni__button {
		width: 100%;
		height: 45px;
	}
	
	.padded__row {
		padding: 0 .75rem;
	}
	
	.composed__title {
		height: unset;
	}
	
	.scheda__text {
		width: 100%;
	}
	
	.anture__storia {
		height: 300px;
	}
	
	.anture__storia:after {
		background: linear-gradient(0deg, rgb(0 0 0), rgb(0 0 0 / 0%));
		height: 100%;
	}
	
	.mobile__slides {
		flex-wrap: nowrap;
		overflow-x: scroll;
		scrollbar-width: 0;
	}
	
	.mobile__slides::-webkit-scrollbar {
		width: 0;
	}
	
	.mobile__slides .col-lg-3 {
		width: 330px;
		flex: 0 0 auto;
	}
	
	.anture__feat &gt; span {
		margin-bottom: 20px;
	}
	
	.anture__feat {
		margin-top: 20px;
		width: 100%;
		align-items: center;
	}
	
	.anture__feat:first-child {
		margin-top: 0;
	}
	
	.feat__items {
		align-items: center;
		flex-direction: column;
	}
	
	#palinuro__feat {
		margin-bottom: 50px;
		margin-right: 0;
	}
	
	.footer__cta {
		width: 100%;
		height: 225px;
	}
	
	.footer__menu {
		margin-bottom: 50px;
	}
	
	.footer__menu .footer__list ul li a {
		font-size: 1.1em;
	}
	
	.footer__wrap .donation__row .container .col-lg-3:last-child {
		padding: 0 .75rem;
	}
	
	.footer__logo {
		height: unset;
		margin-bottom: 20px;
	}
	
	.footer__social {
		align-items: center;
		margin-top: 10px;
	}
	
	.footer__social .bi {
		font-si9ze: 1.5em;
		display: flex;
		align-items: center;
	}
	
	.site__name p {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.site__name p span:nth-child(2) {
		margin-top: 20px;
	}
	
	.visible__layer {
		visibility: visible;
		opacity: 1;
	}
	
	.opened__menu {
		transform: translateX(0);
	}

	.mobile__menu .donating__header {
		width: 100%;
		padding: 20px;
	}
	
	.mobile__menu .donating__header a {
		width: 100%;
		height: 45px;
		font-size: 1.2em;
	}
	
	.mobile__menu .donating__header a:first-child {
		background-color: white;
		border: 1px solid #d9d8d8;
		color: black !important;
		margin-bottom: 30px;
	}
	
	.mobile__menu .donating__header a:first-child .bi {
		color: #e94e2f;
		margin-left: .5rem;
	}
	
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
		margin-top: 30px;
	}
	
	.column__importi {
		flex-direction: column;
	}
	
	.donazioni__role {
		width: 100%;
	}
	
	.donazioni__role:nth-child(2) {
		margin: 20px 0;
	}
	
	.role__text {
		margin-top: .5rem;
	}
	
	.donazioni__role .bi {
		font-size: 1.2em;
	}
	
	.page__feat {
		align-items: unset;
	}
	
	.page__feat img {
		height: 70px;
	}
	
	.medici__section {
		margin-bottom: 0;
	}
	
	.riga__medici {
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: unset;
	}
	
	.anture__medico {
		width: 46%;
		margin: 0;
		height: 300px;
		justify-content: flex-start;
		margin-top: 50px;
	}
	
	.anture__medico.with__zone {
		height: unset;
	}
	
	.anture__medico img {
		width: 120px;
		height: 120px;
	}
	
	.medico__name {
		line-height: 1.1;
		margin-bottom: .5rem;
	}
	
	.medico__role {
		line-height: 1.3;
	}
	
	.last__medici .anture__medico {
		height: 250px;
	}
	
	.anture__page .page__body h1 {
		font-size: 2.5rem;
	}
	
	.archive__post {
		flex-direction: column;
	}
	
	.archive__title {
		font-size: 1.4rem;
	}
	
	.archive__thumb, .archive__content {
		width: 100%;
	}
	
	.sidebar__sostieni h3 {
		font-size: 1.4rem;
	}
	
	.tab__scelta:after {
		bottom: -10px;
	}
	
	.associazione__tipologia h2 {
		font-size: 1.5rem !important;
	}
	
	.associazione__form {
		margin-top: 50px;
	}
	
	.donation__tabs {
		border-radius: 0 0 40px 40px;
	}
	
	.anture__tabs span {
		border-radius: 15px 15px 0 0;
		padding: 5px 10px;
	}
	
	#page__donazioni {
		margin-top: 70px;
	}
	
	.disclaimer__text {
		margin-bottom: 0;
	}
	
	.page-template-template-donazione .footer__wrap .footer__cta {
		display: none;
	}
	
	.post__thumbnail img {
		height: 200px;	
	}
	
	.post__sidebar {
		padding: 0 .75rem;
	}
	
	.post__sidebar .donation__row {
		margin-top: 0;
	}
	
	.other__news .col-lg-4 {
		margin: 30px 0;
	}
	
	.other__news .col-lg-4:first-child, .other__news .col-lg-4:last-child {
		margin: 0;
	}
	
	.other__news {
		padding-bottom: 30px;
	}
	
	.news__sharing .anture__socialbtn a {
		width: 20%;
		padding: 2px 0;
		font-size: 1.4em;
	}
	
	.news__sharing .anture__socialbtn {
		margin-top: 10px;
		width: 100%;
	}
	
	.anture__sharing {
		margin-bottom: 0;
		position: unset;
	}
	
	.news__thumbnail {
		height: 200px;
	}
	
	.anture__index {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.anture__crumbs {
		max-width: 75%;
		margin-right: .75rem;
	}
	
	.news__sharing {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.single__news .container .donation__row .col-lg-8 {
		padding-left: .75rem;
		margin-top: 50px;
	}
	
	.np__row .col-lg-6:nth-child(1), .np__row .col-lg-6:nth-child(2) {
		padding: 0 .75rem;
	}
	
	.single-news .other__news .row .col-lg-6:nth-child(2) .post__news {
		margin: 30px 0 0 0;
	}
	
	.sidebar__post.post__news.news__post {
		height: 250px;
	}
	
	.single-news .other__news.related__articles {
		margin-top: 50px;
	}
	
	.related__articles, .related__articles .row {
		height: unset;
	}
	
	.footer__wrap .donation__row .container .col-lg-3, .footer__wrap .donation__row .container .col-lg-2 {
		padding: 0 .75rem !important;
	}
	
	.footer__cta .donazioni__home {
		top: -50%;
	}
	
	.raccontare__form {
		padding: 20px 15px 1px 15px;
		border-radius: 25px;
	}
	
	.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
		left: 20px !important;
		max-width: 100% !important;
		box-shadow: 0px 2px 20px rgb(87 87 86 / 45%) !important;
	}
	
	div.cc-nb-main-container {
		padding: 30px !important;
	}
	
	.freeprivacypolicy-com---nb .cc-nb-text {
		font-size: 1em !important;
	}
	
	.freeprivacypolicy-com---nb button.cc-nb-changep {
		height: unset !important;
		margin-top: 10px !important;
	}
	
	div.freeprivacypolicy-com---pc-dialog {
		margin-bottom: 0 !important;
		bottom: 20px !important;
	}
	
	div.cc-cp-body-content-entry {
		height: 250px !important;
		overflow-y: scroll !important;
	}
	
	div.cc-cp-body-content {
		position: relative !important;
	}
	
	.cc-cp-body-content:after {
		content: '' !important;
		position: absolute !important;
		bottom: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 20px !important;
		background: linear-gradient(0deg, rgb(255 255 255 / 100%), rgb(255 255 255 / 0%)) !important;
	}
	
	.fixed__wa {
		right: 10px;
		bottom: 10px;
	}
	
	.rightpadded__col {
		padding-right: .75rem;
	}
	
	.leftpadded__col {
		padding-left: .75rem;
	}
	
	.sidebar__forum {
		margin-top: 50px;
	}
	
	.forum__row {
		margin-bottom: 100px;
	}
	
	.forum__row .col-lg-6:nth-child(odd) {
		border-right: 1px solid #d9d8d8;
		border-left: 1px solid #d9d8d8;
	}
	
	.forum__row .col-lg-6:nth-child(even) {
		border-left: 1px solid #d9d8d8;
	}
	
	.forum__row .col-lg-6:nth-last-child(2) {
		border-bottom: 1px solid #d9d8d8;
		border-radius: 0;
	}
	
	.forum__row .col-lg-6 {
		padding: 1.5rem !important;
	}
	
	.forum__row .col-lg-6:nth-child(2) {
		border-radius: 0;
		border-top: 0;
	}
	
	.forum__row .col-lg-6:first-child {
		border-radius: 20px 20px 0 0;
	}
	
	.forum__row .col-lg-6:last-child {
		border-radius: 0 0 20px 20px;
	}
	
	.topic__info {
		flex-wrap: wrap;
		visibility: hidden;
		gap: 8px;
	}
	
	.topic__info span {
		visibility: visible;
	}
	
	.forum__template .anture__sharing.news__sharing {
		margin-top: 40px;
	}
	
	.forum__template .anture__sharing.news__sharing span {
		font-size: .9em;
	}
	
	.forum__template .anture__sharing.news__sharing .anture__socialbtn {
		margin-top: 5px;
	}
	
	.answer__comic {
		margin-top: 40px;
	}
	
	.topic__comic .wp-block-group__inner-container {
		width: 100%;
	}
	
	.answer__infos {
		width: unset;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.doc__pic {
		width: 60px;
		height: 60px;
	}
	
	.doc__name {
		font-size: .9em;
	}
	
	.doc__place {
		font-size: .85em;
	}
	
	.child__infos {
		margin: 0;
		flex-direction: row;
		font-size: .85em;
	}
	
	.child__infos &gt; .infos__date {
		flex-direction: row;
		margin-right: .3rem;
	}
	
	.child__infos .infos__date .infos__grey {
		margin-right: .3rem;
	}
	
	.related__topics .related__container .row .col-lg-4:nth-child(2) {
		margin: 25px 0;
	}
	
	.anture__forum .post__sidebar .donation__row {
		margin-bottom: 60px;
	}
	
	.post__content h2, .news__incipit {
		font-size: 1.5rem;
	}
	
	.np__content h3 {
		font-size: 1.3rem;
	}
	
	.sidebar__forum h3, .singleforum__title {
		font-size: 1.35rem;
	}
	
}
</pre></body></html>