﻿
.clear{clear:both;}
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800&display=swap');
@import url("https://use.typekit.net/eeo0wxo.css");
/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}
.navigation-position {position: relative;z-index: 2;}
.nav-background {
	background: rgba(255, 255, 255, .75);
	position:absolute;
	top: 0px;
	left: 0;
	right: 0;
}
.logo-mobile {display: none;}
nav.primary {
	display:flex;
	align-items: center;
	margin: 0 auto;
	width:100%;
	justify-content: space-between;
	box-sizing: border-box;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		float:right;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			}
			nav.primary ul li a {
				color:#333;
				font-size:18px !important;
				line-height:20px;
				text-decoration:none;
				position:relative;
				display:block;
				margin:0px 10px;
				text-align:center;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.4s ease-in;  
				-o-transition:.4s ease-in;  
				transition:.4s ease-in;	
				font-weight:700;
				padding:15px;
				font-family: 'synthese', sans-serif;
				cursor: pointer;
				}	
			nav.primary ul li a:hover {
				background: #942924;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:18px;
				letter-spacing: .2px;
				line-height:24px;
				padding:15px;
				color:#fff;
				background-color: #333;
				text-align:left;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color: #fff;
				background-color:#942924;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
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: 1000;
}
nav.primary ul ul li {
    float: none; 
	width: 220px;
    position: relative;
    margin:0;
	display: block;
}


/** drop down btns**/
.drop-down a:hover{
	color:#fff!important;
	background-color:#D36D08!important;
}

.header-contact {background: #942924;}
.header-contact .wrapper {display: flex;justify-content: flex-end; padding: 15px 0;}
.header-contact a {color: #fff;font-family: 'synthese', sans-serif; font-size: 18px; font-weight: 400; margin-left:45px;}
.header-contact a:hover span, .header-contact a:hover i {text-decoration: underline;}
.header-contact i {margin-right: 15px;}
.header-btn {background: #fff;color: #333!important;padding: 15px 35px; font-weight: 700!important;transition:.4s ease-in;}
.header-btn:hover {background: #333; color: #fff!important;}

.logo-desktop img, .logo-mobile img {max-width: 230px;}
.logo-desktop, .logo-mobile {padding: 10px 0;}

/******** End of primary Nav ***************/

@media screen and (max-width: 900px)  {
	.logo-desktop {display: none;}
	.logo-mobile {display: inline-block;}
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
	.mobile-header {box-sizing: border-box;}
#menu-button{ 
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 40px;
	position: relative;
	line-height:60px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	text-align: right;
	cursor: pointer;
	}
	#menu-button a{
		 color:#333;
		 text-decoration: none;
		 font-weight:700;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}

/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: Arial, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	top:13px;
	right:13px;
	cursor: pointer;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	background: #942924;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
	
	.top-ul {margin-top: 50px!important;}
	
nav.mobile ul li {
	position:relative;
}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	font-size:18px;
	padding: 15px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-family: 'synthese', sans-serif;
}
nav.mobile ul li a:hover {
	color: #fff; 
	background: #942924;
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #333;
	position: relative;
	display: block;
	padding: 15px 15px 15px 30px;
	color: #fff;
	text-decoration: none;
	font-family: 'synthese', sans-serif;
}
nav.mobile ul li li a:hover {background:#646464;}

nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	display:block;
	cursor:pointer;
	padding: 17px 20px;
	color:#fff;
	}

	nav.mobile ul li .fa-chevron-down{color:#fff!important;margin-left: 20px;}
}

@media screen and (max-width: 1020px)  {
	#menu-button{width:100%;}
}

@media screen and (max-width: 1000px)  {
	.header-contact span {display: none;}
}

@media screen and (max-width:450px){
	#menu-button{width:100%;}
}

@media screen and (max-width: 400px)  {
	.header-contact a {margin-left: 30px;}
	.header-contact i {margin-right: 0;}
	.header-btn {padding: 15px 25px}
}

@media screen and (max-width: 330px)  {
	.logo-mobile img {max-width: 200px;}
}