/*
Theme Name: WPEM Cinema
Theme URI: https://wp-eventmanager.com/
Author: WP Event Manager
Author URI: https://wp-eventmanager.com/the-team/
Description: WPEM Cinema is a fast, fully customizable & beautiful WordPress theme suitable for any event, blog, portfolio, business website and WooCommerce storefront. A theme compatible with WP Event Manager plugin. Also, It offers special features and templates so it works perfectly with all page builders like Elementor, Visual Composer, Beaver Builder, SiteOrigin, Divi, etc. Some of the other features: # Responsive # RTL #Translation Ready #SEO Friendly # WooCommerce Ready # Extendible with WP Event Manager addons # Regularly updated # Designed, Developed, Maintained & Supported by WP Event Manager’s dedicated team. Looking for a perfect base theme for WPEM Cinema? Look no further. You can use an WPEM Cinema theme for building any kind of event website!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpem-cinema
Domain Path: /languages
Tested up to: 5.8.2
Requires PHP: 5.2
Tags:  entertainment, portfolio, e-commerce, one-column, two-columns, full-width-template, left-sidebar, right-sidebar, editor-style, custom-header, custom-background, custom-logo, custom-menu, custom-colors, rtl-language-support, featured-images, threaded-comments, translation-ready, sticky-post, microformats,theme-options
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WPEM Cinema is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
body {
    margin: 0;
    background-color: #f5f5f5;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: 400;
}

h2,h3,h4,h5,h6{
    font-weight: 400;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    text-decoration: none;
    transition: all 0.2s 0s;
}

a:focus,
a:hover,
a:active {
    outline: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

.btn {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}

.btn,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    background-color: var(--wpem-theme-button-color);
    color: var(--wpem-theme-button-text-color);
}

.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
    background-color: var(--wpem-secondary-color);
    color: #fff;
}

a,
.widget a,
.entry-content a {
    color: var(--wpem-theme-link-color);
}

a:hover, .widget a:hover, .entry-content a:hover {
    color: var(--wpem-theme-primary-color);
    /* border-bottom: 1px solid var(--wpem-theme-primary-color); */
    /* margin-bottom: -1px; */
}

.site-title a:hover {
    color: white;
    border: none;
}

.entry-title a {
    color: var(--wpem-secondary-color);
}

select {
    background-image: url(assets/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px !important;
    border: 1px solid var(--wpem-secondary-color);
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    width: 100%;
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--wpem-secondary-color);
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-top: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

hr {
    background-color: var(--wpem-secondary-color);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 30px;
    width: 100%;
    border: 1px solid var(--wpem-secondary-color);
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    border: 1px solid var(--wpem-secondary-color);
    padding: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: var(--wpem-secondary-color);
    border: 1px solid var(--wpem-secondary-color) !important;
    border-radius: 4px;
    padding: 8px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: var(--wpem-secondary-color);
    border-color: var(--wpem-theme-primary-color);
    outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: var(--wpem-theme-content-color);
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: var(--wpem-secondary-color);
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

.widget:last-of-type {
    margin-bottom: 0px;
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.contain-main-wrapper {
    background: #fff;
    margin-top: -80px;

}

.container,
.contain-main-wrapper {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body.boxed-layout {
    background-color: var(--wpem-theme-content-color);
}

body.boxed-layout .site {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-content {
    flex: 1;
    background-color: var(--wpem-theme-primary-color);
}

.page-template-event-dashboard .site-content {
    background: white;
}

.content-area {
    background-color: var(--wpem-theme-content-color);
    padding: 30px;
    border-radius: 4px;
    /* color: white; */
}

.content-area a {
    color: var(--wpem-theme-primary-color);
}
.align-center{
    align-items: center;
}
.row,
.wpem-cinema-main-sidearea .widget .event_listings,
.wpem-cinema-main-sidearea .widget .event_listings_class {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column,
.wpem-cinema-main-sidearea .widget .event_listings .wpem-single-event-widget,
.wpem-cinema-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.align-middle {
    align-items: center !important;
}

.justify-center {
    justify-content: center;
}

.btn:hover,
.btn:focus,
.btn:visited:hover,
.btn.focus-visble,
.btn.focus-visible:visited {
    background-color: var(--wpem-secondary-color);
    color: #fff;
}

.main-contain-wrapper {
    padding: 60px 0;
    background: #fff;
    background-color: var(--wpem-theme-primary-color);
}

/*---------------------------------------------------
##   Social Menu
*   ----------------------------------------------------- */
.event-social-menu {
    list-style-type: none;
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.event-social-menu li a i {
    font-weight: normal;
    text-indent: 0;
}

.event-social-menu li a {
    font-size: 0;
}

.event-social-menu li {
    display: inline-block;
    margin-right: 5px;
}

.event-social-menu li a:before {
    content: "\f007";
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 0;
}

.event-social-menu li a:before {
    height: inherit;
    width: inherit;
}

.event-social-menu li a:hover {
    opacity: 0.7;
}

.event-social-menu li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.event-social-menu li a[href*="facebook.com"] {
    color: #45619d;
}

.event-social-menu li a[href*="twitter.com"]:before {
    content: "\f099";
}

.event-social-menu li a[href*="twitter.com"] {
    color: #53a8ea;
}

.event-social-menu li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.event-social-menu li a[href*="linkedin.com"] {
    color: #1b85bc;
}

.event-social-menu li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.event-social-menu li a[href*="plus.google.com"] {
    color: #df4b38;
}

.event-social-menu li a[href*="youtube.com"]:before {
    content: "\f167";
}

.event-social-menu li a[href*="youtube.com"] {
    color: #e82707;
}

.event-social-menu li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.event-social-menu li a[href*="dribbble.com"] {
    color: #c42462;
}

.event-social-menu li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.event-social-menu li a[href*="pinterest.com"] {
    color: #ca1f26;
}

.event-social-menu li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.event-social-menu li a[href*="bitbucket.org"] {
    color: #205081;
}

.event-social-menu li a[href*="github.com"]:before {
    content: "\f113";
}

.event-social-menu li a[href*="github.com"] {
    color: #181617;
}

.event-social-menu li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.event-social-menu li a[href*="codepen.io"] {
    color: #000;
}

.event-social-menu li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.event-social-menu li a[href*="flickr.com"] {
    color: #0063db;
}

.event-social-menu li a[href$="/feed/"]:before {
    content: "\f09e";
}

.event-social-menu li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.event-social-menu li a[href*="foursquare.com"] {
    color: #f94877;
}

.event-social-menu li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.event-social-menu li a[href*="instagram.com"] {
    color: #e1306c;
}

.event-social-menu li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.event-social-menu li a[href*="tumblr.com"] {
    color: #34465d;
}

.event-social-menu li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.event-social-menu li a[href*="reddit.com"] {
    color: #ff4403;
}

.event-social-menu li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.event-social-menu li a[href*="vimeo.com"] {
    color: #23b6ea;
}

.event-social-menu li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.event-social-menu li a[href*="digg.com"] {
    color: #006094;
}

.event-social-menu li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.event-social-menu li a[href*="twitch.tv"] {
    color: #6441a5;
}

.event-social-menu li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.event-social-menu li a[href*="stumbleupon.com"] {
    color: #eb4823;
}

.event-social-menu li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.event-social-menu li a[href*="delicious.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="vk.com"]:before {
    content: "\f189";
}

.event-social-menu li a[href*="vk.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="mailto:"]:before {
    content: "\f0e0";
}

.site-title {
    margin: 0;
}

header .site-title a {
    color: white;
}

header .site-title a:hover {
    color: white;
}

/*---------------------------------------------------
##  Header Search
*   ----------------------------------------------------- */
.header-search-block {
    display: none;
}

.header-main .search-icon:hover {
    cursor: pointer;
}

.header-search-inner {
    padding: 3px;
    position: absolute;
    right: 0;
    width: 320px;
}

/*===========================================
## Primary Menu
=============================================*/
.header-main {
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
}

.main-navigation {
    position: fixed;
    top: 30px;
    left: -350px;
    background-color: var(--wpem-secondary-color);
    max-width: 350px;
    width: 100%;
    height: 100%;
    z-index: 10002;
    flex-wrap: wrap;
    flex-direction: column;
    box-shadow: 10px 0 10px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 0s;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: inherit !important;
    display: none;
}

.main-navigation li {
    float: left;
    position: relative;
    width: 100%;
}

.main-navigation li a {
    color: white;
    font-weight: 500;
    display: block;
    text-decoration: none;
    text-align: center;

    letter-spacing: 1px;
    font-weight: normal;
}

.main-navigation li a:hover {
    text-decoration: none;
    color: white;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    min-width: 200px;
    background: var(--wpem-primary-color);
    border: 1px solid white;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    text-align: left;
    padding: 10px 0;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li {
    width: 100%;
}

.main-navigation ul ul li:last-child {
    border: none;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: 0;
}

.nav-menu>li.menu-item-has-children>a::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 10px;
}

.menu-toggle {
    border: 0;
    background: transparent;
    display: block;
    cursor: pointer;
    margin: 0px;
}

.menu-toggle:hover {
    background: transparent;
}

.bar1,
.bar2,
.bar3 {
    width: 18px;
    height: 3px;
    background-color: var(--wpem-theme-light-color);
    margin: 6px 0;
    transition: 0.4s;
    display: block;
}

.bar2 {
    width: 28px;
}

span.bar1 {
    margin-left: 13px;
    width: 16px;
}

span.bar3 {
    width: 16px;
}

.change .bar1 {
    transform: rotate(-45deg) translate(-6px, 7px);
    width: 28px;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(-6px, -7px);
    width: 28px;
}

.main-navigation.toggled {
    display: flex;
    left: 0;
    opacity: 1;
    visibility: visible;
}

.main-navigation.toggled ul {
    display: block;
    position: absolute;
}

.main-navigation li a:before {
    content: "";
    background-image: url(assets/images/border-shape.svg);
    width: 100px;
    height: 8px;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.main-navigation li.current-menu-item>a:before {
    display: block;
}

.main-navigation .site-branding {
    padding: 20px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: 50%;
    transform: translate(-50%, 0px);
}

.main-navigation li li.current-menu-item a {
    padding: 5px 10px 15px !important;
}

.main-navigation.toggled~.main-navigation-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100vw;
    height: 100vh;
    background-color: var(--wpem-secondary-color);
    opacity: .5;
}

.menu-primary-menu-container {
    flex: 1;
    height: 100%;
    padding: 15px 0;
    overflow: auto;
}

.menu-close-toggle {
    background: var(--wpem-theme-primary-color);
    border: 0;
    padding: 0;
    margin: 0px 0px 0px auto;
    display: table;
    cursor: pointer;
}

.menu-close-toggle:hover {
    background-color: transparent;
}

.menu-close-toggle .bar1 {
    transform: rotate(-45deg) translate(-11px, 5px);
    width: 30px;
    height: 2px;
}

.menu-close-toggle .bar2 {
    width: 20px;
}

.menu-close-toggle .bar3 {
    transform: rotate(45deg) translate(1px, -10px);
    width: 30px;
    height: 2px;
}

.custom-logo-link {
    margin: 0 auto;
    display: table;
}

.site-branding {
    line-height: 0;
}

/*---------------------------------------------------
##   Inner Pages
*   ----------------------------------------------------- */
.page-header-wrapper {
    padding: 30px 0;
    background: var(--wpem-theme-content-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
}

.page-header-wrapper h1.entry-title {
    margin: 0px;
}

.page-header .entry-meta {
    margin-top: 10px;
    color: white;
}

.page-header .entry-meta a:hover {
    color: white;
}

.header-title,
h1.page-title {
    margin-bottom: 0px;
}

.post-thumbnail,
article .entry-header,
.entry-title {
    margin-bottom: 10px;
}

.post-thumbnail,
.post-thumbnail img {
    line-height: 1;
    display: block;
}

.posted-on,
.byline,
.post_by,
.cat-links {
    margin-right: 15px;
}

.posted-on i,
.byline i,
.post_by i,
.cat-links i {
    margin-right: 5px;
}

.blog-list article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-list article:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

blockquote {
    border-left: 3px solid #000;
    margin: 0 0 25px 0;
    padding-left: 25px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

/*---------------------------------------------------
##   404 Error Page
*   ----------------------------------------------------- */
.error404 .site-content{
    background-color: var(--wpem-theme-primary-color);
    border-bottom: 1px solid var(--wpem-gray-color);
}

.error-404 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.error-404 h1 {
    font-size: 180px;
    line-height: normal;
    color: var(--wpem-theme-content-color);
    letter-spacing: 15px;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.error-404 h2 {
    font-size: 40px;
    line-height: normal;
    color: white;
    font-weight: 400;
}

.error-404 p{
    color: white;
}

/*---------------------------------------------------
##   Footer
*   ----------------------------------------------------- */
.site-footer {
    background: var(--wpem-secondary-color);
    z-index: 1;
}

.footer-top .container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding-top: 60px;
    padding-bottom: 60px;

}

.footer-bottom .container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#goTop {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: var(--wpem-theme-button-text-color);
    font-size: 20px;
    opacity: 0.7;
    background: var(--wpem-secondary-color);
    padding: 8px 0;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid white;
    z-index: 999;
}

#goTop i {
    color: white;
}

#goTop:hover {
    background: var(--wpem-secondary-color);
    opacity: 1;
}

.widget li a {
    color: var(--wpem-theme-primary-color);
}
.widget li a:hover {
    color: var(--wpem-theme-primary-color);
}

/*---------------------------------------------------
##   Widgets
*   ----------------------------------------------------- */
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    color: var(--wpem-theme-button-text-color);
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
}

#comments .submit,
.search .search-submit {
    padding: 9px 20px;
    border-radius: 4px;
    border-width: 1px;
    cursor: pointer;
}

#secondary .widget {
    padding: 20px;
    border-radius: 4px;
    background-color: var(--wpem-theme-content-color);
}

.widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget_archive li,
.widget_recent_comments li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_nav_menu li {
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}

.widget_archive li:before,
.widget_recent_comments li:before,
.widget_categories li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    content: "\f054";
    display: inline-block;
    font-family: 'FontAwesome';
}

ol.wp-block-latest-comments {
    padding: 0;
}

/*---------------------------------------------------
##   WPEM Cinema Widgets
*   ----------------------------------------------------- */
.header-search-inner {
    z-index: 9;
    text-align: left;
    border-radius: 4px;
}

.widget_search input,
.header-search-inner input {
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    width: calc(100% - 40px);
}

.header-search-inner button {
    top: 3px;
    right: 3px;
}

.wpem-cinema-main-sidearea .widget {
    padding: 60px 0;
    margin-bottom: 0;
    background: #f9f9f9;
}

.wpem-cinema-main-sidearea .widget:nth-child(even) {
    background: #fff;
}

.widget .wpem-event-banner-img {
    overflow: hidden;
}

.widget .wpem-event-banner-img img {
    display: block;
    transform: scale(1);
    transition: all 0.5s ease-out;
}

.widget .wpem-event-action-url:hover img {
    transform: scale(1.1);
}

.wpem-cinema-cta-button {
    margin-top: 20px;
}

.recent-post-list .recent-post-list-single:nth-child(1) {
    margin-top: 0;
}

.recent-post-list figure {
    margin: 0;
}

.recent-post-list .recent-post-single {
    background: var(--wpem-theme-content-color);
    margin-top: 20px;
    padding: 15px;
    border: 1px solid var(--wpem-secondary-color);
    border-radius: 4px;
}

.recent-post-list .entry-title,
.recent-post-list .entry-meta {
    margin-bottom: 5px;
}

/*---------------------------------------------------
##   Comment Form & Forms
*   ----------------------------------------------------- */
.comment-form label {
    display: block;
}

.comment-form .comment-form-cookies-consent label {
    display: inline;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

/*---------------------------------------------------
##  Pagination
*   ----------------------------------------------------- */
.nav-previous:before,
.nav-next:after {
    font-size: 14px;
    display: inline-block;
    font-family: 'FontAwesome';
}

.nav-previous:before {
    padding-right: 5px;
    content: "\f177";
}

.nav-next:after {
    padding-left: 5px;
    content: "\f178";
}

.wpem_theme_cinema-contact-section .wpem_theme_cinema-section-title p {
    max-width: 500px;
    margin: 40px auto;
}

/* // events  */
.wpem_theme_cinema-events-section .wpem-wpem-cinema-header-title {
    display: none;
}
.wpem-event-listings:is(.wpem-event-listing-box-view,.wpem-event-listing-list-view) .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    color: #fff;
    letter-spacing: 2.4px;
    font-weight: 400;
}

.wpem_theme_cinema-events-section .wpem-event-date-time, .wpem-event-location {
    opacity: 0.5 !important;
}

.wpem_theme_cinema-events-section .wpem-from-date {
    background-color: var(--wpem-theme-primary-color) !important;
}

.wpem_theme_cinema-events-section .wpem-from-date :is(.wpem-date,.wpem-month) {
    color: white !important;
}

.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time, .wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location, .wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type, .wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type {
    color: white;
}

.wpem-event-listing-list-view span.wpem-event-date-time-text {
    color: white;
}

.wpem-event-listing-list-view .event_cancelled .wpem-event-date * {
    color: white !important;
}

.wpem-event-listings .wpem-event-layout-wrapper :not(.event_featured,.event_cancelled) .wpem-event-infomation .wpem-event-date * {
    color: white !important;
}

.wpem-event-listings .wpem-event-layout-wrapper .event_cancelled .wpem-event-infomation .wpem-event-date * {
    color: var(--wpem-gray-color) !important;
}

.event_cancelled:hover :is(
    .wpem-event-date,.wpem-event-date *,.wpem-event-details .wpem-event-title *, .wpem-event-date-time, .wpem-event-date-time *, .wpem-event-location, .wpem-event-location *
    ) {
    color: var(--wpem-gray-color) !important;
}

.wpem-event-type,
.wpem-event-ticket-type {
    font-family: 'Poppins';
}

.wpem_theme_cinema-events-section .wpem-event-layout-action-wrapper {
    display: none;
}

.wpem-event-listings.wpem-wpem-cinema-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
    background: var(--wpem-secondary-color);
    font-family: 'Bebas Neue';
}

.wpem-event-date-time,
.wpem-event-location {
    opacity: 0.5;
    font-family: 'Poppins';
}

/* .wpem-event-filter-wrapper {
    display: none;
} */

.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button {
    border-color: var(--wpem-theme-primary-color);
}

.wpem-event-listings .wpem-event-layout-wrapper .event_listing:not(.event_cancelled,.event_featured) {
    background-color: #2A2A40;
}

.wpem_theme_cinema-events-section .wpem-heading-text {
    color: white !important;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-event-organizer {
    color: #000;
}

.wpem-event-listings.wpem-wpem-cinema-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    color: white;
    font-family: 'Bebas Neue';
}

.wpem-form-wrapper .wpem-form-group .account-sign-in a,
.wpem-form-wrapper .wpem-form-group a.wpem_add_organizer_popup.wpem-modal-button,
.wpem-form-wrapper .wpem-form-group a.wpem_add_venue_popup.wpem-modal-button {
    background-color: black;
}

.wpem-event-listings.wpem-wpem-cinema-box-view .wpem-event-layout-wrapper {
    border: none;
    border-radius: 0;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
    background-color: #100E2E;
    color: white;
}

.wpem-event-listings.wpem-wpem-cinema-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date {
    color: white;
}

.wpem-wpem-cinema-header-title {
    color: white;

    margin: 30px 0;
}

.wpem-event-organizer-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link.active, .wpem-event-venue-tabs .wpem-tabs-wrapper .wpem-tabs-wrap .wpem-tab-link.active {
    border-color: var(--wpem-theme-primary-color);
}

.wpem-event-organizer-tabs .event-organizer-tab-contents.wpem-tab-content.current, .wpem-event-venue-tabs .event-venue-tab-contents.wpem-tab-content.current {
    border-color: var(--wpem-theme-primary-color);
}

.wpem-event-organizer-tabs .wpem-event-listing-list-view:only-child {
    margin: 0;
}

.wpem-google-tooltip-event-wrapper .wpem-google-tooltip-event-event-type .wpem-event-type-text {
    background: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-content-color);
    font-size: 14px;
    line-height: 1;
    border-radius: 0;
}

.archive .wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon.wpem-active-layout {
    background: var(--wpem-theme-content-color);
    color: var(--wpem-theme-primary-color);
}

.archive .wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon {
    background: var(---wpem-theme-primary-color);
    color: var(--wpem-theme-content-color);
    border: 1px solid white;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    border: 0;
}

.wpem-modal .wpem-modal-content-wrapper .wpem-modal-header .wpem-modal-header-close {
    z-index: 2;
}

/*new theme add*/
:root {
    --wpem-primary-color: #0F0F30 !important;
    --wpem-secondary-color: #0f0f30;
    --wpem-theme-light-color: #FFF;
    --wpem-dark-color: #000;
    --wpem-gray-border-color: #0F0F30 !important;
    /* --wpem-gray-color: white !important; */
    --wpem-cinema-font: 'Bebas Neue', sans-serif;
    --wpem-cinema-font-text: 'Poppins', sans-serif;
}

body {
    background-color: #fff;
}

.theme_btn {
    border: 0;
    color: var(--wpem-dark-color);
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    cursor: pointer;
    transition: all 0.3s 0s;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    font-family: var(--wpem-cinema-font);
    font-weight: 400;
    background-color: #fff;
}

.theme_btn:hover {
    background-color: var(--wpem-secondary-color);
    color: #fff;
}

.transparent_btn {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
}

.transparent_btn:hover {
    background-color: var(--wpem-primary-color);
    color: white;
}

.transparent_btn i {
    margin-left: 10px;
    font-size: 15px;
}

.read-more-btn a {
    border: 1px solid var(--wpem-theme-primary-color);
}

.read-more-btn a:hover {
    color: white;
}

.wpem_theme_cinema-banner-content .theme_btn-group .theme_btn {
    margin: 0 15px;
}

.wpem_theme_cinema-banner-section .down-arrow {
    position: absolute;
    bottom: 80px;
    left: calc(50% - 20px);
    border: 1px solid white;
    display: inline-block;
    border-radius: 40px;
    padding: 5px;
}

.wpem_theme_cinema-banner-section .down-arrow:hover img {
    filter: brightness(0);
}

.wpem_theme_cinema-banner-section .down-arrow:hover{
    background-color: #FFF;
}

.wpem_theme_cinema-banner-section .down-arrow i{
    color: #FFF;
}

.wpem_theme_cinema-banner-section .down-arrow:hover i{
    color: var(--wpem-theme-primary-color);
}

.wpem_yoga_theme-blur-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(40px);
    z-index: 0;
    width: 120%;
    height: 120%;
}

.wpem_yoga_theme-blur-bg img {
    width: 100%;
    height: 100%;
}

section {
    padding: 80px 0;
}

section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--wpem-secondary-color);
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.6;
}

p {
    font-weight: 400;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.play-btn {
    background: var(--wpem-primary-color);
    border-radius: 50%;
    animation: animate 2s linear infinite;
    cursor: pointer;
    width: 70px;
    height: 70px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn i {
    color: var(--wpem-secondary-color);
    font-size: 22px;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--wpem-primary-color), 0.5);
    }

    50% {
        box-shadow: 0 0 0 15px var(--wpem-primary-color);
    }

    100% {
        box-shadow: 0 0 0 rgba(var(--wpem-primary-color), 0.5);
    }
}

.wpem-justify-content-center {
    justify-content: center;
}

.aligncenter .content-area {
    padding: 0;
}

::selection {
    background: var(--wpem-primary-color);
}

p.site-description {
    color: #fff;
    line-height: normal;
    font-size: 12px;
}

/* Header */
.header-main .container{
    max-width: 100%;
    padding: 40px 30px 0;
}

/*home page start*/
.wpem_theme-flim-cinema-parallax-effect {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home .page-header-wrapper {
    display: none;
}

.home .header-main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
}

.wpem_theme_cinema-banner-section {
    background-image: url(assets/images/hero.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.wpem_theme_cinema-banner-section::before {
    opacity: 0.5;
}

.wpem_theme_cinema-banner-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0F0F30 0%, #0F0F300D 51%, #0F0F3000 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    filter: blur(50px);
    opacity: 1;
    z-index: -1;
}

.wpem_theme_cinema-about-section {
    background-image: url(assets/images/about-banner.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.wpem_theme_cinema-about-section:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: #64F9EA;
    top: 130px;
    left: 130px;
    border-radius: 100%;
    z-index: -1;
    filter: blur(50px);
    opacity: 0.3;
}

.wpem_theme-film-cinema-about-us {
    background-image: url(assets/images/about-us-page-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding-top: 260px;
    padding-bottom: 60px;
    min-height: inherit;
}

.wpem_theme-film-cinema-contact-us {
    background-image: url(assets/images/contact-us-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding-top: 260px;
    padding-bottom: 60px;
    min-height: inherit;
}

.wpem_theme-film-cinema-get-in-touch {
    background-image: url(assets/images/get-in-touch.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.wpem_theme-film-cinema-get-in-touch .wpem_theme_cinema-section-title {
    margin-bottom: 80px;
}

.wpem_theme_cinema-services-section {
    background-image: url(assets/images/services-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 80px 0 30px;
    z-index: 0;
}

.wpem_theme_cinema-services-section:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: #FDC888;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    filter: blur(50px);
    opacity: 0.3;
    z-index: -1;
}

.wpem_theme_cinema-timeline-section:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: #FF7800;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    filter: blur(50px);
    opacity: 0.3;
    z-index: -1;
}

.wpem_theme_cinema-products-section {
    background-image: url(assets/images/product-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    z-index: 0;
    padding-bottom: 300px;
}

.wpem_theme_cinema-products-section:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: #FF7800;
    top: 30px;
    left: 230px;
    border-radius: 100%;
    filter: blur(50px);
    opacity: 0.3;
    z-index: -1;
}

.wpem_theme_cinema-awards-section {
    background-image: url(assets/images/awards-banner.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    z-index: 0;
    min-height: 100vh;
    background-attachment: fixed;
}

.wpem_theme_cinema-awards-section:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: #FF001D;
    top: 30px;
    left: 230px;
    border-radius: 100%;
    filter: blur(50px);
    opacity: 0.3;
    z-index: -1;
}

.wpem_theme_cinema-timeline-section {
    background-image: url(assets/images/timeline-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    z-index: 0;
}

.wpem_theme_cinema-events-section {
    background-image: url(assets/images/events-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    z-index: 0;
    min-height: 100vh;
    background-attachment: fixed;
}

.wpem_theme_cinema-events-section #googleMap {
    display: none;
}

.wpem_theme_cinema-events-section #load_more_events_loader{
    display: none;
}

.wpem_theme_cinema-events-section::before {
    opacity: 0.5;
}

.wpem_theme_cinema-events-section:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: #FF00AA;
    top: 30px;
    left: 230px;
    border-radius: 100%;
    filter: blur(50px);
    opacity: 0.3;
    z-index: -1;
}

.wpem-event-ticket-type .wpem-event-ticket-type-text {
    border-radius: 0;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
    border-radius: 0;
}

.wpem_theme_cinema-testimonial-section {
    background-image: url(assets/images/testimonial-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    z-index: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wpem_theme_cinema-testimonial-section:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: #51D532;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    filter: blur(80px);
    opacity: 0.3;
    z-index: -1;
}

.wpem_theme_cinema-team-section {
    background-image: url(assets/images/team-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    z-index: 0;
}

.wpem_theme_cinema-team-section:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: #323DD5;
    top: 20px;
    left: 80px;
    border-radius: 100%;
    filter: blur(50px);
    opacity: 0.3;
    z-index: -1;
}

.wpem_theme_cinema-contact-section {
    background-image: url(assets/images/contact-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    z-index: 0;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
}

.wpem_theme_cinema-contact-section:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: #FF8C00;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    filter: blur(50px);
    opacity: 0.3;
    z-index: -1;
}

.wpem_theme_cinema-services-section .row {
    margin-top: 70px;
}

.wpem_theme_cinema-services-section .column-3 {
    margin-bottom: 50px;
}

.wpem_theme_cinema-about-banner-awards {
    background-color: rgb(255 255 255 / 20%);
    color: #fff;
    backdrop-filter: blur(56px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    width: 200px;
    position: absolute;
    left: 50px;
    bottom: -50px;
    text-align: center;
}

.about-awards-content {
    position: relative;
    padding: 50px 0;
}
.about-awards-content h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    font-weight: normal;
}

.about-awards-content p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    font-weight: normal;
    letter-spacing: 1px;
}

.about-awards-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 100%;
    width: 70%;
    height: 70%;
    background-image: url(assets/images/awards-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.about-awards-content::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 100%;
    width: 70%;
    height: 70%;
    background-image: url(assets/images/awards-right.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-size: cover;
    bottom: 0;
}

.wpem_theme_cinema-banner-navigation {
    color: white;
    list-style: circle;
    position: fixed;
    top: 50%;
    left: 60px;
    transform: translate(0px, -50%);
    z-index: 3;
    margin: 0;
    text-transform: uppercase;
    padding: 0px;
}

.wpem_theme_cinema-banner-navigation li {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
}

.wpem_theme_cinema-banner-navigation li::marker {
    font-size: 22px;
    line-height: 1em;
}

.wpem_theme_cinema-banner-navigation li a:hover, .wpem_theme_cinema-banner-navigation li:active, .wpem_theme_cinema-banner-navigation li a:focus {
    opacity: 1;
    list-style: disc;
    transition: all 0.3s;
}

.wpem_theme_cinema-banner-navigation li a:hover:before,
.wpem_theme_cinema-banner-navigation li a:active:before,
.wpem_theme_cinema-banner-navigation li a:focus:before {
    opacity: 1;
    width: 30px;
    transition: all 0.3s;
}

.wpem_theme_cinema-banner-navigation li a:hover {
    margin-left: 40px;
    opacity: 1;
    list-style: disc;
    transition: all 0.3s;
    color: #fff;
}

.wpem_theme_cinema-banner-navigation li a:before {
    content: "";
    width: 20px;
    height: 1px;
    background: white;
    opacity: 0.5;
    display: block;
    border-radius: 0;
    position: absolute;
    left: 0;
    margin-top: 12px;
    transition: all 0.3s 0s;
}

.wpem_theme_cinema-banner-navigation li a {
    margin-left: 30px;
    transition: all 0.3s;
    font-family: var(--wpem-cinema-font);
    font-size: 14px;
    letter-spacing: 1px;
    opacity: .5;
}

.wpem_theme_cinema-banner-navigation li a.active {
    opacity: 1;
    list-style: disc;
    transition: all 0.3s;
}

.wpem_theme_cinema-banner-navigation li a.active{
    margin-left: 50px;
}

.wpem_theme_cinema-banner-navigation li a.active::before{
    opacity: 1;
    width: 40px;
    transition: all 0.3s;
}

.wpem_theme_cinema-section-title {
    position: relative;
    margin-bottom: 30px;
}

.wpem_theme_cinema-section-title * {
    z-index: 1;
    position: relative;
}

.wpem_theme_cinema-banner-section .wpem_theme_cinema-section-title::before {
    content: '';
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #8548FF;
    position: absolute;
    top: 0;
    left: calc(50% - 250px);
    z-index: -1;
    filter: blur(50px);
    opacity: 0.3;
}

.wpem_theme_cinema-events-section .wpem_theme_cinema-section-title .theme_btn,
.wpem_theme_cinema-team-section .wpem_theme_cinema-section-title .theme_btn {
    position: absolute;
    bottom: 0;
    right: 0px;
    transform: translateY(-50%);
}

.wpem_theme_cinema-section-title h2 {
    font-size: 130px;
    line-height: 1;
    color: white;
    letter-spacing: 15px;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
    margin: 0;
    font-weight: 400;
}

.wpem_theme_cinema-section-title h3 {
    font-size: 70px;
    line-height: normal;
    color: white;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin: 0;
}

.wpem_theme_cinema-section-title p {
    font-size: 18px;
    line-height: 1.6;
    color: white;
    margin: 30px auto;
    font-family: var(--wpem-cinema-font-text);
    font-weight: 300;
    letter-spacing: 0.54px;
}

.wpem_theme_cinema-banner-content {
    padding: 60px;
}

.about-right-img img {
    padding-left: 120px;
    object-fit: cover;
}

.services-icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.services-item h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 3px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
}

.services-item p {
    font-size: 14px;
    line-height: 26px;
    color: white;
    opacity: 0.7;
    font-weight: normal;
    letter-spacing: 0.42px;
}

.product-slider-item {
    position: relative;
    width: 100%;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: auto;
    padding: 40px;
    padding-bottom: 20px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
}

.product-slider-item::after {
    content: '';
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
}

.product-slider-item:hover::after{
    opacity: 0.4;
}

.product-year p {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    background: #FECC02;
    padding: 8px 16px;
    border-radius: 2px;
}

.product-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.product-play span{
    display: grid;
    place-content: center;
    width: 70px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    backdrop-filter: blur(30px);
    -webkit-backdropp-filter: blur(30px);
}

.product-play span::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.3;
    background-color: white;
}

.product-play span::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    border-radius: 100%;
    z-index: -1;
    opacity: 0.1;
    animation: play-btn 1.5s linear infinite;
}

@keyframes play-btn {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.product-play span i {
    font-size: 30px;
    color: white;
}

.product-heading h2 {
    color: white;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 43px;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0;
}

.product-details {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    gap: 20px;
}

.genre,
.rating {
    display: flex;
    align-items: center;
}

.genre {
    margin-right: 10px;
    position: relative;
}

.genre::after {
    content: '|';
    position: absolute;
    right: -18px;
    color: white;
}

.product-details i {
    color: #FECC02;
    margin-right: 10px;
}

.product-details p {
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 26px;
    margin: 0;
}

.product-meta {
    opacity: 0;
    transition: all 0.3s;
}

.product-slider-item:hover .product-meta {
    opacity: 1;
    z-index: 1;
}

.slick-prev,
.slick-next {
    top: -100px;
}

.slick-prev::before{
    content: url(assets/images/left-arrow.svg);
}

.slick-next::before{
    content: url(assets/images/right-arrow.svg);
}

.slick-prev:hover::before{
    content: url(assets/images/left-arrow-black.svg);
    background-color: white;
}

.slick-next:hover::before{
    content: url(assets/images/right-arrow-black.svg);
    background-color: white;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 25px;
    line-height: normal;
    opacity: 1;
    color: white;
    background: transparent;
    padding: 10px;
    border: 1px solid white;
    display: inline-block;
    width: 50px;
}

.slick-prev {
    right: 110px;
    left: inherit;
}

.slick-next {
    right: 40px;
}

.wpem_theme_cinema-product-slider {
    position: relative;
    top: 230px;
}

.wpem_theme_cinema-products-section .row > .column:first-of-type{
    z-index: 1;
}

.wpem_theme_cinema-product-slider .slick-list.draggable {
    overflow: visible;
}

.wpem_theme_cinema-product-slider .slick-slide:not(.slick-active) {
    opacity: 0;
    z-index: -1;
    transition: all 300ms ease;
}

.wpem_theme_cinema-product-slider .slick-slide.slick-current + div + div {
    opacity: 1 !important;
    transition: all 300ms ease;
}

.award-icon {
    text-align: center;
    padding: 15px;
    max-width: 33.33%;
    flex: 0 0 33.33%;
}

.awards-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
}

.wpem_theme_cinema-awards-countdown {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
    font-family: 'Bebas Neue';
    text-align: center;
    text-transform: uppercase;
    margin-top: 100px;
}
.countdown-item{
    margin-top: 30px;
}
.countdown-item h2 {
    font-size: calc(2em + 1.4vw);
    margin: 0;
    letter-spacing: 6px;
    font-weight: 400;
    line-height: normal;
}

.countdown-item p {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.8px;
    margin: 0;
}

.testimonial-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.testimonial-content {
    background: white;
    margin-left: -50px;
    margin-bottom: 30px;
    position: relative;
    padding: 20px;
    max-width: 340px;
    width: 100%;
}

.testimonial-item {
    display: flex;
    align-items: end;
    position: relative;
}

.testimonial-quote {
    position: absolute;
    left: -25px;
    top: -20px;
    background: #FECC02;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

.testimonial-content h2 {
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 0;
}

.testimonial-content small {
    line-height: 26px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
}

.wpem_theme_cinema-testimonial-slider {
    margin-top: 80px;
}

.team-items {
    display: flex;
    justify-content: center;
}

.team-item {
    margin-top: 30px;
    display: flex;
    align-items: end;
}

.team-item-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.team-item-img {
    width: 100%;
    margin-right: -50px;
}

.team-item-desc {
    background-color: rgb(255 255 255 / 20%);
    color: #fff;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 0 20px;
    margin-bottom: 30px;
    width: 100%;
}

.team-item-desc h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: 400;
}
.team-item-desc p {
    line-height: 21px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 100;
}

.form-input {
    width: 500px;
    height: 54px;
    margin-right: 30px;
}

.newsletter-form {
    margin: 60px 0 180px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* margin-top: 150px; */
}

.icon-box-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box-icon {
    margin-right: 30px;
    min-width: 67px;
}

.icon-box-icon img {
    width: 100%;
    max-height: 68px;
    height: auto;
    object-fit: contain;
}

.icon-box-desc h4 {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
}

.icon-box-desc h2 {
    margin: 0;
    color: white;
    font-weight: unset;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 1px;
}

.icon-box-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.wpem_theme_cinema-footer {
    padding: 100px 0;
    background-color: var(--wpem-secondary-color);
    color: white;
}

.wpem_theme_cinema-footer-site-links ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.wpem_theme_cinema-footer-site-links ul li a {
    padding: 0 15px;
    font-size: 18px;
    line-height: 42px;
    letter-spacing: 1.8px;
    font-family: var(--wpem-cinema-font);
    font-weight: 400;
}
.wpem_theme_cinema-footer-site-links ul li a:hover {
    color: #fecc02;
}
.wpem_theme_cinema-footer-site-info p, .copyright {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.7;
    letter-spacing: 0.48px;
    font-weight: 300;
    font-family: var(--wpem-cinema-font-text);
}

.copyright {
    margin-top: 40px;
}

.wpem_theme_cinema-footer-site-info p {
    margin: 40px;
}

.wpem_theme_cinema-about-experience {
    margin: 80px 0 0 40px;
    /* padding-right: 60px; */
}

.wpem_theme_cinema-about-experience h2 {
    color: white;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2.4px;
    position: relative;
    font-weight: 400;
}

.wpem_theme_cinema-about-experience p {
    font-size: 16px;
    color: white;
    line-height: 28px;
    opacity: 0.7;
}

.wpem_theme_cinema-about-experience h2:before {
    content: "";
    width: 20px;
    height: 2px;
    background: white;
    position: absolute;
    left: -40px;
    bottom: 50%;
}

.wpem_theme-film-cinema-get-in-touch .column:has(.contact-icon-box) {
    display: flex;
    align-items: flex-end;
}

.wpem_theme-film-cinema-get-in-touch .contact-icon-box {
    display: block;
}

.wpem_theme-film-cinema-get-in-touch .icon-box-item {
    justify-content: flex-start;
}

.wpem_theme-film-cinema-get-in-touch .icon-box-item {
    margin-bottom: 70px;
}


.wpem_theme_cinema-input {
    margin-bottom: 30px;
    width: 100%;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 16px;
    letter-spacing: 1px;
}

.wpem_theme-film-cinema-map {
    padding: 0;
    margin: 0;
    line-height: 0;
}
.wpem_theme-film-cinema-map .map{
    mix-blend-mode: luminosity;
    position: relative;
}

.wpem_theme_cinema-event-dashboard-banner {
    padding-top: 10em;
    padding-bottom: 10em;
    background-image: url("assets/images/event-dashboard-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.wpem_theme_cinema-event-heading {
    font-size: 60px;
    letter-spacing: 3px;
    color: white;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
}

.wpem_theme_cinema-latest-event-section {
    padding: 80px 0;
}

.page-header-wrapper {
    padding-top: 10em;
    padding-bottom: 5em;
    background-image: url("assets/images/single-event-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header-wrapper h1 {
    font-size: 50px;
    line-height: 67px;
    font-weight: normal;
    margin: 0px;
    text-align: center;
    color: white;
}

/*event manager plugin css start*/
.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button.bookmark-notice {
    background-color: transparent !important;
}
.single_event_listing {
    font-family: 'Poppins';
}

.wpem-event-listings .wpem-event-layout-wrapper .event_featured,
.wpem-event-listings .wpem-event-layout-wrapper .event_featured:hover {
    background: #ffffe4;
}

.wpem-event-listings .wpem-event-layout-wrapper :is(.event_featured,.event_cancelled) .wpem-event-infomation :is(.wpem-event-date-time-text,.wpem-event-location,h3,i) {
    color: var(--wpem-theme-primary-color) !important;
}

.wpem-event-listings .wpem-event-layout-wrapper :is(.event_featured,.event_cancelled) .wpem-event-date-time::before {
    color: var(--wpem-theme-primary-color);
}

table.wpem-responsive-table-wrapper tbody tr {
    background-color: white !important;
}

.wpem-theme-button, .wpem-theme-button span {
    color: #fff !important;
    background: var(--wpem-theme-primary-color)!important;
}

.wpem-theme-button:hover {
    background-color: var(--wpem-secondary-color) !important;
    color: #ffffff !important;
}

.wpem-theme-button:hover span {
    color: #ffffff !important;
}

.wpem-form-wrapper .wpem-form-group input[type="color"],
.wpem-form-wrapper .wpem-form-group input[type="date"],
.wpem-form-wrapper .wpem-form-group input[type="datetime-local"],
.wpem-form-wrapper .wpem-form-group input[type="datetime"],
.wpem-form-wrapper .wpem-form-group input[type="email"],
.wpem-form-wrapper .wpem-form-group input[type="file"],
.wpem-form-wrapper .wpem-form-group input[type="month"],
.wpem-form-wrapper .wpem-form-group input[type="number"],
.wpem-form-wrapper .wpem-form-group input[type="password"],
.wpem-form-wrapper .wpem-form-group input[type="search"],
.wpem-form-wrapper .wpem-form-group input[type="tel"],
.wpem-form-wrapper .wpem-form-group input[type="text"],
.wpem-form-wrapper .wpem-form-group input[type="time"],
.wpem-form-wrapper .wpem-form-group input[type="url"],
.wpem-form-wrapper .wpem-form-group input[type="week"],
.wpem-form-wrapper .wpem-form-group select,
.wpem-form-wrapper .wpem-form-group select optgroup,
.wpem-form-wrapper .wpem-form-group textarea {
    font-weight: 600;
}

.wpem-event-listings-header .wpem-wpem-cinema-header-title .wpem-heading-text {
    font-weight: bold;
}

.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-date-time,
.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-location {
    color: #000 !important;
}


span.expo-toggle-switch-slider {
    box-shadow: inset 0 0 50px #ddd;
}

.wpem-dashboard-event-datetime-location .wpem-dashboard-event-expo-toggle-switch input:checked + .expo-toggle-switch-slider {
    box-shadow: none;
}

.wpem-main-vmenu-dashboard-li:not(:last-of-type){
    border-bottom: 0 !important;
}

.wpem-event-dashboard-information-table-lines a:hover {
    color: var(--wpem-theme-primary-color);
}

.wpem-name-badges-settings-form .wpem-customization-box .wpem-no-gutters .wpem-form-group {
    margin-right: 10px;
}

/*page header end*/

/*Magnific Popup start*/
.mfp-iframe-holder .mfp-close {
    background: transparent;
}

/*magnific Popup end*/

/* Timeline  */
.wpem_theme_cinema-timeline-row {
    color: white;
    margin: 0 auto;
    max-width: 1200px;
    padding: 25px;
    display: grid;
    grid-template-columns: 1fr 3px 1fr;
    position: relative;
}
.wpem_theme_cinema-timeline-container{
    position: relative;
}
.wpem_theme_cinema-timeline-container::after {
    content: '';
    width: 2px;
    height: 100%;
    background: linear-gradient(0deg, #FFFFFF00 0%, #FFFFFF 51%, #FFFFFF00 100%);
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
}

.timeline-container-middle {
    position: relative;
    width: 2px;
}

.timeline-container-right {
    padding-left: 100px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
}

.timeline-container-left {
    padding-right: 100px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
}

.timeline-product-year p {
    font-size: 20px;
    line-height: 22px;
    color: #000;
    background: #FECC02;
    padding: 8px 16px;
    border-radius: 2px;
    width: 70px;
}

.timeline-product-heading h2 {
    font-size: 40px;
    line-height: 43px;
    letter-spacing: 3px;
}

.timeline-product-details {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.timeline-product-details p {

    text-transform: uppercase;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    letter-spacing: 1px;
}

.timeline-product-details i {
    color: #FECC02;
    margin-right: 10px;
}

.timeline-content-box p {
    opacity: 0.7;
    letter-spacing: 0.48px;
    font-size: 16px;
    line-height: 28px;
}

.timeline-container-left .timeline-product-details {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: end;
}

.timeline-container-left .timeline-product-year {
    display: flex;
    justify-content: end;
}

.timeline-point {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #ffffff36;
    left: 50%;
    top: 0;
    border-radius: 100%;
    transform: translate(-50%);
    z-index: 0;
}

.timeline-point:before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 100%;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.timeline-img {
    position: relative;
}

.timeline-img img {
    width: 100%;
    height: 400px;
}

.theme-film-cinema-video-pulse-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff5c;
    font-size: 24px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
}

.theme-film-cinema-video-pulse-button:before {
    content: "";
    position: absolute;
    border: 2px solid rgb(255 255 255 / 30%);
    top: -20px;
    right: -20px;
    left: -20px;
    bottom: -20px;
    border-radius: 100%;
    opacity: 0;
    z-index: 1;
    animation: bloom1 1.5s linear infinite;
}

.theme-film-cinema-video-pulse-button:after {
    content: '';
    position: absolute;
    border: 4px solid rgb(255 255 255 / 30%);
    border-radius: 50%;
    top: -20px;
    right: -20px;
    left: -20px;
    bottom: -20px;
    animation: bloom2 1.5s linear infinite;
    opacity: 0;
    z-index: 1;
    animation-delay: 0.4s;
}

@keyframes bloom1 {
    0% {
        transform: scale(.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes bloom2 {
    0% {
        transform: scale(.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
    }
}

.wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper {
    margin: 20px 0;
    padding: 150px 0;
}
/* .archive .bar1, .archive .bar2, .archive .bar3 {
    background-color: var(--wpem-theme-primary-color)!important;
}
.archive p.site-title a {
    color: var(--wpem-theme-primary-color);
}
.archive p.site-description {
    color: var(--wpem-theme-primary-color);
} */
.archive:where(
    .tax-event_listing_type,
    .tax-event_listing_tag,
    .tax-event_listing_category
) .wpem-heading-text {
    color: white;
}
.archive.tax-event_listing_type .wpem-event-listing-type-page-wrapper {
    padding-block: 120px 0;
}
ul.event-alert-actions {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time, .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location, .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type, .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title, .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type {
    color: #fff;
    opacity: 1;
}
.wpem-dboard-event-act-btn a {
    color: var(--wpem-theme-primary-color);
}

section.event-registration-content a:hover {
    color: var(--wpem-theme-primary-color);
}

/*---------------------------------------------------
##   WooCommerce
*   ----------------------------------------------------- */
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    color: #fff;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    color: #fff;
}
.woocommerce-cart-form__cart-item a {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-cart-form__cart-item a:hover {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: var(--wpem-theme-primary-color);
    border-radius: 100px;
    font-weight: 400;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--wpem-theme-secondary-color);
}

input#coupon_code {
    border-color: var(--wpem-theme-secondary-color);
    min-width: 150px;
}

.coupon button[name="apply_coupon"] {
    background: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-content-color);
    font-weight: 400;
}

.coupon button[name="apply_coupon"]:hover{
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-content-color);
}

.woocommerce button[name="update_cart"]:where([aria-disabled="false"],[aria-disabled="true"]){
    font-weight: 400;
}

button[name="update_cart"][aria-disabled="false"] {
    background: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-content-color);
}

button[name="update_cart"][aria-disabled="false"]:hover {
    background: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-content-color);
}

.woocommerce-checkout a {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-checkout a:hover {
    color: var(--wpem-theme-primary-color);
}

button#place_order {
    background-color: var(--wpem-theme-primary-color);
    font-weight: 400;
}

.woocommerce .edit-account button[name="save_account_details"] {
    margin-top: 20px;
}

.edit-account button[name="save_account_details"]:hover{
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-content-color);
}

fieldset {
    border-color: var(--wpem-theme-secondary-color);
    border-width: 1px;
    border-radius: 4px;
}

.woocommerce form button[type="submit"] {
    background-color: var(--wpem-theme-primary-color) !important;
    color: var(--wpem-theme-content-color) !important;
    font-weight: 400;
}

.woocommerce form button[type="submit"]:hover {
    background-color: var(--wpem-theme-secondary-color) !important;
    color: var(--wpem-theme-content-color) !important;
}

a.woocommerce-Button[href*="/shop"] {
    background-color: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-content-color);
    font-weight: 400;
    border-radius: 100px;
}

a.woocommerce-Button[href*="/shop"]:hover {
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-content-color);
}


nav.woocommerce-MyAccount-navigation {
    background-color: var(--wpem-theme-primary-color);
    padding: 30px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid white;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
}

nav.woocommerce-MyAccount-navigation li a {
    color: var(--wpem-theme-content-color);
    font-weight: 700;
}

nav.woocommerce-MyAccount-navigation li a:hover {
    color: white;
}

.woocommerce-Address-title.title h3 {
    margin: 0;
}

.woocommerce-Address {
    border: 1px solid var(--wpem-theme-primary-color);
    padding: 10px;
    border-radius: 10px;
}

.woocommerce-MyAccount-content a{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-MyAccount-content a:hover{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-MyAccount-content table a{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-MyAccount-content table a:hover{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-table__product-name a {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-table__product-name a:hover {
    color: var(--wpem-theme-primary-color);
}

.woocommerce ul.order_details {
    padding: 0;
}

section.woocommerce-order-details {
    padding: 0;
}

section.woocommerce-customer-details {
    padding: 0;
}

select {
    border: 1px solid var(--wpem-theme-primary-color) !important;
}

.wpem-form-group .wp-editor-wrap {
    border: 1px solid var(--wpem-theme-primary-color);
}

.wpem-form-wrapper .chosen-container {
    border-color: var(--wpem-theme-primary-color);
}

.wpem-form-wrapper .chosen-container:hover {
    border-color: var(--wpem-theme-primary-color);
}

/*---------------------------------------------------
##   Contact Page
*   ----------------------------------------------------- */

.page-template-contact-us .wpem_theme-film-cinema-get-in-touch .wpem_theme_cinema-section-title::after {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: #FECC02;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    filter: blur(50px);
    opacity: 0.3;
}

.get-in-touch-form button.theme_btn {
    border-radius: 2px;
}

/*---------------------------------------------------
##   Responsive
*   ----------------------------------------------------- */

@media (min-width: 576px) {
    .column-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-sm-6,
    .wpem-cinema-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-cinema-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 768px) {

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        float: left;
        width: 31%;
    }

    .comment-form-author,
    .comment-form-email {
        margin-right: 3.5%;
    }

    .comment-form-cookies-consent,
    #comments .form-submit {
        clear: left;
    }

    .recent-post-list-single:nth-child(2),
    .recent-post-list-single:nth-child(3) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .text-t-left {
        text-align: left;
    }

    .text-t-center {
        text-align: center;
    }

    .text-t-right {
        text-align: right;
    }

    .header-top .top-right {
        text-align: right;
    }

    #primary-menu {
        float: right;
    }

    #primary-menu:after,
    .menu-all-pages-container:after {
        content: '';
        clear: both;
        display: table;
    }

    #primary-menu li a {
        padding: 15px;
    }

    #primary-menu li li a {
        padding: 5px 15px;
    }

    .column-t-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-t-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-t-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-t-4,
    .wpem-cinema-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-cinema-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-t-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-t-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-t-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-t-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-t-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-t-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-t-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-t-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-t-1,
    .left-sidebar .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-t-2,
    .left-sidebar .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-t-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .column-l-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-l-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-l-3,
    .wpem-cinema-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-cinema-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-l-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-l-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-l-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-l-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-l-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-l-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-l-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-l-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-l-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
.wpem_theme_cinema-banner-navigation li a.active {
    margin-left: 40px;
}

.wpem_theme_cinema-banner-navigation li a.active::before {
    width: 30px;
}
}

@media (min-width: 1200px) {
    section .container{
        padding-left: 140px;
        padding-right: 140px;
    }
    .wpem_theme_cinema-banner-navigation{
        left: 35px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1470px;
    }

    body.boxed-layout .site {
        max-width: 1500px;
    }
    .wpem_theme_cinema-section-title h2{
        font-size: 150px;
    }
}


@media (min-height: 700px) {

}

@media (max-width: 1200px){
    .wpem_theme_cinema-banner-navigation{
        display: none;
    }
}

@media (max-width: 1024px){
    .wpem_theme_cinema-section-title h2 {
        font-size: 100px;
    }
    .wpem_theme_cinema-banner-navigation {
        display: none;
    }

    :where(
        .wpem_theme_cinema-about-section,
        .wpem_theme_cinema-products-section)
         .column{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wpem_theme_cinema-product-slider {
        top: 100px;
    }

    .wpem_theme_cinema-products-section {
        padding-bottom: 180px;
    }

    .timeline-container-left {
        padding-right: 30px;
    }

    .timeline-container-right {
        padding-left: 30px;
    }

    .wpem_theme_cinema-timeline-section {
        padding-bottom: 0;
    }

}

@media (max-width: 992px) {
    .newsletter-form {
        margin: 0 0 50px;
    }
    .wpem_theme_cinema-events-section .wpem_theme_cinema-section-title .theme_btn, .wpem_theme_cinema-team-section .wpem_theme_cinema-section-title .theme_btn {
        position: inherit;
        margin-top: 30px;
        display: inline-block;
    }
    .wpem_theme_cinema-awards-section .column-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .secondary-content-area {
        margin-top: 30px;
    }

    .main-navigation ul {
        display: none;
    }

    .main-navigation.toggled ul:not(.sub-menu) {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .site-branding .site-title {
        font-size: 20px;
    }

    #site-navigation.toggled #primary-menu,
    #site-navigation.toggled #primary-menu ul.nav-menu {
        display: block;
    }

    .main-navigation li {
        float: none;
    }

    .main-navigation li.menu-item-has-children ul {
        transition: all 0.2s ease-in;
    }

    .main-navigation li.menu-item-has-children.focus>ul {
        position: relative;
        float: none;
        display: block;
    }

    .main-navigation ul ul li.focus ul {
        left: 0;
        margin: 0 10px 5px 15px;
    }

    .main-navigation li a,
    .main-navigation ul ul a {
        width: 100%;
    }

    .main-navigation li a {
        padding: 10px 0;
    }

    .main-navigation ul ul a {
        padding: 10px 20px;
    }
    .slick-prev, .slick-next {
        display: none;
    }
    .team-items .column-4{
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media(max-width: 767px){
    .wpem_theme_cinema-contact-section{
        padding: 40px 0;
    }
    .wpem_theme_cinema-testimonial-section{
        padding: 40px 0;
    }
    .wpem_theme_cinema-testimonial-slider{
        margin-top: 0px;
    }
    .wpem_theme_cinema-events-section{
        padding: 60px 0 30px;
    }
    .wpem_theme_cinema-banner-content {
        padding: 100px 0 0 0;
    }
    .wpem_theme_cinema-section-title h2{
        font-size: 60px;
        letter-spacing: 5px;
    }
    .wpem_theme_cinema-contact-section .wpem_theme_cinema-section-title p{
        margin: 0 auto;
    }

    .icon-box-item {
        display: flex !important;
        justify-content: start;
    }

    .wpem_theme_cinema-about-experience{
        margin: 40px 0 0 40px;
    }

    .wpem_theme_cinema-timeline-container::after{
        left: 5px;
    }

    .timeline-container-middle {
        left: -35px;
        order: -1;
        top: 6px;
    }
    .wpem_theme_cinema-timeline-row:nth-child(odd) .timeline-container-left {
        order: 1;
    }
    .header-top .column {
        text-align: center;
    }

    .text-mb-left {
        text-align: left;
    }

    .text-mb-center {
        text-align: center;
    }

    .text-mb-right {
        text-align: right;
    }

    .sidebar-first .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }

    .sidebar-first .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }

    .search-box {
        display: inline-block;
        padding: 5px 10px;
        font-size: 20px;
    }

    .error-404 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .error-404 h1 {
        font-size: 80px;
    }

    .error-404 h2 {
        font-size: 20px;
    }

    .column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .header-main .row .column-4 {
        flex: 0 0 100% !important;
        max-width: calc(100% - 230px) !important;
    }
    .header-main .row .column-4.text-right {
        flex: 0 0 160px !important;
        max-width: 160px !important;
    }
    .header-main .row .column:nth-child(1) {
        flex: 0 0 70px !important;
        max-width: 70px !important;
    }

    .header-main-tel {
        display: none;
    }

    section {
        padding: 40px 0;
    }

    .footer-bottom .copyright {
        margin-bottom: 10px;
    }

    .footer-bottom {
        font-size: 13px;
        text-align: center;
        line-height: normal;
    }

    .footer-bottom .container {
        flex-direction: column;
    }

    .theme_btn {
        padding: 10px 20px;
    }

    .wpem_theme_cinema-banner-navigation {
        display: none;
    }

    .page-header-wrapper h1.entry-title:after {
        height: 10px;
    }

    .page-header-wrapper {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .wpem_theme_cinema-services-section .row {
        margin-top: 70px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .wpem_theme-film-cinema-get-in-touch .wpem_theme_cinema-section-title {
        margin-bottom: 40px;
        text-align: left;
    }

    .wpem_theme_cinema-timeline-row {
        grid-template-columns: auto;
        padding-left: 40px;
    }

    .timeline-container-left .timeline-product-year,
    .timeline-container-left .timeline-product-details {
        justify-content: start;
    }

    .timeline-product-heading h2 {
        text-align: left;
    }

    .timeline-content-box p {
        text-align: left;
    }

    section {
        padding: 40px 0;
    }

    .timeline-img img {
        height: auto;
    }
    .timeline-container-right {
        padding-left: 0;
        margin-bottom: 40px;
    }
    .timeline-container-left {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .wpem_theme_cinema-products-section {
        padding-bottom: 120px;
    }
    .wpem_theme_cinema-section-title h3 {
        font-size: 40px;
        letter-spacing: 0.5vw;
    }
    .wpem_theme_cinema-banner-section .down-arrow {
        position: relative;
        left: inherit;
        top: inherit;
        bottom: inherit;
        margin-top: 30px;
    }
    .wpem_theme-flim-cinema-parallax-effect{
        padding: 60px 0;
    }
    .wpem_theme_cinema-about-banner-awards {
        left: 15px;
        bottom: -15px;
    }
    .about-right-img img {
        padding-left: 30px;
    }
    .wpem_theme_cinema-awards-section{
        padding: 60px 0;
    }
    .wpem_theme-film-cinema-about-us,
    .wpem_theme-film-cinema-contact-us{
        padding: 130px 0 40px;
    }
    .wpem_theme_cinema-about-experience p {
        line-height: normal;
        font-size: 14px;
        margin: 0;
    }
    .wpem_theme-film-cinema-map .map iframe {
        height: 250px;
    }
    .wpem_theme-film-cinema-get-in-touch .icon-box-item {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .contact-icon-box,
    .icon-box-item {
        display: block;
    }
    .icon-box-item {
        margin-top: 30px;
    }
    .wpem_theme_cinema-product-slider {
        margin-top: 100px;
        top: 0;
    }
    .wpem_theme_cinema-awards-section:after,
    .wpem_theme_cinema-products-section:after,
    .wpem_theme_cinema-about-section:after,
    .wpem_theme_cinema-events-section:after,
    .wpem_theme_cinema-team-section:after
     {
        left: 0;
        top: 0;
    }
     
}

@media (max-width: 575px) {
    .team-items .column-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .wpem_theme_cinema-services-section .column-3:last-of-type{
        margin-bottom: 0px;
    }
    .header-main .row .column-4 {
        flex: 0 0 100% !important;
        max-width: calc(100% - 200px) !important;
    }
    .header-main .row .column-4.text-right {
        flex: 0 0 130px !important;
        max-width: 130px !important;
    }
    .header-main .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .newsletter-form{
        display: block;
    }
    .wpem_theme_cinema-footer-site-links ul {
        display: block;
    }
    .copyright {
        margin-top: 20px;
    }
    .wpem_theme_cinema-footer-site-links ul li a {
        font-size: 16px;
        display: block;
    }

    .wpem_theme_cinema-footer-site-info p,
    .copyright {
        font-size: 12px;
    }

    .wpem_theme_cinema-footer-site-info p {
        margin: 20px 0;
    }
    .form-input {
        width: 100%;
    }

    .wpem_theme_cinema-footer {
        padding: 40px 0;
    }

    .icon-box-desc h2 {
        font-size: 25px;
    }

    .icon-box-desc h4 {
        font-size: 14px;
    }


    .wpem_theme_cinema-awards-countdown {
        grid-template-columns: 1fr 1fr;
        margin: 0;
    }

    .countdown-item p {
        font-size: 14px;
    }


    .wpem_theme_cinema-product-slider {
        overflow-x: hidden;
        position: initial;
        transform: none;
        margin-top: 30px;
    }
    .wpem_theme_cinema-product-slider .column {
        padding: 0;
    }
    .award-icons {
        margin-top: 30px;
    }

    .wpem_theme_cinema-section-title p {
        font-size: 14px;
        margin: 15px 0;
    }

    .wpem_theme_cinema-events-section .wpem_theme_cinema-section-title .theme_btn,
    .wpem_theme_cinema-team-section .wpem_theme_cinema-section-title .theme_btn {
        position: initial;
        transform: none;
        margin-top: 20px;
    }

    .wpem_theme_cinema-services-section .row {
        grid-template-columns: 1fr;
    }

    .wpem_theme_cinema-team-section {
        padding: 40px 0;
    }

    .wpem_theme_cinema-timeline-section{
        padding: 40px 0 0;
    }

    .wpem_theme_cinema-timeline-container{
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
    }

    .wpem_theme_cinema-timeline-container > div:nth-of-type(1) {
        order: 1;
    }

    .wpem_theme_cinema-timeline-container > div:nth-of-type(2) {
        order: 2;
    }

    .wpem_theme_cinema-timeline-container > div:nth-of-type(3) {
        order: 3;
    }

    .wpem_theme_cinema-timeline-container > div:nth-of-type(4) {
        order: 5;
    }

    .wpem_theme_cinema-timeline-container > div:nth-of-type(5) {
        order: 5;
    }

    .wpem_theme_cinema-timeline-container > div:nth-of-type(6) {
        order: 4;
    }

    .wpem_theme_cinema-timeline-container > div:nth-of-type(7) {
        order: 7;
    }

    .wpem_theme_cinema-timeline-container > div:nth-of-type(8) {
        order: 8;
    }

    .wpem_theme_cinema-timeline-container > div:nth-of-type(9) {
        order: 9;
    }

    .wpem_theme_cinema-timeline-container > div:nth-of-type(10) {
        order: 12;
    }

    .wpem_theme_cinema-timeline-container > div:nth-of-type(11) {
        order: 11;
    }

    .wpem_theme_cinema-timeline-container > div:nth-of-type(12) {
        order: 10;
    }

    .testimonial-content p {
        font-size: 10px;
        line-height: 18px;
    }

    .testimonial-img img {
        height: 320px;
        object-fit: cover;
    }
    .testimonial-content{
        margin-left: -140px;
    }

    .newsletter-form .theme_btn {
        margin-top: 20px;
    }

    .services-item p {
        max-width: 280px;
        margin: auto;
    }

    .header-main .theme_btn {
        letter-spacing: 0;
        font-size: 14px;
    }

    .contact-icon-box {
        margin-top: 0;
    }

    .wpem_theme-film-cinema-get-in-touch {
        padding: 40px 0;
    }
    .timeline-product-heading h2 {
        font-size: 26px;
        margin: 10px 0;
    }
    
    .timeline-content-box p {
        font-size: 14px;
        line-height: normal;
        margin: 0;
    }
    
    .timeline-product-details {
        margin-bottom: 15px !IMPORTANT;
    }
    
    .timeline-container-right {
        margin-bottom: 0;
    }
    
    .timeline-container-left {
        margin-bottom: 0;
    }
    
    .timeline-img {
        margin-top: 30px;
    }
    .wpem_theme_cinema-product-slider {
        margin-top: 30px;
    }

}

