/*
Theme Name: PopularFX Child
Description: Child theme for EcoBerko, including Wilder Berko page and news post styling.
Author: EcoBerko
Template: popularfx
Version: 2.4.0
Text Domain: popularfx-child
*/
body.page-template-page-wilder-berko .post-thumbnail {display:none!important;}
body.page-template-page-wilder-berko .wb-page-title,
body.single-post.wb-news-post .wb-post-title {
 font-family:"Noto Sans",Arial,sans-serif;font-size:42px;font-weight:500;line-height:1.15;
 color:rgb(37,112,46);max-width:1280px;margin:30px auto 35px;padding:0;
}
body.page-template-page-wilder-berko .wb-latest-news {max-width:1280px;margin:45px auto 35px;}
body.page-template-page-wilder-berko .wb-latest-news-title {
 font-family:"Noto Sans",Arial,sans-serif;font-size:30px;font-weight:500;line-height:1.2;
 color:rgb(37,112,46);margin:0 0 24px;
}
body.page-template-page-wilder-berko .wb-news-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;}
body.page-template-page-wilder-berko .wb-news-image {display:block;margin-bottom:14px;}
body.page-template-page-wilder-berko .wb-news-image img {display:block;width:100%;height:210px;object-fit:cover;}
body.page-template-page-wilder-berko .wb-news-item-title {
 font-family:"Noto Sans",Arial,sans-serif;font-size:21px;font-weight:500;line-height:1.25;margin:0 0 7px;
}
body.page-template-page-wilder-berko .wb-news-item-title a {color:rgb(37,112,46);text-decoration:none;}
body.page-template-page-wilder-berko .wb-news-item-title a:hover {text-decoration:underline;}
body.page-template-page-wilder-berko .wb-news-date {font-size:13px;color:#666;margin-bottom:9px;}
body.page-template-page-wilder-berko .wb-news-excerpt {font-size:15px;line-height:1.5;color:#333;}
body.single-post.wb-news-post .post-thumbnail,
body.single-post.wb-news-post .entry-header {display:none!important;}
@media(max-width:1320px){
 body.page-template-page-wilder-berko .wb-page-title,
 body.page-template-page-wilder-berko .wb-latest-news,
 body.single-post.wb-news-post .wb-post-title {margin-left:4%;margin-right:4%;}
}
@media(max-width:768px){
 body.page-template-page-wilder-berko .wb-page-title,
 body.single-post.wb-news-post .wb-post-title {font-size:34px;}
 body.page-template-page-wilder-berko .wb-news-grid {grid-template-columns:1fr;}
 body.page-template-page-wilder-berko .wb-news-image img {height:auto;}
}


/* ---------- Clean Wilder Berko single-post layout ---------- */

/* Remove standard PopularFX single-post furniture for Wilder Berko news only. */
body.single-post.wb-news-post #secondary,
body.single-post.wb-news-post .widget-area,
body.single-post.wb-news-post .entry-footer,
body.single-post.wb-news-post .post-navigation,
body.single-post.wb-news-post .navigation.post-navigation,
body.single-post.wb-news-post .nav-links,
body.single-post.wb-news-post .edit-link {
    display: none !important;
}

/* Let the article use the main page width rather than leaving room for a sidebar. */
body.single-post.wb-news-post #primary,
body.single-post.wb-news-post .site-main {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Align the actual article content with the Wilder Berko title. */
body.single-post.wb-news-post article .entry-content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/* Comfortable reading width for ordinary article text. */
body.single-post.wb-news-post article .entry-content > p,
body.single-post.wb-news-post article .entry-content > ul,
body.single-post.wb-news-post article .entry-content > ol,
body.single-post.wb-news-post article .entry-content > blockquote,
body.single-post.wb-news-post article .entry-content > h2,
body.single-post.wb-news-post article .entry-content > h3,
body.single-post.wb-news-post article .entry-content > h4 {
    max-width: 900px;
}

body.single-post.wb-news-post article .entry-content > p {
    font-size: 17px;
    line-height: 1.65;
    color: #444;
}

@media (max-width: 1320px) {
    body.single-post.wb-news-post article .entry-content {
        margin-left: 4%;
        margin-right: 4%;
    }
}

/* v2.3: align Wilder Berko post title with article text and tighten top spacing. */
body.single-post.wb-news-post .wb-post-title {
    margin-top: 20px;
    margin-bottom: 25px;
}
body.single-post.wb-news-post .wb-post-title,
body.single-post.wb-news-post article .entry-content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
body.single-post.wb-news-post #primary,
body.single-post.wb-news-post .site-main {
    padding-top: 0 !important;
}
@media (max-width: 1320px) {
    body.single-post.wb-news-post .wb-post-title,
    body.single-post.wb-news-post article .entry-content {
        margin-left: 4%;
        margin-right: 4%;
    }
}

/* v2.4: post title is inside entry-content, so inherit its left alignment. */
body.single-post.wb-news-post .wb-post-title {
    max-width: 900px;
    margin: 20px 0 25px 0;
}
