/* ========= INFORMATION ============================
	- document:  Wow Forms - Create email opt-ins forms & other types of forms!
	- author:    Wow-Company
	- profile:   https://wow-estore.com/author/admin/?author_downloads=true
	- version:   3.0
	- email:     wow@wow-company.com
==================================================== */
#wow-form-parent-1 {
	width: 100%;
	margin:0 auto;	
}
#wow-form-id-1 { 	
	font-size: 14px !important;
	color: #ffffff;
	padding: 10px;
	background: #717d73; 
	margin: 10px;
	border-radius: 0;
	border: 0px solid #ffffff;	 
	overflow: auto
}
#wow-form-id-1 .title{
	font-size: 18px;
	color: #ffffff;
	display:block;
	text-align:left;
}
#wow-form-id-1 input[type=button]{
	display: inline-block;
	color: #383838; 
	border-radius: none; 
	-moz-border-radius: none;
	-o-border-radius: none;
	-webkit-border-radius: none;
	border: none; 
	background: #efefef;
	width: auto;
	height:36px;
	line-height: 36px;
	text-decoration: none;
	font-size: 16px;	
	padding:0 20px;
}
#wow-form-id-1 input[type=button]:hover { 
	cursor: pointer; 
	background: #dbdbdb; 
}
#wow-form-id-1 input[type=text],#wow-form-id-1 textarea, #wow-form-id-1 select{ 
	background: #fcfcfc; 
	border: 1px solid #eeeeee; 	 
	display: block; 
	font-size: 14px; 
	color: #555555; 
	border-radius: none; 	
	height:36px;
	line-height: 36px;
	max-width: none; 
	width: 100%; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;	
	text-align:left;
}
#wow-form-id-1 select{
	padding-left:6px;
}
#wow-form-id-1 textarea{
	height:72px; 	
}
#wow-form-id-1 input[type=text], #wow-form-id-1 select{
	height:36px;
	line-height: 36px; 
}
#wow-form-id-1 input[type=text]::-webkit-input-placeholder,#wow-form-id-1 textarea::-webkit-input-placeholder {
	color: #777777;
}
#wow-form-id-1 input[type=text]:-moz-placeholder,#wow-form-id-1 textarea:-moz-placeholder { /* Firefox 18- */
	color: #777777;
}
#wow-form-id-1 input[type=text]::-moz-placeholder,#wow-form-id-1 textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #777777;
}
#wow-form-id-1 input[type=text]:-ms-input-placeholder,.#wow-form-id-1 textarea:-ms-input-placeholder {
	color: #777777;
}
#wow-form-id-1 input[type="checkbox"], #wow-form-id-1 input[type="radio"] {
	vertical-align: middle;
}
#wow-form-id-1 .wow-col {	
	position:relative;
	width: 100%;
	float: left;	
	min-height: 1px;	
	white-space: normal;
	}  
#wow-form-id-1 .wow-col-12 {
	float: left;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;	
	box-sizing: initial;
	padding: 5px 1%;
	height: auto;
	}    
#wow-form-id-1 .wow-col-12 {width: 98%;}
@media only screen and (max-width: 480px){
	#wow-form-parent-1 {
		width: 85%;		
	}
}