.clear {
	clear: both;
}
/***** Start of primary nav ******/
#menu-button {
	display: none;
}
nav.mobile, .mobile-nav-cont-1 { display:none;}
nav.primary {
	padding: 0;
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0 auto;
	width: 95%;
    max-width: 1400px;
	position: relative;
}
nav.primary .togglesearch {
    font-size: 16px;
    color:#ed1b24;
    padding: 10px 12px;
}
nav.primary ul {
	margin: 0;
	padding: 0;
    width:95%;
	display: flex;
    justify-content: space-between;
}
nav.primary ul li {
	margin: 0;
	list-style-type: none;
    transition: .2s ease-in;
}
nav.primary ul li a {
    font-size: 16px;
	color: #fff !important;
	font-family: 'Outfit', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 12px;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 300;
}
nav.primary ul li.nav-btn-highlight a {
        background:#ed1b24!important;
    }

nav.primary ul li a:hover {
    background:#ed1b24;
}
nav.primary ul li:hover a {;
    background:#ed1b24;
}
nav.primary ul li a i {
    display: none!important;
}
/* Appearance of the sub-level links */
nav.primary ul li li a {
	padding: 15px 12px;
	text-align: left;
    white-space: nowrap;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	color: #000!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:auto;
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover>ul {
	display: block!important;
	line-height: 18px;
	z-index: 100;
}
nav.primary ul ul li {
    float: none;
	width: auto;
    min-width: 220px;
	position: relative;
	margin: 0;
	display: block;
}
/******** Nav Resets ***************/
i.fas.fa-angle-down {
    padding-left: 3px;
    padding-top: 3px;
}

/******** End of primary Nav ***************/

@media screen and (max-width: 1350px) {
    nav.primary ul li a {
         font-size: 13px;   
        padding: 20px 4px;
    }
}

@media screen and (max-width: 970px) {
    nav.primary ul li a {
         font-size: 12px;   
    }
}

@media screen and (max-width: 920px) {
    
    
	/*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: none;
	}
    .mobile-nav-cont-1 { display:block;}
	#menu-button {
		width: 100%;
		display: flex;
        justify-content: center;
        padding:20px;
	}
    .menu-toggle {
        color: #fff;
		text-decoration: none;
		text-align: left;
		font-weight: 500;
        font-size: 16px;
        font-family: 'Outfit', sans-serif;
    }
    
    .nav-mob-soc {
        display: flex;
        gap:10px;
        
    }
    .nav-mob-soc a {
        display: flex;
        justify-content: center;
        align-items: center;
        width:25px;
        height:25px;
        border-radius: 30px;
        background:#000;
        color:#f1f1f1!important;
        font-size: 15px;
    }
    
	nav.mobile {
        display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #f5f2ef;
		z-index: 500; 
		overflow:auto;
	}



	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}
	nav.mobile ul li {
		position: relative;
	}
	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size: 16px;
		padding: 10px 10px 10px 15px;
		color: #000;
		text-decoration: none;
		text-align: center;
        text-transform: uppercase;
        font-family: 'Outfit', sans-serif;
	}
    nav.mobile ul li.nav-btn-highlight a {
        color: #ed1b24!important;
    }
	nav.mobile ul li a:hover {
		background: #fff;
		color: #ed1b24;
		/* 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: #fff;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {
		
	}
	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {
		border: none;
	}
	nav.mobile ul li li li a {
		background: rgba(45, 45, 45, 0.2);
	}
	nav.mobile ul li li li a:hover {
		
	}
	/* FOURTH LEVEL */
	nav.mobile ul li li li li:last-child {
		border: none;
	}
	nav.mobile ul li li li li a {
		background: #777;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}

	
}
