/*
Theme Name: Beacon Trust Group
Template: beacon-v1
*/

header[role="banner"] {
	padding-top: 45px;
	height: 126px;
}

header .logo a {
	background: url( './images/beacontrustgroup-logo.png' ) no-repeat;
}

footer {
	padding-top: 170px;
}

.content .row {
	min-height: 400px;
}


.home h2 {
	font-size: 32px;
	margin: 0 0 50px;
}

.home h4 {
	font-size: 30px;
	font-family: "Open Sans", Arial, sans-serif;
}

div.wpcf7 {
	margin: 0 auto;
	max-width: 500px;
}

div.wpcf7 p {
	margin: 0 0 25px;
}

.home .wpcf7-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #666;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 400px;
	padding: 15px 5px;
	text-align: center;
	width: 100%;
}

.home .wpcf7-checkbox {
	display: block;
	font-size: 10px;
	text-align: center;
}

.home .wpcf7-checkbox input {
	font-size: 14px;
	margin: 0;
	vertical-align: middle;
}


/* forms */
::-webkit-input-placeholder {
	color: #666;
}

:-moz-placeholder {
	color: #666;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #666;
}

.home .wpcf7-submit {
	display: block;
	font-size: 16px;
	margin: 0 auto;
	padding: 10px 14px;
}

span.wpcf7-not-valid-tip {
	display: block;
	text-align: center;
}

.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 960px;
	width: 100%;
}