:root {
	--greenMain: #009967;
	--greenHover: #3ad70f;
	--TextDefault: #666;
}



/******************************** CORE, COMMON ELEMENTS & MENU */

a,
.header__menu .site-nav li>a,
.mc-home-news article h4 {
	transition: .5s all;
	color: var(--greenMain);
}

a:hover,
.header__menu .site-nav li>a:hover {
	color: var(--greenHover);
}

.header__brand .site__name a:hover {
	color: var(--greenMain);
}

main a,
.acf-block-preview a {
	font-weight: 700;
}

main h3 em,
.acf-block-preview h3 em {
	color: inherit;
}

.btn-primary,
.btn-secondary,
.btn-tertiary,
.btn-complementary,
.cpt-list article,
.cpt-list-search article,
section.mc-latest-news .container--posts .swiper-slide .post-categories a,
.cpt-list article .post-categories a,
.cpt-list-search article .post-categories a {
	border-radius: 0;
}

.btn-secondary {
	background-color: var(--greenMain) !important;
	color: #fff;
}

.btn-primary:hover,
.btn-secondary:hover,
main .category-list .current-cat a,
.acf-block-preview .category-list .current-cat a {
	background-color: var(--greenHover) !important;
	color: #fff;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

img.aligncenter {
	margin: 20px auto;
}

p:has(img.aligncenter) {
	text-align: center;
}

.no_border_bottom {
	margin-bottom: 0;
}

#single-share path {
	fill: var(--greenMain);
}

#single-share a:hover path {
	fill: var(--greenHover);
}

.breadcrumb {
	color: inherit;
	font-size: 1.4rem;
}

.breadcrumb a,
.breadcrumb span {
	color: var(--greenMain);
	font-size: 1.3rem;
}

.breadcrumb span a span {
	font-weight: 700;
}

.breadcrumb .current-item {
	color: #000;
}

section#sos-parkinson .container .text::before,
section.mc-slider .item-wrapper::before,
main>section.background--image::after,
.acf-block-preview>section.background--image::after,
section.single-hero::after {
	background-color: rgba(0, 0, 0, .45);
}

#top-bar #dona-menuTopBar a {
	padding: 10px 20px;
	margin: 0px 0px 0px 10px;
	font-weight: 700;
	background-color: var(--greenHover);
}

.header__menu .site-nav li svg {
	fill: var(--greenMain);
}

.header__menu .site-nav li:hover svg {
	fill: var(--greenHover);
}

.header__menu .site-nav li ul li a {
	color: #000;
}

header .header__brand {
	display: flex;
	align-items: flex-start;
}

header .header__brand .site__name {
	font-size: 4rem;
	line-height: 3rem;
	color: var(--greenMain);
	font-weight: 500;
}

header .header__brand .site__description {
	margin: 5px 0 0 5px;
	font-size: 1.1rem;
}

header#header .container,
#top-bar .container {
	width: 100%;
	max-width: 1320px;
}

#top-bar .container .service-nav {
	gap: 25px;
}

#site-search #search-form {
	background-color: var(--greenMain);
	color: #fff;
}

#site-search input[type=search] {
	background-color: #fff;
	border: 0;
}

#back-to-top {
	bottom: 10px;
	right: 15px;
	padding: 7px 12px 6px 12px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
	-webkit-transition: background .3s, -webkit-transform .2s;
	transform: none;
	transition: none;
}

#back-to-top img {
	width: 20px;
}

#text-resizer-global {
	flex-direction: row;
	position: fixed;
	bottom: 10px;
	top: unset;
	-webkit-transform: none;
	transform: none;
	right: 70px;
	z-index: 9997;
	padding: 0;
	gap: 0;
}

#text-resizer-global button {
	font-size: 14px;
	padding: 10px 10px;
	transition: .5s all;
}

#text-resizer-global button:hover {
	background-color: var(--greenHover) !important;
}

#article-tts-wrapper {
	position: fixed !important;
	width: unset !important;
	bottom: 10px !important;
	right: 220px !important;
	-webkit-transform: none !important;
	transform: none !important;
	z-index: 99999 !important;
	font-size: 15px;
	color: #111;
	padding: 0 !important;
	background-color: transparent !important;
	border: none !important;
	left: unset !important;
	box-shadow: none !important;
	backdrop-filter: none;
}

#article-tts-wrapper button {
	background: var(--greenMain) !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
	color: #fff;
	border: none;
	padding: 10px 19px;
	margin-left: 10px;
	margin-right: unset;
	font-size: 14px;
	display: flex;
	transition: .5s all;
}

#article-tts-wrapper button[disabled] {
	display: none;
}

#article-tts-wrapper button:hover {
	background-color: var(--greenHover) !important;
	transform: none;
}

#article-tts-wrapper div:has(select),
#tts-status {
	display: none;
}



/******************************** HOMEPAGE ONLY */

.home section.mc-slider .item::after {
	display: none;
	background-color: rgba(0, 0, 0, 0);
}

section.mc-slider .item-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

section.mc-slider .item-wrapper>* {
	position: relative;
	z-index: 10;
}

section.mc-slider .item .container {
	padding: 0;
}

section.mc-slider .item .item-wrapper> :not(a),
.mc-banner-donate .container> :not(a),
.mc-banner-newsletter .text__wrapper,
.mc-banner-newsletter .wpcf7-list-item-label,
.mc-hero h1 {
	text-shadow: 3px 3px 3px #383838;
}

.home section.mc-counter,
.home .mc-latest-news .site-name {
	display: none;
}

section.mc-latest-news .container--posts .swiper-slide {
	border-radius: 0;
}

.home section.mc-latest-news.section-padding {
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 50px;
}

.home section.mc-latest-news .container--posts .swiper-slide .post-categories {
	display: none;
}

.home section.mc-latest-news .date,
.home section.mc-home-news .date {
	font-weight: 200;
	font-size: 1.3rem !important;
}

.home section.mc-home-news {
	margin-top: 100px;
}

.home section.mc-home-news .date img,
section.mc-latest-news .container--posts .swiper-slide .date img {
	display: none;
}

.home section.mc-home-news article:hover h4 {
	color: var(--greenHover);
}

.home section.mc-home-news .article-content:hover h4 {
	color: var(--greenMain);
}

.home section.mc-home-news article .post-categories:hover a {
	background-color: var(--greenHover);
	color: #fff;
}

.home section.mc-latest-news .container--posts .swiper-slide a.cta,
.home section.mc-home-news article .article-content a.cta,
.home .mc-cards .item-content>a {
	display: none;
}

section.mc-latest-news .latest-news-slider-navigation .prev-nav-el,
section.mc-latest-news .latest-news-slider-navigation .next-nav-el {
	border: 2px solid var(--greenMain);
}

section.mc-latest-news .latest-news-slider-navigation .prev-nav-el:hover,
section.mc-latest-news .latest-news-slider-navigation .next-nav-el:hover {
	border: 2px solid var(--greenHover);
}



/******************************** SINGLE POST */

section.single-hero.section-padding {
	padding: 125px 15px;
}

section.single-hero h1 {
	text-shadow: 3px 3px 3px #383838;
}

section#single-content .meta-data {
	gap: 30px;
	margin-bottom: 20px;
}

section#single-content .meta-data span,
section#single-content .meta-data a,
section#single-content .meta-data .authors {
	font-size: 1.5rem;
}

section#single-content .post-date {
	font-size: 1.5rem;
	margin-top: 0;
}

section#single-content .post-date .date {
	margin-bottom: 0;
	color: inherit;
	font-size: 1.5rem;
}

.post-date img {
	display: none;
}

.fonte p,
section#single-content .single-post-content .fonte p {
	font-weight: 400;
	font-size: 1.5rem !important;
}

section#single-content .post-categories a {
	background-color: var(--greenMain) !important;
	color: #fff;
}

section#single-content .post-categories a:hover {
	background-color: var(--greenHover) !important;
	color: #fff;
}



/******************************** SINGOLI BLOCCHI MC */

section#sos-parkinson .container {
	align-items: flex-start;
}

section#sos-parkinson * {
	text-align: left;
}

section#sos-parkinson .container .btn-secondary {
	margin: 30px auto 0 0 !important;
}

section.mc-timeline #slider .item {
	flex-direction: column;
}

section.mc-timeline #slider .item .year {
	-webkit-transform: none;
	transform: none;
	position: relative;
	bottom: 0;
	left: 0;
}

section.mc-timeline .timeline-slider-navigation .prev-nav-el,
section.mc-timeline .timeline-slider-navigation .next-nav-el {
	position: relative;
	z-index: 10;
}

.mc-title-text.no__margin {
	margin-bottom: 20px;
}

section.mc-accordions .accordions .text.active {
	max-height: max-content;
}

section#archive .date img,
section#archive .cpt-list .article-content a.cta,
section#related-posts .date img,
section#related-posts .cpt-list .article-content a.cta,
section#search .date img,
section.mc-cpt-list .date img,
section.mc-category-news .date img,
section.mc-cpt-list a.cta,
section.mc-category-news a.cta {
	display: none;
}

section#related-posts .cpt-list article .date {
	font-weight: 200;
}

section#donate-box>.container {
	border: 1px solid #dbdbdb;
	padding: 15px;
	background-color: #f8ffe1;
	display: flex;
	flex-direction: row-reverse;
	width: 1320px;
}

section#donate-box a {
	margin-top: 0;
	width: 160px;
	margin-right: 30px;
}

section#donate-box #donate-box-text {
	font-size: 1.6rem;
	line-height: 1.4;
	display: block;
	color: #444;
	font-style: italic;
	font-weight: 400;
}

section#archive-page-hero h1 {
	text-transform: uppercase;
	font-size: 5rem !important;
	line-height: 1.2;
	color: #fff;
	position: relative;
	z-index: 2;
	text-shadow: 3px 3px 3px #383838;
}

.archive_author_bio {
	margin-bottom: 80px;
}

section#categorie-articoli .container {
	padding: 0;
}

section#categorie-articoli h3 {
	margin-bottom: 40px;
}

section#categorie-articoli .category-list {
	justify-content: flex-start;
}

/******************************** PAGINE/POST SPECIFICI */

.page-id-120 main>section {
	/* PAGINA DONA ORA */
	margin-bottom: 0;
}


/******************************** DESKTOP ONLY */

@media (min-width: 1025px) {

	.header__menu .site-nav>li>ul {
		left: -15px;
	}

	.header__menu li:has(#site-search-open-mobile) {
		display: none;
	}

	#site-search-open img {
		height: 22px;
		filter: brightness(200);
		position: relative;
		top: 2px;
	}

	body.single-post #single-content>.container {
		padding: 0;
	}

	section.mc-slider .item .item-wrapper {
		max-width: 750px;
		padding: 30px 60px;
		position: inherit;
	}

	section.mc-latest-news .latest-news-slider-navigation {
		position: relative;
		top: -50px;
		margin-bottom: -50px;
		justify-content: flex-end;
	}

	section.mc-latest-news .container--posts .swiper-slide .article-content {
		min-height: 260px;
	}

	footer .container {
		padding: 0;
	}

}



/******************************** MOBILE ONLY */

@media (max-width: 1024px) {

	section#donate-box {
		padding: 0 15px;
	}

	section#donate-box .container {
		flex-direction: column;
		gap: 15px;
	}

	li.donate-li {
		display: none;
	}

	#top-bar #dona-menuTopBar {
		display: none;
	}

	header .header__brand .site__name {
		font-size: 2.5rem;
		line-height: 2rem;
	}

	header .header__brand .site__description {
		margin: 5px 0 0 3px;
		font-size: .6rem;
	}

	.header__menu .site-nav {
		justify-content: center;
		height: 85vh;
		gap: 20px;
		margin-top: 15vh;
		justify-content: flex-start;
	}

	.header__menu .site-nav li a {
		font-size: 1.8rem;
		line-height: 2rem;
	}

	#text-resizer-global,
	#article-tts-wrapper,
	#back-to-top {
		z-index: 20 !important;
	}

	.breadcrumb,
	.breadcrumb span {
		font-size: 1rem;
	}

	.home section.mc-home-news {
		margin-top: 40px;
	}

	section#single-content .meta-data {
		gap: 0px;
		align-items: flex-start;
		flex-direction: column;
	}

	section.single-hero.section-padding.mb-5 {
		margin-bottom: 25px !important;
	}

	section.mc-slider .item .item-wrapper {
		padding: 20px;
		position: initial;
	}

	section.mc-slider .item .item-wrapper ul li {
		font-size: 1rem;
	}

	section.mc-latest-news .latest-news-slider-navigation {
		position: absolute;
		margin-top: 95px;
		z-index: 10;
		width: 90%;
		left: 5%;
		justify-content: space-between;
	}

	section.mc-latest-news .container--posts .swiper-slide {
		margin-bottom: 0;
	}

	section#single-content .single-post-content p,
	section#single-content .single-post-content span,
	section#single-content .single-post-content ul,
	section#single-content .single-post-content li,
	section#single-content .single-post-content a,
	section#single-content .single-post-content div {
		font-size: 1.8rem !important;
		line-height: 1.4 !important;
	}

	section.single-hero h1 {
		font-size: 3rem;
	}

	section#archive-page-hero h1 {
		font-size: 3rem !important;
	}

	section#categorie-articoli {
		padding: 0 15px;
	}

	section#categorie-articoli .category-list {
		display: flex;
	}

}



/******************************** "OLD" SMARTPHONES ONLY */

@media (max-width: 767px) {

	header .header__brand img {
		width: 185px;
	}

	header .header__brand img#prelogo-header {
		display: none;
	}

	header .mobile-donate-link {
		padding: 10px;
	}

}