/*
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:*/
#top h1.av-special-heading-tag {
	min-width: min-content;
}

#footer form br {
	display: none;
}
#footer form label {
	font-weight: normal;
}
#footer form label {
	font-weight: normal;
}
#top #footer form input[type="text"], 
#top #footer form input[type="email"] {
	padding: 12px 6px;
	border-radius: 3px;
}
#footer form button {
	width: 100%;
	padding: 12px 0;
	background-color: #727272;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #F4F4F4;
	border: none;
	border-radius: 3px;
}