/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2020 | 21:10:06 */
/* Centers a single-returned element with 25% margins on either side */

.display-posts-listing.centered-single .listing-item {
	margin-bottom: 32px;
    margin-left: 25%;
    margin-right: 25%;
}

.display-posts-listing.centered-single .listing-item .title {
	display: block;
	text-align: center;
    font-size: 26px;
  font-family: "Montserrat",sans-serif;

}

.display-posts-listing.centered-single .listing-item .excerpt-dash {
	display: none;
}

.display-posts-listing.centered-single img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
  border: 1.5px solid #efefef

}

