﻿
.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/zdt6jxr.css");
/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}

.nav-wrapper {position: absolute; top: 99px; left: 0; right: 0; margin: 0 15px;}
.nav-background {background-color: #F2EADD; padding: 0!important;}
.logo-mobile {display: none;}
.contact-block i {display: none;}

nav.primary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding: 0 45px 0 20px;
	}
	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:#43312D;
				font-size:20px !important;
				line-height:20px;
				text-decoration:none;
				position:relative;
				display:block;
				margin:0px 2px;
				text-align:center;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.4s ease-in;  
				-o-transition:.4s ease-in;  
				transition:.4s ease-in;	
				font-weight:600;
				padding:15px 20px;
				font-family: 'oso-sans', sans-serif;
				cursor: pointer;
				border-radius: 5px;
				}	
			nav.primary ul li a:hover {
				background: #FE7E3E; 
				}
.header-button a {background: #FE7E3E; }
.header-button {margin-left: 20px!important;}
.header-button a:hover {background: #43312D!important; color: #fff!important;}
			nav.primary ul li li a { 
				font-size:20px;
				line-height:24px;
				padding:15px 20px;
				color:#fff;
				background-color: #43312D;
				text-align:left;
				border-radius: 0px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color: #43312D;
				background-color:#FE7E3E;
				border-radius: 0px;
			}
/* 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: 240px;
    position: relative;
    margin:0;
	display: block;
}

/*Header-Styles*/

.top-bar {width: 100%;background-color: #FE7E3E;}
.contact-info {display: flex;flex-direction: column;justify-content:flex-end;padding-top: 20px!important;padding-bottom: 100px!important;gap: 15px; font-size: 17px; font-family: 'oso-sans', sans-serif; color: #43312D;}
.contact-block {display: flex;gap: 10px;justify-content: flex-end;}
.contact-block .flex {gap: 15px;}
.contact-block a {color: #43312D;}
.contact-info a:hover {text-decoration: underline;}

.logo-desktop img, .logo-mobile img{max-width: 280px; width: 100%;}
.logo-desktop, .logo-mobile{
	padding: 15px 0;
}
@media screen and (max-width: 1600px)  {
	nav.primary {padding: 0 20px 0 20px;}
}

@media screen and (max-width: 1400px)  {
	nav.primary ul li a {padding: 15px 15px;margin: 0px;}
	.header-button {margin-left: 5px!important;}
}

/******** End of primary Nav ***************/

@media screen and (max-width: 1346px)  {
	.logo-mobile {display: inline-block;}
	.logo-desktop {display: none;}
	.mobile-menu {padding: 0 15px;justify-content: space-between;align-items: center;}

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	display: inline-block;
	font-size: 40px;
	position: relative;
	line-height:60px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	text-align: right;
	}
	#menu-button a{
		 color: #43312D;
		 text-decoration: none;
		margin-left: 40px;
		 font-weight:700;
		cursor: pointer;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #43312D;
	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:38px;
	right:13px;
	cursor: pointer;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #FE7E3E;
}

	.top-ul {margin-top: 100px!important;}
	
/* 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:20px;
	padding: 15px 20px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
	cursor: pointer;
	font-family: 'oso-sans', sans-serif;
}
nav.mobile ul li a:hover {
	background:#FE7E3E; 
	color: #43312Ds; 
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #6E5049;
	position: relative;
	display: block;
	padding: 15px 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'oso-sans', sans-serif;
}
nav.mobile ul li li a:hover {background:#FE7E3E;}


nav.mobile ul li .fa-chevron-down {color:#fff; margin-left: 20px;}
}

@media screen and (max-width: 750px){
	.contact-block {flex-direction: column; align-items: center;}
	.nav-wrapper {top: 160px;}
	.contact-info {padding-bottom: 80px !important;}
}
	
@media screen and (max-width: 600px){
	.contact-block {justify-content: center;}
}
	
@media screen and (max-width: 430px){
	.contact-block strong {text-align: center;}
	.contact-block span {display: none;}
	.contact-block i {display: flex;}
	.contact-block .flex {gap: 30px;}
}
	
@media screen and (max-width: 380px){
	.contact-block strong {font-size: 15px;}
}
