/* MEGAMENU STYLE */
header#navbar .we-mega-menu-ul>.we-mega-menu-li.events-item .we-megamenu-nolink::before,
header#navbar .we-mega-menu-ul>.we-mega-menu-li.events-item .we-megamenu-nolink::after {
  content: unset;
}
li.we-mega-menu-li.events-item.dropdown-menu.open {
  background-color: #fff;
  padding: 0;
  max-width: 100% !important;
}
li.we-mega-menu-li.events-item.dropdown-menu.open .we-megamenu-nolink {
  color: #004d7f !important;
}
.events-item.open {
  max-width: 100%;
  background-color: #fff;
}
.events-item.open .we-megamenu-link {
  color: #004D7F;
}
.events-item.open .we-mega-menu-submenu .type-of-block {
  display: block;
  padding: 0 20px;
  max-width: 500px;
  margin: 30px auto 0 auto;
}
.events-item.open .we-mega-menu-submenu .type-of-block .view-header {
  margin-bottom: 30px;
}
.events-item.open .we-mega-menu-submenu .type-of-block .view-header .event-megamenu-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  color: #f59e06;
}
.events-item.open .we-mega-menu-submenu .type-of-block .view-content .single-event-megamenu {
  margin-bottom: 40px;
}

.events-item.open .we-mega-menu-submenu .type-of-block .view-content .single-event-megamenu .megamenu-event-img {
  margin-bottom: 15px;
}
.events-item.open .we-mega-menu-submenu .type-of-block .view-content .single-event-megamenu .megamenu-event-text {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #F59E06;
}
.events-item.open .we-mega-menu-submenu .type-of-block .view-content .single-event-megamenu .megamenu-event-text .megamenu-event-date {
  font-size: 22px;
  margin-top: 5px;
}
.events-item.open .we-mega-menu-submenu .type-of-block .view-content .single-event-megamenu a {
  max-width: unset;
  color: #fff;
  padding: 20px 0;
}
.events-item.open .we-mega-menu-submenu .type-of-block .view-content .single-event-megamenu a:hover {
  color: #fff;
  background-color: #F59E06;
}

@media only screen and (min-width: 991px) {
  li.events-item .we-mega-menu-submenu {
    width: 100%;
    padding: 70px 0;
  }
  li.events-item .we-mega-menu-submenu .view-megamenu-eventi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    max-width: 1150px;
    margin: 0 auto;
	  padding: 0 40px;
  }
  li.events-item .we-mega-menu-submenu .view-megamenu-eventi .view-header {
    margin-right: 50px;
  }
  li.events-item .we-mega-menu-submenu .view-megamenu-eventi .view-header .event-megamenu-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #f59e06;
  }
  li.events-item .we-mega-menu-submenu .view-megamenu-eventi .view-content {
    display: -ms-flexbox;
    display: flex;
  }

  li.events-item .we-mega-menu-submenu .view-megamenu-eventi .view-content .single-event-megamenu:first-of-type .megamenu-event-img:after {
    content: '';
    position: absolute;
    top: -50px;
    right: -80px;
    background-image: url("https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/Eventi/first-event-bubble-image.png");
    height: 260px;
    width: 334px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  li.events-item .we-mega-menu-submenu .view-megamenu-eventi .view-content .single-event-megamenu:last-of-type .megamenu-event-img:after {
    content: '';
    position: absolute;
    top: 12px;
    right: -148px;
    background-image: url("https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/Eventi/second-event-bubble-image.png");
    height: 370px;
    width: 291px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  li.events-item .we-mega-menu-submenu .view-megamenu-eventi .view-content .single-event-megamenu {
    position: relative;
    width: 300px;
    margin: 0 100px 0 0;
    z-index: 0;
 }
 li.events-item .we-mega-menu-submenu .view-megamenu-eventi .view-content .single-event-megamenu .megamenu-event-img {
   margin-bottom: 30px;
  }
  li.events-item .we-mega-menu-submenu .view-megamenu-eventi .view-content .single-event-megamenu .megamenu-event-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
 }
 li.events-item .we-mega-menu-submenu .view-megamenu-eventi .view-content .single-event-megamenu .megamenu-event-text {
   min-height: 160px;
   font-size: 24px;
   font-weight: bold;
   color: #f59e06;
  }
   li.events-item .we-mega-menu-submenu .view-megamenu-eventi .view-content .single-event-megamenu .btn-orange {
     color: white;
     font-weight: bold;
     max-width: unset;
  }
   li.events-item .we-mega-menu-submenu .view-megamenu-eventi .view-content .single-event-megamenu .btn-orange:hover {
     color: #f59e06;
  }
  li.events-item .we-mega-menu-submenu .view-megamenu-eventi .view-content .single-event-megamenu {
      position: relative;
      width: 270px;
      margin: 0 100px 0 0;
      z-index: 0;
      transition: all 0.3s ease;
  }
  li.events-item .we-mega-menu-submenu .view-megamenu-eventi .view-content .single-event-megamenu .megamenu-event-img:hover {
   opacity: 0.8;
   transition: all 0.3s ease;
  }
  .events-item .we-mega-menu-submenu .type-of-block .single-event-megamenu .megamenu-event-text .megamenu-event-date {
      font-size: 22px;
      margin-top: 5px;
  }
}
@media only screen and (min-width: 1280px) {
  .view-megamenu-eventi {
    padding: 0;
 }
}
/* SINGLE EVENT STYLE */
.header-visual-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  padding: 0 20px 80px 20px;
  margin-bottom: 80px;
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.jova-beach-party .header-visual-wrapper {
  background-image: url("https://ferrero-kube-stack-prod-static.s3.amazonaws.com/estathe-it/Eventi/visual-jova-beach-mbl.png");
}
.estathé-3x3-italia-streetbasket-circuit-- .header-visual-wrapper {
  background-image: url("https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/Eventi/Basket/visual-eventi-basket-mbl.png");
}
.estathé-3x3-italia-streetbasket-circuit-summer-2023 .header-visual-wrapper {
  background-image: url("https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/2023-05/MOBILE-HEADER.png");
}
@media only screen and (min-width: 375px) {
  .header-visual-wrapper {
    padding: 0 50px 80px 50px;
  }
}
@media only screen and (min-width: 414px) {
  .header-visual-wrapper {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .header-visual-wrapper {
    padding: 0 0 0 50px;
    -ms-flex-align: center;
        align-items: center;
    text-align: left;
    background-position: -400px center;
  }
  .jova-beach-party .header-visual-wrapper {
    background-image: url("https://ferrero-kube-stack-prod-static.s3.amazonaws.com/estathe-it/Eventi/visual-jova-beach-dsk.png");
  }
  .estathé-3x3-italia-streetbasket-circuit-- .header-visual-wrapper {
    background-image: url("https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/Eventi/Basket/visual-eventi-basket-dsk.png");
  }
 .estathé-3x3-italia-streetbasket-circuit-summer-2023 .header-visual-wrapper {
    background-image: url("https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/2023-05/scuro-HEADER-dsk.png");
  }
}
@media only screen and (min-width: 1024px) {
  .header-visual-wrapper {
    background-position: center;
  }
}
@media only screen and (min-width: 1280px) {
  .header-visual-wrapper {
    height: 650px;
    padding: 100px 0 0 0;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .header-visual-wrapper:after, .header-visual-wrapper:before {
    content: '';
    position: absolute;
    background-size: cover;
    background-image: url("https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/Eventi/Jova/leaf-pseudo-image.png");
    background-position: center;
    background-repeat: no-repeat;
  }
  .header-visual-wrapper:before {
    height: 200px;
    width: 100px;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%) scaleX(-1);
        transform: translateY(-50%) scaleX(-1);
  }
  .header-visual-wrapper:after {
    height: 250px;
    width: 130px;
    bottom: -80px;
    left: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .header-visual-wrapper {
    height: 800px;
  }
}
@media only screen and (min-width: 768px) {
  .header-visual-wrapper .wrapper-event-infos {
    margin-bottom: 30px;
  }
}
.header-visual-wrapper .wrapper-event-infos .date-event,
.header-visual-wrapper .wrapper-event-infos .event-title {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: 0.44px;
  text-shadow: 0px 4px 17px rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 768px) {
  .header-visual-wrapper .wrapper-event-infos .date-event .event-subtitle,
  .header-visual-wrapper .wrapper-event-infos .event-title .event-subtitle,
  .header-visual-wrapper .wrapper-event-infos .event-title span {
    display: block;
  }
}
.header-visual-wrapper .wrapper-event-infos .date-event {
  margin-bottom: 15px;
  font-size: 22px;
}
@media only screen and (min-width: 1280px) {
  .header-visual-wrapper .wrapper-event-infos .date-event {
    font-size: 32px;
  }
}
.header-visual-wrapper .wrapper-event-infos .event-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3em;
}
@media only screen and (min-width: 1280px) {
  .header-visual-wrapper .wrapper-event-infos .event-title {
    font-size: 70px;
  }
  .header-visual-wrapper .wrapper-event-infos .event-title .event-subtitle,
  .header-visual-wrapper .wrapper-event-infos .event-title span {
    font-size: 50px;
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 1600px) {
  .header-visual-wrapper .wrapper-event-infos .event-title {
    font-size: 110px;
  }
  .header-visual-wrapper .wrapper-event-infos .event-title .event-subtitle,
  .header-visual-wrapper .wrapper-event-infos .event-title span {
    font-size: 70px;
  }
}
.jova-beach-party .header-visual-wrapper .wrapper-event-infos {
  margin-bottom: 0;
}
.jova-beach-party .header-visual-wrapper .wrapper-event-infos .event-title {
  font-size: 80px;
  line-height: 77px;
}
@media only screen and (min-width: 768px) {
.jova-beach-party .header-visual-wrapper .wrapper-event-infos .event-title .line-break {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
.jova-beach-party .header-visual-wrapper .wrapper-event-infos .event-title {
    font-size: 110px;
    line-height: 103px;
  }
}
.header-visual-wrapper .wrapper-cta-video {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-visual-wrapper .wrapper-cta-video {
    position: relative;
    display: block;
    padding: 20px 0 0 0;
  }
  .wrapper-cta-video .divider::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      height: 2px;
      background-color: #fff;
  }
}

.wrapper-cta-video .field--name-field-sottotitolo-header {
  margin-bottom: 30px;
  font-size: 35px;
  letter-spacing: 0.14px;
  color: #fff;
  text-shadow: 0px 4px 17px rgba(0, 0, 0, 0.7);
  font-family: 'Lora', serif;
}
.header-visual-wrapper .wrapper-cta-video .line-break {
  display: block;
}
.wrapper-cta-video .cta-video {
  width: 280px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
}
.wrapper-cta-video .cta-video a {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #F59E06;
  text-transform: uppercase;
  text-decoration: none;
}
.jova-beach-party .header-visual-wrapper {
  background-image: url("https://ferrero-kube-stack-prod-static.s3.amazonaws.com/estathe-it/Eventi/visual-jova-beach-mbl.png");
}
@media only screen and (min-width: 768px) {
.jova-beach-party .header-visual-wrapper {
    padding: 0;
    -ms-flex-pack: center;
        justify-content: center;
    background-image: url("https://ferrero-kube-stack-prod-static.s3.amazonaws.com/estathe-it/Eventi/visual-jova-beach-dsk.png");
    background-position: -540px center;
  }
}
@media only screen and (min-width: 800px) {
.jova-beach-party  .header-visual-wrapper {
    background-position: center;
  }
}
@media only screen and (min-width: 1024px) {
.jova-beach-party  .header-visual-wrapper {
    margin-bottom: 0;
    background-position: -300px center;
  }
}
@media only screen and (min-width: 1100px) {
.jova-beach-party  .header-visual-wrapper {
    background-position: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

.intro-section {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .intro-section {
     margin-bottom: 120px;
    padding: 40px 0;
  }
  .intro-section:before, .intro-section:after {
    content: '';
    position: absolute;
    height: 114px;
    width: 130px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .intro-section:before {
    bottom: 0;
    left: 0;
    background-image: url("https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/Eventi/Jova/bubble-before-image.png");
  }
  .intro-section:after {
    top: 0;
    right: 0;
    background-image: url("https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/Eventi/Jova/bubble-after-image.png");
  }
}
@media only screen and (min-width: 1440px) {
  .intro-section:after, .intro-section:before {
    height: 166px;
  }
  .intro-section:after {
    width: 190px;
  }
  .intro-section:before {
    width: 192px;
  }
}
.intro-section .intro-content-wrapper {
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .intro-section .intro-content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .intro-section .intro-content-wrapper {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .intro-section .intro-content-wrapper {
    padding: 0;
  }
}
.intro-section .intro-content-wrapper .wrapper-title {
  margin-bottom: 30px;
}
.intro-section .intro-content-wrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #F59E06;
}
@media only screen and (min-width: 768px) {
.intro-section .intro-content-wrapper h2 {
    font-size: 46px;
  }
}
.intro-section .intro-content-wrapper h2 .subtitle,
.intro-section .intro-content-wrapper h2 span,
.event-container .field--name-field-intro-carousel-attivita h2 span {
  display: block;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
.intro-section .intro-content-wrapper h2 .subtitle,
.intro-section .intro-content-wrapper h2 span,
.event-container .field--name-field-intro-carousel-attivita h2 span {
    margin-top: 10px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
.intro-section .intro-content-wrapper h2 .line-break {
    display: block;
  }
}
.intro-section .intro-content-wrapper .text-description p {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 35px;
  color: #F59E06;
}
.intro-section .intro-content-wrapper .text-description p:last-of-type {
  margin-bottom: 0;
}
.intro-section .intro-content-wrapper .text-description p.line-break {
  display: block;
}
.jova-beach-party .intro-section .intro-content-wrapper h2 {
  line-height: 43px;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
.jova-beach-party .intro-section .intro-content-wrapper h2 {
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .jova-beach-party .intro-section {
    padding: 80px 0 0 0;
  }
  .jova-beach-party .intro-section:before, .jova-beach-party .intro-section:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0.5;
  }
  .jova-beach-party .intro-section:before {
    height: 402px;
    width: 350px;
    left: 0;
    top: 100px;
    background-image: url("https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/Eventi/Jova/musical-note-before-image.png");
    background-position: left;
    background-size: contain;
  }
  .jova-beach-party .intro-section:after {
    position: absolute;
    height: 462px;
    width: 300px;
    top: 0;
    right: 0;
    background-image: url("https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/Eventi/Jova/musical-note-after-image.png");
    background-position: center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1440px) {
  .jova-beach-party .intro-section::after, .jova-beach-party .intro-section::before {
    opacity: 1;
  }
}
.event-container .container-attivita-carouesel {
  margin-bottom: 80px;
}
.event-container .container-attivita-carouesel .field--name-field-intro-carousel-attivita {
  margin-bottom: 60px;
  padding: 0 20px;
  text-align: center;
}
.event-container .field--name-field-intro-carousel-attivita h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #F59E06;
}


.event-container .container-attivita-carouesel .field--name-field-intro-carousel-attivita p {
  margin-top: 20px;
  font-weight: bold;
}
.event-container .container-attivita-carouesel .views-element-container .slick__slide {
  padding: 0 20px;
}
@media only screen and (min-width: 1280px) {
  .event-container .container-attivita-carouesel .views-element-container .slick__slide {
    padding: 0;
 }
}
.event-container .container-attivita-carouesel .views-element-container .slick__slide .single-attivita h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-align: center;
  color: #F59E06;
  min-height: 55px;
}
.event-container .views-element-container .slick__slide .single-attivita .inner-wrapper {
  position: relative;
}
.event-container .container-attivita-carouesel .views-element-container .slick__slide .single-attivita .inner-wrapper .modal-open {
  position: absolute;
  top: 50%;
  height: 45px;
  width: 45px;
  left: 50%;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  color: #F59E06;
  background-color: white;
  border-radius: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.event-container .views-element-container .slick__slide .single-attivita .inner-wrapper .modal-open:hover {
  text-decoration: none;
}
.event-container .container-attivita-carouesel .views-element-container .slick__arrow {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -ms-flex-pack: center;
      justify-content: center;
}
.event-container .container-attivita-carouesel .views-element-container .slick__arrow button {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: none;
  background-color: rgb(249, 215, 104);
  margin-right: 20px;
}
.event-container .container-attivita-carouesel .views-element-container .slick__arrow button:first-of-type {
  margin-right: 20px;
}
.event-container .container-attivita-carouesel .views-element-container .slick__arrow button.slick-prev {
  position: relative;
}
.event-container .container-attivita-carouesel .views-element-container .slick__arrow button.slick-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(180deg);
      transform: translate(-50%, -50%) rotate(180deg);
  background-image: url('https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/Home/estathe%CC%81-arrow.svg');
  background-position: center;
  width: 20px;
  height: 34px;
  background-size: contain;
}
.event-container .container-attivita-carouesel .views-element-container .slick__arrow button.slick-next {
  position: relative;
}
.event-container .container-attivita-carouesel .views-element-container .slick__arrow button.slick-next:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background-image: url('https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/Home/estathe%CC%81-arrow.svg');
    background-position: center;
    width: 20px;
    height: 34px;
    background-size: contain;
}
.container-attivita-modals {
  position: fixed;
  visibility: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1032;
  transition: all 0.4s ease;
}
.container-attivita-modals.visible {
  visibility: visible;
  opacity: 1;
}
.container-attivita-modals .item-list li {
  display: none;
}
.container-attivita-modals .item-list li.active {
  display: block;
}
.container-attivita-modals .item-list li .modal-popup-attivita {
  position: absolute;
  visibility: hidden;
  width: 85%;
  max-width: 1000px;
  padding: 30px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 20px;
  border: 5px solid #F59E06;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.container-attivita-modals .item-list li .modal-popup-attivita.active {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .container-attivita-modals .item-list li .modal-popup-attivita {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .container-attivita-modals .item-list li .modal-popup-attivita-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.container-attivita-modals .item-list li .modal-popup-attivita-inner .modal-popup-close {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 50px;
    top: -15px;
    right: -15px;
    -ms-flex-pack: center;
        justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #F59E06;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    cursor: pointer;
    -ms-flex-align: center;
        align-items: center
}


.container-attivita-modals .item-list li .modal-popup-attivita .attivita-icon {
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: -30px;
  left: -20px;
  z-index: 1;
}
@media only screen and (min-width: 414px) {
  .container-attivita-modals .item-list li .modal-popup-attivita .attivita-icon {
    bottom: -50px;
  }
}
@media only screen and (min-width: 768px) {
  .container-attivita-modals .item-list li .modal-popup-attivita .attivita-icon {
    width: 160px;
    height: 160px;
    bottom: -100px;
    left: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .container-attivita-modals .item-list li .modal-popup-attivita .attivita-icon {
    width: 280px;
    height: 280px;
    bottom: -140px;
    left: -60px;
  }
}
@media only screen and (min-width: 1280px) {
  .container-attivita-modals .item-list li .modal-popup-attivita .attivita-icon {
    width: 300px;
    height: 300px;
    bottom: -140px;
    left: -100px;
  }
}
.container-attivita-modals .item-list li .modal-popup-attivita .attivita-icon img {
  max-width: 100%;
  height: auto;
  display: block;
}
.container-attivita-modals .item-list li .modal-popup-attivita .col-text {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .container-attivita-modals .item-list li .modal-popup-attivita .col-text {
    width: 45%;
    margin: 0;
  }
}
.container-attivita-modals .item-list li .modal-popup-attivita .col-text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #F59E06;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .container-attivita-modals .item-list li .modal-popup-attivita .col-text h2 {
    font-size: 30px;
  }
}
.container-attivita-modals .item-list li .modal-popup-attivita .col-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #404840;
  line-height: 1.3em;
}
@media only screen and (min-width: 1024px) {
  .container-attivita-modals .item-list li .modal-popup-attivita .col-text p {
    font-size: 16px;
  }
}
.container-attivita-modals .item-list li .modal-popup-attivita .col-img {
  width: 220px;
  margin: 0 auto;
}
@media only screen and (min-width: 414px) {
  .container-attivita-modals .item-list li .modal-popup-attivita .col-img {
    width: 240px;
  }
}
@media only screen and (min-width: 768px) {
  .container-attivita-modals .item-list li .modal-popup-attivita .col-img {
    width: 45%;
    margin: 0;
  }
}
.container-attivita-modals .item-list li .modal-popup-attivita .col-img img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* .event-container .views-element-container .slick__arrow {
  display: flex;
  justify-content: center;
}
.event-container .views-element-container .slick__arrow button {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: none;
  background-color: rgb(249, 215, 104);
  margin-right: 20px;
}
.event-container .views-element-container .slick__arrow button:first-of-type {
  margin-right: 20px;
} */

.tappe-bg-img {
  margin-bottom: 80px;
}
.tappe-bg-img.d-mobile {
    padding: 160px 20px;
    background-size: cover;
    background-repeat: round;
}
@media only screen and (min-width: 768px) {
  .tappe-bg-img.d-mobile {
    padding: 150px 20px 100px 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .tappe-bg-img.d-mobile {
    display: none;
  }
}
.tappe-bg-img ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tappe-bg-img .wrapper-text {
  text-align: center;
}
.tappe-bg-img .wrapper-text h2 {
  /* margin-bottom: 40px; */
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 45px;
  color: #fff;
}
.tappe-bg-img .wrapper-text p {
  font-size: 16px;
  text-align: left;
  line-height: 1.6em;
  color: #fff;
}
.tappe-bg-img .wrapper-text .tappa-heading p {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .tappe-bg-img .wrapper-text p {
    font-size: 20px;
    text-align: center;
  }
}
.tappe-bg-img .wrapper-text .btn-white {
  font-size: 22px;
  color: #F59E06;
}
.tappe-bg-img.d-desk {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .tappe-bg-img.d-desk {
    display: block;
    padding: 320px 50px 280px 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .tappe-bg-img.d-desk .wrapper-text-img {
    display: -ms-flexbox;
    display: flex;
  }
  .tappe-bg-img.d-desk .wrapper-text-img .tappa-img img {
    width: 580px;
    max-width: 100%;
    height: auto;
    display: block;
  }
  .tappe-bg-img.d-desk .wrapper-text-img .tappa-text-link {
    margin-left: -100px;
  }
  .tappe-bg-img.d-desk .wrapper-text-img .tappa-text-link h2 {
    /* margin-bottom: 50px; */
    font-size: 50px;
    color: white;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
  }
  .tappe-bg-img.d-desk .wrapper-text-img .tappa-text-link p {
    margin-left: 130px;
    font-size: 20px;
    text-align: left;
    line-height: 1.3em;
    color: #fff;
  }
  .tappe-bg-img.d-desk .wrapper-text-img .tappa-text-link .btn-white {
    margin-left: 130px;
  }
  .tappe-bg-img.d-desk .wrapper-text-img .tappa-text-link .tappa-heading p {
    margin-bottom: 50px;
    margin-left: -80px;
    text-align: center;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1600px) {
  .tappe-bg-img.d-desk {
    padding: 330px 50px 280px 50px;
  }
  .tappe-bg-img.d-desk .wrapper-text-img {
    max-width: 1280px;
    margin: 0 auto;
  }
  .tappe-bg-img.d-desk .wrapper-text-img .tappa-img img {
    width: 600px;
  }
  .tappe-bg-img.d-desk .wrapper-text-img .tappa-text-link p {
    font-size: 20px;
    line-height: 1.6em;
  }
}

/* INSTAGRAM STORIES BLOCK */
.section-instgram-stories {
  margin-bottom: 160px;
}
@media only screen and (min-width: 1024px) {
  .section-instgram-stories {
    position: relative;
    padding: 40px 0;
  }
  .section-instgram-stories:before, .section-instgram-stories:after {
    content: '';
    position: absolute;
    height: 114px;
    width: 130px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-instgram-stories:before {
    bottom: 0;
    left: 0;
    background-image: url("https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/Eventi/Jova/bubble-before-image.png");
  }
  .section-instgram-stories:after {
    top: 0;
    right: 0;
    background-image: url("https://ferrero-kube-stack-prod-static.s3.eu-west-1.amazonaws.com/estathe-it/Eventi/Jova/bubble-after-image.png");
  }
}
@media only screen and (min-width: 1440px) {
  .section-instgram-stories:after, .section-instgram-stories:before {
    height: 166px;
  }
  .section-instgram-stories:after {
    width: 190px;
  }
  .section-instgram-stories:before {
    width: 192px;
  }
}
.section-instgram-stories .section-content-wrapper {
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .section-instgram-stories .section-content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .section-instgram-stories .section-content-wrapper {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-instgram-stories .section-content-wrapper {
    padding: 0;
  }
}
.section-instgram-stories .section-content-wrapper .event-title {
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3em;
  color: #F59E06;
}
@media only screen and (min-width: 768px) {
  .section-instgram-stories .section-content-wrapper .event-title {
    margin-bottom: 70px;
    font-size: 46px;
  }
}
.section-instgram-stories .section-content-wrapper .event-title .subtitle {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-instgram-stories .section-content-wrapper .event-title .subtitle {
    display: inline-block;
  }
}
.section-instgram-stories .wrapper-ig-share {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-instgram-stories .wrapper-ig-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.section-instgram-stories .wrapper-ig-share .ig-logo {
  width: 130px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .section-instgram-stories .wrapper-ig-share .ig-logo {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.section-instgram-stories .wrapper-ig-share .cta-wrapper {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-instgram-stories .wrapper-ig-share .cta-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.section-instgram-stories .wrapper-ig-share .cta-wrapper p {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: bold;
  color: #F59E06;
}
.section-instgram-stories .wrapper-ig-share .cta-wrapper a {
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 60px;
  margin: 0 auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #F59E06;
  border-radius: 50px;
}

.modal-filter {
  display: none;
}
.modal-filter.visible {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
