@charset "utf-8";

/* spacer
---------------------*/
.gps-spacer {
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}

/* buttons
---------------------*/

/* Contact Form 7
---------------------*/
.wpcf7 {
	position: relative;
	margin-bottom: 20px;
}
.wpcf7 #submit-wrapper {
	position: relative;
	padding: 20px 0 0;
	text-align: center;
}
.wpcf7 #submit-wrapper input {
	padding: 2px 10px;
	font-size: 16px;
}
.wpcf7 table th,
.wpcf7 table td {
	padding: 12px;
	text-align: left;
	border: 0;
	font-size:1.1em;
	background: none;
}
.wpcf7 table .wpcf7-text {
	width: 80%;
}
.wpcf7 table th,
#content .wpcf7 table th {
	width: 30%;
	font-weight: bold;
}
.wpcf7 table input {
	padding: 3px 2px 2px 4px;
	font-size: 100%;
}
.wpcf7 table .wpcf7-textarea {
	width: 90%;
}
.wpcf7 table .required {
	padding-left: 0.5em;
	color: #A62F2F;
	font-weight: bold;
	font-size: 100%;
}

