﻿.clear {
  clear: both;
}

  .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(0,0,0,0.50);
    transition: ease opacity 0.3s;
  }
  .mobile.open + .menu-toggle.exit-click {
    pointer-events: auto;
    opacity: 1;
  }
  /*==============================
	Mobile Nav Styles			
================================*/

  #menu-button {
    display: inline-block;
    font-size: 24px;
    position: relative;
    line-height: 60px;
    z-index: 400;
    text-align: right;
  }
  #menu-button a {
        color: #fff;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    font-family: var(--body);
    --h: 40px;
    --bg: #111827;
    text-transform: uppercase;
    align-items: center;
    font-weight: 600;
    line-height: 2;
    font-size: 18px;
    overflow: hidden;
    font-family: var(--body);
    border-radius: 0;
    background: transparent;
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 0;
    transition: width 200ms ease, background-color 150ms ease, box-shadow 150ms ease;
    gap: 10px;
  }
  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
	  max-width:400px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    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 15px 0;
    color: #999;
    font-size: 18px;
    font-weight: 400;
  }
  /* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle:not(.exit-click) {
    position: absolute;
    padding: 5px;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    color: var(--blue);
    text-decoration: none;
    top: -45px;
    right: 45px;
    opacity: .5;
}
  nav.mobile .menu-toggle:not(.exit-click):hover { /* Menu close button on hoveer */
opacity:1.0;
  }
  /* MENU LIST STYLE */
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
	 left: 0 !important;
	      width: 80%;
    margin: 0 auto;
	  position: relative !important;
  }
  nav.mobile ul li {
    position: relative;
  }
  /* FIRST LEVEL */
  nav.mobile ul li a{
    position: relative;
    display: block;
    font-size: 18px;
    padding: 10px;
	  line-height: 2;
    color: #000;
    text-decoration: none;
    text-align: left;
  }
  nav.mobile ul li a:hover {
    background: #fff;
  }
  /* SECOND LEVEL */
  nav.mobile ul li li:last-child {
    border: none;
  }
nav.mobile ul li strong {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--blue);
    line-height: 2;
    font-size: 16px;
}
nav.mobile ul li li a,  nav.mobile ul li strong  {
    background: #fff;
	text-align: left;
    position: relative;
    display: block;
    padding: 10px 10px 10px 30px;
    /* border-left: 4px #444 solid; */
    color: #444;
    text-decoration: none;
}
  nav.mobile ul li li a:hover {
    color:var(--red)
  }
  /* 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 i { /* 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: 17px 20px;
    color:var(--blue) !important;
  }
  .nav-footer {
       color: #1B1B1B;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0;
    max-width: 80%;
    margin: 0 auto;
        margin-top: 40px;
    margin-bottom: 95px;
  }

ul.dp-list {
    width: 100% !important;
}
  /* FONT AWESOME ICONS */
  nav.mobile ul li a .fa,nav.mobile ul li a .fa-solid,nav.mobile ul li a .fa-regular {

  }
  nav.mobile ul li .fa-chevron-down {
    color: #999;
  }

@media screen and (max-width: 1020px) {
 
}
@media screen and (max-width:450px) {

}