
/*
Plugin Name: Clean Up WP Plugins
Plugin URI: https://github.com/dolatabadi/cleanup-wp-plugins
Author: Dolatabadi
Author URI: https://github.com/dolatabadi/
Description: Clean up WordPress plugins from promotional banners, donation links, newsletter and unnecessary messages.
Version: 1.0.1
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Core Style For Settings Page
# All in One SEO Pack
# Category Order and Taxonomy Terms Order and Post Type Orders
# Google Analytics by MonsterInsights
# Google XML Sitemaps
# Meta Slider
# Ninja Forms
# User Role Editor
# WP User Avatar
# WP Subscribe
# Yoast SEO
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Core Style For Settings Page
--------------------------------------------------------------*/
.plugins-list ul{
 margin-bottom:20px;
 overflow:hidden;
 border-top:1px solid #ccc;
}
.plugins-list li{
 line-height:1.5em;
 border-bottom:1px solid #ccc;
 float:left;
 display:inline;
}
#double li{width: 50%;}
#triple li{width: 33.333%; }
/* fix the columns in mobile devices */
@media (max-width: 500px) {#triple li {width: 100%; }}

/*--------------------------------------------------------------
# All in One SEO Pack
--------------------------------------------------------------*/
.aioseop_top, .aioseop_sidebar{display: none !important;}

/*--------------------------------------------------------------
# Category Order and Taxonomy Terms Order and Post Type Orders
--------------------------------------------------------------*/
#cpt_info_box{display: none !important;}
.acf-column-2{display: none !important;}
.acf-columns-2{margin-right: 0;}

/*--------------------------------------------------------------
# Google Analytics by MonsterInsights
--------------------------------------------------------------*/
#yoast-ga-wrapper .yoast-ga-banners{display: none !important;}

/*--------------------------------------------------------------
# Google XML Sitemaps
--------------------------------------------------------------*/
#side-sortables #dm_donations{display: none !important;}

/*--------------------------------------------------------------
# Meta Slider
--------------------------------------------------------------*/
/* Remove the social sharing box */
#metaslider_social{display: none !important;}

/*--------------------------------------------------------------
# Ninja Forms
--------------------------------------------------------------*/
#nf-admin-notice-three-is-coming{display: none !important;}
/* upgrade notice */
.nf-admin-notice{display: none !important;}
/* ninja banner on add-on page */
.nf-brand-header{display: none !important;}

/*--------------------------------------------------------------
# User Role Editor
--------------------------------------------------------------*/
.ure-sidebar{display: none !important;}

/*--------------------------------------------------------------
# WP User Avatar
--------------------------------------------------------------*/
/* remove the sidebar containing pro version details */
#fc-sidebar{display: none !important;}

/*--------------------------------------------------------------
# WP Subscribe
--------------------------------------------------------------*/
#wpsubscribe-notice{display: none !important;}

/*--------------------------------------------------------------
# Yoast SEO
--------------------------------------------------------------*/
.wpseo_content_wrapper #sidebar-container{display: none !important;}
#i18n_promo_box{display: none !important;}
