/*  Cookie Notice */
.cookie-alert {
    background: #bfe9f3;
    padding: 22px 30px;
    font-size: 1.2em;
}

.cookie-alert a {
    display: inline-block;
    padding: 5px 0;
    background: #00a9c3;
    color: white;
    text-align: center;
    margin: 5px 0;
    border-radius: 10px !important;
    border: 4px solid #bfe9f3;
    transition: .25s;
}

.cookie-alert a:hover {
    text-decoration: none;
    background: #0087a1;
}

.cookie-alert .clear {
    clear: both;
}

@media (max-width: 1024px) {
    .cookie-alert .text {
        text-align: center;
        margin-bottom: 10px;
    }
}