#menu-posts {
	display: none;
}

.no_label>.acf-label {
	display: none;
}

#dashboard_activity {
display: none;}

.hide {
	display: none!important;
}

.acf-field-repeater tbody tr:nth-of-type(even) .acf-row-handle,
.acf-flexible-content .layout:nth-of-type(even) {
	background: hsl(100, 100%, 94%);
}

.acf-field-repeater tbody tr:nth-of-type(odd) .acf-row-handle,
.acf-flexible-content .layout:nth-of-type(odd)  {
	background: hsl(170, 100%, 94%);
}

img[src^="https://secure.gravatar.com"] {
	display: none!important;
}