.widget-inside .greybox{
	padding:5px 10px; 
	background:#f9f9f9;
	border:1px solid #eee;
}

.wait {
	width: 50px;
	height: 50px;
	position: relative;
	margin: 100px auto
}

.wait .double-bounce1, .wait .double-bounce2 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #7f51d9;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.wait .double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounce {
	0%, 100% {
		-webkit-transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1)
	}
}

@keyframes bounce {
	0%, 100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.hide {
	display: none !important;
}

.wpcf7-response-output {
	display: none !important;
}