/*
Theme Name: ExodosWP Child
Theme URI: https://www.patriciakingministries.com
Template: exodoswp
Author: Kingdom Media
Description: Complete optimized child theme for Patricia King Ministries
Version: 1.0
*/

@import url("../exodoswp/style.css");

/* ====================== LISTING PAGES ====================== */
.archive .post img,
.category .post img,
.blog .post img,
.taxonomy .post img,
.post-type-archive .post img,
.blog_custom img,
.entry-summary img,
.post-excerpt img,
.single-post.grid-view img {
    display: none !important;
}

/* Hide Author & Post Count Everywhere */
.post-author,
.byline,
.author.vcard,
.entry-meta .author,
.post-meta .author,
.meta-subtitle,
.exodos-meta-group .col-md-4:first-child {
    display: none !important;
}

/* ====================== SINGLE BLOG POST ====================== */
.single-post .article-header img,
.single-post .article-details img,
.single-post .post-thumbnail img,
.single-post img.wp-post-image {
    margin-bottom: 80px !important;
    display: block !important;
}

/* Clean Single Post Container */
.single-post .main-content,
.single-post .article-content,
.single-post .high-padding {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 8px;
}