﻿.clear{clear:both;}

/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile {display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	width:100%;
	position:relative;
}
nav.primary ul {
	margin:0; 
	padding:0;text-align: right; 
}
nav.primary ul li {
	display:inline-block;
	margin:0;
	list-style-type:none; 
}
nav.primary ul li a {
	color: #331600 !important;
	font-weight: 400!important; 
	font-family: 'lorimer-no-2-condensed', sans-serif;
	font-size: 22px; 
	line-height: 50px;
	text-decoration: none;
	padding: 0 12px; box-sizing: border-box; 
	display: flex; justify-content: center; align-items: center; 
	margin: 0 4px;
	text-align: center;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in; cursor: pointer; 
}	
nav.primary ul li a:hover {
	color:#c2570a!important;
}
/* Appearance of the sub-level links */
nav.primary ul li li a { 
	font-size: 21px;
	line-height: 40px;
	padding: 0 12px; margin: 0!important; 
	text-align: left;
	border-right: none;
	border-left: none; display: flex; justify-content: flex-start; align-items: center; 
	background:#f0f0f0;
	border-bottom: #331600 solid 1px;
	 color: #331600 !important;
	font-family: 'lorimer-no-2-condensed', sans-serif;
	font-weight: 400!important;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover { 
	color: #c2570a!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; 
	width: unset;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
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: 210px;
    position: relative;
    margin:0;
	display: block;
}

i.fas.fa-angle-down {
    padding-left: 3px;
    padding-top: 3px;
}
i.fas.fa-angle-down:before { content: "\f067"; }

nav.primary ul li a i {
	font-size: 11px; padding: 2px 0 0 0!important; margin-left: 14px; 
}

/******** End of primary Nav ***************/

@media screen and (min-width: 993px)  {
		
	.menu-toggle.exit-click{
		display: none !important;
	}
}

@media screen and (max-width: 992px)  {
	
	.mobile + .menu-toggle.exit-click{
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		z-index: 499;
		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 { 
		font-size: 24px;
		position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; 
		line-height: 40px;
		z-index: 1000;
		/* needs to be lower than nav.mobile, adjust as needed */
		text-align: right;
	}
	#menu-button a {
		color: #fff; background: #331600; 
		text-decoration: none;
		text-align: left;
		font-weight: 600; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;
		cursor: pointer; transition: .2s ease all; 
	}#menu-button a:hover {color: #fff; background: #c2570a; }
	nav.mobile {
		display: block;
		position: fixed;
		text-align: left; 
		top: 0;
		left: -340px;
		width: min(100%, 330px);
		height: 100%;
		background: #f0f0f0;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display: block;
		padding: 0;
		margin: 15px 0 10px 0;
		/*margin:40px 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: #331600;
		color: #fff;
		text-decoration: none;
		top: -4px;
		/*top:-35px;*/
		right: 13px; cursor: pointer; 
	}
	nav.mobile .menu-toggle:not(.exit-click):hover { /* Menu close button on hoveer */
		color: #fff; background: #c2570a; 
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		margin:0;
		padding:0;
	}
	nav.mobile > ul {margin: 60px 0 0 0;}
	nav.mobile ul li {
		border-bottom: 1px solid #331600;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: flex; width: 100%; justify-content: space-between; align-items: center; min-height: 42px; box-sizing: border-box; 
		font-size: 22px;
		font-weight: 400!important; 
	font-family: 'lorimer-no-2-condensed', sans-serif;
		padding: 10px 19px 10px 15px;
		color: #331600;
		text-decoration: none;
		border-left: 4px #f0f0f0 solid; cursor: pointer; 
	}
	nav.mobile ul li a:hover {
		color: #c2570a!important;
		border-left: 4px #c2570a solid;
	}
nav.mobile ul li li:last-child {
		border: none;
	}
	/* SECOND LEVEL */
	nav.mobile ul li li a {
		background: rgba(0, 0, 0, .1);
		position: relative;
		display: block;
		padding: 10px 19px 10px 15px;
		border-left: 4px rgba(0, 0, 0, 0) solid;
		color:#331600;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {}
nav.mobile ul li li li:last-child {
		border: none;
	}
	/* THIRD LEVEL */
	nav.mobile ul li li li a {
		background: rgba(0, 0, 0, .2);
		position: relative;
		display: block;
		padding: 10px 19px 10px 25px;
		color: #fff;
		text-decoration: none;
		border-left: 4px rgba(0, 0, 0, 0) solid;
	}
	nav.mobile ul li li li a:hover {}

	nav.mobile ul li .click.open i:before{
		content: "\f068";
	}

	.nav-footer {
		color: #c2570a; font-family: 'Chonky', sans-serif; font-weight:700; letter-spacing: 1px; 
		position: relative;
		text-align: center;
		font-size: 15px;
		line-height: 24px;
		padding: 24px 12px;
	}
	nav.mobile ul li a i { position: relative; font-size: 12px; color: #331600; top: unset; right: unset; }
}