/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

article.posttype-post{
	background: aliceblue;
    padding: 10px;
	min-height: 430px;
}

.single.single-post #header_main{
	background-color: black;
}

#header_main.scrolled {
    background-color: black;
    transition: background-color 0.3s ease;
}
#searchform_element{
	max-width: 400px;
    margin: 20px auto;
}
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select{
	color:black;
}