:root {
  --main: #E2001A;
  --secondary: #1d1d1d;
  --third: #faf077;
  --wow: #3c3c3c;
  --wowhover: #a50012;
}

/* ::-webkit-scrollbar {
  width: 0;
} */
 
/* body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
} */

/* .wrapper::-webkit-scrollbar {
  width: 0;
} */

.page-template-page-contracthotellerie #main {
  --main: #b40009;
  --secondary: #90060d;
}
.page-template-page-contracthotellerie .box-wrap .title-box {
  text-align: left;
  padding: 0;
}
.page-template-page-contracthotellerie .box-wrap .comprende {
  margin-top: 20px;
}
.page-template-page-contracthotellerie .box-wrap .comprende li {
  line-height: 1.1;
  margin-bottom: 6px;
  padding-right: 20px;
}
header a:hover, footer a:hover {
    text-decoration: none;
}
strong {
  font-weight: 520;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
* {
    box-sizing: border-box;
    font-family: inherit;
}
*:placeholder-shown,
*:focus,
*:hover {
    outline: none;
}

body {
  /* max-width: 100vw; */
  font-family: 'Dosis', sans-serif;
  overflow-x: hidden;
  margin: 0;
  color: #4a4a4a;
  line-height: 1.4;
  letter-spacing: .5px;
  animation: preload 2s linear forwards;
}

h1, h2, h3, h4, .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@keyframes preload {
  from {
    opacity: 0;
  } to {
    opacity: 1;
  }
}
body:not(.home) {
  padding-top: 120px;
}
.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;
    box-shadow: 0px -7px 20px -12px #00000042;
}
#header .tab-content > .tab-pane {
  box-shadow: unset;
}
.tab-content > .active {
  display: block;
}
body.woocommerce #respond input#submit.alt, 
body.woocommerce a.button.alt, 
body.woocommerce button.button.alt, 
body.woocommerce input.button.alt,
body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt {
  background: var(--main);
  transition: all 300ms ease-out;
}
body.woocommerce #respond input#submit.alt:hover, 
body.woocommerce a.button.alt:hover, 
body.woocommerce button.button.alt:hover, 
body.woocommerce input.button.alt:hover,
body .woocommerce #respond input#submit.alt:hover, 
body .woocommerce a.button.alt:hover, 
body .woocommerce button.button.alt:hover, 
body .woocommerce input.button.alt:hover {
  background: var(--secondary);
}
.woocommerce ul.products li.product .button {
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  /* border-radius: 7px; */
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .woocommerce-loop-product__title {
  margin-bottom: auto;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.noscroll {
  overflow: hidden;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content-single img, 
.content-page img {
  width: unset;
}
.single-news-espositori .content-single img,
.single-news-espositori .content-page img {
  margin: 0 auto;
}
#sidebar img {
  width: auto;
}
#header img,
#footer img {
  width: auto;
  max-height: 55px;
}
header ul, footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
section {
  position: relative;
}
a.link-menu[href="#"],
a.link-menu[href="#!"],
a.link-menu[href=""] {
  pointer-events: none;
}
.container {
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
  max-width: unset;
}

.aside-section {
    top: 0;
    bottom: 0;
    position: absolute;
  }

  .aside-left {
    display: none;
    width: 40%;
    left: 0;
    opacity: 0;
    background-color: rgba(19, 19, 19, 0.98);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
  }

  .aside-right {
    width: 100%;
    right: 0;
    opacity: 0;
    background-color: rgba(19, 19, 19, 0.98);
    display: flex;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
  }
  .aside-right .aside-list {
    width: 100%;
    padding-left: 3rem;
    border-left: 1px solid #ffffff52;
    display: flex;
    flex-wrap: wrap;
  }
  .aside-right .aside-list > li {
      width: 33%;
      padding-right: 40px;
  }
  #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;
  }

  .middle {
    margin: 0 auto;
  }
  #toggle-menu ~ label {
    cursor: pointer;
  }
  #toggle-menu ~ label {
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    /* z-index: 3; */
  }
  .toggle-text {
    margin-left: 6px;
    line-height: 30px;
}
  #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 400ms ease-out 500ms;
  }
  #toggle-menu:checked ~ label.aside {
    display: block;
    pointer-events: initial;
    position: fixed;
    /* left: 4vw;
    top: 50px; */
    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);
    
  }
.colored {
  color: #e00052;   
}
.item {
  position: relative;
  overflow: hidden;
}

.gallery-wrap {
  overflow: hidden;

}

.gallery-item {
  width: 50%;
  display: flex;
  padding: 0 2px;
}
.gallery-item a {
  transition: opacity 400ms ease-out;
}
.gallery-item a:hover {
  opacity: .65;
}
.gallery-item img {
  height: 100%;
  object-fit: cover;
}
.gallery-item.last-continue:before {
  content: '+';
  font-size: 150px;
  font-weight: bold;
  display: flex;
  color: #FFF;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--main);
  opacity: .6;
  z-index: 2;
  pointer-events: none;
}

.dates-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: center;
  text-transform: uppercase;
  font-size: 85%;
  color: var(--main);
}
.dates-wrap .day {
  margin-right: 10px;
}
.dates-wrap .day span{
  display: block;
  width: 100%;
  font-size: 100%;
  color: #f00;
  font-size: 65%;
  margin-top: 6px;
  font-weight: 600;
  letter-spacing: .6px;
}
.logo-wrap {
  display: flex;
  user-select:none;
  position: relative;
  z-index: 94;
  align-items: center;
  -webkit-user-select:none;
  -moz-user-select:none;
  -o-user-select:none;
  /* align-items: center;
  justify-content: center; */
}
/* .logo-wrap svg,
.logo-wrap img {
  max-width: 110px;
  margin-right: 10px;
} */
.logo-side {
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  color: #FFF;
  line-height: 1.1;
  white-space: nowrap;
  margin-left: 20px;
}
.date-wrap {
  color: #313131;
}
.logo-side p {
  margin: 0;
}
.logo-side span {
  font-size: 18px;
  display: block;
}

.sub-menu {
  color: #737373;
  min-width: 250px;
  transition: all 300ms ease-out;
}
.sub-menu li:hover > a {
  color: var(--main);
}

.wrap {
  position: relative;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 10px 0;
  background: var(--main);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0);
  transition: box-shadow 300ms ease-out;
}

.fixed-ribbon {
  position: fixed;
  left: 0;
  top: 0%;
  width: 50px;
  height: 100vh;
  z-index: 96;
  padding: 200px 0 30px;
}
.fixed-ribbon:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: 1;
  background: var(--main);
  transition: all 400ms ease-out;
}

.home .fixed-ribbon:before {
  top: 100%;
}
.home.scrolling .fixed-ribbon:before {
  top: 0;
}
.scrolling #header {
    box-shadow: 1px 1px 10px #0003;
}
.fixed-ribbon .social-list {
  display: block !important;
  z-index: 3;
  position: relative;
}
.fixed-ribbon .social-list a {
  border: none;
  color: #FFF;
  display: block;
  text-align: center;
  font-size: 26px;
  margin-top: 12px;
  margin-right: 0;
  width: 100%;
}
.fixed-ribbon .social-list a:hover {
  border: none;
  color: var(--secondary);
}
.home:not(.scrolling) .fixed-ribbon .social-list a:hover {
  color: #FFF;
}
.fixed-ribbon .dropdown dt a:hover, 
.fixed-ribbon .dropdown dt a:focus {
  border: none;  
}

.fixed-ribbon .dropdown dt a span {
  display: block;
}
.fixed-ribbon .dropdown img.flag {
  border: none;
  vertical-align: middle;
  margin: 0 3px;
  box-shadow: 0 0;
  border-radius: 0;
  width: 30px;
  margin: 0 auto;
}
.fixed-ribbon .dropdown dt a {
  width: 100%;
  background: none;
  border: none;
  padding: 0;

}
.fixed-ribbon .dropdown dd ul li a {
  padding: 5px;
  display: block;
  width: 34px;
}
.fixed-ribbon dl.tp_dropdown.dropdown {
  position: relative;
  z-index: 3;
}
.fixed-ribbon .dropdown dd {
  position: relative;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 100%;
}
.fixed-ribbon .dropdown dd ul {
  background: #e4dfcb none repeat scroll 0 0;
  border: 1px solid #d4ca9a;
  color: #C5C0B0;
  display: none;
  padding: 5px 0px;
  position: absolute;
  top: 2px;
  left: 100%;
  width: auto;
  min-width: 42px;
}

#mainmenu {
  /* position: relative; */
  z-index: 32;
  /* margin-top: 20px; */
}
#mainmenu .item {
  position: relative;
  overflow: initial;
}
#mainmenu .item a {
  position: relative;
  display: block;
  line-height: 42px;
  cursor: pointer;
  letter-spacing: .8px;
  padding: 0 15px;
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -o-user-select:none;
  transition: all 350ms ease-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;
  transition: all 300ms ease-out;
}

#mainmenu .item:not(.megamenu):hover > .sub-menu {
  top: 100%;
  pointer-events: initial;
  opacity: 1;
}
#mainmenu > .item:not(.megamenu):last-child .sub-menu {
  right: 0;
  left: initial !important;
}
/* #mainmenu .item:not(.megamenu) > .sub-menu {
  margin-left: -20px;
} */

#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%;
  /* transform: translateX(-50%); */
  padding: 20px 0;
  z-index: 4;
  transition: all 350ms ease-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%;
  /* height: 100%; */
  top: 0% !important;
  box-shadow: none;
  border-left: 1px solid #ddd;
  /* padding:  0 20px; */
  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;
}

.hero-intro {
  background: url(../img/arkedaintro.jpeg) no-repeat center bottom;
  background-size: cover;
}
#fixed-btn .door-btn{
  /* transform: translate(100%, -50%); */
  opacity: 0;
  pointer-events: none;
  transition: all 400ms ease-out;
}

#fixed-btn.show .door-btn{
  opacity: 1;
  /* transform: translate(100%, 0%); */
  pointer-events: initial;
}
.top-menu {
  flex-basis: 100%;
  margin-bottom: 6px;
}
.top-menu div {
  margin: 0 30px;
  color: #494949;
}
.home:not(.scrolling) #header .top-menu div {
  color: #FFF;
}
.top-menu .giornaleturismo svg {
  width: 85px;
}
.title-section {
  text-align: center;
  color: var(--main);
  /* max-width: 80%; */
  max-width: 100%;
  margin: 20px auto 40px;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;

}
.content-section {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0px;
}
/* .title-section + .content-section {
  margin-top: -30px;
} */
.content-section p:first-child {
  margin-top: 0;
}

/* COUNTER START */

.charts_orb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  color: var(--secondary);
}
.charts_orb .orb {
  padding: 20px;
}
.charts_orb .orb .orb_graphic {
  position: relative;
}
.charts_orb .orb .orb_graphic .orb_value {
  position: absolute;
  top: 25px;
  left: 0;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
  font-weight: bold;
}
.charts_orb .orb .orb_label {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 10px;
  font-family: 'Dosis', sans-serif;
  font-size: 25px;
  line-height: 1.1;
  color: #b3b3b3;

}
.charts_orb svg {
  width: 110px;
  height: 110px;
  margin:0 auto;
  display: block;
}
.charts_orb svg circle {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 314.16, 314.16;
  stroke-width: 3;
  fill: transparent;
  r: 50;
  cx: 55;
  cy: 55;
}
.charts_orb svg circle.fill {
  stroke: #D3D3D3;
}
.charts_orb .fired svg circle.progress {
  stroke: var(--secondary);
  transition: stroke-dashoffset 0.35s;
  stroke-dashoffset: 214.16;
  -webkit-animation: NAME-YOUR-ANIMATION 1.5s forwards;
  -webkit-animation-timing-function: linear;
}
.charts_orb .orb .orb_graphic .orb_value.kcount:after {
  content: 'k';
  font-weight: 600;
}
@-webkit-keyframes NAME-YOUR-ANIMATION {
  0% {
    stroke-dashoffset: 314.16;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* COUNTER END */

#main .fill-btn {
  font-family: 'montserrat';
  text-transform: uppercase;
  background: var(--main);
  color: #FFF;
  font-weight: 600;
  padding: 20px 30px;
  border-radius: 50px;
  transition: all 300ms ease-out;
}
#main .fill-btn:hover {
  background: var(--secondary);
}
/* .fill-btn.special-btn {
  background: var(--wow);
  font-weight: 750;
  font-size: 15px;
  line-height: 1.2;
  padding: 16px 20px;
}
.fill-btn {
  background: var(--main);
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  line-height: 50px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 350ms ease-out;
} */
.fill-btn.special-btn {
  background-color: #1d1d1d;
  color: #FFF;
  font-weight: 750;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: .5px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 50px;
  text-align: center;
  clip-path: polygon(100% 0, 93% 50%, 85% 100%, 0% 100%, 7% 50%, 15% 0);
  transition: all 350ms ease-out;
}
.fill-btn.special-btn:hover {
  background-color: #1d1d1d;
  color: var(--main);
  clip-path: polygon(100% 0, 93% 50%, 100% 100%, 0% 100%, 7% 50%, 0% 0%);
}
.home #header svg * {
  transition: fill 350ms ease-out;

}
.noscroll #header svg *,
.home:not(.scrolling) #header svg * {
  fill: #FFF !important;
}
.home #header,
.home #header .logo-side,
.home #header .dates-wrap,
.home #header .dates-wrap .day span,
.home #header  #mainmenu > li >a {
  transition: color 350ms ease-out, background 350ms ease-out;

}
.noscroll #header .logo-side,
.noscroll #header .dates-wrap,
.noscroll #header .dates-wrap .day span,
.home:not(.scrolling) .fixed-ribbon:before,
.home:not(.scrolling) #header,
.home:not(.scrolling) #header .logo-side,
.home:not(.scrolling) #header .dates-wrap,
.home:not(.scrolling) #header .date-wrap,
.home:not(.scrolling) #header .dates-wrap .day span,
.home:not(.scrolling) #header #mainmenu > li >a {
  background: #ffffff00;
  color: #FFF;
}

.home:not(.scrolling) #header nav:before {
  /* display: none; */
  transform: translateX(100%);
  transition: transform 350ms ease-out;

}
.home:not(.scrolling) #header nav {
  background: none;
  filter: none;
  filter: drop-shadow(-2px 2px 6px transparent);
}
#header nav {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  filter: drop-shadow(-2px 2px 6px #00000052);
}
#header nav:before {
  content: '';
  background: #FFF;
  position: absolute;
  left: 0;
  top: -6px;
  bottom: -25px;
  width: 50vw;
  z-index: -1;
  /* border: 1px solid #ddd; */
  clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform: translateX(0%);
  transition: transform 300ms ease-out;
}


#header #mainmenu > li > a {
  text-transform: uppercase;
  /* letter-spacing: .3px; */
  font-size: 15px;
  font-weight: 480;
  line-height: 1.2;
  color: #4e4e4e;
  transition: color 350ms ease-out;
}
#header #mainmenu > li:hover > a {
  color: var(--main);
}
#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: opacity 350ms ease-out;
}
#mainmenu .item.megamenu .item > a:hover > span {
  opacity: 1;
}
#mainmenu .item.megamenu .item .subsub.sub-menu a > span {
  left: 100%;
}
/* .loghi-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
} */
.logo-item {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.logo-item a {
  min-height: 100px;
  display: flex;
  align-items: center;
}
.logo-item img {
  width: auto;
  margin: 0 auto;
  max-width: 120px;
  max-height: 70px;
}
.logo-item label {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .6px;
  display: block;
  margin: 20px 0 -8px;
}
.home .slider-gallery {
  margin-top: 40px;
}
#footer .textwidget .date-field {
  text-transform: initial;
}
#footer {
  background: var(--main);
  color: #FFF;
  letter-spacing: .5px;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  z-index: 97;
}
#footer:before {
  content: '';
  position: absolute;
  bottom: 99.9%;
  left: 0;
  width: 400px;
  height: 300px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50px 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 309 266.3' style='enable-background:new 0 0 309 266.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23e2001a;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M219.1,252.4c30.2,8.8,60.5,13.3,89.9,13.8H0V0C0,108.3,88.2,214.4,219.1,252.4z'/%3E%3Cpath class='st1' d='M226.4,268.5h9.6C232.8,268.6,229.6,268.6,226.4,268.5z'/%3E%3C/svg%3E%0A");
  transition: background-position 600ms ease-out;
}
.home #footer:before {
  background-position: 0px 0;
}
.scrolling #footer:before {
  background-position: 50px 0;
}
#footer .textwidget p {
  margin: 0;
}
#footer .textwidget .date-field p {
  margin-bottom: 5px;
}
#footer .title-widget {
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff61;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  letter-spacing: .6px;
  margin-bottom: 12px;
  margin-top: 0px;
}
#footer .footer-widget + .footer-widget {
  margin-top: 40px;
}
#footer a {
  color: #ffffff;
  line-height: 1.3;
  opacity: .85;
  margin-bottom: 6px;
  display: inline-block;
  transition: all 350ms ease-out;
}
#footer a:hover {
  color: #FFF;
  opacity: 1;
}
#footer #copyright a {
  display: inline-block;
}
.date-field {
  text-transform: capitalize;
}
.faq-item {
  /* border: 1px solid #ddd; */
  font-size: 17px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 15px -6px #0000004a;
}
.faq-item .question {
  font-weight: 500;
  font-size: 18px;
  color: #7a7a7a;
  background: none;
  border: none;
  line-height: 30px;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 10px 50px 10px 20px;
}
.faq-item .question:after {
  content: '+';
  font-size: 30px;
  color: #b0b0b0;
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.faq-item .question[aria-expanded="true"]:after {
  content: '-';
}
.faq-item .reply {
  padding: 0 0px;
  border-top: 1px solid #ddd;
  margin: 0 20px;
  color: #5e5e5e;
  letter-spacing: .4px;
}
.faq-item [aria-expanded="false"] {
  transition: all 350ms ease-out;
}
.faq-item [aria-expanded="true"] {
  color: var(--main);
}
.um-field-area select {
  height: 38px;
  border-color: #ddd;
}
.um-field-area .um-field-checkbox {
  width: 100%;
  z-index: 999;
}
.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: var(--main);

}

.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;
}
.content-page .accredito-form .um-col-1:first-child .um-field.um-field-block.um-field-block.um-field-type_block h3 {
  color: #2d2d2d;
}
.accredito-form .um-col-1:first-child .um-field.um-field-block.um-field-block.um-field-type_block {
  position: static;
  transform: unset;
  color: #2d2d2d;
}
.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 300ms ease-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(--main) !important;
}


#enit-logo {
  max-height: 35px;
  margin-right: 20px;
  width: 100%;
}
.title-news span {
  display: inline-block;
  line-height: 1.3;
  padding: 10px 30px 10px 0;
  position: relative;
  color: #FFF;
}
.title-news span:after {
  content: '';
  background: var(--main);
  position: absolute;
  right: 0;
  width: 100vw;
  top: 0%;
  bottom: 0%;
  z-index: -1;
}
.meta-info {
  color: #838383;
}
.meta-info a {
  color: var(--secondary);
  box-shadow: inset 0px 0px 0px var(--main);
  transition: all 400ms linear;
  display: inline-block;
  padding: 0 3px;
}
.meta-info a:hover {
  box-shadow: inset 0px -30px 0px var(--main);
  color: #FFF;
}
.logo-espositore {
  /* position: absolute;
  top: 100%;
  transform: translateY(-50%);
  max-width: 200px;
  left: -1px;
  background: #FFF;
  box-shadow: 1px -9px 11px -15px #000;
  padding: 30px 20px;
  border-left: 1px solid #dedede; */
    top: 100%;
    max-width: 170px;
    background: #FFF;
}
.sidebar-espositore ul {
  padding-left: 0;
  list-style-type: none;
}
.social-list {
  display: flex;
  align-items: center;
}
#footer .social-list a i,
.social-list a i {
  line-height: 34px;
}
#footer .social-list a,
.social-list a {
  border: 1px solid #777;
  color: #777;
  font-size: 20px;
  line-height: 30px !important;
  text-align: center;
  width: 36px;
  /* border-radius: 50px; */
  display: inline-block;
  margin-right: 10px;
  transition: all 400ms ease-out;
}
#footer .social-list a {
  border-color: #FFF;
  color: #FFF;
  font-size: 30px;
  border: none;
}
.social-list a:hover {
  border: 1px solid var(--main);
  color: var(--main);
}
#footer .social-list a:hover {
  border: 1px solid #ffffff00;
  background: rgba(255, 255, 255, 0.1);
}
.sidebar-espositore {
  /* position: sticky;
  top: 200px;
  margin: 0 -20px;
  padding: 20px;
  background: #f9f9f9;
  /* border-radius: 8px; */
  border: 1px solid #ddd;
  margin: 0 -20px;
  padding: 20px;
  background: #b9d5e61f;
  /* border-radius: 8px; */
  border: 1px solid #e3eeff;
}
.sidebar-espositore h3 {
  /* border-bottom: 1px solid #dedede; */
  color: var(--main);
  font-size: 24px;
  margin-bottom: 10px;
}
.sidebar-espositore > div + div {
  margin-top: 40px;
}
.news-wrap a {
  width: 100%;
  display: block;
}

.related-news {
  box-shadow: 1px 1px 10px -4px #0000006b;
  /* box-shadow: 1px 1px 3px -2px #0000006b; */
  padding: 20px;
  margin-bottom: 30px;
  /* border-radius: 10px; */
  background: #f9f9f9;
  transition: all 400ms ease-out;
}
.related-news:hover {
  /* box-shadow: 1px 1px 10px -4px #0000006b; */
  box-shadow: 1px 1px 10px -4px #00000000;
  background: #FFF;
}
.related-news .readmore {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  transition: all 400ms ease-out;
}
.related-news:hover .readmore {
  color: var(--secondary);
}

.related-news .edition {
  color: #9f9f9f;
  font-size: 13px;
  letter-spacing: 1.4px;
}
.title-related {
  color: var(--main);
  font-weight: bold;
  margin-bottom: 0px;
}
.espositore-wrap .content-single {
  padding: 30px 20px 0;
  border: 1px solid #e4e4e4;
  /* border-radius: 14px; */
}
.espositore-wrap .copertina.wrap +.content-single {
  border-top: none;
  /* border-top-left-radius: 0px; */
  /* border-top-right-radius: 0px; */
}

.espositore-wrap  .copertina {
  /* border-top-left-radius: 14px; */
  /* border-top-right-radius: 14px; */
  overflow: hidden;
}
.espositore-wrap .content-single .title {
  margin-top: 0;
}

#fixed-btn {
  z-index: 100;
}
#fixed-btn .door-btn {
  padding: 12px 30px;
  color: #FFF;
  display: block;
  background: var(--main);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  transform-origin: right;
  cursor: pointer;
  font-family: Montserrat;
  margin: 10px 0;
  width: 170px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
  transition: all 400ms ease-out;
}
#fixed-btn .door-btn:hover {
  background: var(--wowhover);

  /* transform: rotateY(20deg); */
}
.intro-title {
  font-weight: 800;
  color: #FFF;
  position: absolute;
  top: 40%;
  font-size: 40px;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1.2;
  animation: appear 5s forwards;

}

.hero-actions {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
  border-top: 1px solid #ffffff57;

}
.slide-btn {
  padding: 20px;
  font-size: 20px;
  flex-basis:100%;
  width: 50%;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 600;
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -o-user-select:none;
}
.slide-btn span {
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  text-transform: initial;
  font-weight: 300;
  width: 100%;
  margin-top: 12px;
  text-transform: lowercase;
  border-top: 1px solid #FFF;
  padding-top: 20px;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  transition: all 400ms ease-out;
}

.hero-intro .wrap-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  position: relative;
  /* padding-bottom: 40px; */
  width: 50%;
  clip-path: inset(0);
}
.hero-intro .slide-btn:after {
  content: 'Scopri di più';
  text-transform: initial;
  font-weight: 300;
  font-size: 26px;
  font-style: italic;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 25px;
  display: none;
}
.hero-intro .wrap-btn:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  border-right: 1px solid #ffffff57;
}

.hero-intro .wrap-btn .slide-btn:before {
  content: '';
  position: absolute;
  background: var(--main);
  opacity: 0;
  left: 100%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  max-width: 0%;
  transition:  left 300ms ease-out,  right 300ms ease-out, max-width 300ms ease-out, opacity 600ms ease-out;
}

.hero-intro .wrap-btn:first-child .slide-btn:before {
  left: 0%;
}
.hero-intro .wrap-btn .slide-btn:hover:before {
  max-width: 100%;
  opacity: 1;
  left: 0%;
}
.abslink {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
}
.product-box {
  position: relative;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.product-box img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: auto;
  min-width: 100%;
}
.product-box .overlay {
  position: static;
  top: 0;
  left: 0%;
  right: 0%;
  bottom: 0%;
  color: #FFF;
  padding: 20px;
  background: #0000001c;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}
.product-box .overlay .title {
  font-size: 16px;
  letter-spacing: .4px;
  margin: 0 0px 10px;
  text-transform: uppercase;
}
.product-box .overlay .short-content {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: auto;
}

.product-box .overlay .short-content p:first-child {
  font-weight: 600;
  margin-top: 0;
}
.product-box .overlay .cta {
  background: #ffffff5c;
  color: var(--main);
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  /* border-radius: 10px; */
  display: flex;
  align-items: center;
  justify-content: end;
  text-transform: uppercase;
  max-width: 60px;
  width: 100%;
  position: relative;
  white-space: nowrap;
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -o-user-select:none;
  transition: all 400ms ease-out;
}

.product-box .overlay .cta span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 50px;
  transform: translateY(-50%);
  transition: all 200ms ease-out;
}
.product-box:hover .overlay .cta {
  background: #FFF;
  max-width: 100%;
}
.product-box:hover .overlay .cta span {
  opacity: 1;
  transition: all 400ms ease-out 200ms;
}
.product-box .overlay .cta i {
  /* font-size: 24px;
  font-style: normal; */
  font-size: 22px;
  font-style: normal;
  position: relative;
  left: 3px;
  top: -1px;
  line-height: 32px;
}
#copyright {
  background: #cf051c;
  padding-top: 12px;
  padding-bottom: 12px;
}
.video-btn {
  text-align: center;
}
.wrap-menu #myTab {
  display: flex;
  flex-wrap: wrap;
  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 300ms ease-out;
  transition-delay: unset !important;
}
.wrap-menu #myTab li a.active {
  border-bottom: none;
}
.cart-customlocation {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Ccircle cx='80' cy='216' r='14'/%3E%3Ccircle cx='184' cy='216' r='14'/%3E%3Cpath d='M42.3,72H221.7l-26.4,92.4A15.9,15.9,0,0,1,179.9,176H84.1a15.9,15.9,0,0,1-15.4-11.6L32.5,37.8A8,8,0,0,0,24.8,32H8' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='12'/%3E%3C/svg%3E%0A") no-repeat center;
  padding: 10px;
  position: relative;
  z-index: 8;
  margin-left: 10px;
  width: 40px;
  height: 32px;
  margin-left: 5px;
  margin-right: 10px;
}

.cart-count {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: var(--main);
  color: #FFF;
  /* border-radius: 50%; */
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #FFF;
}
.noscroll .cart-customlocation,
.home:not(.scrolling) .cart-customlocation {
  filter: invert(1);
}
.noscroll .cart-count,
.home:not(.scrolling) .cart-count {
  filter: invert(1);
  background: var(--secondary);
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0;
}
.slick-prev:before {
  content: '\e918';

}
.slick-next:before {
  content: '\e919';
}
.slick-prev:before, .slick-next:before {
  font-family: 'icomoon';
  font-size: 40px;
  line-height: 1;
  opacity: 1;
  color: #4c4c4c;
}
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 20px;
}
.post-slide.slick-slide {
  padding: 0 20px;
}
.post-item {
  padding: 1px 1px 12px;
  /* border-radius: 12px; */
  /* border-bottom-left-radius: 15px; */
  /* border-bottom-right-radius: 15px; */
  overflow: hidden;
}
.post-content a {
  position: relative;
  z-index: 2;
}
.post-item img {
  margin: 0 -20px;
  width: calc(100% + 40px);
  max-width: unset;
  border-bottom: 1px solid #cdcdcd;
}
.post-item:before,
.post-item:after {
  content: '';
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;

}
/* .post-item:after {
  z-index: -1;
  left: -100%;
  opacity: 1;
  background: rgb(1,74,142);
  background: linear-gradient(90deg, #1aa9e4 0%, #014a8e 50%, #014a8e 100%);
  box-shadow: inset 370px 0px 70px -40px #014a8e;
  transition: all 1000ms cubic-bezier(.17,.67,0,.99);
} */

.post-item:before {
  z-index: -2;
  background: rgb(226 0 26);
  background: linear-gradient(90deg, rgb(226 0 26) 0%, rgb(173 4 24) 50%, rgb(151 13 28) 100%);
  box-shadow: inset 0px 0px 70px -40px #014a8e;
  transition: all 1000ms cubic-bezier(.17,.67,0,.99);

}
.post-item:hover:before {
  /* box-shadow: inset 370px 0px 70px -40px #014a8e; */
  box-shadow: inset 370px 0px 70px -40px #cd172f;
}
.post-item .post-content {
  background: #FFF;
  /* border-radius: 12px; */
  padding: 0px 20px 20px;
  overflow: hidden;
}
.post-title {
  font-size: 20px;
  margin: 20px 0 10px;
  color: var(--main);
  line-height: 1.2;
  font-weight: 600;
}
.post-date {
	margin: 15px 0;
    font-size: 12px;
}
.underlined {
  display: block;
  margin: 20px 0 0;
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
}
.underlined i {
  font-size: 24px;
  color: var(--secondary);
}
.underlined span {
  box-shadow: inset 0px -10px 0px var(--third);
  text-transform: uppercase;
  color: var(--main);
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  transition: all 400ms ease-out;
}
.underlined:hover span {
  box-shadow: inset 0px -20px 0px var(--third);
}
.archive-article {
  margin: 20px 0;
}
.related.products {
  clear: both;
  width: 100%;
}
.single-product.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: var(--main) !important;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
}
.single-product.woocommerce ul.products li.product .price {
  color: #636363;
  font-weight: 600;
  font-size: 16px;
}
.woocommerce div.product form.cart .button {
  text-transform: uppercase;
  line-height: 40px;
  /* border-radius: 8px; */
  flex: 0 0 100%;
}

.single-product.woocommerce div.product p.price {
  color: #989898;
  font-weight: 600;
  font-size: 22px;
}
.single-product.woocommerce .quantity {
  display: none;
}
.woocommerce span.onsale {
  display: none;
}
.single-product.woocommerce div.product .product_title {

  color: var(--main);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
}
.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .variations * {
  display: block;
}
#pa_partecipanti {
  height: 40px;
  font-size: 15px;
  text-transform: uppercase;
  color: #595959;
  /* border-radius: 5px; */
  border: 1px solid #d1d1d1;
  padding: 0 10px;
  display: inline-block;
}
.woocommerce div.product form.cart .reset_variations {
  display: inline-block;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .input-text.custom-variation.custom_field {
  height: 40px;
  font-size: 16px;
  color: #595959;
  /* border-radius: 5px; */
  padding: 0 10px;
  border: 1px solid #d1d1d1;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: none;
}
.single-product.woocommerce .single_variation_wrap {
  margin-top: 20px;
}
.single-product.woocommerce .single_variation_wrap .price {
  color: var(--main);
  font-size: 28px;
  font-weight: 700;
}
.single-product.woocommerce div.product p.price ins, 
.single-product.woocommerce div.product span.price ins {
  text-decoration: none;
}
.single-product.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.woocommerce .woocommerce-message {
  border-top: none;
  background: #e9efd3;
  font-weight: 500;
  color: #4a4a4a;
}
.woocommerce .woocommerce-Message,
.woocommerce .woocommerce-message {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.woocommerce-MyAccount-content .col-1 {
  width: 33.3339%;
}
.woocommerce-MyAccount-content .col-2 {
  width: 33.3339%;
}
.woocommerce-MyAccount-content .col-3 {
  width: 33.3339%;
}
.woocommerce-MyAccount-content a {
  color: var(--main);
  display: inline-block;
  font-weight: 500;
  transition: color 300ms ease-out;
}
.woocommerce-MyAccount-content a:hover {
  text-decoration: none;
  color: var(--secondary);
}
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button {
  float: none;
  margin-left: auto;
  text-transform: uppercase;
  font-size: 13px;
  background: #fff;
  border: 1px solid #ddd;
}
.woocommerce .woocommerce-info {
  border: none;
  background: #e3eff6;
  /* display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end; */
}
/* .woocommerce .woocommerce-message .button.wc-forward.wp-element-button {
  display: none;
} */
.woocommerce a.restore-item {
  text-decoration: underline;
}
.woocommerce-page .woocommerce a.remove {
  display: block;
  font-size: 18px;
  height: 26px;
  width: 26px;
  line-height: 24px;
}
.woocommerce .woocommerce-error {
  border-top: none;
  background: #f5e2e3;
  font-weight: 500;
  color: #4a4a4a;
}
.woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-cart-form__cart-item.cart_item .product-quantity input {
  border: none;
}
.woocommerce form .form-row label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-top: 20px;
}
.woocommerce table.shop_table tfoot .cart-subtotal td {
  font-weight: 400;
}
.order-total,
.woocommerce .cart_totals .order-total .woocommerce-Price-amount.amount {
  font-weight: 600;
}
.woocommerce .cart_item .variation dt,
.woocommerce table.shop_table tr.woocommerce-cart-form__cart-item.cart_item .variation dt {
  display: block;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
}
.woocommerce .cart_item .variation dd,
.woocommerce table.shop_table tr.woocommerce-cart-form__cart-item.cart_item .variation dd {
  line-height: 1;
  margin-bottom: 10px;
}
.woocommerce-cart .woocommerce #respond input#submit, 
.woocommerce-cart .woocommerce a.button, 
.woocommerce-cart .woocommerce button.button, 
.woocommerce-cart .woocommerce input.button {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.woocommerce-cart #add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 18px;
}
.wc_payment_method.payment_method_wc_gateway_gestpay img {
  width: auto;
  display: inline-block;
}
.woocommerce-checkout .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  font-size: 17px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 500;
}
body .woocommerce table.shop_table th {
  font-weight: 600;
}
.woocommerce form .form-row label {
  margin-top: 10px;
}
.woocommerce form .form-row input:not(.woocommerce-form__input-checkbox) {
  height: 40px;
  font-size: 15px;
  color: #595959;
  /* border-radius: 5px; */
  border: 1px solid #d1d1d1;
  padding: 0 10px;
  transition: border 300ms ease-out;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  font-size: 15px;
  color: #595959;
  /* border-radius: 5px; */
  border: 1px solid #d1d1d1;
  padding: 10px 10px;
}
.woocommerce form .form-row .input-text:focus, 
.woocommerce-page form .form-row .input-text:focus,
.woocommerce form .form-row input:focus {
  border: 1px solid var(--main);
}
.woocommerce form .form-row .select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #d1d1d1;
}
.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #595959;
  line-height: 38px;
}
/* .form-row-first {
  float: left;
  clear: left;
}

.form-row-last {
  float: right;
  clear: right;
} */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper * {
  float: none;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p {
  width: 100%;
  float: none;
}
.woocommerce-MyAccount-navigation ul {
  border: 1px solid #d1d1d1;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation li {
  list-style-type: none;
  padding: 0;
  margin: 0%;
}
.woocommerce-MyAccount-navigation li + li{
  border-top: 1px solid #d1d1d1;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  line-height: 44px;
  padding: 0 20px;
  transition: all 300ms ease-out;
}
.woocommerce-MyAccount-navigation li a:hover {
  background: #eeeeee;
}
.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
  width: 64%;
  margin-left: 6%;
}
h1.woocommerce-products-header__title.page-title,
.title-page {
  margin-top: 0;
  color: var(--main);
  margin-bottom: 30px;
  position: relative;
  line-height: 1.2;
}
h1.woocommerce-products-header__title.page-title:before,
.title-page:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 24px;
  background: var(--third);
  width: 56px;
  z-index: -1;
}

.archive-article {
  position: relative;
}
.archive-article:hover  .underlined span {
  box-shadow: inset 0px -20px 0px #faf077;
}
.pagination-archive ul {
  display: flex;
  list-style-type: none;
  align-items: center;
  padding: 20px 0;
}
.pagination-archive li {
  /* /* border-radius: 8px; */
  border: 2px solid #e9e9e9;
  transition: all 300ms ease-out;
}
.pagination-archive li a {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 38px;
  font-weight: 500;
  /* border-radius: 8px; */
  display: block;
  border: 2px solid #e9e9e9;
  transition: all 300ms ease-out;
}
.pagination-archive li + li {
  margin-left: 6px;
}
.pagination-archive li:not(.active) a:hover {
  border: 2px solid #e9e9e900;
  background: #e9e9e9;
}
/* .pagination-archive li:not(.active):hover a {
} */
.pagination-archive li.active  {
  border: none;
  background: var(--main);
  pointer-events: none;
  /* border-radius: 10px; */
}
.pagination-archive li.active a {
  background: var(--main);
  color: #FFF;
  border: none;
  line-height: 42px;
}

.pagination-archive .page-nav {
  font-size: 0;
  position: relative;
}
.pagination-archive .page-nav:before {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pagination-archive .page-nav.page-prev:before {
  content: '\e901';
  font-family: 'icomoon';
  pointer-events: none;
  margin-top: 1px;
}
.pagination-archive .page-nav.page-next:before {
  content: '\e902';
  font-family: 'icomoon';
  pointer-events: none;
  margin-top: 1px;
}
#sidebar ul {
  list-style-type: none;
  padding-left: 0;
}
.slider-post {
  padding: 0px 40px;
}
.slick-arrow {
  z-index: 8;
  opacity: .3;
  transition: opacity 300ms ease-out;
}
.slick-arrow:hover {
  opacity: .7;
}
.title.title-news {
  font-weight: 600;
  font-size: 19px;
}
.content-single h2 {
  font-size: 170%;
}
.content-single h3 {
  font-size: 150%;
}
.content-single h4 {
  font-size: 130%;
}
.content-single h2,
.content-single h3,
.content-single h4 {
  margin-top: 2rem;
  font-weight: 650;
  margin-bottom: -10px;
  line-height: 1.2;
}
.content-single h2 strong,
.content-single h3 strong,
.content-single h4 strong {
  font-weight: 650;
}
.custom-cta {
    border-left: 3px solid var(--main);
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #727272;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 30px 0;
}
.custom-cta span {
  display: block;
  font-size: 14px;
}
.custom-cta a {
  display: inline-block;
  margin-top: 10px;
  background: var(--main);
  color: #FFF;
  padding: 10px 20px;
  /* border-radius: 8px; */
  font-size: 14px;
  transition: all 400ms ease-out;
}
.custom-cta a:hover {
  background: var(--secondary);
}
p[style="text-align: center;"] + .custom-cta {
  margin: 0 auto;
}
.title-sidebar {
  margin-bottom: 0px;
  color: var(--main);
  font-size: 22px;
}

.title-sidebar + ul {
  margin-top: 5px;
}
#sidebar ul li {
  margin-bottom: 8px;
}
#sidebar ul li a {
  display: block;
  line-height: 1.3;
}
#sidebar .social-list li a {
  padding: 2px 0;
}
#sidebar ul li i + a {
  display: inline-block;
  margin-left: 6px;
}
.content-page {
  font-size: 18px;
}
.content-page strong {
  color: #272727;
}
.content-page p a {
  color: var(--secondary);
  display: inline-block;
}
.content-page p a strong{
  color: inherit;
}
.content-page p a:hover {
  color: var(--main);
}
#header .dropdown dt a {
  background: none;
  display: block;
  padding-right: 0px;
  border: none;
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .dropdown dt a:hover, 
#header .dropdown dt a:focus {
  border: none;
  color: var(--main);
}
#header .dropdown a, 
#header .dropdown a:visited {
  color: #737373;
  text-align: center;
  transition: background 300ms ease-out;
}
#header .dropdown li:first-child a {
  /* border-top-left-radius: 20px;  */
  /* border-top-right-radius: 20px;  */
}
#header .dropdown li:last-child a {
  /* border-bottom-left-radius: 20px;  */
  /* border-bottom-right-radius: 20px;  */
}
#header .dropdown dd ul li:not(.tr_active) a:hover {
  background: var(--secondary);
}
#header .dropdown dd ul {
  background: #FFF;
  box-shadow: 0px 7px 10px -8px #00000047;
  border: none;
  color: #737373;
  padding: 20px;
  top: 5px;
  min-width: 50px;
  /* display: grid !important; */
  /* border-radius: 20px; */
  /* overflow: hidden; */
}
#header .dropdown img.flag {
  width: 20px;
  margin: 3px auto;
}
#header .dropdown span.value {
  display: none;
}
#header .dropdown li.tr_active a {
  background: var(--main);
  pointer-events: none;
}
#header .dropdown dt a span {
  padding: 0px;
}
#header .dropdown li {
  order: 2;
}
#header .dropdown li.tr_active {
  order: 1;
}
#header .tp_dropdown.dropdown {
  position: relative;
  z-index: 5;
  display: none;
}
.elenco-table {
  width: 100%;
  /* border-radius: 16px; */
  overflow: hidden;
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  border-spacing: 0;
}
.elenco-table thead {
  background-color: var(--secondary);
  text-transform: uppercase;
  font-weight: 600;
}
.elenco-table thead {
  font-weight: 500;
  background-color: var(--secondary);
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
}
.elenco-table tbody {
  font-size: 15px;
  letter-spacing: .6px;
}
.elenco-table tr {
  position: relative;
}
.elenco-table tr th:nth-child(1),
.elenco-table tr td:nth-child(1) {
  width: 100%;
}
.elenco-table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.elenco-table tbody tr:nth-child(even) {
  
}
.elenco-table tr th,
.elenco-table tr td {
  padding: 10px 12px;
  min-width: 90px;
}
.elenco-table tr td a {
  cursor: pointer;
  transition: all 400ms ease-out
}
.elenco-table tr td a:hover {
  background: var(--main);
}

.elenco-table tr td span {
  position: relative;
  z-index: 7;
  pointer-events: none;
  transition: all 400ms ease-out
}
.elenco-table tr:hover td span {
  color: #FFF;
}
.customform br {
  display: none;
}
.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: 2px; */
    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: 8px 0 30px;
    transition: all 400ms ease-out;
}
.customform input.wpcf7-form-control:focus,
.customform textarea.wpcf7-form-control:focus {
    border: 1px solid var(--main);
    
}
.customform input.wpcf7-form-control {
  height: 40px;
}
.customform textarea.wpcf7-form-control {
  height: 90px;
  padding: 12px;
}
.customform label {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  font-weight: 600;
  display: block;
}
.customform .wpcf7-list-item {
  margin-left: 0;
  font-weight: 400;
}
.customform .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  font-size: 15px;
}
.customform .wpcf7-list-item-label {
  font-weight: 400;
  letter-spacing: .6px;
}
.customform .wpcf7-list-item input[type="checkbox"] {
  position: relative;
  z-index: 991;
}
.um input[type=submit].um-button,
.customform input.wpcf7-form-control.wpcf7-submit {
  background: var(--secondary) !important;
  color: #FFF;
  /* border-radius: 12px !important; */
  display: inline-block;
  text-transform: uppercase !important;
  height: 54px !important;
  font-weight: 700 !important;
  border: none;
  letter-spacing: .6px;
  cursor: pointer;
  width: auto;
  padding: 0 80px;
  transition: all 400ms ease-out;
}
.um input[type=submit].um-button:hover,
.customform input.wpcf7-form-control.wpcf7-submit:hover {
  background: var(--main) !important;
}
.um-postmessage {
  margin-top: 30px;
  font-size: 20px;
  background: #d5ffc7;
  padding: 10px;
}
.gallery-section {
  /* display: grid; */
}
.gallery-section .gallery-nav button {
  /* border-radius: 32px; */
  border: none;
  height: 52px;
  padding: 0 26px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 6px;
  background-color: #eaeaea;
  letter-spacing: .6px;
  transition: all 400ms ease-out;
}

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

.gallery-section .gallery-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}
.gallery-section .gallery-content img {
  object-fit: cover;
  height: 230px;
  margin: 10px 0px;
  /* border-radius: 15px; */
}
.gallery-section.video-section .gallery-content {
  align-items: flex-end;
  column-gap: 40px;
}
.gallery-section.video-section .gallery-content img {
  height: 230px;
  display: block;
  margin-top: 10px;
  /* border-radius: 15px; */
}
.gallery-section .tab-content > .tab-pane {
  box-shadow: unset;
}
.gallery-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.play-btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  padding-top: 60px;
}
.play-btn:before {
  content: '';
  position: absolute;
  bottom: 90px;
  left: 50%;
  width: 56px;
  height: 56px;
  transform: translateX(-50%);
  text-align: center;
  line-height: 60px;
  /* border-radius: 60px; */
  background: var(--main) url("data:image/svg+xml,%3Csvg fill='%23FFF' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 0 163.861 163.861' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M34.857,3.613C20.084-4.861,8.107,2.081,8.107,19.106v125.637c0,17.042,11.977,23.975,26.75,15.509L144.67,97.275 c14.778-8.477,14.778-22.211,0-30.686L34.857,3.613z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: 17px;
  background-position: 21px center;
  box-shadow: 0px 3px 20px #0000008c;
  transition: all 300ms ease-out;
}
.play-btn:hover:before {
  background-color: var(--secondary);
}
.title-video {
  margin-bottom: auto;
  margin-top: 0;
  padding: 0 20px;
  text-align: center;
  line-height: 1.2;
}

.woocommerce .products:not(.related) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce .products .product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.woocommerce .products .product.type-product {
  /* border-radius: 12px; */
  border: 1px solid #ddd;
  overflow: hidden;
}
.woocommerce .products .product .woocommerce-loop-product__title {
  margin-bottom: 15px !important;
  color: var(--main);
  font-weight: 600;
  font-size: 120% !important;
  line-height: 1.2
}
.woocommerce .products .product .woocommerce-loop-product__title, 
.woocommerce .products .product.type-product .price {
  padding: 0 10px !important;
}
.woocommerce .products .product.type-product .price {
  margin-top: auto;
  color: #636363;
  font-weight: 600;
  font-size: 16px;
}
.woocommerce .products .product.type-product .button {
  margin: 0 10px 10px;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 20px 0 10px;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: .5px;
}


.box-wrap {
  column-gap: 30px;
}


.box-wrap .highlight-box {
  grid-column: 1/-1;
  text-align: left;
}
.box-wrap .highlight-box .title-box,
.box-wrap .highlight-box .price {
  text-align: left;
  padding-left: 0%;
}

.box-wrap .title-box {
  color: var(--main);
  margin: 0;
  font-size: 22px;
  text-align: center;
  padding: 0 20px;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
.box-wrap .title-box span {
  font-weight: 300;
}
.box-wrap strong {
  color: #555;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .3px;
}
.box-wrap p {
  margin-top: 0px;
  color: #757575;
  letter-spacing: .3px;

}
.box-wrap .comprende {
  list-style-type: square;
  padding-left: 20px;
  font-size: 18px;
  column-count: 2;
  color: #757575;
  letter-spacing: .3px;
  margin-top: 0;
}
.box-wrap .comprende li {
  line-height: 1.1;
  margin-bottom: 6px;
}
.box-wrap .price {
  color: var(--secondary);
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: auto;
  width: 100%;
  text-align: center;
}

.box-wrap .box {
  margin-bottom: 2rem;
  padding-top: 2rem;
  align-items: center;
}
.box-wrap .box + .box {
  border-top: 1px solid #d2d2d2;
}

.box-wrap .wrap-box {
  padding: 0 10px;
}
.box-wrap .box:not(.highlight-box) {
  display: block;
  flex-wrap: wrap;
  align-items: start;
  flex-direction: column;
}
.box-wrap .box:last-child img {
  border: 1px solid var(--main);
}
.content-page h3 {
  margin-bottom: 0;
  /* color: #888; */
  font-size: 24px;
  font-weight: 350;
  color: var(--main);
}
.content-page .accredito-form h3 {
  font-weight: 600;
}
.content-page h3 strong{
  font-weight: 460;
  color: inherit;
}
.content-page h3 + p {
  margin-top: 10px;
}
.jumbo-link {
  font-size: 30px;
  font-weight: 700;
  color: var(--main);
  transition: all 300ms ease-out;
}
.jumbo-link:hover {
  color: var(--secondary);
}
.content-page .um-form h3 {
  margin-top: 0;
}
.um-field-checkbox:hover .um-field-error i, 
.um-field-radio:hover .um-field-error  i {
  color: #C74A4A;
}
.content-page .woocommerce #respond input#submit, 
.content-page .woocommerce a.button, 
.content-page .woocommerce button.button, 
.content-page .woocommerce input.button {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 20px;
}
.content-page .woocommerce h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 350;
  color: var(--main);
  background: #FFF;
}
.woocommerce-account .content-page .woocommerce h2 {
  padding: 0 15px 0 10px;
  position: relative;
  display: inline-block;
}
.content-page .woocommerce form.checkout_coupon, 
.content-page .woocommerce form.login, 
.content-page .woocommerce form.register {
  border: 1px solid #e8e8e8;
  padding: 20px;
  margin: -15px 0;
  text-align: left;
  /* border-radius: 13px; */
  box-shadow: 1px 1px 10px -7px #000;
}

.bnnr-partecipa a {
  display: block;
  margin: 30px 0;
}
.menu-shop {
  display: inline-block;
  position: relative;
  line-height: 40px;
}
.menu-shop .sub-menu {
  position: absolute;
  top: 70%;
  left: 0%;
  background-color: #FFF;
  box-shadow: 0px 7px 10px -8px #00000047;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease-out;
}
.menu-shop:hover .sub-menu {
  top: 100%;
  pointer-events: initial;
  opacity: 1;
}
.menu-shop .sub-menu a {
  display: block;
  line-height: 1.5;
  padding: 10px 20px;
  letter-spacing: .8px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  transition: all 300ms ease-out;
}
.menu-shop .sub-menu a:hover {
  background-color: #f9f9f9;
  color: var(--main);
}
.popup {
  position: fixed;
  top: 10%;
  left: 50%;
  opacity: 0;
  text-align: center;
  font-size: 18px;
  transform: translate(-50%,-50%);
  z-index: 99;
  background: #FFF;
  box-shadow: 0px 2px 10px #00000069;
  /* border-radius: 12px; */
  padding: 20px;
  animation: slideDown 2s forwards 2s;
}
.popup h3 {
  color: var(--main);
  font-size: 25px;
  text-align: center;
}
.popup a {
  /* border-radius: 12px; */
  padding: 12px 20px;
  text-align: center;
  font-size: 14px;
  background: var(--main);
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  margin-top: 10px;
  display: inline-block;
  transition: all 400ms ease-out;
}
.popup a:hover {
  background: var(--secondary);
}
.intro-home {
  position: relative;
}
.intro-home:before {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  /* background: rgba(0, 0, 0, 0.3); */
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgba(0,0,0,0.045) 0%, rgba(0,0,0,0.42) 71%, rgba(0,0,0,0.7) 100%);
}
.hero-intro:before {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  /* background: rgba(0, 0, 0, 0.3); */
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgb(0 0 0 / 37%) 0%, rgb(0 0 0 / 67%) 71%, rgba(0,0,0,0.7) 100%);
}
@keyframes slideDown {
  from {
    top: 10%;
    opacity: 0;
  } to {
    top: 30%;
    opacity: 1;
  }
}


.summary.entry-summary > .price {
  display: none;
}
.single-product.woocommerce ul.products li.product .price {
  display: none;
}
.woocommerce .products .product.type-product .price {
  display: none;
}

.bg-grey {
  position: relative;
}
.bg-grey:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(0% 8%, 106% 0%, 100% 92%, 0% 100%);
  background: #f0f0f0;
}
.patrocini-section.bg-grey:before {
  top: 6rem;
  transform: skewY(-3deg);
  clip-path: none;
  height: calc(100% - 12rem);
  /* clip-path: polygon(0% 18%, 106% 0%, 100% 82%, 0% 100%); */
}
.woocommerce-bacs-bank-details {
  background: #f1f1f1;
  padding: 10px;
}
.content-page .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  background: none;
}
.content-page .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
  font-weight: 500;
  font-size: 18px;
}
.content-page .woocommerce .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
.content-page .woocommerce .woocommerce-bacs-bank-details .order_details {
  margin-top: 10px;
  border: 2px dotted #cfcfcf;
  padding: 10px;
}

body.woocommerce ul.products li.product strong {
  display: inline-block;
}
body.woocommerce ul.products li.product p {
  padding: 0 12px;
  font-size: 14px;
  margin-top: auto;
}
body.woocommerce ul.products li.product p:last-of-type {
  display: none;
}
body.woocommerce ul.products li.product a img {
  height: 140px;
}
.woocommerce-products-header .page-description {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.archive .woocommerce-result-count, 
.archive .woocommerce-ordering {
  display: none;
}
.logo-wrap .payoff {
  color: #FFF;
}
.intro-home, 
.hero-intro {
  /* max-height: 90vh;
  min-height: 900px; */
  aspect-ratio: 16 / 9;
  width: 100%;
}
.hero-intro {
  position: absolute;
  top: 0;
  left: 0%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.intro-home iframe {
  pointer-events: none;
  object-fit: cover;
  object-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100vw;
  transition: opacity 400ms ease-out;
}
.intro-home.finished iframe {
  opacity: 0;
}
.intro-home.finished:before {
  opacity: 0;
}

.main-btn-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 90%;
  column-gap: 20px;
  margin: 20px auto;
  z-index: 2;
  position: relative;
}
.wrap-btn.hero-btn {
  background: var(--main);
  width: 100%;
  clip-path: polygon(100% 0, 93% 50%, 85% 100%, 0% 100%, 7% 50%, 15% 0);
  color: #FFF;  
  padding: 40px 20px;
  min-height: 180px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease-out;
}
.wrap-btn.hero-btn:hover {
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0% 0%, 15% 0);
  background: var(--secondary);
  color: #FFF;
}
.wrap-btn.hero-btn:hover .slide-btn:hover span {
  border-top: 1px solid var(--main);
}
.wrap-legend {
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto auto;
  grid-template-areas: '... legend ...';

}
.wrap-legend:before {
  content: '';
  width: calc(100vw - 120px);
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-49.999%);
  background-color: var(--main);
  z-index: 99;
  /* border: 20px solid #FFF; */
}
.wrap-legend:after {
  content: '';
  width: calc(100vw - 144px);
  height: 15px;
  position: absolute;
  background-color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-49.999%, -46%);
  border: 20px solid #FFF;
  z-index: 98;
  clip-path: polygon(100% 0%, 110% 50%, 100% 100%, 1% 100%, 0% 50%, 1% 0);
}
.wrap-legend .title-section {
  margin: 0 auto;
}
.legend-element {
  background-color: #FFF;
  grid-area: legend;
  position: relative;
  padding: 0 10px;
  z-index: 99;
}
.legend-element p {
  font-size: 24px;
  margin: 0;
}
.legend-element p strong {
  color: var(--main);
}
.square-wrap {
  position: relative;
}
.square-box {
  display: grid;
  align-items: center;
  grid-template-columns: 550px auto;
  min-height: 560px;
  margin-left: -60px;
}

.square-box .img-wrap {
  transform: rotate(45deg);
  border-radius: 100px;
  overflow: hidden;
  width: 380px;
  z-index: 99;
}
.square-box .img-wrap img {
  transform: rotate(-45deg) scale(1.5);
  object-fit: cover;
  aspect-ratio: 1;
}
.square-box .square-content {
  padding-right: 200px;
  max-width: 1000px;
}
.square-box .square-content .title {
  text-transform: uppercase;
  font-size: 24px;
  color: var(--main);
  margin-bottom: 10px
}
.square-box .square-content p {
  font-size: 22px;
  color: #4a4a4a;
  margin-top: 0;
}
.inline-right {
  color: var(--main);
  display: block;
  text-align: right;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: end;
  align-items: center;
  transition: color 300ms ease-out;
}
.inline-right i {
  margin-left: 5px;
}
.inline-right:hover {
  color: var(--secondary);
}
.inline-right.no-link:hover {
	  color: var(--main);
}

.home #footer  {
  margin-top: 0;
}
#main ul {
  padding-left: 20px;
}
#main ul li {
  margin-bottom: 5px;
}
.patrocini-wrap {
  /* display: grid;
  grid-template-columns: 1fr 1fr; */
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0;
  column-gap: 3px;
  position: relative;
  padding: 0rem 0 3rem;
  clip-path: polygon(4px 0%, 100% 0%, 100% 100%, 4px 100%);
}
.patrocini-wrap:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #f0f0f0;
  /* clip-path: polygon(0% 30%, 106% 0%, 100% 82%, 0% 100%); */
}
.patrocini-wrap .patrocini-item {
  position: relative;
  /* border-top: 2px solid #2d2d2d; */
  border-left: 2px solid #2d2d2d;
  padding: 20px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: calc(50% - 5px);
}
.patrocini-wrap .patrocini-item span {
  position: absolute;
  top: -5px;
  left: 0px;
  padding: 0 3px;
  /* background: #FFF; */
  text-transform: uppercase;
  max-width: 65%;
}
.patrocini-wrap .patrocini-item span:before {
  content: '';
  position: inherit;
  top: 10px;
  left: 100%;
  height: 2px;
  width: 250px;
  background: #2d2d2d;
}
.patrocini-wrap .patrocini-item img {
  max-height: 90%;
  margin: 10% auto 0;
}
.patrocini-wrap .patrocini-item.no-border {
  border: none;
}

.patrocini-wrap .patrocini-item:last-child {
  border-right: 2px solid #2d2d2d;
  width: calc(20% - -2px);
}

.patrocini-wrap .patrocini-item:last-child span:before {
  width: 96px;
}

.patrocini-wrapper .testata {
  margin:20px auto 35px auto;
  max-width: 90%;
}

.patrocini-wrapper h1 {
  text-align: center;
}

.home .gallery-section {
  position: relative;
}
/* .home .gallery-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  bottom: 0%;
  width: 20%;
  z-index: 2;
  background: rgba(255, 255, 255, 0);
   background: radial-gradient(circle 410px at top right, #e2001a00, #00000000 60%, #e2001a 60%);
  background: radial-gradient(circle 460px at 85% 20% , #e2001a00, #00000000 65%, #e2001a 65%);
} */

.single-magazine {
  position: relative;
  overflow: hidden;
}

.single-magazine:before {
	content: 'Scarica la rivista';
	position: absolute;
	left: 50%;
	bottom: -5%;
	transform: translateX(-50%);
	width: 100%;
	height: 10%;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--main);
	box-shadow: 1px 1px 10px #0003;
	z-index: 1;
	transition: all .2s ease-in-out;
	opacity: 0;
}

.single-magazine:hover:before {
	opacity: 1;
	height: 10%;
	bottom: 0;
}
.single-magazine .title-magazine {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.content-page h2 {
  font-size: 20px;
}
#main {
  min-height: 400px;
}
#main iframe {
  max-width: 100%;
}
.title-page {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.um {
  max-width: 100% !important;
}
.um  ol {
  padding-left: 15px;
}
.um .container.dt-container {
  padding-left: 0;
}
#sidebar ul {
  padding-left: 0;
}
#sidebar ul li a {
  position: relative;
}
#sidebar ul li a:before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  background: var(--main);
  position: relative;
  margin-right: 6px;
  top: -3px; 
  transition: color 300ms ease-out;
}
#sidebar ul li a:hover {
  color: var(--main);
}
.video-desktop {
  max-width: 100%;
}
.fixed-ribbon .social-list {
  transition: opacity 300ms ease-out;
}
.disappear {
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-out;
}
#sidebar {
  position: relative;
  z-index: 98;
}
#sidebar a {
  transition: color 300ms ease-out;
  position: relative;
  z-index: 2;
}
#sidebar a:hover {
  color: var(--main);
}
.page-template-page-patrocini .patrocini-section .patrocini-wrap {
  margin-top: 0;
}
.page-template-page-patrocini .patrocini-section.bg-grey:before {
  display: none;
}
.page-template-page-patrocini .patrocini-section.bg-grey .wrap-legend {
  display: none;
}

.transposh_flags {
  display: flex;
  gap: 10px;
}

@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;
  }
  .top-menu div {
    margin: 0 10px;
  }
  .top-menu .giornaleturismo svg {
    width: 66px;
  }
  .fill-btn.special {
    font-weight: 720;
    font-size: 13px;
    line-height: 1.2;
    padding: 16px 8px;
  }
  .fill-btn.special-btn {
    color: #FFF;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    clip-path: polygon(100% 0, 93% 50%, 85% 100%, 0% 100%, 7% 50%, 15% 0);
    transition: all 350ms ease-out;
  }
  .fill-btn.special-btn:hover {
    background-color: #1d1d1d;
    color: var(--main);
    clip-path: polygon(100% 0, 93% 50%, 100% 100%, 0% 100%, 7% 50%, 0% 0%);
  }


  .wrap-btn.hero-btn .slide-btn {
    padding: 0px;
    
  }

  .wrapper{
    position: fixed;
    top: 0;
    /*left: -100%;*/
    right: -100%;
    height: 100%;
    width: 100%;
    /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
   /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
    transition: all 0.6s 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: #1d1d1d;
  }
  #active:checked + .menu-btn:after {
    transform: rotate(-45deg);
    border-color: #1d1d1d;
  }
  .wrapper .wrap-menu{
    position: absolute;
    top: 100px;
    height: calc(100vh - 110px);
    margin-top: 0px;
    transform: translate(-50%, 0%);
    left: 50%;
    list-style: none;
    text-align: center;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background: var(--main);
    margin-top: 30px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 9% 100%);
  }
  .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 10px;
    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;
    padding-left: 40px;
  }
  .wrap-menu #myTab li a.active {
      color: #FFF;
      background: var(--main);
      /* 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); /*  */
     transition-delay: .6s;
    /* transform: translateX(-100px); */
  }
  
  .menu-btn span, 
  .menu-btn:before, 
  .menu-btn:after{
    border-bottom: 2px solid #3d3d3d;
    transition: all 300ms ease-out;
  }
  
  .scrolling .menu-btn span, 
  .scrolling .menu-btn:before, 
  .scrolling .menu-btn:after{
    border-bottom: 2px solid #1d1d1d;
  }
  #active:checked + .menu-btn:before,
  #active:checked + .menu-btn:after {
    border-bottom: 2px solid #1d1d1d;
  }
  .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;
  }
  #header div#mobile-nav .tp_dropdown.dropdown {
    display: block;
}
  .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;
  }

}


/* .archive.post-type-archive.post-type-archive-product.logged-in.admin-bar.theme-bmtnapoli.woocommerce-shop.woocommerce.woocommerce-page.woocommerce-js.customize-support.scrolling */
@media (max-width: 992px) {
  .title-section {
    font-size: 24px;
  }
  .wrap-legend:before {
    content: '';
    width: calc(100vw - 60px);
    max-width: 94vw;
  }
  .wrap-legend:after {
    content: '';
    width: calc(100vw - 60px);
    border: 10px solid #FFF;
  }
  .home:not(.scrolling) #header nav,
  #header nav {
    filter: none;
  }
  .wrapper .tab-pane ul {
    padding-left: 30px;
  }
  .wrap-menu #myTab {
    min-width: 450px;
    max-width: 100%;
  }
  .wrapper .wrap-menu {
    position: absolute;
    top: 110px;
    height: calc(100vh - 110px);
    margin-top: 0px;
    transform: none;
    left: initial;
    right: 0;
    margin-top: 0;
    width: auto;
  }
  .wrap-menu #myTab li a {
    font-size: 15px;
  }
  #header nav:before {
    bottom: -15px;
    border-bottom: 1px solid #ddd;
  }
  #footer:before {
    width: 330px;
    height: 120px;
    background-position: 0px 0;
  }
  .slide-btn span {
    font-size: 19px;
  }
  .legend-element p {
    font-size: 21px;
  }
  .square-box {
    display: grid;
    align-items: center;
    grid-template-columns: 350px auto;
    min-height: 360px;
    margin-left: -70px;
  }
  .square-box .square-content {
    padding-right: 90px;
  }
  .square-box .img-wrap {
    width: 270px;
    border-radius: 80px;
  }
  .square-box .square-content p {
    font-size: 20px;
  }
  .square-box .square-content .title {
    font-size: 20px;
  }
  body {
    padding-bottom: 45px;
  }
  .logo-wrap svg {
    max-height: 70px;
  }
  .logo-side {
    font-size: 22px;
  }
  .logo-wrap .payoff {
    margin: 6px 0 0;
    line-height: 1.1;
    /* font-size: 13px; */
    font-size: 16px;
    /* padding-right: 20px; */
    padding-right: 20%;
    letter-spacing: 0.5px;
  }
  a.link-menu[href="#"],
  a.link-menu[href="#!"],
  a.link-menu[href=""] {
    pointer-events: initial;
  }
  .um-row.accredito-form > div {
    column-gap: 20px;
  }
  .um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow:before, 
  .um-field .select2.select2-container .select2-selection .select2-selection__arrow:before {
    font-size: 24px !important;
  }
  .page-id-216 #fixed-btn,
  .page-id-222 #fixed-btn {
    display: none;
  }

  .post-slide.slick-slide {
    padding: 0 10px;
  }
  .product-box .overlay .cta {
    background: #FFF;
    max-width: 100%;
    
  }
  .product-box .overlay .cta span {
    opacity: 1;
    font-size: 16px;
  }


  .top-menu .fill-btn {
    display: none;
  }
  .intro-title {
    font-size: 30px;
  }
  #fixed-btn {
    position: fixed;
    bottom: 0%;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    text-align: center;
    font-size: 18px;
    box-shadow: 1px 1px 10px #04040400;
    transform: translateY(100%);
    transition: transform 400ms ease-out;
    /* animation: slideTop 2s forwards 3.5s; */
  }
  #fixed-btn.show {
    transform: translateY(0%);
    box-shadow: 1px 1px 10px #04040461;
  }
  #fixed-btn .door-btn {
    margin: 0;
    padding: 15px 40px;
    display: block;
    width: 50%;
    text-align: center;
    line-height: 1.2;
    border-radius: 0px;
    /* transform: rotateX(-70deg); */
    transform-origin: bottom;
  }
  #fixed-btn.show .door-btn {
    transform: rotateX(0deg);
    padding: 15px 10px;
    font-weight: 600;
  }
  #fixed-btn .door-btn:first-child {
    border-right: 1px solid #0000006b;
  }
  /* .top-menu svg,
  .top-menu .giornaleturismo {
    display: none;
  } */
  #enit-logo {
    max-height: 30px;
    margin-right: 10px;
    width: 90px;
  }
  
  .giornaleturismo {
    margin-right: auto;
  }
  .giornaleturismo svg {
    position: relative;
    top: 4px;
  }
  .top-menu .giornaleturismo svg {
    width: 66px;
  }
  .top-menu div {
    margin: 10px 0px;
    white-space: nowrap;
  }
  .riga-widget {
      display: flex;
      flex-flow: column wrap;
      max-width:100%;
  }
  .riga-widget > div {
    flex: 1 0 auto;
    overflow:hidden;
  }

}
@media (max-width: 767px) {
  body.archive.post-type-archive .page-description {
    display: none;
  }
  body {
    padding-top: 110px;
  }

  .patrocini-wrapper .testata {
    margin: 60px auto 35px auto;
    max-width: 90%;
}

  .associazioni {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap:35px;
    place-content: center;
    place-items: center;
  }

  .associazioni img{
   max-height: 140px;
  }

  .fixed-ribbon {
    display: none;
  }
  #footer:before {
    width: 330px;
    height: 80px;
  }
  .scrolling #footer:before {
    background-position: 0px 0;
  }
  .home:not(.scrolling) #header nav:before {
    background: #FFF;
    transform: unset;
  }
  .home:not(.scrolling) #header,
  #header,
  .scrolling #header {
    background: var(--main);
  }
  .home:not(.scrolling) .menu-btn span, 
  .home:not(.scrolling) .menu-btn:before, 
  .home:not(.scrolling) .menu-btn:after {
    border-bottom: 2px solid #1d1d1d !important;
  }

  .top-menu svg, .top-menu .giornaleturismo {
    display: none;
  }
  .top-menu div {
    margin: 0 0px;
    text-align: right;
  }
  .main-btn-wrap {
    column-gap: 0px;
  }
  .slide-btn {
    padding: 20px;
    font-size: 18px;
  }
  .wrap-btn.hero-btn {
    padding: 20px;
  }
  .home #header nav:before {
    transform: translateX(100%);
  }
}

/* Small devices (landscape phones, 1365px and up) */
@media (min-width: 576px) {
  #footer {
    margin-top: 50px;
    /* padding-left: 50px; */
  }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .gallery-item {
    width: 25%;
  }
  .patrocini-wrap .patrocini-item {
    width: calc(33.339% - 5px);
  }
  .patrocini-wrap .patrocini-item.no-border {
    width: calc(33.3% - 5px);
  }
  .legend-element {
    max-width: 70vw;
  }
  .container {
    /* padding-left: 6%; */
    padding-left: calc(6% + 50px);
    padding-right: 6%;
  }
  /* .patrocini-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }   */
  /* .logo-wrap svg, 
  .logo-wrap img {
    max-width: 200px;
    margin-right: 15px;
  } */
  .menu-btn {
    margin-left: 50px;
  }
  .wrapper .wrap-menu {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 9% 100%);
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* .logo-wrap svg, 
  .logo-wrap img {
    max-width: 210px;
  } */
.home .slider-gallery {
  margin-top: 0;
}
.patrocini-wrap .patrocini-item {
  width: calc(25% - 5px);
}
.patrocini-wrap .patrocini-item.no-border {
  width: calc(33.3% - 5px);
}
.home:not(.scrolling) .fill-btn.special-btn {
  background-color: var(--main);
}
.home:not(.scrolling) .fill-btn.special-btn:hover {
  color: #FFF;
}
.wide-col .textwidget {
  display: flex;
  flex-wrap: wrap;
}
.wide-col .textwidget p {
  width: 33.333%;
}
  .square-box:nth-child(1) .square-content {
    margin-bottom: 80px;
  }
  .square-box:nth-child(even) {
    position: absolute;
    top: 280px;
    left: 280px;
  }
  .square-box:nth-child(3) .square-content {
    margin-top: 80px;
  }
  .slider-loghi .slick-track {
    margin-left: 0;
  }
  .main-btn-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 85%;
    column-gap: 30px;
    transform: translateY(-50%);
    margin: 0 auto 30px;
  }
  .gallery-section {
    grid-template-columns: 25% 75%;
  }

  #fixed-btn.show .door-btn {
      opacity: 1;
      pointer-events: initial;
      box-shadow: 0px 4px 12px -3px #0000008a;
  }
  #fixed-btn .door-btn {
      padding: 12px 40px 12px 20px;
      line-height: 1.2;
      width: 150px;
      margin-right: -20px;
      font-size: 15px;
      /* border-top-left-radius: 8px; */
      /* border-bottom-left-radius: 8px; */
  }
  #fixed-btn .door-btn:hover {
    /* transform: translateX(-20px); */
  }
  .slide-btn {
    padding: 50px;
    font-size: 30px;
    font-size: 24px;
  }
  .slide-btn span {
    font-size: 19px;
    letter-spacing: 1.5px;
    text-transform: lowercase;
  }
  
  .logo-item {
    width: 20%;
  }
  .sidebar-espositore {
    position: sticky;
    top: 200px;
  }
  .charts_orb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  #fixed-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    transition: all 400ms ease-out;
  }
  #fixed-btn.show {
    transform: translate(0%, -50%);
  }

  .logo-side {
    font-size: 20px;
  }
  .dates-wrap {
    font-size: 75%;
  }
  .box-wrap .wrap-box {
    padding: 0 20px;
  }
  .box-wrap .box {
      padding-top: 0rem;
      margin-bottom: 5rem;
  }
  .box-wrap .box + .box {
      border: none;
  }
  .box-wrap .price {
      color: var(--secondary);
      font-size: 22px;
  }
  .box-wrap .box:not(.highlight-box) {
      display: flex;
  }
  .box-wrap {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
  }
  .box-wrap .highlight-box {
      display: grid;
      grid-template-columns: 1fr 1fr;
  }
  .page-template-page-contracthotellerie .box-wrap {
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1024px) {
  /* .logo-wrap svg, 
  .logo-wrap img {
    max-width: 190px;
    margin-right: 10px;
  } */
  .content-page h2 {
    font-size: 22px;
  }
  .container {
    /* padding-left: 10%; */
    padding-left: calc(10% + 50px);
    padding-right: 10%;
  }
  .square-box .img-wrap {
    width: 320px;
  }
  .square-box {
    grid-template-columns: 380px auto;
  }
  .square-box:nth-child(even) {
    left: 200px;
  }
  .title.title-news {
    font-size: 27px;
  }
  .logo-side {
    font-size: 22px;
  }
  p.payoff {
    margin: 0;
    /* font-size: 13px; */
    font-size: 17px;
    line-height: 1.1;
  }
  .slide-btn {
    flex-basis:80%;
  }
  .bnnr-partecipa {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .bnnr-partecipa a {
    max-width: 48%;
    transition: all 400ms ease-out;
  }
  .page-id-1019 .title-page {
    text-align: center;
  }
  .bnnr-partecipa a:hover {
    opacity: .8;
  }
  .bnnr-partecipa a img {
    width: 100%;
  }
  .dates-wrap {
    font-size: 85%;
  }
  #enit-logo {
    max-height: 35px;
    margin-right: 40px;
  }
  .giornaleturismo {
    position: relative;
    top: 5px;
  }
  .woocommerce-checkout #customer_details,
  .woocommerce-cart .woocommerce-cart-form {
    float: left;
    width: 65%;
    margin-top: 20px;
  }
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review,
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 33%;  
  }
  .woocommerce-billing-fields > h3, 
  .woocommerce-additional-fields > h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) { 
  .logo-wrap svg {
    max-width: 270px;
  }

  .associazioni {
    display: flex;
    justify-content: space-between;
    gap:25px;
    margin-bottom: 25px;
  }

  .associazioni img {
    max-width: auto;
    max-height: 140px;
  }


  
  p.payoff {
    font-size: 19px;
    line-height: 1.1;
    padding-right: 50px;
  }
  .patrocini-wrap .patrocini-item {
    width: calc(20% - 5px);
  }
  .patrocini-wrap .patrocini-item.no-border {
    width: calc(33% - 5px);
  }
  #header .tp_dropdown.dropdown {
    display: block;
  }
  #mobile-nav {
    display: none !important;
  }
  .wrap-legend .title-section {
    white-space: nowrap;
    margin: 0;
  }
  .patrocini-wrap {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; */
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
  }
}

@media (min-width: 1200px) { 
  .square-box {
    /* grid-template-columns: 550px auto; */
    grid-template-columns: 32vw auto;
  }
  .square-box .img-wrap {
    width: 320px;
  }
  .square-box:nth-child(even) {
    left: 200px;
  }
  #header nav {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  #header #mainmenu > li > a {
    line-height: 42px;
    font-size: 14px;
    padding: 0 8px;
    letter-spacing: .4px;
  }
  #mainmenu .sub-menu .item a {
    line-height: 1.5;
    padding: 10px 12px;
  }
  #mainmenu .item.megamenu > .sub-menu {
    width: 28%;
    left: 8%;
  }
  .logo-side {
    font-size: 24px;
  }
  .gallery-section .gallery-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cart-customlocation {
    width: 30px;
    height: 30px;
  }
  h1.woocommerce-products-header__title.page-title,
  .title-page {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p:not(.form-row-wide) {
    width: 49%;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px 20px;
  }
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .form-row.form-row-wide {
    width: 50%;
    padding: 0 10px;
  }

  /* .single_variation_wrap {
    margin: 0 -10px;
  } */
  .woocommerce div.product form.cart .button {
    width: calc(100% - 20px);
    margin: 10px auto 0;
    flex: unset;
  }
  .single-product.woocommerce-page div.product div.images {
    width: 40%;
  }
  .single-product.woocommerce-page div.product div.images + .summary.entry-summary {
    width: 55%;
  }
  /* .logo-wrap svg, 
  .logo-wrap img {
    max-width: 38%;
    margin-right: 10px;
  } */

  .faq-wrap {
    /* display: flex; */
    display: block;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .faq-item {
    /* width: 48%; */
    width: 100%;
  }
  .slide-btn {
    flex-basis:90%;
    font-size: 30px;
  }
  .slide-btn span {
    font-size: 22px;
  }
  .product-box .overlay .cta {
    font-size: 17px;
  }

}
@media (min-width: 1400px) {
  .square-box {
    grid-template-columns: 550px auto;
  }
  .square-box .img-wrap {
    width: 380px;
  }
  .square-box:nth-child(even) {
    left: 280px;
  }
}
@media (max-width: 576px) {
  body {
    padding-bottom: 45px;
  }
  body:not(.home) {
    padding-top: 110px;
    
  }
  #fixed-btn.show .door-btn span {
    max-width: 120px;
    display: inline-block;
  }
  .accredito-form .um-col-1:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .logo-side {
    flex: 1 0 36%;
    margin-left: 0px;
  }
  .logo-side > p:not(.date-wrap) {
    font-size: 19px;
  }
  .wrap-legend {
    margin: 20px auto 0;
  }
  .home:not(.scrolling) #header .date-wrap {
    color: #313131;
  }
  .wrap-menu #myTab {
    min-width: 100%;
  }
  .patrocini-section.bg-grey:before {
    top: 4rem;
    /* clip-path: polygon(0% 8%, 106% 0%, 100% 92%, 0% 100%); */
  }
  .patrocini-section.bg-grey:before {
    height: calc(100% - 4rem);
  }
  .slide-btn span {
    font-size: 17px;
    max-width: 90%;
    padding-top: 10px;
  }
  .patrocini-wrap {
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 1% 100%);
    margin: 3rem 0 0;
    padding: 0rem 0;
  }
  .title-page {
    font-size: 23px;
    margin-top: 30px;
  }
  .content-page h2 {
    font-size: 18px;
  }
  .h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 14px;
  }
  #header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 10px 0;
  }
  #header nav:before {
    transform: translateX(100%);
    border-bottom: 1px solid #ddd;
  }
  #header nav {
    display: flex;
    align-items: center;
    filter: none;
  }
  .wrap-btn.hero-btn {
    min-height: auto;
    padding: 20px 30px;
  }
  .home #header nav:before {
    content: '';
    left: initial;
    right: 0;
    top: 0px;
    bottom: -16px;
    transform: unset;
    max-width: 160px;
  }
  .top-menu {
    margin-bottom: 0;
  }
  .square-box {
    display: block;
    margin-left: 0;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 280px;
    position: relative;
    margin-top: 50px;
  }
  .square-box .square-content {
    text-align: center;
    padding-right: 0;
    margin-top: 40px;
  }
  .square-box .img-wrap {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) rotate(45deg);
  }
  .inline-right {
    justify-content: center;
  }
  body {
    padding-top: 110px;
  }
  
  .home:not(.scrolling) #header nav:before {
    background: #FFF;
    transform: unset;
  }
  .home:not(.scrolling) #header,
  #header,
  .scrolling #header {
    background: var(--main);
  }
  .home:not(.scrolling) .menu-btn span, 
  .home:not(.scrolling) .menu-btn:before, 
  .home:not(.scrolling) .menu-btn:after {
    border-bottom: 2px solid #1d1d1d !important;
  }
  .intro-home:before {
    display: none;
  }
  .wrapper .tab-pane ul {
    padding-left: 0;
  }
  .wrapper .wrap-menu {
    position: absolute;
    top: 150px;
    height: calc(100vh - 150px);
    margin-top: 0px;
    /* transform: translate(-50%, 0%); */
    /* left: 50%; */
    list-style: none;
    text-align: center;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background: var(--main);
    margin-top: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 9% 100%);
    clip-path: none;
  }
  .logo-side {
    font-size: 20px;
    white-space: initial;
  }
  .slide-btn {
    padding: 5px 10px;
    font-size: 16px;
  }
  .logo-wrap svg {
    max-height: 40px;
  }
  /* .fixed-ribbon {
    display: none;
  } */
  .home:not(.scrolling) #header nav,
  .home #header nav {
    filter: none;
  }
  .top-menu div {
    text-align: left;
    margin: 0;
  }
  .woocommerce .products .product.type-product .price {
    font-size: 13px;
  }
  .gallery-nav {
    display: block;
    position: relative;
    text-align: center;
  }
  .custom-dropdown {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    width: 210px;
    padding-top: 56px;
    /* border-radius: 20px; */
    overflow: hidden;
    display: block;
    background: #FFF;
    box-shadow: 0px 4px 10px -8px #000;
    opacity: 0;
    transition: opacity 300ms ease-out;
  }
  .gallery-section .gallery-nav button.active:focus ~ .custom-dropdown {
    opacity: 1;
    /* max-height: unset; */
  }
  .custom-dropdown .nav-drop {
    display: block;
    background: #FFF;
    line-height: 34px;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 500;
  }
  .custom-dropdown .nav-drop + .nav-drop {
    border-top: 1px solid #eee;
  }

  .gallery-section .gallery-nav button {
    position: absolute;
    width: 210px;
    display: none;
  }
  .gallery-section .gallery-nav button.active {
    display: block;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    font-size: 18px;
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
  }
  .gallery-section .gallery-nav button.active:after {
    content: '\e919';
    font-family: 'icomoon';
    position: absolute;
    right: 18px;
    top: 20px;
    font-size: 14px;
    transform: rotate(90deg);
  }
  .gallery-section .gallery-content,
  .gallery-section.video-section .gallery-content {
    column-gap: 10px;
  }
  .gallery-section .gallery-content img,
  .gallery-section.video-section .gallery-content img {
    height: 110px;
  }
  .post-slide.slick-slide {
    padding: 0 2px;
  }
  .gallery-section a,
  .play-btn {
    padding-top: 40px;
  }
  .play-btn:before {
    bottom: 40px;
  }
  .title-video {
    padding: 0 6px;
    font-size: 14px;
  }
  .title.title-news {
    margin-top: 0;
  }
  .wrap-menu #myTab li a {
    font-size: 12px;
    font-weight: 600;
  }
  #copyright {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .logo-side {
    font-size: 20px;
  }
  .dates-wrap .day span {
    margin-top: 4px;
  }
  .logo-wrap {
    align-items: start;
  }
  .logo-wrap p {
    margin-top: 5px;
  }
  .top-menu .fill-btn {
    display: none;
  }
  .intro-title {
    font-size: 24px;
  }
  .days-wrap {
    font-size: 75%;
  }
  #fixed-btn {
    position: fixed;
    bottom: 0%;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    text-align: center;
    font-size: 18px;
    /* animation: slideTop 2s forwards 3.5s; */
  }
  #fixed-btn .door-btn {
    margin: 0;
    padding: 8px 40px;
    display: block;
    width: 50%;
    text-align: center;
    line-height: 1.2;
    /* transform: rotateX(-70deg); */
    transform-origin: bottom;
    padding: 13px 0;
  }
  #fixed-btn.show .door-btn {
    transform: rotateX(0deg);
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
  }
  #fixed-btn .door-btn:first-child {
    border-right: 1px solid #0000006b;
  }
  .charts_orb .orb {
    padding: 10px;
  }
  .charts_orb .orb .orb_graphic .orb_value {
    font-size: 40px;
  }
  .charts_orb .orb .orb_label {
    font-size: 16px;
  }
  .mobile-console {
    position: relative;
    top: 8px;
  }
  #main .fill-btn {
    font-size: 14px;
    max-width: 85%;
  }
  .title-section {
    margin: 0px auto 20px;
    font-size: 21px;
    max-width: 100%;
    line-height: 1.2;
  }

  /* .title-section + .content-section {
    margin-top: -10px;
  } */
  .top-menu svg,
  .top-menu .giornaleturismo {
    display: none;
  }

  .top-menu div {
    margin: 10px 0px 0px;
    white-space: nowrap;
    color: #FFF;
  }
  .product-box .overlay .short-content {
    margin-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .container-fluid {
    /* padding-left: 5%; */
    padding-left: calc(5% + 50px);
    padding-right: 5%;
  }
  .container {
    /* padding-left: 15%; */
    padding-left: calc(15% + 50px);
    padding-right: 15%;
  }
  .logo-side {
    font-size: 28px;
  }
  #header #mainmenu > li > a {
    padding: 0 14px;
  }
  #mainmenu .item.megamenu > .sub-menu {
    width: 26%;
    left: 11%;
  }
  .gallery-section .gallery-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .gallery-section.video-section .gallery-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* .logo-wrap svg, 
  .logo-wrap img {
    max-width: 40%;
    max-width: 100%;
  } */
  .payoff {
    font-family: 'Dosis';
    color: #FFF;
    margin: 0;
  }
  .logo-item img {
    max-width: 150px;
    max-height: 90px;
  }
  .product-box .overlay {
    padding: 40px;
  }
  .product-box .overlay .title {
    font-size: 18px;
  }
  .product-box .overlay .short-content {
    font-size: 17px;
  }
}







#flashlight {
  --Xpos: 50vw;
  --Ypos: 50vh;
  animation: appear 8s forwards;
}
#flashlight:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: radial-gradient(
    circle 40vw at var(--Xpos) var(--Ypos),
    #002b525c,
    #002b52
  );
}

@keyframes appear {
  from {
    opacity: 0;
  } to {
    opacity: 1;
  }
}



@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
  .collapsing {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}










.wrapper .nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: var(--main);
  transition: 0.3s;
  visibility: hidden;
}
/* .nav-expand-content .nav-item:not(:last-child) {
  border-bottom: solid 1px #20b49c;
} */
.wrapper .nav-expand-content .nav-link {
  background-color: var(--main);
}
.wrapper .nav-expand-content .nav-back-link {
  display: flex;
  align-items: center;
  background-color: var(--secondary) !important;
  color: #fff;
}
.wrapper .nav-expand-content .nav-back-link::before {
  content: "\e918";
  margin-right: 0.5em;
  font-family: "icomoon";
  font-size: 13px;
}
.wrapper .nav-expand-link {
  display: flex;
  justify-content: space-between;
}
.wrapper .nav-expand > a:after {
  content: "\e919";
  font-family: "icomoon";
  flex: 0 1 auto;
  font-size: 12px;
}
.wrapper .nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible;
}
.wrapper .nav-expand .nav-expand-content {
  background-color: var(--main);
}
.wrapper .nav-expand .nav-expand-content .nav-link {
  background-color: var(--main);
}
.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: var(--secondary) !important;
  line-height: 40px;
  display: block;
  text-transform: uppercase;
}








#mainmenu .item:not(.megamenu) .item > .subsub.sub-menu {
  left: initial;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.days-wrap {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 80%;
  margin-top: 20px;
}
.days-wrap .day {
  margin-right: 12px;
  padding-left: 12px;
}
.days-wrap .day + .day {
  border-left: 1px solid #FFF;
}




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

.page-id-9021 .title.title-page, .page-id-9030 .title.title-page {
  text-align: center;
}

.customform-convegno {
	text-align: center;
}

.date-fuorisalone {
  display: block;
  margin: 50px 0 20px;
  font-size: 20px;
  color: var(--main);
  font-weight: 400;
}

.gallery-fuorisalone {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
  margin-bottom: 30px;
}

.gallery-fuorisalone img {
  transition: all .3s ease-in-out;
  max-width: 200px;
  width: 100%;
}

.gallery-fuorisalone img:hover {
  opacity: .6;
}

.content-fuorisalone {
  display: inline-block;
  vertical-align: top;
  margin-right: 100px;
}

.content-fuorisalone:not(:nth-last-child(n +2)) {
  margin-right: 0;
}

@media (max-width: 767px) {

  .logo-side span {
    font-size: 13px;
  }

  .content-fuorisalone {
    display: block;
    vertical-align: initial;
    margin-right: 0;
  }

  .content-fuorisalone:not(:nth-last-child(n +2)) {
    margin-bottom: 100px;
  }
  
  .gallery-fuorisalone {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

}


.bolder {
  font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: var(--main);
    padding: 10px;
    border-radius: 100% !important;
    color: white;
    font-size: 24px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(50px);
    line-height: 20px;
}

.back-to-top.show {
    opacity: 1;
    transform: translateY(0);
}

.back-to-top:hover {
      background: var(--wowhover) !important;
}

html {
    scroll-behavior: smooth;
}

.concept_text {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px 0;
}

.no-border:nth-child(2) img, .no-border:nth-child(3) img  {
	max-width:55% !important;
}

@media(max-width:768px){
	.no-border:nth-child(2) img, .no-border:nth-child(3) img  {
	max-width:100% !important;
}
}

.content-single a {
	text-decoration:underline !important;
}

.wrap-patrocini .content-section {
	margin-bottom: 0 !important;
}