/********************* CUSTOM RESPONSIVE *******************/
@media only screen and (max-width: 1699px) {
}

@media only screen and (max-width: 1499px) {
}

@media only screen and (max-width: 1399px) {
}

@media only screen and (max-width: 1200px) {
  /* LANGUAGE */
  .wpml-ls-legacy-list-horizontal a {
    font-size: 18px;
  }

  /* SLIDE */
  .sc-slider img {
    height: 520px;
  }
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 880px) {
  /* LANGUAGE */
  .wpml-ls-legacy-list-horizontal a {
    font-size: 16px;
  }

  /* SLIDE */
  .sc-slider img {
    height: 420px;
  }
}

@media only screen and (max-width: 767px) {
  /* Menu Close Bar */
  .dialog-close-button {
    right: inherit;
    left: 20px;
  }

  /* BUTTON */
  #sc-elementor-round-btn {
    width: 96px;
    height: 96px;
  }

  /* SLIDE */
  .sc-slider img {
    height: 300px;
  }
  .sc-slider .elementor-swiper-button {
    display: none !important;
  }
  .sc-slider .elementor-image-carousel-wrapper {
    width: calc(100% - 20px) !important;
  }
}

@media only screen and (max-width: 575px) {
}
