/*
Theme Name:       DAT Child Theme
Theme URI:        http://www.a3rev.com/
Description: DAT Child Theme requires the parent DAT theme to be installed and activated BEFORE it can be activated. Using a child theme is recommended as modifications made to the theme will not be lost when the parent theme is updated.
Author: a3rev Software
Author URI:       http://www.a3rev.com
Tags:             dat
Template:         dat
Template Version: 6.1
Text Domain:      dat-child
Domain Path:      /languages
Version:          1.0.0

	Copyright: (c) 2011 a3THEMES Software Development team.
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

header .a3-hide-on-desktop,
.site-header-3 {
	z-index: 11;
}
.site-header-3 .site-navigation .wp-block-navigation__responsive-container.is-menu-open {
    background: #00000099 !important;
}
.site-header-3 .site-navigation .wp-block-navigation__responsive-container-content {
    background: #000;
}
.site-header-3 .site-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content ul li {
    border-top: none;
}
.site-header-3 .site-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content > ul > li {
    border-top: 1px solid #ffffff33;
}
.site-header-3 .wp-block-navigation__container > li.wp-block-navigation-item.current-open,
.site-header-3 .wp-block-navigation__container > li.wp-block-navigation-item:hover {
    background: var(--wp--preset--color--custom-primary-color) !important;
}
.site-header-3 .site-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content>ul>li>ul>li>a {
    min-height: 40px;
}