@media all and (min-width: 1000px) {
  header .hide_desktop.menu-item {
    display: none !important;
  }
}

@media all and (max-width: 1800px) {
  body.home::before {
    min-height: 230vh;
  }
}

@media all and (max-width: 999px) {
  #btn_header {
    display: none;
  }

  .cs-industries-grid.columns-2,
  .cs-industries-grid.columns-3,
  .cs-industries-grid.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ts-nav {
    display: none;
  }

  .ts-menu-toggle {
    display: block;
  }

  .ts-nav-wrapper {
    width: 100%;
  }

  .ts-mobile-list .sub-menu li {
    width: 100%;
  }

  .mega-2col:hover>.sub-menu,
  .mega-2col.focus>.sub-menu,
  .mega-2col.elementor-active>.sub-menu {
    display: block;
  }

  body .mega-2col>.sub-menu>li>a {
    white-space: unset;
  }

  body .mega-2col>.sub-menu {
    min-width: 100%;
    padding-bottom: 100px;
  }

  .ts-mobile-list .sub-menu {
    height: 100%;
  }

  .ts-mobile-menu {
    overflow-y: auto;

    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767px) {

  /* HOME */
  .seo-service-grid.columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .domain-header .dh-tag {
    font-size: 14px;
  }

  .footnote {
    font-size: 14px;
  }

  /*  */
  body.home::before {
    min-height: 500vh;
  }

  /* home */
  .audience-grid-widget {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .audience-item span {
    min-height: auto !important;
    padding: 18px 16px;
    border-radius: 8px;
  }

  .audience-item b {
    font-size: 16px;
    padding-right: 36px;
    margin-bottom: 6px;
  }

  .audience-item small {
    font-size: 14px;
    line-height: 1.5;
  }

  .audience-item span::after {
    width: 28px;
    height: 28px;
    right: 14px;
    top: 14px;
  }

  /*  */
  .h-post-list {
    gap: 30px;
  }

  .h-post-item {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
  }

  .h-post-thumb,
  .h-post-content {
    width: 100%;
  }

  .h-post-thumb img {
    height: 220px !important;
    border-radius: 8px;
  }

  .h-post-title {
    margin-bottom: 12px;
    font-size: 20px !important;
    line-height: 1.35;
    -webkit-line-clamp: 2;
  }

  .h-post-title a {
    font-size: 20px;
  }

  .h-post-date {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .h-post-excerpt {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
  }

  .h-read-more {
    min-width: 150px;
    height: 44px;
    font-size: 13px;
  }

  .h-post-icon {
    width: 64px;
    height: 64px;
  }

  .h-post-icon i {
    font-size: 18px;
  }

  /* recent */
  .h-recent-posts {
    gap: 6px;
  }

  .h-post-item {
    padding: 8px 10px;
    border-radius: 8px;
  }

  .h-post-title {
    font-size: 14px !important;
    line-height: 1.5;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Case_Studies_Industries_Widget  */
  .cs-industries-grid.columns-2,
  .cs-industries-grid.columns-3,
  .cs-industries-grid.columns-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  /*  */
  .cs-meta-box {
    width: 100%;
    padding: 20px 11px;
  }

  .cs-meta-label {
    text-align: center;
  }

  .cs-meta-value,
  .cs-meta-tag {
    margin: auto;
  }

  /* menu  */
}