/******** End of primary Nav ***************/
@media screen and (min-width: 768px) {
  .menu-toggle.exit-click {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile:not(.open) + .menu-toggle.exit-click {
    display: none;
  }
  .mobile.open + .menu-toggle.exit-click {
    position: fixed !important;
    top: 0 !important;
    left: 250px !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1000;
  }
  /*==============================
	Mobile Nav Styles			
================================*/
nav.borderXwidth {
    display: none;
  }
	
	header {height: auto !important;}
  #menu-button {
    display: inline-block;
    font-size: 32px;
    position: relative;
    line-height: 1.25;
    z-index: 400;
    text-align: right;
	      width: 100%;
    display: inline-block;
    background: #ccc;
  }
  #menu-button a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
	  padding-right: 20px;
  }
  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
    overflow: auto;
    background: #363636;
	  margin: 0 !important;
  }
  /* 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: 15px 0;
    color: #fff;
    font-size: #ff;
    font-weight: 400;
    border-bottom: 1px solid #888;
  }
  /* MENU CLOSE 'X' BUTTON */
  nav.mobile .menu-toggle:not(.exit-click) {
       position: absolute;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    background: transparent;
    color: #fff;
    text-decoration: none;
    top: -8px;
    right: 10px;
  	
	}
  nav.mobile .menu-toggle:not(.exit-click):hover { /* Menu close button on hoveer */
    color: #fff;
  }
  /* MENU LIST STYLE */
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
	left: 0 !important;
    position: relative !important;
	  width: 100%;
    TOP: 0;
  }
  nav.mobile ul li {
        display: block;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #888;
  }
  /* FIRST LEVEL */
  nav.mobile ul li a {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 0 15px;
    color: #fff;
    line-height: 40px;
    text-decoration: none;
    text-align: left;
  }
  nav.mobile ul li a:hover {
    background: #ed1c24;/* 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: #000;
    position: relative;
    display: block;
    padding: 10px 10px 10px 30px;
    color: #fff;font-size: 13px;
    text-decoration: none;
  }
  nav.mobile ul li li a:hover {
    background: rgba(65, 65, 65, 0.5);
  }
  /* 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: 10px;
    right: 15px;
    width: auto;
    height: auto;
    padding: 0;
  }
  .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,nav.mobile ul li a .fa-solid,nav.mobile ul li a .fa-regular {
    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: #999;
  }
}

/******* responsive styles **/



@media screen and (min-width: 768px) {
#menu-button {
  display: none;
}
	nav.mobile {
  display: none;
}
}










