/*
Theme Name: Virtue Child Theme
Theme URI: https://kadencewp.com/product/virtue-free-theme/
Description: A child theme of Virtue, created by Lisa Ward.
Version: 3.3.9
Author: Lisa Ward 
Author URI: https://www.freshwebcreations.com/
Tags: custom-colors, two-columns, one-column, custom-header, custom-menu, featured-images, translation-ready, theme-options, blog, e-commerce, portfolio, rtl-language-support, block-styles, wide-blocks
Template: virtue
Text domain:virtue-child

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl.html
*/

.postdate.bg-lightgray.headerfont {
    margin-bottom: 15px;
}

.single-news img.attachment-full.size-full.colorbox-12555.wp-post-image {
    padding: 2rem 0;
}

.post-type-archive-news .post-title h2 {
	margin: 1rem 0 1rem;
	line-height: 1.5;
}

.single-news h1.entry-title {
    line-height: 1.5;
}

img.attachment-full.size-full.wp-post-image {
    padding: 0 0 2rem;
}


.post-type-archive-news img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: 300px;
}

.post-thumbnail.archive {
    margin-top: 1rem;
}

.single-news .subhead, .post-type-archive-news .subhead {
    display: none;
}
.single-news .entry-content, .post-type-archive-news .entry-content {
    width: 99%;
}

@media screen and (max-width: 400px){
	.post-type-archive-news img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: 215px;
}
}