/*
 Theme Name:   YOOtheme Child
 Theme URI:    http://example.com/yootheme-child/
 Description:  YOOtheme Child
 Author:       AEstudios
 Author URI:   http://example.com
 Template:     yootheme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  yootheme-child
*/

/* Navbar */
.uk-navbar-container {
	border-color: #dee0e5 !important;
/* 	border-top: 1px solid; */
	border-bottom: 1px solid;
}
.uk-navbar-nav {
	border-color: #dee0e5 !important;
	border-right: 1px solid;
}
.uk-navbar-nav>li>a {
	font-family: 'Open Sans' !important;
	color: #3e474c;
	font-style: normal;
	font-size: 14px !important;
	min-height: 65px;
}
.uk-navbar-nav>li {
	border-color: #dee0e5 !important;
	border-left: 1px solid;
	height: 63px;
}
.uk-navbar-nav>li.uk-active, .uk-navbar-nav>li:hover {
	background-color: #7cc5f8;
}
.uk-navbar-nav>li:last-child {
	background-color: #BE2E00;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	background: #a82512;
	border: none;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
}
.uk-navbar-nav>li:last-child>a {
	color: #fff;
} 
/*Prevent Navbar Level 1 Parents from having color lightened excessively*/
.uk-navbar-nav>li>a {
	color: #2d2e33;
}