﻿
.clear{clear:both;}

/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	position: relative; z-index: 4;pointer-events: none; 
	display:flex;justify-content: center; align-items: stretch; 
	height: 56px; 
	margin:0;
	width: min(100%, 900px); padding: 0 20px; box-sizing: border-box; 
	}
	nav.primary ul {
		margin:0; pointer-events: none; 
		padding:0;
		width: 100%; 
		display: flex; justify-content: center; align-items: stretch; 
		}
		nav.primary ul li {
			display:flex; justify-content: stretch; align-items: stretch; width: 50%;
			margin:0;
			list-style-type:none; position: relative; 
			}
			nav.primary ul li a {
				color:#000; width: 100%; pointer-events: all; 
				font-family: 'prenton-condensed', sans-serif;
				font-size:17px; letter-spacing: 1.1px; 
				text-decoration:none;
				display:flex; justify-content: center; align-items: center; 
				margin:0;
				text-align:center;
				text-transform:uppercase; 
				transition:.2s ease all;	
				font-weight:500;
				padding:0 12px;
				}	

nav.primary > ul li a:before, nav.primary > ul li a:after {
	position: relative; content: "-"; opacity: 0; font-size: 24px; color: #000; transform: scaleX(2); 
				transition: .1s ease opacity, .15s ease margin, .2s ease color;	line-height: 7px; margin-bottom: 1px; 
}
nav.primary > ul li a:before { margin-right: -11px; }
nav.primary > ul li a:after { margin-left: -11px; }
nav.primary > ul li a:hover:before { margin-right: 11px; }
nav.primary > ul li a:hover:after { margin-left: 11px; }

nav.primary > ul li a:hover:before, nav.primary > ul li a:hover:after { 
	opacity: 1; color: #fe6700; transition: .25s ease opacity, .15s ease margin, .2s ease color;	
}

			nav.primary ul li a:hover {
				color:#e65c00;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px;
				color:#fff;
				display:flex; justify-content: flex-start; align-items: center; 
				background: #181818;
				text-align:left;
				border-right:none;
				border-left:none;
				border-bottom: #303030 solid 1px;
			}
nav.primary ul li li a:before, nav.primary ul li li a:after, nav.primary ul li li a:hover:before, nav.primary ul li li a:hover:after { display: none; width: 0; opacity: 0; margin: 0; }
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
	width: unset; top: 100%; left: 18px;
}
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: 168px;
    position: relative;
    margin:0;
	display: block;
}

@media only screen and (max-width: 1180px) {
	nav.primary ul li a { font-size: 16px; }
}

@media only screen and (max-width: 1120px) {
	nav.primary { height: 52px; }
}

/******** End of primary Nav ***************/

@media screen and (min-width: 981px)  {
		
	.menu-toggle.exit-click{
		display: none !important;
	}
}

@media screen and (max-width: 980px)  {
	
	.mobile + .menu-toggle.exit-click{
		display: block; width: 100%; height: 100%;
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		z-index: 1005;
		pointer-events: none;
		
		background: rgba(36,32,33,0.33);
				opacity: 0;	
		transition: ease opacity 0.3s;
	}
	.mobile.open + .menu-toggle.exit-click{
		pointer-events: auto;
		opacity: 1;
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
	}
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	display: flex; justify-content: flex-end; align-items: stretch; 
	font-size: 24px;
	position: relative; margin-left: auto; 
	z-index: 1006; /* needs to be lower than nav.mobile, adjust as needed */
	}
	#menu-button a{
		 color:#000; line-height: 24px; display: flex; justify-content: center; align-items: center; 
		 text-decoration: none; padding: 0 max(24px, 5%); 
		 font-weight:normal; transition: .25s ease all; 
	  }
	#menu-button a span { 
		font-family: 'prenton-condensed', sans-serif; font-size: 18px; letter-spacing: 1.1px; 
		margin-right: 14px; text-transform: uppercase; 
	}
	#menu-button a:hover { color: #e65c00; }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	right: -300px;
	width: min(300px, 100%);
	height: 100%;
	background: #282828;
	z-index: 1007; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
/* 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:50px 0 10px 0;
	color: #999;
	font-size: 18px;
	font-weight: 400;
}

/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle:not(.exit-click) {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: Arial, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height: 1;
	background: #191919;
	color: #bbb;
	text-decoration: none;
	top:-38px;
	right:13px;
}
nav.mobile .menu-toggle:not(.exit-click):hover { /* Menu close button on hoveer */
	color: #fff;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	border-bottom: 1px solid #151515;
	position:relative;
}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: flex; justify-content: space-between; align-items: center; min-height: 44px; 
	padding: 10px;
	color: #fff;
	text-decoration: none; text-shadow: 0 0 8px rgba(0, 0, 0, .8);
	border-left:4px #282828 solid;
	font-family: 'prenton-condensed', sans-serif; text-transform: uppercase; 
	font-size:16px; letter-spacing: 1.6px; font-weight:500;
	text-align: left;
}
nav.mobile ul li a:hover {
	background:rgba(55,55,55,0.5); 
	color: #fe6700; 
	border-left:4px #fe6700 solid; /* border highlight - Change to fit match site colors */
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #191919;
	position: relative;
	display: flex; justify-content: space-between; align-items: center; min-height: 44px; 
	padding: 10px 10px 10px 15px;
	border-left:4px #191919 solid;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

/* THIRD LEVEL */
nav.mobile ul li li li:last-child {border:none;}
nav.mobile ul li li li a {
	background: #000;
	position: relative;
	display: flex; justify-content: space-between; align-items: center; min-height: 44px; 
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
	border-left:4px #000 solid;
}
nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

nav.mobile ul li .click i{/* 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: 13px 20px;
	color:#fff;

}
nav.mobile ul li .click.open i:before{
    content: "\f068";
}
	
.nav-footer {color:#777; font-family: 'industry', sans-serif; position:relative; text-align:center; font-size:14px; line-height:1.4; padding:24px 16px 40px 16px; letter-spacing: .5px;}

/* 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;}
}

@media only screen and (max-width: 650px) {
	#menu-button a span { display: none!important; }
}