/* Hides 'Theme Options' button in admin bar */
#wp-admin-bar-avia { 
    display: none !important;
}

/* Hides 'Updates' button in admin bar */
#wp-admin-bar-updates {
	display: none !important;
}

/* Hides 'Customize' button in admin bar */
#wp-admin-bar-customize {
	display: none !important;
}

/* Hides the Quick CSS box in Enfold settings */
#wpbody #avia_options_page #avia_quick_css .avia_control_container > div {
	display:none !important;
}

#wpbody #avia_options_page #avia_quick_css .avia_control_container:after {
	content:"Don't be an idiot. Use style.css in the child theme to change the styling.";
}