/*
Theme Name: NewsReview
Theme URI:  https://afthemes.com/products/newsreview/
Author:     AF themes
Author URI: https://afthemes.com/
Description: NewsReview is a responsive multipurpose WordPress child theme of ReviewNews, developed for news websites, corporate portals, and personal blogs. It offers a drag-and-drop header and footer builder compatible with Gutenberg and major page builders like Elementor and Brizy for flexible site design. The theme comes equipped with 50+ ready-to-import starter sites, 30+ custom widgets, and flexible layout options to support various content structures, from online stores to educational portals. Optimized for mobile-friendly performance and Core Web Vitals, it ensures fast loading and search engine visibility. NewsReview follows clean code practices, WCAG accessibility, and GDPR compliance while providing full RTL and multilingual support. Demo content is available in multiple languages, including English, Spanish, French, Japanese, and Arabic. Explore all features at https://afthemes.com/products/newsreview/
Template: reviewnews
Version: 1.0.8
Requires at least: 4.0
Requires PHP: 5.0
Tested up to: 6.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newsreview
Tags: news, blog, entertainment, one-column, two-columns, three-columns, four-columns, grid-layout, block-patterns, block-styles, left-sidebar, right-sidebar, custom-header, flexible-header, custom-background, custom-logo, custom-menu, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, footer-widgets, translation-ready, theme-options, threaded-comments, wide-blocks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

NewsReview WordPress Theme, Copyright 2025 AF themes
NewsReview is distributed under the terms of the GNU GPL v2 or later.
*/

.reviewnews-header div.custom-menu-link > a,
.reviewnews-header .top-header {
    background-color: #0047AB;
}

div#main-navigation-bar {
    background: #C1121F;
}

.exclusive-posts .exclusive-now {
    background: #0047AB;
}

.main-navigation .menu-description {
    background-color: #0047AB;
}

.main-navigation .menu-description:after {
    border-top: 5px solid #0047AB;
}

.af-cat-widget-carousel a.reviewnews-categories.category-color-1 {
    background-color: #0047AB;

}

a.reviewnews-categories.category-color-1 {
    color: #0047AB;
}

.af-cat-widget-carousel a.reviewnews-categories.category-color-2 {
    background-color: #C1121F;
}

a.reviewnews-categories.category-color-2 {
    color: #C1121F;
}

.site-info {   
    background-color: #0047AB;
}

.entry-content li > ol, .entry-content li > ul, .comments-area li > ol, .comments-area li > ul {
    margin: 5px 0 5px 20px !important;
    padding-left: 0;
}

.entry-content li [class^="wp-block-"] {
    margin-bottom: 5px;
}

.entry-content section.reviewnews-author-bio {
    margin-top: 24px;
}

span.wpcf7-list-item label {
    display: flex;
    align-items: center;
}
form.wpcf7-form label input[type="checkbox"]{
    width: unset;
    margin: 0 10px 0 0;
}
.entry-content .gallery {
    margin-top: 0;
    margin-bottom: 24px;
}