/*
Theme Name: Axolotl - Employee
Author: Propaganda3
Author URI: https://wordpress.org/
Description: Axolotl - Child Theme for Employee
Template: axolotl
Version: 1.1.2
Text Domain: Axolotl
*/


body.home header.site-header {
    background: var(--white-color);
    color: var(--black-color);
}

body .body-content {
    padding-top: 101px !important;
}

body.home header.site-header .logo-wrapper .logo.color {
    opacity: 1;
}

body.home header.site-header .logo-wrapper .logo.white {
    opacity: 0;
}

body.home header.site-header nav .menu-primary-menu-container > ul > li.menu-item-has-children > a::after {
    color: var(--light-brown-color);
}
.body-content > section:first-child {
    margin-top: 0 !important;

}