@media (min-width: 769px) and (max-width: 1310px) {
  .wvc-listing__search {
    display: flex;
  }
  .wvc-listing__search .search-holder {
    display: flex;
  }
  .wvc-listing .container {
    max-width: 728px;
  }
  .wvc-listing__inner {
    flex-direction: column;
    padding-top: 110px;
  }
  .wvc-sidebar {
    display: none;
  }
  .wvc-filters-row {
    display: flex;
  }
  .wvc-cat-dropdown {
    display: block;
    flex: 0 0 230px;
    width: 230px;
  }
  .wvc-subcat-filter {
    display: block;
  }
  .wvc-subcats {
    display: none;
  }
  .wvc-listing__main {
    flex: none;
    width: 100%;
  }
  .wvc-cards {
    grid-template-columns: repeat(3, 228px);
    column-gap: 21px;
    row-gap: 64px;
    justify-content: center;
  }
  .wvc-card__thumb {
    width: 228px;
    height: 166px;
  }
  .post-type-archive-website-template .left-right.white_background {
    margin: 128px 0;
  }
  .post-type-archive-website-template .horizontal-blocks {
    margin: 128px 0;
  }
  .post-type-archive-website-template .callout_container.section_padding {
    padding: 0 0 64px 0;
  }
  .post-type-archive-website-template .faq-section.one-column {
    padding: 64px 0 !important;
  }
}
