body {
  background: white url(/wp-content/themes/astra-child/assets/images/bg-ri-legno.png) top right no-repeat;
}

.main-header-bar {
  background: none;
}

.black-color {
  color: #666666 !important;
}

.primary-color {
  color: #9ac11a;
}

.primary-bgcolor {
  color: #9ac11a;
}

.secondary-color {
  color: #94837f;
}

.secondary-bgcolor {
  color: #94837f;
}

.wp-block-eedee-block-gutenslider .slick-slider > *:not(.slick-list):not(.slick-arrow):not(.eedee-gutenslider-nav) {
  bottom: unset;
  left: 27px;
}

.wp-block-eedee-block-gutenslider .slick-dots li button:before {
  color: grey;
}

.wp-block-eedee-block-gutenslider .slick-dots li.slick-active button::before {
  color: #9ac11a;
}

.progetti-scheda-dettagli p {
  margin-bottom: 0;
}
.progetti-scheda-dettagli p:empty {
  display: none;
}
.progetti-scheda-dettagli strong {
  color: #9ac11a;
}

.swiper-container {
  width: 100%;
  height: 500px !important;
}
.swiper-container .swiper-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: fit-content !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container .swiper-slide img {
  height: -webkit-fill-available !important;
}

.hgcont {
  width: max-content !important;
}

@media screen and (max-width: 576px) {
  .swiper-container {
    height: 350px !important;
  }
  .swiper-container .swiper-slide {
    width: 100% !important;
    overflow-x: hidden;
  }
  .swiper-container .swiper-slide img {
    height: min-content;
    width: auto !important;
    max-width: fit-content;
  }

  .hgcont {
    width: 100% !important;
  }
}
.pswp--zoom-allowed .pswp__img {
  border: 0;
}

.hg-ultime-news .item {
  margin-bottom: 2rem;
}
.hg-ultime-news .item a {
  color: #666666 !important;
}
.hg-ultime-news .item .post-date {
  color: #9ac11a !important;
  font-weight: 600 !important;
  font-size: 0.9em !important;
}
.hg-ultime-news .item .post-title {
  margin-bottom: 0;
  font-size: 1.3em !important;
  color: #666666 !important;
}

.hg-elenco-progetti article {
  opacity: 1;
  transition: 0.7s opacity;
}
.hg-elenco-progetti article .fadeOut {
  opacity: 0;
}
.hg-elenco-progetti article .fadeIn {
  opacity: 1;
}
.hg-elenco-progetti .uagb-post__text {
  padding: 25px 0 !important;
}
.hg-elenco-progetti .uagb-post__text .uagb-post__cta {
  background-color: transparent !important;
}
.hg-elenco-progetti .uagb-post__text .uagb-post__cta a {
  font-size: 0 !important;
  font-weight: 500 !important;
  border: 1px solid #9ac11a !important;
}
.hg-elenco-progetti .uagb-post__text .uagb-post__cta a:after {
  content: "vai al progetto" !important;
  font-size: initial !important;
}
.hg-elenco-progetti .uagb-post__text .uagb-post__taxonomy {
  display: none;
}

@-webkit-keyframes fade-out {
  100% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.fade-out {
  -webkit-animation: fade-out 0.5s ease-in;
  -webkit-animation-fill-mode: forwards;
  opacity: 1;
}

.fade-in {
  -webkit-animation: fade-in 0.5s ease-out;
  -webkit-animation-fill-mode: forwards;
  opacity: 0;
}

/*# sourceMappingURL=main.css.map */
