/* ADMIN BAR BUTTONS */
/* petrify button */
#wpadminbar ul li.petrify-toggle-button {
	background-color: rgb(168, 88, 88);
}
#wpadminbar ul li.petrify-toggle-button.active {
	background-color: rgb(88, 165, 168);
}

/* search engine button */
#wpadminbar #wp-admin-bar-search_engine_notice .ab-item {
	background-color: rgb(198, 168, 223);
	color: #000;
}