ait-items with no childeren
$tax_query = array( array( 'taxonomy' => 'ait-items', 'terms' => array( '9', '14' ), 'field' => 'term_id', 'include_children' => false, ), );
$tax_query = array( array( 'taxonomy' => 'ait-items', 'terms' => array( '9', '14' ), 'field' => 'term_id', 'include_children' => false, ), );