/* ---------------------
Registration text
--------------------- */

.registration {
	text-align: left;
}

.form-wrap{
	padding-top: 150px;

}
.form-wrap h2{
	text-align: left;
	
}

.white {
	background-color: white;
}

/* ---------------------
Registration forms
--------------------- */




.wpcf7  input {
border:0; 	r
padding:0px; 
font-size:1.1em; 
font-weight: 200;
font-family:'Lato', sans-serif;
color:#7C7C7C;
border:solid 1px #ccc; 
}

::-webkit-input-placeholder { color:#ACACAC;font-family:'Lato', sans-serif;text-align: center; }
::-moz-placeholder { color:#ACACAC;font-family:'Lato', sans-serif;text-align: center; } /* firefox 19+ */
:-ms-input-placeholder { color:#ACACAC;font-family:'Lato', sans-serif;text-align: center; } /* ie */
input:-moz-placeholder { color:#ACACAC;font-family:'Lato', sans-serif; text-align: center;}


.wpcf7 input[type=text], .wpcf7 input[type=url] , .wpcf7 input[type=email] , .wpcf7 input[type=date]  { 
	width:100%;
	border: 1px solid #E5E5E5;
    background: #FBFBFB;
    padding: 10px;
    height: 50px;
}

.wpcf7 textarea { 
	width:100%; 
	 border: 1px solid #E5E5E5;
    background: #FBFBFB;
    padding: 10px;
}

.wpcf7 p, .wpcf7 legend {
 font-size: 1em;
 margin-left: auto;
 margin-right: auto;
 font-weight: 400;
 margin: 0;
 margin-bottom: 15px;
 text-align: left;
}


.wpcf7 span {
 font-size: 1em;
 margin-left: auto;
 margin-right: auto;
 font-weight: 200;
 padding: 15px 15px 15px 0;
}



input[type=radio]{
	margin-right: 5px;
}

.wpcf7 h2 {
	margin-bottom: 0px;
}

.pitch_upload input, .summary_upload input{
	padding: 20px;
	width: 100%;
	background: #fff;
}

.pitch_url input, .summary_url input{
	margin-top: 15px;
	text-align: left!important;
}

.leftalign p{
	text-align: left;
	padding-top: 15px;
}



.wpcf7 .btn { 
	padding: 10px 30px ! important ;	
	border: 1px solid #7a7f82 ! important;
	color: #40484b ! important;
	cursor: pointer ! important;
	-webkit-transition: 0.1s ! important;
	text-decoration: none ;
	text-align: center ! important;
	font-size: 1.3em;
	background-color: #fff ! important;
	margin: 25px 0;
	font-size: 0.889em;
	font-weight: 400;
}


.wpcf7 .btn:hover{
	color: #fff ! important;
	background-color: #25a9e0 ! important;
	border-color: #25a9e0 ! important;
}


.wpcf7 #picker {
	display: none ! important;
}

.wpcf7 footer p {
	text-align: center;

}