:root {
  --main: #014A8E;
  --secondary: #68bae2;
  --third: #faf077;
  --wow: #D32683;
  --wowhover: #FF31A7;
}
.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: 'Jost';
  overflow-x: hidden;
  margin: 0;
  color: #4a4a4a;
  line-height: 1.4;
  letter-spacing: .3px;
  animation: preload 2s linear forwards;
}

@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;
}
.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 {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.content-single img, 
.content-page img {
  width: unset;
}
#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;
  -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-size: 16px;
  color: #888888;
  line-height: 1.1;
}
.logo-side p {
  margin: 0;
}
.logo-side span {
  font-size: 75%;
  text-transform: uppercase;
  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: 99;
  padding: 10px 0;
  background: #FFF;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0);
  transition: box-shadow 300ms ease-out;
}
.scrolling #header {
    box-shadow: 1px 1px 10px #0003;
}

#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/bmtintro.jpg) no-repeat center bottom;
  background-size: cover;
  min-height: 900px;
}
#fixed-btn .door-btn{
  transform: rotateY(-25deg);
  opacity: 0;
  pointer-events: none;
  transition: all 400ms ease-out;
}

#fixed-btn.show .door-btn{
  opacity: 1;
  transform: rotateY(0deg);
  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%;
  margin: 20px auto 40px;
  font-size: 28px;
}
.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(--main);
}
.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;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
  font-weight: bold;
}
.charts_orb .orb .orb_label {
  text-transform: uppercase;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 10px;
}
.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 */

.fill-btn.special {
  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;
  padding: 0 16px;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: .5px;
  transition: all 350ms ease-out;
}
.fill-btn:hover {
  background: var(--secondary);
}
.fill-btn.special:hover {
  background: var(--wowhover);
}
.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,
.noscroll #header .logo-side,
.noscroll #header .dates-wrap,
.noscroll #header .dates-wrap .day span,
.home:not(.scrolling) #header,
.home:not(.scrolling) #header .logo-side,
.home:not(.scrolling) #header .dates-wrap,
.home:not(.scrolling) #header .dates-wrap .day span,
.home:not(.scrolling) #header #mainmenu > li >a {
  background: #ffffff00;
  color: #FFF;
}
#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;
  font-weight: 300;
  letter-spacing: .5px;
}
#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: #bee3f5;
  line-height: 1.3;
  margin-bottom: 6px;
  display: inline-block;
  transition: all 350ms ease-out;
}
#footer a:hover {
  color: #FFF;
}
#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%;
}
.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;
}
.accredito-form .um-col-1:first-child .um-field.um-field-block.um-field-block.um-field-type_block {
  position: static;
  transform: unset;
}
.um-field-area .um-row.accredito-form select,
.um .um-form .um-row.accredito-form input[type=text],
.um .um-form .um-row.accredito-form input[type=search], 
.um .um-form .um-row.accredito-form input[type=tel],
.um .um-form .um-row.accredito-form input[type=number],
.um .um-form .um-row.accredito-form input[type=password],
.um .um-form .um-row.accredito-form textarea, 
.um .upload-progress,
.um-row.accredito-form .select2-container .select2-choice,
.um-row.accredito-form .select2-drop, 
.um-row.accredito-form .select2-container-multi .select2-choices, 
.um-row.accredito-form .select2-drop-active,
.select2-drop.select2-drop-above {
  transition: border 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;
}
.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: 9;
}
#fixed-btn .door-btn {
  padding: 12px 30px;
  color: #FFF;
  display: block;
  background: var(--wow);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  transform-origin: right;
  cursor: pointer;
  transition: all 400ms ease-out;
  margin: 10px 0;
  width: 170px;
  text-align: center;
}
#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;
}
.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: #11447e;
  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(1,74,142);
  background: linear-gradient(90deg, rgba(1,74,142,1) 0%, rgba(26,169,228,1) 50%, rgba(123,219,255,1) 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 #7edbeb;
}
.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: block;
}
.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;
}

.tax-elenco-espositori .pagination-archive {
  display: none;
}

.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;
}

.page-id-6455 .custom-cta {
	text-transform: math-auto !important;
}

.page-id-6455 h1 {
	max-width: 780px;
}
.custom-cta a:hover {
  background: var(--secondary);
}
p[style="text-align: center;"] + .custom-cta {
  margin: 0 auto;
}
/* .agevolazioni-agenti .custom-cta:first-child span {
  font-size: 18px;
  font-weight: bold;
} */
.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;
}
.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.bmt-innovation {
	max-width:1400px;
}
.customform.bmt-innovation .col-12.giorni p span > span {
	display: flex;
	gap: 10px;
}

.customform.bmt-innovation .col-12:last-of-type {
	margin-top: 30px;
	margin-bottom: 30px;
}

.thankyou-bmt.bmt-innovation .link-menu {
    padding: 9px 18px !important;
    margin-right: 15px;
    background: var(--main) !important;
    color: white;
    border-radius: 8px;
	margin: 15px 0px 15px 0px;
}
.thankyou-bmt.bmt-innovation .link-menu br {
	display: none;
}
.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;
}
.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: relative;
  top: -24px
}
.customform .wpcf7-list-item-label {
  font-weight: 400;
  letter-spacing: .6px;
}
.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: 13px;
  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: 14px;
  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 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);
}
@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: #f2f4f8;
}

.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;
}

/* .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) {
  body {
    padding-bottom: 45px;
  }
  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;
  }


  .hero-intro {
    min-height: 500px;
  }
  .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;
    /* animation: slideTop 2s forwards 3.5s; */
  }
  #fixed-btn .door-btn {
    margin: 0;
    padding: 15px 40px;
    display: block;
    width: 50%;
    text-align: center;
    line-height: 1.2;
    transform: rotateX(-70deg);
    transform-origin: bottom;
  }
  #fixed-btn.show .door-btn {
    transform: rotateX(0deg);
  }
  #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;
  }
  .top-menu svg, .top-menu .giornaleturismo {
    display: none;
  }
  .top-menu div {
    margin: 0 0px;
    text-align: right;
  }
}
@media (max-width: 576px) {
  #header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 10px 0;
  }
  #header nav {
    display: flex;
    align-items: center;
  }
  .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: 14px;
    font-weight: 600;
  }
  #copyright {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .logo-side {
    font-size: 15px;
  }
  .dates-wrap .day span {
    margin-top: 4px;
  }
  .hero-intro {
    min-height: 85vh;
    margin-bottom: 30px;
  }
  .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;
    /* 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;
  }
  #fixed-btn.show .door-btn {
    transform: rotateX(0deg);
  }
  #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: 13px;
  }
  .title-section {
    margin: 0px auto 20px;
    font-size: 26px;
    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;
    white-space: nowrap;
  }
  .product-box .overlay .short-content {
    margin-bottom: 10px;
  }
}
/* Small devices (landscape phones, 1365px and up) */
@media (min-width: 576px) {
  
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .gallery-item {
    width: 25%;
  }
  .logo-wrap svg, 
  .logo-wrap img {
    max-width: 200px;
    margin-right: 15px;
  }
  .menu-btn {
    margin-left: 50px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .logo-wrap svg, 
  .logo-wrap img {
    max-width: 210px;
  }
  .slider-loghi .slick-track {
    margin-left: 0;
  }
  .gallery-section {
    grid-template-columns: 25% 75%;
  }
  .hero-intro {
      min-height: 600px;
  }
  #fixed-btn.show .door-btn {
      opacity: 1;
      pointer-events: initial;
  }
  #fixed-btn .door-btn {
      padding: 12px 20px;
      line-height: 1.2;
      width: 140px;
      font-size: 15px;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
  }
  .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;
  }
  #fixed-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    perspective: 600px;
  }
  .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;
  }
  .title.title-news {
    font-size: 27px;
  }
  .logo-side {
    font-size: 20px;
  }
  .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) { 
  #mobile-nav {
    display: none !important;
  }
}
@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;
  }
  .wrapper{
    position: fixed;
    top: 0;
    /*left: -100%;*/
    right: -100%;
    height: 100%;
    width: 100%;
    background: #0f427a;
    /*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: #fff;
  }
  #active:checked + .menu-btn:after {
    transform: rotate(-45deg);
    border-color: #fff;
  }
  .wrapper .wrap-menu{
    position: absolute;
    top: 84px;
    height: calc(100vh - 100px);
    margin-top: 0px;
    transform: translate(-50%, 0%);
    left: 50%;
    list-style: none;
    text-align: center;
    /* display: flex;
    flex-direction: column; */
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background: var(--main);
    margin-top: 30px;
  }
  .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;
  }
  .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;
  }
  .home:not(.scrolling) .menu-btn span, 
  .home:not(.scrolling) .menu-btn:before, 
  .home:not(.scrolling) .menu-btn:after{
    border-bottom: 2px solid #FFF;
  }
  .mobile-console input[type="checkbox"] {
    display: none;
  }
  .mobile-console {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .mobile-console .seleziona-lingua {
    position: absolute;
    z-index: 2;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-console .seleziona-lingua a.wpml-ls-link {
    font-size: 18px;
    padding: 4px 10px;
  }
  .noscroll .mobile-console .seleziona-lingua {
    left: 50%;
    top: 50%;
    transform: translate(-50%, 100%);
    width: 100%;
    text-align: center;
  }
  #header .mobile-console .nav-menu > li > a:before,
  #header .mobile-console .nav-menu > li > a:after {
    display: none;
  }
  .home #header .mobile-console .nav-menu li .sub-menu,
  #header .mobile-console .nav-menu li .sub-menu {
    position: static;
    /* left: 0%;
    right: 0%;
    top: 80%; */
    /* padding-top: 40px;
    padding-bottom: 40px; */
    /* display: flex;
    flex-wrap: wrap; */
    background: #d8cfc1;
    z-index: 9;
    justify-content: space-around;
    opacity: 1;
    pointer-events: initial;
    transition: initial;
    padding: 0;
  }
  /* #header .mobile-console .nav-menu li:not().showit {
    background-color: #cbc0ae;
  } */
  #header .mobile-console .nav-menu li a.has-submenu:after {
    content: '\e910';
    font-family: 'utility';
    display: inline-block !important;
    transform: unset;
    opacity: 1;
    border: none;
    background: none;
    font-size: 17px;
    font-weight: 200;
    position: absolute;
    top: 0%;
    left: 0;
    text-align: right;
    width: 100%;
    height: 100%;
    line-height: 42px;
    margin: 0;
    padding: 10px 20px;
    box-sizing: inherit;
    transition: transform 400ms ease-out;
  
  }
  #header .mobile-console .nav-menu li a.has-submenu:before {
    content: '\e911';
    font-family: 'utility';
    display: inline-block !important;
    transform: translateX(-100%);
    opacity: 0;
    border: none;
    background: none;
    font-size: 17px;
    font-weight: 200;
    position: absolute;
    top: 0%;
    left: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    max-width: 100%;
    line-height: 42px;
    margin: 0;
    padding: 10px 20px;
    box-sizing: inherit;
    z-index: -1;
    background-color: #cbc0ae;
    transition: transform 400ms ease-out 300ms, opacity 400ms ease-out 300ms;
  }
  #header .mobile-console .nav-menu li.showit a.has-submenu:after {
    transform: translate(100%);
  }
  #header .mobile-console .nav-menu li.showit a.has-submenu:before {
    transform: translate(0%);
    opacity: 1;
  }

}
@media (min-width: 1200px) { 
  #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%;
  }
  .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: 40px;
  }
  .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: 30px auto 10px auto;
    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;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .faq-item {
    width: 48%;
  }
  .slide-btn {
    flex-basis:70%;
  }
  .product-box .overlay .cta {
    font-size: 17px;
  }
  .hero-intro {
    min-height: 900px;
  }
}
@media (min-width: 1400px) {
  .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }
  .container {
    padding-left: 15%;
    padding-right: 15%;
  }
  .logo-side {
    font-size: 20px;
  }
  #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;
  }
  .hero-intro {
    min-height: 85vh;
  }
  .logo-wrap svg, 
  .logo-wrap img {
    max-width: 40%;
  }
  .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%;
}
.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-slovenia p {
  margin: 0px 0px 10px;
}

.page-slovenia .page-slovenia h1 {
  line-height: 1.2;
  font-size: 32px;
}

.page-slovenia h3 {
  font-weight: 600;
}

.page-slovenia .ammissione p {
  margin: -20px 0px 40px;
}

.page-slovenia .ammissione label {
  font-weight: 400;
}

.page-slovenia ul {
  padding-left: 5px;
}

.page-slovenia h4 {
  margin-bottom: 5px;
}

.page-slovenia ul li {
  margin-bottom: 10px;
}


/* Form Workshop CSS */

@media(min-width:768px){
	[data-name="radio-622"] .wpcf7-list-item {
    position: relative;
    display: inline-block;
    margin: 0 0 0 1em;
    top: 7px;
}
	

}

.page-id-6084 .wpcf7-checkbox, .page-id-6101 .wpcf7-checkbox{
	display:grid;
	grid-template-columns:1fr 1fr 1fr !important;
}

.small_copy {
	font-size:14px !important;
}

.general-info {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
}

.general-info p {
	margin:5px 0!important;
}

.page-id-6084 input[type="text"], .page-id-6084 input[type="tel"], .page-id-6084 input[type="email"], .page-id-6101 input[type="text"], .page-id-6101 input[type="tel"], .page-id-6101 input[type="email"]{
	border:1px solid #ddd !important; 
	height:40px !important;
	padding:0 12px;
	width:100%;
	font-size:16px;
	margin:0;
}

.page-id-6084 h4 , .page-id-6101 h4{
	color: var(--main);
}

.page-id-6084 input[type="submit"], .page-id-6101 input[type="submit"]{
	  width: 100%;
    padding:12px;
    color: white;
    background: #004183;
    border: 0;
    font-size: 16px;
    font-weight: 800;
		margin-top:15px;
}

.page-id-6101 input[type="submit"]{
    background: #43a8b5;
}

.page-id-6084 input[type="radio"] {
	border:1px solid #ddd !important; 
	font-size:16px;
}
@media(max-width:768px){
.page-id-6084 .wpcf7-checkbox, .page-id-6101 .wpcf7-checkbox{
    display: grid;
    grid-template-columns: 1fr !important;
}
	
	.general-info {
	display:grid;
	grid-template-columns: 1fr;
	gap:5px;
}
}

@media(min-width:992px){
  .page-id-6101 #fixed-btn.show .door-btn,  .page-id-6084  #fixed-btn.show .door-btn{
    display: none !important;
    opacity: 0 !important;
  }
}

.page-id-6101 nav .fill-btn.special, .page-id-6084 nav .fill-btn.special {
  display: none !important;
}


.btn_cart_disabled {
  font-size:16px !important;
  line-height:1.5 !important;
  text-align: left;
  padding: 15px 10px !important;
}

.ts-cart-custom-note {
  margin-bottom: 20px;
  background: #1f4b8814;
  padding: 10px 20px;
  border: 2px solid #1f4b88;
}

.ts-cart-custom-note h2, .ts-cart-custom-note p {
  margin: 0;
  background: transparent !important;
}

.woocommerce div.product form.cart div.quantity {
	display:flex;
	gap: 8px;
}

.woocommerce .quantity .qty {
    width: 80px;
    text-align: center;
    height: 40px;
    border: 1px solid #ddd;
}

.single-product .quantity button {
    cursor: pointer;
    background: #094c8c;
    color: white;
    font-weight: 500;
    font-size: 16px;
    border: 0;
    width: 40px;
    height: 40px;
}

.product-quantity, .product-subtotal {
	display: none !important;
}

@media(max-width:768px){
	.woocommerce div.product form.cart div.quantity {
    margin-bottom:20px !important;
}
	
	.variation-DatiPersonalizzati p{
		font-size:14px !important;
	}
}

.product-name a {
  font-weight: 600;
  color: #094c8c;
}

@media (max-width: 767px) {
.wc-item-meta {
  padding: 0;
}
}

.woocommerce-checkout .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .checkout-button {
  color:white !important;
}


#header #mainmenu .agenda-bnt a {
	    padding-right: 0;
    padding: 0;
    padding: 0 18px !important;
	margin-right:15px;
    background: var(--main) !important;
    color: white;
    border-radius: 8px;
}

#header #mainmenu .agenda-bnt a:hover {
	color:white;
}

#header #mainmenu  .logout-bnt a {
    padding-right: 0;
    padding: 0;
    padding: 0 18px !important;
    background: var(--main) !important;
    color: white;
    border-radius: 8px;
}

#header #mainmenu .logout-bnt a:hover {
	color:white;
}