/*
Theme Name: Aoraki Child 02
Theme URI: https://wydethemes.com/aoraki
Template: aoraki
Author: Wyde
Author URI: https://themeforest.net/user/Wyde
Description: Multi-Concept Business WordPress theme
Tags: theme-options,full-width-template,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu
Version: 1.0.3.2
Updated: 2017-10-03 17:31:57

*/

.cookei-popup {
    background: #efefef;
    padding: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.cookei-popup .container {
    display: flex;
    flex-wrap: wrap;
}

.cookei-popup .left-block {
    width: 75px;
}

.cookei-popup .right-block {
    width: calc(100% - 75px);
    padding-left: 16px;
}

.cookei-popup h2 {
    font-family: Bitter;
    color: #ff9814;
    font-weight: 700;
    font-size: 21px !important;
    /* font-size: 3.4em !important; */
}

.cookei-popup .buttons ul {
    padding: 0;
    margin: 0;
}

.cookei-popup .buttons ul li {
    display: inline-block;
    margin: 5px 0;
}

.cookei-popup .buttons ul li:not(:last-child) {
    margin-right: 15px;
}

.cookei-popup .buttons ul li a {
    display: block;
    padding: 10px;
    border-radius: 4px;
    min-width: 100px;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    line-height: 1;
    cursor: pointer;
}

.cookei-popup .buttons ul li a.button-orange {
    background: #ff9814;
    color: #fff;
    border: 1px solid #ff9814;
}

.cookei-popup .buttons ul li a.button-orange:hover {
    background: none;
    color: #ff9814;
}

.cookei-popup .buttons ul li a.button-orange-outline {
    color: #ff9814;
    border: 1px solid #ff9814;
}

.cookei-popup .buttons ul li a.button-orange-outline:hover {
    background: #ff9814;
    color: #fff;
}

.cookei-popup p {
    font-size: 16px;
    /* font-size: 1.3em; */
    margin-bottom: 10px;
}


@media (max-width: 991px) {
    .cookei-popup {
        text-align: center;
    }

    .cookei-popup .left-block {
        width: 100%;
    }

    .cookei-popup .right-block {
        width: 100%;
        ;
        padding-left: 0;
    }

    .cookei-popup p {
        font-size: 16px;
    }

    .cookei-popup .buttons ul li a {
        padding: 10px;
        min-width: 100px;
        font-size: 16px;
        line-height: 1;
    }
}