@Jan Deelstra: Hum, it’s not the problem of third widget. It’s the problem with “Grab the Pop Corn. Grab the Wine. Women’s Empowerment THEATRE” widget in your sidebar. You have forget to close your hyperlink.
I see the code in your site as below, where </a>
is missing:
<a href="http://www.JanDeelstra.com/theatre"><img class="alignnone wp-image-6219 size-medium" src="http://www.jandeelstra.com/wp-content/uploads/2015/03/movie_film_camera-500x421.png" alt="movie_film_camera" width="500" height="421" />NOW PLAYING!
So, replace that with the following:
<a href="http://www.JanDeelstra.com/theatre">
<img class="alignnone wp-image-6219 size-medium" src="http://www.jandeelstra.com/wp-content/uploads/2015/03/movie_film_camera-500x421.png" alt="movie_film_camera" width="500" height="421" />
NOW PLAYING!
</a>