/**
 * 6.0 Contact
 */

.page-template-contact #banner_c div.banner_c {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex !important;
	flex-direction: column;
	height: 100vw;
	justify-content: center;
	padding: 0 25px;
	position: relative;
	width: 100%;
}

.page-template-contact #banner_c div.banner_c div.headline {
	color: #fed086;
	font-family: serif;
	font-size: 3.0rem;
	font-style: italic;
}

.page-template-contact #banner_c div.banner_c div.subhead {
	color: #fed086;
	font-size: 3.0rem;
	font-weight: bold;
	text-transform: uppercase;
}

.page-template-contact #banner_c div.banner_c div.arrow-right {
	border-bottom: 15px solid transparent;
	border-left: 15px solid #5a4a42;
	border-top: 15px solid transparent;
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	top: calc(50% - 30px);
	width: 0;
}

.page-template-contact #form_c {
	margin: 20px 0 0 0;
}

.page-template-contact #form_c div.desktop_w {
	background: rgb(90,74,66);
	background: linear-gradient(180deg, rgba(90,74,66,1) 0%, rgba(90,74,66,0.5) 75%, rgba(0,0,0,0) 100%);
	padding: 20px;
}

@media screen and (min-width: 1024px) {
	.page-template-contact #banner_c {
		margin: 50px 0 0 0;
	}

	.page-template-contact #banner_c div.banner_c {
		border: 5px solid #5a4a42;
		height: 300px;
		padding: 80px 650px 80px 80px;
	}

	.page-template-contact #form_c {
		margin: 30px 0 0 0;
	}

	.page-template-contact #form_c div.desktop_w {
		padding: 50px;
	}

	.page-template-contact #form_c form {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.page-template-contact #form_c form #name_c,
	.page-template-contact #form_c form #phone_email_c {
		display: flex;
		flex: 0 0 100%;
		justify-content: space-between;
	}

	.page-template-contact #form_c form #name_c > div.input,
	.page-template-contact #form_c form #phone_email_c > div.input {
		flex: 0 0 calc(50% - 10px);
		margin: 0 0 20px 0;
	}

	.page-template-contact #form_c form #message_c {
		flex: 0 0 100%;
	}
}
