Hi,
The idea of the compatibility plugins are to make sure GD elements are delivered into the correct areas. I include minimal styling to override display errors caused by the theme’s css but try to keep these as few as possible because i don’t think the plugins should force styles onto all users who may want to style things themselves.
I am not seeing an issue with your review tab – could you be more specific about the problem?
I believe the calendar is going to be updated, but in the meantime you can add this to your stylesheet to fix the colour of the top bar:
.wpgeo-enfold .geodir_event_listing_calendar tr.title {
background: #ccc;
}
and fix the gap with the date using:
#geodir_event_calendar {
margin-top: -58px;
}
I will take a look at the location switcher on mobile and report back.