/***
=============================================
Page Header
=============================================
***/
.page-header {
	position: relative;
	display: block;
	padding: 221px 0px 223px;
	overflow: hidden;
	z-index: 1;
}

.page-header__bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--reroof-white);
	background-blend-mode: luminosity;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}

.page-header__bg::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(var(--reroof-black-rgb), 0.80);
	content: "";
	z-index: -1;
}

.page-header__pattern {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}

.page-header__inner {
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
}

.page-header__inner h2,
.page-header__inner h1{
	color: var(--reroof-white);
	font-size: 50px;
	line-height: 1.1em;
	font-weight: 500;
}

.page-header__inner .thm-breadcrumb {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 21px;
	flex-flow: wrap;
	list-style-type:none;
}

.page-header__inner .thm-breadcrumb li {
	color: var(--reroof-white);
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
	margin-left: 5px;
	margin-right: 5px;
	padding:0;
}

.page-header__inner .thm-breadcrumb li:first-child {
	margin-left: 0px;
	padding-left: 0px;
}

.page-header__inner .thm-breadcrumb li:last-child {
	margin-right: 0px;
}

.page-header__inner .thm-breadcrumb li a {
	color: var(--reroof-base);
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
}

.page-header__inner .thm-breadcrumb li span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	top: 1px;
}








@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
	.page-header__inner .thm-breadcrumb li, .page-header__inner .thm-breadcrumb li a{
		font-size:14px;
		line-height: 1.2rem;
	}
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
	.page-header{

	}
	.page-header__inner h2, .page-header__inner h1{
		font-size:40px;
	}
	.page-header__inner .thm-breadcrumb li, .page-header__inner .thm-breadcrumb li a, .page-header__inner .thm-breadcrumb li span{
		font-size:11px;
	}
	.page-header__inner .thm-breadcrumb li{
		margin-left:3px;
		margin-right:3px;
	}
	.page-header__inner .thm-breadcrumb{
		margin-top:0;
	}
}
