/**
 * Elementor CSS Variables Mapping
 */
/* Global Colors */
/* Global Font Styles */
/**
 * Color Schemes
 */
.li-widgets--default-nav .children {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  gap: 10px 0;
}
.li-widgets--default-nav .children > li > a {
  color: var(--e-global-color-text);
  padding: 5px 20px 5px 0;
  line-height: 1.2;
  font-size: 20px;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: 300;
}
.li-widgets--default-nav .children > li:hover > a, .li-widgets--default-nav .children > li.active > a {
  color: var(--foreground-color);
}

/*# sourceMappingURL=style.css.map */
