li {
  list-style: none;
}

figure {
  margin: 0;
}

body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

ul,
li {
  margin: 0;
  padding: 0;
}

.img-100 img {
  width: 100%;
}

a:not([href]):not([tabindex]):hover {
  color: #b0b0b0;
}

span.cursor-pointer:hover {
  color: #b0b0b0;
}

a:hover {
  color: #b0b0b0;
}

/* .img-opacity img:hover {
  opacity: 0.8;
}

.img-zoom {

  overflow: hidden;
  margin: 0 auto;
}

.img-zoom img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.img__opacity--black img:hover {
  filter: brightness(0.7);
}

.img-zoom:hover img {
  transform: scale(1.1);
}

.img-16-9 {
  aspect-ratio: 16/9;
} */

#breadcrumbs {
  font-family: "NeueHaasGrotText-55Roman";
  padding-top: 15px;
  padding-left: 20px;
  font-size: 11px;
  line-height: 13px !important;
  font-weight: 400;
  color: #b0b0b0;
}

/* Breadcrumb */

#breadcrumbs a {
  color: #b0b0b0;
}

/* 404 */
.error404 {
  font-family: "NeueHaasGrotText-55Roman";
}

@media (max-width: 768px) {
  .button-404 a {
    margin: 0 auto;
  }

  .button-404 {
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .slideAboutPage {
    margin-top: 40px !important;
    margin-bottom: 70px !important;
  }
}

@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translate(0, 20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* Animazione Custom */
.animated.fadeInUp {
  animation-name: fadeInUpCustom;
}

.animated {
  transition: opacity 1.4s 0.3s ease, transform 1s 0.3s ease;
}

.splide .splide__arrow {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  border-color: #fff;
}

.splide .splide__arrow--prev svg,
.splide .splide__arrow--next svg {
  height: 1em;
  width: 1em;
  transform: scale(1.5);
  fill: transparent;
}

.splide .splide__arrow--prev svg:focus,
.splide .splide__arrow--next svg:focus {
  outline: none;
}

.splide .splide__arrow:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  .splide .splide__arrow {
    top: calc(50% - 25px) !important;
  }
}

.splide .splide__arrow {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0, 0%, 93.3%, 0.9);
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  opacity: 1;
}

.splide__arrow:hover {
  background-color: transparent;
}

.splide__pagination--ltr {
  display: none;
}

/* Effetto Arrow Slider */
.splide__arrow svg circle,
.splide__arrow svg path {
  stroke: #000000;
}

.elementor-swiper-button svg:hover path,
.elementor-swiper-button svg:focus path,
.splide__arrow svg:hover path,
.splide__arrow svg:focus path {
  stroke-width: 3;
}

.elementor-swiper-button svg:active path,
.splide__arrow svg:active path {
  stroke-width: 6;
  transition: all 100ms ease-in-out;
}

.elementor-swiper-button svg path,
.splide__arrow svg path {
  transition: all 250ms ease-in-out;
}

/* Splide Images Custom */
.splide .splide__slide img {
  height: 576px;
}

.splide.standard .splide__slide {
  width: auto !important;
}

@media (max-width: 768px) {
  .splide .splide__slide img {
    height: 180px;
  }

  .splide.autoscroll .splide__slide img {
    height: 314px;
    width: 224px;
  }

  .splide .splide__arrow > svg {
    transform: scale(1);
  }

  .splide .splide__arrow--prev {
    left: 25px;
  }

  .splide .splide__arrow--next {
    right: 25px;
  }
}

/* Customize Height for Logged */
.logged-in.admin-bar .header__container {
  top: 32px !important;
}

.logged-in.admin-bar .header__submenu,
.logged-in.admin-bar .search__container {
  top: 88px !important;
}

/* Select2 */
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #b0b0b0 !important;
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.select2-selection__rendered {
  padding-left: 0 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000000 !important;
}

.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.select2-cf7__container {
  background-color: #f5f5f5;
  border-bottom: 0.5px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wpcf7-form-control-wrap .select2-selection__rendered {
  background-color: #f5f5f5;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none !important;
  border-bottom: 1px solid #b0b0b0 !important;
  border-radius: 0 !important;
}

.form__privacy--text {
  margin-bottom: 0;
}

.select2-selection__rendered {
  padding-left: 5px !important;
}

input,
textarea,
button,
select,
a,
span {
  -webkit-tap-highlight-color: transparent;
}

.justify-content-end .elementor-container {
  justify-content: end;
}

.gap-20px .elementor-container {
  gap: 20px;
}

.justify-content-center .elementor-container,
.justify-content-center .elementor-widget-wrap {
  justify-content: center;
}

/* NASCONDERE FOOTER SE NON IN ITA */

.footer__only-ita {
  display: none;
}

*:lang(it-IT) .footer__only-ita {
  display: block;
}

.elementor-video,
.elementor video {
  height: calc(100vh - 56px) !important;
  width: calc((100vh - 56px) / 0.51) !important;
  display: block;
  margin: auto;
}

.elementor-widget-video .elementor-wrapper {
  display: flex;
  align-items: center;
}
