/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2019 | 21:00:44 */
/* Top image alignment option for display posts, with title included and centered 
by default, can be turned off in shortcode). 

UNABLE TO DO: 
1. Crop featured image to 16:9 ratio like with featured taxonomies
2. Change title size (get aroun by turning off title and using title on page above shortcode)
3. Center image

REFERENCE: https://displayposts.com/2019/01/04/image-alignment/ */

.display-posts-listing.image-top-center-title .listing-item {
	margin-bottom: 32px;
}

.display-posts-listing.image-top-center-title .listing-item .title {
	display: block;
	text-align: center
}

.display-posts-listing.image-top-center-title .listing-item .excerpt-dash {
	display: none;
}



