/*
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;
}

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


#custom_html-10,
#wpzoom-featured-cat-20,
#wpzoom-featured-cat-2cols-7,
#cryptowp_widget-5 {
    display: none !important;
}

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