.breadcrumbs {
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 1;
	li {
		display: inline;
		a,span {
			font-size: 16px;
			font-weight: 400;
			color: var(--g5-color-secondary);
			line-height: 1.875;
			&:hover {
				color: var(--g5-color-accent);
			}
		}
		span {
			color: var(--g5-color-accent);
		}
		&:after {
			font-family: var(--g5-font-icon);
			display: inline-block;
			content: '\f105';
			font-size: 16px;
			letter-spacing: -0.02em;
			padding: 0 10px;
			color: var(--g5-color-secondary);
		}
	}
	li:last-child:after {
		display: none;
	}
}
.page-title{
	position: relative;
	&.page-title-layout-center{
		text-align: center;
	}
}
.page-title-background {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: transparent;
	position: relative;
}
.page-title .page-title-inner{
	position: relative;
	h1{
		text-transform: uppercase;
		font-size: 28px;
		font-weight: bold;
		line-height: 30px;
	}
	p{
		font-size: 16px;
		color: var(--g5-color-secondary);
		margin: 0;
	}
}
.page-title .page-title-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
}
.parallax-disabled {
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
}