/* - - - - - - - - - - - - - - - - - - - -
   SCREENINGS MOBILE CSS
- - - - - - - - - - - - - - - - - - - - -
CONTENTS:
- mobile media query (mobile-only styles)
- mobile base styling (mobile-first philosophy) for components (e.g., header, menu, slider, footer, etc...)
*/

/* CSS for mobile only */
@media all and (max-width: 999px) {

/* RESPONSIVE VISIBILITY
	- - - - - - - - - - - - - - - - - */
.mobile  { display: flex; }
.desktop { display: none !important; }

/* HELPERS
	- - - - - - - - - - - - - - - - - */
.m-text-center { text-align: center; }
.text-center-mb { text-align: center; text-shadow: none; }
.m-padding-10 { padding-left: 10px; padding-right: 10px; }
.m-flex-wrap { flex-wrap: wrap; }
.m-block-center { margin-left: auto; margin-right: auto; }
.m-ai-center { align-items: center; }
.m-jc-center { justify-content: center; }

/* CHUNKS
	- - - - - - - - - - - - - - - - - */

.chunk.expandable { width: auto; }
.chunk.expandable.right { float: none;  padding-left: 0; }
.chunk.expandable.left  { float: none; padding-right: 0; }
.chunk.expandable.border-right { border-right: none; }

a.expandable { float: none; margin-right: auto; margin-left: auto; }


/* Homepage */

.container {
  padding: 0;
  margin: 0;
  list-style: none;
  background-image: url(../img/background/index.png);
  background-size: cover;
  height: 300px;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.container img {
	width: 250px;
	margin-left: 20px;
	margin-right: 20px;
}

.container a.button {
	width: 250px;
	margin-left: 20px;
	margin-right: 20px;
}

.smallbox{
	display: flex;

	-webkit-flex-flow: row wrap;
    justify-content: center;
}


div.grayline {
	border-top: 2px solid #e7e7e7;
}

div.home-icon {
	width: 300px;
}

div.icons {
	width: 300px;
}

}

/* CSS for mobile-first base-styling */


/* CONTENT
- - - - - - - - - - - - - - - - - */
div.content-inner {
	-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px;
}

div.content:after { content: ''; clear: both; display: block; }
div.content.with-bottom-footer { padding-bottom: 320px;  }

div.inner { margin-left: auto; margin-right: auto; }

.inner-box {
  margin-left: auto;
  margin-right: auto;
  display: flex;

  -webkit-flex-flow: row wrap;
  align-items: center;
}


/* Homepage */

div.upcoming-screenings {
	height: 380px;
	width: auto;
	background: none;
	padding: 5px 0px;
	padding-right: 0px;
}

div.upcoming-screenings.empty{
	height: 91px;
}
div.upcoming-screenings div.inner {
	width: auto;
	padding: 0 15px;
}
div.upcoming-screenings div.movie {
	width: 150px;
	height: 215px;
	margin:auto;
	display: block;
	text-decoration: none;
}
div.upcoming-screenings div.movie img { 
	width: 100%;
	height: 100%;
}
div.upcoming-screenings div.movie-name, div.movie-name { font-size: 18px; text-align: center; text-transform: capitalize; color: #006699; font-family: Arial; margin-top: 5px;   }
div.upcoming-screenings div.date       { font-size: 12px; text-align: center; text-transform: capitalize; color: #333333; font-family: Arial;   }

/* End of Homepage*/


/* Contact FAQ */

div.faq-container {
	margin-right: 2em;
	margin-left: 2em;
	min-height: 350px;
	font-family: Arial;
	margin-top: 2em;
}

.level0 { 
	background-color: #333333;
	border-radius: 7px;
	color: #fff;
	font-size: 13px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-left: 1em; 
	padding: 20px;
	width: 100px; 
	height: 50px; 
	line-height: 50px; 
	text-align: center;
	font-family: "Lato-Black", Arial, sans-serif;
	cursor: pointer;
}

.level0:hover {
	background-color: #333333;
	opacity: 0.7;
}

.level1,.level2 {
	background-color: #333333;
	border-radius: 7px;
	color: #fff;
	font-size: 16px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-left: 1em; 
	padding: 20px;
	width: 300px; 
	text-align: center;
	cursor: pointer;
}

.level1:hover {
	background-color: #333333;
	opacity: 0.7;
}

.level2:hover {
	background-color: #333333;
	opacity: 0.7;
}

.level3 { 
	background-color: #333333;
	border-radius: 7px;
	color: #fff;
	font-size: 16px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-left: 1em; 
	padding: 20px;
	max-width: 600px;}

.back {
	cursor: pointer;
	text-decoration: none;
	margin-top: 30px;
}

.lightblue { color: #55acee;}


a.submit-button {
	text-transform: uppercase;
    width: 264px;
    background-color: #166b7f;
    height: 45px;
    justify-content: center;
    line-height: 2.9;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    display: block;
    text-align: center;
}

.word-count {
	font-size: 11px;
	margin-left: 4%;
	color: #999;
}


/* Movie Landing */

div.movie-banner{
	background-color: #00131a;
}

h1.movie-landing-title {
	color: #fff;
}

div.movie-landing-pic {
	width: 45%;
}

img.movie-poster {
	border: 4px solid #fff;
	width: 200px;
}

div.movie-landing-passes {
	width: auto;
}

div.passes-logo {
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 15px;
}

a.button.rsvp div.passes-logo {
	margin-left: 26%;
}

div.movie-landing-screening {
	width: 80%;
	margin-bottom: 20px;
}

div.movie-landing-sections {
	text-align: center;
}

div.movie-landing-instructions {
	width: 100%;
}

h3.movie-landing-labels {
	color: #fff;
}

div.social-share {
    margin: 0;

	display: flex;
	height: 100px;
	background-color: #F0F0F0;

	justify-content: center;
}

div.social-share a.facebook {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 20px;
}

div.social-share a.insta {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 20px;
}

div.social-share a.tw {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 20px;
}

h3.movie-landing-header2 {
	font-size: 20px;
	text-align: center;
	margin-right: 20px;
	margin-top: auto;
	margin-bottom: auto;
	text-transform: none;
	color: #333333;
}

div.movie-landing-trailer {
	margin-left: auto;
	margin-right: auto;
}

h1.movie-landing-title2 {
	color: #333333;
}

h3.movie-landing-title2 {
	color: #333333;
}

div.picbox img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 2px;
}

div.header-bg {
  background-color: #F0F0F0;
  border-radius: 20px;
  height: 80px;

  background: -webkit-linear-gradient(bottom, rgba(240,240,240,1), rgba(255,0,0,0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(240,240,240,1), rgba(255,0,0,0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, rgba(240,240,240,1), rgba(255,0,0,0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(240,240,240,1), rgba(0,0,0,0)); /* Standard syntax (must be last) */

  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

a.get-pass {
	font-family: Arial;
	font-size: 25px;
	font-weight: 700;
	color: #006699;
	text-decoration: none;
}

div.movie-landing-sections ul li {
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	padding-top: 2px;
}
/* End of Movie Landing */


/*  National Campaign
	Registeration Select  */
div.number {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	padding-top:30px;
	color: #fff;
}

div.getpass {
	padding-right: 20px;
}

hr.short {
	width: 80px;
}

div.nlp-screenings {
	background: rgba(16, 16, 16, 0.67);
	height: auto;
	max-height: 450px;
    overflow-y: auto;
}

div.nlp-no-screenings {
	background: rgba(16, 16, 16, 0.67);
}

/*  Screening Details  */

div.num-bg1 {
	list-style: none;
	background-image: url(../img/background/Ellipse1.png);
	background-repeat: no-repeat;
	height: 38px;
    width: 38px;
}

div.num-bg2 {
	list-style: none;
	background-image: url(../img/background/Ellipse2.png);
	background-repeat: no-repeat;
	height: 38px;
    width: 38px;
}






