.breadcrumb-wrapper {
    margin-top: 20px;
}

#crumbs{
    font-size: 0.7778em;
    color: #666;
 }

 #crumbs a{
    color: #666;
    margin-right: 10px;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
 }

 #crumbs a:hover {
    text-decoration: none;
    color: $primary_color;
 }

 #crumbs .separator{
    margin-right: 10px;
}

#crumbs .current a {
	color: $primary_color;
	pointer-events: none;
}