Hello sfdsparish,
I completely understand your frustration, but I’m not certain the problem is with the plugin in this case.
On line 1405 of your compiled CSS style sheet, there is a line that sets all ‘.events-archive .entry-title’ to ‘display: hidden’. That is why the events are not there.
I see that you made a new style sheet to correct the problem with the solution I’ve given above. There is a typo in that style sheet, you have two colons. If you change ‘display: block:’ to ‘display: block;’ it will work as advertised.
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll