HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/demo/public_html/waterdamage/assets/scss/header/nav/_submenu.scss
.main-nav .children,
.nav-item-children {
  min-width: 232px;
  padding: 1.0625em 0;
  border-radius: 5px;
	position: absolute;
	top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 16px 50px rgba(#000, 0.07);
  visibility: hidden;
  font-size: 16px;
  line-height: 1.5em;
  list-style: none;
  text-align: left;

  > li {
    position: relative;
    font-size: 1em;
    line-height: normal;
    
    > a {
      display: block;
      padding: 0.7em 2.5em;
      width: 100%;
      color: #797b86;
    }
    &:hover > a {
      background-color: #e7eaee;
    }
    &.active > a,
    &.current-menu-item > a,
    &:hover > a {
      color: #181b31;
    }
  }
  
  .children,
  .nav-item-children {
    bottom: auto;
    top: 0;
    left: 100%;
    // z-index: -1; // issues in side layouts
    
    &.to-left {
      right: 100%;
    }
  }
  
  &.to-left {
    left: auto;
    right: 0;

    .children,
    .nav-item-children {
      left: auto;
      right: 100%;
    }
  }

}
.main-nav .position-applied > .children,
.position-applied > .nav-item-children {
  display: none;
  visibility: visible;
}