


/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;} 

nav.primary {
	background: #bf0e0e;
	position: sticky;
	top: 0;
	z-index: 1005;
	border-bottom: 2px #333 solid;
	width: 100%;
	}
	nav.primary > ul {
        width:100%;
		margin:0 auto; 
		padding:0;
        display: flex;
        justify-content: center;
		}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
		}
		nav.primary ul li {
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
                display: flex;
				align-items: center;
				font-size: 14px;
				font-weight: 300;
				text-decoration: none;
				text-transform: uppercase;
				line-height: 1;
				color: #fff;
				padding: 16px 28px;
				box-sizing: border-box;
				font-family: 'Russo One', sans-serif;
				white-space: nowrap;
				gap:0 5px;
				}	
			nav.primary ul li a i {
				font-size: 8px;		
			}
			nav.primary ul li a:hover {
				background: #9B0909;
			}
			nav.primary ul li:hover a {
				background: #9B0909;
			}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				background: #ffffff!important;
				font-size: 14px;
				font-weight: normal;
				text-transform: none;
				text-decoration: none;
				text-align: center;
				color: #000000!important;
				padding: 12px 20px;
				line-height: 1.5;
				font-family: 'Open Sans', sans-serif;
				border-bottom: 1px #000000 solid;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background: #555!important;
    			color: #fff!important;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
	border-top: none;
  	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	z-index: 2;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	min-width: 250px;
    position: relative;
    margin:0;
}

/* mega nav styles */
nav.primary ul li:hover > ul.mega-nav {  
    display: flex!important;
}
.mega-nav {
	display: none;
	position: absolute !important;
	top: 100%;
	width: 75vw;
	max-width: 960px;
	background: #ffffff !important;
	border: 1px solid #ccc;
	border-top: none !important;
	padding: 25px !important;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	justify-content: space-between;
}
nav.primary ul li ul.mega-nav li {
	width: 24%;
	min-width: 24% !important;
}
nav.primary ul li ul.mega-nav li ul {
	display: block !important;
	position: static !important;
	box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
}
nav.primary ul li ul.mega-nav li ul li {
	width: 100%;
	min-width:100% !important;
}
nav.primary ul li ul.mega-nav li ul li p {
	font-family: 'Russo One', sans-serif;
	font-size: 15px;
	color: #bf0e0e;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	font-weight: 300;
}
nav.primary ul li ul.mega-nav li ul li a {
	display: block;
	padding: 8px 0!important;
	font-size: 14px!important;
	font-weight: normal!important;
	color: #333333!important;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	background: none !important;
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
	width: auto;
	border-bottom: 0px;
	white-space: unset;
}
nav.primary ul li ul.mega-nav li ul li a:hover {
    color: #bf0e0e!important;
    background: none !important;
}
@media screen and (max-width: 1200px)  {
	nav.primary ul li a {
		font-size: 1.2vw;
		padding: 16px 2vw;
	}
	
}
@media screen and (max-width:1040px)  {

    
	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;} /* New class to help control screen width visability */
    
	#menu-button { 
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px;
		cursor: pointer;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 1;
		color: #fff;
		background-color: #bf0e0e;
		position: relative;
	}
	#menu-button p {
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;
		color:#fff;
	}
	.mob-soc {
		display: flex;
		gap:5px;
	}
	.mob-soc a {
		font-size: 16px;
		color:#fff;
	}
	.mob-soc a:hover {
		opacity: 0.7;
	}
    .menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 30px;
    	height: 23px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#fff;
        height: 3px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#fff;
        height: 3px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#fff;
        height: 3px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
    
	nav.mobile { /* this section is new updated position width and positioning*/
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #bf0e0e;
		z-index: 500; 
		overflow:auto;
		max-height: 65vh;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #e74141;
		position:relative;
	}
    nav.mobile ul li:first-child {
		border-top: none;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		font-family: 'Russo One', sans-serif;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size:14px;
		padding: 20px;
		box-sizing: border-box;
		color: #fff;
		text-decoration: none;	
	}
	.mob-plus {
		width: 16px;
		height: 2px;
		background:#fff;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		
	}
	.mob-plus:after {
		content: "";
		height: 16px;
		width: 2px;
		background:#fff;
		position: absolute;
		left:0;
		right:0;
		margin:0 auto;
		transition: all .2s ease-in-out;
	}
	.open .mob-plus:after {
		transform: rotate(90deg);
	}
	nav.mobile ul li a:hover {
		background: #9B0909;
	}

	/* SECOND LEVEL */
	nav.mobile ul li li {
		border-top: 1px solid #404040;
	}

	nav.mobile ul li li a {
		font-size: 13px;
		color: #fff;
		background-color: #2a2a2a;
		padding: 15px 20px;
		margin: 0;
		text-transform: uppercase;
	}
	nav.mobile ul li li a:hover {
		background-color: #2a2a2a;
	}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background:#333;
	}
	nav.mobile ul li li li a:hover {
		color:#bf0e0e;
	}

    
  
    
}



