/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

#cookie-notice {
    color:#000;
    font-family:inherit;
    font-size:12px;
    background:#D8DEE3;
    padding:10px;
    position:fixed;
    bottom:7%;
    left:40px;
	line-height:16px;
    width:100%;
    max-width:23%;
    box-shadow:0 10px 20px rgba(0,0,0,.2);
    border-radius:5px;
    margin:0;
    visibility:hidden;
    z-index:1000000;
    box-sizing:border-box;
}
#cookie-notice a{
    text-decoration:none;
}
#cookie-notice button {
    font-size:14px;
    font-weight:bold;
    color:#BEC3C2;
    background:#000;
    border:0;
    padding:2px;
    margin-top:0;
    width:30%;
    cursor:pointer;
    }
@media only screen and (max-width: 767px) {
	/*Cookine Notice*/
#cookie-notice {
    color:#000;
    font-family:inherit;
    font-size:12px;
    background:#D8DEE3;
    padding:20px;
    position:fixed;
    bottom:3%;
    left:5px;
	line-height:16px;
    width:100%;
    max-width:80%;
    box-shadow:0 10px 20px rgba(0,0,0,.2);
    border-radius:5px;
    margin:0;
    visibility:hidden;
    z-index:1000000;
    box-sizing:border-box;
}
}
