/*-----------------------------------------------------------------------------
author:    www.blackwaspdigital.com
-----------------------------------------------------------------------------*/


/* =Wheeler Pawn Contact page
-----------------------------------------------------------------------------*/
#leftCol {
	float:left;
	width:50%;
	}
	
#rightCol {
	float:right;
	width:45%;
	}
	
#success {
	color:#060;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:800;
	text-align:center;
	margin:0 0 1.5em 0;
	font-size:1.25em;
	}
	
input[type="text"], select, textarea {
	background:#fff;
	padding:3%;
	border:none;
	margin-right:3px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:400;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;	
	border:solid 1px #d7b785; 						
	}
	
input[type="text"], select {
	width:94%;
	}
	
/* textarea Styles */
	
textarea {
	width:94%;
	height:6em;
	}
	
/* focus styles */
	
input:focus, textarea:focus, select:focus { 
	border:solid 1px #f93801; 
	}
	
/* submit Btn styles */
	
input[type="submit"] {
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;												
	}
	
input.submit {
	background:#f93801;
	padding:.55em;
	border:#d7b785 solid 1px;
	color:#ffffff;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:700;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	font-family: OpenSansBold, sans-serif;
	width:50%;
	font-size:1.25em;
	margin:0 0 1.5em 0;
	}
	
input.submit:hover {
	background:#016369;
	}

@media screen and (max-width: 768px) {
	
#leftCol {
	float:none;
	width:100%;
	margin:0 0 1.5em 0;
	}
	
#rightCol {
	float:none;
	width:100%;
	}	
}