// .button .wp-mp-contact{
// 	// Some default styles in case our theme doesn't have them
	
// 	text-decoration:none;
// 	cursor:pointer;
// 	display:inline-block;
// 	padding:1em;
// 	border:none;
// 	border-radius:0 0 0.25em 0.25em;
// 	margin-bottom:0.5em;
// 	line-height:1.2;
// 	background-color: blue;
// 	color: white;

// 	&:hover{
// 		color: white;
// 	}

// 	&:active{
// 		color: white;
// 	}

// 	&:visited{
// 		color: white;
// 	}
// }

.gform_button[disabled]{
	opacity: 0.25;
}

.lookup-mp{
	display: inline-block;
	margin: 1em 1em 1em 0;
}

.start-again{
	display: none;
}

.loaded .start-again{
	display: block;
}

.loading,.loaded .lookup-mp{
	// Disable the button if the form is loading or loaded
	pointer-events: none;
	opacity: 0.25;
}

.gform_footer input[type="submit"]{
	pointer-events: none;
	opacity: 0.25;
}

.loaded .gform_footer input[type="submit"]{
	/* Enable the button if the form has a state 'loaded' */
	pointer-events: auto;
	opacity: 1;
}
