:root {
--movie-color-feature: #1C4563;
--movie-color-short: #ECB21E;
--movie-color-documentary: #4C762C;
--movie-color-retrospective: #51A9A6;
--movie-color-discussion: #F3C09F;
--movie-color-special: #DF342C;
--movie-color-accompanying: #929289;
}
.color-feature { color: var(--movie-color-feature); }
.color-short { color: var(--movie-color-short); }
.color-documentary { color: var(--movie-color-documentary); }
.color-retrospective { color: var(--movie-color-retrospective); }
.color-discussion { color: var(--movie-color-discussion); }
.color-special { color: var(--movie-color-special); }
.color-accompanying { color: var(--movie-color-accompanying); }
@media (min-width: 64rem) {
.event_half_left {
width: calc(50% - 15px) !important;
}
.event_half_right {
width: calc(50% - 15px) !important;
left: calc(50% + 5px) !important;
}
}
.mobile_main_nav li a, #sub_menu li a {
font-family: Nudista !important;
font-size: 20px !important;
}
.footer-social-icon a:not(:hover) {
color: black !important;
}
.imgbw {
filter: gray; -webkit-filter: grayscale(1); filter: grayscale(1); }
h1.elementor-heading-title {
text-transform: uppercase !important;
text-align: center;
}
@media (min-width: 767px) {
h1.elementor-heading-title {
font-size: 55px !important;
}
}
.movie-list h2
{
font-family: Nudista;
text-transform: uppercase !important;
font-weight: 600;
font-size: 55px;
text-align: center;
color: #DF342C !important;
padding-top: 50px;
padding-bottom: 40px;
}
@media (max-width: 767px) {
.movie-list h2
{
font-size: 36px;
padding-bottom: 10px;
}
}
.movie-detail h2
{
font-family: Nudista;
font-weight: 600;
font-size: 32px;
color: black !important;
}
.movie-detail h3 
{
font-family: Nudista;
color: black;
}
.movie-detail p b
{ }
.movie-list h4
{
font-family: Nudista;
color: black;
padding-top: 5px;
line-height: 1.3;
}
.movie-list a:hover h4
{ color: #DF342C;
}
.movie-list a:hover div.movie-img
{   }
.movie-list a:hover span
{ }
.movie-detail .movie-header 
{
padding-top: 40px;
padding-bottom: 20px;
}
.movie-list .movie-list-genre
{
padding-top: 5px !important;
text-align: right !important;
}
.movie-list .movie-list-genre span 
{
padding: 4px; 
font-family: Nudista;
text-transform: uppercase;
font-weight: 600;
font-size: 12px; background-color: black;
color: white;
}
.movie-list .movie-list-genre span.feature, .schedule-legend span.feature
{
background-color: var(--movie-color-feature);
}
.movie-list .movie-list-genre span.documentary, .schedule-legend span.documentary
{
background-color: var(--movie-color-documentary);
}
.movie-list .movie-list-genre span.short, .schedule-legend span.short
{
background-color: var(--movie-color-short);
}
.movie-list .movie-list-genre span.special, .schedule-legend span.special
{
background-color: var(--movie-color-special);
}
.movie-list .movie-list-genre span.accompanying, .schedule-legend span.accompanying
{
background-color: var(--movie-color-accompanying);
}
.movie-list .movie-list-genre span.concert, .schedule-legend span.concert
{
background-color: var(--movie-color-accompanying);
}
.movie-list .movie-list-genre span.retrospective, .schedule-legend span.retrospective
{
background-color: var(--movie-color-retrospective);
}
.movie-list .movie-list-genre span.discussion, .schedule-legend span.discussion
{
background-color: var(--movie-color-discussion);
}
.movie-list .movie-list-genre span a:hover
{
text-decoration: none !important;
}
.movie-list .one_fourth_bg {
padding: 10px !important;
}
.movie-detail .row {
width: 100%;
}
.movie-detail .column {
width: 100%;
}
.movie-detail .column .image_wrapper img {
max-height: 350px;
}
@media (min-width: 767px) {
.movie-detail .row { 
display: flex;
justify-content: space-between;
}
.movie-detail .column {
width: 48%;
}
}
.movie-list-entry {
background-color: aqua;
margin-bottom: 10px;
width: auto;
display: flex;
justify-content: space-between;
}
.movie-img { height: 0;
padding-bottom: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
transition-duration: 0.3s;
transition-property: transform;
}
.movie-list .movie-img:hover {
transform: scale(1.03);
}
@media (max-width: 767px) {
.movie-img {
padding-bottom: 60%;
}
}
.movie-list-entry .photo {
width: 10%;
margin: 0;
}
.movie-list-entry .title {
width: 88%;
}
.schedule-legend {
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px) {
.schedule-legend {
padding-top: 10px;
margin-left: 20px;
}
}
.schedule-legend span {
padding: 6px;
color: #ffffff;
font-family: Nudista;
text-transform: uppercase !important;
font-weight: 400;
font-size: 0.8em;
margin-bottom: 30px;
}
.schedule-legend br {
display: block;
content: "";
margin-top: 0.5em;
}
.schedule-legend span.nic {
color: #000000;
white-space:nowrap;
}
.schedule-legend span img {
max-height: 0.8em;
}
.center-cropped {  object-position: center !important; height: 200px !important; }