/*--- panel menu ---*/
/*--- 
variabili pannello menu 
	colore sfondo pannello
	--bg-panel-menu:#fff;

	colore bordo a sinistra sub menu
	--border-left-sub-menu:#ddd;

	colore bordo in basso ai links
	--border-bottom-items:#ddd;

	colore link
	--link:#111;

	colore link hover
	--link-over:#777;

---*/
:root {
	--bg-panel-menu:#fff;
	--border-left-sub-menu:#ddd;
	--border-bottom-items:#ddd;
	--link:#111;
	--link-over:#777;
}

.panel-menu-001-panel-menu {
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	max-width: 420px;
	height:100%;
	z-index:9999999999999999999999999;
	margin:0;
	padding:0 0 0 0;
	background-color:var(--bg-panel-menu);
	overflow:hidden;
	display: none;
}

.panel-menu-001-panel-menu.panel-left {
	left:-100%;
	right:auto;
}

.panel-menu-001-panel-menu.panel-right {
	right:-100%;
	left:auto;
}

.panel-menu-001-panel-menu .header {
	position: relative;
	margin: 0;
	padding: 0;
	width:100%;
	height:90px;
}

.panel-menu-001-panel-menu .header a.close {
	position: absolute;
	top: 21px;
	right: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 0 0 0;
	z-index: 888;
}

.panel-menu-001-panel-menu .header .title {
	position: relative;
	margin: 0;
	padding: 0;
	width: 240px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .header .title a img {
	width: auto;
	height: 90px;
}

.panel-menu-001-panel-menu .container {
	position: relative;
	margin: 0 0 0 0;
	padding: 20px 0 10px 0;
	width: 100%;
	height:calc(100% - 130px);
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}

.panel-menu-001-panel-menu .panel-shadow {
	position: absolute;
	top: 90px;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 50px;
	z-index: 1;
/*
	background-repeat:repeat-x;
	background-position:left top;
	background-size:50px 50px;
	background-image: url(/assets/img/menu/panel-menu-shadow.png);
*/
	background: linear-gradient(to top,rgba(255,255,255,0.2) 0%,rgba(255,255,255,1)100%);
}

.panel-menu-001-panel-menu .content {
	position: relative;
	margin:0;
	padding:0 0 0 0;
	font-family: 'Lato', sans-serif;
}

.panel-menu-001-panel-menu .content .section {
	position:relative;
	margin:0;
	padding:0 0 0 0;
	display: table;
	width: 100%;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content .section.no-border:last-child,
.panel-menu-001-panel-menu .content .section.no-border {
	border-bottom: none;
}

.panel-menu-001-panel-menu .section .title {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 25px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	width: 100%;
	height: 51px;
	border-left: 10px solid transparent;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .section .title.active {
	border-left: 10px solid var(--border-left-sub-menu);
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section.submenu .title.active {
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content ul li.active,
.panel-menu-001-panel-menu .content ul li.active a.active {
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section .title a {
	display: inline;
	align-items: center;
	float: left;
	width: calc(100% - 22px);
	padding: 0 0 0 25px;
	line-height: 20px;
}

.panel-menu-001-panel-menu .section .title a.with-icon {
/*
	display: flex;
*/
	display: inline;
	line-height: 25px;
}

.panel-menu-001-panel-menu .section .submenu a.with-icon {
	display: flex !important;
	align-items:center;
}

.panel-menu-001-panel-menu .with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .section li .title {
	padding: 0 0 0 0;
}

.panel-menu-001-panel-menu .section img.submenu-open {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .page-link {

}

.panel-menu-001-panel-menu .page-link.with-icon {
	font-size:20px;
}

.panel-menu-001-panel-menu .page-link.with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .content ul {
	position: relative;
	margin:0;
	padding:0 0 0 0px;
	width:100%;
	clear: both;
	display: none;
	border-left: 10px solid var(--border-left-sub-menu);
}

.panel-menu-001-panel-menu .content ul li ul {
	position: relative;
	margin:0;
	padding:0 0 10px 0;
	width:100%;
	clear: both;
	display: none;
}

.panel-menu-001-panel-menu .content ul li {
	position: relative;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
	line-height: 50px;
}

.panel-menu-001-panel-menu .content ul li:last-child {
	border-bottom:none;
}

.panel-menu-001-panel-menu .content ul li a {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 60px 0 0px;
	display: inline-block;
	width: 90%;
	font-size: 20px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.panel-menu-001-panel-menu .content ul li a span {
	font-weight: 700;
	margin-left: 6px;
}

.panel-menu-001-panel-menu .section .title a:hover,
.panel-menu-001-panel-menu a.single:hover,
.panel-menu-001-panel-menu .content ul li a:hover {
	color: var(--link-over);
}

.panel-menu-001-panel-menu .content ul li a.evidence {
	font-weight: 400;
}

.panel-menu-001-panel-menu .content ul li a.submenu-open {
	border:none;
}

.panel-menu-001-panel-menu .content .single-image {
	position: relative;
	margin: 25px 10px 10px 10px;
	padding: 0 0 0 0;
	clear: both;
	display: flex;
	justify-content: center;
}

.panel-menu-001-panel-menu .content .single-image a {
}

.panel-menu-001-panel-menu .content .single-image a img.round {
	border-radius: 10px;
}

.panel-menu-001-panel-menu .footer {
	position: absolute;
	bottom:0;
	top: auto;
	left: 0;
	right: auto;
	margin: 0;
	padding: 0;
	width:100%;
	max-width: 420px;
	height:50px;
	clear: both;
	border-top: 1px solid var(--border-bottom-items);
	background-color: #fff;
}

.panel-menu-001-panel-menu .footer a {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
	font-weight: 400;
	color: var(--link);
	text-transform: uppercase;
	font-family: Gotham Medium;
}

.panel-menu-001-panel-menu .footer a:hover {
	color: var(--link);
}

.panel-menu-001-panel-menu .footer a span {
	font-family: Gotham Black;
	padding-left: 5px;
}

.panel-menu-001-panel-menu .for-shop {
	position:absolute;
	right:60px;
	top:21px;
	width:80px;
}

@media only screen and (max-width: 590px) {

	.panel-menu-001-panel-menu .header-menu .title {
		padding: 0 0 0 0;
	}

}

@media only screen and (max-width: 480px) {

	.panel-menu-001-panel-menu .section .title {
		line-height: 20px;
	}

	.panel-menu-001-panel-menu .section .title a.page-link {
/*
		line-height: 46px;
*/		
	}

	.panel-menu-001-panel-menu .page-link {
		line-height: 46px;
	}

	.panel-menu-001-panel-menu-content ul li a {
		padding: 0 60px 0 28px;
		background-position: 18px center;
	}

	.panel-menu-001-panel-menu-content ul li ul li a {
		padding: 0 40px 0 40px;
		background-position: 30px center;
	}

	.panel-menu-001-panel-menu ul li a.page-link {
/*
		display: contents;
*/
	}

	.panel-menu-001-panel-menu a.single {
		padding: 0 0 0 30px;
	}

}

@media only screen and (max-width: 320px) {

	.panel-menu-001-panel-menu .section .title {
		font-size: 20px;
	}

	.panel-menu-001-panel-menu .content ul li a {
		padding: 0 20px 0 0px;
		font-size: 18px;
	}

	.panel-menu-001-panel-menu .for-shop {
		top:15px;
	}

	.panel-menu-001-panel-menu .header a.close {
		top: 15px;
	}

}

/*--- ! ---*/

.blueimp-gallery > .prev, 
.blueimp-gallery > .next {
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    opacity: 0.9;
    box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.5);
}
.blueimp-gallery > .close {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    opacity: 0.9;
    padding: 0;
}

/*--- personalizzazoione pulsante intro ---*/
.intro-001-intro-block a {
    position: relative;
    display: inline-block;
    padding: 8px 50px 10px 50px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255,255,255,0.40);
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    background-color: transparent;
    border-radius: 100px;
}

.intro-001-intro-block a:hover {
    background-color: #fff;
    color: #333;
}

.intro-001-intro-block a.eventi {
    position: relative;
    display: inline-block;
    padding: 8px 50px 10px 50px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255,255,255,0.40);
    color: #753b3e;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    background-color: rgba(255,255,255,1);
    border-radius: 100px;
}

.intro-001-intro-block a.eventi:hover {
    background-color: transparent;
    color: #fff;
}

/* text center */
@media only screen and (min-width: 769px) {
    .text-center-desktop {
		text-align: center;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .text-center-tablet {
		text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .text-center-mobile {
		text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .text-center-smartphone {
		text-align: center;
    }
}
/*--- personalizzabile tramite override end ---*/

/*--- typography ---*/

p {
    font-size:18px;
    font-weight:300;
    color:#655645;
}

h1.italiana {
font-family: 'Italiana', serif;
font-size: 60px;
line-height: 55px;
letter-spacing: 0px;
font-weight: 600;
margin: 20px 0 30px 0;
color: #bab2a9;
}

h2.italiana {
font-family: 'Italiana', serif;
font-size: 45px;
line-height: 48px;
letter-spacing: 0px;
font-weight: 600;
margin: 20px 0 25px 0;
color: #918679;
}

h3.italiana {
font-family: 'Italiana', serif;
font-size: 40px;
line-height: 40px;
letter-spacing: 0px;
font-weight: 600;
margin: 20px 0 20px 0;
color: #918679;
}

h4.italiana {
font-family: 'Italiana', serif;
font-size: 30px;
line-height: 33px;
letter-spacing: -1px;
margin: 20px 0 9px 0;
}

h5.italiana {
font-family: 'Italiana', serif;
font-size: 25px;
line-height: 28px;
letter-spacing: -1px;
font-weight: 100;
margin: 20px 0 10px 0;
}

h6.italiana {
font-family: 'Italiana', serif;
font-size: 20px;
line-height: 25px;
letter-spacing: -1px;
font-weight: 100;
font-style: italic;
margin: 20px 0 10px 0;
}

.fw-100 {
    font-weight: 100;
}

@media only screen and (max-width: 480px) {
	h1.italiana {
	font-family: 'Italiana', serif;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1px;
	font-weight: 600;
	margin: 20px 0 30px 0;
	color: #9a8f85;
	}
	
	h2.italiana {
	font-family: 'Italiana', serif;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: -1px;
	font-weight: 600;
	margin: 20px 0 25px 0;
	color: #9a8f85;
	}
	
	h3.italiana {
	font-family: 'Italiana', serif;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: 600;
	margin: 20px 0 20px 0;
	color: #9a8f85;
	}
}

/*--- ! ---*/

/* footer */
.footer-001-footer .company .text {
    color: #003e6b;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.footer-001-footer .company a {
    color: #003e6b;
}
.footer-001-footer .copyright-credits {
    background-color: rgb(186 178 169 / 50%);
}
.footer-001-footer .copyright {
    color: #003e6b;
    font-weight: bold;
}
.footer-001-footer-menu .title h3 {
    color: #003e6b;
	font-family: 'Italiana', serif;
    font-weight: bold;
    letter-spacing: 0px;
}
::marker {
    color: #003e6b;
	font-family: 'Italiana', serif;
}
.footer-001-footer-menu ul li a {
    color: #003e6b;
}
.footer-001-footer-menu ul li a:hover {
    color: #ff6500;
}

/* panel */
.panel-menu-001-panel-menu .section .title a {
	font-family: 'Italiana', serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #bbb2a9;
}
.panel-menu-001-panel-menu .section .title a:hover {
    color: #1d4470;
}
.panel-menu-001-panel-menu .content .section {
    border-bottom: 1px solid #f0f0f0;
}
.panel-menu-001-panel-menu .footer a {
    color: #1d4470;
}

@media only screen and (max-width: 480px) {
	.panel-menu-001-panel-menu .section .title a {
		font-weight: 900;
		letter-spacing: -1px;
		color: #9a8f85;
	}
}

/* nav */
.menu-header-001-submenu-nav ul li a {
	font-family: 'Italiana', serif;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 1px;
}
.menu-header-001-submenu-header-scroll .menu-header-001-submenu-nav ul li a {
    color: #224872;
}

.menu-header-001-submenu-nav ul li.actions ul.menu-dynamic li.li-dynamic a {
	font-family: 'Italiana', serif;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 1px;
}

.menu-header-001-submenu-nav ul li {
    border-radius: 10px;
}

ul li, ol li {
    line-height: 25px;
    margin: 0 0 10px 10px;
    color: #655645;
}

/* testi slide */
.rsABlock.rsABlock-flex h2 {
	font-family: 'Italiana', serif;
    color: #fff;
    text-transform: none;
    font-size: 54px;
    line-height: 50px;
    font-weight: 600;
}

.firma-slide {
	font-style: italic;
	margin-top: 20px !important;
}

.testo-slide {
	font-family: 'Italiana', serif !important;
    font-weight: 600 !important;
	font-size: 20px !important;
	letter-spacing: 1px !important;
	line-height: 30px !important;
	margin-top: 20px !important;
    line-height: 25px !important;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.rsABlock.rsABlock-flex h2 {
		font-family: 'Italiana', serif;
	    color: #fff;
	    text-transform: none;
	    font-size: 45px;
	    line-height: 45px;
	    font-weight: 600;
	}
	
	.firma-slide {
		font-style: italic;
		margin-top: 20px !important;
	}
	
	.testo-slide {
		font-family: 'Italiana', serif !important;
	    font-weight: 600 !important;
		font-size: 20px !important;
		letter-spacing: 1px !important;
		line-height: 30px !important;
		margin-top: 20px !important;
	    line-height: 25px !important;
	}
	.rsABlock.rsABlock-flex {
	    padding: 40px 80px 40px 200px;
	}
}

@media only screen and (max-width: 480px) {
	.rsABlock.rsABlock-flex h2 {
		font-family: 'Italiana', serif;
	    color: #fff;
	    text-transform: none;
	    font-size: 40px;
	    line-height: 40px;
	    font-weight: 600;
	}
	
	.firma-slide {
		font-style: italic;
		margin-top: 20px !important;
	}
	
	.testo-slide {
		font-family: 'Italiana', serif !important;
	    font-weight: 600 !important;
		font-size: 20px !important;
		letter-spacing: 1px !important;
		line-height: 30px !important;
		margin-top: 20px !important;
	    line-height: 25px !important;
	}
	.rsABlock.rsABlock-flex p {
		padding: 11px 0px 10px 20px;
		font-size: 25px;
	}
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    opacity: 0.2;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    opacity: 0.2;
}

/* Blog */
.img-blog-lista {
	border-radius: 300px;
}
a.link-post {
	text-decoration: none;
}
a.link-post:hover {
	color: #6bb4b4;
}

@media only screen and (max-width: 480px) {
	.rsABlock.rsABlock-flex h2 {
		font-family: 'Italiana', serif;
	    color: #fff;
	    text-transform: none;
	    font-size: 40px;
	    line-height: 40px;
	    font-weight: 600;
	}
	
	.firma-slide {
		font-style: italic;
		margin-top: 20px !important;
	}
	
	.testo-slide {
		font-family: 'Italiana', serif !important;
	    font-weight: 600 !important;
		font-size: 20px !important;
		letter-spacing: 1px !important;
		line-height: 30px !important;
		margin-top: 20px !important;
	    line-height: 25px !important;
	}
	.rsABlock.rsABlock-flex p {
		padding: 11px 0px 10px 20px;
		font-size: 25px;
	}
}

/* Blog post */
@media only screen and (min-width: 769px) {
	.top-background-content {
	    position: relative;
	    display: block;
	    padding: 0 200px 50px 230px;
	}
	.top-background-content h1 {
	    font-size: 60px;
	    line-height: 60px;
		font-family: 'Italiana', serif;
	    color: #fff;
	    letter-spacing: 0px;
	    font-weight: 600;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.top-background-content {
	    position: relative;
	    display: block;
	    padding: 0 100px 50px 50px;
	}
	.top-background-content h1 {
	    font-size: 50px;
	    line-height: 50px;
		font-family: 'Italiana', serif;
	    color: #fff;
	    letter-spacing: 0px;
	    font-weight: 600;
	}
}

@media only screen and (max-width: 480px) {
	.top-background-content {
	    position: relative;
	    display: block;
	    padding: 0 50px 50px 20px;
	}
	.top-background-content h1 {
	    font-size: 35px;
	    line-height: 35px;
		font-family: 'Italiana', serif;
	    color: #fff;
	    letter-spacing: 0px;
	    font-weight: 600;
	}
}

/* Centratura footer smartphone */
	@media only screen and (max-width: 480px) {
	.footer-001-footer .company .logo {
	    margin: 0 auto 20px;
	}
	.footer-001-footer .company .text {
	    text-align: center;
	}
}

/* Contatti */
.contact-elements a span {
	font-family: 'Italiana', serif;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Pulsanti home */
@media only screen and (min-width: 769px) {
	.pul-home {
	    max-width: 250px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.pul-home {
	    max-width: 150px;
	}
}

@media only screen and (max-width: 480px) {
	.pul-home {
	    max-width: 100px;
	}
}

.panel-menu-001-panel-menu .content ul li a {
    color: #827363;
}
.panel-menu-001-panel-menu .content ul li a:hover {
    color: #1d4470;
}

.over:hover {
	background-color: #f7f7f7;
	border-radius: 10px;
}

/* footer */
.footer-001-footer .container {
	padding: 50px 50px 0 50px;
}

.footer-001-footer-menu .title span {
    color: #003E6B;
    font-family: Gotham Bold;
    font-size: 18px;
    line-height: 14px;
    letter-spacing: -1px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
}
