/*
*	Theme Name: Grandangolo Agrigento
*	Description: Tema Grandangolo Agrigento
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

* {
	font-family: 'Roboto';
}

a:hover {
	text-decoration: none !important;
}

html {
	scroll-behavior: smooth;
}

.navbar {
	border-radius: 0 !important;
}

:root {
	--primary-color: linear-gradient(45deg, rgba(32,124,103,1) 0%, rgba(154,205,94,1) 100%);
}

.navbar {
	background-color: #4A4849;
	padding: 0 15px;
}

.navbar .logo {
	width: 230px;
}

.menu-navbar {
	display: flex;
	list-style-type: none;
	margin: 0;
}

.social {
	transition: all .1s ease-out;
}

.menu-navbar > li {
	background-color: rgba(255,255,255,0.15);
	margin: 0 5px;
	border-radius: 50%;
}

.mobile-menu .logo {
	margin: 0 auto;
	display: block;
	padding: 20px 0;
	width: 240px;
}
.mobile-menu {
	height: calc(100vh - 40px);
	position: fixed;
	background-color: #000;
	z-index: 99999999;
	right: 100%;
	transition: all 0.2s ease-out;
	top: 0;
}

.mobile-menu ul {
	list-style-type: none;
	padding: 20px;
}

.mobile-menu ul li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu ul li:hover {
	cursor: pointer;
}
.mobile-menu ul li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
}
.close {
	width: 20px;
	fill: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 1 !important;
}
.mobile-menu span {
	text-transform: uppercase;
}
.social-menu {
	display: flex;
	list-style-type: none;
	margin: 0;
	justify-content: center;
}
.social-menu > li {
	background-color: rgba(255,255,255,0.15);
	margin: 0 5px;
	border-radius: 50%;
	padding: 0 !important;
}
.social-menu li > a {
	height: max-content;
	display: flex;
	padding: 8px;
}
.social-menu li a > svg {
	width: 18px;
	height: 18px;
	fill: #fff;
}
.social-menu li a:hover svg {
	width: 20px;
	height: 20px;
}

.menu-navbar li > a {
	height: max-content;
	display: flex;
	padding: 8px;
}

.screen-ricerca {
	height: 100vh;
	width: 100vw;
	bottom: 100vh;
	background-color: rgba(0, 0, 0, .9);
	position: absolute;
	z-index: 99999999;
	display: flex;
	justify-content: center;
	transition: all 0.2s ease-out;
}
.screen-ricerca > .close {
	fill: #fff;
	width: 40px;
}
.screen-ricerca input {
	height: 30px;
	align-self: center;
	background: transparent;
	border: 0;
	color: #fff!important;
	font-size: initial!important;
	width: 50%;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(45deg, rgba(32,124,103,1) 0%, rgba(154,205,94,1) 100%);
	border-image-slice: 1;
	padding: 20px 0;
	font-weight: 300;
}

.menu-navbar li a > svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.menu-mobile {
	display: none;
	transition: all 0.5s ease;
}
.menu-mobile:hover {
	cursor: pointer;
	fill: var(--primary-color);
}

.navbar-sub div > svg {
	width: 20px;
	transition: all .2s ease-in;
}
.navbar-sub div > svg:hover {
	fill: var(--primary-color);
	cursor: pointer;
}

.navbar-sub div > ul {
	padding: 0 120px;
	display: flex;
	list-style-type: none;
	justify-content: space-between;
}

.navbar-sub div ul > li {
	text-transform: uppercase;
	padding: 0 10px 10px 10px;
	border-bottom: 5px solid transparent;
}
.navbar-sub div ul > li:hover {
	border-bottom: 5px solid transparent;
	border-image: linear-gradient(45deg, rgba(32,124,103,1) 0%, rgba(154,205,94,1) 100%);
	border-image-slice: 1;
	cursor: pointer;
}

.navbar-sub div ul li > a {
	font-family: 'Oswald';
	text-decoration: none;
	color: #333333;
	font-weight: 500;
}

.titolo-sezione {
	float: left;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	margin-top: 0;
}

.titolo-sezione > span {
	font-family: 'Oswald';
	color: #0e925f;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 700;
	background: #fff;
	line-height: 1;
	padding: 5px 13px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.titolo-sezione > span > a { 
	color:#0e925f!important;
}

/*
.titolo-sezione > span {
	font-family: 'Oswald';
	color: #fff;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	background: var(--primary-color);
	line-height: 1;
	padding: 5px 13px;
	position: relative;
	text-transform: uppercase;
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
	z-index: 1;
}
*/

.titolo-sezione::before {
	content: '';
	background: #555;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 100%;
	height: 1px;
}

.vertical-list:hover .vertical-list-img {
	cursor: pointer;
	filter: brightness(0.8);
}

.vertical-list:hover .vertical-list-title {
	opacity: 0.7;
}

.vertical-list-img {
	width: 100%;
	padding-bottom: 56.25%;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	transition: all .2s ease-out;
}

.vertical-list-content {
    display: flex;
    color: #ccc;
    padding-bottom: 20px;
    align-items: center;
    margin-top: 8px;
}

.vertical-list-num {
	width: 10%;
	font-family: Oswald;
	font-size: xxx-large;
	font-weight: 700;
}

.vertical-list-details {
	width: 100%;
}

.vertical-list-details-from {
	font-family: Oswald;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1rem;
	color: #0e925f;
}
.vertical-list-details-from > span {
	font-family: 'Roboto';
	font-weight: 400;
	text-transform: initial;
}

.vertical-list-title {
	font-size: 2.5rem;
	margin: 0;
	font-family: 'Oswald';
	color: #222;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.banner {
	margin-bottom: 20px;
	width: 100%;
	padding-bottom: 107.14%;
	background-position: center!important;
	background-size: cover !important;
	background-repeat: no-repeat!important;
	position: relative;
}

.play {
	padding: 13px;
	font-size: 20px;
	background: var(--primary-color);
	width: 46px;
	height: 46px;
	position: absolute; 
	left: 20px;
	top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	z-index: 9999999;
}

.details {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	padding: 10px;
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 90%,rgba(0,0,0,.9) 100%);
	padding-top: 90px;
	height: 100%;
	z-index: 1;
}

.details::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .2s ease-out;
}

.details:hover:after {
	background: #00000030;
	cursor: pointer;
}

.details > .container {
	width: 95% !important;
	position: absolute;
	bottom: 10px;
}

.menu-widget {
	color: #aaa;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	padding: 5px 13px;
	text-transform: uppercase;
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
	text-transform: uppercase;
	list-style-type: none;
	display: flex;
	padding: 0;
	justify-content: space-around;
}

.menu-widget li > a {
	color: #fff;
	align-items: center;
	display: flex;
	text-decoration: none;
}

.menu-widget li a > span {
	padding: 10px;
	color: #aaa;
	font-family: 'Oswald';
}
.menu-widget li a span:hover {
	color: #000;
}

.menu-widget-active {
	background: var(--primary-color);
	color: #fff !important;
}

.list-element {
	margin-bottom: 15px;
}

.list-element:hover {
	cursor: pointer;
}
.list-element:hover .list-element-img {
	filter: brightness(0.8);
}
.list-element:hover h2 {
	opacity: .7;
}

.list-element:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

.list-element-img {
	float: left;
	width: 25%;
	display: block;
	transition: all .2s ease-out;
	object-fit: cover;
	background-size: cover !important;
}

.list-element-content {
	float: left;
	width: 75%;
	padding-left: 15px;
}

.list-element-content > span {
	font-family: 'Oswald';
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1rem;
	color: #777;
}

.list-element-content span > span {
	font-family: 'Roboto';
	font-weight: 400;
	text-transform: initial;
}

.list-element-content > h2 {
	font-size: 1.5rem;
	margin: 0;
	font-family: 'Oswald';
	color: #222;
	font-weight: 700;
}

.section-title {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.section-title::before {
	content: '';
	background: #555;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 100%;
	height: 1px;
	z-index: 0;
}

.section-title > span {
	background: var(--primary-color);
	color: #fff;
	display: inline-block;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1;
	padding: 5px 13px;
	position: relative;
	text-transform: uppercase;
	transform: skewX(-15deg);
	z-index: 1;
}

.list-element2:hover .list-element2-img, .list-element2:hover .list-element2-content h2 {
	opacity: .8;
	cursor: pointer;
}

.list-element2:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

.list-element2-img {
	float: left;
	width: 35%;
	display: block;
	position: relative;
	transition: all .2s ease-out;
}

.list-element2-immagine {
	width: 100%;
	padding-bottom: 56.25%;
	background-position: center;
	background-size: cover;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.list-element2-content {
	float: left;
	width: 65%;
	padding-left: 15px;
}

.list-element2-content > span {
	font-family: 'Roboto';
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1rem;
	color: #0be6af;
}

.list-element2-content span > span {
	font-family: 'Roboto';
	font-weight: 400;
	color: #777;
	text-transform: initial;
}

.list-element2-content > h2 {
	font-size: 1.9rem;
	margin: 0;
	font-family: 'Oswald';
	color: #fff;
	font-weight: 700;
	transition: all .2s ease-out;
}

.banner2 {
	margin-bottom: 20px;
	width: 100%;
	padding-bottom: 56.25%;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	position: relative;
}

.play2 {
	padding: 10px;
	background: var(--primary-color);
	width: 30px;
	height: 30px;
	position: absolute; 
	left: 5px;
	top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
}

.play3 {
	padding: 10px;
	background: var(--primary-color);
	width: 25px;
	height: 15px;
	position: absolute; 
	left: 5px;
	top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	z-index:1;
}

.details-card {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1rem;
	color: #222;
}
.details-card > span {
	font-weight: 400;
	text-transform: initial;
}
.card {
	justify-content: space-evenly;
	display: flex;
	flex-direction: column;
}
.card > h2 {
	font-family: 'Oswald';
	font-size: 2.8rem;
}
.card > p {
	font-size: 1.8rem;
	font-weight: 300;
}

.morenews-banner {
	background-size: cover !important;
}

.morenews-banner, .card h2 {
	transition: all .2s ease-out;
}
.morenews-cards:hover {
	cursor: pointer;
}

.morenews-cards:hover .morenews-banner {
	filter: brightness(0.8);
}

.morenews-cards:hover .card h2 {
	opacity: .8;
}

.details-widget div, .details-widget h2 {
	transition: all .1s ease-out;
}
.details-widget:hover div {
	filter: brightness(0.8);
	cursor: pointer;
}
.details-widget:hover h2 {
	opacity: .8;
	cursor: pointer;
}

footer {
	padding: 30px 0;
	margin-top: 30px;
	background-color: #4A4849;
}

.logo-footer {
	width: 200px;
}

.copy {
	text-align: center;
	color: #fff;
}

.menu-footer li a {
	transition: all .2s ease-out;
}
.menu-footer li a:hover {
	color: #fff !important;
	text-decoration: none;
}

.firma {
	background: var(--primary-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all .2s ease-out;
	font-weight: 400;
}
.firma:hover {
	filter: contrast(300%);
	cursor: pointer;
}

.firma > a, .firma > a:hover, .firma > a:focus {
	text-decoration: none;
}

.gotopbr {
	position: fixed;
	background: rgba(0,0,0,.3);
	width: 50px;
	height: 50px;
	top: 50%;
	right: 0;
	fill: #fff;
	padding: 5px;
	transform: translate(0, -50%);
}

.gotopbr > svg {
	width: 100%;
	height: 100%;
	margin: 0;
}

/* -- MODULI -- */
.clone1,.clone2 {
	display: none;
}

@media only screen and (max-width: 479px) {
	.clone1 {
		display: none !important;
	}
	.clone2 {
		display: block;
	}
	.clone2 > .col-xs-12 {
		display: flex !important;
		align-items: center;
		padding-bottom: 20px;
	}
	.clone2 .vertical-list-img {
		width: 13%;
		flex-shrink: 0;
		padding: 13%;
		height: 0;
	}
	.clone2 .vertical-list-title {
		font-size: 4vw !important;
	}
	.details-widget {
		padding: 20px !important;
	}
}

@media only screen and (max-width: 991px) {
	.clone1 {
		display: block;
	}
	.trending {
		display: none;
	}

}

@media only screen and (max-width: 1002px) {
	.navbar2, .social-grid {
		display: none;
	}

	.menu-mobile {
		display: block;
		fill: #777;
	}
	.menu-mobile > svg {
		width: 30px;
		height: 30px;
		display: inherit;
	}
	.logo {
		width: 100px;
	}
	.lente-menu-mobile {
		display: block !important;
		fill: #777;
		transition: all 0.5s ease;
	}
	.lente-menu-mobile:hover {
		cursor: pointer;
		fill: var(--primary-color);
	}
	.lente-menu-mobile > svg {
		width: 30px;
		height: 30px;
	}
	.mobile-menu {
		width: 100% !important;
	}
}

@media only screen and (max-width: 993px) {
	.blackbox {
		display: block !important;
	}
	.list-element2 {
		padding: 10px 0;
	}
	.ltv-1 {
		display: none;
	}
	.ltv-2 {
		display: block !important;
	}
	.morenews-banner {
		width: 40vw !important;
	}
}

@media only screen and (max-width: 769px) {
	.navbar {
		margin-bottom: 0 !important;
	}

	.banner-col {
		padding: 0 !important;
	}

	.container h2 {
		font-size: 21px !important;
		line-height: 120%!important;
		letter-spacing: initial!important;
	}

	.container .apertura h2 {
		font-size: 29px !important;
	}

	.banner-col h2 {
		font-size: 10.5vw !important;
	}
	.card h2 {
		margin: 0;
		font-weight: 700;
	}
	.card p {
		display: none;
	}
	.card span {
		color: #777;
	}
	.morenews-cards .col-md-6 {
		padding-right: 10px;
		padding-left: 10px;
	}
	.footer {
		z-index: 999999;
		position: relative;
	}
}

@media only screen and (max-width: 1200px) {
	.menu-footer {
		padding: 0 !important;
		display: block !important;
		text-align: center;
	}
	.menu-footer li {
		padding: 0 10px;
		display: inline-block;
	}
}

@media only screen and (min-width: 598px) {
	.screen-ricerca > .close {
		top: 80px;
		right: 80px;
	}
	.screen-ricerca input {
		padding: 40px 0;
		font-size: 50px;
	}
}

@media (max-width: 991px) {
	.apertura .vertical-list-img {
		padding-bottom: 70%;
	}	
}

.apertura .vertical-list-img {
	padding-bottom: 120%;
}

.apertura .vertical-list-content {
	display: block;
	width: 95%;
	margin: -40px auto 0px;
	position: relative;
	background: #fff;
	padding: 15px;	
}

@media (min-width: 992px) {

	.apertura .vertical-list-img {
		padding-bottom: 70%;
	}
	
	.apertura .vertical-list-title {
		font-size: 3.6rem;
		line-height: 120%;
	}

}
@media only screen and (max-width: 400px) {
	.logo {
		width: 50vw !important;
	}
}



/*
	###################################################
	----------------- SINGLE_ARTICLE ------------------
	###################################################
*/
.categoria {
	font-family: 'Oswald';
	/*background: var(--primary-color);*/
	color: #0e925f;
	display: inline-block;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1;
	padding: 5px 13px 5px 0;
	text-transform: uppercase;
	/*
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
	*/
	margin: 15px 0 0 0;
}

.titolo-articolo {
	font-family: 'Oswald';
	color: #000;
	font-weight: 700;
	font-size: 5rem;
	line-height: 1.1;
}

.desc-articolo {
	color: #555;
	font-weight: 400;
	line-height: 1.55;
	font-size: 1.8rem;
}

.image-author {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat;
	width: 46px;
	height: 46px;
	position: relative;
	border: 2px solid #ddd;
	border-radius: 50%;
}

.data-author > div {
	color: #999;
	font-weight: 500;
}
.data-author a {
	font-weight: 700;
	color: #000;
	text-decoration: none;
	transition: all .2s ease-out;
}
.data-author a:hover {
	color: #999;
	text-decoration: none;
}

.twitter-author svg {
	height: 13px;
	width: 13px;
	fill: #00ACED;
}

.single-article-banner {
	width: 100%;
	padding-bottom: 56.25%;
	background-size: cover !important;
	background-repeat: no-repeat;
	margin-top: 15px;
}

.share-grid {
	list-style-type: none;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	.share-grid {
		display: none;
	}
}

.share-grid li {
	border-radius: 50%;
	color: #fff;
	float: left;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 8px;
	padding-top: 11px;
	position: relative;
	text-align: center;
	width: 40px;
	height: 40px;
}

.share-grid svg {
	width: 13px;
	fill: #fff;
}

.contenuto {
	color: #000;
	font-weight: 400;
	line-height: 1.55;
	font-size: 1.8rem;
}

.related {
	overflow-x: scroll;
}

.related > .title {
	font-weight: 700;
	font-size: 1.5rem;
}
.related > .tags {
	color: #777;
	text-transform: uppercase;
	font-size: 1.3rem;
	word-spacing: 10px;
	font-weight: 600;
	margin-right: 10px;
}
.tags > a {
	background: var(--primary-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.tags > a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.non-perderti {
	padding: 25px 0;
}

.non-perderti svg {
	fill: #bbb;
	width: 30px;
	height: 30px;
}

.non-perderti span {
	background: var(--primary-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 700;
}

.non-perderti h2 {
	font-size: 2rem;
	font-family: 'Oswald';
	color: #222;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	transition: all 0.2s ease-out;
}

.non-perderti .row:hover h2, .non-perderti .row:hover svg {
	opacity: 0.6;
}
.non-perderti .row:hover {
	cursor: pointer;
}
.non-perderti a:hover, .non-perderti a:focus {
	text-decoration: none;
}

.data-staff .title {
	color: #444;
	font-weight: 700;
	font-size: 2rem;
}

.data-staff svg {
	width: 20px;
	margin: 0 4px 0 0;
	fill: #999;
	transition: all 0.2s ease-out;
}
.data-staff svg:hover {
	cursor: pointer;
	fill: #000;
}

.image-author-2 {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	position: relative;
	border: 2px solid #ddd;
	border-radius: 50%;
}

.author-box-text {
	color: #777;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px 0;
}

.mosaico p {
	font-family: 'Oswald';
	color: #222;
	font-weight: 700;
	line-height: 1.2;
	font-size: 1.4rem;
	padding: 10px 0 20px 0;
}

.mosaico:hover .mosaico-img {
	filter: brightness(0.8);
	transition: all 0.2s ease-out;
}
.mosaico:hover p {
	opacity: 0.6;
	transition: all 0.2s ease-out;
}
.mosaico:hover {
	cursor: pointer;
}

.mosaico-img {
	width: 100%;
	padding-bottom: 56.25%;
	background-size: cover !important;
}

#comments-container {
	display: none;
}

.comments {
	margin: 0 auto;
	display: block;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	border-radius: 3px;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 100%;
	padding: 15px 0;
	text-transform: uppercase;
	text-align: center;
	width: 70%;
	transition: all 0.2s ease-out;
}
.comments:hover {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

.post-wrap span {
	font-weight: 700;
	text-transform: uppercase;
	color: #777;
	font-size: 1.1rem;
	line-height: 1;
}

.post-wrap .year {
	font-weight: 400;
	color: #777;
	font-size: 1.1rem;
	text-transform: initial;
}

.post-wrap p {
	font-family: 'Oswald';
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
}

.post-wrap-img {
	width: 100%;
	padding-bottom: 56.25%;
	background-size: cover !important;
}

.post-wrap .play-button {
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 30px;
	background: var(--primary-color);
	padding: 5px;
	border-radius: 50%;
	margin: 15px;
}
.play-button > svg {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.post-wrap:hover {
	cursor: pointer;
}
.post-wrap:hover .post-wrap-img {
	filter: brightness(0.8);
	transition: all 0.2s ease-out;
}
.post-wrap:hover p {
	opacity: 0.6;
	transition: all 0.2s ease-out;
}

.share-grid-mobile {
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: yellow;
	padding: 0;
	margin: 0;
	list-style-type: none;
	left: 0;
	justify-content: space-evenly;
	display: none;
	z-index: 99999;
}
.share-grid-mobile a {
	width: 100%;
	text-align: center;
}
.share-grid-mobile svg {
	height: 20px;
	margin: 10px 0;
	fill: #fff;
	vertical-align: middle;
}

/*fade in/out*/
.fade-in {
  transition: opacity 400ms;
}
.fade-out {
  opacity: 0;
}

.black-text {
	color: #000;
}
.black-text:hover {
	color: #000;
	opacity: 0.8;
}

.comment-notes {
	font-size: 1.2rem;
}

.comment-form {
	display: grid;
}

#commentform textarea, #commentform input {
	width: 100% !important;
}

#comment, #author, #email {
	background: #f6f6f6;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 5px 0px #eee inset;
	margin-bottom: 9px;
	font-size: 1.3rem;
}

label[for=comment], label[for=author], label[for=email] {
	color: #888;
	font-size: 1.3rem;
}

#comment:focus-visible, #author:focus-visible, #email:focus-visible {
	outline: 0 !important;
}
#comment, #author, #email {
	padding: 5px;
}

label[for=wp-comment-cookies-consent] {
	font-size: 1.3rem;
	color: #000;
	margin: auto 0;
}

.comment-form-cookies-consent {
	display: flex;
	align-items: center;
}
.comment-form-cookies-consent > #wp-comment-cookies-consent {
	width: 20px !important;
	margin: 0 20px;
}

.form-submit > #submit {
	background: #888;
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	padding: 10px 15px;
	text-transform: uppercase;
}
.form-submit > #submit:hover {
	background: #555;
}

.comment-list ol {
	background: #f5f5f5;
	padding: 15px 15px 0;
	border-bottom: 1px solid #ddd;
}
.comment-list {
	list-style-type: none;
	padding: 0;
}
.avatar {
	padding: 15px;
}

.says {
	display: none;
}

#menu-main-menu {
    max-height: 70vh;
    overflow: hidden;
    overflow-y: scroll;
}

.photogallery-container { background: #222221;padding: 10px 0px;margin: 0 }
.photogallery-title { padding: 0px 10px;color: #fff }
.photogallery-title span { color: #0e925f; }
.photogallery-title i { margin: 0px 4px; }
.photogallery-0, .photogallery-1, .photogallery-2, .photogallery-3, .photogallery-4, .photogallery-5, .photogallery-6 { background-size: cover!important; background-position: center!important; background-repeat: no-repeat!important; margin: 20px 10px; }
.photogallery-0{ height: 330px; }
.photogallery-1{ height: 198px; }
.photogallery-2, .photogallery-3 { height: 264px; }
.photogallery-4, .photogallery-5 { height: 158px; }
.photogallery-6 { height: 192px; }
.photogallery-container { margin-bottom: 1rem; }

@-webkit-keyframes flash{0%{opacity:1}50%{opacity:.1}to{opacity:1}}
@keyframes flash{0%{opacity:1}50%{opacity:.1}to{opacity:1}}

.in-real-time { 
	padding-left: 10px; 
	font-size: 13px;
}

.in-real-time:before {
    -webkit-animation: flash 2s linear 0s infinite running;
    animation: flash 2s linear 0s infinite running;
    background-color: #770101;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 4px;
    width: 8px;
    margin-left: -5px;
}

.details>.container .in-real-time:before,
.banner .in-real-time:before,
.list-element2-content .in-real-time:before {
	background-color: #fff!important;
}

.list-element2-content .in-real-time {
	color: #fff;
}

.ultime-notizie {
	padding: 5px 0 5px;
    border-top: 1px solid #e1e1e1;
}
.ultime-notizie:before {
	-webkit-animation: flash 2s linear 0s infinite running;
    animation: flash 2s linear 0s infinite running;
    background-color: #d70202;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 4px;
    width: 8px;
    margin-left: 2px;
    margin-bottom: 3px;
}

.ultime-notizie span,
.ultime-notizie a {
	color: #d70202;
    font-weight: bold;
    font-size: 1.7rem;
    font-family: 'Oswald';
}

.is .hoi {
	display: none!important;
}


#gallery_images i.fas.fa-angle-left, 
#gallery_images i.fas.fa-angle-right,
.gallery_images i.fas.fa-angle-left, 
.gallery_images i.fas.fa-angle-right {
    padding: 0px;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSAction{ 
	line-height: 35px;
    display: inline-block;
    width: 100%;
	border-bottom: thin solid #eeeeee;
    border-top: thin solid #eeeeee;
    top: 0px;
    position: absolute;
	height: 35px;
}

.lSSlideOuter .lightSlider{ padding-top:40px}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}



/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: all 0.12s linear 0s 0.35s linear 0s;
    transition: all 0.12s linear 0s 0.35s linear 0s;
    -khtml-opacity: 0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
   -khtml-opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery li{
	max-height: 80px;
}

.lSSlideOuter .lightSlider li div{
	height: 500px;
    width: 100%;    
	display: inline-block;background-size:contain; 
	background-position:center; 
	background-repeat:no-repeat;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
	    width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/


/* slider actions */
.lSAction > a, #countslide {
    width: 35px;
    display: block;
    top: 50%;
	text-align: center;
    height: 100%;
    background-color: #0e925f;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 0px;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction > a{ color:#fff}
.lSAction > a:hover {
    background-color: #0b7049;
}

#countslide{
     width: 90px;
    right: 35px;
	text-align:center;
    background: transparent;
}

#descrizione_tematica {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
}

#testo_tematico{
	float: left;
    width: 75%;
	padding: 10px 0px;
}

/* #testo_tematico strong {
 *     color: #d24562;
 *     }*/

#btn_tematico{
	background: #d24562;
    float: left;
    width: 25%;
    top: 0;
    right: 0px;
    height: 100%;
    position: absolute;
}

#btn_tematico a.btn_dc {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
	width:100%;
    position: absolute;
}

.lSAction > .lSPrev {
    background-position: 0 0;
 right: 125px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 0px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.leggi-articolo{
	padding: 20px 0px;
}


@media only screen and (max-width:1024px) {
	.lSSlideOuter .lightSlider li div {height: 600px;}
}


@media only screen and (max-width:768px) {
		.lSSlideOuter .lightSlider li div {height: 480px;}

}

@media only screen and (max-width:580px) {
	#testo_tematico {
     float: none;
     width: 100%;
     padding: 10px 15px;
     height: auto;
}

span.sfoglia {
    display: none!important;
}

   #btn_tematico {
    height: 30px;
	float: none;
    position: relative;
	top: inherit;
	right: inherit;
	  width: 100%;
  }
	
#countslide {
    width: 70%;
    margin: auto;
    text-align: center;
    position: relative;
    right: inherit;
}

#gallery_container{
margin-top: 20px;}

        .lSAction > .lSPrev{ right:inherit; left:0px}
	.lSSlideOuter .lightSlider li div {
		height: 380px;}

#desktop_menu .inner_box, .flex-container, div#article, div#gallery {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.header_post, #info_gallery, #descrizione_tematica {
    padding: 0px 20px;
}

div#info_gallery, #descrizione_tematica{
padding-top:15px}

.lSAction{ border:none;
    border-bottom: thin solid #eeeeee;
    border-top: thin solid #eeeeee;}


}

@media only screen and (max-width:480px) {
 .lSSlideOuter .lightSlider li div {
    height: 300px;
 }	
}

.post-content .gallery_images ul.gallery{
	margin:0px!important
}
.post-content .gallery_images ul li:before {
    display: none;
    padding: 0px;
}

.post-content .content_gallery{
	width:100%;
}

.post-content .gallery_images {
    padding: 0px!important;
}


.post-content .lSSlideOuter .lightSlider li div {
   background-color: #fff;
}

.post-content .gallery_images .lSAction {
	    color: #0e925f;padding-left: 10px;
}

#countslide{
	color: #333;
}

.post-content .content_gallery {
	background: #fff;
	padding: 0px!important;

}

.post-content .content_gallery #descrizione-foto {
    max-height:inherit;
    overflow:auto;
	font-size: 14px;
    line-height: 17px;
}


.post-content .gallery_images .lSSlideOuter .lSPager.lSGallery{
	display:none!important
}


.post-content .gallery_images {
    min-height: 526px;
}

.content_box p:first-child {
    padding-top: 0px;
}

.post-content .gallery_images #testo_tematico {
    padding-left: 20px;
}



.lSPrev::before {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "<";
}

.lSNext::before {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ">";
}

.wp-caption {
    max-width: 100%!important;
}

.nav-wrap {
	/* Stile predefinito del tuo menu di navigazione */
	transition: all 0.3s ease; 
  }
  
.nav-wrap.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100; /* Assicurati che il menu sia sopra gli altri elementi */
background-color: #fff; /* O il colore di sfondo desiderato */
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Aggiungi un'ombra per farlo risaltare */
}

[id^="div-gpt-ad"]:not(#div-gpt-ad-GRANDANGOLO_DSK_1X1),
.adv {
    margin: 10px auto;
    clear: both;
    min-width: 300px;
    min-height: 250px;
    text-align: center;
    background-color: #ededed;
    width: fit-content;
    height: fit-content;
    padding: 20px 5px;
}

[id^="div-gpt-ad"]:before,
.adv:before {
	content: "ADV";
	margin-top: -15px;
	position: relative;
	display: block;
	text-align: center;
}

#div-gpt-ad-GRANDANGOLO_DSK_970X250 {
	min-width:970px!important;
}
#div-gpt-ad-grandangoloagrigento-hm-leaderboard-1 {
	min-width:768px!important;
}
#div-gpt-ad-GRANDANGOLO_DSK_300X600_HM_1,
#div-gpt-ad-GRANDANGOLO_DSK_300X600_2 {
	min-height:600px!important;
}