﻿.clear {
  clear: both;
}
/***** Start of primary nav ******/
#mobile-logo {
	display: none;
}
#menu-button {
  display: none;
}
#header-nav {
	display: flex;
}
#header-logo {
	width: 35%;
	text-align: center;
}
#header-logo a {
	display: flex;
	align-items: flex-end;
	height: 100%;
	justify-content: center;
}
#header-logo a img {
	width: 300px;
}
#header-links {
	width: 80%;
}
.header-contact {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 10px 0;
	justify-content: center;
}
.header-left > a {
	display: flex;
	align-items: center;
	gap: 15px;
}
.header-left > a i {
	background: #092A78;
	color: #fff;
	font-size: 23px;
	padding: 12px;
	border-radius: 50%;
}
.header-left > a p {
	font-size: 16px; 
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #000; 
	line-height: 18px;
}
.header-left > a p span {
	font-size: 12px;
	font-weight: 300 !important;
}
.header-contact hr {
	margin: 0;
	height: 40px;
	width: 0px;
}
.header-left {
	display: flex;
	gap: 70px;
}
.header-right {
	display: flex;
	gap: 50px;
}
.header-socials {
	display: flex;
	gap: 5px;
}
.header-socials i {
	background: #DD1F2D;
	color: #fff;
	font-size: 23px;
	padding: 10px;
	border-radius: 50%;
}
.drop-down > a {
	display: flex !important;
}
nav.mobile {
  display: none;
}
nav.primary {
  padding: 0;
  display: inline-block;
  margin: 0;
  width: 100%;
  position: relative;
}
nav.primary .header-nav-links > ul {
  display: flex;
  gap: 40px;
  padding: 12px 0;
  justify-content: center;
  position: relative;
  margin-top: -52px;
}
nav.primary .clip-path {
  clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #000;
  height: 55px;
}
nav.primary ul li {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  width: auto;
}
nav.primary ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  margin: 0;
  text-align: center;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;

}
nav.primary ul li a:hover {
	color: #DD1F2D;
}
/* Appearance of the sub-level links */
nav.primary ul li li a {
  font-size: 16px;
  line-height: 20px;
  padding: 13px 20px;
  color: #000;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #000;
}
nav.primary ul ul li:last-child a {
	border-bottom: none;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
  display: none;
  position: absolute;
  padding-top: 16px;
}
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: 400px;
  position: relative;
  margin: 0;
  display: block;
	background: #fff;
}
nav.primary ul .location-drop li {
	width: 200px !important;
}
nav.primary ul ul li:first-child {
	border-radius: 20px 20px 0 0;
}
nav.primary ul ul li:last-child {
	border-radius: 0 0 20px 20px;
}

@media only screen and (max-width: 1400px) {
	#header-logo {width: 25%;}
	#header-links {width: 75%;}
}
@media only screen and (max-width: 1366px) {
	.header-left > a i {font-size: 18px; padding: 10px;}
	.header-socials i {font-size: 18px; padding: 10px;}
	.header-right {gap: 30px;}
	.header-left {gap: 50px;}
	#header-logo a img {width: 250px;}
}
@media only screen and (max-width: 1250px) {
	nav.primary ul li a, nav.primary ul li a {font-size: 15px;}
	nav.primary .header-nav-links > ul {gap: 30px;}
	.header-left > a p {font-size: 15px; line-height: 17px;}
	.header-left > a p span {font-size: 11px;}
	.header-left > a i, .header-socials i {font-size: 16px;}
	.header-left {gap: 30px;}
}
@media only screen and (max-width: 1150px) {
	.header-right {display: none;}
	#header-logo a img {width: 100%;}
	.header-contact {justify-content: flex-end;}
	.header-left {padding-right: 35px;}
}

/******** End of primary Nav ***************/
@media screen and (min-width: 1024px) {
  .menu-toggle.exit-click {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .mobile:not(.open) + .menu-toggle.exit-click {
    display: none;
  }l
  .mobile.open + .menu-toggle.exit-click {
    position: fixed !important;
    top: 0 !important;
    left: 300px !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1000;
  }
  /*==============================
	Mobile Nav Styles			
================================*/
  #mobile-logo {
	display: contents;
  }
  nav.primary {
    display: none;
  }
	
.nav-logo img {
    max-width: 100%;
    width: 100%;
}
.mobile-nav {
	display: flex;
}
.mobile-nav-right {
	width: 50%;
}
.clip-path {
	clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
	background-color: #000;
	height: 100%;
	width: 100%;
}
.menu-bkgrd {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
  	margin-top: -65px;
}
	.menu-bkgrd > a {padding-right: 15px;}
.mobile-logo {
	width: 50%;
	padding: 10px 0 10px 15px;
}
.mobile-logo img {
	width: 200px;
}
  #menu-button {
    display: inline-block;
    font-size: 24px;
    position: relative;
    line-height: 24px;
    z-index: 400;
	background: #fff;
	float: right;
	border-radius: 5px;
	padding: 8px;
	font-weight: bold;
	color: #000;
  }
.menu-bkgrd > a:hover #menu-button {
	color: #DD1F2D;
}
  #menu-button a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
  }
  nav.mobile {
    display: block;
    position: fixed;
    top: 60px;
	right: -100%;
	width: 100%;
	height: 100%;
    z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
    overflow: auto;
  }
  /* 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 .mobile_top {
    position: relative;
    display: block;
    padding: 0;
    margin: 50px 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-size: 24px;
    font-weight: bold;
    line-height: 1;
    background: #fff;
    color: #000;
    text-decoration: none;
    top: -36px;
    right: 19px;
  }
  nav.mobile .menu-toggle:not(.exit-click):hover { /* Menu close button on hoveer */
    color: #DD1F2D;
  }
	
  /* MENU LIST STYLE */
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
	 left: 0 !important;
	  position: relative !important;
	  background: #fff;
	  border-radius: 20px;
	  top: 0px;
  }
	.mobile-drop-top {
		top: 30px !important;
	}
  nav.mobile ul li {
    border-bottom: 2px solid #000;
    position: relative;
  }
  /* FIRST LEVEL */
  nav.mobile ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 12px 20px 10px 20px;
    color: #000;
    text-decoration: none;
    text-align: left;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
  }
  nav.mobile ul li a:hover {
    color: #DD1F2D;
  }
.drop-down > a {
	display: flex !important;
	gap: 5px;
}
.drop-down > a i {
	position: relative;
	top: -2px;
}
nav.mobile ul li:last-child {
	border-bottom: none;
}
/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	position: relative;
	display: block;
	padding: 12px 20px 10px 30px;
	color: #000;
	text-decoration: none;
}

/* 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 */ 
	display:block;
	cursor:pointer;
	z-index: 12399994;
	top:0;
	right:0;
	width:auto;
	height:auto;
	padding: 12px 0 10px 20px;
	color:#000;
	}
  .nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

/* 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:#E76806!important;}
nav.mobile ul li .fa-chevron-down {color:#999;}
}

@media only screen and (max-width: 767px) {
	nav.mobile .menu-toggle:not(exit-click) {
		top: -32px !important;
	}
	nav.mobile ul {top: 35px;}
}
@media only screen and (max-width: 600px) {
	.mobile-logo img {width: 170px;}
	.menu-bkgrd {margin-top: -62px;}
	nav.mobile .menu-toggle:not(exit-click) {
		top: -38px !important;
	}
	nav.mobile ul {top: 28px !important;}
}
@media only screen and (max-width: 450px) {
	.mobile-logo img {width: 150px;}
	.menu-bkgrd {margin-top: -60px;}
	nav.mobile .menu-toggle:not(exit-click) {
		top: -42px !important;
	}
	nav.mobile ul {top: 22px !important;}
}
@media only screen and (max-width: 350px) {
	.mobile-logo img {width: 130px;}
	#menu-button {font-size: 22px; line-height: 22px; padding: 6px;}
	.menu-bkgrd {margin-top: -53px;}
	nav.mobile .menu-toggle:not(exit-click) {
		top: -44px !important;
		right: 16px !important;
	}
	nav.mobile ul {top: 14px !important;}
}
@media only screen and (max-width: 300px) {
	.mobile-logo img {width: 110px;}
	.menu-bkgrd {margin-top: -50px;}
	nav.mobile .menu-toggle:not(exit-click) {
		top: -49px !important;
	}
	nav.mobile ul {top: 6px !important;}
}
@media only screen and (max-width: 291px) {
	nav.mobile .menu-toggle:not(exit-click) {
		top: -29px !important;
	}
	nav.mobile ul {top: 25px !important;}
}