.gdrp-cookie-banner-wrapper-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/christy-cookie-overlay.png");
    z-index: 500000;
}

.cms-cookie-policy.cms-page-view .gdrp-cookie-banner-wrapper-overlay {
    position: unset;
}

.gdrp-cookie-banner-wrapper {
    background-color: #000;
    z-index: 200;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    min-height: 260px;
    opacity: .9;
    padding: 30px 0;
}

.gdrp-cookie-banner-wrapper .container {
    color: #fff;
    position: relative;
    z-index: 300;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 35px;
}

.gdrp-cookie-banner-wrapper .container h4 {
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 14px;
    margin-top: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gdrp-cookie-banner-wrapper .container p {
    color: #b7b7b7;
    float: left;
    font-size: 15px;
    margin-bottom: 0;
    max-width: 960px;
    width: 100%;
}

.gdrp-cookie-banner-wrapper .container a {
    color: #ffffff;
    text-decoration: underline;
    margin-left: 4px;
}

.gdrp-cookie-banner-wrapper .container .cookie-close {
    color: red;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 31px;
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/gdpr-close.png") no-repeat 0 0 ;
    background-size: 13px 19px;
}
.gdrp-cookie-banner-wrapper .container .agree-close {
    background: url("../images/gdpr-close.png") no-repeat 0 0;
    background-position: 95%;
    background-size: 12px 12px;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin-top: -3px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 30px;
    position: relative;
    right: 0;
    top: -6px;
    width: auto;
}
@media screen and (max-width: 1000px){

    .gdrp-cookie-banner-wrapper .container .cookie-close {
        top: 5px;
        background-size: 50%;
    }
    .gdrp-cookie-banner-wrapper .container p {
        margin-bottom: 10px;
    }

}
@media screen and (max-width: 1170px) {
    .gdrp-cookie-banner-wrapper .container .agree-close {
        float: left;
        font-size: 13px;
        margin-bottom: 15px;
        margin-top: 5px;
        padding: 10px 30px 10px 10px;
        position: relative;
        right: 0;
        top: 10px;
        width: auto;
    }
}