/* Styles for signature plugin v1.2.0. */
.kbw-signature {
	display: inline-block;
	border: 1px solid #a0a0a0;
	-ms-touch-action: none;
}
.kbw-signature-disabled {
	opacity: 0.35;
}

.hidden {
	display: none;
}
.cf7_signature_name {
	display: block;
	margin-top: 5px;
}
.cf7_signature-container {
	position: relative
}
.cf7_signature_clear {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0px;
	z-index: 9999;
	top: -30px;
}
.cf7_signature_clear img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.cf7_signature_clear img:hover {
	opacity: 0.5;
}
.wp-admin .cf7_signature_clear{
	display: none;
}