#primary {
	width: 88%;
}
#left-sidebar {
	background-color: var(--global-color-10);
	box-shadow: 0 5px 10px #22222222;
	padding-top: 0;
	width: 12%;
}
#left-sidebar.sidebar .widget {
	margin-bottom: 0;
}
#nav-menu {
	position: fixed;
	/* width: 10%; */
	width: 12%;
}
#nav-menu figure {
	background-color: var(--base-3);
	padding-bottom: 30px;
}
.nav-logo {
	/* background-color: var(--base-3);
	border-radius: 20px; */
	padding-top: 7%;
}
.nav-container .wp-block-group__inner-container {
  margin: 0 0 0 10%;
}
.wp-block-themepunch-revslider {
	box-shadow: 10px 0 20px rgba(0,0,0,.3);
}
.mappa {
	line-height: 0;
}
#post-541 {
	width: 800px;
}
#cmplz-document, #post-541 {
  margin: 5%;
}
#cmplz-manage-consent button {
	font-size: 1em;
}
#nav-menu .nav-tel {
	margin-left: 10%;
	text-align: left;
	padding-top: 23px;
	justify-content: start;
	font-size: 1.2em;
}
#nav-menu h5:hover, #nav-menu h5:hover a, #nav-menu h2:hover, #nav-menu h2:hover a {
	color: var(--global-color-11);
}
#nav-menu .wp-block-social-links {
	margin: 0 0 0 10%;
}
#nav-menu .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #fff;
  color: #182301;
}
#nav-menu .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: white;
  color: #182301;
  margin-bottom: 0;
}

/** BIG BANNER HTML -START **/

.dm-hero {
    position: relative;
    min-height: 540px;

    background:
        url("/wp-content/uploads/2023/02/Big-banner-1-rev2.jpg")
        center center / cover no-repeat;

    overflow: hidden;
}

.dm-hero__shade {
    position: absolute;
    inset: 0;

    background: rgba(0,0,0,.18);
}

.dm-hero__inner {
    position: relative;
    z-index: 2;

    width: min(100% - 40px, 1600px);
    height: 100%;

    margin-inline: auto;
}

.dm-hero__content {
    padding-top: 135px;
    padding-left: 24%;

    color: white;
}

.dm-hero__content h1 {
    margin: 0;

    color: inherit;

    font-size: clamp(64px, 6vw, 116px);
    line-height: .95;

    font-weight: 600;
    letter-spacing: -.035em;
}

.dm-hero__content p {
    margin: 20px 0 0;

    font-size: clamp(31px, 3vw, 58px);
    line-height: 1.1;

    font-weight: 300;
}

@media (max-width: 768px) {

    .dm-hero {
        min-height: 420px;
        background-position: 65% center;
    }

    .dm-hero__content {
        padding-top: 100px;
        padding-left: 0;
    }

}

/** BIG BANNER HTML -END **/

@media only screen and ( max-width: 1919px ) {
	#nav-menu h2.nav-tel {
		font-size: 1em;
	}
}
@media only screen and ( max-width: 1440px ) {
	#nav-menu h2.nav-tel {
		font-size: 0.875em;
	}
}
@media only screen and ( max-width: 1365px ) {
	#nav-menu h2.nav-tel {
		font-size: 0.75em;
	}
}
@media only screen and ( max-width: 1025px ) {
	#primary {
		width: 80%;
	}
	#left-sidebar {
		width: 20%;
	}
	#nav-menu {
		width: 20%;
	}
	#nav-menu h2.nav-tel {
		font-size: 1em;
	}
}
@media only screen and ( max-width: 480px ) {
	#primary {
		width: 100%;
	}
	#left-sidebar {
		display: none;
	}
	#nav-menu {
		display: none;
	}
	#nav-menu h2.nav-tel {
		font-size: 1em;
	}
	#mobile-header {
	  z-index: 100;
	  position: relative;
	}
}