@charset "utf-8";
/*
######################################
##	  X.7		-		CINEMA   	##
######################################
*/

.mobile-menu {
    display: none;
}
.mobile-hamburger {
    display: none;
}
.cinema-header {
    /* display: flex; */
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding: 1em 0;
    background-color:  #4f4f4f;
}
.container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 400px;
}
.cinema-logo {
   margin: auto;
   max-width: 75%;
   flex: 100%;
   position: relative;
   background: url("../media/vhslogo1200x347.png") no-repeat;
   background-size: contain;
   /* width: 45%; */
   height: 100%;
   animation: 7s logoanim infinite step-end;
   padding: 1em 0;
   /* box-shadow: -.07em -.07em .8em #9cfd9a, .07em .07em .8em  #9cfd9a; */
}
/* #logo {
    width: 100%;
} */
@keyframes logoanim {
   0%  {background: url("../media/vhslogo1200x695.png") no-repeat;}
   50% {background: url("../media/vhslogo1200x695.png") no-repeat;}
   60% {background: url("../media/vhslogo1200x695.png") no-repeat;}
   75% {background: url("../media/vhslogo1200x695.png") no-repeat;}
   78% {background: url("../media/vhslogo1200x695.png") no-repeat;}
   100% {background: url("../media/vhslogo1200x695.png") no-repeat;}
 }

.cinema-titles {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    /* background-image: linear-gradient(to right, #1dc7fa, #f5d556, #1dc7fa); */
    background-color:  #4f4f4f;    padding: 0 0 2.5em 0;
}
.marquee {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
/* .marquee-horizontal {
        justify-content: space-between;
} */
.bulbhorizontal {
    padding: 0 2em;
    flex: 50%;
}
/* .marquee img {
    width: 55px;
    height: 15px;
    margin: auto
} */
.nowplaying {
    width: 100%;
    padding: 1em 0 1em 0;
    margin: 1em;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
/* .nowplaying img {
    
} */
.nowplaying h2 {
    width: 40%;
    text-align: center;
    border: .2em solid #f60984;
    border-radius: .3em;
    font-weight: bold;
    padding: .3em 2em;
    margin: .5em 0 2em 0;
    font-family: 'FJallaOne', sans-serif;
    font-size: 3em;
    color: #00c8ff;
    text-shadow:
   -1px -1px 0 #2f92b6,  
    1px -1px 0 #00bbff,
    -1px 1px 0 #0495ca,
     1px 1px 0 #00bbff;
    background-image: linear-gradient(to bottom, #9b9898, #bbb8b8, #9b9898);
    box-shadow: -.07em -.07em .8em #fa67b3, .07em .07em .8em  #fa67b3;
}
.movieitems {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    width: 100%;
    list-style-type: none;
    position: relative;
    margin: 0 1em;
    padding: 0;
}
.movieitem {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.leftrightitems {
    width: 75%;
}

.itembutton {
    font-family: 'Inconsolata', sans-serif;
    border-left: .5em solid black;
    border-right: .5em solid black;
    border-top: .2em solid black;
    border-bottom: .2em solid black;
    box-shadow: -1em -.07em 1em rgb(253, 243, 208), 1em .07em 1em  rgb(253, 243, 208);
    font-size: 2em;
    font-weight: bold;
    width: 100%;
    text-align: left;
    background-color: #fff;
    color: #000;
    transition: .4s;
}
.movieitem:nth-last-of-type(1) .itembutton {
    border-bottom: .5em solid black;
}
.movieitem:nth-of-type(1) .itembutton {
    border-top: .5em solid black;
}
.itembutton:hover {
    font-family: 'Inconsolata', sans-serif;
    border-left: .5em solid black;
    border-right: .5em solid black;
    border-top: .2em solid black;
    border-bottom: .2em solid black;
    box-shadow: -.1em -.1em 1em rgb(253, 243, 208), .1em .1em 1em  rgb(253, 243, 208);
    font-size: 2em;
    background-color: #cab781;
    cursor: pointer;
}
.btext {
    margin: auto;
    width: 100%;
    text-align: center;
}

.cinema {
    display: flex;
    flex-flow: row nowrap;
    height: auto;
}
.cinema-content {
    border-radius: 0 0 3em 3em;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
    background-image: linear-gradient(to right, #641112, #8b181a, #641112);

}
.theater {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#theaterheader {
    visibility: hidden;
}
.theater-header h2 {
    font-family: 'Staatliches', sans-serif;
    font-size: 2.5em;
    color: #9f1a1c;
    text-shadow:
   -1px -1px 0 #D29F13,  
    1px -1px 0 #D29F13,
    -1px 1px 0 #D29F13,
     1px 1px 0 #D29F13;
}
.theater-content {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background-color: #000;
    width: 75%;
}
.customplayer {
    display: flex;
    flex-flow: column nowrap;
}
.controls {
    display: flex;
    flex-flow: row nowrap;
}


#descriptionbar {
    visibility: hidden;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}
.description-header {
    /* border: 2px solid #000; */
    display: flex;
    font-family: 'Inconsolata', sans-serif;
    font-weight: bold;
    letter-spacing: .2em;
    /* font-weight: bold; */
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}
.description-header h3 {
    font-family: 'Pacifico', sans-serif;
    font-size: 2em;
    letter-spacing: .1em;
    text-decoration: underline;
    color: #fff;
    text-shadow:
   -1px -1px 0 #707070,  
    1px -1px 0 #707070,
    -1px 1px 0 #707070,
     1px 1px 0 #707070;
}
.description {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    border: .5em solid black;
    background-color:#cfcccc;
    border-radius: 1em;
    /* margin: 0 5em; */
}
.description-details {
    list-style-type: none;
    width: 60%;
    
}

.description-text {
    font-family: 'Inconsolata', sans-serif;
    /* font-style: italic; */
    color: #000;
}



/*
################################
##	  X.7		-		@MEDIA RULES	##
################################
*/
/*
	##################################################
	##						VIEWPORT SIZE CHART								##
	##	------------------------------------------	##
	##			iPhone XR/XS Max	-		414 x 896					##
	##			iPhone X/XS				-		375 x 812					##
	##			iPhone 7P/8P			-		414 x 736					##
	##			iPhone 7/8				-		375 x 667					##
	##			iPhone 6P/6SP			-		414 x 736					##
	##			iPhone 6/6S				-		375 x 667					##
	##################################################
	*/

    @media screen and (max-width: 900px) {
        .cinema-logo {
            display: block;
            margin: auto;
            background: url("../media/vhslogo650x190.png") no-repeat;
            background-size: contain;
            width: 650px;
            height: 190px;
            overflow: show;
            animation: 7s logoanim infinite step-end;
         }
         @keyframes logoanim {
            0%  {background: url("../media/vhslogo650x190.png") no-repeat; }
            50% {background: url("../media/vhslogoOFF650x190.png") no-repeat;}
            60% {background: url("../media/vhslogo650x190.png") no-repeat;}
            75% {background: url("../media/vhslogoOFF650x190.png") no-repeat;}
            78% {background: url("../media/vhslogo650x190.png") no-repeat;}
            100% {background: url("../media/vhslogo650x190.png") no-repeat;}
          }
          .container {
              height: 200px;
          }
          .itembutton {
            font-size: 1em;
        }
        .itembutton:hover {
            font-size: 1em;
        }
        .cinema-titles {
            display: flex;
            flex-flow: column nowrap;
            align-items: center;
            /* background-image: linear-gradient(to right, #1dc7fa, #f5d556, #1dc7fa); */
        background-color:  #4f4f4f;            /* padding: 0 0 2.5em 0; */
        }
        
        .nowplaying {
            padding: 0 0 1em 0;
        }
        .nowplaying h2 {
            border: .2em solid #f60984;
            border-radius: .3em;
            font-weight: bold;
            padding: .3em 2em;
            margin: .5em 0 0 0;
            font-family: 'FJallaOne', sans-serif;
            font-size: 1.3em;
            color: #00c8ff;
            text-shadow:
           -1px -1px 0 #2f92b6,  
            1px -1px 0 #00bbff,
            -1px 1px 0 #0495ca,
             1px 1px 0 #00bbff;
            background-image: linear-gradient(to bottom, #9b9898, #bbb8b8, #9b9898);
            box-shadow: -.07em -.07em .8em #fa67b3, .07em .07em .8em  #fa67b3;
        }
        .bulbhorizontal {
            width: 140px;
            height: auto;
            /* margin: auto; */
            padding: .5em;
        }
    }
    @media screen and (max-width: 750px) {
        .cinema-logo {
            display: block;
            margin: auto;
            background: url("../media/vhslogo650x190.png") no-repeat;
            background-size: contain;
            width: 650px;
            height: 190px;
            overflow: show;
            animation: 7s logoanim infinite step-end;
         }
         @keyframes logoanim {
            0%  {background: url("../media/vhslogo650x190.png") no-repeat; }
            50% {background: url("../media/vhslogoOFF650x190.png") no-repeat;}
            60% {background: url("../media/vhslogo650x190.png") no-repeat;}
            75% {background: url("../media/vhslogoOFF650x190.png") no-repeat;}
            78% {background: url("../media/vhslogo650x190.png") no-repeat;}
            100% {background: url("../media/vhslogo650x190.png") no-repeat;}
          }
          .container {
            height: 200px;
        }
    }
    @media screen and (max-width: 500px) {
    .cinema-body {
        margin: 0;
        padding: 0;
        background-image: linear-gradient(to right, #8d1719, #9f1a1c, #8d1719);

    }
    .cinema-header {
        display: block;
        width: 100%;
        margin: auto;
    background-color:  #4f4f4f;    }
    .cinema-logo {
       display: block;
       margin: auto;
       background: url("../media/vhslogo356x275.png") no-repeat;
       background-size: contain;
       width: 356px;
       height: 275px;
       overflow: show;
       animation: 7s mobilelogo infinite step-end;
    }
    @keyframes mobilelogo {
       0%  {background: url("../media/vhslogo356x275.png") no-repeat; }
       50% {background: url("../media/vhslogoOFF356x275.png") no-repeat;}
       60% {background: url("../media/vhslogo356x275.png") no-repeat;}
       75% {background: url("../media/vhslogoOFF356x275.png") no-repeat;}
       78% {background: url("../media/vhslogo356x275.png") no-repeat;}
       100% {background: url("../media/vhslogo356x275.png") no-repeat;}
     }
     .container {
        height: 320px;
    }
    .cinema-curtains {
        max-width: 100%;
        height: auto;
        /* position: relative; */
        z-index: 1;
        /* top: 100px; */
    }
    .cinema {
        flex-flow: column wrap;
    }
    .cinema-content {
        width: 100%;
        margin: auto;
    }
    .mobile-hamburger {
        display: block;
        position: relative;
        left: 0;
        width: 40px;
        height: 30px;
        background-color: inherit;
        margin: 5px 0;
    }
    .burgerbutton {
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: inherit;
        border: 0;
        box-shadow: 0;
        transition: all .1s;
    }

    .hamburger {
        width: 40px;
        background-color: #D29F13;
        height: 8px;
        margin: 1px;
    }
    .mobile-menu {
        display: none;
        flex-flow: column wrap;
        align-items: center;
        width: 100%;
        padding: 1em 1em;
        height: auto;
    }
    .cinema-sidebar {
        display: none;
    }
    .cinema-sidebar-sp {
        display: none;
    }

    .theater {
        flex-flow: column wrap;
    }
    .theater-content {
        flex-flow: row wrap;
    }
    .controls {
        flex-flow: row wrap;
    }
    .description-bar {
        flex-flow: column wrap;
        width: 90%;
    }
    .description-header {
        flex-flow: column wrap;
        width: 100%;
    }
    .description-details {
        /* flex-flow: column wrap; */
        width: 100%;
    }
    .description {
        flex-flow: column wrap;
        width: 100%;
    }
}
@media screen and (max-width: 393px) {
    .cinema-body {
        margin: 0;
        padding: 0;
        background-image: linear-gradient(to right, #8d1719, #9f1a1c, #8d1719);

    }
    .cinema-header {
        display: block;
        width: 100%;
        margin: auto;
    background-color:  #4f4f4f;    }
    .cinema-logo {
       display: block;
       margin: auto;
       background: url("../media/vhslogo328x253.png") no-repeat;
       background-size: contain;
       width: 328px;
       height: 256px;
       overflow: show;
       animation: 7s logoanim infinite step-end;
    }
    @keyframes logoanim {
       0%  {background: url("../media/vhslogo328x253.png") no-repeat; }
       50% {background: url("../media/vhslogoOFF328x253.png") no-repeat;}
       60% {background: url("../media/vhslogo328x253.png") no-repeat;}
       75% {background: url("../media/vhslogoOFF328x253.png") no-repeat;}
       78% {background: url("../media/vhslogo328x253.png") no-repeat;}
       100% {background: url("../media/vhslogo328x253.png") no-repeat;}
     }
     .container {
        height: 310px;
    }
    .cinema-curtains {
        max-width: 100%;
        height: auto;
        /* position: relative; */
        z-index: 1;
        /* top: 100px; */
    }
    .cinema {
        flex-flow: column wrap;
    }
    .cinema-content {
        width: 100%;
        margin: auto;
    }
    .mobile-hamburger {
        display: block;
        position: relative;
        left: 0;
        width: 40px;
        height: 30px;
        background-color: inherit;
        margin: 5px 0;
    }
    .burgerbutton {
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: inherit;
        border: 0;
        box-shadow: 0;
        transition: all .1s;
    }
    .hamburger {
        width: 40px;
        background-color: #D29F13;
        height: 8px;
        margin: 1px;
    }
    .mobile-menu {
        display: none;
        flex-flow: column wrap;
        align-items: center;
        width: 100%;
        padding: 1em 1em;
        height: auto;
    }
    .cinema-sidebar {
        display: none;
    }
    .cinema-sidebar-sp {
        display: none;
    }

    .theater {
        flex-flow: column wrap;
    }
    .theater-content {
        flex-flow: row wrap;
    }
    .controls {
        flex-flow: row wrap;
    }
    .description-bar {
        flex-flow: column wrap;
        width: 90%;
    }
    .description-header {
        flex-flow: column wrap;
        width: 100%;
    }
    .description-details {
        /* flex-flow: column wrap; */
        width: 100%;
    }
    .description {
        flex-flow: column wrap;
        width: 100%;
    }

}
