Hey Pat,
Thanks for getting in touch! I’ll help you fixing this…
From what I see in the source code the items you mention are not marked up as an unordered list. But the two items above those are, and indeed are not showing bullets.
It seems that there’s a CSS rule in your theme to prevent this, which you can override with the following code:
.tribe-events-content li {
list-style-type: disc;
}
You can add that snippet via Simple Custom CSS plugin or directly to your theme (or child theme) stylesheet.
Please give a try and let me know about it,
Best,
Nico