@charset "UTF-8";
/* =========================================
Le Voilà Banqueting 2025 - Main Template CSS
============================================
*/
@font-face {
	font-family: 'Century Gothic';
	src: url(../webfonts/centurygothic.ttf);
	font-weight: normal;
	font-display: swap
}
@font-face {
	font-family: 'Century Gothic';
	src: url(../webfonts/centurygothic-bold.ttf);
	font-weight: bold;
	font-display: swap
}
@font-face {
	font-family: 'Italiana';
	src: url(../webfonts/Italiana-Regular.ttf);
	font-display: swap
}
:root {
	--bkg-grey: #efefef;
	--bkg-white: #ffffff;
	--bkg-black: #000000;
	--bkg-venues-black: #1d1d1b;
	--bkg-venues-white: #efefef;
	--bkg-readmore-dark: #000000;
	--bkg-readmore-white: #ffffff;
	--text-color: #444;
	--heading-color: #444;
	--link-header: #333;
	--readmore-font-size: 14px;
	--bkg-general-buttons: #111;
	--txt-general-buttons: #FFF;
	--main-link-color: #0484C5;
	--main-link-color-hover: #666;
}
html {
	scroll-behavior: smooth
}
body,
html {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font: 18px/28px 'Century Gothic', sans-serif;
	color: var(--text-color);
	text-rendering: optimizelegibility;
}
div {
	box-sizing: border-box;
	/*	border: 1px dotted #f00;*/
}
a {
	text-decoration: none
}
a img {
	opacity: 1;
	transition: opacity .4s
}
a,
a:active,
a:link,
a:visited {
	transition: color .4s
}
div#inner-contents div.blog-item div.item-content p:not(.readmore) a,
div#inner-contents div.item-page ul li a,
div#inner-contents div.item-page a,
div#inner-contents div.item-page p a,
div#inner-contents div.pd-filename a,
div#inner-contents a.result__title-link,
div#footer div.item.left p a {
	color: var(--main-link-color);
}
div#inner-contents div.blog-item div.item-content p:not(.readmore) a:hover,
div#inner-contents div.item-page ul li a:hover,
div#inner-contents div.item-page a:hover,
div#inner-contents div.item-page p a:hover,
div#inner-contents div.pd-filename a:hover,
div#inner-contents a.result__title-link:hover,
div#footer div.item.left p a:hover {
	color: var(--main-link-color-hover);
}
a:hover {
	color: #999
}
div#credits p a {
	color: var(--text-color);
}
ul.tags.list-inline li.list-inline-item a.btn {
	color: #fff !important;
}
div#inner-contents p:not(.readmore) a {
	text-decoration: underline
}
i.fa-regular,
i.fa-solid {
	font-family: "Font Awesome 6 Free" !important
}
i.fa-brands {
	font-family: "Font Awesome 6 Brands" !important
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Century Gothic', sans-serif;
	line-height: 1.2;
	text-align: left;
	font-weight: 400;
	color: var(--heading-color);
	text-rendering: optimizelegibility;
}
div.split-heading div#page-title-over h1 span.sopra-h1 {
	font-family: 'Italiana';
	text-transform: uppercase;
}
div.split-heading div#page-title-over h1 span.sotto-h1 {
	font-family: 'Century Gothic', sans-serif;
}
h1 {
	font-size: 34px
}
/* SPECIALI ============= */
div.split-heading div#page-title-over h1 span.sopra-h1 {
	font-size: clamp(28px,3vw,50px);
	line-height: 1;
}
div.split-heading div#page-title-over h1 span.sotto-h1 {
	font-size: clamp(20px,2.5vw,30px);
}
div.com-content-article.item-page.istituz div.page-header h2 {
	font-size: clamp(18px,2.5vw,24px);
}
body.venues div.blog div.blog-items.items-leading div.blog-item div.item-content div.page-header h2 {
	margin-top: .4rem;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: clamp(30px,3vw,36px) !important;
	font-family: Italiana, serif;
}
/* ====================== */
h2 {
	font-size: 26px;
}
div#inner-contents div.blog div.blog-items div.item-content div.page-header h2 {
	font-size: clamp(20px,2.3vw,26px);
}
div#inner-contents div.com-content-article.item-page div.page-header h2 {
	font-size: clamp(20px,2.3vw,26px);
}
body.news.markable div#inner-contents div.blog div.blog-items div.blog-item div.page-header h2 {
	font-size: clamp(20px,2.3vw,22px);
}
h3 {
	font-size: 22px
}
h4 {
	font-size: 20px
}
h5 {
	font-size: 18px
}
h6 {
	font-size: 16px
}
.bkg-black h1,
.bkg-black h2,
.bkg-black h3,
.bkg-black h4,
.bkg-black h5,
.bkg-black h6 {
	color: #eee;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: var(--link-header);
}
.clearfloat {
	clear: both;
}
hr {
	border: none;
	height: 1px;
	border-bottom: 1px solid #444;
}
.bkg-grey {
	background-color: var(--bkg-grey);
}
.bkg-white {
	background-color: var(--bkg-white);
}
.bkg-black {
	background-color: var(--bkg-black);
}
.inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 1px 1.5%;
}
.cnt {
	display: flex;
}
div#inner-contents p {
	text-align: justify;
}
#main-contents {
	padding-top: 28px;
}
div#top-bar div.cnt {
	justify-content: space-between;
	flex-wrap: wrap;
	display: block;
}
div#top-bar div.cnt div.item {
	font-size: 16px;
}
div#top-bar div.cnt div.item.social {
	min-width: 190px;
	float: left;
}
div#top-bar div.cnt div.item.contacts {
	float: left;
}
div#top-bar div.cnt div.item.language {
	float: right;
}
div#top-bar div.cnt ul.contatti {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#top-bar div.cnt ul.contatti li {
	display: inline-block;
	margin: 0 12px 0 0;
}
div#top-bar div.cnt ul.contatti li a {
	color: #000;
	text-decoration: none;
	transition: opacity .4s;
	opacity: 1;
}
div#top-bar div.cnt ul.contatti li a:hover {
	opacity: .5;
}
div#top-bar div.cnt ul.contatti li a i.fa-solid {
	margin-right: 4px;
}
/* MENU BARRETTA */
div#menu-barretta.white {
	background-color: #FFF;
}
div#menu-barretta div.inner div.cnt {
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 4px 0;
}
div#menu-barretta div.inner div.cnt div.item.loghetto {
	width: 100px;
	line-height: 0;
}
div#menu-barretta div.inner div.cnt div.item.loghetto p {
	margin: 0 0;
	padding: 12px 0;
}
div#menu-barretta div.inner div.cnt div.item.menu {
	/*	width: 82%;*/
	width: calc(100% - 100px);
}
div#menu-barretta div.inner div.cnt div.item.menu ul {
	list-style: none;
	padding: 12px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
}
div#menu-barretta div.inner div.cnt div.item.menu ul li {}
div#menu-barretta div.inner div.cnt div.item.menu ul li a {
	display: block;
	color: #000;
	text-transform: uppercase;
	transition: opacity .4s;
/*	font-family: 'Outfit Menu', sans-serif;*/
}
div#menu-barretta div.inner div.cnt div.item.menu ul a:hover {
	opacity: .35;
}
div#menu-barretta {
	text-align: right;
	position: fixed;
	z-index: 999;
	width: 100%;
	transition: top 0.6s;
	top: -68px;
	/*	height: 66px;*/
}
div#menu-barretta.visibile {
	z-index: 999;
	/*	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);*/
	border-bottom: 1px solid #333;
	top: 0px;
}
div#language-select {
	/*	background-color: #999;*/
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 999999;
}
div.mod-languages ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.mod-languages ul li {
	display: inline-block;
}
div.mod-languages li {
	margin-left: 5px;
	margin-right: 5px;
}
body.pseudo-eng div#main-menu {
	display: none;
}
body.pseudo-eng div#logo {
	border-bottom: 1px solid #333;
}
body.pseudo-eng div#pre-footer {
	display: none;
}
div.mod-languages ul.lang-block li,
div.mod-languages ul.lang-block li a {
	color: #999 !important;
	transition: color .4s;
}
div.mod-languages ul.lang-block li a:hover {
	color: #111 !important;
}
/* Menu e Logo */
div#logo,
div#logo p {
	text-align: center;
}
div#logo img {
	width: 100%;
	height: auto;
	max-width: 400px;
}
div#logo a img,
div#menu-barretta div.item.loghetto a img {
	opacity: 1;
	transition: all .75s;
}
div#logo a img:hover {
	opacity: .6;
	transform: scale(1.05);
}
div#menu-barretta div.item.loghetto a img:hover {
	opacity: .5;
}
div#main-menu {
	/*	box-shadow: 0px 2px 8px rgba(0,0,0,0.1);*/
	border-bottom: 1px solid #333;
}
div#main-menu div.inner ul {
	list-style: none;
	padding: 12px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	/*	max-width: 1000px;*/
	max-width: 1200px;
}
div#main-menu div.inner ul li {
	font-weight: normal;
}
div#main-menu div.inner ul li a {
	display: block;
	color: #000;
	text-transform: uppercase;
	transition: opacity .4s;
	font-family: 'Century Gothic', sans-serif;
	font-weight: normal;
}
div#main-menu div.inner ul li a:hover {
	opacity: .35;
}
/* VIDEO & SLIDER */
div#home-video video#homevideo {
	width: 100%;
	height: auto;
	/* position: absolute; */
	/* right: 0; */
	/* bottom: 0; */
	/* min-width: 100%; */
	/* min-height: 100%; */
}
div#home-video div#freccia-home {
	display: none;
/*
	position: absolute;
	width: 100%;
	text-align: center;
	top: calc(-90px + 100vh);
*/
}
div#home-video div#freccia-home a i.fa-solid {
	color: #FFF;
	/* font-size: 60px; */
	font-size: 6vw;
	transition: color .4s;
}
/* TOP SLIDER  */
.slide-desc-text-default {
	text-align: center !important;
}
div#top div.djslider-loader ul.djslider-in li a img.dj-image {
	animation: slider 16s cubic-bezier(.2, 0, .7, 1) infinite alternate;
	-webkit-animation: slider 16s cubic-bezier(.2, 0, .7, 1) infinite alternate;
}
div#top div.djslider div.slide-desc div.slide-title {
	font-size: clamp(18px, 2.5vw, 28px); 
}
/* INTESTAZIONI */
@keyframes intestazioni {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
	100% {
		transform: scale(1.12);
		-webkit-transform: scale(1.12);
	}
}
@keyframes slider {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
	100% {
		transform: scale(1.08);
		-webkit-transform: scale(1.08);
	}
}
div.top-intestazioni {
	overflow: hidden;
}
div.top-intestazioni div.mod-custom p {
	margin: 0;
	padding: 0;
	line-height: 0;
}
div.top-intestazioni img {
	width: 100%;
	height: auto;
}
/* CORPORATE */
div#corporate {
	padding-top: 48px;
	padding-bottom: 48px;
}
div#corporate div.inner {
	padding-top: 24px;
	padding-bottom: 48px;
}
div#corporate div.inner.narrow {
	/*	max-width: 1100px;*/
}
div#corporate div.inner.narrow div.cols {
	column-count: 2;
	column-gap: 5em;
}
div#corporate div.inner.narrow div.cols div.item {
	max-width: 600px;
	display: inline-flex;
	opacity: 1;
	transition: all .4s;
}
div#corporate div.inner.narrow div.cols div.item:first-child {
	margin-top: 48px;
}
div#corporate div.inner.narrow div.cols div.item:hover {
	/*	opacity: .6;*/
	transform: scale(1.025);
}
div#corporate div.inner.narrow div.cols div.item img {
	width: 100%;
	height: auto;
}
div#corporate div.inner.narrow div.cols div.item h2 {
	margin: 1px 0 36px;
	width: fit-content;
	font-family: Italiana, serif;
}
div#corporate div.inner.narrow div.cols div.item h2 span.pre {
	color: #000;
	opacity: .5;
	text-transform: lowercase;
	font-style: italic;
}
div#corporate div.inner.narrow div.cols div.item h2 span.post {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
div#corporate div.inner.narrow div.cols div.item h2::after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: #000;
}
/* NEWS */
div#news div.inner {
	padding-top: 24px;
	padding-bottom: 48px;
}
div#news div.inner div.cnt {
	flex-wrap: wrap;
	justify-content: space-between;
}
div#news div.inner div.cnt div.item.left h3 {
	font-size: 60px;
	margin: 0;
}
div#news div.inner div.cnt div.item.right img {
	width: 100%;
	max-width: 700px;
	height: auto;
}
div#news div.inner div.cnt div.item.left {
	width: 50%;
	padding: 48px;
}
div#news div.inner div.cnt div.item.right {
	width: 50%;
}
/* Markable */
body.markable div.blog div.blog-items div.blog-item {
	border-bottom: none;
	background-color: #F9F9F9;
	transition: all .5s;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	position: relative;
	bottom: 0;
}
body.markable div.blog div.blog-items div.blog-item:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
	bottom: 3px;
}
body.markable div.blog div.blog-items div.blog-item figure.item-image {
	margin-top: 0;
}
body.markable div.blog div.blog-items div.blog-item div.item-content {
	padding: 2px 30px;
}
body.markable div.blog div.blog-items div.blog-item div.item-content div.page-header h2 {
	font-size: 22px;
}
body.markable div.blog div.blog-items {
	padding-bottom: 48px;
}
/*
body.markable div.blog div.blog-items div.blog-item div.item-content p:not(.readmore) {
	display: none;
}
*/
/* PRESENTAZIONE */
div#presentazione {
	padding-top: 72px;
	padding-bottom: 72px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
div#presentazione div.inner,
div#presentazione div.inner p,
div#presentazione div.inner p.readmore {
	text-align: right;
}
div#presentazione div.inner div.presentazione p.quot {
	font-size: 120px;
	margin: 32px 0 0 0;
}
div#presentazione div.inner div.presentazione i.fa-solid.fa-quote-left {
	font-size: 60px;
}
div#presentazione div.inner div.presentazione {
	max-width: 50%;
	margin: 0 0 0 auto;
}
/* PRE-FOOTER */
div#pre-footer {
	padding: 24px 0 48px;
}
div#pre-footer h3 {
	opacity: .65;
}
div#pre-footer div.inner div.cnt {
	justify-content: space-between;
}
div#pre-footer div.inner div.cnt.three div.item {
	width: 30%;
}
div#pre-footer div.inner div.cnt.four div.item {
	width: 22%;
}
div#pre-footer div.inner div.cnt div.item,
div#pre-footer div.inner div.cnt div.item p,
div#pre-footer div.inner div.cnt div.item ul {
	font-size: 17px;
}
div#pre-footer.bkg-black div.inner div.cnt div.item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#pre-footer.bkg-black div.inner div.cnt div.item ul li {}
div#pre-footer.bkg-black div.inner div.cnt div.item ul li a {
	display: block;
	padding: 1px 0;
	margin: 3px 0;
	color: #eee;
	padding-left: 0;
	transition: all .5s;
}
div#pre-footer.bkg-black div.inner div.cnt div.item ul li a:hover {
	opacity: .5;
	padding-left: 8px;
}
/* HIDE SUB MENUES */
div#pre-footer ul > li.nav-item.parent > ul.mod-menu__sub {
	display: none;
}
/* FOOTER */
div#footer {
	padding: 36px 0;
}
div#footer div.inner div.cnt {
	justify-content: space-between;
	flex-wrap: wrap;
}
div#footer div.inner div.cnt div.item.left {
	width: 58%
}
div#footer div.inner div.cnt div.item.right {
	width: 42%;
}
div#footer div.inner div.cnt div.item.right,
div#footer div.inner div.cnt div.item.right p,
div#footer div.inner div.cnt div.item.right ul,
div#footer div.inner div.cnt div.item.right h3,
div#footer div.inner div.cnt div.item.right h4 {
	text-align: right;
}
div#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#footer div.inner div.cnt div.item h4 {
	margin-top: 0;
}
/* LEGALE A */
div#footer ul.legale-a li {
	display: inline;
}
div#footer ul.legale-a li a {
	color: #111;
	display: inline-block;
	border-right: 1px solid #000;
	padding-right: 5px;
	font-size: 22px;
	opacity: 1;
	transition: opacity .4s;
}
div#footer ul.legale-a li a:hover {
	opacity: .5;
}
div#footer ul.legale-a li:last-child a {
	border-right: none;
}
/* LEGALE B */
div#footer ul.legale-b li {
	display: inline;
}
div#footer ul.legale-b li::after {
	content: "•";
	color: #333;
	padding: 0 6px 0 0;
}
div#footer ul.legale-b li:last-child::after {
	display: none;
}
div#footer ul.legale-b li a {
	color: #111;
	display: inline-block;
	font-size: 22px;
	padding: 0 12px 0 0;
	opacity: 1;
	transition: opacity .4s;
}
div#footer ul.legale-b li a:hover {
	opacity: .5;
}
div#footer ul.legale-b li:last-child a {}
/* CREDITS */
div#credits div.inner p {
	text-align: center;
	font-size: 14px;
	opacity: .75;
}
div#top-bar ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#top-bar ul.social li {
	display: inline-block;
}
div#top-bar ul.social li a {
	color: #111;
	opacity: 1;
	transition: opacity .4s;
	display: block;
	padding: 0 4px 0 0;
	font-size: 28px;
}
div#top-bar ul.social li a:hover {
	opacity: .5;
}
div#footer ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#footer ul.social li {
	display: inline-block;
}
div#footer ul.social li a {
	color: #111;
	opacity: 1;
	transition: opacity .4s;
	display: block;
	padding: 0 4px 0 0;
	font-size: 28px;
}
div#footer ul.social li a:hover {
	opacity: .5;
}
/* CONTENTS ============================================================================================ */
div#sidebar div.spoletta {
	position: sticky;
	top: 80px;
}
div#inner-contents div.com-content-category-blog.blog div.page-header h1,
div#inner-contents div.com-content-article.item-page div.page-header h1,
div#inner-contents div#phoca-dl-categories-box.pd-categories-view h1.ph-header,
div#inner-contents div#phoca-dl-category-box.pd-category-view h1.ph-header {
	display: none;
}
div#inner-contents div.blog div.blog-items div.blog-item div.item-content div.icons,
div#inner-contents div.com-content-article.item-page div.icons {
	display: none;
}
div.split-heading div#page-title-over {
/*	border-left: 1px solid #444; TOLTA LUG 2025 */
/*	padding-left: 6px;*/
	position: relative;
	/*	left: -6px;*/
}
nav.mod-breadcrumbs__wrapper ol {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
	text-align: right;
}
nav.mod-breadcrumbs__wrapper ol.mod-breadcrumbs li {
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 0 3px;
}
/*
nav.mod-breadcrumbs__wrapper ol.mod-breadcrumbs li:first-child {
	padding-left: 0;
	margin-left: -8px;
}
*/
nav.mod-breadcrumbs__wrapper ol.mod-breadcrumbs li.breadcrumb-item a {
	font-size: 16px;
	color: #999;
	padding: 0 6px 0 0;
	border-right: 1px solid #CCC;
}
nav.mod-breadcrumbs__wrapper ol.mod-breadcrumbs li.breadcrumb-item a:hover {
	text-decoration: underline;
}
nav.mod-breadcrumbs__wrapper ol.mod-breadcrumbs li:last-child a {
	border-right: none;
}
/* BLOG */
/* BLOG 1 COL */
div.blog div.blog-items div.blog-item {
	margin: 16px 0;
	padding: 24px 0 16px;
	border-bottom: 1px solid #CCC;
}
div.blog div.blog-items div.blog-item figure.right.item-image {
	margin: 36px 0 0 36px;
	float: right;
}
div.blog div.blog-items div.blog-item figure.left.item-image {
	margin: 36px 36px 0 0;
	float: left;
}
/* BLOG 2 COL */
div.blog div.blog-items.columns-2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.blog div.blog-items.columns-2 div.blog-item {
	width: 48%;
}
div.blog div.blog-items.columns-2 div.blog-item figure.item-image {
	max-width: 200px;
}
div.blog div.blog-items.columns-2 div.blog-item figure.item-image img {
	max-width: 200px;
	height: auto;
	width: 100%;
}
/* BLOG 3 COL */
div.blog div.blog-items.columns-3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #CCC;
}
div.blog div.blog-items.columns-3 div.blog-item {
	width: 30%;
	padding-top: 0;
}
div.blog div.blog-items.columns-3 div.blog-item figure.item-image img {
	max-width: 400px;
	height: auto;
	width: 100%;
}
div.blog div.blog-items.columns-3 div.blog-item figure.item-image {
	margin: 12px 0;
	float: none;
}
div.blog div.blog-items.columns-3 div.blog-item:nth-last-child(1),
div.blog div.blog-items.columns-3 div.blog-item:nth-last-child(2),
div.blog div.blog-items.columns-3 div.blog-item:nth-last-child(3) {
	border-bottom: none;
}
div.com-content-article.item-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.com-content-article.item-page ul li::before {
	content: "\f054";
	font-family: 'Font Awesome 6 Free';
	margin-right: 4px;
	font-weight: 900;
	font-size: 12px;
	position: relative;
	bottom: 1px;
}
@media only screen and (min-width:900px) {
	div#inner-contents div.item-page div.txt2cols {
		column-count: 2;
		column-gap: 56px;
	}
	div#inner-contents div.item-page div.txt2cols p {
		margin-top: 0;
	}
	div#inner-contents div.item-page div.txt2cols div p {
/*
		margin-top: 0;
		margin-bottom: 2rem;
*/
	}
	div#inner-contents div.item-page div.txt2cols div h3 {
		margin-top: 0;
		margin-bottom: 2px;
	}
}
/*
div#inner-contents div.item-page div.txt2cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div#inner-contents div.item-page div.txt2cols div {
	width: 47.5%;
}
@media only screen and (max-width:800px) {
	div#inner-contents div.item-page div.txt2cols {
		display: block;
	}
	div#inner-contents div.item-page div.txt2cols div {
		width: 100%;
	}
}
*/
/* CONTENTS */
div#inner-contents div.item-page div.com-content-article__body h3 {
	margin-bottom: 1px;
	margin-top: 36px;
}
div.com-content-article.item-page figure.right.item-image {
	float: right;
	margin: 1px 0 0 36px;
}
div.com-content-article.item-page nav.pagenavigation span.pagination a.btn {
	display: block;
}
div.com-content-article.item-page nav.pagenavigation span.pagination a.btn::before {
	content: "\f054";
	font-family: 'Font Awesome 6 Free';
	margin-right: 4px;
	font-weight: 900;
	font-size: 12px;
	position: relative;
	bottom: 1px;
}
div.com-content-article.item-page nav.pagenavigation span.pagination a.btn.btn-sm.btn-secondary.previous {}
div.com-content-article.item-page nav.pagenavigation span.pagination a.btn.btn-sm.btn-secondary.previous {}
div.com-content-article.item-page nav.pagenavigation span.pagination a.btn.btn-sm.btn-secondary.previous {}
ul.list-2cols {
	column-count: 2;
}
@media only screen and (max-width:600px) {
	ul.list-2cols {
		column-count: 1;
	}
}
/* VENUES */
/* Leadings */
body.venues div.blog div.blog-items.items-leading.white div.blog-item {
	background-color: var(--bkg-venues-white);
	padding: 48px;
	border-bottom: none;
}
body.venues div.blog div.blog-items.items-leading.black div.blog-item {
	background-color: var(--bkg-venues-black);
	padding: 48px;
	border-bottom: none;
}
body.venues div.blog div.blog-items.items-leading div.blog-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body.venues div.blog div.blog-items.items-leading.black div.blog-item,
body.venues div.blog div.blog-items.items-leading.black div.blog-item p,
body.venues div.blog div.blog-items.items-leading.black div.blog-item h2,
body.venues div.blog div.blog-items.items-leading.black div.blog-item h2 a,
body.venues div.blog div.blog-items.items-leading.black div.blog-item h3,
body.venues div.blog div.blog-items.items-leading.black div.blog-item h4 {
	color: #FFF;
}
body.venues div.blog div.blog-items.items-leading div.blog-item figure.item-image,
body.venues div.blog div.blog-items.items-leading div.blog-item div.item-content {
	width: 48%;
}
body.venues div.blog div.blog-items.items-leading div.blog-item figure.item-image {
	order: 2;
}
body.venues div.blog div.blog-items.items-leading div.blog-item div.item-content {
	order: 1;
}
body.venues div.blog div.blog-items.items-leading div.blog-item figure.item-image {
	float: none;
	margin: 0;
}
body.venues div.blog div.blog-items.items-leading div.blog-item figure.item-image img {
	width: 100%;
	max-width: 800px;
	height: auto;
}
body.venues div.blog div.blog-items.sub-venues div.blog-item div.item-content div.page-header h2 {
	font-family: Italiana, serif;
	font-size: clamp(28px,2.5vw,34px) !important;
}
body.venues div.blog div.blog-items.items-leading div.blog-item figure.item-image a img,
body.venues div.blog div.blog-items.items-leading div.blog-item div.item-content div.page-header h2 a {
	opacity: 1;
	transition: opacity .4s;
}
body.venues div.blog div.blog-items.items-leading div.blog-item figure.item-image a img:hover,
body.venues div.blog div.blog-items.items-leading div.blog-item div.item-content div.page-header h2 a:hover {
	opacity: .5 !important;
}
body.venues div.blog div.items-more ol.com-content-blog__links {
	column-count: 3;
}
body.venues div.blog div.blog-items.items-leading.black div.blog-item div.item-content p.readmore a.btn.btn-secondary {
	background-color: transparent;
	border: 1px solid #FFF;
	margin-top: 28px !important;
}
/* TEST Floating Leadings */
@media only screen and (min-width:1100px) {
	body.venues div.blog div.blog-items.items-leading.float div.blog-item figure.item-image {
		position: relative;
		margin: 0 0 0 auto;
	}
	div.blog div.blog-items.items-leading.float div.blog-item div.item-content {
		position: absolute;
		width: 60% !important;
		z-index: 9;
		background-color: rgba(255, 255, 255, .85);
		padding: 48px;
		top: 49.5%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
/* NOT Leadings */
div.blog div.more-venues-title {
	display: none;
}
body.venues div.blog div.more-venues-title {
	display: block;
}
body.venues div.blog div.more-venues-title h3 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 48px;
}
div.blog div.blog-items.columns-2 div.blog-item {
	width: 44%;
}
div.blog div.blog-items.columns-3 div.blog-item {
	width: 31%;
}
body.venues div.blog div.blog-items.columns-2 div.blog-item figure.item-image {
	max-width: 800px;
	margin: 0;
	float: none;
}
body.venues div.blog div.blog-items.columns-2 div.blog-item figure.item-image img {
	max-width: 800px;
	width: 100%;
	height: auto;
}
body.venues div.blog div.blog-items div.blog-item figure.item-image a img {
	opacity: 1;
	transition: opacity .4s;
}
body.venues div.blog div.blog-items div.blog-item figure.item-image a img:hover {
	opacity: .5 !important;
}
.pg-category-box-image svg,
.pg-detail-item-image-box img,
.pg-item-box-image img,
.pg-item-box-image svg,
.pg-category-box-image img {
	border-radius: 0 !important;
	box-shadow: none !important;
}
.pg-item-box, .pg-category-box {
	border: none !important;
/*	margin: 0.1rem 0.3rem; MODIFICA LUG 2025 */
	margin: 1.3rem 0;
}
/* Single View */
body.venues div.item-page.venues div p img {
	/*	display: none; 		/* HIDE TOPPINI */
}
body.venues div.item-page.venues figure.item-image {
	max-width: 400px;
}
body.venues div.item-page.venues figure.item-image img {
	width: 100%;
	height: auto;
}
body.venues div.item-page.venues div.page-header h1 {}
@media only screen and (max-width:700px) {
	body.venues div.item-page.venues figure.item-image {
		max-width: 800px;
		float: none;
		margin: 1px auto;
		text-align: center;
	}
}
body.venues div.item-page.venues ul.tags {
	list-style: none;
	padding: 0;
	margin: 0;
}
body.venues div.item-page.venues ul.tags li.list-inline-item {
	display: inline-block;
}
body.venues div.item-page.venues ul.tags li.list-inline-item::before {
	display: none;
}
body.venues div.item-page.venues ul.tags li.list-inline-item a.btn {
	display: block;
	border-radius: 12px;
	padding: 3px 12px;
	margin-right: 8px;
	line-height: 1;
	color: #FFF;
	background-color: #333;
	opacity: 1;
	transition: opacity .4s;
	font-size: 14px;
}
body.venues div.item-page.venues ul.tags li.list-inline-item a.btn:hover {
	opacity: .5;
}
body.venues div.item-page.venues p.venue-tags-title {
	border-top: 1px solid #999;
	max-width: 340px;
	margin-top: 48px;
}
form#adminForm div.com-tags-tags__filter.btn-group {
	padding: 12px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 36px;
}
form#adminForm div.com-tags-tags__filter.btn-group input#filter-search.inputbox {
	padding: 6px 12px;
	margin-right: 4px;
}
form#adminForm div.com-tags-tags__filter.btn-group button.btn.btn-primary,
form#adminForm div.com-tags-tags__filter.btn-group button.btn.btn-secondary {
	padding: 8px 12px;
	border-radius: 0;
	border: none;
	margin-right: 4px;
	cursor: pointer;
	background-color: #999;
	color: #FFF;
	transition: background-color .4s;
}
form#adminForm div.com-tags-tags__filter.btn-group button.btn.btn-primary:hover,
form#adminForm div.com-tags-tags__filter.btn-group button.btn.btn-secondary:hover {
	background-color: #444;
}
div.com-tags-tag.tag-category div.com-tags__items ul.category.list-group {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
div.com-tags-tag.tag-category div.com-tags__items ul.category.list-group {
	list-style: none;
	padding: 0;
	margin: 36px 0 0 0;
}
div.com-tags-tag.tag-category div.com-tags__items ul.category.list-group li::before {
	content: "\f105";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}
div.com-tags-tag.tag-category div.com-tags__items ul.category.list-group li h3 {
	margin: 9px 0;
	font-size: 18px;
	display: inline-block;
}
/* items more */
div.items-more {
	padding-top: 24px;
}
div.items-more ol.com-content-blog__links {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.items-more ol.com-content-blog__links li.com-content-blog__link::before {
	content: "\f054";
	font-family: 'Font Awesome 6 Free';
	margin-right: 4px;
	font-weight: 900;
	font-size: 12px;
	position: relative;
	bottom: 1px;
}
div.items-more ol.com-content-blog__links li.com-content-blog__link a {
	color: #666;
	opacity: 1;
	transition: opacity .4s;
}
div.items-more ol.com-content-blog__links li.com-content-blog__link a:hover {
	opacity: .5;
}
div.item-page div blockquote p {
	font-style: italic;
	color: #777;
}
div.item-page div blockquote {
	margin-left: 12px;
}
div.item-page div blockquote::before {
	content: "\f10e";
	font-family: "FontAwesome";
	display: block;
	position: relative;
	float: left;
	font-size: 18px;
	margin-right: 6px;
	color: #AAA;
}
/* SIDEBAR */
div#sidebar div.moduletable h3 {
	margin-top: 28px;
}
div#sidebar ul.nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#sidebar ul.nav li.nav-item {
	margin: 6px 0;
}
div#sidebar ul.nav li.nav-item a {
	color: var(--main-link-color);
	transition: color .4s;
	display: block;
}
div#sidebar ul.nav li.nav-item a:hover {
	color: #444;
}
/* pagination */
div.com-content-category-blog__navigation {
	margin-top: 36px;
}
div.com-content-category-blog__navigation p.com-content-category-blog__counter.counter {
	text-align: center !important;
}
nav.pagination__wrapper ul.pagination {
	list-style: none;
	padding: 12px 0 0 0;
	margin: 24px 0 0 0;
	text-align: center;
	border-top: 1px solid #CCC;
}
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;
}
nav.pagination__wrapper ul.pagination li.disabled span.page-link span.fa {
	color: #AAA;
}
nav.pagination__wrapper ul.pagination li.page-item a.page-link span.fa {
	color: #666;
	opacity: 1;
	transition: opacity .4s;
}
nav.pagination__wrapper ul.pagination li.page-item a.page-link:hover span.fa {
	opacity: .5;
}
div.item-page nav.pagenavigation {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #CCC;
}
div.item-page nav.pagenavigation span a.btn.btn-sm.btn-secondary span:last-child {
	display: none;
}
p.readmore a {
/*	background-color: var(--bkg-readmore-dark);*/
	background-color: var(--bkg-readmore-white);
/*	color: #FFF;*/
	color: #000;
	display: inline-block;
	padding: 4px 12px;
/*	padding: 3px 6px;*/
	text-transform: uppercase;
	transition: opacity .5s;
	margin: 1px 0;
	font-size: var(--readmore-font-size);
	border: 1px solid #000;
}
p.readmore a:hover {
	opacity: .5;
}
/* ======================================================================================================= */
/* PHOTO GALLERY */
div.pswp div.pswp__caption div.pswp__caption__center {
	text-align: center !important;
	font-size: 18px;
}
div#phocagallery div.pg-categories-items-box {
	box-sizing: border-box !important;
}
div.pg-category-items-box div.pg-item-box div.pg-item-box-title.image svg,
div#phocagallery div.pg-category-box-title svg {
	display: none;
}
div#phocagallery div.pg-category-box {
	/*	overflow: hidden;*/
	box-sizing: border-box !important;
}
div#phocagallery div.pg-category-box div.pg-category-box-info span.pg-category-box-count {
	display: none;
}
div.pg-msnr-container.pg-category-items-box div.pg-item-box div.pg-item-box-title {
	text-align: center;
	bottom: calc(0.5em - 3px);
	display: none;
}
div.pg-msnr-container.pg-category-items-box div.pg-item-box div.pg-item-box-title.image a {
	text-align: center;
	font-size: 14px;
}
div.com-content-article.item-page div.pg-category-items-box {
	clear: both;
	padding-top: 36px;
}
div#phocagallery div.pg-category-box div.pg-category-box-info {
	text-align: center;
	font-size: 14px;
	border-width: 0 !important;
	position: absolute;
	width: calc(100% - 1em - 2px);
	bottom: calc(0.5em + 1px);
}
div#phocagallery.pg-category-view.pg-cv div#pgCategoryModal {
	display: none;
}
div#phocagallery > div:last-child,
div#phocagallery > div:last-child a {
	color: #999 !important;
	font-size: 14px !important;
}
@media only screen and (max-width:536px) {
	div.pg-categories-items-box,
	div.pg-category-items-box {
		justify-content: center !important;
	}
}
/* MODIFICHE DEL 2 LUGLIO 2025 */
/*
.pg-category-box-image svg,
.pg-detail-item-image-box img,
.pg-item-box-image img,
.pg-item-box-image svg,
.pg-category-box-image img {
	max-width: 186px;
}
*/
/* DOWNLOAD */
div.pd-category-view div.pd-category h3.ph-subheader.pd-ctitle {
	padding: 12px 0 24px !important;
}
div.pd-category-view div.pd-category div.row {
	clear: both;
}
div.pd-category-view div.pd-category div#pdCategoryModal {
	display: none;
}
div.pd-category-view div.pd-category form div.pagination.pagination-centered {
	margin-top: 48px;
}
div.ph-credits div,
div.ph-credits div a {
	color: #999 !important;
	font-size: 14px !important;
}
div.pd-category div.pd-button-box-bt a.btn.btn-success {
	background-color: var(--bkg-general-buttons);
	color: var(--txt-general-buttons);
	font-size: 16px;
	padding: 1px 8px;
	border-radius: 12px;
	opacity: 1;
	transition: opacity .4s;
}
div.pd-category div.pd-button-box-bt a.btn.btn-success:hover {
	opacity: .5;
}
div#inner-contents div.phocadownloadfile {
	border: none;
	margin: 5px 5px 5px 0;
	padding: 3px 5px 3px 0;
}
div#inner-contents div.cf-footer p {
	font-size: .85rem;
}
/* SYSTEM */
body.venues div.blog div.items-more ol li.unpublished {
	text-decoration: line-through;
	opacity: .5;
}
#toTop {
	position: fixed;
	bottom: 60px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: 0;
	color: #fff;
	cursor: pointer;
	padding: 15px;
	border-radius: 28px;
	opacity: 0;
	transition: all .6s;
	margin: 0 8px;
	background-color: #333;
	box-shadow: 0 0 8px rgba(0, 0, 0, .7)
}
#toTop:hover {
	background-color: #999
}
div.system-unpublished span.badge.bg-warning,
span.badge.bg-warning.text-light {
	background-color: #f90;
	color: #fff;
	padding: 2px 12px;
	border-radius: 12px;
}
p.contattaci {
	font-family: Italiana serif;
	text-transform: uppercase;
}
/* === Media Queries =============================== */
/* Menu */
div#btn-mobile {
	/*
	position: fixed;
	z-index: 99;
*/
	padding: 3px 0px 0 3px;
}
@media only screen and (max-width:1200px) {
	div#menu-barretta {
		display: none !important;
	}
}
@media only screen and (max-width:960px) {
	div#pre-footer div.inner div.cnt {
		flex-wrap: wrap;
	}
	div#pre-footer div.inner div.cnt.four div.item {
		width: 48%;
	}
	div.com-tags-tag.tag-category div.com-tags__items ul.category.list-group {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width:900px) {
	body.markable div.blog div.blog-items.columns-3 div.blog-item {
		width: 46%;
	}
}
@media only screen and (max-width:790px) {
	body.venues div.blog div.blog-items.items-leading div.blog-item {
		display: block;
	}
	body.venues div.blog div.blog-items.items-leading div.blog-item figure.item-image,
	body.venues div.blog div.blog-items.items-leading div.blog-item div.item-content {
		width: 100%;
	}
	div.blog div.blog-items.columns-3 {
		justify-content: space-around;
	}
	body.venues div.blog div.blog-items.columns-3 div.blog-item {
		width: 48%;
	}
	body.venues div.blog div.items-more ol.com-content-blog__links {
		column-count: 2;
	}
}
@media only screen and (max-width:690px) {
	div.com-tags-tag.tag-category div.com-tags__items ul.category.list-group {
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width:600px) {
	div#logo img {
		max-width: 260px;
	}
	div#corporate div.inner.narrow div.cols {
		column-count: 1;
		column-gap: 5em;
	}
	div#corporate div.inner.narrow div.cols div.item h2 {
		margin: 1px auto 36px;
	}
	div#corporate div.inner.narrow div.cols div.item {
		transform: none !important;
	}
	div#corporate {
		padding-top: 12px;
	}
	div#corporate div.inner.narrow div.cols div.item:first-child {
		margin-top: 0;
	}
	body.venues div#inner-contents div.blog div.blog-items.columns-2 {
		display: block;
	}
	div.blog div.blog-items.columns-2 div.blog-item {
		width: 100%;
	}
	body.venues div.blog div.blog-items.columns-3 div.blog-item {
		width: 100%;
	}
	body.venues div.blog div.blog-items.columns-3 div.blog-item div.item-content div.page-header h2,
	body.venues div.blog div.blog-items.columns-3 div.blog-item figure.item-image,
	body.venues div.blog div.blog-items.columns-3 div.blog-item div.item-content p.readmore {
		text-align: center !important;
	}
	body.venues div.blog div.items-more ol.com-content-blog__links {
		column-count: 1;
	}
	div#news div.custom div.cnt {
		display: block;
	}
	div#news div.custom div.cnt div.item {
		width: 100% !important;
		padding: 1px 48px !important;
	}
	div#news div.custom div.cnt div.item.right {
		display: none;
	}
	body.markable div.blog div.blog-items.columns-3 div.blog-item {
		width: 100%;
	}
	body.markable div.blog div.blog-items div.blog-item:hover {
		box-shadow: none !important;
		bottom: 0 !important;
	}
	body.markable div.blog div.blog-items.columns-3 div.blog-item figure.item-image {
		text-align: center;
	}
	div#presentazione div.presentazione {
		max-width: 100% !important;
		margin: 0 !important;
	}
	div.presentazione div.custom p {
		text-align: left !important;
	}
	form#adminForm div.com-tags-tags__filter.btn-group {
		text-align: center !important;
	}
	form#adminForm div.com-tags-tags__filter.btn-group label.filter-search-lbl {
		display: block;
	}
	div#pre-footer div.inner div.cnt.four div.item {
		width: 100%;
	}
	div#pre-footer h3,
	div#pre-footer div.cnt div.item ul li a {
		text-align: center !important
	}
	div#footer div.inner div.cnt div.item {
		width: 100% !important;
		text-align: center !important;
	}
	div#footer div.inner div.cnt div.item p,
	div#footer div.inner div.cnt div.item ul,
	div#footer div.inner div.cnt div.item h3,
	div#footer div.inner div.cnt div.item h4 {
		text-align: center !important;
	}
	div#footer ul.legale-b li::after {
		content: "";
	}
	div#footer ul.legale-b li {
		display: block;
		margin-bottom: 6px;
	}
}
@media only screen and (max-width:480px) {
	div#pre-footer div.inner div.cnt div.item,
	div#pre-footer div.inner div.cnt div.item p,
	div#pre-footer div.inner div.cnt div.item ul {
		font-size: 20px;
	}
}