
@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/gardzienice/assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/gardzienice/assets/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/gardzienice/assets/fonts/Montserrat/static/Montserrat-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/gardzienice/assets/fonts/Montserrat/static/Montserrat-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/gardzienice/assets/fonts/Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/gardzienice/assets/fonts/Montserrat/static/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/gardzienice/assets/fonts/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/gardzienice/assets/fonts/Montserrat/static/Montserrat-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/gardzienice/assets/fonts/Montserrat/static/Montserrat-ExtraBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/gardzienice/assets/fonts/Montserrat/static/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 800;
}


html, body {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background-color: #fff;
}

html, body * {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

body div,
body section,
body main,
body article,
body nav,
body aside,
body header,
body p,
body h1,
body h2,
body h3 {
    max-width: 100%;
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.wp-block-separator {
    margin: 2rem auto;
}

.wp-element-caption {
    font-size: 0.8rem;
    line-height: 1.3rem;
    text-align: center;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 3px solid #ffcc00;
    outline-offset: 2px;
}

img {
    height: auto;
    max-width: 100%;
}

.theatre_main {
    position: relative;
}

.theatre_language_switcher {
    display: block;
    position: absolute;
    bottom: 0;
    left: 3%;
    z-index: 99;
    padding: 5px;
    background-color: #7e0926;
    box-shadow: 0 3px 10px #444;
}

.theatre_language_switcher a,
.theatre_language_switcher a:hover {
    color: #fff;
    text-decoration: none;
}

.theatre_language_switcher a {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
}

.theatre-invisible,
.theatre_only_mobile {
    display: none;
    margin: 0;
    padding: 0;
}

.skip-link {
    position: absolute;
    top: -50px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 12px 16px;
    z-index: 100;
    text-decoration: none;
    font-weight: bold;
    transition: top 0.3s ease;
}

.skip-link:focus,
.skip-link:hover {
    top: 0;
}

.visually-hidden-focusable {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.visually-hidden-focusable:focus,
.visually-hidden-focusable:active {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    padding: 12px 16px;
    background: #000;
    color: #fff;
    z-index: 100;
    text-decoration: none;
    font-weight: bold;
}

.theatre_row {
    display: flex;
}

body .mec-event-tile-view article.mec-tile-item .mec-event-title a:hover {
    color: #eee;
    text-decoration: none;
}

body .mec-calendar .mec-event-article:hover {
    background-color: transparent;
}

body .mec-wrap .mec-labels-normal .mec-label-normal {
    color: #000;
    font-weight: 900;
}

body .mec-wrap .mec-labels-normal {
    display: block;
    margin: 10px 0;
}

.wp-block-quote {
    position: relative;
    background-color: #fff;
    padding: 1rem 0 1rem 6rem;
    margin: 2rem 0;
}

.wp-block-quote p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 1rem;
    font-style: italic;
}

button:focus,
a:focus {
    outline: 3px solid #ffcc00;
}

.wp-block-quote p strong {
    color: #7e0926;
}

.wp-block-quote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    background-image: url("../img/theatre_quote_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.theatre_loader {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.theatre_loader__spinner {
    width: 32px;
    height: 32px;
    border: 4px solid #ccc;
    border-top-color: #7e0926;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#mec_mec_widget-3 {
    margin-top: 20px;
}

#mec_mec_widget-3 > h3 {
    display: block;
    padding-top: 20px;
    font-weight: 600;
}

.is-search-icon svg {
    position: absolute;
    left: -35px;
    top: 0;
    width: 35px;
}

input#is-search-input-1030 {
    border: 0;
    font-size: 20px;
    border-bottom: 1px solid black;
    background-color: transparent;
}

form.is-form-id-665 > button.is-search-submit > .is-search-icon {
    position: relative;
    right: 0;
    top: 0;
    background-color: transparent;
}

.is-menu svg.search-icon {
    position: relative;
    top: -10px;
    width: 45px;
}

span.is-search-icon {
    border: 0;
}

a {
    color: #7e0926;
}

a:hover {
    text-decoration: none;
}

a.theatre-btn-accept {
    font-weight: 600;
    color: #fff;
}

#hu .hu-btn.hu-btn-transparent,
#hu .hu-btn.hu-btn-transparent.hu-btn-icon,
.button.hu-nav-item {
    width: 50px;
}

#hu .hu-btn.hu-btn-transparent,
#hu .hu-btn.hu-btn-transparent.hu-btn-icon,
.button.hu-nav-item,
button#hu-cookies-notice-privacy-btn {
    height: 50px;
}

button#hu-cookies-notice-privacy-btn {
    width: 200px;
}

.wpcf7-response-output {
    color: white;
}

article > .mec-slider-t1-img {
    background-position: right;
}

#mec_skin_513 {
    width: 100%;
    display: block;
    margin: 10px;
    position: relative;
}

.fa-home,
.fa-phone-alt,
.fa-envelope {
    font-size: 22px;
    color: #7e0926;
}

h2.entry-title > a:hover {
    color: #7e0926;
    text-decoration: none;
}

a.mec-events-gcal {
    font-size: 15px;
}

a.mec-events-gcal:hover {
    color: white;

}

.mec-wrap .button,
.mec-wrap a.button:not(.owl-dot),
.mec-wrap button:not(.owl-dot):not(.gm-control-active),
.mec-wrap input[type=button],
.mec-wrap input[type=reset],
.mec-wrap input[type=submit] {
    padding: 0;
}

.theatre_breadcrumbs {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    overflow-x: auto;
    padding: 0.3rem 1rem;
    width: 100%;
    background-color: #eee;
}

.theatre_breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.theatre_breadcrumbs li {
    display: inline-flex;
    align-items: center;
}

.theatre_breadcrumbs li + li::before {
    content: "›";
    margin: 0 0.5em;
    color: #999;
}

.theatre_breadcrumbs a {
    text-decoration: none;
    color: #7e0926;
}

.theatre_breadcrumbs a:hover {
    text-decoration: none;
}

.theatre_breadcrumbs [aria-current="page"] {
    font-weight: bold;
    color: #000;
}

.mec-wrap .mec-single-title,
.single-mec-events .mec-wrap.mec-no-access-error h1 {
    text-transform: none;
}


@media (max-width: 1249px) {
    input#is-search-input-665 {
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {
    .wp-block-quote {
        padding: 0;
        margin: 1rem 0;
    }

    .wp-block-quote::after {
       display: none;
    }

    .theatre_only_mobile,
    .theatre-phone-links > li,
    .dropdown-menu,
    .dropdown-menu > li,
    .theatre-phone,
    .testcms-menu-downlinks,
    .theatre-phone-menu,
    .theatre-phone > li {
        display: block;
    }

    .theatre-invisible,
    .testcms-menu-block,
    .testcms-menu-downlinks > li:after,
    .theatre_only_desktop {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    body .mec-container {
        width: 100%;
    }

    body .mec-wrap .mec-single-title,
    body .single-mec-events .mec-wrap.mec-no-access-error h1 {
        font-size: 22px;
        line-height: 30px;
    }
}