/*
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:*/

#footer { font-size: 13px;}

#cookie-notice
{
	border-top: 2px solid #CCCCCC;	
    opacity: 0.90; 	/* all modern browsers */
    filter: alpha(opacity=90)  /* IE */   
}
 .cookie-notice-container  {  
	color:#FFFFFF;  
	text-decoration: none;
	background: #4c4c4c;
}
#cookie-notice .button.wp-default
{
	padding: 15px 20px;
	text-shadow: none;
	background: #ff6600;
	color: #FFFFFF;
    border-color: #FFFFFF;
	background-color:#ff6600;  
	display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
	border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 2px;
	font-family: sans-serif;
    line-height: 18px;
}
