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

#after_layer_slider_1 {
	border-top-width: 0px;
}


/* cookie banner styling */

#cookieChoiceInfo { font-size: 14px!important; color: #000; padding: 10px 20px 10px 10px!important; }
#cookieChoiceInfo a { color: #999; }
#cookieChoiceDismissIcon { visibility: hidden; }
.cookie-span { float: none; display: inline-block; width: 70vw; }

#cookieChoiceDismiss {
display: initial;
float: right;
margin-left: auto!important;
margin-right: 20px!important;
width: 160px;    
text-transform: uppercase;
color: #fff!important;
padding-left: 30px;
padding-right: 30px;
background: #34354E!important;
background-clip: padding-box;
border: 2px solid #34354E;
border-radius: 20px!important;
transition: none 0s ease 0s !important;
}

#cookieChoiceDismiss:hover {
border: 2px solid #999;
background: #fff!important;
color: #999!important;
box-shadow: none;
text-decoration: none;
}

@media screen and (max-width: 768px) {
    #cookieChoiceDismiss{ display: block!important; float: none; margin-right: auto!important;}
}
