/* Display Posts Styling */
.postslist li.listing-item {
    list-style: none;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    width: 30%;
    float: left;
    margin-right: 20px;
}

.postslist img {
    float: left;
    margin: 0 10px 10px 0;
}

@media (max-width: 800px) {
	.widget_featured_posts .first-post {
   float: none;
   width: 100%;
   margin-bottom: 20px;
}
.widget_featured_posts .following-post {
   float: none;
   width: 100%;
}
}

@media (max-width: 800px) {
	.widget_featured_posts.widget_featured_posts_vertical .first-post {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}

.widget_featured_posts.widget_featured_posts_vertical .following-post {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
}

a.title {
font-size: 1.2em;
    font-weight: 900;
}

span.excerpt-dash {
    display: none;
}

span.date {
    font-size: 14px;
    display: block;
}

ul.display-posts-listing {
    padding-left: 0;
}

.frntpgevents ul.display-posts-listing {list-style: none; text-align: center}

.frntpgevents a:hover {background-color: #2b6f9e}

.frntpgevents a {color: #ffffff;]