:root {
  --white: #fff;
  --black: #000000;
  --lightgrey: #fafafa;
  --orange: #d95937;
  --otop: 62px;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--black);
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 1.225;
  font-weight: 300;
}
.sans {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--black);
}
strong {
  font-weight: 500;
}
a:not(#wrapper-navbar) {
  text-decoration: none;
}
a:hover:not(#wrapper-navbar) {
  text-decoration: underline;
}
.nav-link {
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.nav-link {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
}
.nav-link {
  font-size: 1.3rem;
  color: var(--black);
  position: relative;
}
article h1,
article h2,
article h3,
article h4 {
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
}
/* Helpers */
.alignleft {
  float: left;
  margin-right: 1.5rem;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
}
.wp-block-image .alignright {
  float: right;
  margin: .25em 0 .25em 1em;
}
.aligncenter {
  display: block;
  margin: 0 auto 1.5rem;
}
a,
.btn-link,
.page-link {
  color: var(--black);
}
a:hover,
a:focus,
.btn-link:hover,
.page-link:hover {
  color: var(--black);
}
img,
.textwidget img,
article img {
  max-width: 100%;
  height: auto;
}
.bgcover {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
}
/* video embed */
.embed-youtube,
.embed-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  clear: both;
}
.embed-youtube iframe,
.embed-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
iframe,
object,
embed {
  max-width: 100%;
}
/* calendar */
.widget_calendar .widget-title,
.widget_websoupevents_calendar .widget-title {
  background-color: var(--black);
  color: #fff;
  padding: 0.2rem 0.6rem;
}
.widget_calendar caption {
  caption-side: top;
  text-align: center;
  font-weight: bold;
  color: var(--black);
  padding-top: 0.125rem;
}
.widget_calendar table {
  width: 100%;
  position: relative;
}
.widget_calendar tbody td,
.widget_calendar thead th {
  border-top: 1px solid #dee2e6;
  padding: 0.3rem;
}
.widget_calendar tfoot #prev {
  position: absolute;
  top: 0;
  left: 0;
}
.widget_calendar tfoot #next {
  position: absolute;
  top: 0;
  right: 0;
}
.widget_calendar tfoot .pad {
  display: none;
}
.widget_calendar thead th,
.widget_calendar tbody td {
  text-align: center;
}
.widget_calendar tbody a {
  background-color: var(--black);
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 1.688rem;
}
.widget_calendar tbody td a:hover {
  background-color: var(--black);
  text-decoration: none;
}
/* Article */
article header p {
  margin-bottom: 0.5rem;
}
article time {
  font-weight: 600;
}
/* Footer */
.preheader {
  color: var(--white);
  background-color: var(--black);
}
.preheader a {
  color: var(--white);
}
footer.footer {
  color: var(--white);
  background-color: var(--black);
  text-align: center;
  font-size: 12px;
  line-height: 17px;
}
footer.footer a {
  color: var(--white);
}
/* Color validator fix */
#totop {
  width: 30px;
  height: 30px;
  text-align: center;
  background: var(--black);
  color: #ffffff;
  display: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
  line-height: 30px;
  z-index: 900;
  box-sizing: content-box;
}
.gallery .gallery-icon {
  text-align: center;
}
div[class*="gallery-columns-"] {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.gallery > figure {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.gallery-columns-1 > figure {
  width: 100%;
}
.gallery-columns-2 > figure {
  width: 50%;
}
.gallery-columns-3 > figure {
  width: 33.33%;
}
.gallery-columns-4 > figure {
  width: 25%;
}
.gallery-columns-5 > figure {
  width: 20%;
}
.gallery-columns-6 > figure {
  width: 16.66%;
}
.gallery-columns-7 > figure {
  width: 14.28%;
}
.gallery-columns-8 > figure {
  width: 12.5%;
}
.gallery-columns-9 > figure {
  width: 11.11%;
}
.admin-bar .navbar-main.fixed-top {
  top: 32px !important;
}
/**/
.bglightgrey {
  background-color: var(--lightgrey);
}
.bgwhite {
  background-color: var(--white);
}
.wp-block-button__link,
.btn {
  text-decoration: none;
  line-height: var(--bs-btn-line-height);
  border-width: 0;
  border-radius: 3px;
  font-weight: 600;
}
.btn:not(.btn-sm):not(.btn-lg) {
  padding: 10px 24px;
  font-size: 18px;
}
a.wp-block-button__link {
  background-color: var(--black);
  color: var(--white);
}
.wp-block-button__link:hover {
  color: var(--white);
  background-color: var(--black);
}
.wpcf7-form-control-wrap {
  display: block;
}
.radioblock .wpcf7-list-item {
  display: block;
}
#gdpr-cookie-consent-bar,
#gdpr-cookie-consent-show-again {
  box-shadow: none !important;
}
.active > .dropdown-item,
.dropdown-item.active,
.dropdown-item:active {
  color: var(--white);
  background-color: var(--black);
}
/**/
.blur .wp-block-cover__image-background {
  filter: blur(40px);
  -webkit-filter: blur(40px);
}
.maxwdt {
  max-width: 800px;
}
#wrapper-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
}
#main-nav .navbar-brand img {
  width: 40px;
}
body.admin-bar #wrapper-navbar {
  top: 32px;
}
.form-control {
  border-radius: 0;
}
.btn-form {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.678' height='13.962'%3E%3Cpath data-name='Path 126' d='M10.18 13.745a.752.752 0 0 0 1.056 0l6.225-6.225a.752.752 0 0 0 0-1.056L11.236.238a.747.747 0 1 0-1.056 1.056l4.95 4.95H.747a.747.747 0 0 0 0 1.494H15.13l-4.95 4.95a.752.752 0 0 0 0 1.057Z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -99999px;
  background-color: var(--white);
  border-radius: 0;
  width: 31px;
  height: 31px;
  border-color: var(--white);
}
.btn-form:hover,
.btn-form:focus {
  background-color: var(--lightgrey);
  border-color: var(--white);
}
.btn-form + .wpcf7-spinner {
  margin: 0;
}
.fbtn > p:last-child {
  flex-basis: 31px;
  margin-left: 1rem;
}
.fbtn > p {
  margin-bottom: 0;
}
.linkarrow p {
  margin-bottom: 2rem;
}
.linkarrow a {
  color: var(--orange);
  text-decoration: none;
  display: block;
  padding-right: 2.5rem;
  position: relative;
  font-size: 1.25rem;
}
.linkarrow a em {
  font-weight: 300;
  font-size: 14px;
}
.linkarrow a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  margin-top: -0.5rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.678' height='13.962'%3E%3Cpath data-name='Path 126' d='M10.18 13.745a.752.752 0 0 0 1.056 0l6.225-6.225a.752.752 0 0 0 0-1.056L11.236.238a.747.747 0 1 0-1.056 1.056l4.95 4.95H.747a.747.747 0 0 0 0 1.494H15.13l-4.95 4.95a.752.752 0 0 0 0 1.057Z' fill-rule='evenodd' fill='%23D95937' /%3E%3C/svg%3E");
}
.mhdesk > div {
  min-height: 100vh;
  display: flex;
  width: 100%;
  align-items: center;
}
.titletrip {
  color: var(--orange);
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.titletrip em {
  font-size: 70%;
  font-style: normal;
  font-weight: 300;
}
.orange,
.orange a {
  color: var(--orange);
}
mark {
  padding: 0;
}
.btn-cta > a {
  border-radius: 2rem;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--black);
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-weight: normal;
  border-width: 1px;
}
.btn-cta-nob {
  border: 0;  
}
.square {
  display: block;
  aspect-ratio: 1 / 1;
}
.filtercases a {
  display: block;
  padding-left: 1.5rem;
  position: relative;
  text-decoration: none !important;
}
.filtercases a::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.25rem;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid var(--black);
  border-radius: 50%;
}
.filtercases a.act::before {
  background-color: var(--black);
}
.wpcf7-acceptance > .wpcf7-list-item {
  margin-left: 0;
}
.pacc {
  text-align: left;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
  font-size: 10px;
  font-weight: 300;
}
.btn-form.btn:disabled {
  background-color: rgba(255, 255, 255, 0.5);
}
#wrapper-navbar {
  border-bottom: 1px solid rgba(0, 0, 0, .5);
}
#main-nav.bgw {
    background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.collapsing {
  transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1),border 1ms linear;
}
footer .menu-social-menu-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: .75rem;
}
.data-evento {
  font-size: 20px;
  font-weight: 300;
}
h1, .h1 {
  font-size: 40px;
}
h2, .h2 {
  font-size: 35px;
}
.intro {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}
.intro strong {
  font-weight: 500;
}
.xsmall {
  font-size: 14px;
  line-height: 20px;
}
.line-height-lg {
  line-height: 26px;
}
.navbar-toggler .icon-bar {
  display:block;
  width:22px;
  height:2px;
  border-radius:1px;
  background-color: var(--black);
}
.navbar-toggler .icon-bar+.icon-bar {
  margin-top:4px
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  top: -1px;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 0px;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 1px;
}
.navbar-toggler .icon-bar {
  position: relative;
  transition: all 300ms ease-in-out;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(2) {
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}
.formfoot .wpcf7-acceptance {
  width: 100%;
  display: block;
  text-align: right;
}
.formfoot .wpcf7-acceptance .wpcf7-list-item-label {
    float: left;
    margin-right: .5rem;
}
footer.footer strong {
  font-weight: bold;
}
.wp-block-gallery img {
    aspect-ratio: 13/19;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0;
}
.underline {
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--black);
}
.menu-social-menu-container {
  font-size: 28px;
}
.min-vh100 .wp-block-cover {
  min-height: 100vh;
}
@media (max-width: 781px) {
  .bghalf {
    background: rgba(0,0,255,1); 
  }
}
@media (min-width: 782px) {
  .bghalf {
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(0,0,255,1) 50%); 
  }
}
/* Mobile breakpoints */
@media (max-width: 575.98px) {
}
@media (min-width: 576px) {
}
@media (max-width: 767.98px) {
  .wp-block-gallery {
    display: flex;
    flex-wrap: nowrap; /* Evita che le immagini vadano a capo */
    overflow-x: auto; /* Abilita lo scroll orizzontale */
    scroll-snap-type: x mandatory; /* Scorrimento fluido */
    padding-bottom: 10px; /* Evita il taglio delle immagini */
  }

  .wp-block-gallery .wp-block-image {
    flex: 0 0 auto;
    scroll-snap-align: center; /* Centra l'immagine durante lo swipe */
  }
  .squaremob {
    min-height: auto !important;
    aspect-ratio: 1/1 !important;
  }
  .squaremob .wp-block-cover__background {
    opacity: 0 !important;
  }
}
@media (min-width: 768px) {
}
@media (max-width: 991.98px) {
  
}
@media (min-width: 992px) {
  
}
@media (max-width: 1199.98px) { 
  .nav-link {
    font-size: 2.5rem;
  }
  #header-menu .nav-link {
    font-size: 2rem;
  }
  #main-nav .navbar-brand, #main-nav .navbar-toggler {
    z-index: 999;
    position: relative;
  }
  #main-menu {
    width: 100%;
    text-align: center;
  }
  #navbarNavDropdownMobile > div {
    height: calc(100vh);
    display: flex;
    align-items: center;
    justify-content: center;  
    flex-direction: column;
  }
  footer {
    font-size: 75%;
  }
  #main-nav .navbar-brand img {
    width: 24px;
    margin: .5rem 0;
  }
  footer .wpcf7 {
    margin: 2.5rem 0;
  }
  .privacyfoot {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  body.admin-bar .fixed-top {
    top: 32px;
  }
  .formfoot .widget_nav_menu {
    margin-left: auto;
  }
  #navbarNavDropdown > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .container {
    max-width: calc(100% - 3rem);
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .carousel .wp-block-cover {
    min-height: 600px;
  }
  .menu-item .nav-link:hover::before,
  .menu-item.current-page-ancestor .nav-link::before,
  .menu-item.active .nav-link::before {
    content: "";
    position: absolute;
    display: block;
    left: .5rem;
    right: .5rem;
    height: 2px;
    background: var(--black);
    bottom: 16px;
  }
  .wp-block-gallery {
    --wp--style--block-gap: 2rem;
  }
  .w-xl-100 {
    width: 100%;
  }
  .text-xl-left {
    text-align: left !important;
  }
  body,
  .filtercases {
    font-size: 33px;
    line-height: 40px;
  }
  .filtercases a::before {
    top: .75rem;
  }
  .linkarrow a {
    font-size: 33px;
  }
  .linkarrow a em {
    font-weight: 300;
    font-size: 28px;
  }
  h1 {
    font-size: 66px;
  }
  .data-evento {
    font-size: 33px;
    font-weight: 300;
  }
  .intro {
    font-size: 50px;
    line-height: 60px;
  }
  .xsmall {
    line-height: 22px;
    font-size: 17px;
  }
  .line-height-lg {
    line-height: 45px;
  }
}
@media (min-width: 1450px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .menu-item .nav-link:hover::before,
  .menu-item.current-page-ancestor .nav-link::before,
  .menu-item.active .nav-link::before {
    left: 0;
    right: 0;
  }
  .nav-link {
    font-size: 26px;
  }
}
footer .menu-social-menu-container {
  display: inline-block;
  margin-top: 1rem;
}
.formfoot .menu-social-menu-container {
  display: none;
}
@media (min-width: 1600px) {
  .formfoot > div {
    display: flex;
    gap: 1rem;
  }
  footer .menu-social-menu-container {
    margin-top: 0;
  }
  .formfoot .mx-auto {
      width: 364px !important;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
  }
  .formfoot .mx-auto p {
      margin-bottom: 5px;
  }
  .formfoot .mx-auto > * {
      flex-basis: calc(50% - .5rem);
  }
  .formfoot .pacc {
      flex-basis: 100%;
      font-size: 10px;
      text-align: right;
  }
  .formfoot .wpcf7-spinner {
      display: none;
  }
  .formfoot .mx-auto > *:nth-child(1) {
      flex-basis: 150px;
  }
  .formfoot .mx-auto > *:nth-child(2) {
      flex-basis: calc(150px + 47px);
  }
  #wrapper-footer-full .h1 {
    font-size: 2.25rem;
    line-height: 1;
  }
  .addressfoot {
    text-align: left;
    font-size: 13px;
  }
  .addressfoot strong, .addressfoot strong + br {
    display: none;
  }
  .privacyfoot.small,
  .copyfoot.small {
      font-size: 13px !important;
  }
  .privacyfoot.small {
      max-width: 100px;
      text-align: left;
  }
  footer .menu-social-menu-container {
    order: 4;
  }
  #footer-full-content > .menu-social-menu-container {
    display: none;
  }
  .formfoot {
    width: 50%;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .formfoot .menu-social-menu-container {
    display: block;
  }
  .customflex {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
}