@import url("./import.css");

/*
#020407 nero
#D40000 rosso
#eef1f0 grigio chiaro
#4D4D4D grigio scuro
*/
body {
	min-height: 100vh;
	position: relative;
	color: #020407;
	font-family: "Lato", sans-serif;
	font-weight: normal;
	font-size: 15px;
}

* { box-sizing: border-box; }

.col { flex: 0 0 auto; }

a {
	line-height: 1;
	text-decoration: none;
	vertical-align: baseline;
	color: #020407;
	cursor: pointer;
	transition: color .2s linear, background-color .2s linear;
}

a:hover {
	color: #020407;
	text-decoration: underline;
}

a.btn {
	border: 2px solid #D40000;
	padding: 6px 24px 8px 6px;
	color: #020407;
	position: relative;
	line-height: 1;
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
}

a.btn:hover {
	color: #fff;
	background: #D40000;
	text-decoration: none;
}

a.btn::before {
	position: absolute;
	display: inline-block;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
	color: #020407;
	top: 7px;
	right: 8px;
	transition: color .2s linear;
}

a.btn:hover::before {
	color: #fff;
}

a.btn.btn-alt {
	border-color: #fff;
	color: #fff;
}

a.btn.btn-alt:hover {
	background-color: #fff;
	color: #D40000;
}

a.btn.btn-alt::before {
	color: #fff;
}

a.btn.btn-alt:hover::before {
	color: #D40000;
}

section {
	padding: 24px 0;
}

input {
	border: none;
	border-bottom: 2px solid #020407;
	transition: border-color .25s linear;
}

input:focus-visible {
	outline: none;
	border-color: #D40000;
}

i.fvmp-icon::before {
	font-family: fvmp_icons !important;
	font-style: normal !important;
	font-weight: 400 !important;
}



.red-cnt {
	color: #fff;
	background-color: #D40000;
	padding: 12px;
	clip-path: polygon(0 0, 0 100%, calc(100% - 24px) 100%, 100% calc(100% - 24px), 100% 0);
}

.first-red::first-letter {
	color: #D40000;
}

.line-clamp{display:-webkit-box!important;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.line-clamp.l4{-webkit-line-clamp:4;}
.line-clamp.l3{-webkit-line-clamp:3;}
.line-clamp.l2{-webkit-line-clamp:2;}
.line-clamp.l1{-webkit-line-clamp:1;}

@media screen and (max-width: 1400px) {
	.container{max-width:100%;}
}



/*
======
HEADER
======
*/

header { padding-top: 24px; }

header .row.row0 {
	flex-wrap: wrap;
	margin-top: 0;
	position: relative;
}

header .col.col-logo {
	width: 100%;
	display: flex;
	justify-content: center;
}

header .col.col-logo a.hp-link {
	/* border-bottom: 1px solid #666; */
	padding-left: 0;
	padding-right: 0;
	display: contents;
}

header .col.col-logo img {
	width: 100%;
	max-width: 180px;
}

/* header .col.col-logo .logo-caption {
    color: #666;
    font-family: 'Lato';
	padding: 0;
    font-weight: 600;
    line-height: 1;
} */

header .col.col-actions {
	position: absolute;
	right: 0;
	width: auto;
	align-self: end;
}

header .col.col-actions a {
	font-size: 22px;
}

header .col.col-navbar {
	margin-top: 16px;
}

ul.navbar-collapse {
	padding: 0;
	margin: 0;
	justify-content: center;
}

li.navbar-item {
	padding: 0;
	list-style: none;
}

li.navbar-item.navbar-close { display: none; }

a.navbar-link {
	padding: 4px 10px;
	text-transform: uppercase;
	color: #D40000;
	font-family: "Josefin Sans", sans-serif;
	text-decoration: none;
	font-weight: 500;
	transition: color .2s linear;
	display: inline-block;
    position: relative;
}

/* Mostra / nascondi ricerca */
header .row0 .col-fb,
header .row0 .col-email,
header .row0 .col-search {
	width: auto;
}

header .row0 .col-actions a,
header .navbar-toggle {
	color: #020407;
	font-size: 22px;
	width: 22px;
	height: 32px;
	display: flex;
	align-items: center;
	text-decoration: none;
}

header .row0 .col-actions a {
	justify-content: center;
}

header .row0 .col-fb a {
	width: 32px;
	color: #D40000;
}

header .row0 .col-fb a i.icon-facebook { font-size: 32px; }

header .row0 .col.col-search {
	position: relative;
}

header .row0 .row10.show-search > .col > a {
	opacity: 0;
	pointer-events: none;
}

header .row0 .row10 > .col > a {
	transition: opacity .25s linear;
}

header .row0 .row10.show-search .col-search .search-dropdown {
	opacity: 1;
	pointer-events: all;
}

header .col-search .search-dropdown {
	position: absolute;
	bottom: 0;
	right: 0;
	left: auto;
	opacity: 0;
	transition: opacity .25s linear;
	pointer-events: none;
	display: flex;
	align-items: center;
	padding-right: 12px;
	background-color: #fff;
}

header .col-search .search-dropdown a {
	color: #020407;
	font-size: 22px;
	margin-left: .5rem;
}

/* ### NAVBAR ### */
@media screen and (min-width: 992px) {
	a.navbar-link:hover,
	a.navbar-link.active { color: #020407; }

	a.navbar-link::after {
		width: 100%;
		max-width: 96px;
		height: 0;
		border-top: 10px solid #D40000;
		position: absolute;
		bottom: -14px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		z-index: 2;
		opacity: 0;
		transition: opacity .2s linear;
	}
	
	a.navbar-link:hover::after,
	a.navbar-link.active::after {
		opacity: 1;
	}
}

@media screen and (max-width: 991px) {
	header { padding-bottom: 16px; }

	header .col.col-logo {
		margin-bottom: 16px;
	}

	header .col.col-navbar {
		margin-top: 0;
	}
	
	header .col.col-navbar { margin-top: 0; }
	header .col.col-navbar .navbar {
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 0;
		background: #0000;
		pointer-events: none;
		transition: background-color .4s linear;
	}

	body.navbar-visible header .col.col-navbar .navbar {
		pointer-events: all;
		background: #02040788;
	}

	header .col.col-navbar .navbar-collapse {
		position: absolute;
		left: max(-100%, -320px);
		background: #0000;
		width: 100%;
		max-width: 320px;
		height: 100% !important;
		transition: left .4s ease-out;
		padding: 0;
		overflow-y: auto;
	}

	body.navbar-visible header .col.col-navbar .navbar-collapse {
		left: 0;
	}

	header .col.col-navbar ul.navbar-collapse li.navbar-item {
		width: 100%;
		background: #D40000;
	}

	header .col.col-navbar ul.navbar-collapse li.navbar-item:last-of-type {
		padding-bottom: 8px;
		clip-path: polygon(0 0, 0 100%, calc(100% - 24px) 100%, 100% calc(100% - 24px), 100% 0);
	}
	
	header .col.col-navbar ul.navbar-collapse li.navbar-item a.navbar-link {
		display: block;
		padding: 8px 12px;
		font-size: 28px;
		font-weight: 300;
		color: #fff;
	}

	header .col.col-navbar ul.navbar-collapse li.navbar-item a.navbar-link.active {
		font-weight: 700;
	}

	header .col.col-navbar ul.navbar-collapse li.navbar-item.navbar-close { display: inline-block; }
	header .col.col-navbar ul.navbar-collapse li.navbar-item.navbar-close a.navbar-close-btn {
		display: inline-block;
		padding: 12px;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 22px;
	}
}





/*
======
FOOTER
======
*/

footer {
	width: 100%;
	padding-bottom: 12px;
	font-size: 14px;
}

footer .row0 {
	margin-top: 24px;
	border-top: 1px solid #D40000;
	padding-top: 24px;
	flex-wrap: nowrap;
}

footer .col {
	flex: 0 1 auto;
	padding-bottom: 12px;
}

footer .logo-fvp { width: 160px; }
footer .footer-title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

footer .row0 .col3 { text-align: end; }
footer .row0 .col3 ul {
	padding: 0;
	margin: 0;
}

footer .row0 .col3 ul li {
	padding: 0;
	list-style: none;
}

footer .row0 .col3 a:not(:hover),
footer .row0 .col4 a:not(:hover) { color: #D40000; }

footer .row0 .col4 { text-align: end; }

/* @media screen and (max-width: 991px) {
	footer .row0 { flex-wrap: wrap; }

	footer .row0 .col0,
	footer .row0 .col1,
	footer .row0 .col2 { width: calc(100% / 3); }

	footer .row0 .col3 { text-align: start; }

	footer .row0 .col3,
	footer .row0 .col4 { width: 50%; }

	footer .row0 .col1 { text-align: center; }

	footer .row0 .col2,
	footer .row0 .col4 { text-align: end; }
} */

@media screen and (max-width: 991px) {
	footer .row0 .col0,
	footer .row0 .col1,
	footer .row0 .col2,
	footer .row0 .col3,
	footer .row0 .col4 {
		width: 100%;
		text-align: center;
	}

	footer .row0 {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}





/*
====
HERO
====
*/

#section-hero { padding-top: 0; }

#section-hero .sites {
	position: relative;
	display: flex;
	margin-top: -24px;
	z-index: 1;
}

#section-hero .sites .site-cnt {
	display: inline-block;
	width: 240px;
	height: 100px;
	padding-top: 32px;
	margin-left: 24px;
	line-height: 1;
}

#section-hero .sites .site-cnt:last-of-type { margin-right: 24px; }

#section-hero .sites .site-cnt .site-caption {
	font-weight: 300;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

#section-hero .sites a.site-cnt {
	font-weight: 700;
	color: #fff;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
	transition: background-color .2s linear;
	cursor: pointer;
}

#section-hero .sites a.site-cnt:hover {
	background: #4D4D4D;
}

@media screen and (min-width: 400px) and (max-width: 991px) {
	#section-hero .swiper-hero .swp-caption {
		padding-bottom: 32px;
	}
}

@media screen and (max-width: 399px) {
	#section-hero .sites {
		margin-top: 12px;
		flex-direction: column;
	}
	
	#section-hero .sites .site-cnt {
		padding: 12px;
		margin: 0;
		width: 100%;
		height: unset;
	}
	
	#section-hero .sites .site-cnt:not(:last-of-type) {
		margin-bottom: 12px;
	}
}





/*
==========
FONDAZIONE
==========
*/

#section-fondazione {}

#section-fondazione .row0 .col.col-description,
#section-fondazione .row0 .col.col-map .red-cnt {
	display: flex;
	flex-direction: column;
	align-items: start;
}

#section-fondazione .row0 .col.col-description,
#section-fondazione .row0 .col.col-map {
	width: 50%;
	font-size: 20px;
	line-height: 1.2;
}

#section-fondazione .row0 .col.col-map .red-cnt {
	line-height: 1.2;
	padding-left: 200px;
	padding-bottom: 32px;
	position: relative;
    height: 300px;
}

#section-fondazione .row0 .col.col-map img.map {
	position: absolute;
	left: 12px;
	bottom: 12px;
	width: 240px;
	object-fit: contain;
}

#section-fondazione .row0 .col.col-description span { color: #4D4D4D; }

#section-fondazione .row0 .col.col-description h3,
#section-fondazione .row0 .col.col-map h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
}

#section-fondazione .row0 .col.col-description span,
#section-fondazione .row0 .col.col-map span {
	margin-bottom: 24px;
}

#section-fondazione .row0 .col.col-description a.btn { align-self: flex-end; }
#section-fondazione .row0 .col.col-map a.btn { margin-left: auto; }

#section-fondazione .row0 .col.col-map .fnd-map-info {
	/* display: flex;
	align-items: flex-start;
	width: 100%; */
	display: contents;
}

@media screen and (max-width: 1399px) {
	#section-fondazione .row0 .col.col-map .red-cnt {
		height: 360px;
	}
}

@media screen and (max-width: 1199px) {
	#section-fondazione .row0 .col.col-map .red-cnt {
		padding-left: 180px;
		height: 380px;
	}
}

@media screen and (max-width: 991px) {
	#section-fondazione .row0 .col.col-map { width: calc(100% * 2 / 3); }
	#section-fondazione .row0 .col.col-description { width: calc(100% / 3); }
}

@media screen and (max-width: 767px) {
	#section-fondazione .row0 .col.col-map,
	#section-fondazione .row0 .col.col-description { width: 100%; }

	#section-fondazione .row0 .col.col-description { margin-bottom: 24px; text-align: center; }
	#section-fondazione .row0 .col.col-description a.btn { align-self: center; }
}

@media screen and (max-width: 575px) {
	#section-fondazione .row0 .col.col-map .red-cnt {
		padding: 12px;
		height: unset;
		text-align: center;
	}

	#section-fondazione .row0 .col.col-map img.map {
		display: none;
	}

	#section-fondazione .row0 .col.col-map a.btn {
		margin: 0 auto;
	}
}







/*
=======
ARCHIVI
=======
*/

#section-arc { background-color: #eef1f0; }

#section-arc .col {
	width: 50%;
	display: flex;
	flex-direction: column;
}

#section-arc .swiper .swiper-slide .swp-img {
	height: 360px;
}

#section-arc .col.col-slideshow .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	top: unset;
	bottom: 0;
}

#section-arc .col.col-slideshow .swiper-arc .swp-caption {
    padding-bottom: 32px;
	text-align: end;
}

#section-arc .col-description h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

#section-arc .col-description span {
	font-size: 20px;
	line-height: 1.2;
	color: #4D4D4D;
	margin-bottom: 24px;
}

#section-arc .col-description a.btn {
	align-self: flex-end;
}

@media screen and (min-width: 768px) {
	#section-arc .row0 .col.col-slideshow { order: 0; }
	#section-arc .row0 .col.col-description { order: 1; }
}

@media screen and (max-width: 991px) {
	#section-arc .row0 .col.col-slideshow { width: calc(100% * 3 / 5); }
	#section-arc .row0 .col.col-description { width: calc(100% * 2 / 5); }
}

@media screen and (max-width: 767px) {
	#section-arc .row0 .col.col-slideshow,
	#section-arc .row0 .col.col-description { width: 100%; }

	#section-arc .row0 .col.col-description { margin-bottom: 24px; }
}





/*
======
EVENTI
======
*/

#section-evn .col {
	width: 25%;
	display: flex;
	flex-direction: column;
	position: relative;
}

#section-evn .col-description h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

#section-evn .col-description span {
	font-size: 20px;
	line-height: 1.2;
	color: #4D4D4D;
	margin-bottom: 24px;
}

#section-evn .col-description a.btn {
	align-self: flex-end;
}

#section-evn .col.col-evn .evn-img-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
}

#section-evn .col.col-evn .evn-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#section-evn .col.col-evn .evn-link span {
	color: #020407;
	display: block;
}

#section-evn .col.col-evn .evn-link:hover span {
	text-decoration: underline;
}

#section-evn .col.col-evn .evn-link .evn-date,
#section-evn .col.col-evn .evn-link .evn-title { font-family: Jost, sans-serif; }

#section-evn .col.col-evn .evn-link .evn-date {
	color: #D40000;
	font-weight: 300;
}

#section-evn .col.col-evn .evn-link .evn-title {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#section-evn .col.col-evn .evn-link .evn-description {
	color: #4D4D4D;
}


#section-evn .col.col-evn .evn-link .evn-img-wrapper .rollover {
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: background-color .2s linear;
	position: absolute;
}

#section-evn .col.col-evn .evn-link:hover .evn-img-wrapper .rollover { background: #D40000AA; }

@media screen and (max-width: 991px) {
	#section-evn .row0 .col.col-description {
		width: 100%;
		margin-bottom: 24px;
	}

	#section-evn .row0 .col.col-evn,
	#section-evn .row0 .col.col-facebook
	 { width: calc(100% / 3); }
}

@media screen and (max-width: 575px) {
	#section-evn .row0 { justify-content: center; }
	#section-evn .row0 .col.col-evn,
	#section-evn .row0 .col.col-facebook { width: 50%; }

	#section-evn .row0 .col.col-facebook { width: 100%!important; }

	#section-evn .col.col-evn:not(:last-of-type) { margin-bottom: 24px; }
}

@media screen and (max-width: 399px) {
	#section-evn .row0 .col.col-evn,
	#section-evn .row0 .col.col-facebook {
		width: 100%;
	}

	#section-evn .row0 .col.col-evn:not(:last-of-type) {
		padding-bottom: 16px;
		border-bottom: 2px solid #eef1f0;
		margin-bottom: 24px;
	}
}





/*
=========
STRUMENTI
=========
*/

#section-tls {
	background-color: #eef1f0;
	margin-bottom: 96px;
}

#section-tls .col {
	width: 25%;
	position: relative;
}

#section-tls .col.col-tls .tls-img-wrapper {
	width: 100%;
	padding: 0 20% 64px;
	position: relative;
}

#section-tls .col.col-tls .red-cnt {
	position: absolute;
	top: calc(100% - 48px);
	left: 10%;
	right: 10%;
	padding: 16px;
	text-align: center;
	height: 140px;
}

#section-tls .col.col-tls .red-cnt .tls-title {
	font-family: Jost;
	font-size: 20px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#section-tls .col.col-tls .red-cnt .tls-description {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}

#section-tls .col-description h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

#section-tls .col-description span {
	font-size: 20px;
	line-height: 1.2;
	color: #4D4D4D;
	margin-bottom: 24px;
}

#section-tls .col.col-tls a.tls-link .tls-img {
	opacity: 1;
	transition: opacity .2s linear;
}

#section-tls .col.col-tls a.tls-link .tls-img.img-hover {
	position: absolute;
	left: 20%;
	right: 20%;
	bottom: 64px;
	opacity: 0;
}

#section-tls .col.col-tls a.tls-link:hover .tls-img { opacity: 0; }
#section-tls .col.col-tls a.tls-link:hover .tls-img.img-hover {
	opacity: 1;
}

#section-tls .col.col-tls a.tls-link .red-cnt { transition: background-color .2s linear; }
#section-tls .col.col-tls a.tls-link:hover .red-cnt { background-color: #4D4D4D; }

@media screen and (min-width: 768px) {
	#section-tls .row0 .col.col-tls { order: 0; }
	#section-tls .row0 .col.col-description { order: 1; }
}

@media screen and (max-width: 991px) {
	#section-tls .row0 .col.col-description {
		width: 100%;
		margin-bottom: 24px;
		order: 0;
	}

	#section-tls .row0 .col.col-tls {
		width: calc(100% / 3);
		order: 1;
	}
}

@media screen and (max-width: 575px) {
	#section-tls { margin-bottom: 0; }

	#section-tls .row0 {
		justify-content: center;
	}

	#section-tls .row0 .col.col-tls {
		width: 50%;
	}

	#section-tls .col.col-tls .tls-img-wrapper {
		padding-bottom: 16px;
	}
	
	#section-tls .col.col-tls .red-cnt {
		position: relative;
		top: unset;
		left: unset;
		right: unset;
		height: unset;
	}

	#section-tls .col.col-tls:not(:last-of-type) .tls-link {
		display: block;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 399px) {
	#section-tls .row0 .col.col-tls {
		width: 100%;
	}

	#section-tls .row0 .col.col-tls:not(:last-of-type) {
		padding-bottom: 16px;
		border-bottom: 2px solid #eef1f0;
	}
	
	#section-tls .col.col-tls .tls-link { margin-bottom: 0; }
}





/*
===============
PAGINA GENERICA
===============
*/

section.page-header {
	padding-top: 16px;
}

section.page-header .red-cnt {
	padding: 8px;
}

section.page-header h2 {
	font-size: 60px;
	text-transform: uppercase;
	margin: 16px 12px 0;
	line-height: 1;
}

@media screen and (max-width: 991px) {
	section.page-header {
		padding-top: 0;
	}
}





/*
==================
DETTAGLIO GENERICO
==================
*/

/* INFO */

section.detail-info {
	background-color: #eef1f0;
	color: #4D4D4D;
}

section.detail-info .row0 .col0,
section.detail-info .row0 .col1 { width: 50%; }

section.detail-info h1.page-title {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}

@media screen and (max-width: 991px) {
	section.detail-info .row0 .col0,
	section.detail-info .row0 .col1 { width: 100%; }

	section.detail-info .row0 .col0 { margin-bottom: 16px; }
}



/* LINKS */

section.detail-links {}

/* dettaglio generico link */
section.detail-links .row0 .col0,
section.detail-links .row0 .col1 {
	width: 50%;
	position: relative;
}
section.detail-links.has-image .row0 .col1 img { cursor: pointer; }

section.detail-links:not(.has-image) .row0 .col0 { width: 100%; }
section.detail-links:not(.has-image) .row0 .col1 { display: none; }
section.detail-links:not(.has-image) .row0 .gallery { display: none; }

/* override dettaglio link per podcast */
.lyt-detail-podcast section.detail-links .row0 .col0 { width: 50%; }
.lyt-detail-podcast section.detail-links .row0 .col1 { display: block; line-height:12px }

section.detail-links .links {
	margin-bottom: 24px;
}

section.detail-links .link {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
	line-height: 1;
	width: fit-content;
	margin-bottom:15px;
}

section.detail-links .link i {
	font-size: 38px;
	color: #D40000;
	margin-right: 12px;
}

section.detail-links .gallery-title {
	font-family: "Jost", sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
}

section.detail-links .gallery{display:flex;flex-wrap:wrap;align-items:flex-start;}
section.detail-links .gallery-title{width:100%}
section.detail-links .gallery img{width:100%}
section.detail-links .gallery a{width:calc((100% - 24px) / 3);margin:0 8px 8px 0}

@media screen and (max-width: 768px) {
	section.detail-links .gallery a{width:calc((100% - 16px) / 2);margin:0 8px 8px 0}
}

@media screen and (max-width: 575px) {
	section.detail-links .gallery a{width:calc((100% - 16px) / 2);margin:0 8px 8px 0}
}

@media screen and (max-width: 320px) {
	section.detail-links .gallery a{width:100%;margin:0 0 8px 0}
}

@media screen and (max-width: 991px) {
	section.detail-links .row0 .col0,
	section.detail-links .row0 .col1 { width: 100%; }
}





/*
================
DETTAGLIO EVENTO
================
*/

section.detail-info { font-size: 17px; }

section.detail-info .evn-type {
	text-transform: uppercase;
	display: block;
	font-weight: 300;
	margin-bottom: 16px;
}

section.detail-info .evn-date,
section.detail-info .evn-time {
	display: block;
	font-weight: 700;
	line-height: 1.2;
}

section.detail-info a.location {
	display: flex;
	align-items: center;
	width: fit-content;
	margin-top: 16px;
}

section.detail-info a.location:hover {
	text-decoration: underline;
	color: #020407;
}

section.detail-info a.location i {
	font-size: 60px;
	color: #D40000;
	margin-right: 12px;
}

section.detail-info a.location small {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	color: #4D4D4D;
}

section.detail-info a.location:hover i { text-decoration: none; }

#map {
	width: 100%;
	min-height: 256px;
	height: calc(80vh - 64px);
}

.marker-icon i.icon-map-marker {
	font-size: 48px;
	color: #D40000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.marker-icon i.icon-map-marker::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.location .evn-date{font-size:17px}

.location .evn-hour{font-size:15px;line-height:18px}



#map .leaflet-popup-content { margin: 8px 12px; }

.leaflet-popup .map-place {
	color: #D40000;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 6px;
	display: inline-block;
}

.modal-dialog button.close {
	border: none;
	background: none;
	font-weight: 700;
	/* color: transparent; */
}

/* .modal-dialog button.close::after {
	content: "TODO"
} */

#evn-share-cnt {
	opacity: 0;
	pointer-events: none;
	max-height: 0;
	transition: opacity .2s linear, max-height .2s ease;
}

#evn-share-cnt.show {
	opacity: 1;
	pointer-events: all;
	max-height: 60px;
}


/*
========
LYT-LIST
========
*/
.lyt-list .row00{display:flex;flex-wrap:wrap;padding-bottom:20px;}
.lyt-list .row00 .search-filters{display:flex;width:100%!important;align-items:center;margin-bottom:15px;}
.lyt-list .row00 .search-filters ul,.lyt-list .row00 .search-filters ul li{list-style-type:none;margin:0;padding:0;}
.lyt-list .row00 .search-filters .search-filters-lbl{padding-right:10px}
.lyt-list .row00 .search-filters ul li a{padding:8px;background:#D40000;color:#D40000;display:block;overflow:hidden;text-indent:-7px}

.lyt-list .row00 .search-filters ul li a .filter-name{display:none}
.lyt-list .row00 .search-filters ul li a .filter-value{color:#FFF;}

.lyt-list .row00 .nrec span{font-weight:700}
.lyt-list .row00 > div{width:50%!important;padding:0 25px}
.lyt-list .row00 .rpe-year{text-align:right;}
.lyt-list .row00 .nrec{}
.lyt-list .row00 .rpe-year label{margin:0 10px 0 0}
.lyt-list .row00 .rpe-year button{display:none!important}


/*
============
LYT-LIST-EVN
============
*/
.lyt-list-evn{}

.lyt-list-evn .row0{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px}
.lyt-list-evn .col-evn a{}
.lyt-list-evn .col-evn p{margin:0;padding:0;}
.lyt-list-evn .col-evn .evn-title{color:#D40000;}
.lyt-list-evn .col-evn .evn-description{}

.lyt-list-evn .row0 .col-evn{}


#section-evn {}

#section-evn .col {
	width: 25%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.lyt-list-evn .col-evn .col-description h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.lyt-list-evn .col-evn .col-description span {
	font-size: 20px;
	line-height: 1.2;
	color: #4D4D4D;
	margin-bottom: 24px;
}

.lyt-list-evn .col-evn .col-description a.btn {
	align-self: flex-end;
}

.lyt-list-evn .col-evn .evn-img-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
}

.lyt-list-evn .col-evn .evn-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.lyt-list-evn .col-evn .evn-link span {
	color: #020407;
	display: block;
}

.lyt-list-evn .col-evn .evn-link:hover span {
	text-decoration: underline;
}

.lyt-list-evn .col.col-evn .evn-link .evn-date,
.lyt-list-evn .col.col-evn .evn-link .evn-title { font-family: Jost, sans-serif; padding-bottom:1px;}

.lyt-list-evn .col.col-evn .evn-link .evn-date {
	color: #D40000;
	font-weight: 300;
}

.lyt-list-evn .col.col-evn .evn-link .evn-title {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.lyt-list-evn .col.col-evn .evn-link .evn-description {
	color: #4D4D4D;
}


.lyt-list-evn .col.col-evn .evn-link .evn-img-wrapper .rollover {
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: background-color .2s linear;
	position: absolute;
}

.lyt-list-evn .col.col-evn .evn-link:hover .evn-img-wrapper .rollover { background: #D40000AA; }

@media screen and (max-width: 991px) {
	.lyt-list-evn .row0{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}

}

@media screen and (max-width: 768px) {
	.lyt-list-evn .row0{display:grid;grid-template-columns:1fr 1fr;gap:20px}

}

@media screen and (max-width: 575px) {
	.lyt-list-evn .row0{display:grid;grid-template-columns:1fr;gap:20px}
}



/*
============
LYT-LIST-ATT
============
*/
.lyt-list-att{}
.lyt-list-att .row0{margin:0;}
.lyt-list-att .col-att{margin:0;padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #DDD}
.lyt-list-att .col-att a{}
.lyt-list-att .col-att p{margin:0;padding:0;}
.lyt-list-att .col-att .att-title{color:#D40000;}
.lyt-list-att .col-att .att-description{padding-bottom:1px;line-height: 16px;}



/*
=====
PAGER
=====
*/
div.pager{padding:20px 0;}
div.pager ul,div.pager ul li{margin:0 2px 0 0;padding:0;}
.pager{display:block;text-align:left}
.pager li{display:inline-block!important;vertical-align:top;border-radius:0;margin-right:2px}
.pager li.disabled a,.pager li.disabled span,.pager li.disabled a:hover,.pager li.disabled span:hover{color:#CCC;background:#F0F0F0;}
.pager li a,.pager li span{border-radius:0;padding:7px 14px;border:1px solid #ddd;}
.pager li.status span{border:0 none;}
.pager li.page.active span{background:#D40000;color:#FFF }
.pager li.page a:hover{background:#F0F0F0;text-decoration:none;}

/* SM */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.pager li span,.pager li a{padding-left:8px;padding-right:8px}
}

/* XS */
@media only screen and (min-width: 0) and (max-width: 767px) {
	.pager .page{display:none!important;}
	.pager .page.active{display:inline-block!important;}
}

/*
========
GLYT-FNZ
========
*/
.glyt-fnz{padding:20px 0 0 0}
.glyt-fnz a{color:#D40000}
.glyt-fnz ul,.glyt-fnz ul li{list-style-type:none;margin:0;padding:0;}
.glyt-fnz ul li:nth-child(1) .region:before{content:"Regione";display:block;font-weight:bold}
.glyt-fnz ul li:nth-child(1) .city:before{content:"Comune";display:block;font-weight:bold}
.glyt-fnz ul li:nth-child(1) .name:before{content:"Nome";display:block;font-weight:bold}
.glyt-fnz ul li:nth-child(1) .region:before,
.glyt-fnz ul li:nth-child(1) .city:before,
.glyt-fnz ul li:nth-child(1) .name:before{border-bottom:1px solid #CCC;padding:3px;font-size:17px;margin-bottom:8px;}
.glyt-fnz ul li{padding-bottom:10px;border-bottom:1px dashed #CCC;margin-bottom:10px;}
.glyt-fnz ul li .foundation{display:grid;grid-template-columns: 1fr 1fr 1fr;gap:3px;font-size:17px}
.glyt-fnz ul li:nth-child(1) .foundation{gap:0}
.glyt-fnz ul li .foundation > div{}


@media only screen and (min-width: 0) and (max-width: 767px) {
	.glyt-fnz{}
	.glyt-fnz ul li .foundation{display:block;}
	.glyt-fnz ul li .region:before,
	.glyt-fnz ul li .city:before,
	.glyt-fnz ul li .name:before{display:inline-block!important;padding:0!important;margin-right:3px;border-bottom:0 none!important;padding:0;font-size:16px!important}
	.glyt-fnz ul li .region:before{content:"Regione: ";font-weight:bold}
	.glyt-fnz ul li .city:before{content:"Comune: ";font-weight:bold}
	.glyt-fnz ul li .name:before{content:"Nome: ";font-weight:bold}
	.glyt-fnz ul li .foundation > div{font-size:16px}
	.glyt-fnz ul li .foundation > div:empty{display:none}
}

/* ### View di Facebook farlocca ### */
.col-facebook .fb-embed .fb-header {
	width: 100%;
	height: 130px;
	position: relative;
}

.col-facebook .fb-embed .fb-logo{display:block}
.col-facebook .fb-header{text-align:center;}
.col-facebook .social-fb{font-size:48px;margin-bottom:30px;color: #D40000;}

.col-facebook .fb-embed .fb-banner {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.col-facebook .fb-container {
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
	width: 100%;
	height: 100%;
	background: #E6E6E6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	padding: 12px;
	border-radius: 0 0 4px 4px;
	text-align:center;
}
.col-facebook .fb-container .fb-body
{
	display:block;
	padding:15px;
} 
.col-facebook .fb-container .fb-body strong{display:block}

/* ### Fine view di Facebook farlocca ### */

/*
======
SWIPER
======
*/

.swiper-slide {
	background-color: #fff;
}

.swiper .swiper-slide .swp-img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.swiper .swiper-slide .swp-img-wrapper {
	position: relative;
}

.swiper .swiper-slide .swp-img-wrapper .swp-caption {
	padding: 16px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: 700;
	font-style: italic;
	width: 100%;
	max-width: 400px;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    width: auto;
    height: auto;
    top: 4px;
    right: 4px;
    left: unset;
    bottom: unset;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #FFF;
	opacity: .5;
	transition: opacity .4s linear, background-color .4s linear;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #D40000;
	opacity: 1;
}






.jssocials-share-twitter .jssocials-share-link:hover { text-decoration: none; }







/* NO DEBUG */
.debug { display: none !important; }


