/*
Display Posts Shortcode CSS
Author: .display-posts-listing .author
Date: .display-posts-listing .date
Excerpt: .display-posts-listing .excerpt
Image link: .display-posts-listing .image
Image itself: .display-posts-listing .image img
Post title: .display-posts-listing .title
*/

.display_post_listing .title {
  font-weight:: 900;
  font-size:11pt;
  margin-top: 10px;
  padding-top: 10px;
  }

.display-posts-listing .excerpt-dash { display: none; margin-bottom: 10px;}

.display-posts-listing .excerpt {
  display: block;
  font-style: italic;
  text-align: justify;
  margin-left: 25px;
  margin-bottom: 10px;
}
display-posts-shortcode .listing-item { margin-bottom: 10px;}