/* Enter Your Custom CSS Here */

/* make the front page slideshow prettier */
.metaslider {
	margin-bottom: 20px; 
  box-shadow: 0px 6px 23px -8px rgba(0,0,0,0.75);
}

div.entry-content a {text-decoration: underline;}

/* fix the text wrapping on the Parish News listing on the front page */
div.display-posts-listing a.image img {
	float: left;
	margin-right: 10px;	
}

div.display-posts-listing div.listing-item {
	margin-top: 15px;
	content: ""; 
  clear: both;
  display: table;
}
/* last 3 lines of the above are the "clearfix hack" from W3schools */

/* this is a hack to supress display of the featured image on the homepage */
.page-id-2 .featured-image {
	display: none;
}