/*!
Theme Name: Asenkai
Theme URI: https://www.themedox.com/arino
Author: Laralink
Author URI: https://themeforest.net/user/laralink/
Description: Arino - Creative Agency WordPress Theme
Version: 1.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arino
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.
*/
/* Make header background transparent */
/* Force transparent header background */
header.asenkai-header {
    background-color: transparent !important;
    border-bottom: none !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

/* Force bold white menu text */
header.asenkai-header .asenkai-menu li a {
    font-weight: 700 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

