/*
Theme Name: Coog Child
Theme URI: https://www.coog.com.br
Author: Developer
Author URI: https://www.coog.com.br
Description: Tema filho do Coog - Personalizações e customizações
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coog-child
Domain Path: /languages
Template: coog
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
*/
:root {
    --site-header:#01b8ff !important;
    --hover-yellow:#cbe3ff !important;
}
.site-header {
    border-bottom:none !important;
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
}
.primary-nav__list > li > a:hover::after, .primary-nav__list > li.current-menu-item > a::after{
    background-color:#01b8ff !important;
}