$cat1,
'post_type' => 'post',
'posts_per_page' => 3,
'post_status' => 'publish',
'ignore_sticky_posts' => true
);
$fairy_featured_query = new WP_Query($fairy_cat_post_args);
if ($fairy_featured_query->have_posts()) :
while ($fairy_featured_query->have_posts()) : $fairy_featured_query->the_post();
?>