/*------------- CUSTOM ------------------ */
div.wpcf7 p{
	color: inherit;
	font-size:inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
}
span.wpcf7-form-control-wrap{
	display: block;
	width: 100%;
	position: relative;
	margin-top: 2px;
	max-width: 100%;
}
.wpcf7-form-control,span.wpcf7-not-valid-tip{
	display: block;
	margin: 0;
	padding: 5px;
	width: 100%;
	height: 27px;
	border: 1px black solid;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
span.wpcf7-not-valid-tip{
	display: block;
	position: relative;
	left: 0;
	top: 0;
/* 	background: grey; */
	color: red;
	font-family: inherit;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 19px;
	text-transform: none;
	max-width: 100%;
	text-align: left;
	border: none;
}

.wpcf7-textarea {
	resize: none;
	width: 100%;
	height: 100px;
}
.wpcf7-submit {
  background-color: black;
  color: white;
  border: black;
  height: auto;
  line-height: 1;
  font-size: 14px;
  padding: 8px 10px;
  width: auto;
  display: inline;
  text-transform: inherit;
}
div.wpcf7 img.ajax-loader{
	padding-left: 10px;
	display: inline-block;
	width: auto;
	height: auto;
}
div.wpcf7-response-output {
  background: transparent;
  border: medium none;
  color: red;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  border: 1px red solid;
}