/*--------------------------------------------------------------
   Breadcrumbs
--------------------------------------------------------------*/

.trawell-breadcrumbs{
	font-size: 1.4rem;
	position: relative;
}
.trawell-breadcrumbs:after{
	width: 40px;
	content:"";
	height: 1px;
	display: block;
	margin:20px 0 25px;
	background: #ddd;
}
.trawell-breadcrumbs-center .trawell-breadcrumbs{
	text-align: center;
	&:after{
		margin-left:auto;
		margin-right:auto;
	}
}