.breadcrumb {
	padding: 9px 0 10px;
	background: #f6f5f3;
}
	.site.-archive .breadcrumb {
		background: #fff;
	}
	.breadcrumb > .container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
	}
.breadcrumb-item, .breadcrumb-separator {
	line-height: 32px;
	font-size: 15px;
}
	.breadcrumb-separator {
		height: 13px;
		width: 10px;
		margin: 0 4px 0 8px;
		background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8'%3E%3Cpath d='M1 7.44l-.56-.56L3.32 4 .44 1.2 1 .56 4.44 4z' fill='%23999' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
		background-position: 0 -1px;
		background-size: contain;
	}
.breadcrumb-item a {
	color: #457afb;
}