/* General styles for the core plugin and all add-ons */
.breadcrumbs {
    list-style: none;
    padding: 0;
	color: #FFF;
}

.breadcrumbs li {
    display: inline;
    margin-right: 5px;
}

.breadcrumbs li a {
    text-decoration: none;
    color: #FFF;
}

.breadcrumbs li a:hover {
    text-decoration: underline;
}

/* Add additional styles here */
.hfe-site-logo-container {
	display: flex;
}