/*MGA Form bits////////////////////////////////*/

/*contact form 7 only////////////////////////*/

div.wpcf7-mail-sent-ok, div.wpcf7-response-output {
    padding: 18px;
	margin-bottom: 32px;
}

div.wpcf7-mail-sent-ok {
	    border: 2px solid #b754c6;
background-color: #dfbfe6;
color: #000;
font-weight: bold;
}


#maincol p.twoup, #maincol p.twoup2 {
	float: left;
	margin-right: 5%;
    width: 38%;
} 
#maincol p.twoup2 {
	margin-right: 0;
	margin-top: 10px;
	width: 57%;
}
.wpcf7-form-control-wrap.sex,
.wpcf7-form-control-wrap.junior-sex {
    margin-left: 10px;
}

span.wpcf7-form-control-wrap input {
	margin-top: 10px;
}
span.wpcf7-form-control-wrap .wpcf7-list-item input {
	margin-right: 10px;
}
.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
.wpcf7 button, .wpcf7 input, .wpcf7 optgroup, .wpcf7 select, .wpcf7 textarea {
    border: none;
	color: #777777;
	border-radius: 4px;
}
.wpcf7 select { /*the option font size is set by browser! */
	font-size: 16px !important;
	padding: 10px 15px;
}


.wpcf7 input.btn, #maincol p.apply.export a {
    color: #fff;
	margin-bottom: 20px;
	padding: 6px 30px;
	width: 304px; /*same as recaptcha*/
}
#maincol p.apply.export a {
	text-decoration: none;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"]{
	float: left;
	height: 25px;
	position: relative;
	width: 25px; 
  
}
#maincol .wpcf7 iframe { /*for recaptcha box*/
    padding: 0;
}
.wpcf7-list-item-label {
    float: left;
	margin-top: 10px;
    position: relative;
	width: 80%;
}
.wpcf7-form-control-wrap.sex .wpcf7-list-item-label,
.wpcf7-form-control-wrap.junior-sex .wpcf7-list-item-label {
    width: auto;
}
.sexlabel {
    float: left;
    margin-top: 10px;
}


.wpcf7-text, .wpcf7-textarea { 
	padding: 10px 15px;
	width: 100%;	 
}

span.wpcf7-list-item {
    margin: 0 10px 0 0;
	width: 100%;
}
span.sex span.wpcf7-list-item,
span.junior-sex span.wpcf7-list-item {
    width: auto;
}
#maincol  p.line {
    border-top: 1px solid #938988;
	float: left;
    padding-top: 15px;
    margin-top: 15px;
	margin-bottom: 0;
	width: 100%;
}
.wpcf7-form-control-wrap {
	margin-bottom: 24px; /*the bottom of the recaptcha*/	
}

#maincol .wpcf7-form-control.g-recaptcha {
	border: none;
	height: 94px;
}

@media (max-width: 580px) { /* THE MOBILE VIEW */
	#maincol p.twoup, #maincol p.twoup2 {
    width: 100%;

}
	#maincol p.twoup2 {
		margin-right: 0;
	} 	
}