.breadcrumbs-wrapper {
	overflow: hidden;
	margin-bottom: 20px;

	@include breakpoint(medium down) {
		margin-bottom: 15px;
	}						
	@include breakpoint(small only) {
		margin-bottom: 10px;
	}					

	.breadcrumbs {
		line-height: 1.3 !important;
	    font-weight: 300 !important;
	    color: #000;

	    > a,
	    > span {
	    	line-height: 1.3 !important;
	    	font-size: 83%;
			display: inline-block;
	    }

	    > span {
	    	padding: 0;

	    	&.delimiter {
	    		padding: 0 10px;
	    	}
	    }

	    a {
	    	font-size: inherit;
	    	color: #000;

	    	&:hover {
	    		opacity: 0.5;
	    	}
	    }

	    a, span {
		    text-decoration: none;
		    font-weight: 300;					    	
	    }
	}
}