
/*---------------------------------------- 
				Forms
---------------------------------------- */

/* Form defaults */
input, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	vertical-align:middle;
	font-weight:normal;
	border:none;
	outline:none;
}

select { 
	background:#dcdcdc;
	color: #000;
	position:relative;
	border:none;
	padding: 6px 10px 6px 10px;
	border-radius:4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize:none;
	height:33px;
}


input[type="text"], textarea {
	background:#dcdcdc;
	position:relative;
	border:none;
	padding:6px 10px 6px 10px;
	border-radius:4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize:none;
}
input[type="submit"], input[type="reset"] {
	width: 100%;
	position:relative;
	display:inline-block;
	padding:8px 22px 8px 21px;
	color:#f9f9f9!important;
	font-size:11px;
	line-height:17px;
	text-decoration:none;
	border-radius:3px;
	text-transform:uppercase;
	background:#303030;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	height:33px;
	cursor:pointer;
	margin-right:10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background:#ff4100;
	width: 100%;
}


/* Comment form */
#commentform {}
	#commentform a {color: #ff4100; text-decoration:underline;}
	#commentform a:hover {color: #313131;}
		#commentform p.field {margin-bottom:12px;}
		#commentform p.area {margin-bottom:32px;}
		#commentform small{font-size:12px;}
	#commentform label {
		display:block;
		padding-bottom:4px;
		color:#727272;
	}
	#commentform input[type="text"] {
		width:26.3%;
		height:35px;
		line-height:23px;
	}
	#commentform textarea {
		width:71.3%;
		height:193px;
		overflow:auto;
	}

/* Contact form */
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
}
.wpcf7-form p.field input {
	height:35px;
	line-height:23px;
}
	.wpcf7-form p.field small {color:red;}
.wpcf7-form .input-file {
	width: 79px;
	height: 22px;
	background: url(images/btn-choose-file.gif) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position:relative;
}
.wpcf7-form input[type="file"] {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	cursor: pointer;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.wpcf7-form textarea {
	height:100px;
	overflow:auto;
	margin-bottom:17px;
}
.wpcf7-form .submit-wrap {
	padding:0;
	margin:0;
}
	span.wpcf7-form-control-wrap {display:block;}
	div.wpcf7-response-output {
		margin-left:0 !important;
		margin-right:0 !important;
	}