.notification {
    background: #FDFBD4;
}

.notification p,
.notification a {
    margin: 0;
    color: #000;
}

@media only screen and (max-width: 991.98px) and (orientation: portrait) {
    .notification {
        margin-top: 6rem;
    }
    .main {
        margin-top: 0 !important;
    }
}

.front-page .packages .package .package-header .badge-image {
    position: absolute;
    bottom: 1.25rem;
    left: .25rem;
    width: 100px;
    height: 100px;
    top: auto;
}

.package-tag.blink {
    animation: blinking 1.5s infinite forwards;
}

/* badge animation */
@-webkit-keyframes blinking {
    0% {
        background: #d57f32;
    }
    50% {
        background: #82bc00;
    }
    100% {
        background: #d57f32;
    }
}

@keyframes blinking {
    0% {
        background: #d57f32;
    }
    50% {
        background: #82bc00;
    }
    100% {
        background: #d57f32;
    }
}

.tablepress {
    table-layout: fixed;
}

.page-content .tablepress tr td {
    padding: .75rem .5rem;
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .tablepress {
        display: block;
        overflow-x: auto;
        width: calc(100% + 30px) !important;
    }

    .cta__package {
        font-size: 13px;
    }

    .cta__package img {
        width: 22px;
    }

    .darcekovy-poukaz__form {
        flex-direction: column;
    }

    .darcekovy-poukaz__form > div {
        width: calc(100% - 20px) !important;
        margin: 10px 0 0 !important;
    }
}


.cta__package {
    background-color: rgb(130, 188, 0, 0.2);
    color: #82bc00;
    padding: 10px 15px;
    font-weight: 700;
    display: flex;
    width: 350px;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    justify-content: center;
}

.cta__package:hover {
    background-color: rgb(130, 188, 0, 0.2);
    color: #82bc00;
    opacity: .8;
}

.cta__package img {
    margin-right: 15px;
    width: 28px;
    height: 30px;
}

.darcekovy-poukaz__form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px -10px;
    width: calc(100% + 20px);
}

.darcekovy-poukaz__form > div {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
}

.wpcf7-form textarea,
.wpcf7-form select,
.darcekovy-poukaz__form input {
    width: 100%;
    font-size: 14px !important;
    border-width: 2px;
    font-weight: 500;
}

input.wpcf7-not-valid {
    border-color: #8a1702;
}

.wpcf7-submit.btn {
    color: #fff;
    background-color: #82bc00;
    border-color: #82bc00;
    margin: 15px auto 0;
    display: block;
    font-weight: 600;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 0;
    padding: 10px;
    text-align: center;
    border: 0;
    color: #fff;
    background-color: #8a1702;
    font-weight: 600;
}

.fixed__whatsapp {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 70px;
    height: 70px;
    z-index: 100;
    -ms-filter: drop-shadow( 1px 2px 1px rgba(0, 0, 0, .2));
    filter: drop-shadow( 1px 2px 1px rgba(0, 0, 0, .2));
}

@media only screen and (max-width: 767px) {
    .fixed__whatsapp {
        width: 60px;
        height: 60px;
    }
}