/*
Theme Name: 	soprano
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group | jskorupa
Author URI: 	http://muffingroup.com
Description:	jskorupa.pl
Template:		betheme
Version: 		siedem
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/* _____________________________________________________________ style do informacji o ciasteczkach */

    #cookie-notice{
        color:#000;
        font-family:inherit;
        background:#eee;
        padding:20px;
        position:fixed;
        bottom:20px;
        left:20px;
        width:100%;
        max-width:410px;
        box-shadow:0 10px 20px rgba(0,0,0,.0);
        border-radius:0px;
        margin:0px;
        visibility:hidden;
        z-index:10000;
        box-sizing:border-box;
        border:1px solid #000;
}

    #cookie-notice button{
        color:#fff;
        background:#000;
        border:0;
        padding:10px;
        margin-top:10px;
        width:100%;
        cursor:pointer}

@media only screen and (max-width:600px){

    #cookie-notice{
        max-width:100%;
        bottom:0;
        left:0;
        border-radius:0;
        border:0px solid #000;
        border-top:1px solid #000;
    }
}



/* _____________________________________________________________ fix na wielkie litery w menu */
.menu {
    text-transform: uppercase;
}