/*custom style start*/
div.wpcf7 p label span input{margin:9px 0;border:none;font-size:15px; color: #767676; float: left; width:100%; height:55px; padding:10px 20px 10px;border: 1px solid #fff; background:#fafafa;outline:none;border-radius:2px; box-shadow:1px 1px 5px 0 #eeeeee inset;}
div.wpcf7 p label span textarea{margin: 3px 0;font-family: 'PTSans-Regular';height:100px;border:none;font-size:16px; color: #767676;float:left; width:100%; padding:10px 20px;border: 1px solid #fff;background: #fafafa;outline:none;resize:none;border-radius:2px;box-shadow:1px 1px 5px 0 #eeeeee inset;}
.wpcf7-submit{width:170px;height:50px;text-transform:uppercase;float:left;text-align:center;font-size:18px;color:#ffffff;margin:20px 0 0;cursor: pointer;background:#c90503;border:none;border:1px solid #c90503;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.20s linear;}
.wpcf7-submit:hover{border:1px solid #c90503;color:#c90503;background:#fff;}
div.wpcf7-mail-sent-ng{font-size:14px;color:#fff;}
/*custom style end*/


div.wpcf7 {
	margin: 0 auto;
	padding: 0;
	width:540px;
	display:table;
}

div.wpcf7-response-output {
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	font-size:14px;
	color:#c90503;
	text-align: center;
	float:right;
	margin-top:35px;
	padding:0;
}

div.wpcf7-mail-sent-ng {
	font-size:14px;color:#fff;
	text-align: center;
}

div.wpcf7-spam-blocked {
	font-size:14px;color:#fff;
}

div.wpcf7-validation-errors {
	font-size:14px;
	color:red !important;
	 margin: 35px 0 0 0 !important;
	 float:right;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #fff;
	font-size:12px;
	display: none;
}

div.wpcf7 p label span input.wpcf7-not-valid {
	border:1px solid red;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

.wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
