:root {
  --azzurro: #0085c8;
	--blu: #003c5b;
	--grigio: #87888A;
	--grigio-scuro: #555;
	--bg: #eaeaef;
	--arancione: #FB6A0C;
	--bg-arancione: #FFD889;
	--marrone: #362800;

}

html, body {
  scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
  position: relative;
  font-family: 'Geist', sans-serif;
	font-variation-settings:
	"wdth" 100,
	"YTLC" 500;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 300;
  color: #333;
  margin: 0;
}

p {
  font-family: 'Geist', sans-serif;
}

*:focus, *:hover {
  outline: none;
  outline-offset: unset;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a.iubenda-tp-btn.iubenda-cs-preferences-link {
  display: none !important;
}

button.iubenda-tp-btn.iubenda-cs-preferences-link {
  display: none !important;
}

html button.iubenda-tp-btn.iubenda-cs-preferences-link {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  position: relative;
  color: var(--azzurro)
}

body:not(.home) h3, body:not(.home) h4, body:not(.home) h5, body:not(.home) h6 {
	color: var(--blu);
	margin-bottom: 10px;
	font-weight: 500;
}

h1 {
  font-size: 34px;
}

img {
  max-width: 100%;
  object-fit: cover;
}

.abslink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.button {
	font-family: 'Geist', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	border: 2px solid;
	border-radius: 5px;
	padding: 4px 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.container {
  position: relative;
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

ul {
	list-style: square;
}

/* Start Menu */

/* .home #header, .home #header .logo-side, .home #header .dates-wrap, .home #header .dates-wrap .day span, .home #header  #mainmenu > li >a {
	cursor: pointer;
} */

/* .noscroll #header, .noscroll #header .logo-side, .noscroll #header .dates-wrap, .noscroll #header .dates-wrap .day span, .home:not(.scrolling) #header, .home:not(.scrolling) #header .logo-side, .home:not(.scrolling) #header .dates-wrap, .home:not(.scrolling) #header .dates-wrap .day span, .home:not(.scrolling) #header #mainmenu > li >a {
	color: #FFF;
} */

.home:not(.scrolling) #header .top-menu div {
	color: #333;
}

a.link-menu[href="#"], a.link-menu[href="#!"], a.link-menu[href=""] {
	pointer-events: none;
}

#toggle-menu {
	display: none;
}

#toggle-menu~aside {
	pointer-events: none;
	z-index: 99;
}

#toggle-menu:checked~aside {
	pointer-events: initial;
}

#toggle-menu:checked~aside .aside-left {
	transform: translateY(0%);
	opacity: 1;
}

#toggle-menu:checked~aside .aside-right {
	transform: translateX(0%);
	opacity: 1;
}

#toggle-menu:checked~label .bar {
	background-color: #fff;
}

#toggle-menu:checked~label .top {
	-webkit-transform: translateY(0px) rotateZ(45deg);
	-moz-transform: translateY(0px) rotateZ(45deg);
	-ms-transform: translateY(0px) rotateZ(45deg);
	-o-transform: translateY(0px) rotateZ(45deg);
	transform: translateY(20px) rotateZ(45deg);
}

#toggle-menu:checked~label .bottom {
	-webkit-transform: translateY(-15px) rotateZ(-45deg);
	-moz-transform: translateY(-15px) rotateZ(-45deg);
	-ms-transform: translateY(-15px) rotateZ(-45deg);
	-o-transform: translateY(-15px) rotateZ(-45deg);
	transform: translateY(5px) rotateZ(-45deg);
}

#toggle-menu:checked~label .middle {
	width: 0;
}

#toggle-menu~label {
	cursor: pointer;
}

#toggle-menu~label {
	display: inline-block;
	background-color: transparent;
	cursor: pointer;
}

#toggle-menu ~ label.aside {
	opacity: 0;
	position: fixed;
	right: 6%;
	top: 50px;
	pointer-events: none;
	transform: rotate(-40deg);
	transition: all 10ms ease-out 0ms;
}

#toggle-menu ~ label.aside .bar{
	margin: 5px auto;
}

#toggle-menu:checked ~ label.aside {
	position: fixed;
	right: 6%;
	top: 50px;
	transition: all .3s ease-in-out;
}

#toggle-menu:checked ~ label.aside {
	display: block;
	pointer-events: initial;
	position: fixed;
	display: inline-block;
	background-color: transparent;
	cursor: pointer;
	z-index: 999;
	height: 50px;
	width: 50px;
	background: #e00052;
	border-radius: 50%;
	opacity: 1;
	transform: rotate(0deg);
}

.sub-menu {
	color: #737373;
	min-width: 250px;
	transition: all .3s ease-in-out;
}

.sub-menu li:hover > a {
	color: var(--blu);
}

#mainmenu {
	/* position: relative; */
	z-index: 32;
	/* margin-top: 20px; */
}

#mainmenu .item {
	position: relative;
	overflow: initial;
}

#mainmenu .item a {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 20px 10px;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	transition: all .3s ease-in-out;
}

#header #mainmenu > li:last-child > a {
	padding-right: 0;
}

#mainmenu .sub-menu .item:hover {
	background-color: #f9f9f9;
}

#mainmenu .megamenu .item {
	position: static;
}

#mainmenu .item:not(.megamenu) a + .sub-menu  {
	position: absolute;
	top: 70%;
	left: 0;
	opacity: 0;
	z-index: -2;
	background-color: #FFF;
	box-shadow: 0px 7px 10px -8px #00000047;
	pointer-events: none;
	list-style: none;
	padding: 0;
	transition: all .3s ease-in-out;
}

#mainmenu .item:not(.megamenu):hover > .sub-menu {
	top: 100%;
	pointer-events: initial;
	opacity: 1;
	z-index: 1;
}

#mainmenu > .item:not(.megamenu):last-child .sub-menu {
	right: 0;
	left: initial !important;
}

#mainmenu .item:not(.megamenu) .item > .subsub.sub-menu  {
	/* top: -30%; */
	top: 0%;
	left: 100%;
}

#mainmenu .item:not(.megamenu) .item:hover + .subsub.sub-menu  {
	left: 100%;
	top: 0%;
}

#mainmenu .item:not(.megamenu) .sub-menu a{
	padding: 10px 20px;
}

#mainmenu .item.megamenu > .sub-menu  {
	pointer-events: none;
}

#mainmenu .item.megamenu:hover > .sub-menu  {
	opacity: 1;
	pointer-events: initial;
}

#mainmenu .item.megamenu {
	position: static;
}

#mainmenu .item .has-submenu > a {
	position: relative;
	padding-right: 40px;
}

#mainmenu .item .has-submenu > a:after {
	content: '\e919';
	font-family: 'icomoon';
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 0px;
	line-height: 44px;
	color: rgb(157, 157, 157);
	
}

#mainmenu .item.megamenu > .sub-menu {
	top: 70%;
	opacity: 0;
	width: 33.3339%;
	position: absolute;
	background-color: #FFF;
	left: 0%;
	padding: 20px 0;
	z-index: 4;
	transition: all .3s ease-in-out;
}

#mainmenu .item.megamenu:hover > .sub-menu {
	top: 100%;
	opacity: 1;
}

#mainmenu .item.megamenu:hover:before {
	content: '';
	position: absolute;
	height: 50px;
	width: 400px;
	top: 80%;
	left: 0;
	width: 200vw;
	transform: translateX(-50%);
}

#mainmenu .item.megamenu > .sub-menu:before {
	content: '';
	top: 0;
	width: 200vw;
	left: 50%;
	position: absolute;
	transform: translateX(-20%);
	padding: 20px 8%;
	background-color: #FFF;
	box-shadow: 0px 7px 10px -8px #00000047;
	z-index: -2;
	border-top: 1px solid #f1f1f1;
}

#mainmenu .item.megamenu .subsub.sub-menu {
	width: 100%;
	top: 0% !important;
	box-shadow: none;
	border-left: 1px solid #ddd;
	margin: 20px 0;
}

#mainmenu .item.has-submenu {
	position: static;
}

#mainmenu .item.megamenu  .subsub.sub-menu, #mainmenu .item.megamenu .item > a > span, #mainmenu .item.megamenu > .sub-menu:before {
	min-height: 450px;
}

#mainmenu .item.megamenu .item > .sub-menu {
	pointer-events: none;
	left: 100%;
}

#mainmenu .item.megamenu .item:hover > .sub-menu {
	pointer-events: initial;
	opacity: 1;
	left: 100%;
}

#mainmenu .item.has-submenu a {
	display: flex;
	justify-content: space-between;
}

#header #mainmenu > li > a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	transition: color .3s ease-in-out;
}

#header #mainmenu > li:hover > a {
	color: var(--blu);
}

#mainmenu .item.megamenu .item > a > span {
	content: attr(data-image);
	position: absolute;
	width: 300px;
	display: block;
	left: 200%;
	top: 0;
	width: 100%;
	pointer-events: none;
	object-fit: cover;
	background-position: center;
	background-size: contain;
	overflow: hidden;
	opacity: 0;
	transition: all .3s ease-in-out;
}

#mainmenu .item.megamenu .item > a:hover > span {
	opacity: 1;
}

#mainmenu .item.megamenu .item .subsub.sub-menu a > span {
	left: 100%;
}

.wrap-menu #myTab {
	display: flex;
	padding: 0 0%;
	border-top: 1px solid #ffffff42;
	background: #0000001f;
}

.wrap-menu #myTab li {
	flex: 1 0 auto;
	margin: 0px;
}

.wrap-menu #myTab li a {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .5px;
	margin: 0;
	/* border: 1px solid #ffffff7d; */
	transition: all .3s ease-in-out;
	transition-delay: unset !important;
}

.wrap-menu #myTab li a.active {
	border-bottom: none;
}

.wrapper .nav-expand-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(100%);
	background-color: var(--azzurro);
	transition: all .3s ease-in-out;
	visibility: hidden;
}

/* .nav-expand-content .nav-item:not(:last-child) {
	border-bottom: solid 1px #20b49c;
} */

.wrapper .nav-expand-content .nav-link {
	background-color: var(--azzurro);
}

.wrapper .nav-expand-content .nav-back-link {
	display: flex;
	align-items: center;
	background-color: var(--arancione) !important;
	color: #fff;
}

.wrapper .nav-expand-content .nav-back-link::before {
	content: "\e904";
	margin-right: 0.5em;
	font-family: "icomoon";
	font-size: 16px;
}

.wrapper .nav-expand-link {
	display: flex;
	justify-content: space-between;
}

.wrapper .nav-expand>a:after {
	content: "\e906";
	font-family: "icomoon";
	flex: 0 1 auto;
	font-size: 20px;
	color: #fff;
}

.wrapper .nav-expand.active > .nav-expand-content {
	transform: translateX(0);
	visibility: visible;
}

.wrapper .nav-expand .nav-expand-content {
	background-color: var(--azzurro);
}

.wrapper .nav-expand .nav-expand-content .nav-link {
	background-color: var(--azzurro);
}

.wrapper .nav-expand .nav-expand-content .nav-expand-content {
	background-color: #aff1e6;
}

.wrapper .nav-expand .nav-expand-content .nav-expand-content .nav-link {
	background-color: #aff1e6;
}

.wrapper .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
	background-color: #84e9d9;
}

.wrapper .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
	background-color: #84e9d9;
}

.wrapper .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
	background-color: #59e1cb;
}

.wrapper .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
	background-color: #59e1cb;
}

.wrapper .tab-pane .nav-expand-content {
	padding-top: 0;
}

.wrapper .tab-pane li.item.nav-item.nav-expand a:not(.nav-back-link) {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wrapper .tab-pane .nav-expand-content .nav-back-link {
	background-color: #fff !important;
	line-height: 40px;
	display: block;
	text-transform: uppercase;
	color: var(--azzurro);
}

#mainmenu .item:not(.megamenu) .item>.subsub.sub-menu {
	left: 100%;
	right: initial;
	min-width: 80px;
}

.menu-nolink > a {
	pointer-events: none;
}

/* End Menu */

/* Start Header */

#fixed-btn {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: right;
	z-index: 9;
}

#fixed-btn .door-btn {
	position: relative;
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	transition: all .3s ease-in-out;
}

#fixed-btn .door-btn:first-child {
	background: var(--azzurro);
	padding: 10px 10px 10px 30px;
}

#fixed-btn .door-btn:nth-child(2) {
	background: var(--blu);
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
	padding: 10px 10px 10px 30px;
	letter-spacing: 0.4px;
}

#fixed-btn .door-btn:hover {
	clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 35% 100%, 0% 50%);
}

header > .header-site {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	background: #ffffff20;
	backdrop-filter: blur(10px);
}

.scrolling header > .header-site {
	background: #0085c880;
}

.container ~ .container-above {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	pointer-events: none;
	font-size: 15px;
	z-index: -1;
	opacity: 1;
	transition: all .3s ease-in-out;
}

.logo-side .dates-wrap {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

.nav-cta {
	display: flex;
	gap: 40px;
}

.intro-logo .dates-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.logo img {
	width: 280px;
	margin-bottom: -8px;
	transition: opacity .3s ease-in-out;
}

.logo img.logo-negativo {
	opacity: 0;
	width: 0;
	transition: opacity .3s ease-in-out;
}

#mainmenu {
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 0;
	margin: 0;
}

#header {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	top: 0px;
	color: #fff;
	z-index: 10;
	padding: 20px 0 15px 0;
}

.admin-bar #header {
	top: 32px;
	padding: 20px 0 15px 0
}

.logo-side {
	position: relative;
	top: 0px;
	left: 30px;
	text-align: center;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 6px;
	transition: opacity .3s ease-in-out;
}

.dates-wrap .day {
	position: relative;
	font-weight: 600;
}

.dates-wrap .day:not(:nth-child(3)):before {
	content: '';
	position: absolute;
	right: -9px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	height: 2px;
	width: 6px;
}

.header-aside {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.header-aside .special {
	position: relative;
	color: #fff;
	padding: 10px 12px;
	font-weight: 600;
	font-size: 18px;
	background: #0085c890;
	backdrop-filter: blur(10px);
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.header-aside .special:hover {
	border-color: #ffffff55;
}

.scrolling .header-aside .special {
	background: #003c5b90;
}

.header-aside .special:hover:before {
	top: 50%;
	left: 50%;
}

.container-above .giorni-rimanenti {
	position: relative;
	margin-top: 6px;
	right: 60px;
}

.home-intro {
	position: relative;
	margin-bottom: -8px;
}

.home-intro:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.img-hero {
	height: 100%;
	object-fit: cover;
}

/* .scrolling #header {
	background: #fff;
	color: #333;
	box-shadow: 0px 1px 10px 0px #00000050;
} */

.scrolling .container ~ .container-above {
	opacity: 0;
	font-size: 0;
}

.scrolling #header .logo img {
	opacity: 0;
	width: 0;
}

.scrolling #header .logo img.logo-negativo {
	opacity: 1;
	width: 280px;
	margin-bottom: -8px;
}

/* .scrolling #header #mainmenu > li > a {
	color: #333;
	font-weight: 600;
} */

.scrolling #header #mainmenu > li:hover > a {
  color: var(--blu);
}

.scrolling #mainmenu .sub-menu .item {
	background: #f9f9f9;
}

.scrolling #mainmenu .sub-menu .item:hover {
	background-color: #fff;
}

.scrolling .header-aside {
	font-weight: 600;
}

/* .scrolling .header-aside .special {
	background: var(--grigio-scuro);
	color: #fff;
} */

.scrolling .header-aside .special:hover {
	background: var(--blu);
}

/* End Header */

/* Start Home */

.payoff {
	width: 100%;
	position: absolute;
	top: 44%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 40px;
}

.payoff .text-info-salone {
	font-family: 'Geist', sans-serif;
	color: #fff;
	font-size: 50px;
}

.payoff h1 span {
	display: inline-block;
	font-family: 'Geist', sans-serif;
	color: #fff;
	font-size: 120px;
	color: var(--azzurro);
}

.payoff h1 {
	display: flex;
	margin: 0;
	color: #fff;
	font-size: 120px;
	line-height: 0.8;
	font-weight: 500;
}

/* .payoff .date-payoff {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	z-index: 0;
} */

.payoff .date-payoff {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	z-index: 0;
}

.cta-home {
	width: 100%;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.cta-home a {
	background: #ffffff20;
	backdrop-filter: blur(10px);
	border: 1px solid #fff;
	color: #fff;
	font-weight: 600;
	font-size: 40px;
	width: 40%;
	position: absolute;
	bottom: 60px;
	padding: 50px;
	line-height: 1;
}

.cta-home .cta-espositore {
	left: 5%;
}

.cta-home .cta-visitatore {
	right: 5%;
}

.cta-home a:hover {
	background: #0085c890;
}

.about-pharm {
	position: relative;
	min-height: 60vh;
	padding: 140px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.about-pharm:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
	z-index: 1;
}

.about-pharm img {
	position: absolute;
}

.about-pharm img.pills-1 {
	top: -50px;
	left: -100px;
}

.about-pharm img.pills-2 {
	bottom: -50px;
	right: -100px;
}

.about-pharm .container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-pharm .boxes {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.about-pharm .desc {
	position: relative;
	max-width: 850px;
	width: 100%;
	z-index: 1;
}

.about-pharm .single-box {
	position: relative;
}

.about-pharm .single-box img {
	width: 100%;
	border-radius: 4px;
	margin-bottom: -6px;
}

.about-pharm .single-box .counter {
	position: absolute;
	color: #fff;
	top: 14px;
	left: 20px;
	font-size: 60px;
	font-weight: 900;
	line-height: 1;
}

.about-pharm .single-box .text-box {
	position: absolute;
	bottom: 0%;
	left: 20px;
	transform: translateY(-50%);
	font-size: 32px;
	color: #fff;
	max-width: 62%;
	font-weight: 600;
	line-height: 1.2;
}

.about-pharm .single-box:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00000030;
}

.about-pharm .desc h2 {
	margin: 0;
	font-size: 60px;
	color: var(--blu);
	line-height: 1;
}

.about-pharm .desc h2 span {
	color: var(--azzurro);
}

.about-pharm .desc .text-partecipa {
	font-size: 18px;
	margin: 40px 0 20px;
}

.about-pharm .desc .text-partecipa:last-child p {
	margin-bottom: 0;
}

.about-pharm .link-about {
	position: relative;
	text-align: center;
	color: var(--azzurro);
	font-weight: 500;
	width: fit-content;
	display: block;
	padding: 12px 40px;
	font-size: 18px;
	margin: 0 auto;
	background: #0085c810;
	backdrop-filter: blur(10px);
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.about-pharm .link-about:hover {
	background: var(--azzurro);
	color: #fff;
}

.scopri-pharm {
	overflow-x: hidden;
	position: relative;
	background: #ffffff20;
	backdrop-filter: blur(10px);
	color: #fff;
	z-index: 0;
}

.scopri-pharm .desc {
	position: relative;
}

.scopri-pharm .desc:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff20;
	backdrop-filter: blur(10px);
	z-index: 1;
}

.scopri-pharm img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	mix-blend-mode: soft-light;
	z-index: 2;
}

.scopri-pharm .desc h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-size: 80px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	z-index: 3;
	pointer-events: none;
}

.scopri-pharm .desc h2 span {
	color: var(--azzurro);
}

.scopri-pharm video {
	position: relative;
	margin-bottom: -6px;
	height: 70vh;
	object-fit: cover;
}

.visita-fiera-home {
	position: relative;
	padding: 100px 0;
	z-index: 0;
}

.visita-fiera-home .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 140px;
}

.visita-fiera-home .container > div {
	width: 50%;
}

.visita-fiera-home .visitatore-first {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.visita-fiera-home h3 {
	margin: 0;
	font-size: 50px;
	color: var(--blu);
}

.visita-fiera-home h3 span {
	color: var(--azzurro);
}

.visita-fiera-home .visitatore-desc {
	font-size: 18px;
}

.visita-fiera-home .visitatore-desc ul, .diventa-espositore-home .espositore-desc ul {
	padding-left: 20px;
}

.visita-fiera-home .link-visitatore {
	position: relative;
	text-align: center;
	color: var(--azzurro);
	font-weight: 500;
	width: fit-content;
	display: block;
	padding: 12px 40px;
	font-size: 18px;
	background: #0085c810;
	backdrop-filter: blur(10px);
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.visita-fiera-home .link-visitatore:hover {
	background: var(--azzurro);
	color: #fff;
}

.visitatore-last {
	position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
}

.visitatore-last:before {
	content: '';
	position: absolute;
	top: 195px;
	left: 175px;
	height: 100px;
	width: 100px;
	background: #ffffff20;
	backdrop-filter: blur(10px);
	border-radius: 100px;
	z-index: 1;
}

.gallery-vis-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
	height: 240px;
}

.gallery-vis-2 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
	height: 360px;
}

.gallery-vis-3 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
	height: 220px;
}

.visitatore-last img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin-bottom: -6px;
}

.diventa-espositore-home {
	position: relative;
	background: var(--bg);
	padding: 100px 0;
	z-index: 0;
}

.diventa-espositore-home .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 140px;
}

.diventa-espositore-home .container > div {
	width: 50%;
}

.diventa-espositore-home .espositore-first {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.diventa-espositore-home h3 {
	margin: 0;
	font-size: 50px;
	color: var(--blu);
}

.diventa-espositore-home h3 span {
	color: var(--azzurro);
}

.diventa-espositore-home .espositore-desc {
	font-size: 18px;
}

.diventa-espositore-home .link-espositore {
	position: relative;
	text-align: center;
	color: var(--azzurro);
	font-weight: 500;
	width: fit-content;
	display: block;
	padding: 12px 40px;
	font-size: 18px;
	background: #0085c810;
	backdrop-filter: blur(10px);
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.diventa-espositore-home .link-espositore:hover {
	background: var(--azzurro);
	color: #fff;
}

.espositore-last {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 15px;
}

.espositore-last:before {
	content: '';
	position: absolute;
	bottom: 90px;
	right: 170px;
	height: 100px;
	width: 100px;
	background: #ffffff20;
	backdrop-filter: blur(10px);
	border-radius: 100px;
	z-index: 1;
}

.gallery-esp-1 {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
	height: 240px;
}

.gallery-esp-2 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	height: 360px;
}

.gallery-esp-3 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	height: 220px;
}

.espositore-last img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin-bottom: -6px;
}
 
.numeri-home {
	position: relative;
	padding: 100px 0;
	text-align: center;
	z-index: 0;
}

.numeri-home h3 {
	margin: 0 auto;
	font-size: 50px;
	color: var(--blu);
}

.numeri-home h3 span {
	color: var(--azzurro);
}

.numeri-intro {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 60px;
	gap: 40px;
}

.numeri-intro .desc {
	font-size: 18px;
	max-width: 700px;
	margin: 0 auto;
}

.numeri-intro .desc p {
	margin-top: 0;
	color: var(--blu);
}

.grid-numeri {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
	margin: 0 auto;
	padding: 50px;
	background: radial-gradient(circle, #0085c890 2px, transparent 0) -100px -88px / 250px 228px repeat;
}

.numero-item {
	padding: 24px 16px;
	border-radius: 16px;
}

.numero-icona {
	width: 40px;
	height: 40px;
	margin-bottom: 12px;
}

.numero-valore {
	font-size: 28px;
	font-weight: 600;
	color: var(--azzurro);
}

.numero-titolo {
	font-size: 18px;
	margin-top: 8px;
	color: var(--grigio);
}

.loghi-sponsor {
	position: relative;
	padding: 100px 0;
	text-align: center;
	z-index: 0;
}

.loghi-sponsor .slider-loghi, .loghi-sponsor .slider-associazioni, .loghi-media .slider-associazioni {
	margin: 80px 0;
}

.loghi-sponsor h3 {
	margin: 0 auto;
	font-size: 50px;
	color: var(--blu);
}

.loghi-sponsor h3 span {
	display: block;
	color: var(--azzurro);
}

.slider-loghi .slick-track, .slider-associazioni .slick-track, .slider-media .slick-track {
	margin-left: 0;
	display: flex;
	/* flex-wrap: wrap; */
	gap: 40px;
	justify-content: flex-start;
}

.slider-loghi .gallery-item {
	flex: 25%;
}

.slider-loghi .slick-slide img {
	display: block;
	object-fit: contain;
	aspect-ratio: 2 / 1;
	width: 100%;
}

.slider-media .gallery-item {
	max-width: 220px;
	margin: 60px auto;
}

.slider-media .slick-slide img {
	display: block;
	object-fit: contain;
	aspect-ratio: 2 / 1;
	width: 100%;
}

.slider-associazioni .gallery-item {
	max-width: 200px;
	margin-bottom: 40px;
}

 .slider-associazioni .slick-slide img {
 	display: block;
 	object-fit: contain;
 	aspect-ratio: 6 / 3;
 	width: 100%;
 }

.loghi-sponsor .cta-partner {
	position: relative;
	text-align: center;
	color: var(--azzurro);
	font-weight: 500;
	width: fit-content;
	display: block;
	padding: 12px 40px;
	font-size: 18px;
	margin: 0 auto;
	background: #0085c810;
	backdrop-filter: blur(10px);
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.loghi-sponsor .cta-partner:hover {
	background: var(--azzurro);
	color: #fff;
}

.egf {
	background: var(--bg-arancione);
	padding: 50px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.egf .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.content-egf {
	width: 50%;
}

.egf h3 {
	color: #333;
	font-size: 34px;
	font-weight: 600;
	margin: 0 0 8px;
}

.egf h3 span {
	display: block;
	color: var(--arancione);
	font-size: 50px;
	line-height: 1.1;
}

.egf .subtitle {
	color: var(--marrone);
	font-size: 24px;
	line-height: 1;
}

.paragrafo_egf {
	font-size: 18px;
	line-height: 1.6;
}

.cta-egf {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	background: var(--arancione);
	padding: 10px 20px;
	margin: 30px 0 0;
	width: fit-content;
	display: block;
	transition: all .3s ease-in-out;
}

.cta-egf:hover {
	background: var(--marrone);
}

.egf img {
	position: absolute;
	top: -120px;
	right: 0;
	width: 740px;
}

/* End Home */

/* Start Newsletter */

.newsletter {
	position: relative;
	background: #eee;
	padding: 60px 0;
	z-index: 0;
}

.newsletter .container {
	display: flex;
	align-items: center;
	gap: 140px;
}

.newsletter .container > * {
	width: 50%;
}

.newsletter h3 {
	color: #333;
	margin: 0;
	font-size: 60px;
	text-transform: uppercase;
}

.newsletter h3 span {
	color: var(--azzurro);
}

.newsletter .desc {
	font-size: 18px;
}

.newsletter form.nl-pe {
	margin-top: 20px;
}

.nl-pe input[type="text"] {
	border: 2px solid transparent;
	border-radius: 0;
	width: 320px;
	height: 50px;
	padding: 8px;
	font-size: 16px;
	color: var(--blu);
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.nl-pe input[type="text"]:focus {
	border-color: var(--azzurro);
	border-right-color: transparent;
}

.nl-pe input[type="submit"] {
	border: 0;
	background: var(--azzurro);
	color: #fff;
	height: 50px;
	width: 100px;
	font-size: 17px;
	text-transform: uppercase;
	padding: 8px;
	transition: all .3s ease-in-out;
}

.nl-pe input[type="submit"]:hover {
	background: var(--blu);
}

/* End Newsletter */

/* Start Pagina */

body:not(.home) #header {
	color: #333;
	padding: 20px 0 0;
	transition: all .3s ease-in-out;
}

body:not(.home).scrolling #header {
	padding: 10px 0 0;
}

body:not(.home) header > .header-site {
	background: #0085c880;
	backdrop-filter: blur(10px);
}

body:not(.home) .logo .logo-first {
	opacity: 0;
	width: 0;
}

body:not(.home) .logo .logo-negativo {
	opacity: 1;
	width: 280px;
}

body:not(.home) #header #mainmenu > li > a {
	color: #fff;
	font-weight: 600;
}

body:not(.home) #header #mainmenu > li > a:hover {
	color: var(--blu);
}

body:not(.home) .header-aside {
	font-weight: 600;
}

body:not(.home) .header-aside .special {
	background: #003c5b90;
	color: #fff;
}

body:not(.home) .header-aside .special:hover {
	background: var(--blu);
}

body:not(.home) .dates-wrap .day:not(:nth-child(3)):before {
	background: #333;
}

#main {
	margin-top: 200px;
	padding-top: 20px;
	margin-bottom: 80px;
}

body:not(.page-template-page-nosidebar) #main .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 80px;
}

body:not(.page-template-page-nosidebar) #main .container .content-page, body:not(.page-template-default) #main .container .content-page, body.blog #main .container .content-archive, body #main .container .content-archive, body #main .container .content-rassegna {
	width: 70%;
}

/* body:not(.page-template-page-nosidebar) #main .container .content-page, body:not(.page-template-page-nosidebar) #main .container .content-archive, body:not(.page-template-page-nosidebar) #main .container .content-page, body #main .container .content-page, body:not(.page-template-page-nosidebar) #main .container .content-rassegna {
	width: 70%;
} */

body:not(.page-template-page-nosidebar) #main .container .gallery-page, body:not(.page-template-page-nosidebar) #main .container .video-page,
body.page-template-page-nosidebar #main .container .content-page {
	width: 100%;
}

body:not(.page-template-page-nosidebar).page-template-page-gallery-php #main .container, body:not(.page-template-page-nosidebar).page-template-page-video-php #main .container {
	display: block;
}

.gallery-content {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
	transition: all .3s ease-in-out;
}

.gallery-content img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 1 / 1;
	transition: all .3s ease-in-out;
}

.gallery-content:hover img {
	opacity: .7;
}

.gallery-content img:hover {
	opacity: 1;
}

.title-page {
	position: relative;
	font-weight: 700;
}

.gallery-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.fade {
	transition: opacity 0.15s linear;
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.gallery-section .gallery-nav button, .rassegna-section .rassegna-nav button {
	background-color: var(--azzurro);
	border: none;
	height: 40px;
	padding: 4px 26px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 6px;
	color: #fff;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.gallery-section .gallery-nav button:hover, .gallery-section .gallery-nav button.active {
	background: var(--blu);
	color: #fff;
}

.video-page .gallery-content {
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}

.video-page .title-video {
	text-align: center;
}

.title-page:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -20px;
	background: var(--blu);
	width: 12px;
	height: 24px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.list-2-col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	column-gap: 40px;
	row-gap: 10px;
	padding-left: 18px;
}

.list-2-col li::marker {
	color: var(--azzurro);
}

.um-field-area select {
	height: 38px;
	border-color: #ddd;
}

.um-field-area .um-field-checkbox {
	width: 100%;
}

.um-row.accredito-form > div {
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid #ececec;
	padding: 20px 0px 30px;
	box-sizing: border-box;
	border-radius: 0px;
	position: relative;
	margin: 50px 0 -20px;
	display: grid;
	column-gap: 40px;
}

.um-row.accredito-form > div.um-clear {
	border: none;
}

.accredito-form .um-field.um-field-block.um-field-block.um-field-type_block {
	position: absolute;
	top: 0;
	left: 0px;
	background: #FFF;
	padding: 0;
	transform: translateY(-50%);
	padding: 0 20px 0 0;
	color: #333;
}

.um-field.um-field-block.um-field-block.um-field-type_block .first-block h3 {
	color: #333;
}

.accredito-form .um-col-1:first-child {
	display: block;
	border-top: none;
}

.content-page .accredito-form .um-col-1:first-child h3 {
	font-size: 20px;
}

.accredito-form .um-col-1:first-child .um-field.um-field-block.um-field-block.um-field-type_block {
	position: static;
	transform: unset;
}

.um-field-area .um-row.accredito-form select,
.um .um-form .um-row.accredito-form input[type=text],
.um .um-form .um-row.accredito-form input[type=search], 
.um .um-form .um-row.accredito-form input[type=tel],
.um .um-form .um-row.accredito-form input[type=number],
.um .um-form .um-row.accredito-form input[type=password],
.um .um-form .um-row.accredito-form textarea, 
.um .upload-progress,
.um-row.accredito-form .select2-container .select2-choice,
.um-row.accredito-form .select2-drop, 
.um-row.accredito-form .select2-container-multi .select2-choices, 
.um-row.accredito-form .select2-drop-active,
.select2-drop.select2-drop-above {
	transition: border .3s ease-in-out;
}

.um-field-area .um-row.accredito-form select:focus,
.um .um-form .um-row.accredito-form input[type=text]:focus,
.um .um-form .um-row.accredito-form input[type=search]:focus, 
.um .um-form .um-row.accredito-form input[type=tel]:focus,
.um .um-form .um-row.accredito-form input[type=number]:focus,
.um .um-form .um-row.accredito-form input[type=password]:focus,
.um .um-form .um-row.accredito-form textarea:focus, 
.um .upload-progress:focus,
.um-row.accredito-form .select2-container .select2-choice:focus,
.um-row.accredito-form .select2-drop:focus, 
.um-row.accredito-form .select2-container-multi .select2-choices:focus, 
.um-row.accredito-form .select2-drop-active:focus,
.select2-drop.select2-drop-above:focus {
	border: 1px solid var(--grigio-scuro) !important;
}

.content-page .um-form h3 {
	margin-top: 0;
	font-family: 'Geist', sans-serif;
}

.um input[type=submit].um-button, .customform input.wpcf7-form-control.wpcf7-submit {
	position: relative;
	background: var(--azzurro) !important;
	color: #fff;
	border-radius: 4px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	font-size: 20px !important;
	transition: all .3s ease-in-out;
}

.um input[type=submit].um-button:hover, .customform input.wpcf7-form-control.wpcf7-submit:hover {
	background: var(--blu) !important;
}

.um-field[data-key="fonte"], .um-field[data-key="fonte_first"], .um-field[data-key="fonte_last"] {
	height: 0;
	width: 0;
	opacity: 0;
}

.um-field-area:has(#fonte-131), .um-field-area:has(#fonte_first-131), .um-field-area:has(#fonte_last-131) {
	width: 0;
	height: 0;
	border: 0;
	background: 0;
	opacity: 0;
}

.um-postmessage {
	margin-top: 30px;
	font-size: 20px;
	background: #eeeeee;
	padding: 10px;
}

.um-row.accredito-form > div:last-child {
	border-top: 0;
}

.content-elenco {
	width: 70%;
}

.elenco-table {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	text-transform: uppercase;
	border: 1px solid #eeeeee;
	border-spacing: 0;
}

.elenco-table thead {
	font-weight: 500;
	background-color: var(--azzurro);
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
}

.elenco-table tbody {
	font-size: 15px;
}

/* .elenco-table tr, .elenco-table tr td a {
	pointer-events: none;
} */

.elenco-table tr {
	position: relative;
}

.elenco-table tr th:nth-child(1), .elenco-table tr td:nth-child(1) {
	width: 100%;
}

.elenco-table tr th, .elenco-table tr td {
	padding: 10px 12px;
	min-width: 90px;
}

.elenco-table tbody tr:nth-child(odd) {
	background-color: #eeeeee;
}

.elenco-table.logo-table tbody tr:nth-child(odd) {
	background-color: initial;
}

.elenco-table.logo-table tbody tr {
	box-shadow: 1px 1px 0px #eeee;
}

.logo-table img {
	aspect-ratio: 2/1;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}

.content-page p a, .content-page li a {
	color: var(--azzurro);
	transition: all .3s ease-in-out;
	font-weight: 500;
}

.content-page p a:hover, .content-page li a:hover {
	color: var(--blu);
}

body:not(.page-template-page-nosidebar) #main .container .content-page.content-planimetria {
	width: 100%;
}

.padiglioni-wrapper {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}

.padiglione-item {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	width: 100%;
}

/* End Pagina */

/* Start Blog */

.post-item.item {
	position: relative;
	border-bottom: 1px solid var(--azzurro);
	padding: 30px 0;
	transition: all .3s ease-in-out;
}

.post-item h2.post-title.title {
	position: relative;
	color: var(--blu);
	font-size: 26px;
	line-height: 1.2;
	margin: 0 0 10px;
	transition: all .3s ease-in-out;
}

.post-item h2.post-title.title:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -20px;
	background: var(--azzurro);
	width: 12px;
	height: 24px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	opacity: 0;
	transition: all .3s ease-in-out;
}

.post-item:hover h2.post-title.title:before {
	opacity: 1;
}

.post-item.item a:hover ~ .post-content h2 {
	color: var(--azzurro);
}

.short-content a {
	display: block;
	margin-top: 10px;
	color: var(--azzurro);
	font-weight: 700;
}

.short-content a .icon-arrow-right:before {
	position: relative;
	top: 2px;
	left: 2px;
	transition: all .3s ease-in-out;
}

.content-single h1 {
	line-height: 1.2;
}

.content-single .related {
	margin: 80px 0 100px;
}

.content-single .related-title {
	color: var(--blu);
}

body:not(.home) .related h3 {
	font-size: 22px;
	color: var(--azzurro);
	transition: all .3s ease-in-out;
}

body:not(.home) .related h3:hover {
	color: var(--blu);
}

/* End Blog */

/* Start Contatti */

.customform p {
	margin: 10px 0;
}

.customform input.wpcf7-form-control {
	height: 30px;
}

.customform input.wpcf7-form-control, .customform textarea.wpcf7-form-control {
	padding: 0 12px;
	width: 100%;
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 4px;
	outline: none;
	cursor: text;
	font-size: 15px;
	box-sizing: border-box;
	box-shadow: none;
	margin: 0;
	position: static;
	font-weight: 400;
	color: #666666;
	letter-spacing: .6px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 20px 10px;
	transition: all .3s ease-in-out;
}

.customform textarea.wpcf7-form-control {
	padding: 10px;
}

.customform {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

.customform .field-custom-form {
	width: calc(50% - 10px);
}

.customform .textarea-custom-form {
	width: 100%;
}

.customform .custom-check-policy {
	width: 100%;
}

.custom-check-policy .wpcf7-list-item {
	position: relative;
	top: 1px;
	margin: 0;
}

.custom-submit input {
	padding: 10px 20px 30px !important;
}

/* End Contatti */

/* Start Sidebar */

#main .container .sidebar {
	width: 30%;
}

.sidebar .title-sidebar {
	margin-bottom: 0;
	line-height: 1.1;
}

.sidebar .double-cta {
	display: flex;
	column-gap: 20px;
	margin: 50px 0;
	justify-content: flex-start;
}

.sidebar .double-cta a {
	text-align: center;
}

.fill-btn.special {
	color: #fff;
	font-weight: 400;
	background: var(--azzurro);
	font-size: 18px;
	line-height: 1.1;
	padding: 14px 12px;
	transition: all .3s ease-in-out;
}

.double-cta .fill-btn.special-one:hover {
	background: var(--azzurro);
}

.double-cta .fill-btn.special-one:hover {
	background: var(--blu);
}

.double-cta .fill-btn.special-two {
	background: var(--blu);
}

.double-cta .fill-btn.special-two:hover {
	background: var(--azzurro);
}

.sidebar .textwidget ul {
	list-style: none;
	padding-left: 0;
}

.sidebar .short-date-fiere p {
	margin: 0;
}

.sidebar .short-date-fiere p:first-child {
	margin-top: 20px;
}

/* End Sidebar */

/* Start Footer */

.widget-footer {
	position: relative;
	background: linear-gradient(-45deg, #0085c8, #54c3fb, #63b9e3, #1d98f5);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	color: #fff;
	padding: 60px 0 0;
	z-index: 0;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.widget-footer > .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 60px;
	gap: 50px;
}
 
.widget-footer > .container > * {
	width: 25%;
}

/* .widget-footer .container > div:nth-child(1) {
	width: 24%;
} */

body .widget-footer h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff90;
	color: #fff;
	font-weight: 500;
	margin: 0;
	font-size: 30px;
	text-transform: initial;
}

.widget-footer .footer-widget ul a, .widget-footer .footer-widget a {
	font-size: 17px;
	transition: all .3s ease-in-out;
}

.widget-footer .footer-widget ul a:hover, .widget-footer .footer-widget a:hover {
	padding-left: 8px;
}

.widget-footer .footer-widget ul {
	list-style: none;
	padding-left: 0;
}

.widget-footer .footer-widget ul .sub-menu {
	padding-left: 18px;
	list-style: circle;
}

.widget-footer .footer-widget ul .sub-menu li::marker {
	color: #fff;
}

.widget-footer .footer-widget ul .sub-menu a {
	color: #fff;
	transition: all .3s ease-in-out;
}

.widget-footer .footer-widget ul .sub-menu a:hover {
	padding-left: 8px;
}

.widget-footer .footer-widget:not(:last-child) {
	margin-bottom: 30px;
}

.footer-widget .short-date-fiere p {
	font-size: 17px;
	margin: 0;
}

.footer-widget .short-date-fiere p:first-child {
	margin-top: 16px;
}

.copyright {
	padding: 16px 0 10px;
	color: #fff;
	font-size: 14px;
}

.copyright .container {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

.copyright a {
	color: #fff;
	border-bottom: 1px solid transparent;
	transition: all .3s ease-in-out;
}

.copyright a i {
	transition: all .3s ease-in-out;
}

.copyright a:hover i {
	color: var(--blu);
}

.copyright .social-list {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	gap: 18px;
	margin: 0;
}

.social-list i {
	font-size: 22px;
}

/* End Footer */

@media (min-width: 1400px) {

	#mainmenu .item.megamenu > .sub-menu {
		width: 26%;
		left: 11%;
	}

	.about-pharm .single-box .text-box {
    bottom: -8%;
	}

}

@media (min-width: 1200px) {

	#mobile-nav {
		display: none !important;
	}

	#header nav {
		align-content: space-between;
		display: flex;
		flex-wrap: wrap;
	}

	#mainmenu .sub-menu .item a {
		line-height: 1.5;
		padding: 10px 12px;
	}

	#mainmenu .item.megamenu > .sub-menu {
		width: 28%;
		left: 8%;
	}

}

@media (max-width: 1199px) {

	#myTabContent a.link-menu[href="#"], 
	#myTabContent a.link-menu[href="#!"], 
	#myTabContent a.link-menu[href=""] {
		pointer-events: initial;
	}
	
	#desktop-nav {
		display: none !important;
	}

	.tab-pane.fade {
    display: none !important;
	}

	.tab-pane.fade.active.show {
    display:block !important;
	}
	
	.top-menu div {
		margin: 0;
	}
	
	.fill-btn.special {
		font-weight: 720;
		font-size: 13px;
		line-height: 1.2;
		padding: 16px 8px;
	}
	
	.wrapper {
		position: fixed;
		top: 0;
		/*left: -100%;*/
		right: -100%;
		height: 100%;
		width: 100%;
		background: transparent;
		/*background: linear-gradient(90deg, #f92c78, #4114a1);*/
		/* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
		/* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
		transition: all .4s ease-in-out;
	}
	
	#active:checked ~ .wrapper{
		/*left: 0;*/
		right:0;
	}
	
	.menu-btn {
		position: relative;
		z-index: 2;
		display: block;
		height: 50px;
		width: 30px;
		margin-left: 0;
		text-align: center;
		line-height: 50px;
		border-radius: 50%;
		font-size: 20px;
		cursor: pointer;
		margin-left: auto;
		margin-left: 40px;
		transition: all 0.3s ease-in-out;
	}
	
	.menu-btn span,
	.menu-btn:before,
	.menu-btn:after{
		content: "";
		position: absolute;
		top: calc(50% - 1px);
		/* left: 30%;
		width: 40%; */
		
		right: 0;
		width: 100%;
		border-bottom: 2px solid #000;
		transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1), width .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	.menu-btn:before{
		width: 100%;
	}
	
	.menu-btn span {
		width: 80%;
	}
	
	/* #active:checked + .menu-btn {
		margin-right: auto;
		margin-left: initial;
	}
	 */
	#active:checked + .menu-btn span,
	#active:checked + .menu-btn:before,
	#active:checked + .menu-btn:after {
		width: 30px;
	}
	
	.menu-btn:before{
		transform: translateY(-8px);
	}
	
	.menu-btn:after{
		transform: translateY(8px);
	}
	
	#header .mobile-console .nav-menu {
		display: block;
	}
	
	#header .mobile-console .nav-menu .item {
		display: block;
		position: relative;
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	
	#header .mobile-console .nav-menu .item a {
		display: block;
		margin: 0;
	}
	
	#header .mobile-console .nav-menu li .sub-menu li {
		padding: 12px 0;
	}
	
	/* closing animation */
	#active:checked + .menu-btn span {
		transform: scaleX(0);
	}
	
	#active:checked + .menu-btn:before {
		transform: rotate(45deg);
		border-color: #fff;
	}
	
	#active:checked + .menu-btn:after {
		transform: rotate(-45deg);
		border-color: #fff;
	}
	
	.wrapper .wrap-menu {
		position: absolute;
		top: 100px;
		height: 100svh;
		margin-top: 0px;
		transform: translate(-50%, 0%);
		left: 50%;
		list-style: none;
		text-align: center;
		/* display: flex;
		flex-direction: column; */
		width: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
		background: var(--azzurro);
	}

	.wrap-menu #myTab {
    list-style: none;
		margin: 0;
	}
	
	.wrapper .wrap-menu .nav-menu {
		height: auto !important;
	}
	
	.wrapper .wrap-menu .nav-menu {
		display: block;
		
	}
	
	.wrapper ul li{
		/* height: 10%; */
		margin: 15px 0;
	}
	
	.wrapper ul li a{
		text-decoration: none;
		font-size: 20px;
		font-weight: 500;
		padding: 5px 7px;
		text-align: center;
		color: #fff;
		line-height: 34px;
		margin: 5px 0px;
		opacity: 0;
		transition: all 0.3s ease;
		/* transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1); */
	}
	
	.wrapper .tab-pane li a {
		font-size: 17px;
		font-weight: 400;
		padding: 10px 20px;
		margin: 0;
		text-align: left;
		display: block;
		line-height: 1.2;
	}
	
	.wrapper .tab-pane li {
		margin: 0;
		position: static;
	}
	
	.wrapper .tab-pane ul {
		padding-top: 20px;
		list-style: none;
		padding-left: 0;
	}
	
	.wrap-menu #myTab li a.active {
		color: #FFF;
		background: var(--azzurro);
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	.wrapper .social-list ul li a {
		text-decoration: none;
		font-size: 22px;
	}
	
	#header .wrapper .nav-menu > li > a {
		color: #FFF;
	}
	
	body.single-camere.scrolling .wrapper .nav-menu a, body.home.scrolling .wrapper .nav-menu a {
		color: #FFF;
	}
	
	.wrapper ul li a:hover:after {
		/* transform: scaleY(1) translateX(-50%); */
		opacity: 1;
	}
	
	.wrapper ul li a:hover {
		color: #FFF;
	}
	
	#active:checked ~ .wrapper ul li a {
		opacity: 1;
	}
	
	.wrapper ul li a {
		transition: opacity 1.2s;
		/* transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1); */
		/* transform: translateX(100px); */
	}
	
	#active:checked ~ .wrapper ul li a {
		transform: none;
		transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1); /*  */
		/* transform: translateX(-100px); */
	}
	
	.menu-btn span, .menu-btn:before, .menu-btn:after{
		border-bottom: 2px solid #fff;
		transition: all 300ms ease-out;
	}
	
	
	.scrolling .menu-btn span, .scrolling .menu-btn:before, .scrolling .menu-btn:after {
		border-bottom: 2px solid #fff;
	}
	
	.home:not(.scrolling) .menu-btn span, .home:not(.scrolling) .menu-btn:before, .home:not(.scrolling) .menu-btn:after {
		border-bottom: 2px solid #fff;
	}
	
	.mobile-console input[type="checkbox"] {
		display: none;
	}
	
	.mobile-console {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	
	.mobile-console .seleziona-lingua {
		position: absolute;
		z-index: 2;
		right: 80px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.mobile-console .seleziona-lingua a.wpml-ls-link {
		font-size: 18px;
		padding: 4px 10px;
	}
	
	.noscroll .mobile-console .seleziona-lingua {
		left: 50%;
		top: 50%;
		transform: translate(-50%, 100%);
		width: 100%;
		text-align: center;
	}
	
	#header .mobile-console .nav-menu > li > a:before, #header .mobile-console .nav-menu > li > a:after {
		display: none;
	}
	
	.home #header .mobile-console .nav-menu li .sub-menu, #header .mobile-console .nav-menu li .sub-menu {
		position: static;
		/* left: 0%;
		right: 0%;
		top: 80%; */
		/* padding-top: 40px;
		padding-bottom: 40px; */
		/* display: flex;
		flex-wrap: wrap; */
		background: #d8cfc1;
		z-index: 9;
		justify-content: space-around;
		opacity: 1;
		pointer-events: initial;
		transition: initial;
		padding: 0;
	}
	
	/* #header .mobile-console .nav-menu li:not().showit {
		background-color: #cbc0ae;
	}
	 */
	#header .mobile-console .nav-menu li a.has-submenu:after {
		content: '\e910';
		font-family: 'utility';
		display: inline-block !important;
		transform: unset;
		opacity: 1;
		border: none;
		background: none;
		font-size: 17px;
		font-weight: 200;
		position: absolute;
		top: 0%;
		left: 0;
		text-align: right;
		width: 100%;
		height: 100%;
		line-height: 42px;
		margin: 0;
		padding: 10px 20px;
		box-sizing: inherit;
		transition: transform 400ms ease-out;
		
	}
	
	#header .mobile-console .nav-menu li a.has-submenu:before {
		content: '\e911';
		font-family: 'utility';
		display: inline-block !important;
		transform: translateX(-100%);
		opacity: 0;
		border: none;
		background: none;
		font-size: 17px;
		font-weight: 200;
		position: absolute;
		top: 0%;
		left: 0;
		text-align: left;
		width: 100%;
		height: 100%;
		max-width: 100%;
		line-height: 42px;
		margin: 0;
		padding: 10px 20px;
		box-sizing: inherit;
		z-index: -1;
		background-color: #cbc0ae;
		transition: transform 400ms ease-out 300ms, opacity 400ms ease-out 300ms;
	}
	
	#header .mobile-console .nav-menu li.showit a.has-submenu:after {
		transform: translate(100%);
	}
	
	#header .mobile-console .nav-menu li.showit a.has-submenu:before {
		transform: translate(0%);
		opacity: 1;
	}

	.payoff .text-info-salone {
    font-size: 40px;
	}

	.logo img {
    width: 340px;
	}

	.payoff {
    font-size: 32px;
	}

	.payoff h1 span {
    font-size: 90px;
	}
	
	nav {
    position: absolute;
    right: 20px;
	}

	.header-aside {
		position: relative;
		right: 70px;
    justify-content: flex-start;
    gap: 10px;
		padding: 10px 0 0;
	}

	.cta-home .cta-espositore, .cta-home .cta-visitatore {
    padding: 40px;
    font-size: 36px;
	}

	.about-pharm {
    padding: 200px 0 100px;
	}

	.about-pharm .single-box .text-box {
    position: absolute;
    bottom: -10%;
    font-size: 28px;
    max-width: 90%;
    line-height: 1.1;
	}

	.about-pharm .single-box .counter {
    top: 10px;
    font-size: 50px;
	}

	.about-pharm .desc h2 {
    font-size: 50px;
	}

	.about-pharm .desc .text-partecipa {
    font-size: 17px;
	}

	.scopri-pharm .desc h2 {
    max-width: 80%;
    font-size: 60px;
	}

	.scopri-pharm {
    overflow: hidden;
	}

	.diventa-espositore-home h3 br, .visita-fiera-home h3 br {
    display: none;
	}

	.diventa-espositore-home h3, .visita-fiera-home h3 {
    font-size: 50px;
	}

	.diventa-espositore-home .espositore-desc, .visita-fiera-home .visitatore-desc {
    font-size: 17px;
	}

	.numeri-intro h3 {
    font-size: 50px;
	}

	.numeri-intro .desc {
    font-size: 17px;
	}

	.loghi-sponsor h3 {
    font-size: 50px;
	}

	.about-pharm {
    padding: 200px 0 100px;
	}

	.cta-home .cta-espositore {
    left: 2%;
	}

	.cta-home .cta-visitatore {
    right: 2%;
	}

	.cta-home a {
    width: 46%;
		bottom: 10px;
	}

}

@media (max-width: 992px) {

	nav {
		display: none;
	}

	a.link-menu[href="#"], a.link-menu[href="#!"], a.link-menu[href=""] {
		pointer-events: initial;
	}

	.top-menu .fill-btn {
		display: none;
	}

	.top-menu div {
		margin: 10px 0px;
		white-space: nowrap;
	}

	#fixed-btn {
    gap: 20px;
	}

	#fixed-btn .door-btn {
    font-size: 18px;
	}

	#fixed-btn .door-btn ~ .first-btn {
    right: -18px;
    bottom: 45px;
    width: 114px;
    height: 41px;
	}

	#fixed-btn .door-btn:first-child:hover ~ .first-btn {
    bottom: 38px;
	}

	#fixed-btn .door-btn ~ .last-btn {
    right: -18px;
    bottom: -17px;
    width: 114px;
    height: 41px;
	}

	#fixed-btn .door-btn:nth-child(3):hover ~ .last-btn {
    bottom: -10px;
	}

	.payoff .text-info-salone {
    font-size: 36px;
	}

	.payoff h1 span {
    font-size: 70px;
	}

	.payoff {
    font-size: 28px;
	}

	.cta-home .cta-espositore, .cta-home .cta-visitatore {
    padding: 34px;
    font-size: 36px;
	}

	.about-pharm .container {
    padding: 0px 60px;
	}

	.about-pharm .single-box .text-box {
    font-size: 24px;
	}

	.about-pharm .single-box:before {
    background: #00000050;
	}

	.about-pharm .desc h2 {
    font-size: 40px;
	}

	.scopri-pharm .desc h2 {
    font-size: 50px;
	}

	.diventa-espositore-home .espositore-first, .visita-fiera-home .visitatore-first {
    gap: 0px;
	}

	.diventa-espositore-home .espositore-desc, .visita-fiera-home .visitatore-desc {
    font-size: 16px;
	}

	.diventa-espositore-home .container, .visita-fiera-home .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
	}

	.diventa-espositore-home h3, .visita-fiera-home h3 {
    font-size: 30px;
	}

	.numeri-intro {
    gap: 100px;
	}

	.numeri-intro h3 {
    font-size: 40px;
		width: 30%;
	}

	.numeri-intro .desc {
    font-size: 16px;
	}

	.newsletter {
    padding: 80px 0;
	}

	.newsletter .container {
    gap: 100px;
	}

	.newsletter h3 {
    width: 30%;
    font-size: 40px;
	}

	.newsletter h3 br {
		display: none;
	}

	.newsletter .container .content {
    width: 70%;
    font-size: 16px;
	}

	.widget-footer {
    padding: 40px 0 0;
		font-size: 15px;
	}

	.widget-footer > .container {
    margin-bottom: 20px;
    gap: 15px;
	}

	.copyright {
    font-size: 14px;
	}

	.grid-numeri {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
		background: radial-gradient(circle, #0085c890 2px, transparent 0) -55px -100px / 140px 200px repeat;
	}

	.numero-item {
		width: 140px;
	}

	.numero-valore {
    font-size: 22px;
	}

	.numero-titolo {
		font-size: 16px;
	}

	.payoff h1 {
    font-size: 60px;
	}

	.payoff .date-payoff {
    font-size: 26px;
    line-height: 1;
	}

	.container-above .giorni-rimanenti {
    right: 0px;
	}

	.dates-wrap .day:not(:nth-child(3)):before {
    width: 4px;
	}

	.scrolling #header .logo img.logo-negativo {
    opacity: 1;
    width: 200px;
		margin-bottom: -2px;
	}

	.about-pharm img.pills-1 {
    width: 320px;
	}

	.about-pharm img.pills-2 {
    display: none;
	}

	.scopri-pharm img {
    width: 240px;
	}

	.about-pharm .link-about {
    padding: 10px 30px;
	}

	.visita-fiera-home .link-visitatore, .diventa-espositore-home .link-espositore {
    padding: 10px 30px;
		margin-top: 10px;
	}

	.egf .container {
    flex-direction: column;
    gap: 0;
	}

	.content-egf {
    width: 100%;
    margin-top: 160px;
	}

	.egf h3 {
    font-size: 30px;
	}

	.egf h3 span {
    font-size: 40px;
	}

	.egf .subtitle {
    font-size: 22px;
	}

	.paragrafo_egf {
    font-size: 16px;
	}

	.cta-egf {
    font-size: 17px;
    padding: 8px 18px;
	}

	.loghi-sponsor h3 span {
    display: inline-block;
	}

	.loghi-sponsor .cta-partner {
    padding: 10px 30px;
    font-size: 17px;
	}

	.newsletter .desc {
    font-size: 16px;
	}

	.nl-pe input[type="text"] {
    width: 100%;
    max-width: 200px;
    height: 44px;
	}

	.nl-pe input[type="submit"] {
    height: 44px;
    width: 90px;
    font-size: 16px;
	}

	.widget-footer .footer-widget:first-child img {
    width: 240px;
	}

	.widget-footer .footer-widget ul a, .widget-footer .footer-widget a {
    font-size: 16px;
	}

	body .widget-footer h4 {
    font-size: 26px;
	}

	.copy-link {
    font-size: 13px;
	}

	.footer-widget .short-date-fiere p {
    font-size: 16px;
	}

	.social-list i {
    font-size: 20px;
	}

	.title-page {
    font-size: 30px;
		padding-left: 10px;
	}

	body:not(.home) #header {
    padding: 0;
	}

	body:not(.home).scrolling #header {
    padding: 0;
	}

	.sidebar .title-sidebar {
    font-size: 26px;
	}

	.padiglioni-wrapper {
    flex-wrap: wrap;
	}

	body:not(.home) h3, body:not(.home) h4, body:not(.home) h5, body:not(.home) h6 {
    font-size: 26px;
	}

	body:not(.page-template-page-nosidebar) #main .container .content-page, body:not(.page-template-default) #main .container .content-page, body.blog #main .container .content-archive, body #main .container .content-archive, body #main .container .content-rassegna {
    width: 100%;
	}

	.content-single h1 {
		line-height: 1.1;
    font-size: 30px;
	}

	.content-single .related {
    margin: 60px 0 0px;
	}
	
	body:not(.home) .related h3 {
    font-size: 20px;
    line-height: 1.1;
	}

	.content-single .related-title {
    font-size: 26px;
	}

	.um-form ul {
    padding-left: 20px;
	}

	.gallery-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
	}

	.gallery-section .custom-dropdown {
    display: none;
	}

	.video-page .gallery-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
	}

	.video-page .title-video {
    text-align: center;
    font-size: 18px;
		margin-top: 10px;
	}

	.gallery-section .gallery-nav button, .rassegna-section .rassegna-nav button {
    padding: 4px 20px;
	}

	input[type=submit].um-button, input[type=submit].um-button:focus {
    margin-top: -20px;
	}

}

@media (max-width: 767px) {

	body.mobile.noscroll {
    overflow-y: hidden;
	}

	#fixed-btn {
		opacity: 0;
	}

	#fixed-btn.show {
    position: fixed;
		top: initial;
		bottom: -24px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
		flex-direction: row;
		gap: 0;
    text-align: center;
    font-size: 18px;
		opacity: 1;
		transition: all .3s ease-in-out;
	}

	#fixed-btn .door-btn:first-child {
    width: 50%;
    clip-path: initial;
		clip-path: polygon(75% 0, 100% 50%, 75% 100%, 0 100%, 0 0);
    padding: 10px;
		left: -300px;
		transition: all .3s ease-in-out;
	}

	#fixed-btn.show .door-btn:first-child {
		left: 0;
	}

	#fixed-btn .door-btn:nth-child(2) {
    padding: 10px;
    width: 50%;
		right: -300px;
		transition: all .3s ease-in-out;
	}

	#fixed-btn.show .door-btn:nth-child(2) {
		right: 0;
	}

	.top-menu svg {
		display: none;
	}
	
	.top-menu div {
		margin: 0 0px;
		text-align: right;
	}

	#header nav {
    top: 5px;
		justify-content: center;
	}
	
	#header nav {
		background: #fff;
	}

	.menu-btn span {
    left: 50%;
    transform: translateX(-50%);
	}

	.mobile-console:before {
    content: 'MENU';
    position: absolute;
    left: 50%;
    top: 17px;
    transform: translate(-50%, -50%);
    /* z-index: -1; */
    font-size: 30px;
    color: #eaeaea;
	}

	.mobile-console .menu-btn {
		margin-left: 0;
	}

	.menu-fix.noscroll #header {
		top: 0;
		transition: all .3s ease-in-out;
	}

	.menu-fix #header {
		position: fixed;
		top: -140px;
		transition: all .3s ease-in-out;
	}

	.logo img {
    width: 280px;
	}

	.header-aside .special {
    font-size: 15px;
	}

	.payoff .text-info-salone {
    font-size: 28px;
	}

	.payoff h1 span {
    font-size: 60px;
	}

	.payoff {
    font-size: 26px;
	}

	.cta-home .cta-espositore, .cta-home .cta-visitatore {
    padding: 30px;
    font-size: 34px;
	}

	.cta-home .cta-espositore:before, .cta-home .cta-visitatore:before {
    top: 8%;
	}

	.about-pharm {
    padding: 160px 0 80px;
	}

	.about-pharm .container {
    padding: 0 15px;
    gap: 60px;
	}

	.about-pharm .single-box .counter {
    top: 5px;
    left: 10px;
    font-size: 40px;
	}

	.about-pharm .single-box .text-box {
    font-size: 22px;
    max-width: 100%;
    left: 10px;
	}

	.about-pharm .desc h2 {
    font-size: 30px;
	}

	.about-pharm .desc .text-partecipa {
    font-size: 16px;
		margin: 30px 0;
	}

	.scopri-pharm .desc h2 {
    max-width: 100%;
    font-size: 40px;
	}

	.diventa-espositore-home, .visita-fiera-home {
    padding: 60px 0;
	}

	.diventa-espositore-home .container, .visita-fiera-home .container {
    flex-direction: column;
	}

	.diventa-espositore-home .container > div, .visita-fiera-home .container > div {
    width: 100%;
	}

	.espositore-last, .visitatore-last {
    grid-template-rows: repeat(1, 1fr);
	}

	/* .gallery-esp-1, .gallery-esp-2 {
    display: none;
	} */

	.visita-fiera-home .container {
    flex-direction: column-reverse;
	}

	.numeri-home {
    padding: 60px 0;
	}

	.numeri-intro {
    flex-direction: column;
		gap: 20px;
	}

	.numeri-intro h3 {
    font-size: 30px;
    width: 100%;
	}

	.numeri-intro .desc {
    width: 100%;
	}

	.loghi-sponsor {
    padding: 60px 0;
	}

	.loghi-sponsor h3 {
    font-size: 30px;
	}

	.newsletter {
    padding: 60px 0;
	}

	.newsletter .container {
    gap: 20px;
    flex-direction: column;
	}

	.newsletter .container > * {
    width: 100%;
	}

	.newsletter .container .content {
    width: 100%;
	}

	.widget-footer > .container {
    flex-direction: column;
	}

	.widget-footer > .container > * {
    width: 100%;
	}

	.widget-footer .container > div:nth-child(4) {
    width: 100%;
	}

}

@media (max-width: 576px) {

	.top-menu div {
		text-align: left;
		margin: 0;
	}

	.wrap-menu #myTab li a {
		font-size: 14px;
		font-weight: 600;
	}

	.top-menu .fill-btn {
		display: none;
	}

	.top-menu svg {
		display: none;
	}
	
	.top-menu div {
		margin: 0;
		white-space: nowrap;
	}

	#header nav {
		display: block;
		background: none;
	}

	.mobile-console:before {
		display: none;
	}

	.header-aside .special {
    display: none;
	}

	.home-intro {
    height: 75vh;
		margin-bottom: 0;
	}

	#header {
    background: transparent;
    color: #fff;
		padding: 0px 0 15px;
		font-size: 14px;
	}

	.logo img {
    width: 200px;
	}

	.logo-first {
		width: 200px;
	}

	.logo img.logo-negativo {
		display: none;
	}

	.scrolling .logo-first {
		opacity: 0;
		display: none;
	}

	.scrolling .logo img.logo-negativo {
		width: 200px;
		opacity: 1;
	}

	.logo-side {
    top: 0px;
		left: 0;
	}

	.dates-wrap .day:not(:nth-child(3)):before {
		right: -8px;
		top: 43%;
    background: #fff;
	}

	.header-aside {
    right: 0;
    padding: 5px 0 0;
	}

	.menu-btn:before {
    transform: translate(-6px, -8px);
	}

	.menu-btn span {
    width: 100%;
	}

	.menu-btn:after {
    transform: translate(6px, 8px);
	}

	video {
    height: 100%;
    object-fit: cover;
	}

	.payoff {
    width: auto;
    font-size: 22px;
    left: 10px;
    transform: none;
    top: 170px;
		text-align: center;
		align-items: center;
		z-index: 1;
	}

	.payoff .text-info-salone {
    font-size: 26px;
	}

	.payoff h1 {
    gap: 0px;
		line-height: 1;
	}

	.home-intro:before {
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.70) 0%, rgba(255,255,255,0) 100%);
	}

	.cta-home .cta-espositore, .cta-home .cta-visitatore {
		padding: 12px 18px;
		font-size: 24px;
		font-weight: 500;
	}

	.cta-home .cta-espositore {
    text-align: center;
	}

	.cta-home .cta-espositore:before {
		left: 5%;
		width: 100%;
	}

	.cta-home .cta-visitatore {
    text-align: center;
	}

	.cta-home .cta-visitatore:before {
    right: 5%;
		width: 100%;
	}

	.menu-fix #header {
    top: 0;
	}

	.menu-fix .logo img.logo-negativo {
		display: block;
		opacity: 1;
		width: 200px;
	}

	.menu-fix .logo-first {
		display: none;
	}

	.home.menu-fix .menu-btn span, .home.menu-fix .menu-btn:before, .home.menu-fix .menu-btn:after {
    border-bottom: 2px solid #fff;
	}

	.menu-fix .dates-wrap .day:not(:nth-child(3)):before {
		right: -7px;
		top: 43%;
		background: #fff;
	}
	
	.wrapper .wrap-menu {
    top: 54px;
	}

	.about-pharm {
    padding: 80px 0 60px;
	}

	.about-pharm .container {
    padding: 0 15px;
    gap: 40px;
    flex-direction: column-reverse;
	}

	.about-pharm .container > div {
    width: 100%;
	}

	.about-pharm .wrap-desc {
    position: relative;
    top: 0;
	}
	
	.about-pharm .single-box .text-box {
    max-width: 90%;
	}

	.scopri-pharm {
    flex-direction: column;
		padding: 25px 0 0;
		gap: 40px;
	}

	.scopri-pharm > div {
    width: 100%;
	}

	.diventa-espositore-home, .visita-fiera-home {
    padding: 40px 0;
	}

	.diventa-espositore-home .container, .visita-fiera-home .container {
    gap: 60px;
	}

	.espositore-last {
    gap: 4px;
	}

	.slider-loghi .slick-track, .slider-associazioni .slick-track,
	.slider-media .slick-track {
		display: inherit;
	}

	.loghi-sponsor .slider-loghi, .loghi-sponsor .slider-associazioni, .loghi-media .slider-associazioni {
		margin: 40px 0 80px;
	}

	.slider-loghi .gallery-item, .slider-associazioni .gallery-item,
	.slider-media .gallery-item {
    margin: 20px;
	}

	.newsletter {
    padding: 40px 0;
	}

	.newsletter h3 {
		font-size: 30px;
		text-transform: initial;
	}

	.copyright .container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
	}

	.copyright .social-list {
    justify-content: flex-start;
    padding-left: 0;
	}

	body:not(.home) #header {
    position: fixed;
    top: 0;
	}

	body:not(.home) .logo .logo-first {
    opacity: 0;
    width: 0;
    display: none;
	}

	body:not(.home) .logo .logo-negativo {
    opacity: 1;
    width: 200px;
    display: block;
    margin-bottom: -2px;
	}

	#main {
    margin-top: 120px;
		margin-bottom: 30px;
	}

	body:not(.page-template-page-nosidebar) #main .container {
    flex-direction: column;
    gap: 20px;
	}

	.title-page:before {
		top: 4px;
		left: -10px;
		border-top: 6px solid #55555560;
		border-left: 6px solid #55555560;
		width: 8px;
		height: 12px;
	}

	body:not(.page-template-page-nosidebar) #main .container .content-page, body:not(.page-template-page-nosidebar) #main .container .content-post {
    width: 100%;
	}

	.um-row.accredito-form > div {
    column-gap: 10px;
	}

	.um-row.accredito-form > div:first-child {
		margin-top: 0;
	}

	.um-row.accredito-form > div:last-child {
    grid-template-columns: 1fr;
		padding-top: 40px;
	}

	.list-2-col {
    grid-template-columns: 1fr;
	}

	.wrapper .tab-pane ul {
		padding-top: 0;
	}

	#main .container .sidebar {
    width: 100%;
	}

	.sidebar .double-cta {
    column-gap: 20px;
    margin: 30px 0;
	}

	.sidebar .double-cta > * {
    width: 50%;
	}

	.fill-btn.special {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    padding: 12px 6px;
	}

}