/*
Theme Name: Prime News Child
Theme URI: https://www.wpzoom.com/themes/prime-news
Template: wpzoom-prime-news
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */

@font-face {
    font-family: 'Fahkwang';
    src: url('fonts/Fahkwang-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Fahkwang';
    src: url('fonts/Fahkwang-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Fahkwang';
    src: url('fonts/Fahkwang-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Fahkwang';
    src: url('fonts/Fahkwang-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Fahkwang';
    src: url('fonts/Fahkwang-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Fahkwang';
    src: url('fonts/Fahkwang-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Fahkwang';
    src: url('fonts/Fahkwang-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Fahkwang';
    src: url('fonts/Fahkwang-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Fahkwang';
    src: url('fonts/Fahkwang-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Fahkwang';
    src: url('fonts/Fahkwang-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Fahkwang';
    src: url('fonts/Fahkwang-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Fahkwang';
    src: url('fonts/Fahkwang-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

body, h1, h2, h3, h4, h5, h6, p, a, div, input, textarea, button, li, ul, ol, blockquote, cite, figcaption, table, th, td {
    font-family: 'Fahkwang', Arial, sans-serif !important;
}

.submit-news,
.submit-news:link,
.submit-news:visited,
.submit-news:hover,
.submit-news:focus,
.submit-news:active {
    background: #333;
    color: white;
    padding: 8px 16px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.submit-news:hover {
    background:#000;
    color: white !important;
    text-decoration: none;
}

/* Limit logo height for best practice */
.navbar-brand-wpz img {
    max-height: 60px;
    height: auto;
    width: auto;
    display: block;
    margin: 0;
}

.brand-wrap {
    align-items: center;
    min-height: 70px;
}

.featured_area {
    display: none !important;    
}

@media (max-width: 768px) {
    .site-widgetized-section.section-ticker,
    .featured_area,
    .home_dark_area,
    .inner-wrap.posts-wrap {
        display: none !important;
    }
}

/* openvoicecoin, cryptowp, Breaking News, (Economoics-Politics & Government), (Crime-General News)  */
#custom_html-10,
#cryptowp_widget-5,
#wpzoom-featured-cat-enhanced-4,
#wpzoom-featured-cat-2cols-enhanced-4,
#wpzoom-featured-cat-2cols-enhanced-5 {
    display: none !important;
}

@media (max-width: 768px) {
    #custom_html-10,
    #cryptowp_widget-5,
    #wpzoom-featured-cat-enhanced-4,
    #wpzoom-featured-cat-2cols-enhanced-4,
    #wpzoom-featured-cat-2cols-enhanced-5 {
        display: block !important;
    }
}

.pmb-print-this-page {
    justify-content: flex-start !important;
    text-align: left !important;
}

a.button.button-secondary.wp-block-button__link {
    background: none !important;
    border: none !important;
    color: inherit !important;
    padding: 0 !important;
    box-shadow: none !important;
    display: inline !important;
    font-size: inherit !important;
    border-radius: 0 !important;
    text-decoration: underline !important;
    font-weight: inherit !important;
    cursor: pointer !important;
    text-align: left !important;
    width: auto !important;
}

body:not(.logged-in) .pmb-print-this-page.wp-block-button {
    display: none !important;
}

/* Read More Articles Button Styling */
.read-more-section {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.read-more-button {
    display: inline-block;
    background: #333;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.read-more-button:hover {
    background: #000;
    color: white !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.read-more-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(51,51,51,0.3);
}

/* Ensure proper spacing in widget areas */
.featured_category_2col .read-more-section {
    margin-top: 15px;
}

.featured-grid-single .read-more-section {
    margin-top: 15px;
}

/* Mobile-specific styles for Read More buttons */
@media (max-width: 768px) {
    .read-more-section {
        text-align: center;
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid #eee;
        display: block !important;
    }
    
    .read-more-button {
        display: inline-block !important;
        background: #333;
        color: white;
        padding: 8px 16px;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 500;
        transition: all 0.3s ease;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        width: auto;
        max-width: 100%;
    }
    
    .read-more-button:hover {
        background: #000;
        color: white !important;
        text-decoration: none;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }
    
    .featured_category_2col .read-more-section {
        margin-top: 10px;
    }
    
    .featured-grid-single .read-more-section {
        margin-top: 10px;
    }
}
