.elementor-kit-6{--e-global-color-primary:#FF6D00;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Noto Sans";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Forum";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:15px;}.elementor-kit-6 h1{font-size:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    
    height: 100vh;
    background-color: black;
}
body {
    z-index:10;
    position: relative;
    overflow-x: hidden;
}
h2 {
    display: block;
    margin-bottom: 15px !important;
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
}
h2.elementor-heading-title strong {
    text-shadow: 0 -5px 20px var(--e-global-color-primary), 0 0 10px var(--e-global-color-primary);
    font-weight: 400;
    color: #ffcba5;
}
ul {
    padding: 0;
    margin: 0 0 0 20px;
}
ul li {
    padding: 0;
    margin: 0;
}
ul li + li {
    margin-top: 10px;
}
#content .page-content > .elementor > div {
    z-index: 0;
    position: relative;
}
#content .page-header {
    display: none;
}

h1 strong {
    color: var(--e-global-color-primary);
    text-shadow: 0 -5px 20px var(--e-global-color-primary), 0 0 20px var(--e-global-color-primary);
}

/* SECTIONS */

#homepage-intro {
    position: relative;
    //height: 100vh;
}

#homepage-intro .elementor-background-video-container {
    inset: 0 !important;
}
#homepage-intro .elementor-background-video-container video {
    object-fit: cover;
}

.top-fire-separator {
    z-index: 100;
    position: relative;
}
.top-fire-separator:after {
    content: "";
    z-index: 0;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    display:none;
    width: 100%;
    height: 100px;
    background-image: url(/wp-content/uploads/2025/05/fire-separator-scaled.webp);
}

/* GALLERY */

.gallery {
    
}
.gallery .gallery-item {
    
}
.gallery .gallery-item a {
    display: block;
}

.frame-image .elementor-widget-container {
    z-index: 0;
    position: relative;
}
.frame-image .elementor-widget-container:before {
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/uploads/2025/06/burn-frame.webp);
    background-size: 100% 100%;
}

/* CAROUSEL */

.custom-carousel {
    
}
.custom-carousel .elementor-widget-container {
    z-index: 0;
    position: relative;
}
.custom-carousel > .elementor-widget-container:after,
.custom-carousel > .elementor-widget-container:before {
    content: "";
    z-index: 10;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100px;
    height: 100%;
    background-color: red;
}
.custom-carousel > .elementor-widget-container:after {
    background: #000000;
background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
}
.custom-carousel > .elementor-widget-container:before {
    right: 0;
    background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
}

/* GALERIES */

.gallery img {
    transition: all .2s;
    box-shadow: 0 0 20px var(--e-global-color-primary), 0 0 2px white
}
.gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px var(--e-global-color-primary), 0 0 5px white
}

.spectacle-details:before {
    background-size: 100% 100% !important;
}

/* FOOTER */

.footer-container {
    
}

.footer {
    position: relative;
}

.footer .elementor-background-video-container {
    inset: 0 !important;
}
.footer .elementor-background-video-container video {
    object-fit: cover;
}



#content .page-content > div {
    overflow: hidden !important;
}

#menu-mobile {
    transition: all .5s;
    min-height: 100vh;
    width: 350px;
    left: 100%;
}
#menu-mobile.active {
    left: calc( 100% - 350px );
}/* End custom CSS */