/*
Theme Name: ReviewMag
Theme URI:  https://afthemes.com/products/reviewmag/
Author:     AF themes
Author URI: https://afthemes.com/
Description: ReviewMag is a high-performance WordPress child theme built on the ReviewNews framework, specifically designed for editorial portals, high-traffic news sites, and magazine-style blogs. It features a versatile header and footer builder that provides code-free layout customization with native support for the Block Editor, Elementor, and Divi. Engineered for speed, the theme focuses on Google Core Web Vitals and PageSpeed performance through a lightweight codebase and AMP compatibility. It includes over 50 starter demos, 30+ custom widgets, and advanced block patterns tailored for journalists and digital publishers. ReviewMag is fully WooCommerce-integrated, SEO-optimized, and follows WCAG accessibility and GDPR standards. It is RTL-ready and supports multilingual content with demos available in English, Spanish, German, French, Japanese, Chinese, and Arabic. Explore all features at https://afthemes.com/products/reviewmag/
Template: reviewnews
Version: 1.0.6
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: reviewmag
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.

ReviewMag WordPress Theme, Copyright 2025 AF themes
ReviewMag is distributed under the terms of the GNU GPL v2 or later.
*/
.main-navigation .menu-description {
    background-color: #0047AB;
}

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

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

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

.exclusive-posts .exclusive-now {
    background: #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 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;
}