@charset "utf-8";
/* Contact call-to-action block. Replaces the original PHP-backed
   consultation form on contact.html. Sits inside #cForm, so it inherits
   the dark parallax background and white text. */

#cForm .cta_lead {
	font-family: 'Conv_Lato-Thin', arial, sans-serif;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1.25px;
	text-align: center;
	max-width: 620px;
	margin: 2% auto 0 auto;
	padding: 0 15px;
	color: #FFF;
	box-sizing: border-box;
}

#cForm .cta_grid {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2.5% 0 1% 0;
	padding: 0;
}

#cForm .cta_grid li {
	-webkit-flex: 1 1 260px;
	flex: 1 1 260px;
	max-width: 320px;
	text-align: center;
	padding: 25px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#cForm .cta_grid li .fa {
	font-size: 26px;
	color: #FFF;
	opacity: 0.75;
}

#cForm .cta_grid h5 {
	font-family: 'Conv_Bodoni 72 Smallcaps Book', georgia, serif;
	font-size: 20px;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	color: #FFF;
	margin: 14px 0 6px 0;
	position: relative;
	display: inline-block;
}

#cForm .cta_grid h5:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 0;
	bottom: -6px;
	transform: scaleX(0.4);
	-webkit-transform: scaleX(0.4);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

#cForm .cta_grid li:hover h5:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

#cForm .cta_grid p {
	font-family: 'Conv_Lato-Thin', arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1.25px;
	color: #FFF;
	margin: 8px 0 0 0;
}

#cForm .cta_grid a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	padding-bottom: 2px;
	-webkit-transition: border-color 0.3s linear;
	transition: border-color 0.3s linear;
	word-break: break-word;
}

#cForm .cta_grid a:hover {
	border-bottom-color: #FFF;
}

.cta_btn {
	display: inline-block;
	font-family: 'Conv_Bodoni 72 Smallcaps Book', georgia, serif;
	font-size: 17px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #363636;
	background-color: #FFF;
	padding: 16px 34px;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.cta_btn:hover {
	background-color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 640px) {
	#cForm .cta_lead {
		font-size: 15px;
		line-height: 27px;
	}
	#cForm .cta_grid li {
		padding: 20px 15px;
	}
	.cta_btn {
		font-size: 15px;
		letter-spacing: 1.75px;
		padding: 15px 22px;
	}
}
