#breadcrumb {
  margin: 0 0 45px;
  /* If the label is set to show in theme settings the label class is added */
}

#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb a:hover, #breadcrumb a:focus {
  text-decoration: none !important;
}

#breadcrumb a:after {
  font-family: fontello;
  font-size: 14px;
  content: '\e804';
  margin-left: 12px;
  vertical-align: top;
}
/*# sourceMappingURL=breadcrumb.css.map */