/* fieldset
========================================================================== */
.ea-form fieldset {

	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 25px 10px 15px 10px;
	border: none;
	background-color: rgba(0,0,0,0.02);


	/*margin: 0 0 50px 0; padding: 50px; background-color: rgba(0,0,0,0.02); border: 5px solid rgba(220,220,220,1); box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1), 5px 5px 15px 0 rgba(0,0,0,0.05), 15px 15px 30px 0 rgba(0,0,0,0.05);*/}

/* legend
========================================================================== */
.ea-form legend {

	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0 0.9375rem;
	font-family: "Rokkitt", serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: rgba(111,42,142,1);


	/*margin: 0 0 20px 0; padding: 0 0 20px 0; font-family: "Antic Slab", Tahoma, Geneva, sans-serif; font-weight: 700; font-size: 2em; line-height: 1.5em; border: 1px dashed rgba(230,230,230,1); border-width: 0 0 5px 0;*/}
.ea-form legend.extra_legend {margin: 50px 0 30px 0;}

/* responsive media queries
========================================================================== */
@media only screen and (max-width: 1280px)
{
	
}
@media only screen and (max-width: 1024px)
{
	
}
@media only screen and (max-width: 768px)
{
	.ea-form fieldset {padding: 35px;}
}
@media only screen and (max-width: 480px)
{
	.ea-form fieldset {padding: 20px;}
}
@media only screen and (max-width: 320px)
{
	
}