<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SEZIONE */
.post-author {
	display: none !important;
}
article.entry {
	position: relative;
}
article.entry:not(:last-child) .entry__content::after {
	content: "";
	/*border-top: 0.2rem solid #2a7e4e;
    width: 6rem;
    height: 2.4rem;*/
	display: block;
	height: 2rem;
}
article.entry.n0 .entry__content::after, article.entry.n6 .entry__content::after {
	content: "";
	/*border-top: 0.2rem solid #2a7e4e;
    width: 6rem;
    height: 2.4rem;*/
	display: block;
	height: 2rem;
}
.entry.loop img, .entry.loop img {
	width: 100%;
}
.entry.loop figure {
	margin: 0px 0px 1rem;
}
/* Elenco articoli  */
article.entry.loop figure {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	article.entry.loop figure {
		width: 100%;
		max-width: 100%;
		height: 172px;
		overflow: hidden;
	}
	article.entry.loop figure img {
		width: 100%;
		height: 172px;
		object-fit: cover
	}
	article.entry.loop.n0 figure {
		width: 100%;
		max-width: 100%;
		height: 427px;
		overflow: hidden;
	}
	article.entry.loop.n0 figure img {
		width: 100%;
		height: 427px;
		object-fit: cover
	}
}
@media only screen and (max-width: 767px) {
	article.entry.loop figure {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: 0;
		padding-top: calc(100% * (427 / 641));
	}
	article.entry.loop figure img {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/* Lista articoli (ricerca)  */
article.entry.loop-list figure {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
article.entry.loop-list figure {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 0;
	padding-top: calc(100% * (300 / 548));
}
article.entry.loop-list figure img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.entry__title {
	color: #222222;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	display: block;
}
@media only screen and (min-width: 768px) {
	.entry__title {
		font-size: 1.8rem;
		line-height: normal;
	}
}
.entry__title a {
	color: #222222;
}
.n0 .entry__title {
	font-weight: 800;
}
@media only screen and (min-width: 768px) {
	.n0 .entry__title {
		font-size: 2.8rem;
		line-height: 1.3;
		margin-bottom: 1rem;
	}
}
@media only screen and (max-width: 767px) {
	.n0 .entry__title {
		font-size: 2.5rem;
		line-height: 1.3;
	}
}
.entry__subtitle {
	color: #666666;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 1rem 0 2rem 0;
	display: block;
}
.section-inner.max-percentage {
	width: 100%;
}
.archive-header {
	padding: 0 0 3rem 0;
}
.archive-title, .archive-title h1 {
	text-align: left;
	color: #2a7e4e;
	font-size: 2.5rem;
	line-height: 1.3;
	font-weight: 800;
	margin: 0;
}
.archive-subtitle p:last-child {
	font-style: italic;
	margin-bottom: 0;
}
.intro-text {
	font-size: 1.8rem;
	margin-top: 1.8rem;
}
.post-meta {
	color: #666666;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.3rem;
	line-height: 1.9rem;
	list-style: none;
	margin: 1rem 0 2rem 0;
	padding: 0;
}
.post-meta li {
	text-align: left;
	margin: 0;
	padding: 0;
}
.post-meta a {
	color: inherit;
	text-decoration: none;
}
.post-meta a:focus, .post-meta a:hover {
	text-decoration: underline;
}
.post-meta .meta-wrapper {
	align-items: start;
	display: flex;
	flex-wrap: nowrap;
}
.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 1rem;
}
.post-meta .post-author .meta-icon svg {
	width: 1.6rem;
	height: 1.8rem;
}
.post-meta .post-date .meta-icon svg {
	width: 1.7rem;
	height: 1.8rem;
}
.post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}
.post-meta svg * {
	fill: currentColor;
}
.post-meta-wrapper.post-meta-single-bottom {
	margin-top: 1rem;
}
.pagination .nav-links {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: 600;
	margin: -1.5rem 0 0 -2.5rem;
	width: calc(100% + 2.5rem);
}
.pagination-separator {
	color: #fff;
	border: none;
	margin: 1rem 0;
}
.nav-links &gt; * {
	margin: 1.5rem 0 0 2.5rem;
}
.nav-links .placeholder {
	display: none;
	visibility: hidden;
}
.pagination a {
	color: #999999;
	text-decoration: none;
}
.pagination a:focus, .pagination a:hover {
	text-decoration: underline;
}
.pagination .dots {
	transform: translateY(-0.3em);
	color: #6d6d6d;
}
/* navigazione numerica */
.navigation ul {
	padding: 0 !important;
	margin: 0 auto 2rem auto !important;
}
.navigation li {
	display: inline-block !important;
	margin: 0.2rem 0.1rem !important;
	line-height: normal !important;
	font-size: 1.4rem;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	color: #ffffff !important;
	text-decoration: none !important;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	background-color: #184b2e;
	border-radius: 0;
	cursor: pointer;
	padding: 1rem;
	display: block;
}
.navigation li a:hover, .navigation li.active a {
	background-color: #2a7e4e;
}
/* Author Bio -------------------------------- */
.author-bio {
	margin-top: 4rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}
.hide-avatars .author-bio {
	padding-left: 0;
}
.author-bio .author-title-wrapper {
	align-items: center;
	display: flex;
	margin: 0 0 1rem 0;
}
.author-bio .avatar {
	border-radius: 50%;
	margin-right: 1.5rem;
	height: 5rem;
	width: 5rem;
}
.hide-avatars img.avatar {
	display: none;
}
.author-bio p:last-child {
	margin-bottom: 0;
}
.author-bio .author-title {
	margin: 0;
}
.author-bio .author-link {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 1em;
	text-decoration: none;
}
.author-bio .author-link:focus, .author-bio .author-link:hover {
	text-decoration: underline;
}
/* Autore */
.author-content {
	padding: 20px 20px;
	border: 1px solid #E0E0E0;
	margin-bottom: 40px;
}
.author-content p {
	font-size: 1.6rem;
}
.author-content {
	margin-top: 1rem;
}
.author-social {
	margin-right: 1rem;
}
.archive-header, .entry-header {
	padding: 2rem 0;
}
/* BOX TOP */
#site-content.boxTop {
	padding-top: 0 !important;
}
#boxTop {
	margin: 0px;
	padding: 1.5rem 1.5rem 0px 1.5rem;
	margin-bottom: 2.4rem;
	background-color: #141a31;
}
@media only screen and (min-width: 768px) {
	#boxTop {
		padding: 2rem 1.5rem 0px;
	}
}
#boxTop .archive-header, #boxTop .entry-header {
	padding: 1rem 0;
}
#boxTop, #boxTop a, #boxTop a:hover, #boxTop p, #boxTop span, #boxTop .entry__title {
	color: #ffffff !important;
}
/* Fotogallery */
#fotogallery #boxTop {
	background: #222222 !important;
}
#fotogallery .entry-header {
	padding: 2rem 0;
}
#fotogallery .entry.loop {
	position: relative;
}
#fotogallery .itemthumb {
	position: relative;
	margin-bottom: 2rem;
}
#fotogallery .iconthumb {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	border-radius: 19px;
	background-color: #2a7e4e;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 10px;
}
#fotogallery .iconthumb svg {
	color: #fff;
	width: 18px;
	height: 18px;
	display: block;
}
#fotogallery .evidenza .entry__title {
	text-decoration: none;
	font-weight: 600;
	line-height: 1.3;
	font-size: 2.5rem;
	display: block;
}
#fotogallery .entry__title {
	margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
	#fotogallery .evidenza .entry__title {
		font-size: 2.3rem;
		line-height: 1.3;
		margin-bottom: 0;
	}
}
#fotogallery figure {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	#fotogallery .evidenza figure {
		width: 100%;
		max-width: 100%;
		height: 427px;
		overflow: hidden;
	}
	#fotogallery .evidenza figure img {
		width: 100%;
		height: 427px;
		object-fit: cover
	}
	#fotogallery .elenco figure {
		width: 100%;
		height: 209px;
		max-width: 100%;
		overflow: hidden;
	}
	#fotogallery .elenco figure img {
		width: 100%;
		height: 209px;
		object-fit: cover
	}
}
@media only screen and (max-width: 767px) {
	#fotogallery figure {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: 0;
		padding-top: calc(100% * (427 / 641));
	}
	#fotogallery figure img {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/* Videogallery */
#videogallery .entry-header {
	padding: 2rem 0;
}
#videogallery .entry.loop {
	position: relative;
}
#videogallery .itemthumb {
	position: relative;
	margin-bottom: 2rem;
}
#videogallery .itemplay {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	border-radius: 19px;
	background-color: #2a7e4e;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 10px;
}
#videogallery .itemplay svg {
	color: #fff;
	width: 18px;
	height: 18px;
	display: block;
}
#videogallery .evidenza .entry__title {
	text-decoration: none;
	font-weight: 600;
	line-height: 1.3;
	font-size: 2.5rem;
	display: block;
}
#videogallery .entry__title {
	font-size: 1.6rem;
	margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
	#videogallery .evidenza .entry__title {
		font-size: 2.3rem;
		line-height: 1.3;
		margin-bottom: 0;
	}
}
#videogallery figure {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	#videogallery .evidenza figure {
		width: 100%;
		max-width: 100%;
		height: 427px;
		overflow: hidden;
	}
	#videogallery .evidenza figure img {
		width: 100%;
		height: 427px;
		object-fit: cover
	}
	#videogallery .elenco figure {
		width: 100%;
		height: 135px;
		max-width: 100%;
		overflow: hidden;
	}
	#videogallery .elenco figure img {
		width: 100%;
		height: 135px;
		object-fit: cover
	}
}
@media only screen and (max-width: 767px) {
	#videogallery figure {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: 0;
		padding-top: calc(100% * (427 / 641));
	}
	#videogallery figure img {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/* Videogallery OLD */
#videogalleryOld .videoPost {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
#videogalleryOld .video_top .videoBar {
	background: #000000 !important;
	height: 24px;
}
#videogalleryOld .video_top .videoBar .closeVideoSticky {
	top: 0px !important;
	right: 5px !important;
}
#videogalleryOld .videoPost .videoGallery, #videogalleryOld .videoPost .content_video-dimensions, #videogalleryOld .videoPost video {
	max-width: 100%;
}
#videogalleryOld .entry__title {
	color: #222222;
	text-decoration: none;
	display: inline;
	font-weight: 800;
	font-size: 2.8rem;
	line-height: 1.3;
	letter-spacing: normal;
	display: block;
}
@media only screen and (max-width: 767px) {
	#videogalleryOld .entry__title {
		font-size: 2.5rem;
		line-height: 1.3;
	}
}
#videogalleryOld .post-meta {
	margin: 1rem 0 0 0;
}
#videogalleryOld .description {
	padding: 2rem 0;
}
#videogalleryOld .description a, #videogalleryOld .description a:hover {
	color: #2a7e4e;
}
#videogalleryOld .description, #videogalleryOld .description p {
	color: #222222;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 2.6rem;
}
#videogalleryOld .entry__content {
	padding: 15px 0 0 0;
}
.altriVideo {
	position: relative;
}
.altriVideo .vediAnche span {
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: 800;
	line-height: normal;
	color: #2a7e4e;
	display: block;
}
@media only screen and (min-width: 768px) {
	.altriVideo .entry__title {
		font-size: 1.6rem;
	}
	.altriVideo .vediAnche span {
		font-size: 2.6rem;
	}
}
.altriVideo article {
	position: relative;
}
.altriVideo figure {
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	padding: 0 !important;
	max-width: 100%;
	overflow: hidden;
}
.altriVideo .entry.loop figure {
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	overflow: hidden;
}
.altriVideo .entry.loop figure img {
	position: relative !important;
	width: 100%;
	height: auto !important;
	object-fit: cover
}
.altriVideo #videoCont figure {
	margin-bottom: 0;
}
.altriVideo .entry__title {
	margin-bottom: 2rem;
}
.altriVideo .itemplay {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	border-radius: 19px;
	background-color: #2a7e4e;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 10px;
	z-index: 20;
}
.altriVideo .itemplay svg {
	color: #fff;
	width: 18px;
	height: 18px;
	display: block;
}
/* Box Scudetti */
.boxScudetti {
	position: relative;
	background: #e9f2ed;
	margin: 0 0 1.5rem 0;
	padding: 1rem;
}
.boxScudetti ul {
	align-items: baseline;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1rem;
}
.boxScudetti ul li {
	display: inline-block;
	white-space: nowrap;
	margin: 0.2rem;
}
.boxScudetti ul li img {
	width: 100%;
	max-width: 40px;
}
.boxScudetti .tags a {
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 1px;
    padding: 8px 13px;
    border-radius: 15.5px;
    background-color: #2a7e4e;
}</pre></body></html>