:root {
    --light-text: #6F6F6F;
    --primary-dark: #2C2A2A;
    --secondary: #21704a;
    --secondary-dark: #21704a;
    --secondary-ligth: #EE666E;
    --button-hover: #21704a;
}

div>div.events-type-column>div.events-type-column-image{
    width:auto!important;
}

.single-cs_film h1,
.single-film-preview h1 {
    font-size: 2.250em;
    line-height: 1.2;
    font-weight: 700;
}

.single-cs_film h2,
.single-film-preview h2 {
    font-size: 1.250em;
    line-height: 1.4;
    font-weight: 700;
}

.single-cs_film h3,
.single-film-preview h3 {
    font-size: 1em;
    line-height: 1.5;
    font-weight: 700;
}

.single-cs_film h4,
.single-film-preview h4 {
    font-size: 0.900em;
    line-height: 1.3;
    font-weight: 700;
}

.secondary-text {
    font-size: 0.750em;
    line-height: 1.3;
    color: var(--light-text);
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}

.button-acquisto-rapido {
    font-size: 0.750em;
    margin-top: 2em;
    display: block;
    color: black;
    background: white;
    padding: 10px 20px;
    border-radius: 6px;
    opacity: 1;
}

.button-acquisto-rapido:hover {
    color: black;
}

.pointer-none {
    pointer-events: none;
}

.link-text {
    font-size: 0.750em;
    line-height: 1.3;
    font-weight: 500;
    color: var(--secondary);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-text:hover {
    color: var(--button-hover);
}

.link-text-icon {
    font-size: 0.750em;
    line-height: 1.3;
    font-weight: 500;
    color: var(--light-text);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-text-icon > img {
    filter: grayscale(1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-text-icon:hover {
    color: var(--secondary);
}

.link-text-icon:hover > img {
    filter: grayscale(0);
}

.label {
    font-size: 0.750em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: white;
}

.label-single {
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--secondary);
}

.label-promo {
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--secondary);
}

.film-detail-info-text {
    font-size: 0.750em;
    line-height: 1.3;
}

.cs-full-height {
    height: 100%
}

.cs-max {
    max-width: 1600px;
}

.cs-width {
    width: 88%;
}

.cs-section {
    margin: 0em;
    padding: 45px 0px 45px 0px;
    background-color: transparent;
    z-index: 1;
}

.cs-row {
    z-index: 1;
    margin: 0px auto 0px auto;
    font-size: 1em;
    background-color: transparent;
}

.cs-col {
    z-index: 1;
    font-size: 1em;
    background-color: transparent;
}

.no-content {
    font-size: 0.900em;
    font-weight: 400;
    color: var(--primary-dark);
}

.menu-modal>.x-modal-content-outer>.x-modal-content-inner {
    padding: 0 !important;
}

.menu-modal>.x-modal-content-outer>.x-modal-content-inner>.x-modal-content {
    height: 100%;
}

.menu-modal>.x-modal-content-outer>.x-modal-content-inner>.x-modal-content>.x-global-block {
    height: 100%;
}

/* Promo */

.promo {
    /* box-shadow: inset 0 0 0 2px var(--secondary), 0 3px 8px rgb(0 0 0 / 16%) !important; */
}

.promo-button {
    border: 1px solid var(--secondary) !important;
    box-shadow: none !important;
}

.promo-asterisk {
    color: var(--secondary) !important;
}

.promo h4 {
    color: #212121 !important;
}

.promo .single-film-preview-content-data {
    /*background: var(--secondary) !important;*/
}

.single-film-preview-image-label {
    background: var(--secondary) !important;
}

.promo .single-film-preview-content-data .single-film-preview-image-label {
   /* background: transparent !important;*/
    box-shadow: 0 0 0 3px black;
}

.promo-poster {
    box-shadow: 0 0 0 5px var(--secondary) !important;
}

.promo-label {
    padding: 3px 3px 8px 5px !important;
}

/* SINGLE FILM TEMPLATE */

.single-film-container>.single-film-content>.cs-row>.cs-col {
    display: flex;
}

.single-film-container>.single-film-content>.cs-row>.cs-col>.single-film-projections-container {
    flex-basis: 25%;
}

/* Search Film Coming Soon */

.search-form .x-text-content-text > * {
    display: flex;
    justify-content: space-between;
}

.search-form .x-text-content-text > * form {
    height: 35px !important;
    width: auto !important;
    margin-bottom: 0;
}

.search-form .x-text-content-text > * form input[type=search] {
    color: #212121;
    border-radius: 0 !important;
}

.search-form .x-text-content-text > * form button {
    color: #212121 !important;
}

/* TABS */

.tabs-nav .x-text-content-text > * {
    justify-content: space-between;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}

.tabs-nav .x-text-content-text > * form {
    height: 35px !important;
    width: auto !important;
    margin-bottom: 0;
}

.tabs-nav .x-text-content-text > * form button {
    color: #212121 !important;
}

/* SINGLE FILM */

article {
    /* margin-top: 234px; */
}

.heading-h2 {
    margin: 0 0 1em 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.heading-h4 {
    margin: 0 0 1em 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.single-film-trailer-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: transparent;
    z-index: -1;
}

.single-film-trailer-modal>.single-film-trailer-modal-video-container {
    position: fixed;
    max-width: 88%;
    line-height: 0;
    opacity: 0;
    padding: 1em;
    border-radius: 6px;
    background: rgb(248, 248, 248);
}

.single-film-trailer-modal>.single-film-trailer-modal-video-container>.single-film-trailer-modal-iframe {
    max-width: 100%;
    border-radius: 6px;
}

.single-film-trailer-modal>.single-film-trailer-modal-video-container>.single-film-trailer-modal-close-button {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(248, 248, 248);
    border: none;
    width: 40px;
    border-radius: 6px;
    font-weight: 700;
    padding: 10px;
    line-height: 0.5;
}

.single-film {
    display: flex;
    align-items: flex-start;
    flex-basis: 75%;
}

.single-film .single-film-image-container {
    flex-basis: 34.5%;
    margin-right: 1em;
}

.single-film .single-film-image-container>img {
    border-radius: 6px;
    width: 100%;
}

.single-film .single-film-content-container {
    flex-basis: 65.5%;
    margin-right: 1em;
}

.single-film .single-film-content-container>.single-film-content-label {
    display: block;
    line-height: 1;
}

.single-film>.single-film-content-container>h2 {
    margin: 0 0 20px 0;
}

.single-film>.single-film-content-container>.single-film-content-director {
    display: block;
}

.single-film>.single-film-content-container>.single-film-content-cast {
    display: block;
}

.single-film>.single-film-content-container>.single-film-content-info-container {
    margin: 20px 0;
}

.single-film>.single-film-content-container>.single-film-content-info-container>div {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}

.single-film>.single-film-content-container>.single-film-content-info-container>div>span:first-child {
    width: 250px;
}

.single-film>.single-film-content-container>.single-film-content-info-container>div>span {
    display: flex;
}

.single-film>.single-film-content-container>.single-film-content-info-container>div>span>span {
    margin-left: 5px;
}

.single-film>.single-film-content-container>.single-film-content-projections {
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 5px; */
}

.single-film>.single-film-content-container>.single-film-content-projections ~ .single-film-content-projections {
    margin-top: 5px;
}

.single-film>.single-film-content-container>.single-film-content-projections>span {
    margin-left: 5px;
}

.single-film>.single-film-content-container>.single-film-content-plot {
    display: block;
    font-size: 0.750em;
    color: var(--primary-dark);
    line-height: 1.5;
    margin-top: 20px;
}

.single-film>.single-film-content-container>.single-film-content-plot>p:last-child {
    margin: 0 !important;
    /* font-size: 0.900em; */
}

.single-film>.single-film-content-container>.single-film-content-open-trailer-modal {
    display: flex;
    align-items: center;
    margin-top: 2em;
    margin-bottom: 4em;
    background-color: unset;
    border: none;
    color: white;
    background: var(--secondary);
    outline: none;
    border-radius: 6px;
    padding: 10px 20px;
}

.single-film>.single-film-content-container> .disabled {
    opacity: 0.6;
    pointer-events: none;
}

.single-film>.single-film-content-container>.single-film-content-open-trailer-modal>.single-film-content-open-trailer-modal-icon {
    width: 27px;
    margin-right: 5px;
    filter: brightness(10);
}


/* PROJECTIONS FILM TABLE */

.projections-film-table {
    display: block;
    position: relative;
    background: transparent;
}



.projections-film-table>.projections-film-table-head-row {
    display: flex;
    height: 100px;
    border: 1px solid var(--primary-dark);
}

.projections-film-table>.projections-film-table-head-row>.projections-film-table-head-current-day-col {
    display: flex;
    align-items: center;
    flex-basis: 75%;
    background: black;
    font-size: 1.250em;
    font-weight: 700;
    color: white;
    padding: 0 1em;
    text-transform: capitalize;
}

.projections-film-table>.projections-film-table-head-row>.projections-film-table-head-current-day-col .minus,
.projections-film-table>.projections-film-table-head-row>.projections-film-table-head-current-day-col .plus {
    cursor: pointer;
}

.projections-film-table>.projections-film-table-head-row>.projections-film-table-head-current-day-col .minus {
    margin-right: 20px;
}

.projections-film-table>.projections-film-table-head-row>.projections-film-table-head-current-day-col .day {
    flex: 1;
}

.projections-film-table>.projections-film-table-head-row>.projections-film-table-head-date-picker-col {
    flex-basis: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
    font-size: 1.250em;
    font-weight: 700;
    color: var(--primary-dark);
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.projections-film-table>.projections-film-table-head-row>.projections-film-table-head-date-picker-col:hover {
    opacity: 0.8;
}

.projections-film-table>.projections-film-table-head-row>.projections-film-table-head-date-picker-col>#projections-film-datapicker {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.projections-film-table>.projections-film-table-row {
    display: flex;
    align-items: center;
    flex-basis: 70%;
    height: auto;
    font-size: 1em;
    font-weight: 700;
    color: var(--primary-dark);
    padding: 1em 1.250em 1em 1.250em;
    border-bottom: 0.5px solid var(--primary-dark);
}

.projections-film-table>.projections-film-table-row>.projections-film-table-title-col {
    line-height: 1;
    flex-basis: 30%;
    margin-right: 0.5em;
    display: flex;
}

.projections-film-table>.projections-film-table-row>.projections-film-table-title-col>.projections-film-table-label {
    margin-bottom: 5px;
    display: block;
}

.projections-film-table>.projections-film-table-row>.projections-film-table-title-col>.projections-film-table-info>.projections-film-table-title {
    margin-right: 1em;
    line-height: 1.3;
    font-size: 1.2em;
    font-weight: bold;
}

.projections-film-table>.projections-film-table-row>.projections-film-table-title-col>.projections-film-table-info>.projections-film-table-title>a {
    color: inherit !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.projections-film-table>.projections-film-table-row>.projections-film-table-title-col>.projections-film-table-info>.projections-film-table-title>a:hover {
    color: rgb(102, 106, 107) !important;
}

.projections-film-table>.projections-film-table-row>.projections-film-table-title-col>.projections-film-table-info {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
    font-size: 0.750em;
    font-weight: 400;
    /* column-gap: 20px; */
    /* row-gap: 10px; */
    margin-top: 5px;
    align-content: flex-start;
}

.projections-film-table>.projections-film-table-row>.projections-film-table-title-col>.projections-film-table-loc {
    flex-basis: 40%;
    margin-right: 10px;
}

.projections-film-table>.projections-film-table-row>.projections-film-table-title-col>.projections-film-table-info {
    flex-basis: 60%;
}

.projections-film-table>.projections-film-table-row>.projections-film-table-title-col>.projections-film-table-info > span {
    display: flex;
    align-items: center;
}

.projections-film-table>.projections-film-table-row>.projections-film-table-title-col>.projections-film-table-info > .director {
    flex-basis: 100%;
    font-weight: 700;
}

.projections-film-table>.projections-film-table-row>.projections-film-table-title-col>.projections-film-table-info > .duration > img {
    width: 20px;
    margin-right: 10px;
    line-height: 1;
}

.projections-film-table>.projections-film-table-row>.projections-film-table-projections-col {
    flex-basis: 75%;
    font-size: 1em;
}

.projections-film-table>.projections-film-table-head-row>.projections-film-table-head-date-picker-col>.projections-film-table-head-date-picker-col-icon {
    margin-right: 1em;
    width: 35px;
}

.projections-film-table-title-col .single-film-preview-image {
    width: 130px;
}

.projections-film-table-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: transparent;
    z-index: -99999;
}

.projections-film-table-modal>.projections-film-table-modal-info-container {
    position: fixed;
    width: 500px;
    max-width: 88%;
    background: transparent;
    opacity: 0;
    box-shadow: 0 25px 25px -20px rgba(0, 0, 0, 1);
    border-radius: 6px;
    overflow: hidden;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.single-film-trailer-modal-iframe {
    border-radius: 6px;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 0.900em;
    line-height: 1;
    padding: 1em 1em 1em 1em;
    color: white;
    background: black;
    /* background: var(--primary-dark); */
    text-transform: capitalize;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content-header>.projections-film-table-modal-close-button {
    background: transparent;
    border: none;
    width: 30px;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content-header>.projections-film-table-modal-close-button:active,
.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content-header>.projections-film-table-modal-close-button:focus {
    outline: none !important;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content {
    display: flex;
    align-items: center;
    background: #F8F8F8;
    padding: 1em;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content>.projections-film-table-modal-content-info {
    display: flex;
    flex-basis: 75%;
    flex-direction: column;
    font-size: 0.900em;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content>.projections-film-table-modal-content-poster {
    border: 1px solid var(--primary-dark);
    flex-basis: 25%;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 1em;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content>.projections-film-table-modal-content-info>.projections-film-table-modal-content-title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content>.projections-film-table-modal-content-info>.projections-film-table-modal-content-director {
    display: block;
    font-weight: 700;
    font-size: 0.750em;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content>.projections-film-table-modal-content-info>.projections-film-table-modal-content-duration {
    display: flex;
    align-items: center;
    font-size: 0.750em;
    line-height: 1.5;
    margin-top: 5px;
    font-weight: 400;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content>.projections-film-table-modal-content-info>.projections-film-table-modal-content-duration > img {
    width: 10px;
    margin-right: 5px;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content>.projections-film-table-modal-content-info>.projections-film-table-modal-content-genres {
    font-size: 0.750em;
    line-height: 1;
    font-weight: 400;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content-container {
    padding: 1em;
    background: #FFFFFF;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content-container>button {
    outline: none;
    width: 100%;
    border: none;
    border-radius: 6px 6px 6px 6px;
    font-size: 0.75em;
    background-color: var(--secondary);
    box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0);
    padding: 0.7em 0.85em 0.7em 0.85em;
    color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content-container>button:hover {
    background-color: var(--button-hover);
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content-container>.projections-film-table-modal-content-projection-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 20px; */
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content-container>.projections-film-table-modal-content-projection-container div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content-container>.projections-film-table-modal-content-projection-container div > span:first-child {
    font-size: 1.250em;
    font-weight: 700;
    line-height: 1;
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content-container>.projections-film-table-modal-content-projection-container div > .projections-film-table-modal-content-projection {
    font-weight: 300;
    background: #FFFFFF;
    border: 1px solid var(--primary-dark);
    border-radius: 6px;
    padding: 13px 17px;
    line-height: 1;
    /* margin: 50px 0; */
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.projections-film-table-modal>.projections-film-table-modal-info-container>.projections-film-table-modal-content-container>.projections-film-table-modal-content-projection-container>.projections-film-table-modal-content-promo {
    font-size: 0.800em;
    font-weight: 300;
    line-height: 1.4;
    font-style: italic;
    color: var(--secondary-dark);
    margin-bottom: 1em;
    max-width: 400px;
    text-align: center;
}


/* PROJCTIONS FILM SINGLE TABLE */

.projections-film-single-table {
    display: block;
    position: relative;
    background: transparent;
}

.projections-film-single-table>.projections-film-single-table-head-row {
    display: flex;
    border: 1px solid var(--primary-dark);
}

.projections-film-single-table>.projections-film-single-table-head-row>.projections-film-single-table-head-current-day-col {
    display: flex;
    align-items: center;
    flex: 1;
    background: black;
    font-size: 1.250em;
    font-weight: 700;
    color: white;
    padding-left: 1em;
    text-transform: capitalize;
}

.projections-film-single-table>.projections-film-single-table-head-row>.projections-film-single-table-head-date-picker-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    background: transparent;
    font-size: 1.250em;
    font-weight: 700;
    color: var(--primary-dark);
    position: relative;
}

.projections-film-single-table>.projections-film-single-table-head-row>.projections-film-single-table-head-date-picker-col:hover {
    opacity: 0.8;
}

.projections-film-single-table>.projections-film-single-table-head-row>.projections-film-single-table-head-date-picker-col>#projections-film-single-datapicker {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.projections-film-single-table>.projections-film-single-table-head-row>.projections-film-single-table-head-date-picker-col>img {
    width: 20px;
}

.projections-film-single-table>.projections-film-single-table-row {
    display: flex;
    align-items: center;
    height: auto;
    font-size: 1em;
    font-weight: 700;
    color: var(--primary-dark);
    padding: 1em 1.250em 1em 1.250em;
    border-bottom: 0.5px solid var(--primary-dark);
}

.projections-film-single-table>.projections-film-single-table-row>.projections-film-single-table-title-col {
    line-height: 1;
}

.projections-film-single-table>.projections-film-single-table-row>.projections-film-single-table-title-col>.projections-film-single-table-label {
    margin-bottom: 5px;
    display: block;
}

.projections-film-single-table>.projections-film-single-table-row>.projections-film-single-table-projections-col {
    flex: 1;
    font-size: 1em;
}

.projections-film-single-table-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: transparent;
    z-index: -1;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container {
    position: fixed;
    width: 500px;
    max-width: 88%;
    background: transparent;
    opacity: 0;
    box-shadow: 0 25px 25px -20px rgba(0, 0, 0, 1);
    border-radius: 6px;
    overflow: hidden;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.single-film-single-trailer-modal-iframe {
    border-radius: 6px;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 0.900em;
    line-height: 1;
    padding: 1em 1em 1em 1em;
    color: white;
    background: black;
    /* background: var(--primary-dark); */
    text-transform: capitalize;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content-header>.projections-film-single-table-modal-close-button {
    background: transparent;
    border: none;
    width: 30px;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content-header>.projections-film-single-table-modal-close-button:active,
.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content-header>.projections-film-single-table-modal-close-button:focus {
    outline: none !important;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content {
    display: flex;
    align-items: center;
    background: #F8F8F8;
    padding: 1em;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content>.projections-film-single-table-modal-content-info {
    display: flex;
    flex-basis: 75%;
    flex-direction: column;
    font-size: 0.900em;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content>.projections-film-single-table-modal-content-poster {
    border: 1px solid var(--primary-dark);
    flex-basis: 25%;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 1em;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content>.projections-film-single-table-modal-content-info > .projections-film-single-table-modal-content-title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content>.projections-film-single-table-modal-content-info > .projections-film-single-table-modal-content-director {
    display: block;
    font-weight: 700;
    font-size: 0.750em;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content>.projections-film-single-table-modal-content-info > .projections-film-single-table-modal-content-duration {
    display: flex;
    align-items: center;
    font-size: 0.750em;
    line-height: 1.5;
    margin-top: 5px;
    font-weight: 400;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content>.projections-film-single-table-modal-content-info > .projections-film-single-table-modal-content-duration > img {
    width: 10px;
    margin-right: 5px;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content>.projections-film-single-table-modal-content-info > .projections-film-single-table-modal-content-genres {
    font-size: 0.750em;
    line-height: 1;
    font-weight: 400;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content-container {
    padding: 1em;
    background: #FFFFFF;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content-container>button {
    outline: none;
    width: 100%;
    border: none;
    border-radius: 6px 6px 6px 6px;
    font-size: 0.75em;
    background-color: var(--secondary);
    box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0);
    padding: 0.7em 0.85em 0.7em 0.85em;
    color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content-container>button:hover {
    background-color: var(--button-hover);
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content-container>.projections-film-single-table-modal-content-projection-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 20px; */
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content-container>.projections-film-single-table-modal-content-projection-container div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content-container>.projections-film-single-table-modal-content-projection-container div > span:first-child {
    font-size: 1.250em;
    font-weight: 700;
    line-height: 1;
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content-container>.projections-film-single-table-modal-content-projection-container div >.projections-film-single-table-modal-content-projection {
    font-weight: 300;
    background: #FFFFFF;
    border: 1px solid var(--primary-dark);
    border-radius: 6px;
    padding: 13px 17px;
    line-height: 1;
    /* margin: 50px 0; */
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.projections-film-single-table-modal>.projections-film-single-table-modal-info-container>.projections-film-single-table-modal-content-container>.projections-film-single-table-modal-content-projection-container>.projections-film-single-table-modal-content-promo {
    font-size: 0.800em;
    font-weight: 300;
    line-height: 1.4;
    font-style: italic;
    color: var(--secondary-dark);
    margin-bottom: 1em;
    max-width: 400px;
    text-align: center;
}


/* PROJECTIONS FILM SINGLE TIMETABLE */

.projections-film-timetable {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

.projections-film-timetable .projections-film-timetable-cinema-container {
    /* gap: 10px; */
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
}

.projections-film-timetable:not(:last-child) .projections-film-timetable-cinema-container:first-child span {
    margin-bottom: 1em;
}

.projections-film-timetable .projections-film-timetable-cinema-container > span {
    width: 100%;
    display: block;
    font-size: 0.700em;
    /* padding: 0.2em 0em; */
    border-radius: 0px;
    /* background: var(--primary-dark); */
    color: var(--primary-dark);
}

.projections-film-timetable .projections-film-single-timetable-hour-button {
    font-weight: 300;
    background: #FFFFFF;
    border: 1px solid var(--primary-dark);
    border-radius: 6px;
    padding: 13px 17px;
    line-height: 1;
    /* margin: 10px 10px 10px 0; */
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.projections-film-timetable .projections-film-single-timetable-hour-button:hover {
    color: rgb(102, 106, 107);
}


/* PROJECTIONS FILM TIMETABLE */

.projections-film-timetable .projections-film-timetable-hour-button {
    font-weight: 300;
    background: #FFFFFF;
    border: 1px solid var(--primary-dark);
    border-radius: 6px;
    padding: 13px 17px;
    line-height: 1;
    /* margin: 10px 10px 10px 0; */
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.projections-film-timetable .projections-film-timetable-hour-button:hover {
    color: rgb(102, 106, 107);
}

.projections-film-timetable .projections-film-timetable-no-projections {
    font-size: 0.900em;
    font-weight: 400;
}


/* SINGLE FILM PREVIEW */

.grid-frontpage .grid-item {
    width: 180px;
    margin-bottom: 1em;
    margin-right: 1em;
    opacity: 0;
}

.single-film-preview.coomingsoon {
    display: flex !important;
}

.single-film-preview.event {
    display: flex !important;
}

.single-film-preview {
    position: relative;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
    background: rgb(255, 255, 255);
}

.single-film-preview.novita {
   /* background: #000;*/
}

.single-film-preview.evento {
    /*background: var(--secondary);*/
}

.home .single-film-preview > .single-film-preview-image-container {
    margin-right: 0px !important;
}
.single-film-preview > .single-film-preview-image-container {
    position: relative;
    margin-right: 10px;
    flex-basis: 40%;
}

.single-film-preview > .single-film-preview-image-container > img {
    aspect-ratio: 1/1.4;
   /* height: 200px;
    border-radius: 5px;
    box-shadow: 0 0 0 1px var(--primary-dark);*/
}

.single-film-preview > .single-film-preview-image-container > .single-film-preview-image-label {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 0.650em;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 0;
    background: var(--secondary);
    border-radius: 0 0 5px 5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: white;
    text-shadow: #000 0px 1px 0px, #fff 0px 0px 5px, #fff 0px 0px 10px;
}

.single-film-preview > .single-film-preview-content-container {
    display: flex;
    flex-direction: column;
    padding: 0;
    flex-basis: 60%;
}

.single-film-preview > .single-film-preview-content-container > .single-film-preview-link-container {
    display: flex;
    flex-basis: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}

.single-film-preview > .single-film-preview-content-container > .single-film-preview-link-container > .single-film-preview-content-film-link {
    font-size: 0.650em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--light-text);
}

.single-film-preview > .single-film-preview-content-container > .single-film-preview-link-container > .single-film-preview-content-film-link:hover {
    color: var(--secondary);
}

.single-film-preview .single-film-preview-content-container > .single-film-preview-link-container > .single-film-preview-content-film-link:nth-child(2) {
    align-items: flex-end !important;
}

.single-film-preview > .single-film-preview-content-container > .single-film-preview-link-container > .single-film-preview-content-film-link:nth-child(1) > .single-film-preview-content-film-link-icon {
    width: 20px;
}

.single-film-preview > .single-film-preview-content-container > .single-film-preview-link-container > .single-film-preview-content-film-link:nth-child(2) > .single-film-preview-content-film-link-icon {
    width: 27px;
}

.single-film-preview h4 {
    margin-top: 0em;
    margin-bottom: 0em;
}

.single-film-preview .single-film-preview-content-director {
    display: block;
    font-weight: 700;
    font-size: 0.650em;
}

.single-film-preview .single-film-preview-content-durata {
    display: flex;
    align-items: center;
    font-size: 0.650em;
    line-height: 1.5;
    margin-top: 5px;
    color: var(--light-text);
}

.single-film-preview .single-film-preview-content-genres {
    font-size: 0.650em;
    line-height: 1;
    color: var(--light-text);
}

.single-film-preview .single-film-preview-content-label {
    font-size: 0.700em;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
    text-transform: uppercase;
    color: var(--secondary);
}

.single-film-preview .single-film-preview-content-durata img {
    width: 10px;
    margin-right: 5px;
}

.single-film-preview .single-film-preview-content-data {
    display: flex;
    justify-content: space-between;
    font-size: 0.650em;
    font-weight: 500;
    min-height: 25px;
    line-height: 1.3;
    color: black;
    padding: 3px 3px 8px 5px;
   /* background: black;*/
}

.novita .single-film-preview-content-data {
   /* color: white;
    background: black;*/
}

.evento .single-film-preview-content-data {
   /* color: white;*/
}

.evento.novita .single-film-preview-content-data {
    /*background: transparent;*/
}

.single-film-preview .single-film-preview-content-data .single-film-preview-content-data-date-cap {
    display: flex;
    align-items: center;
    line-height: 1.5em;
    text-transform: capitalize;
}

.single-film-preview .single-film-preview-content-data .single-film-preview-content-data-date-nocap {
    display: flex;
    align-items: center;
    line-height: 1.5em;
}

.single-film-preview .single-film-preview-content-data .single-film-preview-image-label {
    background: var(--secondary);
    padding: 0px 5px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.923em;
}

.home .single-film-preview .single-film-preview-content-data .single-film-preview-image-label {
    padding: 2px 5px !important;
}

.single-film-preview .single-film-preview-content-title,
.single-film-preview .single-film-preview-content-director {
    /* margin-top: 5px; */
}

/* Film Search */

#film-search .film-search-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.250em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    color: #212121;
    margin: 0em 0em 1em 0em;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #212121 transparent;
    padding: 0em 0em 10px 0em;
}

/* Fast buy */

.fast-buy-container .fast-buy-select {
    width: 100%;
    margin-bottom: 0em;
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white;
    padding: 0;
}

.fast-buy-container .fast-buy-select:focus {
    outline: none;
}

/* Events */

.events-container {
    display: flex;
    flex-direction: row;
    gap: 1em;
    margin-bottom: 4em;
}

.events-container .events-type-column {
    /* flex-basis: 25%; */
}

.events-container .events-type-column .events-type-column-image {
    border-radius: 9px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 16%);
}

.events-container .events-type-column .events-type-column-image img {
    max-width: 150px;
    z-index: 2;
}

.events-container .events-type-column .events-type-column-image .events-type-column-image-title {
    font-weight: 700;
    font-size: 1.500em;
    color: white;
    z-index: 2;
}

.events-container .events-type-column .events-type-column-image .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #21704a; */
    opacity: 0.7;
    z-index: 1;
}

.events-container .events-type-column .events-type-column-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    height: 218px;
    overflow: hidden;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.events-container .events-type-column .events-type-column-title {
    font-size: 1em;
    font-weight: 700;
    color: #212121;
    margin: 1em 0 0.5em 0;
}

.events-container .events-type-column .events-type-column-text {
    font-size: 0.750em;
    color: #212121;
    max-width: 365px;
}

.events-container .grid-events {
    flex-basis: 75%;
}

.coomingsoon-container .grid-events {
    flex-basis: 75%;
}

.grid-coomingsoon .grid-item {
    width: 350px;
    margin-top: 10px;
    margin-right: 10px;
    opacity: 0;
    height: auto !important;
}

.grid-coomingsoon-presale .grid-item {
     width: 350px;
     margin-top: 10px;
     margin-right: 10px;
     opacity: 0;
     height: auto !important;
 }

.grid-events .grid-item {
    width: 350px;
    margin-top: 10px;
    margin-right: 10px;
    opacity: 0;
    height:auto!important;
}

.cs_events-button-container {
    display: flex;    
}

.cs_events-button-container button {
    font-family: inherit;
    font-size: 0.720em;
    font-weight: 500;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 15px;
    margin: 0 0.5em;
    line-height: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cs_events-button-container button:hover {
    border-bottom: 2px solid black !important;
}

.cs_events-button-container button:first-child {
    border-bottom: 2px solid black;
}

.cs_events-button-container button:last-child {
    margin-right: 0;
}

.cs_events-select-container {
    -webkit-appearance: none;
    display: block;
    height: auto;
    font-size: 0.333em;
    font-weight: 500;
    background: transparent;
    border: none;
    padding: 0;
    text-align: center;
    box-shadow: none;
    outline: none;
    color: #212121;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+);
    background-position: right 5px;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.cs_events-select-container {

}

/* OWL Carousel */

.owl-carousel-all .owl-stage-outer {
    padding: 0 0.5em 20px;
}

.owl-dots .active span {
    background: var(--secondary) !important;
}

.owl-carousel-events {
    overflow: hidden;
}

.owl-carousel-events .owl-stage-outer {
    padding: 0px 0 20px 0;
}

.owl-carousel-events .owl-item .item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    padding: 0 0.5em;
}

@media (max-width: 320px) {
    .search-form .x-text-content-text > * {
        flex-wrap: wrap;
    }
    .search-form .x-text-content-text > * form {
        width: 100% !important;
        max-width: 100% !important;
    }
    .events-container {
        flex-wrap: wrap;
        gap: 0.5em
    }
    .owl-carousel-all .owl-stage {
        width: 43% !important;
        display: flex;
        height: 700px;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .owl-carousel-all .owl-item {
        width: 43% !important;
    }
    .owl-carousel-all .owl-item .item .single-film-preview {
        flex-basis: 100%;
        margin-bottom: 25px;
    }
    .owl-carousel-all .owl-item .item .single-film-preview > .single-film-preview-image-container > img {
        height: 120px !important;
        aspect-ratio: 1/1.4;
    }
    .cs_events-select-container, .cs_events-select-container option.selected {
        width: 225px; 
        overflow: hidden; 
        white-space: nowrap; 
        text-overflow: ellipsis;
    }
}

@media (min-width: 380px) and (max-width: 475px) {
    .owl-carousel-all .owl-stage {
        height: 580px;
    }
}

@media (max-width: 379px) {
    .owl-carousel-all .owl-stage {
        height: 520px;
    }
}


@media (min-width: 321px) and (max-width: 475px) {
    .grid-frontpage .grid-item{
        width:48%!important;
        margin-right:2%!important;
    }

    .search-form .x-text-content-text > * {
        flex-wrap: wrap;
    }
    .search-form .x-text-content-text > * form {
        width: 100% !important;
        max-width: 100% !important;
    }
    .events-container {
        flex-wrap: wrap;
        gap: 0.5em
    }
    .cs_events-select-container, .cs_events-select-container option.selected {
        width: 225px; 
        overflow: hidden; 
        white-space: nowrap; 
        text-overflow: ellipsis;
    }
    @supports (flex-gap: 1em) {
        .owl-carousel-all .owl-item .item {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 1em;
            padding: 0 0 20px 0;
        }

        .owl-carousel-events .owl-item .item {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 1em;
            padding: 0 0.5em;
        }
    }
      
    @supports not (flex-gap: 18px) {
        .owl-carousel-events .owl-item .item {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 0em;
            padding: 0 0.5em;
        }
        .owl-carousel-all .owl-item .item .single-film-preview {
            gap: 0em;
            margin-bottom: 1em;
        }
        .owl-carousel-events .owl-item .item .single-film-preview {
            gap: 0em;
            margin-bottom: 1em;
        }
    }
    .owl-carousel-all .owl-stage-outer {
        padding: 0 0.5em;
    }
    .events-container .events-type-column {
        flex-basis: 100% !important;
    }
    .events-container .owl-carousel-events {
        flex-basis: 100% !important;
    }

    .owl-carousel-events .owl-stage {
        width: 100% !important;
        display: flex;
        height: 840px;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .owl-carousel-all .owl-stage {
        width: 48% !important;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .owl-carousel-events .owl-item,
    .owl-carousel-all .owl-item {
        width: 100% !important;
    }
    .owl-carousel-events .owl-item .item .single-film-preview,
    .owl-carousel-all .owl-item .item .single-film-preview {
        flex-basis: 100%;
        /* margin-bottom: 25px; */
    }
    .owl-carousel-all .owl-item .item .single-film-preview > .single-film-preview-image-container > img {
       /* height: 170px !important;*/
    }
}


@media (min-width: 475px) and (max-width: 768px){

    .single-film-preview-image-container img {
        aspect-ratio: 1/1.4;
            width: 100%;
            /* Imposta la larghezza al 100% del contenitore */
            height: auto;
            /* Imposta l'altezza automatica per mantenere le proporzioni */
            object-fit: contain;
            /* Mantiene le proporzioni dell'immagine */
        }

    .events-container {
        gap: 0.5em
    }
    .owl-carousel-events .owl-stage {
        width: 100% !important;
        display: flex;
        height: 800px;
        flex-direction: column;
        flex-wrap: wrap;
    }
   .owl-carousel-all .owl-item .item a div {
       margin-bottom: 10px !important;
   }
    /* .owl-carousel-all .owl-stage {
        width: 100% !important;
        display: flex;
        height: 450px;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .owl-carousel-events .owl-item, 
    .owl-carousel-all .owl-item {
        width: 100% !important;
    }

    .owl-carousel-all .owl-item .item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    } */

    .owl-carousel-events .owl-item .item .single-film-preview {
        flex-basis: 100%;
    }

    /* .owl-carousel-all .owl-item .item .single-film-preview {
        flex-basis: 33%;
    } */
}
@media (min-width: 475px) and (max-width: 1500px) {
    .projections-film-table-row>.projections-film-table-title-col>.projections-film-table-loc {
            margin-right: 10px !important;
        }
    }

@media (max-width: 1024px){
    .owl-carousel-all .owl-item .item a div {
        margin-bottom: 10px !important;
    }
    .events-container .events-type-column {
        flex-basis: 50%;
    }
    .events-container .grid-events {
        flex-basis: 50%;
    }
    .events-container .owl-carousel-events {
        flex-basis: 50%;
    }
}

/* WPFORMS */

.wpforms-container>form>.wpforms-submit-container {
    padding: 0 !important;
}

.wpforms-container>form>.wpforms-submit-container>.wpforms-submit {
    height: 50px !important;
    border: none !important;
    font-size: 1.5em !important;
    background-color: var(--primary-dark) !important;
    color: white !important;
    padding: 0 2.7em 0 2.7em !important;
    width:100%;
}


/*DATAPICKER STYLE NELLA TAB. SETTIMANALE*/

.ui-datepicker {
    color: var(--primary-dark) !important;
    border: 1px solid var(--primary-dark) !important;
}

/* .ui-datepicker-header {
    font-family: "Helvetica Neue", sans-serif;
    border: none !important;
    background: var(--primary-dark);
    color: white;
    font-weight: bold;
} */

.ui-datepicker th {
    font-family: "Helvetica Neue", sans-serif;
    color: var(--primary-dark);
}

.ui-widget-header {
    font-family: "Helvetica Neue", sans-serif;
    border: none !important;
    /* background: var(--primary-dark) !important; */
    background: black !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 0px !important;
}

.ui-datepicker td {
    padding: 2px !important;
}

.ui-widget-content .ui-state-default,
.ui-state-default {
    font-family: "Helvetica Neue", sans-serif;
    color: var(--primary-dark) !important;
    text-align: center !important;
    background: white !important;
    border: 1px solid var(--primary-dark) !important;
    border-radius: 6px;
    font-weight: 300 !important;
    transition: all 0.2s ease-in-out;
}

/* , .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight */
.ui-state-active,
.ui-state-highlight {
    color: white !important;
    border: 1px solid var(--primary-dark) !important;
    background: var(--primary-dark) !important;
}

.ui-widget-content .ui-state-default:hover,
.ui-state-default:hover {
    /* color: rgb(102, 106, 107) !important;
    border: 1px solid rgb(102, 106, 107) !important; */
    color: white !important;
    border: 1px solid var(--primary-dark) !important;
    background: var(--primary-dark) !important;
}

.ui-state-hover, 
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    /* border: none !important;
    background: transparent !important;
    color: white !important; */
}

.ui-widget-header a span {
    /* background-image: url('https://dev.imgcinemas.it/wp-content/plugins/cineservice/css/assets/arrow-right.png') !important; */
}
/* .ui-widget-header a .ui-icon::after {
    content: '';
} */

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev-hover, 
.ui-datepicker .ui-datepicker-next-hover {
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
}

/* MEDIA QUERIES */

@media (min-width: 768px) {
    .projections-film-table>.projections-film-table-row>.projections-film-table-title-col>.projections-film-table-info {
        column-gap: 20px;
        row-gap: 10px;
    }
    .projections-film-timetable .projections-film-timetable-cinema-container {
        gap: 10px;
    }
}


@media (max-width: 767px) {
    @supports (flex-gap: 1em) {
        .projections-film-table>.projections-film-table-row {
            align-items: flex-start;
            flex-direction: column;
            row-gap: 1em;
        }
        .projections-film-table>.projections-film-table-row>.projections-film-table-title-col>.projections-film-table-info {
            display: flex;
            flex-wrap: wrap;
            line-height: 1.2;
            font-size: 0.750em;
            font-weight: 400;
            column-gap: 20px;
            row-gap: 10px;
            margin-top: 5px;
        }
        .projections-film-timetable .projections-film-timetable-cinema-container {
            gap: 10px;
            display: flex;
            flex-direction: column;
            flex-flow: wrap;
        }
    }
      
    @supports not (flex-gap: 18px) {
        .projections-film-table>.projections-film-table-row {
            align-items: flex-start;
            flex-direction: column;
        }
        .projections-film-table>.projections-film-table-row .projections-film-table-title-col {
            margin-bottom: 1em;
        }
        .projections-film-table>.projections-film-table-row>.projections-film-table-title-col>.projections-film-table-info .director {
            margin-bottom: 10px;
        }
        .projections-film-table>.projections-film-table-row>.projections-film-table-title-col>.projections-film-table-info .duration {
            margin-right: 20px;
        }
        .projections-film-timetable .projections-film-timetable-cinema-container span {
            margin-bottom: 10px;
        }
        .projections-film-timetable .projections-film-timetable-cinema-container button {
            margin-right: 10px;
            margin-bottom: 10px;
        }
    }
    .projections-film-table>.projections-film-table-head-row>.projections-film-table-head-date-picker-col>span {
        display: none;
    }
    .projections-film-table>.projections-film-table-head-row>.projections-film-table-head-date-picker-col>.projections-film-table-head-date-picker-col-icon {
        margin-right: 0em;
    }
    .projections-film-table>.projections-film-table-head-row>.projections-film-table-head-current-day-col {
        flex-basis: 70% !important;
    }
    .projections-film-table>.projections-film-table-head-row>.projections-film-table-head-date-picker-col {
        flex-basis: 30% !important;
    }
    /* .projections-film-table>.projections-film-table-row {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 1em;
    } */
    .projections-film-table>.projections-film-table-row>.projections-film-table-title-col {
        /* margin-top: 13px; */
    }
    .single-film>.single-film-content-container>.single-film-content-info-container>div>span:first-child {
        width: 100%;
    }
    .single-film>.single-film-content-container>.single-film-content-info-container>div:first-child {
        margin-bottom: 20px;
    }
    .single-film>.single-film-content-container>.single-film-content-projections>span {
        margin-left: 0px;
    }
    .single-film>.single-film-content-container>.single-film-content-projections>strong {
        width: 100%;
    }
}

@media (max-width: 768px) {
    article {
        margin-top: 0;
    }
    .single-film-container>.single-film-content>.cs-row>.cs-col {
        flex-wrap: wrap;
    }
    .single-film {
        flex-basis: 100%;
        flex-wrap: wrap;
        /* justify-content: center; */
    }
    .single-film .single-film-image-container {
        flex-basis: 40%;
        margin-right: 0em;
        margin-bottom: 2em;
    }
    .single-film .single-film-content-container {
        flex-basis: 100%;
        margin-right: 0em;
    }
    .single-film-container>.single-film-content>.cs-row>.cs-col>.single-film-projections-container {
        flex-basis: 100%;
    }
    .projections-film-table>.projections-film-table-head-row>.projections-film-table-head-current-day-col {
        flex-basis: 50%;
    }
    .projections-film-table>.projections-film-table-head-row>.projections-film-table-head-date-picker-col {
        flex-basis: 50%;
    }
    .projections-film-table>.projections-film-table-row>.projections-film-table-title-col {
        flex-basis: 50%;
    }
    .projections-film-table>.projections-film-table-row>.projections-film-table-projections-col {
        flex-basis: 50%;
    }
    /*.grid-frontpage .grid-item {
       /* width: 310px !important;
        margin-right: 20px !important;
    }*/
    .single-film-preview>.single-film-preview-image-container>img {
        aspect-ratio: 1/1.4;
        /*height: 170px !important;*/
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .grid-events .grid-item {
         width: 450px !important; 
      /*  width: 100% !important;*/
    }

    .grid-coomingsoon .grid-item {
         width: 450px !important;
         /*  width: 100% !important;*/
     }

    .grid-coomingsoon-presale .grid-item {
    width: 450px !important;
        /*  width: 100% !important;*/
    }

    .grid-item {
       /* width: 430px !important;*/
        /* width: 100% !important; */
    }
    .single-film-preview>.single-film-preview-image-container>img {
        height: 240px !important;
        aspect-ratio: 1/1.4;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .grid-item {
       /* width: 350px;*/
    }
}


@media (max-width: 1440px) {
    
    .single-film-preview>.single-film-preview-image-container>img {
        aspect-ratio: 1/1.4;
    }
    .grid-events .single-film-preview>.single-film-preview-image-container>img {
        aspect-ratio: 1/1.4;
    }

    .grid-coomingsoon .single-film-preview>.single-film-preview-image-container>img {
        aspect-ratio: 1/1.4;
        }

    .grid-coomingsoon-presale .single-film-preview>.single-film-preview-image-container>img {
        aspect-ratio: 1/1.4;
    }
}


/* SPINNER PER IL CARICAMENTO DELLE PROIEZIONI*/

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}