/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* Wufoo CSS */
.wufoo {
	font-family: "Roboto", sans-serif!important;
	padding:0!important;
}
.wufoo input.text, .wufoo textarea {
	background:none!important;
	padding:6px 10px;
	box-sizing:border-box!important;
	border-top:1px solid #d7d7d7!important;
	border-right:1px solid #d7d7d7!important;
	border-bottom:1px solid #d7d7d7!important;
	border-left:1px solid #d7d7d7!important;
}

.wufoo .info, .recaptcha-text {
	display:none!important;
}

.wufoo .submit, .wufoo .buttons div {
	font-family: "Roboto", sans-serif!important;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}

.wufoo .submit {
	border:none!important;
	background-color:#000!important;
	padding:10px 18px!important;
	color:#fff!important;
	box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
}
.wufoo .submit:hover {
	background-color:#fff!important;
	color:#000!important;
	cursor:pointer!important;
}

.wufoo .contact-name > span {
	width:48%!important;
}

.wufoo .contact-name > span > input {
	width:88%!important;
}
@media screen and (max-width: 441px) {
 .wufoo .contact-name > span {
	width:100%!important;
 }
 .wufoo .contact-name > span > input {
	width:100%!important;
 }
}	

