/*
Theme Name: Boston Pizza
Text Domain: bostonpizza
Version: 1.0.1
*/

.is-en, .is-fr {
    display: none;
}

html[lang="en-US"] .is-en {
    display: block;
}

html[lang="fr-FR"] .is-fr {
    display: block;
}

.current_page_item a::before {
    width: 100%;
    right: auto;
    left: 0;
}

.language-chooser {
    font-size: 0;
}

.language-chooser li {
    display: inline-block;
    vertical-align: top;
}

.language-chooser li + li::before {
    content: '/';
    padding: 0 4px;
    font-size: 18px;
}

.language-chooser a {
    position: relative;
}

.language-chooser a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    height: 1px;
    width: 0;
    background-color: currentColor;
    -webkit-transition: .3s;
    transition: .3s;
}

.language-chooser a:hover::before, .language-chooser .active a::before {
    width: 100%;
    right: auto;
    left: 0;
}

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

.wpcf7-spinner {
    margin: -12px 0 0 0;
    position: absolute;
    right: -35px;
    top: 50%;
}

#pojo-a11y-toolbar {
    top: auto !important;
    bottom: 0;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #1f419b !important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top: auto;
    bottom: 50px;
}

.pojo-a11y-toolbar-link {
    border-radius: 0 5px 5px 0;
}

body.pojo-a11y-grayscale {
    filter: none !important;
}

body.pojo-a11y-grayscale #content-block {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

.cky-box-bottom-right {
    right: 26px;
    bottom: 22px;
}

.cky-consent-container {
    width: 100%;
    max-width: 521px;
}

.cky-consent-container .cky-consent-bar {
    box-shadow: none;
    padding: 29px 37px 34px 37px;
    border-radius: 20px;
}

.cky-notice .cky-title {
    margin-bottom: 0;
}

.cky-notice-des {
    line-height: 26px;
    letter-spacing: 0.6px;
}

.cky-notice-des * {
    font-size: 18px;
}

.cky-notice-btn-wrapper {
    margin-top: 35px;
}

.cky-notice-btn-wrapper {
    justify-content: flex-end;
}

.cky-btn {
    margin-right: 24px;
    flex: none;
    font-family: var(--knockout-500);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.01em;
    border-radius: 100px;
    border: 2px solid #fff;
    min-height: 42px;
    line-height: 38px;
    padding: 0;
    width: 100%;
    max-width: 108px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 1200px) {
    .cky-btn:hover {
        opacity: 1;
    }

    .cky-btn-reject:hover {
        border-color: var(--primary-color) !important;
        color: var(--primary-color) !important;
    }

    .cky-btn-accept:hover {
        background-color: transparent !important;
        color: var(--primary-color) !important;
    }
}

@media (max-width: 1199px) {
    .language-chooser li + li::before {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .cky-box-bottom-right {
        right: 0;
        bottom: 0;
    }

    .cky-consent-container {
        max-width: 100%;
    }

    .cky-consent-container .cky-consent-bar {
        border-radius: 0;
    }

    .cky-notice-des {
        padding: 0;
    }

    .cky-notice-des * {
        font-size: 14px;
    }

    .cky-notice-btn-wrapper {
        justify-content: center;
        flex-direction: row;
        padding: 0;
    }

    .cky-notice-btn-wrapper .cky-btn-reject {
        order: initial;
    }

    .cky-btn {
        max-width: 132px;
        margin-top: 0 !important;
    }
}

.box.box-page:before {
    content: unset;
}

.box.box-page {
    border-radius: 16px;
    padding: 64px 72px 59px 72px;
}

@media (max-width: 767px) {
    .box.box-page {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .box.box-page {
        padding-left: 40px;
        padding-right: 40px;
    }
}