/*
Custom Style
=========================== */
nav {
	border-bottom: solid 1px #efefef;
	min-height: 60px;
}

nav .wrap-core-nav-list,
nav .nav-header {
}

nav .brand {
	display: block;
	position: relative;
	width: 150px;
	top: 20px;
}

nav .brand img {
	width: 100%;
}

nav .menu li a {
	display: block;
    font-size: 1em;    
	padding: 4px 16px; 
	text-decoration: none;
	color: #fff;
}
nav .menu li.active > a,
nav .menu li a:hover {
	color: #ffcf60;
}

nav button {
	background: transparent;
	border: none;
	outline: none;
}

@media (max-width: 992px) {
	.core-nav .nav-header{
		top: 3px;
	}
	nav .full-container,
	nav .nav-container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	nav .nav-header {
		/* min-height: 60px; */
	}

	nav .nav-header .brand {
		margin: 0 auto 5px;
		float: none;
	}

	nav .nav-header .toggle-bar {
        font-size: 2.3em;
        position: absolute;
        top:  calc(50% - 18px);
        left: 1px;
        display: inline-block;
        z-index: 99;
        color: #fff;
	}

	nav .menu li a {
		padding: 10px 10px;
		border-bottom: solid 1px #efefef;
	}

	nav .menu li:last-child a {
		border-bottom: none;
	}
}
/* =========================== */
.open header{
	z-index: 999;
	width: 100%;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.open #sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 200vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    -ms-touch-action: none;
    touch-action: none;
    will-change: opacity;
}
@media (max-width: 375px) {
	/* nav .nav-header .toggle-bar {
		font-size: 2em;
		top: calc(50% - 26px);
	} */
}