.breadcrumbs {
    font-size: 12px;
    font-weight: 500;
}
.breadcrumbs a.breadcrumbslink {
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    color: #002044b3;
}

.breadcrumbs a.breadcrumbslink::after {
  content: '';
  display:inline-block;
  width: 10px;
  height: 10px;
  background-image: url('/wp-content/plugins/sj_breadcrumbs/css/pil_bread.svg');
  background-repeat: no-repeat;
  position: relative;
   top: 1px;
   margin: 0 8px;
}


.breadcrumbs span {
    font-size: 12px;
    font-weight: 500;
    color: #002044;
}


/* Breadcrumbs Light */

.breadcrumbs.light a.breadcrumbslink {
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    color: #A8C5D2;
}

.breadcrumbs.light a.breadcrumbslink::after {
  content: '';
  display:inline-block;
  width: 10px;
  height: 10px;
  background-image: url('/wp-content/plugins/sj_breadcrumbs/css/pil_bread_light.svg');
  background-repeat: no-repeat;
  position: relative;
   top: 1px;
   margin: 0 8px;
}


.breadcrumbs.light span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}


