
/**
Theme Name: Fabricate 4 All New Theme
Author: <a href="https://leap13.com/">Leap13</a>
Author URI: https://leap13.com
Description: Wiz is Awesome!
Version: 4.0.16
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wiz-child
Template: wiz
*/


@media (min-width: 1100px) {
  .post-type-archive-at-solution .site-content .wiz-container {
    display: flex;
    flex-flow: row nowrap;
  }

  .post-type-archive-at-solution .site-content .wiz-container .primary {
    flex: 1 1 auto;

  }
  .post-type-archive-at-solution .at-search-filters .search-categories form {
    display: flex;
    flex-flow: row wrap;
    gap: 0.5rem;
  }
  .post-type-archive-at-solution .at-search-filters .search-categories form fieldset {
    flex: 0 1 calc(25% - 1rem);
    
    max-height: 15rem;
    overflow: auto;
  }

}

.post-type-archive-at-solution .site-main {
  margin-top: 2.5rem;
}
