:root {
    --primary: #272e5d;
    --primary-200: #da181a;
    --primary--200: #343b78;
    --primary-300: #282e5d;
    --straznice-zluta: #fcd243;
    --bs-btn-border-color: #282e5d;
    --default: #555;
    --error-background: pink;
    --error-border-color: red;
}


body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

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

a {
    /* color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1)); */
    color: #da181a;
    font-weight: 500;
}

.col-form-label {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.text-danger {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.form-loading-panel {
    position: absolute;
    top: -12px;
    bottom: -12px;
    left: -12px;
    right: -12px;
    background-color: rgba(255,255,255,0.5);
}

.form-buttons {
    margin-top: 1rem;
}

.umb-block-grid__area-container {
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.page-header {
    margin: 0;
}

    .page-header.page-header-modern h1 {
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 0rem;
        margin: 0.5rem 0;
    }

.header-date {
    position: absolute;
    color: var(--primary);
    font-size: 22px;
    font-weight: 500;
    left: 100%;
    width: 200px;
    top: -3px;
    margin-left: 20px;
}

h2 {
    line-height: 1.2em;
    text-transform: inherit;
    font-weight: 700;
    letter-spacing: 0px;
}

h3 {
    line-height: 1.2em;
    text-transform: inherit;
    font-weight: 700;
    letter-spacing: 0px;
}

.table th {
    background-color: var(--straznice-zluta);
    color: #000;
}

    .table th p {
        color: #000;
    }

.breadcrumb {
    margin-left: 3px;
}

    .breadcrumb > li {
        font-size: 12px;
        font-weight: 500;
    }

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 14px;
    font-weight: 500;
}

#header .header-nav-features .header-nav-features-dropdown {
    background-color: var(--straznice-zluta);
}

/* #header .header-nav-features .header-nav-features-dropdown::before {
    display: none;
} */

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-radius: 0;
}

/* #header .header-nav-features::before, #header .header-nav-features::after {
    display: none;
} */

.simple-search .form-control {
    border-radius: var(--bs-border-radius);
}

.simple-search .btn {
    background-color: #fff;
    border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
}

.header-nav-login {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: var(--border-radius);
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 0.5rem 1rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    text-decoration: none;
}

header .header-logo {
    max-width: 180px;
}

    header .header-logo .logo-mobile {
        display: none;
        width: 80px;
    }

#header .header-nav-main nav > ul > li > a {
    padding: 0.5rem 0.7rem;
}

    #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
        margin-left: 5px;
    }

#header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown.accessibility-open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
    border-radius: 0px;
}

#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
    transform: translate3d(0, 0px, 0);
}

section.section {
    border-top: 0;
}

footer {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

#footer .footer-copyright.footer-copyright-style-2 {
    background-color: var(--primary) !important;
}

#footer p, #footer .footer-copyright p {
    color: #aaa;
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #aaa;
}

#footer .footer-ribbon {
    display: none;
    margin: -43px 0 0 0;
    /* background-color: rgb(var(--bs-link-color-rgb)); */
}

#footer .mb-4 {
    margin-bottom: 0 !important;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    margin-top: 1em;
}

.rev_slider {
    background-color: var(--primary) !important;
}

    .rev_slider li {
        background-color: var(--primary) !important;
    }

section.section-primary {
    border-color: var(--primary) !important;
}

section.section-secondary h3 {
    color: #000;
}

section.section-secondary p {
    color: #000;
}

.call-to-action-yellow {
    background-color: var(--straznice-zluta);
    color: #000;
}

.call-to-action.call-to-action-yellow h1, .call-to-action.call-to-action-yellow h2, .call-to-action.call-to-action-yellow h3, .call-to-action.call-to-action-yellow h4, .call-to-action.call-to-action-yellow h5, .call-to-action.call-to-action-yellow h6 {
    color: #000;
}

.call-to-action h1, .call-to-action h2, .call-to-action h3, .call-to-action h4, .call-to-action h5, .call-to-action h6 {
    color: #fff;
}

.call-to-action-error {
    background-color: var(--error-background);
    border-color: var(--error-border-color);
}

.call-to-action-buttons {
    justify-content: flex-end;
}

    .call-to-action-buttons .call-to-action-btn {
        margin-left: 20px;
    }

.block-header h1 {
    font-weight: 500;
    margin-bottom: 0px;
}

.bg-alternative {
    background-color: var(--secondary) !important;
}

section.section.bg-alternative {
    background-color: var(--secondary) !important;
}

section.section.block-rte {
    background-color: transparent;
}

section.section.block-preview-partners {
    background-color: transparent;
}

.call-to-action .call-to-action-content {
    text-align: left;
}

    .call-to-action .call-to-action-content h4 {
        margin-bottom: 0
    }

    .call-to-action .call-to-action-content p {
        margin-bottom: 0
    }




.block-fotogalerie .col-md-3 {
    margin-bottom: 24px;
}

    .block-fotogalerie .col-md-3 img {
        border-radius: 0;
    }

.block-novinky article {
    margin-bottom: 24px;
}

    .block-novinky article h4 a {
        font-weight: 700;
    }

    .block-novinky article p {
        margin: 0 0 5px;
    }

.block-novinky .text-color-primary, .block-novinky .text-primary {
    color: var(--primary-200) !important;
}

.block-rte li p {
    margin-bottom: 0px;
}

.block-rte table p {
    margin-bottom: 0px;
}

.blog-posts .post {
    font-size: 14px;
}

    .blog-posts .post img {
        background-color: transparent;
    }

    .blog-posts .post .post-footer {
        gap: 10px;
    }

        .blog-posts .post .post-footer i {
            color: var(--primary);
        }


.partner-container h4 {
    background-color: var(--grey-100);
    padding: 12px;
}

.partner-row {
    display: flex;
}

.partner-wrapper {
    padding: 12px;
    margin-bottom: 24px;
    align-content: center;
    width: 100%;
}

.owl-carousel.owl-drag .owl-item {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .owl-carousel.owl-drag .owl-item a {
        display: flex;
        justify-content: center;
    }

.owl-carousel .owl-item img {
    max-height: 100px;
    width: auto;
}

.col-md-12 .partner-wrapper img {
    max-height: 160px;
}

.col-md-6 .partner-wrapper img {
    max-height: 120px;
}

.col-md-4 .partner-wrapper img {
    max-height: 100px;
}

.col-md-3 .partner-wrapper img {
    max-height: 80px;
}

section.section.block-preview-partners img {
    max-height: 80px;
}

.lightbox .img-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px #000000;
    background: linear-gradient(0deg,rgba(0,0,0,0.75),rgba(0,0,0,0.0));
    padding: 2rem .5rem .5rem .5rem;
}

.lightbox .img-thumbnail:hover .img-caption {
    color: #fff;
}

.form-control.form-control-hidden {
    color: transparent !important;
    height: 1px;
    padding: 0 !important;
    border: none !important;
}

    .form-control.form-control-hidden.is-invalid:focus, .was-validated .form-control.form-control-hidden:invalid:focus {
        box-shadow: none !important;
    }

.form-control.input-validation-error {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.login-links-container {
    margin-top: 1rem;
}

.card-text {
    font-size: 14px;
}

.dashboard .card-text {
    min-height: 75px;
}

/* 
.featured-boxes-style-4 .featured-box .box-content {
    margin-bottom: 50px;
} */

.featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
    color: var(--primary-200) !important;
}

.featured-box-primary h4 {
    margin-top: 1em;
}

.featured-box-primary:hover {
    text-decoration: none !important;
}

section.section .recent-posts .date .day {
    background-color: var(--straznice-zluta);
}

.recent-posts .date .month, article.post .post-date .month {
    text-transform: uppercase;
}

article.post .post-date .day {
    background-color: var(--straznice-zluta);
}

.recent-posts .date .month, article.post .post-date .month {
    background-color: #fff;
    color: var(--primary-200);
    font-weight: 700;
}

#imgPhoto {
    width: 102px;
    height: 128px;
    cursor: pointer;
    border: 1px solid #ced4da;
}

.registration-email-warning {
    margin-top: 10px;
    font-size: 13px;
}

.kontakt-wrapper {
    background-color: var(--grey-100);
    padding: 12px;
    margin-bottom: 24px;
    font-size: 14px;
}

.kontakt-content {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.kontakt-logo {
    margin-bottom: 14px;
}

.kontakt-content-left {
    width: 75px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50px;
}

.kontakt-content-right {
    width: auto;
}

.kontakt-person-photo {
    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: center;
    border-radius: 150px;
}

.kontakt-position {
    font-weight: 700;
}

.kontakt-description {
    border-top: 1px solid var(--primary);
    margin-top: 12px;
    padding-top: 12px;
}

.fg-fast-filters {
    margin-bottom: 30px;
}

.fg-fast-filters-header {
    margin-top: 10px;
    color: #737980;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
}



.fg-filter {
    margin-bottom: -30px;
    margin-left: -12px;
    margin-right: -12px;
}

.fg-filter-item {
    margin-bottom: 20px;
}

.fg-program-title-container {
    max-width: 1170px;
    margin: 0px auto 50px auto;
}

.fg-program-title-diary-link {
    background-color: #B8C2CC;
    display: block;
    float: right;
    padding: 14px 40px;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 15px;
    line-height: 16px;
    border-spacing: 0;
    border-collapse: separate;
    box-shadow: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    o-border-bottom-left-radius: 25px;
    -khtml-border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    o-border-bottom-right-radius: 25px;
    -khtml-border-bottom-right-radius: 25px;
}

    .fg-program-title-diary-link:hover {
        background-color: #181913;
        color: #FFF;
    }

.fg-program-container {
    max-width: 1170px;
    margin: 0px auto 100px auto;
}

.fg-list-container a {
    text-decoration: none;
}

    .fg-list-container a:hover {
        text-decoration: none;
    }

.fg-list-date {
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-weight: 500;
    font-size: 31px;
    line-height: 37px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.fg-list-item-container {
    background-color: #FFF;
    margin-bottom: 10px;
    min-height: 125px;
    display: flex;
}

.fg-list-item-image {
    width: 210px;
    background-position: center;
    background-size: cover;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 210px;
}

.fg-list-item {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    padding: 37px 12px 0px 12px;
    background-color: var(--grey-100) !important;
}

.fg-list-item-image img {
    width: 100%;
    font-size: 0px;
}

img.img-responsive {
    font-size: 0px;
    color: transparent;
}

.fg-list-item-column {
    padding: 0px 15px;
}

.fg-list-item-column-date {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20%;
}

.fg-list-item-column-title {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60%;
}

.fg-list-item-column-tags {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20%;
    text-align: right;
}

.fg-list-item-column-buttons {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20%;
}

.fg-list-item-buttons {
    text-align: right;
}

.fg-list-item-column-title-long {
    flex-basis: 50%;
}

.fg-list-item-title {
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.fg-list-item-time {
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.fg-list-item-cinema {
    color: var(--default);
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

    .fg-list-item-cinema span.active:hover {
        color: var(--primary-200) !important;
    }

fg-list-item-cinema.accessibility-open {
}

.fg-list-item-section {
    color: var(--default);
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.fg-list-item-description {
    color: var(--default);
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.fg-list-item-tag {
    font-size: 10px;
    font-weight: 700;
    padding: 4px 6px;
    background-color: var(--straznice-zluta);
    color: #000;
    text-wrap: nowrap;
    border-radius: 5px;
}

    .fg-list-item-tag.live-stream {
        background-color: var(--primary-200);
        color: #fff;
    }


    .fg-list-item-tag.screening-type {
        background-color: var(--default);
        color: #fff;
    }

.fg-list-back-to-program {
    margin-top: 100px;
}

    .fg-list-back-to-program .fg-button-big {
        margin-bottom: 10px;
    }

.fg-detail-section-wrapper {
    margin-left: -50px;
    margin-right: -50px;
    background-color: #fff !important;
}

    .fg-detail-section-wrapper.grey {
        background-color: #f6f6f6 !important;
    }

.fg-detail-header {
    max-width: 2400px;
    margin: 0px auto;
    padding: 50px 50px 0px 50px;
}

.fg-detail-header-inner {
    display: flex;
    flex-direction: row;
    grid-gap: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #505058;
}

.fg-detail-header-content {
    width: 100%;
    color: #181913;
}

.fg-detail-header-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.fg-detail-header-content .fg-button-big {
    margin-top: 30px;
}

.fg-detail-header-image {
    width: 100%;
}

.fg-detail-title {
    margin-top: -10px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 75px;
    line-height: 75px;
    letter-spacing: -0.75px;
}

.fg-detail-tags {
    margin-bottom: 10px;
}

.fg-detail-film-section {
    font-size: 14px;
    font-weight: 700;
    padding: 4px 6px;
    background-color: var(--straznice-zluta);
    color: #000;
    text-wrap: nowrap;
    border-radius: 5px;
}

.fg-detail-description {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.42px;
}

.fg-detail-section {
    max-width: 2400px;
    margin: 0px auto;
    padding: 50px 50px;
}

    .fg-detail-section > div {
    }

.fg-detail-logline {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0px;
}

.fg-detail-synopsis {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
}

    .fg-detail-synopsis p {
        margin-bottom: 10px;
    }

        .fg-detail-synopsis p:last-child {
            margin-bottom: 0px;
        }



.fg-detail-section-inner {
    padding-bottom: 50px;
    border-bottom: 1px solid #505058;
    margin-bottom: 50px;
}

    .fg-detail-section-inner:last-child {
        padding-bottom: 0px;
        border-bottom: none;
        margin-bottom: 0px;
    }

    .fg-detail-section-inner.two-columns {
        display: flex;
        flex-direction: row;
        grid-gap: 30px;
    }

        .fg-detail-section-inner.two-columns > div {
            width: 100%;
        }

.fg-detail-section-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.fg-detail-screening-item {
    background-color: var(--grey-100);
    margin-bottom: 10px;
    padding: 26px 29px;
    display: flex;
    flex-direction: row;
    grid-gap: 30px;
    position: relative;
    justify-content: space-between;
}

.fg-detail-screening-date {
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.fg-detail-screening-time {
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-top: 6px;
}

.fg-detail-screening-cinema {
    color: var(--default);
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    font-weight: 500;
}

    .fg-detail-screening-cinema span.active {
        cursor: pointer;
    }

        .fg-detail-screening-cinema span.active:hover {
            color: var(--primary-200) !important;
        }

.fg-detail-screening-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.fg-detail-screenings-diary {
    margin-top: 30px;
}

.fg-detail-credits-column-credits .row > div {
    margin-bottom: 0px;
}

.fg-detail-credit-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}

.fg-detail-credit {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}

.fg-detail-buttons {
    display: flex;
    flex-direction: row;
    grid-gap: 10px;
    flex-wrap: wrap;
}

.fg-detail-section-header-wrapper {
    display: flex;
    flex-direction: row;
    grid-gap: 30px;
    margin-bottom: 20px;
}

    .fg-detail-section-header-wrapper > div {
        width: 100%;
    }

    .fg-detail-section-header-wrapper .fg-detail-section-header {
        margin-bottom: 0px;
    }

.fg-detail-other-sections {
    text-align: right;
    align-content: center;
}

.fg-detail-section-item a {
    text-decoration: none;
}

.fg-detail-section-item-title {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
}

.img-detail {
    aspect-ratio: 16 / 9;
    width: 100%;
}

form h4 {
    padding: 12px;
    background-color: var(--grey-100);
}

form .hidden {
    display: none;
}

.cart {
    background-color: var(--secondary);
}

    .cart > .row {
    }

        .cart > .row > div {
            padding: 12px;
        }

    .cart .cart-title {
        font-weight: 700;
    }

.cart-summary {
    font-weight: 700;
}

.cart-agreement {
    margin-top: 50px;
}

.empty-cart {
    display: inline-block;
    padding: 1em;
    background-color: var(--secondary);
    font-weight: 700;
}

    .empty-cart i {
        color: red;
    }

.cart-address-wrapper {
    background-color: var(--secondary);
    padding: 12px;
    font-size: 13px;
}

.attachment-file-container {
    display: flex;
    margin-bottom: 20px;
}

.attachment-file {
    position: relative;
    display: inline-block;
    padding: 10px 40px 10px 10px;
    background-color: var(--straznice-zluta);
    color: #000;
    margin-right: 20px;
    border-radius: 5px;
}

.attachment-file-name {
    font-size: 14px;
    font-weight: 700;
}

.attachment-file-size {
    font-size: 12px;
}

.attachment-file .fa-trash-can {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

    .attachment-file .fa-trash-can:hover {
        color: red;
    }

.form-agreement-text {
    font-size: 14px;
    padding: 12px;
    background-color: var(--grey-100);
}

.employee-wrapper {
    background-color: var(--grey-100);
    padding: 12px;
    margin-bottom: 24px;
    font-size: 14px;
}

.employee-content {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.ticket-order-wrapper {
    padding: 12px;
    margin-bottom: 24px;
    background-color: var(--grey-100);
}
    .ticket-order-wrapper .row > div {
        margin-block: 3px;
    }

    .ticket-order-wrapper .label {
        display: block;
        margin-bottom: 3px;
        text-decoration: underline;
    }


@media (min-width: 992px) {

    #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
        margin-left: 10px;
        display: block;
    }

    #header .header-nav-main nav > ul > li > a {
        padding: 0.5rem 0.7rem;
    }

        #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
            margin-left: 5px;
        }
}

@media (min-width:992px) and (max-width:1199px) {
    header .header-logo .logo-desktop {
        display: none;
    }

    header .header-logo .logo-mobile {
        display: block;
    }
}

@media (max-width: 991px) {
    .fg-list-item {
        display: block;
        padding: 20px;
    }

    .fg-list-item-column {
        padding: 0px 0px;
    }

    .fg-list-item-column-date {
        font-size: 12px;
        line-height: 14px;
    }

    .fg-list-item-time {
        color: #000000;
        text-decoration: none;
        text-transform: none;
        font-size: 16px;
        line-height: 18px;
    }

    .fg-list-item-cinema {
        color: var(--default);
        text-decoration: none;
        text-transform: none;
        font-size: 14px;
        line-height: 16px;
    }

    .fg-list-item-column-title {
        margin-top: 3px;
    }

    .fg-list-item-title {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 18px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .fg-list-item-title {
        margin-bottom: 8px;
    }


    .fg-list-item-column-description {
        display: none;
    }

    .fg-list-item-column-tags {
        margin-top: 6px;
    }

    .fg-list-item-column-buttons {
        margin-top: 10px;
    }

    .fg-list-item-buttons {
        text-align: left;
    }

        .fg-list-item-buttons .fg-button-small {
            font-weight: 500;
            background-color: transparent;
            color: #000;
            font-size: 12px;
            line-height: 13px;
            letter-spacing: 0px;
            min-width: 90px;
            padding: 5px 0px 5px 0px;
        }

            .fg-list-item-buttons .fg-button-small.selected {
                background-color: #000;
                color: #fff;
            }

    .fg-list-item-section {
        font-size: 11px;
        line-height: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 679px) {

    .header-date {
        top: auto;
        bottom: -6px;
        font-size: 18px;
    }

    .call-to-action-buttons {
        flex-direction: column;
    }

    .fg-list-date {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .fg-list-item-image {
        width: 37%;
        flex-basis: 37%;
    }

    .fg-list-item {
        width: 63%;
    }

    .fg-detail-image {
        margin-left: -20px;
        margin-right: -20px;
    }

    .fg-detail-section-wrapper {
        margin-left: -20px;
        margin-right: -20px;
    }

    .fg-detail-section-inner.two-columns {
        flex-direction: column;
        grid-gap: 0;
    }

        .fg-detail-section-inner.two-columns > div {
            padding-bottom: 30px;
            border-bottom: 1px solid #505058;
        }

            .fg-detail-section-inner.two-columns > div:last-child {
                padding-bottom: 0px;
                border-bottom: none;
                margin-bottom: 0px;
            }

    .fg-detail-header {
        padding: 0px;
    }

    .fg-detail-header-inner {
        flex-direction: column-reverse;
        border-bottom: 0;
        padding-bottom: 0px;
    }

    .fg-detail-header-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fg-detail-header-content-inner {
        padding-bottom: 30px;
        border-bottom: 1px solid #505058;
    }

    .fg-detail-title {
        font-size: 36px;
        line-height: 42px;
    }

    .fg-detail-description {
        font-size: 12px;
        line-height: 14px;
    }

    .fg-detail-logline {
        font-size: 18px;
        line-height: 21px;
    }

    .fg-detail-synopsis {
        font-size: 14px;
        line-height: 19px;
    }

    .fg-detail-section-header {
        font-size: 18px;
        line-height: 1em;
    }

    .fg-detail-screening-item {
        flex-direction: column;
        padding: 15px 15px 5px 15px;
        grid-gap: 10px;
    }

    .fg-detail-screening-item-column.fg-detail-screening-item-column-buttons {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .fg-diary-export-button-container {
        flex-direction: column;
    }
}

@media (max-width: 400px) {

    header .header-logo .logo-desktop {
        display: none;
    }

    header .header-logo .logo-mobile {
        display: block;
    }

    .header-date {
        font-size: 16px;
    }


    .fg-list-item-container {
        flex-direction: column;
    }


    .fg-list-item-image {
        width: 100%;
        aspect-ratio: 42/25;
    }

    .fg-list-item {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .header-date {
        font-size: 14px;
        font-weight: 700;
    }
}

@media (max-width: 300px) {
    .header-date {
        display: none;
    }
}
