@import url('https://fonts.cdnfonts.com/css/didact-gothic');

body{
	font-family: 'Didact Gothic', sans-serif;
	font-size:18px;
	scroll-behavior: smooth;
}
a:visited{
	color:#262626
}
body.page{
	margin:0;
}
header .vertical{
	position:fixed;
	top:0;
	left:0;
	height:100vh;
	width:100px;
	background:#1D1D25;
	z-index:999999;
	color:#fff;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	text-align:center;
	
}
header .logo{
	margin:10px;
	background:#fff;
	padding:2px;
}
header .logo a{
	display:block;
	border:1px solid #ECC5C0;
	padding:5px;
	
}
header .logo svg{
	width:100%;
	display:block
}
header .logo svg .cls-1{
	fill:#C68359;
}
header .logo svg .cls-2{
	fill:#AC3716;
}
header .vertical .tel{
	letter-spacing:5px;
	writing-mode: sideways-lr;
	padding-left:15px;
	width:50px;
	margin:25px auto;
	border-top:1px solid #CD9B52;
	padding-top:20px;
	font-size:13px;
}
header .vertical .tel img{
	margin-bottom:10px;
	width:15px;
	vertical-align:-2px;
}
header .vertical .email{
	letter-spacing:5px;
	writing-mode: sideways-lr;
	padding-left:15px;
	width:50px;
	margin:20px auto;
	font-size:13px;
	border-bottom:1px solid #CD9B52;
	padding-bottom:20px;
}
header .vertical .email img{
	margin-top:10px;
	width:15px;
	vertical-align:-2px;
}
header .vertical .ig{
	writing-mode: sideways-lr;
	width:50px;
	margin:0 auto;
	margin-bottom:30px;
	padding-left:9px;
}
header .vertical .ig img{
	width:30px;
}
header .sx{
	position:fixed;
	top:0;
	z-index:999999;
	left:100px;
	display:flex;
	width:30%;
	background:#1D1D25;
	color:#fff;
}
header .sx .site{
	margin-right:50px;
}
header .sx h1{
	padding-top:10px;
	font-size:25px;
	line-height:normal;
}
header .sx h1 span{
	font-size:10px;
	color:#808185;
}
header .sx .languages{
	font-size:16px;
	padding-top:15px;
	margin-right:50px;
}
header .sx .languages a{
	color:#fff;
}
header .sx .menu{
	margin-right:20px;
}
header .sx .menu .hamburger{
	margin-top:15px;
	cursor:pointer;
	font-size:15px;
	letter-spacing:5px;
}
header .sx .menu .hamburger img{
	width:50px;
	margin-right:15px;
}
.home-slider{
	 height: 100vh;
}
.home-slider .home-slider-content{
	display:block;
	z-index:999999;
	color:#CC9B56;
	font-size:90px;
	padding-top:150px;
	letter-spacing:20px;
	height:800px;
	overflow:hidden;
}
.home-slider .home-slider-content .title{
	color:#fff;
	font-size:90px;
	width:60%;
	margin: 0 auto;
	letter-spacing:20px;
}
.home-slider .home-slider-content .wp-block-buttons{
	font-size:16px;
	letter-spacing:5px;
}
.home-slider .home-slider-content .wp-block-buttons a{
	background:none;
	color:#fff;
	padding:0;
}
.home-slider .home-slider-content .wp-block-buttons a{
	background:none;
	color:#fff;
	padding:0;
}
.home-slider .all{
	font-size:16px;
	position:absolute;
	width:100%;
	padding-left:10%;
	bottom:50px;
	z-index:9999999;
}
.home-slider .all a{
	display:inline-block;
	background:#C5845E;
	padding:20px 50px;
	text-transform:uppercase;
	color:#fff;
}
.home-caption{
	text-align:center;
	padding:50px;
	padding-bottom:200px;
	margin-left:100px;
	font-size:50px;
}
.home-caption h2{
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:100px;
}
.home-caption h3{
	font-size:35px;
	margin-bottom:50px;
}
.home-caption p{
	font-size:20px;
}
.home-video{
	background:#000;
}
.home-video video{
	width:100%;
}
.home-content{
	padding-left:100px;
}
.home-content p{
	background:#000;
	font-size:25px;
	padding:10px 50px;
	margin:0;
	color:#fff;
	text-transform:uppercase;
}
.home-content p:nth-child(1){
	letter-spacing:30px;
	line-height:normal;
}
.home-content p:nth-child(2){
	color:#F7E7CE;
	font-size:160px;
	line-height:200px;
	padding-right:100px;
	text-align:right;
}
.home-content p:nth-child(3){
	background:#fff;
	color:#BE6D42;
	font-size:160px;
	line-height:180px;
	padding-left:100px;
}
.home-testo .home-progetto-desc{
	margin-left:100px;
	padding:0 50px;
	padding-top:100px;
	font-size:20px;
}
.home-testo .home-progetto-desc p{
	margin:0;
}
.home-testo .all{
	font-size:20px;
	text-transform:uppercase;
	text-align:right;
	padding-right:100px;
	padding-bottom:100px;
	padding-top:50px;
}
.home-testo .all a{
	color:#000;
	display:inline-block;
	padding-bottom:120px;
	background:url('../images/arrow-down.svg') no-repeat 0 50px;
	background-size: 100px;
}
.home-progetto{
	padding-left:100px;
	display:flex;
	flex-wrap: wrap;
	background:#E8E8E8;
	overflow:hidden;
}
.home-progetto h2{
	font-size:60px;
	width:10%;
	writing-mode: sideways-lr;
	text-align:right;
	margin:0;
	padding:100px 50px;
	text-transform:uppercase;
}
.home-progetto .gallery-container{
	width:90%;
	position:relative;
	display:flex;
}
.home-progetto .gallery-container .img{
	max-width:50%
}
.home-progetto .gallery-container .img:nth-child(1){
	padding-right:5%;
	padding-bottom:20%;
}
.home-progetto .gallery-container .img:nth-child(2){
	padding-top:20%;
	padding-right:5%;
}
.home-progetto .gallery-container .img:nth-child(3){
	position:absolute;
	bottom: 10%;
	left:20%;
	max-width:40%
}
.home-progetto .all{
	font-size:16px;
	width:95%;
	padding-top:50px;
	padding-bottom:90px;
	margin-right:5%;
	margin-bottom:200px;
	text-align:right;
	background:url('../images/arrow-dx.svg') no-repeat calc(100% - 50px) bottom;
	background-size:90px;
}
.home-progetto .all a{
	display:inline-block;
	border:1px solid #4B1B05;
	padding:20px 60px;
	text-transform:uppercase;
	color:#4B1B05;
}
.home-diconodinoi{
	padding:100px;
	padding-right:0;
	text-align:center;
	text-transform:uppercase;
	font-size:28px;
	line-height:50px;
	letter-spacing:5px;
	width:70%;
	margin:0 auto;
}
.home-diconodinoi h2{
	font-size:32px;
	text-transform:uppercase;
	color:#C78360;
	margin-bottom:100px;
}
.home-diconodinoi p{
	margin-top:30px;
}
nav.nav-container{
	background:#000;
	padding: 10px;
	display:flex;
	text-align:center;
	z-index: 999999999;
}
nav.nav-container .sx{
	padding: 10px;
	width:50%;
	position:relative;
}
nav.nav-container .sx h3{
	color:#CB815A;
	font-size:12px;
	margin-top:40px;
	margin-bottom:80px;
}
nav.nav-container .sx ul{
	margin:0;
	background:none;
	width:100%;
	height:auto;
}
nav.nav-container .sx ul li a{
	color:#fff;
	text-transform:uppercase;
	font-size:40px;
	display:block;
}
nav.nav-container .sx ul:hover li a{
	color:#272727;
}
nav.nav-container .sx ul:hover li:hover a{
	color:#fff;
}
nav.nav-container .sx ul:hover li a{
	color:#272727;
}
nav.nav-container .sx li .img{
	position:absolute;
	right:-100%;
	top:0;
	width:100%;
}
nav.nav-container .sx li .img img{
	max-width:100%;
	width:100%;
	display:none;
}
nav.nav-container .sx li:hover .img img{
	display:inline-block;
}
nav.nav-container .sx li:nth-child(1) .img img{
	display:inline-block;
}
nav.nav-container .sx .caption{
	color:#fff;
	margin-top:50px
}
nav.nav-container .dx{
	position:relative;
	width:50%;
}
nav.nav-container .dx .myclose{
	position:absolute;
	top:20px;
	right:20px;
	color:#fff;
	cursor:pointer;
	font-size:30px;
}
.otgs-development-site-front-end{
	display:none;
}
.site-main article{
	margin:0;
}
.site-main header{
	position:relative;
	max-height:800px;
	overflow:hidden;
}
.site-main header img{
	max-width:none;
	width:100%;
}
.site-main article header{
	max-height:500px;
	z-index:9999;
}
.site-main article header img{
	max-width:none;
	width:100%;
}
.site-main article header h1{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:0 20%;
	text-align:center;
	font-size:90px;
	padding-top:150px;
	letter-spacing:20px;
	color:#fff;
	text-transform:uppercase;
}
.site-main article h2{
	margin:0;
	margin-bottom:50px;
	font-size:40px;
}
.site-main article p{
	margin:0;
	margin-bottom:25px;
}
.site-main .entry-content{
	margin:0;
	margin-left:100px;
	max-width:1300px;
	box-sizing:content-box;
	padding:50px max(calc((100% - 1300px) / 2), 25px);
}
.site-main .category-content{
	margin:0;
	margin-left:100px;
	padding:0;
	padding-top:100px;
	display:flex;
	flex-wrap: wrap;
}
.site-main .category-content h1{
	width:45%;
	padding-right:100px;
	padding-left:100px;
	font-size:60px;
	text-decoration: underline;
	margin-bottom:100px;
	text-align:right
}
.site-main .category-content .caption{
	width:55%;
	line-height:70px;
	letter-spacing:6px;
	font-size:18px;
	text-transform:uppercase;
	padding-right:100px;
	margin-bottom:100px;
}
.site-main .category-content .caption p {
    text-transform: none;
    line-height: normal;
    letter-spacing: normal;
    font-size: 17px;
}
.site-main .category-content article{
	width:50%;
	padding-right:20px;
	margin-bottom:100px;
}
.site-main .category-content article .entry-content{
	margin:0;
	padding:0;
}
.site-main .category-content article .entry-content .img img{
	max-width:100%;
	margin-left:50px;
}
.site-main .category-content article .entry-content a{
	display:block;
}
.site-main .category-content article .entry-content h2{
	margin-top:50px;
	padding-left:50px;
	background:url('../images/arrow-dx-black.svg') no-repeat calc(100% - 50px) center;
	background-size:50px;
}
.site-main .category-content article .entry-content p{
	padding-left:50px;
	font-size:18px;
}
.category-12 .site-main .category-content article .entry-content h2{
	padding-left:50px;
	padding-top:10px;
	font-size:18px;
}
.category-12 .site-main .category-content article .entry-content p{
	padding-top:50px;
	padding-left:50px;
	font-size:18px;
}
.category-12 .site-main .category-content article .entry-content .leggitutto{
	display:none;
}
.site-main .pagination{
	margin-left:100px;
	padding-left:50px;
	margin-bottom:50px;
}
.site-main .pagination a{
	font-weight:bold;
	padding:0px 5px;
	border:1px solid #000;
	margin:0 5px;
}
.site-main .pagination a.next{
	border:none;
}
.site-main .pagination a.prev{
	border:none;
}
.site-main .pagination span{
	padding:0px 5px;
	margin:0 5px;
	border:1px solid #000;
}
.site-main .evidenza{
	margin-top:50px;
	margin-left:100px;
	display:flex;
	background:#E8E8E8;
	padding:100px;
	padding-bottom:200px;
}
.site-main .evidenza .sx{
	width:50%;
	padding-left:100px;
	padding-right:100px;
}
.site-main .evidenza .sx h2{
	font-size:60px;
	text-decoration: underline;
	margin-bottom:20px;
	text-transform:lowercase;
}
.site-main .evidenza .sx .label{
	margin-bottom:300px;
}
.site-main .evidenza .sx .label span{
	color:#C07850;
	border-bottom:1px solid #C07850;
	padding-bottom:10px;
	font-size:26;
	text-transform:uppercase;
}
.site-main .evidenza .sx img{
	width:60%;
}
.site-main .evidenza .sx .content{
	padding-top:50px;
	padding-left:50px;
}
.site-main .evidenza .dx{
	width:50%;
}
.site-main .evidenza .dx img{
	padding-bottom:10px;
	border-bottom:2px solid #000;
}
.site-main .evidenza .dx a{
	display:block;
	font-size:40px;
	padding:50px 0;
	border-bottom:2px solid #000;
	background:url('../images/arrow-dx-black.svg') no-repeat calc(100% - 10px) 10px;
	background-size:50px;
}
.category-12 .site-main .category-content h1{
	width:100%;
	padding-right:50px;
	padding-left:5px;
	font-size:60px;
	text-decoration: underline;
	margin-bottom:100px;
}
.category-12 .site-main .category-content .caption{
	display:none;
}
.site-main .single-entry{
	margin:0;
	padding:0;
	position:relative;
	max-height:800px;
	overflow:hidden;
	padding-left:100px;
}
.site-main header.single-entry h1{
	position:absolute;
	top:200px;
	left:0;
	width:100%;
	font-size:120px;
	padding: 0 10%;
	color:#fff;
	text-transform:none;
	text-align:left;
}
.site-main header.single-entry p{ 
	position:absolute;
	top:350px;
	right:20%;
	width:30%;
	font-size:25px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:20px;
	line-height:70px;
}
.site-main .path{ 
	margin-top:50px;
	margin-left:300px;
}
.site-main .path a{ 
	color: #262626;
	font-weight:bold;
	padding:0 15px;
}
.site-main .path span{ 
	padding:0 15px;
}
.site-main .single-entry-content{ 
	padding-left:100px;
}
.site-main .single-entry-content .caption{ 
	margin-top:20px;
	text-align:center;
}
.site-main .single-entry-content .luogo{ 
	margin-top:20px;
	text-align:center;
	color:#ACACAC;
}
.site-main .single-entry-content .title{ 
	margin-top:50px;
	text-align:center;
	color:#C78660;
	text-transform:uppercase;
	font-size:35px;
	margin-bottom:50px;
}
.site-main .single-entry-content .title span{ 
	display:inline-block;
	padding-bottom:5px;
	border-bottom:1px solid #C78660;
	letter-spacing:20px;
}
.site-main .single-entry-content .content{ 
	padding:250px;
	padding-top:0;
	border-bottom:2px solid #000;
	margin-bottom:50px;
}
.site-main .single-entry-content .gallery1 .swiper-wrapper img{
	max-width:none;
	width:100%
}
.site-main .single-entry-content .gallery1 .swiper-pagination{ 
	transform:none;
	top:auto;
}
.site-main .single-entry-content .gallery1 .swiper-pagination .swiper-pagination-bullet{ 
	cursor:pointer;
	transition:none;
	background: none;
	height:20px;
	border-radius:10px;
	border:2px solid #fff;
	opacity:1
}
.site-main .single-entry-content .gallery1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ 
	background: #fff;
}
.site-main .single-entry-content .gallery1 .title span{ 
	color:#000;
	border:none;
	font-size:30px;
}
.site-main .single-entry-content .gallery2{ 
	margin:100px 20px;
}
.site-main .single-entry-content .gallery2 .swiper-slide{
	padding-bottom:70px;
	text-align:center;
}
.site-main .single-entry-content .gallery2 .swiper-button-prev{
	color:#000;
	left:calc(100% - 150px);
	cursor:pointer;
	height:45px;
	width:60px;
	bottom:0;
}
.site-main .single-entry-content .gallery2 .swiper-button-prev::after{ 
	background: url('../images/arrow-dx-black.svg') no-repeat right;
	background-size: contain;
	content:'';
	width:60px;
	height:45px;
	transform: scaleX(-1);
}
.site-main .single-entry-content .gallery2 .swiper-button-next{ 
	color:#000;
	left:calc(100% - 100px);
	cursor:pointer;
	height:45px;
	width:60px;
	bottom:0;
}
.site-main .single-entry-content .gallery2 .swiper-button-next::after{ 
	background: url('../images/arrow-dx-black.svg') no-repeat right;
	background-size: contain;
	content:'';
	width:60px;
	height:45px;
}
.site-main .single-entry-content .video{
	position:relative;
}
.site-main .single-entry-content .video video{
	width:100%;
}
.site-main .single-entry-content .video .play{
	position:absolute;
	top:45%;
	left:45%;
	width:100px;
	cursor:pointer;
}
.site-main .single-entry-content .diconodinoi{
	padding:100px;
	padding-right:0;
	text-align:center;
	text-transform:uppercase;
	font-size:28px;
	line-height:50px;
	letter-spacing:5px;
	width:70%;
	margin:0 auto;
}
.site-main .wpcf7-submit{
	display:inline-block;
	background:#C5845E;
	padding:20px 50px;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
}
.site-main .wpcf7-submit:hover{
	background:#C5845E;
}
footer{
	background:#000;
	margin-left:100px;
	padding:20px;
	padding-right:100px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	font-size:25px;
	color:#fff;
}
footer h3{
	width:100%;
	font-size:50px;
	color:#323232;
	margin-bottom:100px;
	letter-spacing:20px;
	text-transform:uppercase;
	padding-top:100px;
}
footer .info{
	padding-top:50px;
	padding-right:25px;
	width:40%;
}
footer .address{
	margin-bottom:50px;
}
footer .contacts{
	margin-bottom:50px;
}
footer .links{
	margin-bottom:50px;
}
footer .links li a{
	color:#fff;
}
footer .ig{
	margin-bottom:50px;
}
footer .ig a{
	color:#fff;
}
footer .ig a img{
	width:40px;
	margin-left:40px;
	filter: brightness(0) invert(1);
}
footer .nav-footer{
	padding-top:50px;
	padding-right:25px;
	font-size:35px;
	width:40%;
}
footer .nav-footer li{
	margin-bottom:30px;
	text-transform:uppercase;
}
footer .nav-footer a{
	color:#fff;
}
footer .logo{
	width:20%;
}
footer .logo svg{
	width:300px;
}
footer .logo .cls-1{
	fill:#828282;
}
footer .logo .cls-2{
	fill:#828282;
}
footer .bottom{
	font-size:18px;
	width:100%;
	display:flex;
	padding-top:200px;
	padding-bottom:50px;
	justify-content:space-between;
}
footer .bottom a{
	color:#fff;
}

/* portatili */
@media only screen and (max-width:1536px) {
	.home-content p:nth-child(2){
		font-size:90px;
	}
	.home-content p:nth-child(3){
		font-size:90px;
	}
	.home-progetto h2{
		padding: 100px 20px;
	}
	.home-progetto .gallery-container .img:nth-child(3){
		bottom: 20%;
	}
	.site-main article header h1{
		padding-left:150px;
		padding-right:50px;
		padding-top:150px;
	}
	.site-main .evidenza .sx{
		padding-left:0;
	}
	.site-main .evidenza .sx .label{
		margin-bottom:150px;
	}
	.site-main .evidenza .sx img{
		width:100%
	}
	.site-main .evidenza .sx .content{
		padding-left:0;
	}
	.site-main .single-entry-content .gallery2 .swiper-slide:nth-child(2n) img{
		width:80%;
	}
	footer .info{
		font-size:20px;
		width:30%
	}
	footer .nav-footer{
		font-size:30px;
	}
	footer .logo{
		width:30%
	}
	footer .logo svg{
		max-width:300px;
		width:auto;
	}
}

/* tablet */
@media only screen and (max-width:1280px) {
	header .sx{
		width:auto;
		padding-right:20px;
	}
	nav.nav-container .sx ul{
		overflow:hidden; 
	}
	nav.nav-container .sx ul li a{
		font-size: 25px;
	}
	nav.nav-container .sx .caption{
		font-size: 20px;
	}
	.home-slider .home-slider-content{
		font-size:40px;
	}
	.home-slider .home-slider-content{
		font-size:40px;
	}
	.home-slider .home-slider-content .title{
		font-size:40px;
		width:auto;
		margin-left:150px;
		margin-right:150px;
	}
	.home-slider .home-slider-content .p{
		margin-left:150px;
		margin-right:150px;
	}
	.home-slider .all{
		padding-left:150px;
	}
	.home-caption{
		padding-bottom:100px;
	}
	.home-caption h2{
		margin-bottom:50px;
	}
	.home-content p:nth-child(2){
		font-size:60px;
	}
	.home-content p:nth-child(3){
		font-size:60px;
	}
	.home-content .testo{
		padding-bottom: 150px;
		padding-right:50px;
	}
	.home-progetto h2{
		font-size:40px;
		padding:50px 5px;
	}
	.home-progetto .gallery-container .img:nth-child(3){
		bottom: 25%;
}
	.home-progetto .all{
		padding-bottom:100px;
		margin-bottom:100px;
	}
	.site-main .path{
		margin-left:150px;
	}
	.site-main article header h1{
		font-size:60px;
	}
	.site-main .category-content h1{
		width:100%;
	}
	.site-main .category-content .caption{
		width:100%;
		padding-left:100px;
	}
	.site-main .category-content article{
		width:100%;
		padding-left:0;
	}
	.site-main .evidenza{
		padding:50px;
		padding-bottom:100px;
		display:block;
	}
	.site-main .evidenza .sx{
		display:flex;
		flex-wrap:wrap;
		width:100%;
		padding-right:0;
	}
	.site-main .evidenza .sx h2{
		margin-bottom:50px;
		width:100%;
	}
	.site-main .evidenza .sx .label{
		margin-bottom:50px;
		width:100%;
	}
	.site-main .evidenza .sx img{
		width:70%;
	}
	.site-main .evidenza .sx .content{
		padding-bottom: 50px;
	}
	.site-main .evidenza .dx{
		display:block;
		text-align:right;
		width:100%;
	}
	.site-main .evidenza .dx img{
		padding-bottom:25px;
		width:70%;
	}
	.site-main .evidenza .dx a{
		width:100%;
		text-align:center;
		padding-left:0;
		padding-bottom:25px;
		padding-top:0;
		margin-top:25px;
	}
	.site-main header.single-entry h1{
		padding-left:125px;
		padding-right:25px;
		font-size:60px;
		top:100px;
	}
	.site-main header.single-entry p{
		top:220px;
		line-height:40px;
		font-size:20px;
		width:60%;
		margin-left:125px;
		right:5%;
	}
	.site-main .single-entry-content .content{
		padding-left:25px;
		padding-right:25px;
	}
	.site-main .single-entry-content .gallery2 .swiper-container{
		padding-bottom:60px;
	}
	.site-main .single-entry-content .gallery2 .swiper-slide:nth-child(2n) img{
		width:100%;
	}
	.site-main .single-entry-content .gallery2 .swiper-button-prev{
		bottom:0;
	}
	.site-main .single-entry-content .gallery2 .swiper-button-next{
		bottom:0;
	}
	.site-main .single-entry-content .diconodinoi{
		padding-left:0;
	}
	footer{
		padding-right:20px;
	}
	footer h3{
		margin-bottom:50px;
	}
	footer .info{
		width:50%
	}
	footer .nav-footer{
		width:50%
	}
	footer .logo{
		display:none;
	}
	footer .bottom p{
		padding:0 15px;
	}
	footer .bottom div{
		padding:0 15px;
	}
}

/* tablet portrait */
@media only screen and (max-width:810px) {
	body{
		font-size:18px;
	}
	header{
		display:flex;
		position:fixed;
		z-index: 999999;
		width:100vw;
		top:0;
	}
	header .vertical{
		display:block;
		height:auto;
		position:static;
		min-width:100px;
		flex-grow: 0;
	}
	header .vertical .tel{
		display:none;
	}
	header .vertical .last{
		display:none;
	}
	header .sx{
		position:static;
		max-width:none;
		padding-right:10px;
		flex-wrap:wrap;
		flex-grow: 1;
	}
	header .sx .menu{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	nav.nav-container{
		display:block;
		width:100vw;
	}
	nav.nav-container .sx{
		width:auto;
	}
	nav.nav-container .sx h3{
		margin-bottom:50px;
	}
	nav.nav-container .sx ul li .img{
		display:none;
	}
	nav.nav-container .sx ul li a{
		font-size: 20px;
	}
	nav.nav-container .sx .caption{
		display:none;
	}
	nav.nav-container .dx{
		position:static;
		width:auto;
	}
	.home-slider{
		margin-top:144px;
	}
	.home-slider .home-slider-content{
		font-size:20px;
	}
	.home-slider .home-slider-content .title{
		font-size:20px;
		margin-right:10px;
		margin-left:10px;
	}
	.home-slider .home-slider-content p{
		margin-right:10px;
		margin-left:10px;
	}
	.home-slider .home-slider-content .wp-block-buttons a{
		font-size:15px;
	}
	.home-slider .all a {
		padding: 10px 25px;
		font-size:15px;
		text-align:center;
	}
	.home-caption{
		padding-left:50px;
		margin-left:0;
	}
	.home-content{
		padding-left:0;
	}
	.home-content p:nth-child(2){
		font-size:40px;
	}
	.home-content p:nth-child(3){
		font-size:40px;
	}
	.home-testo .home-progetto-desc{
		margin-left:0;
		padding-top:50px;
	}
	.home-testo .all{
		padding-bottom:40px;
	}
	.home-progetto{
		display:block;
		padding-left:0;
	}
	.home-progetto h2{
		writing-mode:initial;
		padding:50px;
		width:auto;
	}
	.home-progetto .gallery-container{
		display:block;
		width:auto;
	}
	.home-progetto .gallery-container .img{
		max-width:80%;
		position:relative;
	}
	.home-progetto .gallery-container .img:nth-child(1){
		padding-right:0;
		padding-bottom:0;
	}
	.home-progetto .gallery-container .img:nth-child(2){
		padding-top:0;
		padding-right:0;
		top:40%;
		right:0;
		position:absolute;
	}
	.home-progetto .gallery-container .img:nth-child(3){
		position:relative;
		bottom:auto;
		left:auto;
		padding-top:15%;
		max-width:60%
	}
	.home-diconodinoi h2{
		font-size:25px;
		margin-bottom:50px;
	}
	.home-diconodinoi{
		padding-left:0;
		font-size:20px;
	}
	.site-main .path{
		margin-left:50px;
	}
	.site-main header{
		display:block;
		margin-top:144px;
		z-index: 9999;
		height:
	}
	.site-main article{
		margin-top:144px;
	}
	.site-main article header h1{
		padding-left:50px;
	}
	.site-main .entry-content{
		margin-left:0;
		padding:50px 25px;
	}
	.site-main article header h1{
		padding-left:50px;
	}
	.site-main .category-content{
		margin-left:0;
		padding-top:50px;
	}
	.site-main .category-content h1{
		width:100%;
		margin-bottom:25px;
	}
	.site-main .category-content .caption{
		width:100%;
		padding:25px;
		margin-bottom:0;
	}
	.site-main .category-content article{
		margin-top:25px;
		margin-bottom:25px;
		padding-right:0;
	}
	.site-main .category-content article .entry-content .img img{
		margin-left:0;
	}
	.site-main .category-content article .entry-content h2{
		background-size:30px;
		background-position-x:calc(100% - 25px);
		padding-right:35px;
		padding-left:10px;
		margin-top:0;
		margin-bottom:100px;
	}
	.site-main .pagination{
		margin-left:0;
	}
	.site-main .evidenza{
		margin:0;
	}
	.site-main .single-entry{
		padding-left:0;
	}
	.site-main header.single-entry h1{
		top:25px;
		font-size:30px;
		padding:0 25px;
		letter-spacing:10px;
	}
	.site-main header.single-entry p{
		display:none;
	}
	.site-main .single-entry-content{
		padding:0;
	}
	.site-main .single-entry-content .caption{
		padding:0 25px;
	}
	.site-main .single-entry-content .gallery2 .swiper-slide{
		padding-bottom:20px;
	}
	.site-main .single-entry-content .gallery2 .swiper-button-prev{
		left:calc(50% - 90px);
	}
	.site-main .single-entry-content .gallery2 .swiper-button-next{
		left:calc(50% + 45px);
	}
	.site-main .single-entry-content .diconodinoi{
		margin:0;
		padding:25px;
		width:auto;
	}
	.wp-block-cb-carousel-v2{
		margin:0 30px;
	}
	footer{
		margin-left:0;
	}
	footer h3{
		margin-left:0;
		padding-top:50px;
		margin-bottom:0;
	}
	footer .info{
		font-size:16px;
	}
	footer .ig a img{
		width:25px;
	}
	footer .nav-footer{
		font-size:20px;
	}
	footer .bottom{
		padding-top:25px;
		padding-bottom:0;
		font-size:16px;
	}
}

/* smartphone */
@media only screen and (max-width:430px) {
	header .vertical{
		position:absolute;
	}
	header .sx{
		padding-right:0;
		justify-content:space-between;
		z-index:0
	}
	header .sx .site{
		margin-left:100px;
		margin-right:20px;
		height:120px;
	}
	header .sx .languages{
	}
	header .sx .menu{
		padding-top:0;
	}
	nav.nav-container .sx ul li a {
		font-size: 25px;
	}
	nav.nav-container .sx .caption{
		display:block;
		font-size:18px;
	}
	.home-slider{
		margin-top: 200px;
	}
	.home-testo .home-progetto-desc{
		padding-top:0;
	}
	.home-caption{
		font-size: 30px;
	}
	.home-caption h2{
		font-size: 12px;
	}
	.home-caption h3{
		font-size: 30px;
	}
	.home-caption p{
		font-size: 18px;
	}
	.home-content p:nth-child(1){
		font-size: 18px;
		letter-spacing:20px;
		text-align:center;
	}
	.home-content p:nth-child(2){
		font-size: 30px;
		line-height:150px;
		padding:0 25px;
	}
	.home-content p:nth-child(3){
		font-size: 30px;
		line-height:150px;
		padding:0 25px;
	}
	.home-testo .all{
		padding-right:50px;
	}
	.home-testo .home-progetto-desc{
		font-size: 18px;
	}
	.home-progetto h2 {
		padding: 50px 25px;
		font-size: 30px;
		text-align:center;
	}
	.home-progetto .all {
		margin-bottom:25px;
	}
	.home-diconodinoi{
		width:90%;
		padding-top:50px;
		font-size: 18px;
	}
	.site-main .path{
		margin-left:20px;
	}
	.site-main article{
		margin-top: 200px;
	}
	.site-main header{
		margin-top: 200px;
	}
	.site-main article header h1{
		font-size: 30px;
		padding-left:20px;
		padding-right:20px;
	}
	.site-main .category-content{
		display:block;
		padding-top:50px;
	}
	.category-12 .site-main .category-content h1{
		font-size:40px;
	}
	.site-main .category-content .caption{
		padding-top:0;
		line-height:50px;
		margin-bottom:0;
		padding-bottom:0;
	}
	.site-main .category-content .caption{
		padding-top:0;
		line-height:50px;
		margin-bottom:0;
		padding-bottom:0;
	}
	.site-main .category-content article{
		width:100%;
		padding-right:0;
		margin-bottom:100px;
	}
	.site-main .category-content article .entry-content h2{
		padding:15px;
		font-size:30px;
		background:none;
		margin-bottom: 0;
	}
	.site-main .category-content article .entry-content p{
		padding:0 25px;
	}
	.category-12 .site-main .category-content article .entry-content .leggitutto{
		display:block;
		margin-bottom: 100px;
		margin-top:20px;
		padding:0 50px;
		font-size:16px;
		font-weight:bold
	}
	.site-main .evidenza .sx h2{
		font-size:35px;
		margin-bottom:25px;
	}
	.site-main .evidenza .sx img{
		width:100%;
	}
	.site-main .evidenza .dx img{
		width:100%;
	}
	.site-main .evidenza .dx a{
		background:none;
	}
	footer h3 {
		font-size: 30px;
		margin-bottom: 50px;
		letter-spacing: 10px;
		padding-top: 50px;
		text-align:center;
	}
	footer .info{
		margin-bottom: 50px;
		padding-top:0;
		padding-right:0;
		width:100%
	}
	footer .address{
		margin-bottom: 20px;
	}
	footer .contacts{
		margin-bottom: 20px;
	}
	footer .links{
		margin-bottom: 20px;
	}
	footer .ig{
		margin-bottom: 20px;
	}
	footer .nav-footer{
		display:none;
	}
	footer .nav-footer li{
		margin-bottom:20px;
		text-align:center;
	}
	footer .bottom{
		display:block;
		padding-top:50px;
	}
}