@import '/modules/custom/smartmenus2/css/sm-core-css.min.css';
/**
  Header Items
*/
/*
#header .sm  li a:link,
#header .sm  li a:visited,
#header .sm  li a:active {
  color: white !important;
}
#header .sm  li a:hover {
  color: orange !important;
}
#header .sm  li,
#header .sm  li:hover {
  background-color: transparent !important;
}

#header .sm  li.dropdown-item a:link,
#header .sm  li.dropdown-item a:visited,
#header .sm  li.dropdown-item a:active {
  color: #00400B !important;
}
*/

/**
  Left Sidebar Items
*/

.left_sidebar .sm li a {
  box-shadow: none !important;
}

.left_sidebar .sm li.active a.active.has-submenu {
  color: #7f6e61 !important;
}

.left_sidebar .sm li a .sub-arrow {
/*  font-size: 20px;
*/
}

.left_sidebar .dropdown-item.active {
  background-color: #00400B;
}

.left_sidebar .dropdown-item.active a:active,
.left_sidebar .dropdown-item.active a:visited,
.left_sidebar .dropdown-item.active a:link {
  color: white !important;
}

.sm-ldas a, .sm-ldas a:hover, .sm-ldas a:focus, .sm-ldas a:active {
  /* make room for the toggle button (sub indicator) */
/*  padding-right: 58px;
  font-size: 16px;
*/  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-ldas a.current {
  font-weight: bold;
}
.sm-ldas a.disabled {
  color: #cccccc;
}
.sm-ldas a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  overflow: hidden;
  text-align: center;
  text-shadow: none;
  border-radius: 4px;
}
.sm-ldas a .sub-arrow::before {
  content: '+';
}
.sm-ldas a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-ldas li {
  border-top: 1px solid rgba(141, 184, 99, 0.2);
}
.sm-ldas > li:first-child {
  border-top: 0;
}

@media (min-width: 992px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-ldas ul {
    position: absolute;
  }

  .sm-ldas li {
    float: left;
    padding: 0 0.33em;

}

  .sm-ldas.sm-rtl li {
    float: right;
  }

  .sm-ldas ul li, .sm-ldas.sm-rtl ul li, .sm-ldas.sm-vertical li {
    float: none;
  }

/*  .sm-ldas a {
    white-space: nowrap;
  }
*/
  .sm-ldas ul a, .sm-ldas.sm-vertical a {
    white-space: normal;
  }

  .sm-ldas .sm-nowrap > li > a, .sm-ldas .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-ldas {
    border-top: 0;
    background: transparent;
  }
  .sm-ldas a, .sm-ldas a:hover, .sm-ldas a:focus, .sm-ldas a:active, .sm-ldas a.highlighted {
/*    padding: 10px 10px;
*/    border-radius: 4px 4px 0 0;
  }
  .sm-ldas a.highlighted {
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  .sm-ldas a.disabled {
    background: transparent;
    box-shadow: none;
  }
  .sm-ldas a.has-submenu {
    padding-right: 34px;

}
  .sm-ldas a .sub-arrow {
    top: 50%;
    margin-top: -3px;
    right: -5px;
    border-width: 6px 4.02px 0 4.02px;
    border-style: solid dashed dashed dashed;
    border-color: #8db863 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-ldas a:hover .sub-arrow, .sm-ldas a:focus .sub-arrow, .sm-ldas a:active .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-ldas a.highlighted .sub-arrow {
    border-color: #8db863 transparent transparent transparent;
  }
  .sm-ldas a.disabled .sub-arrow {
    border-color: #8db863 transparent transparent transparent;
  }
  .sm-ldas a .sub-arrow::before {
    display: none;
  }
  .sm-ldas li {
    border-top: 0;
  }
  .sm-ldas ul {
    border: 0;
    padding: 8px 0;
    border-radius: 0 4px 4px 4px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  .sm-ldas ul ul {
    border-radius: 4px;
  }
  .sm-ldas ul a, .sm-ldas ul a:hover, .sm-ldas ul a:focus, .sm-ldas ul a:active, .sm-ldas ul a.highlighted {
    border: 0 !important;
    border-radius: 0;
  }
  .sm-ldas ul a:hover, .sm-ldas ul a:focus, .sm-ldas ul a:active, .sm-ldas ul a.highlighted {
    box-shadow: none;
  }
  .sm-ldas ul a.disabled {
    background: transparent;
  }
  .sm-ldas ul a.has-submenu {
  }
  .sm-ldas ul a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #8db863;
  }
  .sm-ldas ul a:hover .sub-arrow, .sm-ldas ul a:focus .sub-arrow, .sm-ldas ul a:active .sub-arrow, .sm-ldas ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }
  .sm-ldas ul a.disabled .sub-arrow {
    border-color: transparent transparent transparent #8db863;
  }
  .sm-ldas .scroll-up,
  .sm-ldas .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    height: 20px;
  }
  .sm-ldas .scroll-up-arrow,
  .sm-ldas .scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #8db863 transparent;
  }
  .sm-ldas .scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #8db863 transparent transparent transparent;
  }
  .sm-ldas.sm-rtl a.has-submenu {
    padding-left: 34px;
  }
  .sm-ldas.sm-rtl a .sub-arrow {
    right: auto;
  }
  .sm-ldas.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 2px solid #8db863;
  }
  .sm-ldas.sm-rtl.sm-vertical a {
    border-radius: 0 4px 4px 0;
  }
  .sm-ldas.sm-rtl.sm-vertical a.has-submenu {
  }
  .sm-ldas.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #8db863 transparent transparent;
  }
  .sm-ldas.sm-rtl.sm-vertical a:hover .sub-arrow, .sm-ldas.sm-rtl.sm-vertical a:focus .sub-arrow, .sm-ldas.sm-rtl.sm-vertical a:active .sub-arrow, .sm-ldas.sm-rtl.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }
  .sm-ldas.sm-rtl.sm-vertical a.disabled .sub-arrow {
    border-color: transparent #8db863 transparent transparent;
  }
  .sm-ldas.sm-rtl ul {
    border-radius: 4px 0 4px 4px;
  }
  .sm-ldas.sm-rtl ul a {
    border-radius: 0 !important;
  }
  .sm-ldas.sm-rtl ul a.has-submenu {
  }
  .sm-ldas.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #8db863 transparent transparent;
  }
  .sm-ldas.sm-rtl ul a:hover .sub-arrow, .sm-ldas.sm-rtl ul a:focus .sub-arrow, .sm-ldas.sm-rtl ul a:active .sub-arrow, .sm-ldas.sm-rtl ul a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }
  .sm-ldas.sm-rtl ul a.disabled .sub-arrow {
    border-color: transparent #8db863 transparent transparent;
  }
  .sm-ldas.sm-vertical {
    border-bottom: 0;
    border-right: 2px solid #8db863;
  }
  .sm-ldas.sm-vertical a {
    border-radius: 4px 0 0 4px;
  }
  .sm-ldas.sm-vertical a:hover, .sm-ldas.sm-vertical a:focus, .sm-ldas.sm-vertical a:active, .sm-ldas.sm-vertical a.highlighted {
    box-shadow: none;
  }
  .sm-ldas.sm-vertical a.disabled {
    background: transparent;
  }
  .sm-ldas.sm-vertical a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #8db863;
  }
  .sm-ldas.sm-vertical a:hover .sub-arrow, .sm-ldas.sm-vertical a:focus .sub-arrow, .sm-ldas.sm-vertical a:active .sub-arrow, .sm-ldas.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }
  .sm-ldas.sm-vertical a.disabled .sub-arrow {
    border-color: transparent transparent transparent #8db863;
  }
  .sm-ldas.sm-vertical ul {
    border-radius: 4px !important;
  }
  .sm-ldas.sm-vertical ul a {
  }
}
/*# sourceMappingURL=sm-ldas.css.map */
