

/* BREADCRUMBS
---------------------------------------------- */
.breadcrumbs {
	padding: 0 10px;
	/*background: white;*/

}
.bc-split  {
	display: inline-block;
	padding: 0 10px;
}
.bc-split:before  {
	font-family: 'themify';
	content: "\e649";
	font-size: 14px;
}
.bc-split:last-of-type  {
	display: none;
}

@media only screen and (max-width: 767px) {

	.breadcrumbs {
		text-align: center;
	}
	.breadcrumbs .bc-inner > * {
		display: none;
	}
	.page .breadcrumbs .bc-inner > *:nth-last-child(2),
	.single .breadcrumbs .bc-inner > *:nth-last-child(2),
	.archive .breadcrumbs .bc-inner > *:nth-last-child(4) {
		display: inline-block;
	}

	.page .breadcrumbs .bc-inner > *:nth-last-child(2)::before,
	.single .breadcrumbs .bc-inner > *:nth-last-child(2)::before,
	.archive .breadcrumbs .bc-inner > *:nth-last-child(4)::before {
		content: "\e64a";
		font-family: "themify";
		font-size: 14px;
		margin-left: -20px;
		position: absolute;
	}
}

