
.clear{clear:both;}


/***** START OF PRIMARY NAV ******/
#menu-button{display: none;}
nav.mobile { display:none;}

.nav-width {width: 90%; margin: 0 auto;}
nav.primary .fas {font-size: 10px; vertical-align: middle;}

nav.primary {
	padding:0;
	display:block;
	width:100%;
	position:relative;
	z-index: 999;
	text-align: center;
	background: #ffff02;
	}
	nav.primary ul {
		/*margin:0;*/ 
		font-family: 'Roboto Condensed', sans-serif
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			}
			nav.primary ul li a {
				color:#101010;
				letter-spacing: 1px;
				font-size: 16.5px;
				text-decoration:none;
				display:block;
				margin:0;
				text-align:center;
				text-transform:uppercase;
				padding: 20px .75vw;
				position: relative;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				}	

			nav.primary ul li a:hover {
				background: #000;	
				color: #fff;
			}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				letter-spacing: .5px;
				padding: 12px 20px;
				color:#fff;
				background: rgba(0,0,0, .85);
				text-align:left;
				border-right:none;
				border-left:none;
				font-size: 15px;
				border-bottom: .5px solid #333;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color: #000;
				background:#ffff02;
			}
nav.primary ul li li li a {
	background: rgba(65,65,65, .9);
	border-bottom: 2px solid #999999;
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
    display: none;
    position: absolute;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
	display: block;
}


/*=======================
	END OF MAIN NAVIGATION
=========================*/

a#mobile-search {
	display: none;
}

@media screen and (max-width: 1300px) {
	
a#mobile-search {
	display: inline-block;
}

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	width: 100%;
	display: block!important;
	font-size: 24px;
	position: relative;
	line-height:25px; 
	z-index: 2; /* needs to be lower than nav.mobile, adjust as needed */
	}
	a#menu-button {
        color:#000;
        background: #ffff02;
        padding: 15px; 
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 1px;
        display: inline-block!important;
        z-index: 1;
        width: 100%;
        position: relative;
        text-align: center;
        margin: 0 auto;
	  }
		a:hover#menu-button {
			background: #2a2a2a;
			color: #fff;
			-webkit-transition:.2s ease-in;  
			-moz-transition:.2s ease-in;  
			-o-transition:.2s ease-in;  
			transition:.2s ease-in;	
		}
nav.mobile {
	display:inline-block!important;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size:16px;
		word-spacing:13px;
		padding:0 0 0 15px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

/* MENU HEADER STYLES */
nav.mobile .mobile_top {
	position: relative;
	display:block;
	padding: 0;
	margin:60px 0;
	color: #999;
	font-size: 18px;
	font-weight: 400;
}

/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	top:-38px;
	right:13px;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #ddd;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li, nav.mobile ul li li {
	border-top: .5px solid #999;
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
}
	nav.mobile ul li:last-child {
		border-bottom: .5px solid #999;
	}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 15px;
	text-transform: uppercase;
	color: #eee;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 22px;
	border-left: 3px solid transparent;
}
nav.mobile ul li a:hover {
	background: #ffff02;
    color: #000;
	border-left: 3px solid #ddd;
}
	nav.mobile ul li a .fas {
		margin-right: 5px;
	}

/* SECOND LEVEL */
nav.mobile ul li li, nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #333;
	position: relative;
	display: block;
	padding: 12px 25px;
	color: #ddd;
	text-decoration: none;
	border-left: none;
	text-shadow: none;
	font-size: 14px;
}
nav.mobile ul li li a:hover	{border-left: none; background: #ffff02; color: #2a2a2a;}

/* THIRD LEVEL */
nav.mobile ul li li li:last-child {border:none;}
nav.mobile ul li li li a {
	background: #555;
	position: relative;
	display: block;
	padding: 8px;
	color: #eeeeee;
	text-decoration: none;
}
nav.mobile ul li li li a:hover {}

nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	position:absolute;
	display:block;
	cursor:pointer;
	z-index: 12399994;
	top:0;
	right:0;
	width:auto;
	height:auto;
	padding: 17px 20px;
	color:#fff;

}
.nav-footer {color:#999; position:relative; text-align:center; font-size:13px; line-height:20px; padding:15px 30px; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 2px; text-transform: uppercase;}

/* FONT AWESOME ICONS */
nav.mobile ul li a .fa{
	width:25px;
	font-weight:100;
	padding:8px 3px;
	margin:0 6px 0 0;
	text-align:center;
	background:#292929;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


nav.mobile ul li .fa-chevron-down {color:#999;}
}


