/**
 * Cookie Notification
 *
 * @category   Content & Customizations
 * @package    WaPoNe_CookieNotification
 * @author     Michele Fantetti <michele@fantetti.net>
 * @copyright  Copyright (c) 2017-2020 WaPoNe (https://www.fantetti.net)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */


button#btn-cookienotification-more {
    font-family: 'Open Sans';
    cursor: pointer;
    padding: 3px;
    font-size: 13px;
    border: solid #ff7f00 1px;
    float: left;
    margin-left: 20px;
    width: 220px;
    border-radius: 0;
    height: 26px;
    color: white;
    font-weight: normal;
    order: 3;
}

button#btn-cookienotification-allow {
    font-family: 'Open Sans';
    cursor: pointer;
    padding: 3px;
    font-size: 12px;
    border: solid #ff7f00 1px;
    border-radius: 0;
    width: 220px;
    height: 26px;
    font-weight: 600;
    order: 2;
}

#cookienotification-block {
    font-family: 'Open Sans';
    position: fixed;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 40px 24%;
    display: block;
    line-height: 1.2em;
    font-size: 14px;
    margin: 0;
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px !important;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    z-index: 999999;
}

#cookienotification-block > p {
    float: left;
    margin-right: 0;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 140%;
    display: flex;
    margin-bottom: 20px;
    flex: 0 0 100%;
    order: 1;
}

@media only screen and (max-width: 991px) {
    #cookienotification-block {
        padding: 40px 60px;
    }
}

@media only screen and (max-width: 599px) {
    button#btn-cookienotification-more {
        margin-left: 0;
        margin-top: 20px;
    }
}


@media only screen and (max-width: 599px) {
    #cookienotification-block {
        padding: 40px 40px;
    }
}