/* CUSTOM RESPONSIVE */

.show-only-device {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .lasr-discover-categories__list-item {
    width: 100%;
  }

  .elementor .blog-bottom-posts-item__left-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .elementor .blog-bottom-posts-item__left {
    width: 50%;
  }

  .blog-bottom-posts-item__right {
    width: 50%;
  }

  .blog-bottom-posts-container {
    column-gap: 15px;
  }

  li.landingpages-item {
    width: 500%;
  }

  .landingpages-owl.owl-carousel .owl-stage-outer {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .show-only-desktop {
    display: none;
  }
  .show-only-device {
    display: block;
  }
}

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

@media only screen and (max-width: 767px) {
  li.landingpages-item {
    width: 100%;
  }

  .lasr-discover-categories__list-item {
    width: 50%;
  }

  .blog-bottom-posts-item {
    width: 100%;
  }

  .search .elementor-column.search-page-right {
    order: 1;
  }

  .search .elementor-column.search-page-left {
    order: 2;
  }

  .search-page-right .lsc-container,
  .search-page-right .lsa-container,
  .search-page-right .elementor-widget.elementor-widget-shortcode {
    display: none;
  }

  .search .search-page-right .elementor-widget-search-form {
    margin-bottom: 0;
  }

  .lsp-item-left-content_desc {
    display: none;
  }

  .lsp-item-left-content_title a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .elementor .lsp-item-right-thumbnail img {
    height: 50px;
    width: 60px;
  }

  .lsp-item-left {
    width: calc(100% - 90px);
  }

  .lsp-item {
    flex-wrap: wrap;
  }

  .lsp-item-right {
    min-width: 50px;
  }
}

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

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

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

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

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

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