/* - - - - - - - - - - - - - - - - - - - -
   SCREENINGS GLOBAL CSS
- - - - - - - - - - - - - - - - - - - - - 

CONTENTS:
- helpers
- base
- flexbox
- chunks
- links
- buttons
- forms
- social icons

*/

/* HELPERS
- - - - - - - - - - - - - - - - - */
.fl { float: left; }
.fr { float: right; }

.clear { clear: both; }
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.jc-left	{ justify-content: left !important; }
.jc-center	{ justify-content: center !important; }
.jc-right	{ justify-content: right !important; }

.block-center { margin-left: auto; margin-right: auto; }
img.center { display: block; margin-left: auto; margin-right: auto; }
.relative { position: relative; }
.text-center { text-align: center; }
.ml0_5 { margin-left: 0.5em; }
.ml1 { margin-left: 1em; }
.ml1_5 { margin-left: 1.5em; }
.ml2 { margin-left: 2em; }
.ml3 { margin-left: 3em; }
.ml5 { margin-left: 5em; }
.mr1 { margin-right: 1em; }
.mr1_5 { margin-right: 1.5em; }
.mr2 { margin-right: 2em; }
.mr3 { margin-right: 3em; }
.mr5 { margin-right: 5em; }
.mt0_25 { margin-top: 0.25em; }
.mt0_5 { margin-top: 0.5em; }
.mt1 { margin-top: 1em; }
.mt1_5 { margin-top: 1.5em; }
.mt2 { margin-top: 2em; }
.mt2_5 { margin-top: 2.5em; }
.mt3 { margin-top: 3em; }
.mt5 { margin-top: 5em; }
.mb0_3 { margin-bottom: 0.3em; }
.mb0_5 { margin-bottom: 0.5em; }
.mb1_5 { margin-bottom: 1.5em; }
.mb2 { margin-bottom: 2em; }
.mb2_8 { margin-bottom: 2.8em; }
.mb3 { margin-bottom: 3em; }
.mb5 { margin-bottom: 5em; }
.mb6 { margin-bottom: 6em; }

.ten         { width:  10%; }
.twenty      { width:  20%; }
.thirty      { width:  30%; }
.fifty       { width:  50%; }
.fiftyfive   { width:  55%; }
.twothirds   { width:  66%; }
.seventyfive { width:  75%; }
.eightyfive  { width:  85%; }


.grey { color: #333333; }
.blue { color: #006699; }
.darkblue { color: #00131a; }
.white { color: #ffffff; }


.medium { font-size: 16px; }
.smalltitle { font-size: 22px; }
.subtitle { font-size: 36px; margin-top: -3px; color: #333333; }
.thin { font-weight: 100; }


.link { text-decoration: underline; cursor: pointer; }


/* BASE
- - - - - - - - - - - - - - - - - */
html {
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	color: #333333;
	font-size: 14px;
	min-height: 100%;
	position: relative;
}

ul {
	list-style: none;
}

p,h1,h2,h3,h4,h5 {
	font-family: Arial;
}

hr.thin { margin: 5px 0; border-bottom: none; }
hr.gray { border: 0; border-bottom: 2px solid #ccc; margin: 5px 0; }
hr.white { border: 0; border-bottom: 2px solid #fff; margin: 10px 10px; }


/* FLEX BOX
- - - - - - - - - - - - - - - - - */
.jc-space-bt {
  display: flex;

  justify-content: space-between;
}


/* CHUNKS
- - - - - - - - - - - - - - - - - */
.chunk {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}
/* chunk mods */
.chunk.left  { float:  left; padding-right: 3%; }
.chunk.right { float: right; padding-left:  3%; }
.chunk.padding-left  { padding-left:  3%; }
.chunk.border-right { border-right: 1px solid #dcdcdc;}



/* LINKS
- - - - - - - - - - - - - - - - - */
a img { border: none; }


/* BUTTONS
- - - - - - - - - - - - - - - - - */
a.button {
	font-family: Arial;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

a.button.blue {
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    display: block;
	font-family: Arial;
	color: #fff;
	background-color: #006599;
}

a.button.blue:hover {
	opacity: 0.7;
}

a.button.whiteborder {	
	border-color: #ffffff;
	border-style: solid;
	border-width: 5px;
	border-radius: 0px;
	width: 330px;
	height: 60px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
}

a.button.pass {
	border-radius: 0px;
	width: 350px;
	height: 60px;
	line-height: 60px;
	text-align: left;
}

a.button.rsvp {
	font-size: 20px;
}

a.button.find-scr {
	width: 264px;
	height: 39px;
	line-height: 39px;
	font-size: 16px;
	font-weight: bold;
}

a.button.regi-scr {
	width: 300px;
	height: 39px;
	line-height: 39px;
	font-size: 16px;
	font-weight: bold;
}

a.button.downloadpass {
	color: #fff;
	width: 320px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

a.button.black {
	display: block;
	font-family: Arial;
	color: #fff;
	background-color: #333333;
	width: 262px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}

/* common button mods */
a.button.short { width: 244px; height: 45px; line-height: 45px; }
a.button.small 	{ width: 184px; height: 36px; line-height: 36px; }
a.button.center { margin-left: auto; margin-right: auto; }
.bgfull a.button.long {  height: 41px; line-height: 41px; text-transform: uppercase; }


/* FORMS
- - - - - - - - - - - - - - - - - */
label {
	color: #333333;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}
label.green { color: #27ae60; }

input, textarea, select {
	width: 260px;
	outline: none; /* removes crappy default webkit blue glow */
}

input, select {
	color: #2c3e50;
	font-family: Arial;
	font-size: 14px;
	line-height: 2;
	height: 40px;
}

input.zip  { height: 35px; margin-top: 0.3em;}
input.terms { width: 20px; height: 20px; }

textarea {
	color: #2c3e50;
	font-family: Arial;
	font-size: 12px;
	height: 200px;
	background-color: white;
}

.disclaimer textarea {
	border:1px solid #DDD;
	padding: 8px;
	width: 320px;
}

input[type="checkbox"] {
	display: inline
	width: auto;
	box-shadow: none;
	margin-right: 4px;
}

.checkboxes input[type="checkbox"],
.checkboxes label {
	height: auto;
	line-height: 1;
	vertical-align: middle;
	width: auto;
}
.checkboxes input[type="checkbox"] {
}

.subcontainer {
	display: flex;

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


/* SOCIAL ICONS
- - - - - - - - - - - - - - - - - */
a.facebook {
	display: flex;
	text-decoration: none;
	color:#fff;
	font-family:Arial;
	font-size:16px;
	line-height:3;
	text-align:center;
	background-color:#3760A0;
	width:244px;
	height:44px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
}
a.facebook:hover {
	background-color: #244a84;
}

a.tw {
	font-weight: bold;
	display: flex;
	text-decoration: none;
	color:#fff;
	font-family:Arial;
	font-size:16px;
	line-height:3;
	text-align:center;
	background-color:#2BA8E2;
	width:244px;
	height:44px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.tw:hover {
	background-color: #208ec1;
}

a.insta {
	font-weight: bold;
	display: flex;
	text-decoration: none;
	color:#fff;
	font-family:Arial;
	font-size:16px;
	line-height:3;
	text-align:center;
	background-color:#e54060;
	width:244px;
	height:44px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}




div.passes-logo	{
	width:  51px;
	height: 51px;
	background-image: url(../img/icons/ticket.png);
	background-repeat: no-repeat;
}

div.textbox { 
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.email-preferences input[type="checkbox"]{
	width: 100%;
	height: 25px;
	margin: 0;
}

.email-preferences .row{
	display: flex;
	padding: 25px 0;
}