/**
 * GDPR Module
 * @Copyright © FME fmeextensions.com. All rights reserved.
 * @autor Tahir Mehmood <tahir.mehmood@unitedsol.net>
 * @package FME GDPR
 * @license See COPYING.txt for license details.
 */
 
 #gdprcookie {
    position: fixed;
    left: 0;
    padding: 32px;
    display: block;
    line-height: 1.2em;
    font-size: 14px;
    margin: 0;
    color: #000 !important;
    background: #fff !important;
    width: 550px;
    bottom: 16px !important;
    z-index: 1000000 !important;
}
@media(max-width:767px){
    #gdprcookie {
        padding: 32px 20px;
        max-width: 100%;
        bottom: 0 !important;
    }
    button#btn-cookie-allow,#btn-cookie-more{
        margin-top: 15px;
    }
}
#gdprcookie h2{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #333 !important;
    margin: 0 0 12px;
}
#gdprcookie > p {font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;color: #000;}

button#btn-cookie-more {
    cursor: pointer;
    height: 52px;
    padding: 16px 40px 16px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #333 !important;
    background: transparent !important;
    box-shadow: none;
}
button#btn-cookie-more span{
    color: #333 !important;
}
button#btn-cookie-allow {
    cursor: pointer;
    height: 52px;
    padding: 16px 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background: #666 !important;
}
