/* CSS Document */

.form_wrap {
	width:80%;
	height:auto;
	float:left;
	margin:10px 0px 20px 10%;
	padding:0px 0px 0px 0px;
}

.form_section {
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 10px 0px;
}

.form_section.submit {
	border: none;
	background-color: transparent;
}


.form_input {
	width:100%;
	height:auto;
	float:right;
	margin:5px 0px 0px 0px;
	
}

.form_input input {
	background:#FFF;
	color:#444;
	width: 100%;
	padding:10px 20px 10px 20px;
	font-size:1em;
	float: right;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	border: none;
}


.form_input button {
	background-color:#F1C40F;
	border:none;
	cursor:pointer;
	width: 130px;
	height: auto;
	color: #fff;
	line-height: 21px;
	font-size: 1.2em;
	font-weight: 300;
	padding: 3px 0px 3px 0px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	border: none;
  	float: right;
  	transition: background-color 0.2s ease;
  	font-family: agency-fb, sans-serif;
}

.form_input button:hover {
	background-color:  #BA970C;
}

.form_input textarea {
	background:#FFF;
	color:#444;
	padding:10px 20px 10px 20px;
	font-size:1em;
	width:100%;
	float: left;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	border: none;
  	font-family: "Roboto", arial, sans-serif;
  	height: 140px;
}

.form_error {
	width:100%;
	height:auto;
	float:right;
	margin:2px 0px 0px 0px;
	color:#fff;
	font-weight:300;
	font-size: 1em;
	line-height: 1.2;
	text-align: right;
}

#contact_error {
	width: 96%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #BA970C;
	text-align: center;
	color: #333;
	padding: 20px 2% 20px 2%;
	font-size: 1.2em;
	color: #fff;
	z-index: 100;
	font-weight: 700;
	font-family: agency-fb, sans-serif;
}

.google {
	width: 80%;
	height: auto;
	float: left;
	margin: 40px 0px 0px 10%;
	font-size: 0.9em;
}

.grecaptcha-badge { 
    visibility: hidden;
}

#success {
	width: 96%;
	height: auto;
	float: left;
	
	background-color: #00698C;
	text-align: center;
	color: #333;
	padding: 20px 2% 20px 2%;
	font-size: 1.7em;
	color: #F1C40F;
	z-index: 100;
	font-weight: 700;
	font-family: agency-fb, sans-serif;
}


#success span {
	color: #fff;
}