@charset "utf-8";


/* === Contact Form === */

#contact-form 	{
	width: 70%;
	margin: 0px auto;
	text-align: center;
	padding: 0;
display: inline-block;
	}
	
	.check-wrap {
	margin: 20px auto 5px auto; 
	left: 13%;
	width: 80%;
font-size: 12px;
position: relative;
display: inline-block; }
		

 /* re-Captcha Box */
.g-recaptcha {
display: inline-block;
	position: relative;
	width: 80%;
	margin: 5px 0;  }

	
/* === Input Elements === */
input {
	width: 500px;
	float: left;
	margin: 0 5%;
	height: 40px;
	padding-left:10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size:100%;
	color: #000;
	outline: none;
	background-color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	}

::-webkit-input-placeholder 
	{
	font-size:100%;
	font-family: 'Roboto Condensed', sans-serif;
	}
	
:-moz-placeholder
	{
	font-size:100%;
	font-family: 'Roboto Condensed', sans-serif;
	}
	
::-moz-placeholder	
	{
	font-size:100%;
	font-family: 'Roboto Condensed', sans-serif;
	}

:-ms-input-placeholder	{
	font-size:100%;
	font-family: 'Roboto Condensed', sans-serif;
	}


/* === Text Area === */
#contact-form textarea  {
	width: 500px;
	float: left;
	margin: 0 5% 5% 5%;
	height: 100px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size:100%;
	color: #000;
	outline: none;
	background-color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	}	
	
#contact-form input:focus, #contact-form textarea:focus
	{ border-top: 1px solid #fff; 
	border-bottom: 1px solid #8560a8;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff; }
	
	
/* === Submit Button === */

	#contact-form button[type="submit"] 	{
    width: 60%;
	padding: 15px 0;
    border: none;
	margin: 30px auto;
	background-color: #72509b;
	display: inline-block;
	position: relative;
	left: 22%;
	}
	
	#contact-form button:hover
	{ background:#444; }

	
	#contact-submit	{
	letter-spacing: .1em;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 140%;
	color: #fff;
	font-weight: 600;
	}
	
	#contact-submit:hover
	{ background:#444; }
	
	
/* === Media Queries === */
@media only screen and (max-width: 600px) {
	
.formContent
	{ overflow: hidden;
	line-height: 25px; }
		
.content_all
	{ margin:0px auto;
	width: 100%; }	
	
#contact-form 
	{ width:100%;
	padding:0px; }
	
	/*  re-Captcha Box  */
.check-wrap {
	margin: 20px auto 5px auto;
	left: -.5%;
	width: 80%;
font-size: 12px;
position: relative;
display: block;
text-align: center; }

	
/* === Input Elements === */

label
	{ font-size: 100%; }
	
input
	{ font-size: 100%;
	padding-left:2%; }
	
	
/* === Headers and Paragraph === */	
h3 
	{ font-size:120%; }
	

/* === Submit Button === */
#contact-form button[type="submit"] 
	{
	font-size:100%;
	left: 0;
	}
}
