/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2023 | 07:41:57 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#form input[type="email"], 
.elementer-form input[name=SingleLine5]{
	display:none;
}
.parent-pageid-34100 .elementer-form input[type="email"]{
/* 	display:block !important; */
}

.elementer-form{
    margin: 10px 0 0;
}
.elementer-form p{
	color:white;
}
.elementer-form textarea{
    border-radius:10px;
    min-height: 60px;
}
.elementer-form input[type="text"], .elementer-form input[type="email"]{
    width:100%;
/*     height:35px !important; */
    margin-bottom:8px;
    border-radius:10px;
}
.elementer-form button{
	border-radius:10px;
	width:100%;color:white;
	background:black;height:45px;
	margin-top:0px;
}
.elementer-form select{
	width:100%;
	height:45px;
	margin-bottom:15px;
}
.elementer-form label{
	color:white;
}