/* Element Styles */

.wpfox_section_header {
	text-align: center;
	padding: 20px 0px 10px;
}

.section-header {
	margin-bottom: 0;
}

.section-header:not(:last-child) {
	margin-bottom: 0.4em;
}

.section-header .top {
	display: block;
	font-family: 'Roboto', sans-serif;
	color: #3e6c89;
	font-size: 22px;
	line-height: 2;
	letter-spacing: .14em;
	text-transform: uppercase;
	font-weight: 400;
}

.section-header .top::before, .section-header .top::after {
	height: 1px;
	width: 55px;
	background-color: #b99761;
	display: inline-block;
	content: " ";
	vertical-align: middle;
	margin: 0 10px;
	opacity: 0.6;
}

.section-header .bottom {
	display: block;
	color: #b99761;
	font-size: 46px;
	line-height: 1.1;
	font-weight: 400;
	font-family: 'Lora';
}

.section-header .bottom + .top {
	font-size: 17px;
	line-height: 1.35;
	margin-top: 12px;
}

.section-header .bottom + .top::before, .section-header .bottom + .top::after {
	width: 48px;
	margin: 0 28px;
}

.wpfox_section_header p {
	max-width: 750px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.78;
	font-weight: 500;
	color: #343b43;
}

.wpfox_section_header p strong {
	font-weight: 600;
}

.wpfox_section_header p:not(:last-child) {
	margin-bottom: 25px;
}


/* Mission Block */

.wpfox_section_header.wpfox_mission_block {
	max-width: 748px;
	padding: 65px 85px;
	margin-left: auto;
	margin-right: auto;
}

.wpfox_section_header.wpfox_mission_block + .wpfox_section_header.wpfox_mission_block {
	margin-top: -20px;
}



@media (min-width: 40em) and (max-width: 63.999em) {
	.section-header .top {
		font-size: 17px;
	}
	.section-header .top::before, .section-header .top::after {
		width: 45px;
		margin: 0 8px;
	}
	.section-header .bottom {
		font-size: 36px;
	}
	.section-header .bottom + .top {
		font-size: 15px;
		margin-top: 10px;
	}
	.section-header .bottom + .top::before, .section-header .bottom + .top::after {
		width: 38px;
		margin: 0 18px;
	}
	.wpfox_section_header p {
		font-size: 16px;
	}
	
	.wpfox_section_header.wpfox_mission_block {
		padding: 50px 65px;
	}
	
	.wpfox_section_header.wpfox_mission_block + .wpfox_section_header.wpfox_mission_block {
		margin-top: -10px;
	}
}

@media (max-width: 39.999em) {
	.section-header .top {
		font-size: 11px;
		letter-spacing: 0.8px;
	}
	.section-header .top::before, .section-header .top::after {
		width: 8px;
		margin: 0 4px;
	}
	.section-header .bottom {
		font-size: 26px;
	}
	.section-header .bottom + .top {
		font-size: 13px;
		margin-top: 8px;
	}
	.section-header .bottom + .top::before, .section-header .bottom + .top::after {
		display: none;
	}
	.section-header .bottom + .top::after {
		width: 40px;
		margin: 10px auto;
		display: block;
	}
	.wpfox_section_header p {
		font-size: 14px;
	}
	
	.wpfox_section_header.wpfox_mission_block {
		padding: 35px 45px;
	}
	
	.wpfox_section_header.wpfox_mission_block + .wpfox_section_header.wpfox_mission_block {
		margin-top: 0;
	}
}