﻿
.clear{clear:both;}

/***** Start of primary nav ******/

.top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
	background-color: #367C2B;
	padding: 7px 40px;
	background-image: url("/siteart/background-pattern.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	line-height: 0px;
}

.top-nav ul:first-child li{
	padding: 0 12px;
}

.top-nav ul:last-child li{
	padding: 0 5px  !important;
}

.top-nav:nth-child(1) li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 14px !important;
}

.top-nav:nth-child(1) i{
	color: #FFDE00;
}

.bottom-nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	padding: 20px 40px;
	font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.bottom-nav div:last-of-type{
	border-left: 1px solid #E8E8E8;
	padding-left: 40px;
}

.bottom-nav div:last-of-type p{
	font-size: 12px;
}

.bottom-nav div:last-of-type a{
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 7px;
	color: #000;
}

.bottom-nav div:last-of-type i{
	background-color: #367C2B;
	color: #fff;
	padding: 5px;
	border-radius: 15px;
	font-size: 8px;
}

.logo{
	max-width: 220px;
	width: 220px;
}

.logo img{
	width: 100%;
}

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	margin:10px 40px;
	display:inline-block;
	margin:0;
	width:100%;
	position:relative;
	background-color: #fff;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
	}

	nav.primary ul li {
		display:inline-block;
		margin:0;
		list-style-type:none; 
		width:auto;
	}

	nav.primary ul li a {
				color:#000;
				font-size: 14px !important;
				text-decoration:none;
				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:500;
				}

			nav.primary ul li a:hover {
				z-index: 9999999999;
				}

				.bottom-nav ul li a{
					padding: 0 12px;
				}

			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:28px;
				padding:10px 35px;
				color:#000000;
				background-color: #FFFFFF;
				text-align:left;
				border-right:none;
				border-left:none;
				border-bottom: 1px solid #E5E5E5;
				transition: 0.30s;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background-color: #86C94A;
				color: #FFFFFF;
			}
/* 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: 100;
}

nav.primary ul ul li {
    float: none; 
	width: 270px;
    position: relative;
    margin:0;
	display: block;
	top: 15px;
}


/*---INVENTORY SEARCH IN HEADER---*/
#search {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #eaeaea;
	z-index: 999999999999;
	  position: absolute;
		  display: flex;
	  align-items: center;
	  justify-content: center;
	  background-image: url("/siteart/green-dust-and-scratches.png");
  }
  
  form.search-header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }
  
  .search-bg {
	-webkit-animation: slide-down .3s ease-out;
	-moz-animation: slide-down .3s ease-out;
  }
  .search-btn {
	border: none !important;
	background: transparent !important;

  }
  .search-btn img {
	width: 35px !important;
  }
  #search-header input {
	caret-color: #000;
  }
  .searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1; /* Firefox */
  }
  .searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
  }
  .searchTerm::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
  }
  .search-wrap {
	  margin: 0 auto;
	width: 90%;
  }
  .search-header input[type="text"]:not([class^="Mui"]) {
	width: 90% !important;
	border: none !important;
	font-size: 22px !important;
	color: #000 !important;
	font-family: 'Manrope', sans-serif !important;
	font-weight: 700 !important;
	  letter-spacing: 2px !important;
	  -webkit-user-select: initial;
	  -khtml-user-select: initial;
	  -moz-user-select: initial;
	  -ms-user-select: initial;
	  user-select: initial;
	  height: auto !important;
	  line-height: 70px !important;
	  background: #eaeaea;
  }
  .search-nav {
	opacity: .7;
	transition: ease all 0.2s !important;
  }
  .search-nav:hover {
	opacity: 1;
  }
  
  .search-header input:focus {
	  outline: none;
  }

@media screen and (max-width: 1575px)  {
	nav.primary ul li a{font-size:12px;}	
}


@media screen and (max-width: 1575px)  {
	nav.primary ul li a{font-size:12px;}	
}

@media screen and (max-width: 1155px)  {
	
}

/******** End of primary Nav ***************/

@media screen and (max-width: 920px)  {

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
	
#menu-button{ 
	width: inherit !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 40px;
	font-size: 24px;
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	background: #fff;
	text-align: right;
	border-bottom: rgba(255, 255, 255, 0.25) 0.25px solid;

	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 font-weight:normal;
	  }
	#menu-button span{
		font-size: 16px;
	}
	
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background: #47A139;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:hiden;
}
	
/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size:16px;
		word-spacing:13px;
		padding:0 0 0 15px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

/* MENU HEADER STYLES */
	
	nav.mobile .logo{
		width: 175px;
	}
nav.mobile .mobile_top {
	display:flex;
	justify-content: flex-end;
	padding: 25px;
}
	


/* MENU CLOSE 'X' BUTTON */
	
	.mobile-top-menu{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	nav.mobile .menu-toggle{
		color: #FFFFFF;
		font-size: 26px;
	}
	
	
	*/
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #86C94A;
}

/* 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:15px;
	padding: 15px 35px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: 500;
	transition: .25s;
}
nav.mobile ul li a:hover {
	color: #FFDE00; 
}

/* SECOND LEVEL */

nav.mobile ul li li a {
	position: relative;
	display: block;
	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: #555;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #ccc;
	text-decoration: none;
	border-left:4px #555 solid;
}
nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	position:absolute;
	display:block;
	cursor:pointer;
	z-index: 12399994;
	top:0;
	right:0;
	width:auto;
	height:auto;
	padding: 22px 20px;
	color:#fff;
	}


/* FONT AWESOME ICONS */
nav.mobile ul li a .fa{
	width:25px;
	font-weight:100;
	padding:8px 3px;
	margin:0 6px 0 0;
	text-align:center;
	background:#292929;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}


nav.mobile ul li .fa-chevron-down {
	color:#FFFFFF;
	}
	
	.mobile:not(.open) + .menu-toggle.exit-click {
display: none;
}
.mobile.open + .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.5);
opacity: 0;
transition: ease opacity 0.3s;

}
/******** End of Toggle Overlay ***************/
	
/******** Menu Overlay ***************/
	
.mobile.open + .menu-toggle.exit-click {
pointer-events: auto;
opacity: 1;
box-shadow: 0 0 10px 2px rgba(0,0,0,.4);
}

body.menu-toggle.exit-click{
	overflow: hiden !important;
}


}


@media screen and (max-width:450px){
	#menu-button{
		width:100%;
		padding: 15px 25px;
	}
		.logo{
		max-width: 175px;
		width: 175px;
	}
}