SOF tax and term lookup posts
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'event-type', 'terms' => 'term_query', 'field' => 'name', 'operator' => 'IN', 'include_children' => false, ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'event-type', 'terms' => 'term_query', 'field' => 'name', 'operator' => 'IN', 'include_children' => false, ), );