@charset "UTF-8";
/*!
Theme Name: Eximious Fashion
Theme URI: http://unfoldwp.com/products/eximious-magazine/fashion/
Author: Unfoldwp
Author URI: https://unfoldwp.com/
Description:  Eximious Fashion is a child theme of Eximious Magazine. The theme has different fonts and color setup. The theme has added some extra design functionality. By using the combination of those options together you can create a site where you will have control on how the things are displayed on your site. The theme is suitable for any type of news, magazine, entertainment or blog websites.
Template: eximious-magazine
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eximious-fashion
Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-background, custom-logo, custom-menu, e-commerce, custom-header, grid-layout,featured-images, footer-widgets, post-formats, threaded-comments, theme-options, translation-ready, wide-blocks, rtl-language-support

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.

Eximious Fashion is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

:root {
    /* Font Family */
    --font-headings: "Handlee", cursive;
    --font-base: "Lato", sans-serif;
    --font-primary-menu: "Lato", sans-serif;

    --heading--letter-spacing: 0.5px;

    /* Colors */
    --global--color-accent: #f44336;
    --global--link-color: #f44336;
    --global--color-header-social-nav-hover: #f44336;
    --global--color-header-search-btn-bg: #f44336;
    --global--color-topbar-menu-hover: #f44336;
    --global--color-scroll-top-bg: #f44336;
    --global--color-primary-menu-hover-border: #f44336;
    --global--color-sub-menu-hover-border: #f44336;
    --global--color-primary-menu-active-border: #f44336;
    --global--color-breadcrumb: #f44336;
    --global--color-preloader: #f44336;
    --global--color-progressbar: #f44336;
    --global--color-btn-bg: #f44336;
    --global--color-trending-text-bg: #f44336;
}
.eximious-magazine-list-posts .article-block-wrapper .article-title,
.eximious-magazine-recent-posts-widget
    .article-block-wrapper
    .article-details
    .entry-title {
    font-size: 1.6rem;
    font-weight: 500;
}
.eximious-magazine-block-overlay.overlay_w_gradient {
    opacity: 0.8;
}
