/*
Theme Name: Nicex (Child Theme)
Theme URI: http://madsparrow.us/
Author: Mad Sparrow
Author URI: https://themeforest.net/user/madsparrow
Description: Nicex – brings your site to life with immersive featured images and subtle animations. With a focus on portfolio sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our theme works great in many languages, for any abilities, and on any device.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready, page transition
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nicex
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template: nicex
*/

/* Add your own modification from here
-------------------------------------------------------------- */
/* Misma cabecera en Inicio que en las páginas interiores. */
body.home .main-header.ms-nb--transparent {
    display: flex;
    height: var(--main-header-height-md) !important;
    min-height: var(--main-header-height-md) !important;
}
body.home .main-header.ms-nb--transparent .main-header__layout::after {
    background-color: hsla(var(--color-bg-h), var(--color-bg-s), var(--color-bg-l), .8);
    border-color: hsla(var(--color-bg-h), var(--color-bg-s), var(--color-bg-l), .2);
}
body.home .main-header.ms-nb--transparent .logo-dark { opacity: 1; }
body.home .main-header.ms-nb--transparent .logo-light { opacity: 0; }
body.home .main-header.ms-nb--transparent:not(.show-bg) .action-menu .burger .icon-burger,
body.home .main-header.ms-nb--transparent:not(.show-bg) .action-menu .text span,
body.home .main-header.ms-nb--transparent:not(.show-bg) .main-header__layout .main-header__default .navbar-nav > .menu-item > a,
body.home .main-header.ms-nb--transparent:not(.show-bg) .main-header__nav-trigger {
    color: var(--color-contrast-high) !important;
}
body.home .main-header__layout { border-bottom: 1px solid !important; }

