/**
*Theme Name: NU-slim
*Version: 3.2.7
*Author: David M. Wampamba
*Author URI: http://fictional.wordpress.com
*Description: Slim because it uses a few external scripts to allow for fast loading of the website, Version 3.2.7 because the theme supports bootstrap 3
*Theme URI: http://gagawala.com
*Text Domain: nu-slim
*License: GNU General Public License v2 or later
*License URI: http://www.gnu.org/licenses/gpl-2.0.html
**/
body {
	background: url( '../../uploads/2017/11/background_lights-min.jpg' ) #6f220a 50% 0 no-repeat;
	box-sizing: border-box;
}

	.wrapper {
		background: url( '../../uploads/2017/11/background_lights_highlight-min.jpg' ) 50% 0 no-repeat;
	}

	a {
		color: #D85732;
	}

	a, a:hover {
		text-decoration: none !important;
	}

	a:hover {
		color: #828C2A;
	}

	#site-identity {
		padding: 30px 0;
	}

	.content-wrapper {
		background: #fff;
	}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
	.dropdown:hover>.dropdown-menu {
	  display: block;
	}

	.dropdown > .dropdown-toggle:active {
		/*Without this, clicking will make it sticky*/
		pointer-events: none;
	}

	ul.menu {
		list-style-type: none;
		margin-bottom: 0 !important;
		padding: 0 !important;
	}

	ul.menu li {
		float: left;
		margin-right: 10px;
	}

	ul.menu li a {
		display:block;
		padding: 10px;
		background: #fff;
		color: #828C2A;
		border-radius: 5px 5px 0 0;
		border-bottom: 1px solid #ccc;
	}

	ul.menu li a:hover {
		color: #D85732;
		border-bottom: 1px solid #fff;
	}
	.alignleft, .alignright{
		padding:10px;
	}
	.alignright {
		float:right;
	}
	.alignleft {
		float:left;
	}
	
	.body img {
		background-color: #C63;
		padding: 6px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: none 5px #660;
}
	#menu-primary li {
		margin-right: 5px;
	}
	.mega-menu-link {
		padding: 5px !important;
		height: auto !important;
		line-height: 30px !important;
	}

	 #menu-primary .nav-link {
		background: #fff;
		color: #828C2A !important;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		padding-left: 5px !important;
		padding-right: 5px !important;

	}

	@media (min-width: 1200px) {
		.container{
			width:900px;
		}
	}

	@media (min-width: 992px) {
		.container{
			width:900px;
		}
	}

	@media (min-width: 900px ) {
		
		.content-wrapper {
			border-radius: 5px;
			border-top-left-radius: 0 !important;
		}
		
		.bg-inverse {
			background: transparent !important;
			padding:0 !important;
		}
	}

#menu-primary > li > ul {
	display: none;
}

ul#menu-primary > li > a {
    display: block;
    padding: 10px;
    color: #828C2A;
}