@import "../../../atlanta/assets/css/style.min.css";

/* Your CSS code goes here
-------------------------------------- */
#gform_1 > div.gform_body { display: inline-block; width: 100%; vertical-align: top;}
#gform_1 > div.gform_footer.top_label { display: inline-block; width: 100%; margin-top: 0px;padding-left: 0px;}
#gform_fields_1 li { width: 100%; margin-top:0px!important; padding-left: 0px!important; }
#gform_fields_1 input {font-size: 22px; font-family: "Open Sans Hebrew", Sans-serif;line-height: 1.8em; border-radius: 10px 10px 10px 10px; padding-right:15px;}
#gform_submit_button_1 { color: #FFF;
    font-size: 22px;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-weight: bold;
    background-color: #213f98;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #000000;
    border-radius: 10px 10px 10px 10px;
	line-height: 1.6em;
	text-align:center!important;
	width:100%;}
@media screen and (min-width: 650px) and (max-width:1200px) {
	
}
@media screen and (max-width: 650px) {
	#gform_1 > div.gform_body { width: 100%; }
	#gform_fields_1 li { width: 100%; }
	#gform_1 > div.gform_footer.top_label {width: 100%;}
	#gform_submit_button_1 { 
	width:100%;}

}
