/* SEZIONE */
.post-author {
	display: none !important;
}
article.entry {
	position: relative;
}
article.entry:not(.loop-list):not(:last-child) .entry__content::after {
	content: "";
	border-top: 0.2rem solid rgb(0, 107, 255);
	width: 6rem;
	height: 2.4rem;
	display: block;
}
/*
article.entry.n0 .entry__content::after, article.entry.n6 .entry__content::after {
	content: "";
	border-top: 0.2rem solid rgb(0, 107, 255);
	width: 6rem;
	height: 2.4rem;
	display: block;
}
*/
@media only screen and (min-width: 768px) {
	article.entry.n0 .entry__content::after, article.entry.n5 .entry__content::after, article.entry.n6 .entry__content::after {
		content: "";
		border-top: none !important;
		width: 0;
		height: 0;
		display: none !important;
	}
	.n3 .col-img, .n4 .col-img, .n5 .col-img, .n6 .col-img {
		display: none !important;
	}
}
.entry.loop img, .entry.loop img {
	width: 100%;
}
.entry.loop figure {
	margin: 0px 0px 1rem;
}
/* Elenco articoli  */
article.entry.loop figure {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: calc(100% * (307 / 548));
	margin-bottom: 2rem;
}
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: rgb(1, 46, 79);
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.01rem;
	display: block;
}
@media only screen and (min-width: 768px) {
	.entry__title {
		font-size: 1.6rem;
		line-height: normal;
	}
}
.entry__title a {
	color: rgb(1, 46, 79);
}
.n0 .entry__title {
	font-weight: 600;
}
@media only screen and (min-width: 768px) {
	.n0 .entry__title {
		font-size: 2.2rem;
		margin-bottom: 1rem;
	}
}
@media only screen and (min-width: 1024px) {
	.n0 .entry__title {
		font-size: 2rem;
	}
}

.entry__subtitle {
	color: #666;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.01rem;
	margin: 1rem 0 2rem 0;
	display: block;
}
.section-inner.max-percentage {
	width: 100%;
}
.archive-header {
	padding: 0 0 3rem 0;
}
.archive-title {
	text-align: left;
	color: rgb(0, 107, 255);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: -0.01rem;
	font-weight: 600;
	margin: 0;
}
.occhiello {
	color: rgb(0, 107, 255);
	font-size: 1.2rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	text-transform: uppercase;
	margin: 0 0 1rem 0 !important;
	display: block;
}
.occhiello a {
	color: rgb(0, 107, 255);
}
.archive-subtitle p:last-child {
	font-style: italic;
	margin-bottom: 0;
}
.intro-text {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: -0.01rem;
	margin-top: 0.5rem;
	color: rgb(1, 46, 79);
}
.post-meta {
	color: #666;
	display: flex;
	flex-wrap: wrap;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;																	  
	font-size: 1.3rem;
	line-height: 1.9rem;
	letter-spacing: 0.2px;
	list-style: none;
	margin: 1rem 0 2rem 0;
	padding: 0;
}
.post-meta li {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;																		  
	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 > * {
	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;
}
/* Autore */
.author-content {
	padding: 20px 20px;
	border: 1px solid #E0E0E0;
	margin-bottom: 40px;
}
.author-content p {
	font-size: 1.6rem;
}
@media (min-width: 700px) {
	.pagination-separator {
		margin: 2rem 0;
	}
	.nav-short {
		display: inline;
	}
	.pagination .nav-links {
		text-transform: uppercase;
		font-size: 1.8rem;
		font-weight: 500;
		margin: -2.5rem 0 0 -4rem;
	}
	.nav-links > * {
		margin: 2.5rem 0 0 4rem;
	}
}
@media (min-width: 1000px) {
	.pagination .nav-links {
		justify-content: space-between;
		margin: 0;
		width: 100%;
	}
	.nav-links > * {
		margin: 0 2rem;
	}
	.pagination .next, .pagination .prev {
		display: block;
	}
	.pagination .prev {
		margin: 0 auto 0 0;
	}
	.pagination .next {
		text-align: right;
		margin: 0 0 0 auto;
	}
}
.pagination {
	margin-bottom: 20px;
}
/* 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;
}
.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 .entry-header {
	padding: 2rem 0;
}
#fotogallery .n43, #fotogallery .n44 {
	border-bottom: none !important;
}
#fotogallery .entry.loop {
	position: relative;
}
#fotogallery .entry__content {
	padding: 15px 0 0 0;
}
#fotogallery .itemthumb {
	position: relative;
	margin-bottom: 2rem;
}
#fotogallery .iconthumb {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	border-radius: 19px;
	background-color: #006bff;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 10px;
}
#fotogallery .iconthumb svg {
	color: #fff;
	width: 18px;
	height: 18px;
	display: block;
}
@media only screen and (min-width: 1024px) {
	#fotogallery .evidenza .entry__title {
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.1;
	}
}
#fotogallery .evidenza .entry__title {
	color: rgb(1, 46, 79);
	text-decoration: none;
	display: inline;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: normal;
}
#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: 351px;
		margin: 0;
		overflow: hidden;
	}
	#fotogallery .evidenza figure img {
		width: 100%;
		height: 351px;
		object-fit: cover
	}
	#fotogallery .elenco figure {
		width: 100%;
		height: 257px;
		max-width: 100%;
		margin: 0;
		overflow: hidden;
	}
	#fotogallery .elenco figure img {
		width: 100%;
		height: 257px;
		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% * (300 / 548));
	}
	#fotogallery figure img {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media only screen and (min-width: 768px) {
	#fotogallery .elenco.n29 .entry__content::after {
		content: "";
		border-top: none;
		width: 0;
		height: 0;
		display: none;
	}
}
/* 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: #006bff;
	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.4rem;
	display: block;
}
#videogallery .entry__title {
	font-size: 1.4rem;
	margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
	#videogallery .evidenza .entry__title {
		font-size: 2rem;
		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: #006bff;
}
#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, .altriVideo .vediAnche h3 {
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: 600;
	line-height: normal;
	color: #006bff;
	display: block;
}
@media only screen and (min-width: 768px) {
	.altriVideo .entry__title {
		font-size: 1.6rem;
	}
	.altriVideo .vediAnche span {
		font-size: 2.4rem;
	}
}
.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: #006bff;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 10px;
	z-index: 20;
}
.altriVideo .itemplay svg {
	color: #fff;
	width: 18px;
	height: 18px;
	display: block;
}
.elenco .entry__content::after {
	content: "";
	border-top: none !important;
	width: 6rem;
	height: 2.4rem;
	display: block;
}
/* Coronavirus */
#coronavirus *, #coronavirus::before, #coronavirus::after {
	word-break: normal !important;
	word-wrap: normal !important;
}
#coronavirus {
	font-size: 1.2rem;
}
#coronavirus thead th {
	font-size: 1.2rem;
	text-align: left;
}
#coronavirus td {
	font-size: 1.2rem;
}
#coronavirus td img {
	width: 30%;
	max-width: 30px;
	display: block;
	float: right;
}
#coronavirus td span {
	width: 69%;
	font-size: 1.2rem;
	display: block;
	float: left;
}
#coronavirus table.dataTable thead th, #coronavirus table.dataTable thead td {
	padding: 10px !important;
}
#coronavirus table.dataTable tbody th, #coronavirus table.dataTable tbody td {
	padding: 2px !important;
}
#coronavirus .total_row_world td {
	text-align: right;
}
#coronavirus .total_row_world td:nth-child(1) {
	text-align: left;
}
#coronavirus tr.even, #coronavirus tr.even td {
	background-color: #eee;
}
#coronavirus .total_row_body.body_world {
	display: none !important;
}
#coronavirus .dataTables_scrollBody thead .sorting_desc, #coronavirus .dataTables_scrollBody thead .sorting {
	background-image: none !important;
}
#coronavirus .dataTables_length, #coronavirus .dataTables_info, #coronavirus .dataTables_paginate {
	display: none !important;
}
/* Vaccini */
#vacciniCovid {
	font-size: 13px;
}
#vacciniCovid thead th {
	font-size: 13px;
	text-align: left;
}
#vacciniCovid td {
	font-size: 13px;
}
#vacciniCovid td img {
	width: 30%;
	max-width: 30px;
	height: auto;
	display: block;
	float: right;
}
#vacciniCovid td span {
	width: 69%;
	font-size: 13px;
	display: block;
	float: left;
}
#vacciniCovid table.dataTable thead th, #vacciniCovid table.dataTable thead td {
	padding: 10px 14px !important;
}
#vacciniCovid table.dataTable tbody th, #vacciniCovid table.dataTable tbody td {
	padding: 5px !important;
}
#vacciniCovid .total_row_world td {
	text-align: right;
}
#vacciniCovid .total_row_world td:nth-child(1) {
	text-align: left;
}
#vacciniCovid tr.even, #vacciniCovid tr.even td {
	background-color: #eee;
}
#vacciniCovid .total_row_body.body_world {
	display: none !important;
}
#vacciniCovid .dataTables_scrollBody thead .sorting_desc, #vacciniCovid .dataTables_scrollBody thead .sorting {
	background-image: none !important;
}
#vacciniCovid .dataTables_length, #vacciniCovid .dataTables_info, #vacciniCovid .dataTables_paginate {
	display: none !important;
}
/* HOME BOX */
.homeBox {
	margin: 0 1.2rem 1.2rem 1.2rem;
	padding: 2.4rem 1.2rem;
	border: 2px solid #006bff;
	background: rgb(11, 25, 40);
}
.homeBox.noBordo {
	margin: 0;
	border: none !important;
}
.homeBox .entry__title {
	color: #ffffff !important;
	font-weight: 600;
	display: block;
}
.homeBox .entry__title a, .homeBox .entry__title a:hover {
	color: #ffffff !important;
	text-decoration: none;
}
.homeBox i, .homeBox svg {
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin: 0 0.5rem 0 0;
	display: inline-block;
}
/* BOX VIDEO */
.boxVideo {
	position: relative;
	width: 100%;
	margin: 1rem 0;
	clear: both;
}
.boxVideo .contVideo {
	padding: 0;
	margin: 0 auto;
}
.boxVideo .videoPostInf {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
}
.boxVideo .entry__title {
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.2rem !important;
	margin: 0.5rem 0 0 0;
	display: block;
}
.boxVideo .entry__title a, .boxVideo .entry__title a:hover {
	color: #ffffff !important;
	text-decoration: none;
}
/* CARTINE SEZIONI */
/* azzurro */
.meteo.bgAzzurro {
	background: #f2f7fa;
	margin-bottom: 1.2rem;
	padding: 2.4rem 1.2rem;
}
.meteo.bgAzzurro .title, .meteo.bgAzzurro .title a, .meteo.bgAzzurro .title a:hover {
	color: #046a9f
}
.meteo .cartine .tabs-menu {
	list-style: none;
	height: auto;
	padding: 0;
	margin: 0;
}
.meteo .cartine ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.meteo .cartine .sx, .meteo .cartine .dx {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	border: none !important;
}
.meteo .cartine .sx {
	width: auto !important;
	max-width: 30% !important;
	float: left !important;
}
.meteo .cartine .dx {
	width: auto !important;
	max-width: 69% !important;
	margin-right: 1px !important;
	float: right !important;
}
.meteo .cartine .tabs-menu .dx li {
	width: auto;
	height: auto;
	float: left;
	background-color: #f2f7fa;
	z-index: 5 !important;
	position: relative;
	padding: 0;
	margin: 0 2px 0 0 !important
}
.meteo .cartine .tabs-menu .dx li.current {
	position: relative;
	background-color: #fff;
	z-index: 5;
}
.meteo .cartine .tabs-menu .dx li a.bt_previsioni {
	padding: 3px;
	text-transform: uppercase;
	text-align: center;
	color: #222;
	text-decoration: none !important;
	font-size: 1.2rem !important;
	border: 1px solid #ffffff;
	display: block;
}
.meteo .cartine .tabs-menu .dx li a.bt_previsioni:hover {
	color: #335c85 !important;
}
.meteo .cartine .tabs-menu .dx .current a.bt_previsioni {
	color: #335c85;
}
.meteo .cartine .tabs-menu .dx .current a.bt_previsioni:hover {
	color: #335c85 !important;
}
.meteo .cartine .tabs-menu .dx li a.bt_tmax {
	padding: 2px;
	color: #fff;
	background: #eb5d0b;
	text-decoration: none !important;
	font-size: 1rem !important;
	display: inline-block;
}
.meteo .cartine .tabs-menu .dx li a.bt_tmin {
	padding: 2px;
	color: #fff;
	background: #046a9f;
	text-decoration: none !important;
	font-size: 1rem !important;
	display: inline-block;
}
.meteo .cartine .tab {
	width: auto;
	height: auto;
	min-height: 275px;
	overflow: hidden;
	clear: both;
}
.meteo .cartine .tab-content, .meteo .cartine .previsioni, .meteo .cartine .tempMax, .meteo .cartine .tempMin {
	display: none;
}
.meteo .cartine #tab-1, .meteo .cartine #tab-1 .previsioni {
	display: block;
}
.meteo .cartine #tabs-container {
	width: auto;
	max-width: 483px;
	min-height: 281px;
	margin: 0 !important;
}
.meteo .cartine #tabs-container img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.meteo .post-meta .titElenco {
	font-size: 1.3rem;
	font-weight: 700;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
	text-transform: uppercase;
	color: #006bff;
	margin: 0 0 0.5rem 0;
	padding: 0;
	display: block;
}
.meteo .post-meta {
	width: 100%;
	text-align: left;
	margin: 0 0 1rem 0 !important;
	list-style: none !important;
}
.meteo .post-meta .post-tags {
	width: 100%;
	text-align: left;
	align-items: center;
}
.meteo .post-meta .post-tags .meta-text {
	width: 100%;
	display: block;
	text-align: left;
}
.meteo .post-meta .post-tags a {
	color: #fff;
	display: inline-block;
	font-size: 1.0rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 0;
	padding: 8px 13px;
	border-radius: 15.5px;
	background-color: rgb(0, 107, 255);
}
.meteo .post-meta .post-tags a:first-child {
	margin-left: 0px;
}
.meteo .post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}
/* BOX CITTA */
/* azzurro */
.boxCitta.bgAzzurro {
	background: #f2f7fa;
	margin-bottom: 1.2rem;
	padding: 2.4rem 1.2rem;
}
.boxCitta.bgAzzurro .title, .boxCitta.bgAzzurro .title a, .boxCitta.bgAzzurro .title a:hover {
	color: #046a9f
}
.boxCitta .titElenco {
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #006bff;
	margin: 0 0 1rem 0;
	padding: 0;
	display: block;
}
.boxCitta .title span a, .boxCitta .title span a:hover {
	text-decoration: none;
}
.boxCitta figure {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: calc(100% * (307 / 548));
}
.boxCitta figure img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.boxCitta .entry__title {
	color: rgb(1, 46, 79);
	display: block;
}
.boxCitta .entry__title a, .boxCitta .entry__title a:hover {
	color: rgb(1, 46, 79);
	text-decoration: none;
	display: block;
}
@media only screen and (min-width: 768px) {
	.boxCitta article.entry .entry__content::after {
		content: "";
		border-top: none !important;
		height: 0 !important;
	}
}
@media only screen and (max-width: 767px) {
	.boxCitta article.entry .entry__content::after {
		content: "";
		border-top: none !important;
		height: 1rem;
		display: block;
	}
}
span.vediAnche, h2.vediAnche, h3.vediAnche {
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: 600;
	line-height: normal;
	color: #006bff;
	display: block;
}