.menuOpener{
	display: none;
}

.mobile-menu{

	display: none;
	background: #1e183e;

}

@media screen and (max-width: 1230px) {

	.menuOpener{

		display: block;
		position: absolute;
		right: 10px;
		padding-left: 40px;
		line-height: 40px;
		top: 5px;
		background: url('../images/menu_opener.png') left center no-repeat;
		height: 40px;
		color: #fff;
		cursor: pointer;
	
	}

	.menuOpener.closer{

		background: url('../images/menu_closer.png') left center no-repeat;
	
	}

	li.current-menu-item, #mobileNav li.current_page_ancestor {
	    background: #f2991e;
	}

	li.current-menu-item a, #mobileNav li.current_page_ancestor a{
		color: #fff;
	}

	#mobileNav li{
		border-bottom: 1px solid #fff;
	}

	#mobileNav li a{
		
		display: block;
		padding: 12px 0px;
		width: 100%;
		text-indent: 20px;
		
	}

}