div.wpcf7 {
	margin: 0;
	padding: 0;
}

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-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
 background:#80ad48;
 color:#fff;
 font-size:20px;
 padding:10px;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 -khtml-border-radius:3px;
 border-radius:3px
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
 background:#b20303;
 color:#fff;
 font-family:Tahoma;
 font-size:14px;
 padding:10px;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 -khtml-border-radius:3px;
 border-radius:3px
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
 background:#b20303;
 color:#fff;
 font-family:Tahoma;
 font-size:14px;
 padding:10px;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 -khtml-border-radius:3px;
 border-radius:3px
}

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

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
 position:absolute;
 top:20%;
 left:20%;
 z-index:100;
 font-size:10px;
 padding:5px 10px;
 -moz-box-shadow:0 0 5px #252424;
 -webkit-box-shadow:0 0 5px #252424;
 box-shadow:0 0 5px #252424;
 border:1px solid #000;
 background:#000;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 -khtml-border-radius:3px;
 border-radius:3px;
 color:#fff
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

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

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

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

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

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

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

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
