/*
 * Styles for the Latest Post Full Content Shortcode
 */
.latest-post-full-content-wrapper .entry-title {
    font-size: 32px;
    margin-bottom: 10px;
    display:none;
}

.latest-post-full-content-wrapper .entry-title a {
    text-decoration: none;
    color: #333;
}

.latest-post-full-content-wrapper .post-meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}

.latest-post-full-content-wrapper .entry-content p {
    line-height: 1.8em;
}