/*
Theme Name: UnderStrap Child
Theme URI: http://understrap.com
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted 
Version: 1.0
Author: 
Author URI: 
Template: understrap
License: 
License URI:
*/

.text-right {
	text-align: right;
}

.breadcrumb {
	background-color: #fff !important;
}

.breadcrumb__item {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.breadcrumb__link:last-child a {
	pointer-events: none;
	color: #000;
}

.breadcrumb__link > br {
	display: none;
}

.related {
	width: 100%;
	margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
	.related {
		width: 65%;
	}
}

.related__title {
	text-align: center;
}

.related__list {
	margin-top: 10px;
	list-style-type: none;
}

.related__item {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.related__item:first-child {
	border-top: 1px solid #ccc;
}

.related__text br {
	display: none;
}
