/* Header with Background Image  */


.zp-header-wb-wrapper {
	display: flex;
	flex-direction: row;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 450px;
}

.zp-header-wb-left {
	color: #222222;
	min-height: 450px;
	width: 35%;
	padding: 30px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.zp-header-wb-left h1 {
	color: #222222;
	font-size: 42px;
	font-weight: 700;
}

.zp-header-wb-wrapper .h2 {
	font-size: 20px;
    font-weight: normal;
}

.zp-header-wb-left p {
	color: #222222;
	padding-bottom: 20px !important;
}

.zp-header-wb-right img {
	display: none;
}

.zp-dark-theme-header {
	color: #fff !important;
}

@media screen and (min-width: 981px) and (max-width: 1080px) {
	.zp-header-wb-left h1 {
		font-size: 36px;
	}
}

@media screen and (max-width: 980px) {
	.zp-header-wb-wrapper {
		flex-direction: column;
		background-image: none !important;
		min-height: 0;
	}
	.zp-header-wb-left {
		width: 100%;
		min-height: 250px;
	}
	.zp-header-wb-right {
		width: 100%;
		min-height: 300px;
		background-size: cover;
		background-position: center right;
		background-repeat: no-repeat;
	}
	.zp-header-wb-right img {
		display: block;
	}
}

@media only screen and (max-width: 700px) {
	.zp-header-wb-left h1 {
		font-size: 36px;
	}
	.zp-header-wb-right {
		width: 100%;
		min-height: 0;
	}
}
