Sample Taxonomy
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'your-taxonomy', 'terms' => 'your-term', 'field' => 'slug', 'operator' => 'IN', ), array( 'taxonomy' => 'your-taxonomy-2', 'terms' => 'your-terms-2', 'field' => 'slug', 'operator' => 'IN', ), );