@charset "UTF-8";
@font-face {
	font-family: 'Quattrocento';
	font-style: normal;
	src: url(../webfonts/Quattrocento-Regular.ttf) format('ttf');
	font-display: swap;
}
@font-face {
	font-family: 'Quattrocento';
	font-style: normal;
	src: url(../webfonts/Quattrocento-Bold.ttf) format('ttf');
	font-weight: bold;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	src: url(../webfonts/Montserrat-Regular.ttf) format('ttf');
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	src: url(../webfonts/Montserrat-Medium.ttf) format('ttf');
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	src: url(../webfonts/Montserrat-Black.ttf) format('ttf');
	font-weight: 900;
	font-display: swap;
}
:root {
	--brown: #251e14;
	--green: #0F1910;
	--beige: #dbd3c8;
	--light-beige: #ada091;
	--bkg-form: #D8D4D1;
	--text-green: #0f1910;
	--light-green: #182b1a;
	--very-light-brown: #33743a;
	--link-text: #a55e2a;
	--grey: #eeeced;
	--bkg-breadcrumb: #eeeced;
	--light-grey: #eee;
	--bkg-readmore: #ddd;
	--bkg-readmore-hover: #aaa;
	
	--max-width-luna: 800px;
/*	--very-light-brown: #7c4c1e;*/
/*	--bkg-form: #eeeced;*/
/*	--text-brown: #251e14;*/
/*	--light-brown: #39230e;*/
}
html {
	scroll-behavior: smooth;
}
body,
html {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font: 16px/28px Montserrat, sans-serif;
	font-weight: 400;
	color: var(--text-green);
	text-rendering: optimizeLegibility;
}
div {
	box-sizing: border-box
}
a {
	text-decoration: none
}
a img {
	opacity: 1;
	transition: opacity .4s
}
a,
a:active,
a:link,
a:visited {
	transition: color .4s;
	color: var(--link-text);
}
a:hover {
	color: #999
}
div#inner-contents a {
	text-decoration: underline;
}
.clearfloat {
	clear: both;
}
i.fa-regular,
i.fa-solid {
	font-family: "Font Awesome 6 Free" !important;
	font-weight: bold;
	font-display: swap
}
i.fa-brands {
	font-family: "Font Awesome 6 Brands" !important;
	font-weight: bold;
	font-display: swap
}
h1 {
	font-size: 34px
}
h2 {
	font-size: 30px
}
h3 {
	font-size: 24px;
	margin-bottom: 3px;
}
h4 {
	font-size: 22px
}
h5 {
	font-size: 20px
}
h6 {
	font-size: 18px
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, sans-serif;
	line-height: 1.3;
	text-align: left;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: var(--blue-light) !important;
	text-decoration: none !important;
}
div.page-header h1 {
	margin-top: 1px
}
div.page-header h1 {
	font-family: Quattrocento, serif;
	text-transform: uppercase;
}
div#main-contents.isNotHome div#inner-contents div.com-content-article.item-page h3 {
	font-family: Quattrocento, serif;
}
div#inner-contents p span.semibold,
span.semibold {
	font-weight: 600 !important;
}
.inner {
	margin: 0 auto;
	max-width: 1440px;
/*	padding: 48px 1.5%;*/
	padding: 48px 3%;
}
.inner.half {
	margin: 0 auto;
	max-width: 1440px;
	padding: 24px 3%;
}
.breadcrumb-cnt {
	background-color: var(--bkg-breadcrumb);
}
.breadcrumb-cnt .inner {
/*	padding: 1px 1.5%;*/
	padding: 1px 3%;
}
.inner-top {
	margin: 0 auto;
	max-width: 1440px;
/*	padding: 1px 1.5%;*/
	padding: 1px 1.8%;
}
p.readmore {
	text-align: right;
	padding-right: 20px;
}
p.readmore a.btn {
	font-size: .9rem;
	background-color: var(--bkg-readmore);
	color: #000 !important;
	padding: 6px 9px 6px 12px;
	transition: background-color .4s;
	text-decoration: none !important;
}
p.readmore a.btn:hover {
	background-color: var(--bkg-readmore-hover);
}
p.readmore a.btn::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free" !important;
	font-weight: bold;
	font-size: 1.2rem;
	position: relative;
	top: 3px;
	font-display: swap
}
div.default-top-space {
	background-color: var(--green);
	height: 126px;
}
/* TOP MENU */
div#mobile-menu {
	position: absolute;
	margin: 8px 0 0 8px;
	z-index: 4;
}
div#header div.top-menu ul {
	list-style: none;
	padding: 0;
	margin: 8px 0 0;
}
div#header div.top-menu ul li {
	display: inline-block;
	margin: 0 14px;
	text-transform: uppercase;
}
div#header div.top-menu ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
/*	font-weight: 600;*/
}
div#header div.top-menu ul li.current.active a.active span span.title span.name {
	font-weight: 900;
}
div#header div.top-menu ul > li > a {
    color: inherit; /* Eredita il colore dal genitore (.top-menu o #header) */
    transition: all 0.3s ease; /* Animazione fluida */
	opacity: 1;
}
div#header div.top-menu ul > li > a:hover {
/*	text-decoration: underline;*/
	opacity: .5;
}
.dj-megamenu-clean.dj-fa-no .arrow::before {
	border-color: #fff !important;
}
div#header div.top-menu ul.dj-submenu li a img.dj-icon {
}
/* BREADCRUMBS  */
nav.mod-breadcrumbs__wrapper ol {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
	text-align: left;
}
nav.mod-breadcrumbs__wrapper ol.mod-breadcrumbs li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
}
nav.mod-breadcrumbs__wrapper ol.mod-breadcrumbs li.breadcrumb-item a {
	font-size: 12px;
	color: var(--text-green);
	opacity: 1;
	transition: opacity .4s;
}
nav.mod-breadcrumbs__wrapper ol.mod-breadcrumbs li.breadcrumb-item a:hover {
	opacity: .6;
}
nav.mod-breadcrumbs__wrapper ol.mod-breadcrumbs li:last-child span {
	font-weight: bold;
}
/* LAYOUT */
.fix-abstand {
	display: none;
/*	height: 126px;*/
}
div.video video {
	width: 100%;
	height: auto;
}
div.video div.custom p,
div.top-slider div.custom p,
div.top-intestazioni div.custom p {
	padding: 0;
	margin: 0;
	line-height: 0;
}
div.top-slider div.custom img {
	width: 100%;
	height: auto;
}
div#inner-contents a img {
	opacity: 1;
	transition: opacity .4s;
} 
div#inner-contents a img:hover {
	opacity: .6;
}
div#header {
	position: fixed;
	width: 100%;
	padding: 24px 0;
	color: #fff;
}
div#header div.menu-cnt {
	display: flex;
	justify-content: space-between;
}
div#header div.menu-cnt div.logo img {
	width: 100%;
	height: auto;
	max-width: 280px;
}
div#header {
	background-color: transparent;
	padding: 32px 0;
	z-index: 2;
	transition: all 0.5s;
}
.grey {
	background-color: var(--grey);
}
.beige {
	background-color: var(--beige);
}
.green,
.brown {
	background-color: var(--green);
	color:#fff;
}
.light-green {
	background-color: var(--light-green);
	color:#fff;
}
p.deco.black {
	color: var(--text-green);
	text-align: center;
}
p.deco.black img {
	width: 100%;
	height: auto;
	max-width: 400px;
	filter: invert(1);
}
p.deco.white {
	color: #fff;
	text-align: center;
}
p.deco.white img {
	width: 100%;
	height: auto;
	max-width: 400px;
}
.brown,
.brown p,
.brown h1,
.brown h2,
.brown h3,
.brown h4,
.brown h5,
.brown h6 {
	color: var(--light-grey);
}
.narrow {
	max-width: 1200px;
/*	margin: 0 auto;*/
}
.stretto {
	max-width: 1200px;
	margin: 0 auto;
}
/*
.uppercase {
	text-transform: uppercase;
}
*/
div#introtext {
	padding-top: 48px;
	padding-bottom: 48px;
}
div#introtext h1,
div#introtext h2,
div#introtext h3 {
	font-family: Quattrocento, serif;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 12px;
} 
div#introtext div.cnt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
/*
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	grid-gap: 40px;
*/
}
div#introtext div.cnt div.item {
	width: 48%;
}
div#introtext div.cnt div.item.left img {
	width: 100%;
	height: auto;
}
div#introtext div.cnt div.item.right p {
	text-transform: uppercase;
}
div#storie p.titoletto {
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}
div#storie p.quote {
	font-size: 32px;
	text-align: center;
	font-weight: 200;
	letter-spacing: 4px;
	line-height: 1.1;
}
div#settori div.cnt {
	display: flex;
	justify-content: space-between;
}
div#settori div.cnt div.item {
	text-align: center;
	width: 31%;
	transition: all .4s;
	position: relative;
}
div#settori div.cnt div.item:hover {
	transform: scale(1.025) !important;
}
div#settori div.cnt div.item img {
	width: 100%;
	height: auto;
	max-width: 480px;
	box-shadow: 0 0 8px rgba(0,0,0,0);
	transition: all .4s;
}
div#settori div.cnt div.item:hover img {
/*	box-shadow: 0 0 8px rgba(0,0,0,.3);*/
}
div#settori  div.cnt div.item h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
div#settori div.cnt div.item a {
	display: block;
	color: var(--text-green);
	position: relative;
	z-index: 0;
}
div#settori p.titoletto {
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
}
div#settori p.maiuscoletto {
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}
/*
div#settori div.cnt div.item::after {
	content: "\f002";
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	position: absolute;
	top: 39%;
	left: calc(50% - 60px);
	font-size: 120px;
	opacity: 0;
	z-index: 1;
	transition: all .4s;
}
div#settori div.cnt div.item:hover::after {
	opacity: 0.5;
}
*/
div#scopri h3,
div#scopri p {
	text-align: center;
	text-transform: uppercase;
}
div#scopri p {
	color: var(--light-grey);
}
div#scopri p.titoletto {
	font-weight: 600;
	font-size: 18px;
}
div#scopri h3 {
	font-family: Quattrocento, serif;
	color: var(--light-beige);
	font-size: 32px;
	margin: 1px 0;
}
/* REVIEWS */
div#dicono .owl-carousel .owl-stage {
	padding-bottom: 36px;
}
div#dicono div.owl-stage {
	display: flex;
}
div#dicono div.owl-item h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
div#dicono div.owl-item {
	background-color: #eee;
	border-radius: 16px;
	box-shadow: 5px 6px 8px rgba(0,0,0,.2);
}
div#dicono div.owl-item p img {
	width: 100%;
	max-width: 180px;
	height: auto;
}
div#dicono .owl-carousel .owl-nav button.owl-next,
div#dicono .owl-carousel .owl-nav button.owl-prev,
div#dicono .owl-carousel button.owl-dot,
div#dicono .jt-cs .owl-dots span,
div#dicono .jt-cs .owl-dots .active span {
	color: #333 !important;
	border-color: #333 !important;
}
div#dicono .jt-cs .owl-dots .active span {
	background: #333 !important;
}
div#dicono {
}
div#dicono h3 {
	font-size: 42px;
	font-family: Quattrocento, serif;
	text-align: center;
	margin:  1px 0;
	text-transform: uppercase;
}
div#dicono p.titoletto {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
/* CONTATTI */
div#contatti {
	padding-top: clamp(80px, 24vh, 200px);
	padding-bottom: clamp(80px, 24vh, 200px);
}
div#contatti.bkg {
/*	background-image: url(../assets/bkg-castello.jpg);*/ /* PARAM */
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
div.window.cta {
	background-color: rgba(219, 211, 200, .85);
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 48px 24px;
}
div.cta p {
	text-align: center;
}
div.cta p.titolo,
div.mod-custom.custom p.titolo {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
}
div.cta p.sotto-titolo {
	text-transform: uppercase;
	font-size: 18px;
}
p a.btn.cta {
	padding: 12px 32px;
/*	padding: 36px;*/
	width: calc(100% - 72px);
	display: inline-block;
	max-width: 300px;
	border-radius: 30px;
	color: #fff !important;
	transition: background-color .4s;
	text-transform: uppercase;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .20);
	font-family: Quattrocento, serif;
	font-size: 24px;
	text-decoration: none !important;
}
p a.btn.cta:hover {
	background-color: #666;
}
div.riquadro.contatti {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.riquadro.contatti div.item {
	width: 48%;
}
div.riquadro.contatti div.item.green {
	padding: 48px 36px;
	color: var(--beige);
}
div.riquadro.contatti div.item.green a {
	color: var(--beige);
	opacity: 1;
	transition: opacity .4s;
	text-decoration: none !important;
}
div.riquadro.contatti div.item.green a:hover {
	opacity: .5;
}
div.riquadro.contatti div.item.form {
	background-color: var(--bkg-form);
	padding: 1px 16px;
}
.convertforms form div.cf-content-wrap {
	padding-bottom: 1px;
}
.convertforms p.form-titolo {
	font-family: Quattrocento, serif;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 1px;
}
.convertforms p.form-sottotitolo {
	font-family: Montserrat, serif;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 1px;
}
.convertforms fieldset.cf-control-group {
	border: 0;
}
div#pre-footer {
	margin-top: 36px;
}
div#pre-footer div.cnt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div#pre-footer div.cnt div.item {
	width: 23%;
}
div#pre-footer div.cnt div.item h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}
div#pre-footer div.cnt div.item ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
div#pre-footer div.cnt div.item ul li {
	margin: 6px 0;
}
div#pre-footer div.cnt div.item ul li a {
	display: block;
	color: #eee;
	opacity: .9;
	transition: all .4s;
	padding-left: 0;
	text-transform: uppercase;
}
div#pre-footer div.cnt div.item ul li a:hover {
	opacity: .5;
	padding-left: 8px;
}
div#pre-footer div.cnt div.item.social ul li a i.fa-brands {
	background-color: #eee;
	color: var(--text-green);
	padding: 4px;
	border-radius: 16px;
	width: 18px;
	text-align: center;
	font-size: 16px;
	position: relative;
	top: 1px;
	margin-right: 6px;
	font-weight: normal;
}
div#footer p.logo-footer img {
	width: 100%;
	height: auto;
}
div#footer p {
	text-align: center !important;
	text-transform: uppercase;
}
div#footer p.logo-footer img {
	max-width: 430px;
	margin-bottom: 36px;
}
div#footer p a {
	color: #fff;
/*	text-decoration: underline;*/
	opacity: 1;
	transition: opacity .4s;
}
div#footer p a:hover {
	opacity: .5;
}
div#footer ul.nav.footer {
	list-style: none;
	margin: 24px 0;
	padding: 0;
	text-align: center;
}
div#footer ul.nav.footer li {
	display: inline-block;
	margin: 0 24px;
}
div#footer ul.nav.footer li a {
	color: #fff;
	opacity: 1;
	transition: opacity .4s;
	text-transform: uppercase;
	letter-spacing: 3px;
}
div#footer ul.nav.footer li a:hover {
	opacity: .5;
}
div#footer p.credits {
	opacity: .5;
	font-size: .8rem;
}
/* FEATURED */
div.blog-featured div.blog-items.items-leading div.blog-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.blog-featured div.blog-items.items-leading div.blog-item figure.item-image {
/*	margin: 72px 0 24px;*/
	margin: 0;
/*
	order: 2;
	width: 48%;
	position: relative;
*/
}
div.blog-featured div.blog-items.items-leading div.blog-item div.item.right.reveal-home-content {
	margin: 0;
	order: 2;
	width: 48%;
/*	position: relative;*/
}
div.blog-featured div.blog-items.items-leading div.blog-item div.item-content {
	order: 1;
	width: 48%;
}
div.blog-featured div.blog-items.items-leading div.blog-item figure.item-image img {
	width: 100%;
	height: auto;
	max-width: 800px;
}
@media only screen and (min-width:790px) {
	div.blog-featured div.blog-items.items-leading div.blog-item figure.item-image img {
/*		position: absolute;*/
/*		bottom: 72px;*/
	}
}
div.blog-featured div.blog-items.items-leading div.blog-item div.item-content h2.item-title {
	font-family: Quattrocento, serif;
	text-transform: uppercase;
	margin-top: 1px;
}
div.blog-featured div.blog-items.items-leading div.blog-item div.item-content p:first-of-type {
    font-weight: bold;
	font-size: 1.2rem;
}
/* INTESTAZIONI */
div.top-intestazioni {
	background-color: var(--green);
	color: var(--beige);
}
div.top-intestazioni div.intestazione div.custom {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	/*	background-size: contain;*/
/*
	padding-top: 180px;
	padding-bottom: 120px;
*/
	padding-top: 11vw;
	padding-bottom: 5vw;
}
div.top-intestazioni h1 {
	color: var(--beige);
	font-family: Quattrocento, serif;
	text-transform: uppercase;
	font-size: 36px;
/*	margin-top: 120px;*/
	margin-bottom: 6px;
}
div.top-intestazioni h2 {
	color: var(--beige);
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 6px;
}
div.top-image div.custom {
	position: relative;
	margin-bottom: -3px;
}
div.top-image div.custom div.super-titolo {
	position: absolute;
	bottom: 4vw;
	color: #fff	!important;
	text-align: center;
	width: 100%;
}
div.top-image div.custom div.super-titolo p.intestazione-titolo {
	text-align: center;
	font-size: clamp(22px, 2.6vw, 3.5rem);
	font-family: Quattrocento, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
div.top-image div.custom div.super-titolo p.intestazione-sottotitolo {
	text-align: center;
	font-size: clamp(16px, 2vw, 28px);
	text-transform: uppercase;
}
div.top-image div.custom p:first-of-type {
	padding: 0;
	margin: 0;
	line-height: 1;
}
div.top-image div.custom div.img p img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:600px){
	div.top-image div.custom div.super-titolo img {
		display: none;
	}
}
/* SLIDER SPECIALI */
div.item-page div.slider-interno {
	background-color: #f2f2f2;
	padding: 12px 0 64px;
}
div.item-page div.slider-interno h3 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: 500;
}
div.item-page div.slider-interno h3::after {
	content: url(../../../images/grafica/deco-white.png);
	display: block;
	filter: invert();
	margin-top: 16px;
}
@media only screen and (max-width:480px) {
	div.item-page div.slider-interno h3::after {
		transform: scale(70%);
	}
}
/* INTERNI */
/*div#inner-contents div.com-content-article div.uppercase {
	text-transform: uppercase;
}*/
div#inner-contents div.com-content-article div.uppercase h1 {
	text-transform: uppercase;
}
div#inner-contents div.com-content-article div.uppercase h2 {
	text-transform: uppercase;
	 margin: 8px 0 16px !important; 
}
div#inner-contents div.com-content-article div.uppercase p {
	font-weight: 500;
}
div#inner-contents div.com-content-article div.interno h1 {
	text-align: center;
	font-size: clamp(22px, 2vw, 3.5rem);
	font-family: Quattrocento, serif;
	letter-spacing: 2px;
	margin: 4px 0;
}
div#inner-contents div.com-content-article div.interno h2 {
	text-align: center;
	font-size: clamp(16px, 1.5vw, 25px);
	margin: 4px 0;
}
div#main-contents.isNotHome div.extra {
	padding-bottom: 12px;
	padding-top: 12px;
}
/* NEWS ALTERNATE ITEMS */
.blog-items {
	padding: 36px 0;
}
.blog-items.image-alternate {
	grid-gap: 1em;
	grid-template-columns: 1fr;
	grid-auto-flow: row;
	margin: 0 0 1em;
	display: grid;
}
.blog-items.image-alternate .blog-item {
/*	flex-direction: column;*/
	display: flex;
	justify-content: space-between;
	padding: 0 .5em 1em;
	overflow: hidden;
}
div.blog-items.image-alternate div.blog-item figure.item-image img {
	width: 100%;
	height: auto;
}
div.blog-items.image-alternate div.blog-item figure {
	padding: 0;
	margin: 0;
}
div.blog-items.image-alternate div.blog-item figure.item-image,
div.blog-items.image-alternate div.blog-item div.item-content {
	width: 48%;
}
.blog-items.image-alternate .blog-item {
	padding: 0 0 72px 0;
}
.blog-items.image-alternate .blog-item .item-image {
	margin-top: 3px;
	margin-bottom: 15px;
	overflow: hidden;
}
div.blog-items.image-alternate .blog-item:nth-of-type(2n+1) .item-image {
	order: 1;
}
div.blog-items.image-alternate div.blog-item div.item-content div.page-header h2 {
	font-family: Quattrocento, serif;
	margin-top: 1px;
}
figure.item-image figcaption.caption {
	text-align: center;
	font-size: .9rem;
}
div.com-content-article.item-page.news-2-cols figure.right.item-image {
	float: right;
	max-width: 48%;
}
div.com-content-article.item-page.news-2-cols div.com-content-article__body {
	max-width: 48%;
}
div.com-content-article.item-page figure.right.item-image img {
	width: 100%;
	height: auto;
	max-width: 800px;
}
div.com-content-article.item-page div.page-header h2 {
	font-family: Quattrocento, serif;
	margin-top: 1px;
}
/* DIGI LATEST NEWS */
div.digi-latest-news-cnt {
    clear: both;
}
ul.digi_ltn_item_wrapper {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li::after,
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li::before {
    content: "" !important;
}
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro h2 {
    font-size: 18px;
}
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro h2 a {
    /*	color: #333;*/
    transition: color 0.4s;
}
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro h2 a:hover {
    /*	color: #333;*/
}
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro span.digi_ltn_item_date span.digi_ltn_introdate,
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro span.digi_ltn_item_date span.lnd_introdate {
    color: #999;
    font-size: 12px;
}
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro.col-2 div.digi_ltn_thumb_before_title a img {
    float: left;
    margin: 6px 30px 0 0;
    opacity: 1;
    transition: opacity 0.4s;
}
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro.col-3 div.digi_ltn_thumb_before_title a img {
	width: 100%;
	height: auto;
	max-width: 400px;
	transition: opacity .4s;
}
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro div.digi_ltn_thumb_before_title a img:hover {
    opacity: 0.75;
}
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro h4 {
	margin: 0;
	margin: 0 0 8px 0;
	font-size: 18px;
	font-weight: 600;
}
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro div.digi_ltn_item_introtext p {
    margin: 0;
    padding: 0;
}
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro p.digi_ltn_readmore {
    clear: both;
    margin: 24px 0;
}
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li h2,
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li h3,
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li h4,
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li h5,
div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li h6 {
	text-align: left !important;
}
p.digi_ltn_readmore {
	text-align: right;
	padding-right: 20px;
}
p.digi_ltn_readmore a {
	font-size: .9rem;
	background-color: var(--bkg-readmore);
	color: #000 !important;
	padding: 6px 9px 6px 12px;
	transition: background-color .4s;
	text-decoration: none !important;
}
p.digi_ltn_readmore a:hover {
	background-color: var(--bkg-readmore-hover);
}
p.digi_ltn_readmore a::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free" !important;
	font-weight: bold;
	font-size: 1.2rem;
	position: relative;
	top: 3px;
	font-display: swap;
}
/* === Media Queries === */
@media only screen and (max-width:900px) {
    div.digi-latest-news-cnt ul.digi_ltn_item_wrapper.col-2 {
        display: block;
    }
    div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.col-2 {
        width: 100%;
        overflow: hidden;
    }
    div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro div.digi_ltn_item_introtext p {
        font-size: 90% !important;
    }
    div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro div.digi_ltn_thumb_before_title a img {
        float: none;
        margin: 6px auto 12px;
        opacity: 1;
        transition: opacity 0.4s;
    }
}
@media only screen and (max-width: 790px) {
    div.digi-latest-news-cnt ul.digi_ltn_item_wrapper.col-3 {
        display: block;
    }
    div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.col-3 {
        width: 100%;
        overflow: hidden;
    }
    div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro div,
	div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro h4,
	div.digi-latest-news-cnt ul.digi_ltn_item_wrapper li.digi_ltn_item_with_intro p.digi_ltn_readmore {
        text-align: center !important;
    }		
}
@media only screen and (max-width:500px){
	div.digi-latest-news-cnt ul.digi_ltn_item_wrapper.col-2 li.digi_ltn_item_with_intro.col-2 div.digi_ltn_thumb_before_title a img {
		float: none !important;
	}
}
/* PHOTOGALLERY */
.pswp__caption__center {
	text-align: center;
}
div#phocagallery div.page-header h1 {
	font-size: 28px;
}
.pg-categories-items-box {
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
	align-items: flex-end;
	align-content: flex-end;
}
.pg-category-items-box {
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
	align-items: flex-end;
	align-content: flex-end;
}
div#pgCategoryModal {
	display: none;
}
div#phocagallery.pg-category-view.pg-cv form {
	margin-top: 36px;
	text-align: center;
}
div#phocagallery.pg-categories-view.pg-csv > div:last-child,
div#phocagallery.pg-category-view.pg-cv > div:last-child {
/*	text-align: center !important;*/
	font-size: .8rem !important;
}
div#phocagallery.pg-categories-view.pg-csv > div:last-child a,
div#phocagallery.pg-category-view.pg-cv > div:last-child a {
	color: #ccc !important;
}
div.pg-category-box-title svg.ph-si.ph-si-category,
div.pg-category-box-title span.pg-category-box-count {
	display: none;
}
.pg-item-box-title, .pg-category-box-title {
	color: #fff;
	font-weight: normal !important;
	font-size: .9rem !important;
	text-align: center;
	bottom: 0.5em;
}
@media only screen and (max-width:655px) {
	.pg-categories-items-box,
	.pg-category-items-box {
		justify-content: center;
	}
}
/* FORMS */
.convertforms .cf-input {
	border: none !important;
	font-family: Montserrat !important;
}
.convertforms,
.convertforms button {
	font-family: Montserrat !important;
}
.convertforms div.cf-footer p {
	font-size: 0.8rem !important;
	text-transform: uppercase !important;
	line-height: 1.4;
}
.convertforms button {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2) !important;
	transition: opacity .4s;
}
.convertforms textarea {
	resize: vertical !important;
}
.convertforms div.cf-footer p a {
	text-decoration: underline;
	color: var(--text-green) !important;
}
/* PAGINATION */
div.com-content-category-blog__navigation {
	border-top: 1px solid #aaa;
	margin-top: 24px;
	padding-top: 24px;
}
div.com-content-category-blog__navigation p.counter {
	text-align: center;
}
nav.pagination__wrapper ul.pagination {
    list-style: none;
    padding: 12px 0 0 0;
    margin: 24px 0 0 0;
    text-align: center;
}
nav.pagination__wrapper ul.pagination li.page-item {
    display: none;
}
nav.pagination__wrapper ul.pagination li.page-item:nth-child(1),
nav.pagination__wrapper ul.pagination li.page-item:nth-child(2),
nav.pagination__wrapper ul.pagination li.page-item:nth-last-child(1),
nav.pagination__wrapper ul.pagination li.page-item:nth-last-child(2) {
    display: inline-block;
    width: 28px;
}
nav.pagination__wrapper ul.pagination li.page-item a {
    display: block;
	color: var(--very-light-brown);
	transition: opacity .4s;
	opacity: 1;
}
nav.pagination__wrapper ul.pagination li.page-item a:hover {
	opacity: .5;
}
/* FORMS */
div.form-interno {
	background-color: var(--bgk-form);
}
div.item-page div.cf {
	background-color: var(--bgk-form);
}
/*
div.form-interno div.cf-content-text.cf-col h3 {
font-family: Quattrocento, serif;
  letter-spacing: 2px;
  margin: 4px 0;
	text-transform: uppercase;
}
div.form-interno div.cf-content-text.cf-col p {
	text-transform: uppercase;
	padding: 1px 0;
}
*/
.convertforms .cf-btn {
	font-size: var(--button-font-size);
	background-color: var(--button-background-color);
	color: var(--button-color);
	padding: var(--button-padding);
	border-radius: var(--button-border-radius);
	border: var(--button-border);
	position: relative;
	cursor: pointer;
}
div.convertforms select.cf-input,
div.convertforms select.cf-input option {
	font-family: Montserrat, Arial, Verdana, sans-serif;
}
div.convertforms input::placeholder,
div.convertforms select::placeholder,
div.convertforms select option::placeholder,
div.convertforms select option,
.convertforms .cf-input::placeholder,
.convertforms .cf-input:has(option:disabled:checked),
div.convertforms textarea::placeholder {
	color: #777 !important;
/*	font-family: Montserrat, Arial, Verdana, sans-serif !important;*/
}
/* SYSTEM */
button#toTop {
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 46px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-color: rgba(50, 50, 50, .75);
	border: none;
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 99;
	opacity: 0;
	cursor: pointer;
	transition: all 0.4s ease;
}
button#toTop:hover {
	background-color: rgba(90, 90, 90, .75);
}
#anchor-contatti {
   position: relative;
   top: -136px;
   visibility:hidden;
}
span.badge.bg-warning.text-light,
div.system-unpublished span.badge.bg-warning.text-light,
div.blog-item div.item-content div.page-header span.badge.bg-warning {
	background-color: #db771f;
	padding: 0 8px;
	color: #fff;
	border-radius: 8px;
	font-size: .9rem;
}
div.com-content-category-blog.blog a.btn.btn-primary,
div.blog-items div.blog-item div.item-content div.icons,
div.com-content-article.item-page div.icons {
	display: none;
}
.cpnb-button-more-default {
	color: #fff !important
}
@media only screen and (max-width:600px) {
	div.cpnb-buttons a.cpnb-button,
	div.cpnb-buttons span.cpnb-button {
		display: inline-block !important;
		padding: 7px;
		min-width: 36px
	}
}
@media only screen and (max-width:960px) {
	div#pre-footer div.cnt div.item {
		width: 48%;
	}
}
@media only screen and (max-width:900px) {
	div.riquadro.contatti {
		flex-direction: column;
	}
	div.riquadro.contatti div.item {
		width: 100% !important;
	}
}
@media only screen and (max-width:800px) {
	.blog-items.image-alternate .blog-item {
		flex-direction: column;
	}
	div.blog-items.image-alternate div.blog-item figure.item-image,
	div.blog-items.image-alternate div.blog-item div.item-content {
		width: 100% !important;
	}
	div.blog-items.image-alternate .blog-item:nth-of-type(2n+1) .item-image {
		order: 0;
	}
}
@media only screen and (max-width:790px) {
	div#introtext div.cnt {
		flex-direction: column;
	}
	div#introtext div.cnt div.item {
		width: 100%;
	}
	div#settori div.cnt {
		display: flex;
		flex-direction: column;
	}
	div#settori div.cnt div.item {
		width: 100%;
		margin-bottom: 36px;
	}
	div.blog-featured div.blog-items.items-leading div.blog-item {
		flex-direction: column;
	}
	div.blog-featured div.blog-items.items-leading div.blog-item div.item.right,
	div.blog-featured div.blog-items.items-leading div.blog-item div.item-content {
		width: 100% !important;
	}
}
@media only screen and (max-width:690px) {
	div#header {
		position: static !important;
		background-color: #fff !important;
		color: rgb(10, 10, 10);
		box-shadow: none !important;
	}
	div#header div.menu-cnt div.logo {
		width: 100%;
		text-align: center;
	}
	div#header div.menu-cnt div.logo img {
		width: 100%;
		height: auto;
		max-width: 280px;
		filter: invert() !important;
	}
	div.top-image div.custom div.super-titolo {
		padding: 1px 3%;
	}
}
@media only screen and (max-width:520px){
	div#pre-footer div.cnt div.item {
		width: 100%;
	}
	div#pre-footer div.cnt div.item,
	div#pre-footer div.cnt div.item h3 {
		text-align: center !important;
	}
}




/* ULTIME MODIFICHE LUNA */

div#main-contents.isNotHome div#inner-contents div.com-content-article.item-page.luna div.page-header h1 {
	max-width: var(--max-width-luna);
	margin-left: auto;
	margin-right: auto;
}

div#main-contents.isNotHome div#inner-contents div.com-content-article.item-page > div.com-content-article__body > p:not(:has(iframe)),
div#main-contents.isNotHome div#inner-contents div.com-content-article.item-page > div.com-content-article__body > h1,
/*div#main-contents.isNotHome div#inner-contents div.com-content-article.item-page > div.page-header > h1,*/
div#main-contents.isNotHome div#inner-contents div.com-content-article.item-page > div.com-content-article__body > h2,
div#main-contents.isNotHome div#inner-contents div.com-content-article.item-page > div.com-content-article__body > h3 {
	max-width: var(--max-width-luna);
	margin-left: auto;
	margin-right: auto;
}

div#main-contents.isNotHome div#inner-contents div.com-content-article.item-page > div.com-content-article__body > ul,
div#main-contents.isNotHome div#inner-contents div.com-content-article.item-page > div.com-content-article__body > ol {
	padding-left: 32px;
	padding-right: 32px;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(var(--max-width-luna) - 64px);
}

body.luna div#main-contents.isNotHome div#inner-contents div.com-content-category-blog.blog div.category-desc p,
div#main-contents.isNotHome div#inner-contents div.com-content-article.item-page > div.com-content-article__body > p {
	text-align: justify;
}

.inner.half.luna {
	margin: 0 auto;
	max-width: calc(var(--max-width-luna) + 6%);
	padding: 24px 3%;
}


/*
body.news-2-cols.hide-last-path.luna div#main-contents.white.isNotHome div#inner-contents div.com-content-category-blog.blog {
	max-width: var(--max-width-luna);
	margin-left: auto;
	margin-right: auto;
}

body.luna div#main-contents.isNotHome div#inner-contents div.com-content-article.item-page.luna div.com-content-article__body {
	max-width: var(--max-width-luna);
	margin-left: auto;
	margin-right: auto;
}

body.luna div#main-contents.isNotHome div#inner-contents div.com-content-article.item-page.luna figure.item-image img {
	max-width: 50%;
}
*/

