/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


@media screen and (min-width: 760px) {
	li#field_1_2 {
    width: 30%;
	}
	li#field_1_3 {
		width: 70%;
	}
	
	body .gform_wrapper .top_label textarea.textarea {
		
		height: 200px!important;
	}

}

::placeholder {
  color: #999999 !important;
}

#top select {color: #999999 !important; }


/* Mail Chimp form */
#mc_embed_signup input[type='submit'],
#footer input[type='submit']{
	margin-top: -30px;
    background-color: #fff;
    color: #444;
    padding: 15px 50px;
    border-radius: 5px;
    font-size: 16px;
}

#mc_embed_signup input[type='submit'] :hover {background-color: #eee;}
#mc_embed_signup input[type='email'],
#mc_embed_signup input[type='text'] {color:#fff !important;}


#footer input[type='text'],
#footer textarea,
#footer .gform_wrapper select {
  color: #999999 !important;
}