/* General */
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.showTimeKey .keyColor {
    height: 15px;
    width: 15px;
    margin-left: 15px;
    border-radius: 3px;
    top: 2px;
    position: relative;
}

.soldOutPerformance:hover {
    cursor: default;
}

/* Breadcrums Styling */
#breadcrumbs span{
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    align-items: center;
    font-weight: 100;
}

#breadcrumbs #home i{
    font-weight: 100;
}

#breadcrumbs .seperator{
    font-size: 16px;
    margin: 0px 10px;
    font-weight: 100;
    align-items: center;
    display: inline-block;
    position: relative;
}
#breadcrumbs #child{
    font-weight: 700;
}


/* Events Page */


/* Event Banner Styling */


/*The bellow CSS sets a max height and blur on images that do not have a hero image set*/

.eventStillContainer {
    overflow: hidden;
    height: 100%;
    max-height: 450px;
}

.eventStillBanner {
    /* filter: blur(5px); */
    transform: scale(1.01);
    position: relative;
}

.eventStillPoster {
    position: relative;
}

.hide_button_div {
    height: 0;
}


/*This positions the arrows that are used for scrolling through the dates on the schedule*/

.splide__splideCarousel.splide__arrows.date_carousel {
    bottom: -2.25rem;
}

/* This is to Prevent white flicker during slide transition. */
.splide__track
.splide__list {
    -webkit-transform-style: preserve-3d;
}

/* This is to Prevent white flicker For Safari Browser */
.splide__slide {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0); 
}


/*This is to control the height of the image used on the article*/
.article_image_con{
    background-repeat: no-repeat;
    background-size: cover;
}
  
.article_image_con .article_image-cover{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    max-height: 165px;
}
.article_image_con img{
    /* height: 100%; */
    z-index: 2;
    position: relative;
    min-height: 165px;
    object-position: center;
}

@media (max-width: 500px){
    .article_image_con img{
        max-height: 165px;
    }
}

.page_article.article_header_con{
    background-image: none !important;
}

.custom_article.article_header_con{
    background-repeat: no-repeat;
    background-size: cover;
}
.custom_article.article_header_con .article_header-cover{
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    z-index: 1;
    max-height: 450px;
    max-width: 1250px;
}
.custom_article.article_header_con img{
    /*height: 450px;*/
    max-height: 450px;
    z-index: 2;
    position: relative;
    object-position: center;
}

.banner_text_width{
    width: 55%;
}

.article_container .btn-primary,
.article_container .btn-secondary
.article_container .btn-accent{
    text-decoration: none;
}

.article_container .btn-primary{
    color: #000000;
}

@media only screen and (max-width: 768px){
    .eventStillBanner {
        /* filter: blur(2px); */
    }
    .custom_article.article_header_con{
        background-image: none !important;
    }
    .custom_article.article_header_con .article_header-cover{
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
    }
    .banner_text_width{
        width: 90%;
    }
    .article_container img{
        margin: 0 auto;
        float: none !important;
    }
    .article_container .flex-1{
        margin: auto !important;
    }
    .md\:w-3\/5{
	width: 60%;
    }
}
/*Arrow under date selected*/
.activeScheduleItem:after {
    background-color: rgb(246, 142, 29) !important;
}


.input-label{
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	line-height: 1.75rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(0, 000, 0, var(--tw-text-opacity));
}

.input-text{
	width: 100%;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(100, 100, 100, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(200, 200, 200, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.input-text::placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.input-text:focus{
	--tw-border-opacity: 1;
	border-color: rgba(163, 163, 163, var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.error_message {
    background-color: #FF0000;
    padding: 2px;
    text-align: center;
    color: #ffffff;
}

.success_message {
    background-color: #007600;
    padding: 5px;
    text-align: center;
    color: #ffffff;
}

.perfWithType{
    margin-left: -5px;
    /* display:inherit; */
}

#cinemaSelectMob:focus{
    outline: none;
}
#cinemaSelectMob{
    min-width: 110px;
    width: 90%;
    margin: 0;
    padding: 10px 0;
    background-color: transparent;
    color: #ffffff;
}
#cin_loc{
    display: none;
}
#cinemaSelect:focus{
    outline: none;
}
#cinemaSelect{
    min-width: 110px;
    margin: 0;
    padding: auto 0;
    background-color: transparent;
    color: #ffffff;
}

#cinemaSelect option{
    min-width: 110px;
    margin: 0;
    padding: auto 0;
    background-color: #ffffff;
    color: #000000;
}
.event_image-container {
    width: 100%;
    position: relative;
}
.event_trailer-link {
    position: absolute;
    color: white;
    z-index: 1;
    right: 0;
    /* width: 100%; */
    display: block;
    padding: 10px 20px;
}

@media (min-width: 500px){
    #cin_loc{
        display: inline-block;
    }
}


.full_banner_title {
  font-size: 1.6rem !important;
  line-height: 2.2rem !important;
  text-transform:initial !important;
} 

@media only screen and (min-width: 1006px) {
  .full_banner_title {
      font-size: 2.6rem !important;
      line-height: 3.2rem !important;
      text-transform:initial !important;
  } 
}

  