/* line 966, Z:/undrr/html/web/themes/custom/undrr/scss/utils/variables.scss */
.breadcrumb {
  font-family: "Roboto Condensed";
}

/* line 970, Z:/undrr/html/web/themes/custom/undrr/scss/utils/variables.scss */
.breadcrumb > li + li:before {
  font-family: "FontAwesome";
}

/* line 981, Z:/undrr/html/web/themes/custom/undrr/scss/utils/variables.scss */
.breadcrumb {
  font-weight: 300;
}

/* line 6, Z:/undrr/html/web/themes/custom/undrr/scss/components/breadcrumb.scss */
.breadcrumb {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  opacity: .8;
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 16, Z:/undrr/html/web/themes/custom/undrr/scss/components/breadcrumb.scss */
.breadcrumb > li a {
  color: #ffffff;
}

/* line 20, Z:/undrr/html/web/themes/custom/undrr/scss/components/breadcrumb.scss */
.breadcrumb > li + li:before {
  padding: 0 12px 0 14px;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  content: '\f0da';
  vertical-align: top;
}

/* line 29, Z:/undrr/html/web/themes/custom/undrr/scss/components/breadcrumb.scss */
.breadcrumb > li.active {
  color: #ffffff;
}

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