/** CONTACT US **/

h1 {
	padding-top: 140px;
	text-align: left;
	font-size: 85px;
	margin: 0;
}

.header-featured-image + #primary {
	margin-top: 30px;
}

.header-featured-image + #primary h1 {
	padding-top: 30px;
}

#contact-sub-content {
	font-size: 18px;
	padding-bottom: 40px;
}

#contact-body {
	display: flex;
	max-width: 1300px;
	margin: 0 auto;
	padding-bottom: 150px;
}

#contact-body .sub-item {
	display: block;
}

#contact-body .sub-item.left {
	width: 35%;
	font-size: 16px;
	padding-top: 184px;
}

#contact-body .sub-item.right {
	width: 65%;
}

#contact-body .sub-item.left h4 {
	font-size: 26px;
	margin: 0;
	margin-bottom: 25px;
	line-height: 31px;
}

#contact-body .sub-item.left a {
	color: #757575;
	text-decoration: none;
}

#contact-body .sub-item.left a:hover {
	color: #000;
}

#contact-body .sub-item.left .social-media p {
	display: inline;
}

#contact-body .sub-item.left .social-media a {
	color: #000;
}

#contact-body .sub-item.left .social-media a:hover {
	color: #FF7300;
}

#contact-body .social-media a i {
	padding: 10px;
}

/** FORM **/

.link-button.black {
	color: #000000 !important;
	border: 2px solid #000000 !important;

	background: linear-gradient(to left, transparent 50%, black 50%) !important;
    background-size: 201% 100% !important;
    background-position:right bottom !important;
    transition:all 1s ease !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	font-family: Radikal, sans-serif !important;
	padding: 13px 64px !important;
	letter-spacing: 2px !important;
}

.link-button.black:hover {
    background-position: -1px bottom !important;
	color: #fff !important;
	background-size: 205% 100% !important;
}

.wpforms-field-text, .wpforms-field-email {
	float: left !important;
	width: 48% !important;
	clear: none !important;
}

.wpforms-field-text {
	margin-right: 2% !important;
}

.wpforms-field-text input[type=text] {
	padding: 28px 21px !important;
	font-size: 11px !important;
	letter-spacing: 2px !important;
}

.wpforms-field-email {
	margin-left: 2% !important;
}

.wpforms-field-email input[type=email] {
	padding: 28px 21px !important;
	font-size: 11px !important;
	letter-spacing: 2px !important;
}

.wpforms-field-textarea textarea {
	padding: 20px 21px !important;
	font-size: 11px !important;
	letter-spacing: 2px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: #ffffff !important;
	border: 1px solid #000 !important;
	box-sizing: border-box;
}


/** MEDIA QUERIES **/

@media only screen and (max-width: 1350px) {

	#primary {
		margin: 0 3%;
	}

} 


@media only screen and (max-width: 1250px) {


}

@media only screen and (max-width: 1024px) {

	h1 {
		font-size: 55px;
		line-height: 58px;
	}

}

@media only screen and (max-width: 875px) {

	#primary {
		margin: 0 4%;
	}

	#contact-body .sub-item.left {
		display: none;
	}

}

@media only screen and (max-width: 768px) {

	h1 {
		font-size: 40px;
		line-height: 44px;
	}

	#contact-body {
		flex-direction: column;
		padding-bottom: 80px;
	}

	#contact-body .sub-item {
		width: 100% !important;
	}

	#contact-body .social-media {
		padding-bottom: 30px;
	}


}

@media only screen and (max-width: 640px) {

	#contact-sub-content {
		font-size: 14px;
	}

	#contact-body {
		margin: 0 20px;
		margin-top: 30px;
		flex-direction: column-reverse;
	}

	.wpforms-field-text, .wpforms-field-email {
		float: none !important;
		width: 100% !important;
		clear: both !important;
		margin: 0 !important;
	}

}

@media only screen and (max-width: 500px) {


}