/*
Theme Name: World Pasta Day 2026
Theme URI: https://aicod.it/
Author: aicod
Version: 1.0.0
Text Domain: wpd2026
*/

:root
 {
    --primary-color-1: #F08C17;
    --secondary-color: #ffffff;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/wp-content/themes/wpd2026/assets/fonts/montserrat/Montserrat-VariableFont_wght.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/wpd2026/assets/fonts/roboto/Roboto-VariableFont_wdth.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

body {
    display: block;
}

body, section {
    background: #fff;
}

.container {
	max-width: 1360px;
	/*******************************/
	/*border: 1px solid red;*/
	/*******************************/
}

#mainmenu {
    font-family: 'Roboto', sans-serif; 
}

body, p, .btn, a.btn, .btn-line {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #1f1f1f;
	margin-bottom: 0;
    border-bottom: none !important;
}

h2 {
	margin: 0 0 25px;
	font-family: 'Montserrat', sans-serif;
	font-size:40px; 
	letter-spacing: 0.4px; 
	line-height: 44px;
	font-weight: 700;
	color: #1f1f1f;
	margin-bottom: 70px;
}

h2.wp-block-heading {
	margin-bottom: 25px;
}

h3 {    
    font-size: 18px;
    letter-spacing: 0.16px;
    line-height: 1em;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 24px;
	color: #171717;
}

a {
    color: #333333;
    font-weight: 600;
    text-decoration: underline;
}

a:hover {
    color: var(--primary-color-1);
}

.btn {
	display: inline-block;
	padding: 20px 30px;
	background: var(--primary-color-1);
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
    white-space: nowrap;
}

.btn:hover {
	color: #fff;
	opacity: .9;
}

section > .container {
	opacity: 0;
	transform: translateY(45px);
	transition: opacity .8s ease, transform .8s ease;
}

section > .container.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.item i {
    font-size: unset;
}

/* gutenberg */

body:not(.home) .entry-content {
	padding: 120px 0 0;
	background: #fff;
}

body:not(.home) .entry-content > *:not(section) {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

body:not(.home) .entry-content > section {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

body:not(.home) .entry-content section .container {
    max-width: 1300px;
}

body:not(.home) .entry-content h1,
body:not(.home) .entry-content h2,
body:not(.home) .entry-content h3,
body:not(.home) .entry-content h4,
body:not(.home) .entry-content h5,
body:not(.home) .entry-content h6 {
	display: block;
}

body:not(.home) .entry-content p {
    padding-bottom: 10px;
}

/* contatti - cambiare id */

body.page-id-410 .entry-content {
    padding: 60px 0;
}

/* menu */

header .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:not(.home) header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

header.smaller:not(.header-bottom):not(.side-header) {
    background: #fff;
	height: 60px;
}

#mainmenu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
	min-height: 70px;
}

#mainmenu:not(:has(> li:not(.lang-item))) {
	display: flex;
	align-items: center;
	min-height: 70px;
}

header.smaller #mainmenu {
    min-height: 60px;
}

/* nasconde Home solo in homepage */

/*body.home #mainmenu > li.menu-item-home:not(.lang-item) {
	display: none;
}*/

#mainmenu > li {
	flex: 0 0 auto;
	text-align: center;
}

#mainmenu li a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 0;
	color: #171717;
	text-transform: uppercase;
	display: block;
	padding: 25px 0px 25px 0px;
}

#mainmenu li a:after {
    display: none;
}

#mainmenu li a:hover,
#mainmenu li.current-menu-item > a {
	color: var(--primary-color-1);
}

/* submenu */

#mainmenu li.menu-item-has-children > a {
	padding-right: 35px;
}

#mainmenu li.menu-item-has-children,
.menu li.menu-item-has-children {
	position: relative;
}

.submenu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 45%;
	right: 0;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	transform: translateY(-50%);
	z-index: 999;
}

.submenu-toggle span {
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #171717;
	border-bottom: 2px solid #171717;
	transform: rotate(45deg);
	transition: transform .3s ease;
}

li.menu-item-has-children.submenu-open > .submenu-toggle span {
	transform: rotate(-135deg);
}

#mainmenu li > ul {
    top: 70px;
	background: #ffffff;
}

#mainmenu li li {
    border-bottom: solid 1px var(--primary-color-1);
}

#mainmenu li li a {
    color: #171717;
	padding: 10px;
}

#mainmenu li li a:hover {
    background-color: var(--primary-color-1);
}

header.smaller:not(.header-bottom):not(.side-header) #mainmenu ul {
    top: 58px;
}

header.smaller:not(.header-bottom):not(.side-header) #mainmenu li li a {
    padding: 10px;
}

/* footer */

.wpd-footer {
	padding: 20px 0;
    background: #333333;
}

.wpd-footer .container {
	padding-left: 0;
	padding-right: 0;
}

.wpd-footer .footer-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.wpd-footer .footer-logos {
	display: flex;
	align-items: center;
	height: 100%;
	gap: 50px;
}

.wpd-footer .footer-logos .widget {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
	padding: 0;
}

.wpd-footer .footer-logos img {
	display: block;
	height: 100%;
	width: auto;
	object-fit: contain;
}

.wpd-footer .footer-text {
	margin-left: auto;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
}

.wpd-footer .footer-text .widget {
	margin: 0;
	padding-bottom: 0;
}

.wpd-footer .footer-text p {
	margin: 0;
	color: #fff;
}

.wpd-footer .footer-text a {
	color: #fff;
	text-decoration: none;
}

.wpd-footer .footer-text a:hover {
	color: var(--primary-color-1);
}

/* interne - header */

.wpd-page-header {
	padding: 180px 0 100px;
	background: #fbefd6;
	text-align: center;
}

.wpd-page-header .title {
	margin: 0;
	font-size:58px; 
	letter-spacing: 0.58px; 
	line-height: 44px;
}

/********* blocchi *********/

/* blocco header home */

header.transparent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	background: transparent;
}

.wpd-header {
	position: relative;
	padding: 0;
	background: #f2e4c9;
}

.wpd-header-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}

.wpd-header-bg-mobile {
	display: none;
}

.wpd-header .container {
	position: relative;
	z-index: 2;
	padding: 0;
}

.wpd-header .row {
	min-height: 520px;
}

.wpd-header .row > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.wpd-header .row > div:nth-child(1),
.wpd-header .row > div:nth-child(2) {
	padding-bottom: 70px;
}

.wpd-col-left {
	position: relative;
}

.wpd-logo-evento {
	display: block;
	max-width: 308px;
	height: auto;
}

.wpd-divider {
	position: absolute;
	right: 38px;
	top: 65%;
	transform: translateY(-50%);
	width: 2px;
	height: 200px;
	background: #d7ccb8;
}

.wpd-partners {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.wpd-partners-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
}

.wpd-partner-col {
	display: flex;
	align-items: center;
	margin-bottom: 90px;
}

.wpd-partner-col img {
	max-height: 130px;
    width: auto;
}

.wpd-host-label {
	margin: 6px 0 8px;
	font-size: 12px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 700;
	color: #c9782c;
}

.wpd-host-logo {
	display: block;
	margin: 0 auto;
}

.wpd-pasta-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	height: 100%;
	z-index: -1;
}

.wpd-pasta-img {
	display: block;
	max-width: none;
	height: auto;
	transform: translateX(80px);
}

/* blocco intro + img */

.wpd-intro-img {
	padding: 90px 0;
	background: #fff;
	overflow: hidden;
}

.wpd-intro-img .row {
	align-items: center;
}

/*.wpd-intro-img .col-lg-7 {
	padding-left: 0;
	padding-right: 0;
}*/

.wpd-intro-copy {
	max-width: 720px;
}

body:not(.home) .wpd-intro-copy {
	max-width: 690px;
}

body:not(.home) .wpd-intro-copy h2 {
	margin-bottom: 30px;
}

.wpd-intro-copy h2 {
	max-width: 600px;
}

.wpd-intro-text,
.wpd-intro-text p {
	font-family: 'Montserrat', sans-serif;
	font-size:16px; 
	letter-spacing: 0.10px; 
	line-height: 25px;
	font-weight: 400;
	color: #171717;
}

.wpd-intro-text p:last-child {
	margin-bottom: 0;
}

.wpd-intro-cta {
	margin-top: 24px;
}

.wpd-intro-image-wrap {
	position: relative;
	width: 100%;
}

.wpd-intro-image {
	display: block;
    width: 155%;
    height: auto;
    margin-left: auto;
    transform: translateX(-30px);
}

/* blocco sponsor */

.wpd-sponsor {
	padding: 60px 0;
}

.wpd-sponsor:has(+ .wpd-sponsor) {
	margin-bottom: 0;
}

.wpd-sponsor .sponsor-title {
	/*margin-bottom: 60px;*/
	margin-bottom: 0px;
	text-align: center;
}

h2.sponsor-title {
    font-size: 35px;
}

.wpd-sponsor .sponsor-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	/*gap: 60px 100px;*/
	justify-items: center;
}

.wpd-sponsor-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wpd-sponsor-item img {
	height: 250px;
	width: auto;
	display: block;
	/*filter: grayscale(100%) brightness(0);
	opacity: .9;*/
}

/* blocco programma */

.wpd-programma {
    background: #f1f1f1;
}

.programma-wrap {
	/*max-width: 980px;*/
	margin: 0 auto;
}

.programma-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	margin-bottom: 34px;
}

.programma-tab {
	font-family: 'Montserrat', sans-serif;
	display: flex;
    flex-direction: column;
    justify-content: center;
	width: 150px;
	height: 75px;
	padding: 10px;
	background: #E6E6E6;
	cursor: pointer;
	text-align: center;
	transition: background .6s ease;
}

.programma-tab:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.programma-tab:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.programma-tab.active, .programma-tab:hover {
	/*background: linear-gradient(90deg, #f18300 0%, #f4b234 100%);*/
	background: var(--primary-color-1);
}

.programma-tab:not(.active) {
	margin-right: 1.5px;
}

.programma-tab-label, .programma-tab-date {
	font-size:16px; 
	letter-spacing: 0.16px; 
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 3px;
	transition: color .3s ease, opacity .3s ease;
}

.programma-tab-date {
	font-weight: 400;
    text-transform: none;
}

.programma-tab-date:only-child {
	font-weight: 700;
	text-transform: uppercase;
}

.programma-tab.active .programma-tab-label,
.programma-tab.active .programma-tab-date {
	color: #ffffff;
}

.programma-tab:not(.active):not(:hover) .programma-tab-label {
    color: var(--primary-color-1);
}

.programma-tab:not(.active):not(:hover) .programma-tab-date {
	color: #333333;
}

.programma-contents {
	/*max-width: 860px;*/
	margin: 0 auto;
}

.programma-content {
	display: none;
	opacity: 0;
	transform: translateY(10px);
	transition: all .3s ease;
}

.programma-content.active {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

.programma-giorno {
	width: 100%;
}

.programma-border {
	height: 1px;
	border-bottom: solid 1px #fff;
}

.programma-item {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 120px;
	align-items: center;
	opacity: 0;
	transform: translateY(30px);
	transition: all 1.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.wpd-programma .programma-item.animate {
	opacity: 1;
	transform: translateY(0);
}

.programma-item + .programma-item {
	border-top: 1px solid #fff;
}

.programma-giorno > .programma-item:not(.testo):last-child {
	border-bottom: 1px solid #fff !important;
}

.programma-giorno > .programma-item:nth-child(even) .programma-info {
	background: linear-gradient(90deg, #f1f1f1 0%, #fafafa 50%, #f1f1f1 100%);
	min-height: 120px;
}

.programma-giorno > .programma-item:nth-child(odd) .programma-info {
	background: transparent;
}

.programma-time {
	font-size:16px; 
	letter-spacing: 0.16px; 
	line-height: 1em;
	font-weight: 400;
	color: #333333;
	text-align: left;
	padding-top: 0;
	z-index: 2;
}

.programma-info {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100%;
	padding-right: 0;
	z-index: 1;
}

.programma-info:has(.programma-item-text) {
	display: block;
	align-items: initial;
}

.programma-item-title {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 50px 25px;
	font-size:18px; 
	letter-spacing: 0.16px; 
	line-height: 1em;
	font-weight: 700;
	text-transform: none;
	background: linear-gradient(270deg, #F7C663 0%, #F08C17 50%, #EC6608 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--primary-color-1); /* fallback */
}

.col-md-12.programma-info h3 {
    padding: 50px 0;
}

.programma-info .programma-item-text {
    padding: 0;
}

.programma-item-title:has(+ .programma-item-text) {
	padding-bottom: 20px !important;
}

.programma-item-text p {
	margin-bottom: 0;
}

.programma-item-text p:last-child {
	margin-bottom: 40px;
}

.programma-giorno h3.testo-evidenza {
    padding: 25px;
	margin-top: 15px;
}


/* evidenza */

section.testo-evidenza-wrap {
    padding: 0;
}

h3.testo-evidenza {
	color: #333333;
	line-height: 1.4em;
}

/* barra CTA */

.wpd-barra-cta {
	min-height: 210px;
	display: flex;
	align-items: center;
	background: linear-gradient(270deg, #F7C663 0%, #F08C17 50%, #EC6608 100%);
}

.wpd-barra-cta .container {
	height: 100%;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.barra-cta-intro,
.barra-cta-title {
	width: 100%;
}

.barra-cta-intro {
    text-align: center;
}

.barra-cta-intro p {
    color: #fff;
}

h2.barra-cta-title {
    margin: 0;
	text-align: center;
}

h2.barra-cta-title a {
	color: #ffffff;
	text-decoration: underline;
}

h2.barra-cta-title a:hover {
	color: #ffffff;
	opacity: .85;
}

/* titolo + testo*/

/*body:not(.home) .entry-content > .wpd-titolo-testo {
	padding: 0 !important;
}*/

/*body:not(.home) .entry-content > .wpd-titolo-testo:first-child {
	padding-top: 0 !important;
}
*/
.titolo-testo-title {
	margin-bottom: 40px;
}

.titolo-testo-title:empty {
	display: none;
	margin: 0;
}

.titolo-testo-desc {
	margin: 0;
	color: #333333;
}

/* card info */

.wpd-card-info {
	position: relative;
	padding: 60px 0 125px;
	background: #fff4d6;
	background-size: cover;
	background-position: center;
}

.wpd-card-info .container {
	padding-left: 0;
	padding-right: 0;
}

.cards {
	display: flex;
	gap: 24px;
	flex-wrap: nowrap;
	align-items: stretch;
}

.cards > .card {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
}

.card {
	background: #ffffff;
	text-align: center;
	padding: 30px 45px;
	display: flex; 
	flex-direction: column;
	border: 1px solid #e8e8e8;
	border-bottom: 3px solid transparent;
	background-image: 
		linear-gradient(#fff, #fff),
		linear-gradient(270deg, #F7C663, #F08C17, #EC6608);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	border-radius: 5px;
}

.card .icon {
	height: 65px;
	margin-bottom: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card .icon img {
	height: 65px;
	width: auto;
}

.card .text {
	flex: 1 1 auto;
	padding-bottom: 15px;
}

.card .btn {
	margin-top: auto;
	max-width: 205px;
	align-self: center;
}

.card span.btn {
	cursor: default;
	background: none;
    color: var(--primary-color-1);
	padding: 0 0 20px;
    font-size: 15px;
    font-style: italic;
    text-transform: none;
}

/* organizzatori */

.wpd-organizzatori {
	padding: 125px 0 100px;
}

.wpd-organizzatori .logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.wpd-organizzatori .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wpd-organizzatori .logo img {
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

/* form contatti */

.wpd-form-contatti {
	padding: 0 !important;
}

.wpd-form-contatti .title {
	margin-bottom: 20px;
}

.wpd-form-contatti .text {
	margin-bottom: 40px;
}

.wpd-form-contatti .form input,
.wpd-form-contatti .form textarea {
	width: 100%;
}

.wpcf7-form-control {
	width: 100% !important;
	max-width: 100% !important;
	display: block;
	padding: 12px 15px;
}

.wpd-form-contatti .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.wpd-form-contatti .wpcf7-acceptance label {
	display: flex;
	align-items: center;
	gap: 10px;
}

.wpd-form-contatti .wpcf7-acceptance input[type="checkbox"] {
	width: auto !important;
	margin: 0;
}

.wpd-form-contatti input[type="submit"] {
	width: auto !important;
	min-width: 160px;
	padding: 13px 34px;
	background: var(--primary-color-1);
	border: 0;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	float: right;
}

.wpd-form-contatti input[type="submit"]:hover {
	background: #333;
}

.wpd-form-contatti input[type="submit"]:disabled {
	background: var(--primary-color-1);
	opacity: .5;
	cursor: not-allowed;
}

/* gallery */

section.wpd-gallery {
    clear: both;
    overflow: hidden;
    padding-bottom: 0 !important;
}

.wpd-gallery .item .picframe {
  height: 300px; 
  overflow: hidden;
  display: flex;
}

.wpd-gallery .item .picframe a {
  display: block;
  width: 100%;
  height: 100%;
}

.wpd-gallery .item .picframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.wpd-gallery .item .overlay {
  width: 100% !important;
  height: 100% !important;
  background: rgb(251 239 214 / 80%);
}

.mfp-title {
    display: none;
}

body:not(.home) .entry-content:has(> .wpd-gallery:last-child), body:not(.home) .entry-content:has(> .wpd-barra-cta) {
	padding-bottom: 0 !important;
}

body:not(.home) .entry-content > .wpd-gallery:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
	
/* map */

.wpd-map {
    padding-top: 0;
}

.wpd-map .map-wrapper {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.wpd-map iframe {
	width: 100%;
	height: calc(100% + 60px);
	border: 0;
	margin-top: -70px;
}

/* hotel */

section.wpd-hotel {
    padding-top: 0;
}
	
.wpd-hotel .hotel-list {
	position: static !important;
	height: auto !important;
}

.wpd-hotel .hotel-list.hotel-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	row-gap: 45px;
}

.wpd-hotel .hotel-slider-wrapper {
	position: relative;
}

.wpd-hotel .hotel-list.hotel-slider {
	display: flex;
	gap: 30px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding-bottom: 0;
	scrollbar-width: none;
}

.wpd-hotel .hotel-list.hotel-slider::-webkit-scrollbar {
	display: none;
}

.wpd-hotel .hotel-list.hotel-slider .hotel-card {
	min-width: calc(33.333% - 20px);
	scroll-snap-align: start;
}

.wpd-hotel .arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 60px;
	height: 60px;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transform: translateY(-50%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.wpd-hotel .arrow-prev {
	left: -26px;
}

.wpd-hotel .arrow-next {
	right: -26px;
}

.wpd-hotel .arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	border-top: 3px solid var(--primary-color-1);
	border-right: 3px solid var(--primary-color-1);
}

.wpd-hotel .arrow:hover {
	background: var(--primary-color-1);
	border-color: var(--primary-color-1);
}

.wpd-hotel .arrow:hover::before {
	border-color: #fff;
}

.wpd-hotel .arrow-prev::before {
	transform: translate(-35%, -50%) rotate(-135deg);
}

.wpd-hotel .arrow-next::before {
	transform: translate(-65%, -50%) rotate(45deg);
}

.wpd-hotel .dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
}

.wpd-hotel .dot {
	width: 13px;
	height: 13px;
	border: 1px solid var(--primary-color-1);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	padding: 0;
}

.wpd-hotel .dot.active {
	background: var(--primary-color-1);
}

.wpd-hotel .hotel-card {
	position: relative;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background: #fff;
	border-bottom: 3px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(270deg, #F7C663, #F08C17, #EC6608);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.wpd-hotel .base {
	position: relative;
	z-index: 1;
}

.wpd-hotel .image {
	aspect-ratio: 417 / 464;
	overflow: hidden;
}

.wpd-hotel .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.wpd-hotel .content {
	padding: 30px 45px;
	background: #fff;
}

.wpd-hotel .title {
	font-size: 20px;
	letter-spacing: .2px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 8px;
	text-transform: uppercase;
	color: #333;
}

.wpd-hotel .stars {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 700;
	color: var(--primary-color-1);
	margin-bottom: 6px;
}

.wpd-hotel .address {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	color: #333;
	font-weight: 500;
}

.wpd-hotel .hover {
	position: absolute;
	inset: 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: opacity .8s cubic-bezier(.4, 0, .2, 1), visibility .8s cubic-bezier(.4, 0, .2, 1);
}

.wpd-hotel .hover img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.wpd-hotel .hotel-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgb(51 51 51 / 60%);
	pointer-events: none;
}

.wpd-hotel .hover-content {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	/*justify-content: flex-start;*/
	justify-content: center;
	align-items: flex-start;
	padding: 45px;
	color: #fff;
	transform: translateY(30px);
	transition: transform .8s cubic-bezier(.4, 0, .2, 1);
}

.wpd-hotel .hover .title {
	color: #fff;
}

.wpd-hotel .hover .stars {
	color: var(--primary-color-1);
}

.wpd-hotel .hover .address {
	color: #fff;
	margin-bottom: 16px;
	font-weight: 700;
}

.wpd-hotel .text p {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 22px;
	color: #fff;
}

.wpd-hotel .hover .text p:last-child {
	margin-bottom: 0;
}

.wpd-hotel .hotel-card:hover .hover {
	opacity: 1;
	visibility: visible;
}

.wpd-hotel .hotel-card:hover .hover-content {
	transform: translateY(0);
}

/* blocco-img-testo */

body:not(.home) .entry-content > .wpd-blocco-img-testo:first-child {
	padding-top: 0 !important;
}

.wpd-blocco-img-testo {
	width: 100%;
	overflow: hidden;
}

.wpd-blocco-img-testo .item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
}

.wpd-blocco-img-testo .item.reverse .text {
	order: 2;
}

.wpd-blocco-img-testo .item.reverse .image {
	order: 1;
}

.wpd-blocco-img-testo .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #f1f1f1;
}

.wpd-blocco-img-testo .desc ul, .text ul {
	list-style: none;
	padding-left: 0;
}

.wpd-blocco-img-testo .desc li, .text li {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 40px;
	position: relative;
	padding-left: 45px;
	color: #171717;
}

.desc li:last-child, .text:not(.wpd-intro-text) li:last-child {
    padding-bottom: 0;
}

.desc + a.btn {
    margin-top: 40px;
}

.wpd-blocco-img-testo #autobus .desc li {
    padding-bottom: 5px;
}

.wpd-blocco-img-testo #autobus .desc li:last-child {
    padding-bottom: 20px;
}

.wpd-blocco-img-testo .desc li:before, .text li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background-image: url("assets/images/circle-check-big.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.wpd-blocco-img-testo .inner {
	width: 100%;
	max-width: 650px;
	padding-top: 90px;
	padding-bottom: 90px;
}

.wpd-blocco-img-testo .item:not(.reverse) .inner {
	margin-left: 0;
	margin-right: 0;
	padding-left: calc((100vw - 1300px) / 2);
	padding-right: 85px;
}

.wpd-blocco-img-testo .item.reverse .inner {
	margin-left: 0;
	margin-right: 0;
	padding-left: 85px;
	padding-right: calc((100vw - 1300px) / 2);
}

.wpd-blocco-img-testo .title {
	margin: 0 0 24px;
	font-size:40px; 
	letter-spacing: 0.4px; 
	line-height: 48px;
}

.wpd-blocco-img-testo .image {
	min-height: 400px;
	overflow: hidden;
}

.wpd-blocco-img-testo .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.wpd-blocco-img-testo .title, .wpd-blocco-img-testo .desc {
    width: 600px;
}

/* blocco-colonne */

.wpd-blocco-colonne {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.wpd-blocco-colonne .overlay-sfondo {
	position: absolute;
	inset: 0;
	background: rgb(51 51 51 / 66%);
}

.wpd-blocco-colonne .container {
	position: relative;
	z-index: 2;
}

.wpd-blocco-colonne .section-title {
	margin: 0 0 60px;
	text-align: center;
	color: #fff;
}

.wpd-blocco-colonne .items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 100px;
}

.wpd-blocco-colonne .item {
	background: #ffffff;
    padding: 70px 60px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(270deg, #F7C663, #F08C17, #EC6608);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 5px;
}

.wpd-blocco-colonne .title {
	margin: 0 0 50px;
	font-size:20px; 
	letter-spacing: 0.2px; 
	line-height: 30px;
	text-align: left;
}

.wpd-blocco-colonne .text {
	color: #333;
}

.wpd-blocco-colonne .text p:last-child {
	margin-bottom: 0;
}

/* relatori */

section.wpd-hotel.wpd-relatori {
    padding-top: 100px;
	padding-bottom: 100px;
}

.wpd-relatori .hotel-list.hotel-grid {
	grid-template-columns: repeat(4, 1fr);
}

.wpd-relatori .content {
    padding: 30px 30px;
}

.wpd-relatori .text p {
	color: #333;
	margin-top: 20px;
}

.wpd-relatori .content .address + .text {
	margin-top: 20px;
}

.wpd-relatori .address {
    padding-bottom: 10px;
}

.wpd-relatori .azienda {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	color: var(--primary-color-1);
	margin-bottom: 6px;
}

	
.wpd-hotel.wpd-relatori,
.wpd-hotel.wpd-relatori > .container,
.wpd-hotel.wpd-relatori .row,
.wpd-hotel.wpd-relatori .hotel-list,
.wpd-hotel.wpd-relatori .hotel-card {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	height: auto !important;
	position: static !important;
}


/* immagine full */

.wpd-immagine-full {
	padding: 0;
	padding-bottom: 100px;
}

.wpd-immagine-full img {
	display: block;
	width: 100%;
	height: auto;
}


/******* media queries *******/

@media (min-width: 1440px) {
	.wpd-hotel .container {
		padding: 0;
	}
}

@media (max-width: 1439px) {
	
	body:not(.home) section:not(.wpd-page-header) {
		padding: 40px 0 !important;
	}
	
	/* intro */
	.wpd-intro-image {
		transform: translateX(80px);
	}
	
	.wpd-gallery, .wpd-map, .wpd-barra-cta {
		margin-left: -40px;
		margin-right: -40px;
		padding: 0;
	}
	
	.wpd-programma {
		margin-left: -40px;
		margin-right: -40px;
	}
	
	.wpd-hotel .container {
		padding: 0 40px 40px;
	}
	
	.wpd-blocco-img-testo {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	
	.wpd-blocco-img-testo .inner {
		max-width: 900px;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center;
	}
	
	.wpd-blocco-img-testo .item,
	.wpd-blocco-img-testo .item.reverse {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.wpd-blocco-img-testo .item .text,
	.wpd-blocco-img-testo .item.reverse .text {
		order: 1;
	}

	.wpd-blocco-img-testo .item .image,
	.wpd-blocco-img-testo .item.reverse .image {
		order: 2;
	}

	.wpd-blocco-img-testo .text {
		width: 100%;
	}

	.wpd-blocco-img-testo .inner,
	.wpd-blocco-img-testo .item.reverse .inner,
	.wpd-blocco-img-testo .item:not(.reverse) .inner {
		/*max-width: 100%;*/
		padding: 50px 60px;
		margin: 0;
		width: 100%;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

	.wpd-blocco-img-testo .image {
		aspect-ratio: 16 / 10;
	}

	.wpd-blocco-img-testo .inner {
		text-align: center;
	}

	.wpd-blocco-img-testo .btn {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}

	.wpd-blocco-img-testo .title, .wpd-blocco-img-testo .desc {
		text-align: left;
		width: auto;
	}
	
}

@media (max-width: 1439px) and (min-width: 992px) {
	
	header .container, .home section/*, .container, body:not(.home) .entry-content*/ {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
}

@media (max-width: 1359px) {

	/*.wpd-blocco-img-testo .item:not(.reverse) .inner {
		margin-left: 40px;
	}

	.wpd-blocco-img-testo .item.reverse .inner {
		margin-right: 40px;
	}*/

}

@media (max-width: 1199px) {
	/* intro */
	.wpd-intro-copy {
		max-width: 100%;
		padding-right: 20px;
	}
	.wpd-intro-copy h2 {
		font-size: 40px;
	}
	.wpd-intro-image {
		max-width: 680px;
		transform: translateX(60px);
	}
	
	.wpd-relatori .hotel-list.hotel-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 992px) and (max-width: 1359px) {
	header .container/*, .container, body:not(.home) .entry-content*/ {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.wpd-divider {
		display: none;
	}
}

@media (min-width: 992px) {
	#mainmenu {
		position: relative;
		/*padding-right: 150px !important;*/
	}

	/*#mainmenu > li.lang-item {
		position: absolute;
		top: 50%;
		margin: 0 !important;
		padding: 0 !important;
		transform: translateY(-50%);
	}
	
	#mainmenu .lang-item {
		display: flex;
		align-items: center;
	}*/

	/*#mainmenu .lang-item + .lang-item::before {
		content: "|";
		display: inline-block;
        color: #171717;
        margin-left: 10px;
        margin-right: 4px;
        font-size: 18px;
	}*/

	/*#mainmenu > li.lang-item-first {
		right: 40px;
	}

	#mainmenu > li.lang-item:not(.lang-item-first) {
		right: 0;
	}

	#mainmenu > li.lang-item > a {
		display: block;
		padding: 0 !important;
		line-height: 1 !important;
	}
	
	#mainmenu .lang-item.current-lang a {
		font-weight: 700;
		color: var(--primary-color-1);
	}*/
	
	/*#mainmenu > li:first-child a {
		padding-left: 0;
	}

	#mainmenu > li:last-child a {
		padding-right: 0;
	}*/
	
	#mainmenu {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	#mainmenu > li {
		flex: 0 0 auto;
		text-align: center;
	}

	#mainmenu > li:not(.lang-item) {
		margin-right: auto;
	}

	#mainmenu > li.lang-item {
		flex: 0 0 auto;
		margin: 0 !important;
		padding: 0 !important;
		position: static !important;
		transform: none !important;
	}

	#mainmenu > li.lang-item > a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 39px;
		height: 30px;
		padding: 0 !important;
		line-height: 30px;
		background: #fff;
		color: #171717 !important;
		border: 1px solid #ddd;
	}

	#mainmenu > li.lang-item-it > a {
		border-radius: 4px 0 0 4px;
	}

	#mainmenu > li.lang-item-en > a {
		border-left: 0;
		border-radius: 0 4px 4px 0;
	}

	#mainmenu > li.lang-item.current-lang > a, #mainmenu > li.lang-item > a:hover {
		background: var(--primary-color-1);
		color: #fff !important;
		border-color: var(--primary-color-1);
	}
	
	#mainmenu > li.lang-item-first {
   		margin-left: auto !important;
	}
	
	#mainmenu > li:not(.lang-item):has(+ li.lang-item) {
		margin-right: 20px;
	}

	.wpd-intro-img .col-lg-7 {
		padding-left: 0;
		padding-right: 0;
	}
	.wpd-programma {
		padding: 70px;
		background: #f1f1f1;
	}
}

@media (max-width: 991px) {
	
	header.header-mobile {
		pointer-events: none;
	}

	header.header-mobile #menu-btn,
	header.header-mobile #mainmenu,
	header.header-mobile #mainmenu * {
		pointer-events: auto;
	}
	
	header.transparent {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		height: 80px !important;
		overflow: visible !important;
		background: transparent;
	}

	header.menu-open #mainmenu,
	body.menu-open #mainmenu,
	#mainmenu.open,
	#mainmenu.show {
		display: block;
	}
	
	#mainmenu {
		position: fixed;
		padding-top: 40px !important; 
		top: 0;
		left: 0;
		width: 100%;
		background: #fdf1d8f5;
		z-index: 99;
		box-shadow: 0 4px 12px rgba(0,0,0,0.1);
		display: none;
	}
	
	#mainmenu li a {
		padding: 14px 20px;
		border-bottom: 1px solid #f0f0f0;
		text-align: left;
	}
	
	#menu-btn {
        z-index: 999999999;
    }
	#menu-btn:before {
		color: #1f1f1f;
	}
	#menu-btn:hover {
    	background: none;
	}
	header.header-mobile #mainmenu li {
        /*border-bottom: none;*/
		border-bottom: solid 1px #fff;
    }
	header.header-mobile #mainmenu li:last-child {
        margin-bottom: 0;
    }
	header.header-mobile #mainmenu li a {
        color: #171717;
    }
	
	header.header-mobile #mainmenu li.submenu-open > a {
    color: var(--primary-color-1);
	}
	
	#mainmenu li.menu-item-has-children > .sub-menu,
	.menu li.menu-item-has-children > .sub-menu {
		display: none !important;
	}

	#mainmenu li.menu-item-has-children.submenu-open > .sub-menu,
	.menu li.menu-item-has-children.submenu-open > .sub-menu {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		height: auto !important;
		position: static !important;
		transform: none !important;
		background: unset;
	}
	
	#mainmenu .submenu-toggle,
	.menu .submenu-toggle {
		top: 0;
		right: 0;
		width: 45px;
		height: 35px;
		transform: none;
	}

	#mainmenu li.menu-item-has-children > a,
	.menu li.menu-item-has-children > a {
		padding-right: 50px !important;
	}
	
	header.header-mobile #mainmenu li ul li {
        padding-left: 20px !important;
    }
	
	header.header-mobile #mainmenu li li a {
        font-size: 14px;
    }
	
	header.header-mobile #mainmenu li li a:hover {
        color: unset;
    }
	
	/* header */
	.wpd-header {
		margin-top: 0;
		padding: 40px 0 20px;
		min-height: auto;
		overflow: hidden;
		margin-bottom: 10px;
		padding-top: 50px !important;
		min-height: 100vh;
		display: flex;
		align-items: center;
	}
	.wpd-header-bg {
		display: none;
	}
	.wpd-header-bg-mobile {
		display: block;
		background-size: cover;
		background-position: 75% top;
		background-repeat: no-repeat;
	}
	.wpd-header .container {
		width: 100%;
		max-width: 100% !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	.wpd-header .row {
		min-height: auto;
		display: flex;
		flex-direction: column;
		row-gap: 24px;
	}
	.wpd-header .row > div {
		display: block;
		width: 100%;
		padding-bottom: 0 !important;
		text-align: center;
	}
	.wpd-col-left {
		position: relative;
		padding-right: 0;
		padding-left: 0;
	}
	.wpd-logo-evento {
		display: block;
		width: 100%;
		max-width: 320px;
		height: auto;
		margin: 0 auto;
		margin-top: -70px;
	}
	.wpd-header .row > div:nth-child(2) {
		padding-top: 30px;
	}
	.wpd-divider {
		display: none;
	}
	.wpd-partners {
		width: 100%;
		margin-bottom: 24px;
	}
	.wpd-partners-row {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 18px;
		width: 100%;
		flex-wrap: wrap;
	}
	.wpd-partner-col {
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.wpd-partner-col img {
		display: block;
		height: 100px;
		width: auto;
		max-width: 100%;
	}
	.wpd-host-logo {
		display: block;
		margin: 0 auto;
		max-width: 220px;
		height: auto;
	}
	.wpd-pasta-wrap {
		display: none;
	}
	
	/* intro */
	
	.wpd-intro-img .wow.fadeInLeft,
	.wpd-intro-img .wow.fadeInRight {
		animation-name: fadeInUp !important;
	}
	.wpd-intro-img {
		padding: 60px 0;
	}
	.wpd-intro-copy {
		padding-right: 0;
		margin-bottom: 30px;
	}
	.wpd-intro-image {
		transform: none;
		max-width: 100%;
		margin: 0 auto;
	}
	/* programma */
	
	.programma-contents {
		padding: 0 40px;
	}
	.programma-item .col-md-10 {
		margin-bottom: 0 !important;
	}
	.col-md-12.programma-info h3 {
		padding: 25px 0;
	}
	.programma-item-text p:last-child {
		margin-bottom: 20px;
	}
	.programma-giorno > .programma-item:nth-child(odd) .programma-info {
    	margin-bottom: 0;
	}
	/* cards */
	.cards > div {
		flex: 1 1 calc(50% - 12px);
	}
	/* col-md-3 */
	.col-md-3 {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}
	
	body:not(.home) .entry-content > section.wpd-titolo-testo.wpd-titolo-testo {
		padding: 40px 0 !important;
		padding-bottom: 0 !important;
	}
	
	.wpd-form-contatti input[type="submit"] {
		float: none;
		display: block;
		margin: 20px auto 0;
	}

	.wpd-gallery .container {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	.wpd-gallery .item {
		width: 50%;
	}

	.wpd-hotel .hotel-list.hotel-grid, .wpd-relatori .hotel-list.hotel-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.wpd-hotel .hotel-list.hotel-slider .hotel-card {
		min-width: calc(50% - 15px);
	}
	
	.wpd-hotel .content {
		padding: 30px 30px;
	}
	
	.wpd-hotel .hover-content {
		padding: 40px 30px 30px;
	}
	
	.wpd-hotel .title {
		line-height: 24px;
	}
	
	.wpd-hotel .hover .title {
		display: inline;
	}

	.wpd-hotel .hover .stars {
		display: inline;
		margin-left: 8px;
		white-space: nowrap;
	}
	
	.wpd-blocco-img-testo .item:not(.reverse) .inner {
        margin-left: 0;
    }
	
	.wpd-blocco-colonne {
		padding: 80px 0;
	}

	.wpd-blocco-colonne .items {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.wpd-blocco-colonne .section-title {
		font-size: 36px;
		margin-bottom: 40px;
	}

	.wpd-blocco-colonne .item {
		padding: 40px 30px;
	}

	.wpd-hotel.wpd-relatori .hotel-list.hotel-grid {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 30px !important;
		overflow: visible !important;
	}

	.wpd-hotel.wpd-relatori .hotel-card {
		display: flex !important;
		width: 100% !important;
		min-width: 0 !important;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.container, body:not(.home) .entry-content {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	
	.wpd-card-info .cards {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.wpd-card-info .card {
		width: 100%;
	}
		
	body:not(.home) .entry-content {
		padding: 40px;
	}
} 

@media (max-width: 767px) {
		
	body:not(.home) .entry-content {
		/*padding: 40px;*/
		padding: 40px 20px;
	}
	/* sezioni */
	
	section.wpd-spacer {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	section.wpd-testo-evidenza-wrap .container .col-md-12 {
		margin-bottom: 0;
	}
	h2, .wpd-blocco-img-testo h3.title {
		font-size: 30px !important;
		margin-bottom: 30px;
		line-height: 1.1em;
	}
	
	/* header */
	.wpd-header {
		padding: 30px 0 10px;
	}
	
	.wpd-page-header {
		padding: 115px 0 60px;
	}

	.wpd-page-header .title {
		font-size: 34px;
	}
	/*.wpd-logo-evento {
		max-width: 200px;
	}*/
	.wpd-partners {
		margin-bottom: 18px;
	}
	.wpd-partners-row {
		gap: 25px;
	}
	.wpd-partner-col img {
		height: 100px;
	}
	.wpd-host-logo {
		max-width: 220px;
	}
	/* intro */
	.wpd-intro-text,
	.wpd-intro-text p {
		font-size: 16px;
		line-height: 1.65;
	}
	/* sponsor */
	.wpd-sponsor .sponsor-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px 20px;
	}
	.wpd-sponsor .wpd-sponsor-item:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
	/* programma */
	
	.wpd-programma .programma-tabs {
		display: flex;
		width: 100%;
		overflow: hidden;
	}

	.wpd-programma .programma-tab {
		flex: 1 1 25%;
		width: 25%;
		min-width: 0;
		max-width: 25%;
		margin-right: 0 !important;
		padding: 16px 4px;
		text-align: center;
	}

	.wpd-programma .programma-tab-label,
	.wpd-programma .programma-tab-date {
		font-size: 14px;
		line-height: 16px;
	}

	.programma-item.row {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center;
		height: auto;
		min-height: 60px;
		padding: 15px 5px;
	}
	.programma-item .col-md-2 {
		flex: 0 0 110px;
		width: 110px;
		padding: 16px 10px 16px 0;
		font-size: 14px;
	}
	.programma-item .col-md-10 {
		flex: 1;
		padding: 0;
	}
	.programma-item-title {
		padding: 25px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.programma-giorno > .programma-item:not(.testo):nth-child(even) {
		background: linear-gradient(90deg, #f1f1f1 0%, #fafafa 50%, #f1f1f1 100%);
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 35px;
		padding-right: 35px;
	}
	.programma-giorno > .programma-item:nth-child(even) .programma-info {
		background: transparent;
	}
	.programma-item.row.testo .col-md-2 {
		width: 0 !important;
		padding: 0;
		flex: 0;
	}	
	.programma-giorno h3.testo-evidenza {
		padding: 20px 0;
		margin-top: 0;
	}
	.wpd-barra-cta
 	{
		height: 190px;
	}
	/* cards */	
	.wpd-card-info {
   		padding-top: 0 !important;
	}
	.cards {
		flex-direction: column;
		padding: 0 40px;
	}
	.cards > div,
	.cards > .card {
		flex: 1 1 100%;
	}
	/* organizzatori */
	.wpd-organizzatori {
		padding: 65px 0 55px;
	}
	.wpd-organizzatori .title {
		margin-bottom: 35px;
		font-size: 26px;
	}
	.wpd-organizzatori .logos {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.wpd-organizzatori .logo {
		width: 100%;
	}
	.wpd-organizzatori .logo img {
		max-height: 100px;
		width: auto;
		margin: 0 auto;
	}
	.wpd-organizzatori .logo:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
	/* col-md-3 */
	.col-md-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.wpd-programma .col-md-12 {
    margin-bottom: 0;
	}
	/* footer */
	.wpd-footer {
		padding: 20px;
	}
	.wpd-footer .footer-content {
		flex-direction: column;
		align-items: center;
		gap: 25px;
		text-align: center;
	}
	.wpd-footer .footer-logos {
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	}
	.wpd-footer .footer-text {
		margin-left: 0;
		text-align: center;
	}
	.wpd-gallery .item {
		/*width: 100%;*/
		width: 50% !important;
	}
	
	.wpd-gallery .item .picframe {
		aspect-ratio: 1 / 1;
		height: auto !important;
	}
	
	.wpd-hotel .hotel-list.hotel-grid, .wpd-relatori .hotel-list.hotel-grid{
		grid-template-columns: 1fr;
	}

	.wpd-hotel .hotel-list.hotel-slider {
		gap: 0;
	}

	.wpd-hotel .hotel-list.hotel-slider .hotel-card {
		flex: 0 0 100%;
		max-width: 100%;
		min-width: 100%;
	}
	
	.wpd-organizzatori > .container {
		opacity: 1 !important;
		transform: none !important;
	}
	
	.wpd-hotel.wpd-relatori .hotel-list.hotel-grid {
		grid-template-columns: 1fr !important;
	}
}