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

nav .wrap-core-nav-list,
nav .nav-header {
	background: #fff;
}

nav .brand {
	display: block;
	position: relative;
	top: 5px;
}

nav .brand img {
	width: 80px;
}

nav .menu li a {
	display: block;
	padding: 30px 25px;
	text-decoration: none;
	color: #3a3a3a;
	font-size: 18px;
}

nav .menu li.active > a,
nav .menu li a:hover {
	color: #ffffff;
	background: #56a9f7;
}
/*
DROPDOWN STYLE
=========================== */
nav .menu > li.dropdown  li.dropdown > a::before{
    margin-left: 10px;
    content: '';
    border-top: solid 5px #8dc63f;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    float: right;
    transform: rotate(-90deg);
    position: relative;
    top: 8px;
}

nav .menu li.dropdown.open > a{
    /*color: #00adef;*/
}

.sample-text{
    padding: 30px;
}
/* =========================== */
nav button {
	background: transparent;
	border: none; 
	outline: none;
}

@media (min-width: 992px) {
.core-nav .dropdown>.dropdown-menu {
    width: 300px;
   border: solid 0px #eee;
}
}

@media (max-width: 992px) {
	nav .full-container,
	nav .nav-container {
		padding-left: 0;
		padding-right: 0;
	}

	nav .nav-header {
		min-height: 60px;
		    background: #418cdd;
	}

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

	nav .nav-header .toggle-bar {
		font-size: 18px;
		position: absolute;
		top: 17px;
		left: 15px;
		color: #ffffff;
	}

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

	nav .menu li:last-child a {
		border-bottom: none;
	}
}
/* =========================== */
