/*
	Theme Name: The Issue Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: theissue
	Text Domain: theissue
	Domain Path: /inc/languages
*/

.thb-social-links-container.mono-icons-horizontal .thb-social-link-wrap .thb-social-count {
    display: none;
    margin: 0 0 0 8px;
}

function wpb_search_filter( $query ) {
if ( $query->is_search && !is_admin() )
        $query->set( 'tag','-res' );
    return $query;
}
add_filter( 'pre_get_posts', 'wpb_search_filter' );