@media (prefers-reduced-motion: reduce) {
  *,*:before,*:after {
    transition: none !important
  }
}

html{
  background:#110000;min-height: 100vh;}
html,body,div,p,a,h1,h2,h3,h4,h5,header,footer,iframe,ul,li,ol,form {
	margin:0;
	padding:0;
	line-height:1.25;
	text-rendering:optimizeLegibility;
 font-family: 'Lato', Arial, sans-serif;
}
body { 
	font-weight:400;
	background:linear-gradient(to bottom,#000 24%,#0a0a0a 82%);
  min-height: 100dvh;
  position: relative;
  min-width: 340px;
}
div#mainBox {
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100dvh - 110px);
}
button,
input[type="submit"],a {
	cursor:pointer;
	 font-family: 'Lato', Arial, sans-serif;
}
em {
  color: inherit;
}
.uk-padding-xsmall {
  padding:5px;
}
.uk-close:focus, .uk-close:hover {
	color: #eee;
}
#container {
	display:flex;
	flex-wrap: wrap;
	margin:0 auto;
	position:relative;
  width: 1380px;
	max-width: 100%;
	clear: both;
	background:#000;
	  box-sizing: border-box;
}
#container:after {
	content:"";
	clear:both;
	display:block;
	height:0;
	text-indent:-9999em
}
#mainRight {
	border-left:2px solid #444;
	margin:0;
	overflow:hidden
}
#footerMobile,
#emailSignupMobile,
.comicBoxHeaderMobile,
#navMobile,
#headerLogoMobile{display: none;}

#header-link {
}
/*
p.saturday {
    background: #384757;
    text-shadow: 1px 1px 2px #222;
    border-radius: 3px;
    color: #FFC200;
}
*/
#sidebar {
	overflow:hidden;
	text-align:center;
	margin:0;
	position: relative;
	padding:0 0 20px;

	display: none;
}
#specialBox {
	margin:15px 0;
	padding:5px;
	background:url(../images/transparentMic.png) -17px 50px no-repeat #121212;
	background-size:contain;
	-webkit-font-smoothing:antialiased
}
#specialBox p {
	margin:0 0 5px;
	color:#FFD44B;
	font-weight:700;
	font-size:16px
}
#specialBox p.see {
	font-size:22px
}
#specialBox p.tiny {
	font-size:9px
}
#specialBox h3 {
	text-align:center;
	font-family:'bangers',sans-serif;
	color:#eee;
	text-transform:uppercase;
	margin:5px 0 10px;
	font-weight:700;
	font-size:40px;
	letter-spacing:2px
}
#nav,
#navMobile {
	  background: #1e1e1e;
}
#nav a,
#navMobile div.navDropdown a {
	display:block;
	font-size:27px;
	padding:13px 18px;
	border-bottom:thin solid #444;
  letter-spacing: .1ch;
	text-transform:lowercase;
	text-decoration:none;
	color:#e4e4e4;
	transition:all linear 155ms;
  text-shadow: 1px 1px 5px #333;
  user-select: none;
}
#nav a {text-align: left}
#navMobile div.navDropdown a {text-align: left;}

#nav a#nav-special {
	color:#ffbb39
}
#nav a.home:hover {
  background:#0080b5;
}
#nav a.upcoming:hover {
  background:#70ac00;
}
#nav a.open-mic:hover {
  background:#e19200;
}
#nav a.menu:hover {
  background:#976311;
}

#nav a.about:hover {
	background:#971111;
}

#nav a.current,
#navMobile a.current  {
	background:#384757;
	/*color:#FF8A05; */
	text-shadow:2px 2px 2px #111
}
#navMobile{
	position:relative;
}
.navDropdown {
     position: fixed;
    top: 60px;
    display: block;
    height: 100%;
    z-index: 333;
    width: 50%;
    max-width: 270px;
    background: #384757;
    right: -100%;
    transition: all cubic-bezier(0.69, 0.03, 0, 0.76) 333ms;
    box-shadow: -1px 1px 4px 1px #111;
}
.navDropdown.showing{
	right:0;

}
.btnWrap {
    background: rgba(0,0,0,.95);
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
}
.mobileNavBlock {
    margin: 5px 10px 0 auto;
}
a#mobileNavBtn {
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    float: right;
    text-decoration:none;
    border:none;
    margin: 5px;
    text-indent: -9999em;
    background: url(/images/menuBtn.png) center no-repeat transparent;
    background-size: contain
}
#emailSignup {
	overflow:hidden;
	background:#314853;
	margin:25px 0;
	padding:5px;
}
div#mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#emailSignup label {
  font-size: 22px;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: -1px 1px 4px #232323;
  font-weight: 700;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  margin: 5px 0;
  width: 100%;

  flex: none;
  letter-spacing: 2px;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}
#mce-EMAIL {
padding: 4px;
  border: 0 none;
  /* -webkit-appearance: none; */
  border-radius: 2px;
  margin: 10px 0;
  font-weight: 700;
  font-size: 22px;
}
#mc-embedded-subscribe {
  border: 0 none;
  text-transform:   uppercase;
  padding:8px 10px;
  background: #C70000;
  color: #FAFAFA;
  font-weight: 700;
  border-radius: 3px;
    font-family:'Roboto Condensed','Arial Narrow',sans-serif;
  display: inline-block;
  margin-left:  10px
}
.comic-description li {
	list-style:none
}
.comic-description ul li ul li {
	margin:5px 20px;
	font-size:.9em
}
#sidebar div.social {
	margin:10px;
	text-align:center
}
#primary {
	padding:0 0 10px;
	position:relative;
	min-height:574px;
	flex: 1;
  overflow: hidden;
}
#headerFtr{
	margin: 0 auto 10px;
}
.home-box {
	margin:0 0 5px;
	display:block
}
.homeBoxWrap {
	position:relative;
	padding:5px
}
.homeBoxWrap>h2 {
	position:relative;
	top:10px;
	left:11px;
	display:inline-block;
	letter-spacing:4px;
	font-size:3em;
	padding:4px 25px;
	border-radius:5px;
	background:rgba(7,7,7,.9);
	color:#fff;
	font-family:'Bangers', fantasy, sans-serif;
	text-shadow:2px 2px 3px #333
}
.homeBoxWrap>h2 a{
	color:#fff;
	text-decoration: none;
}
.home-box,.comicBox {
	width:auto
}
div#homeText {
	padding:10px;
	margin:20px 0;
	background:#323232;
	color:#fafafa
}
div#homeText h3 {
	font-size:22px;
	line-height:1.2;
	margin:5px 10px;
	padding:5px;
	background:#111
}
div#homeText p {
	font-size:18px;
	line-height:1.2;
	margin:5px 10px 10px
}
a.mainButton span {
	display:block;
	margin:5px 10px;
	font-family:'Cabin';
	text-shadow:none;
	color:#FFF;
	padding:3px;
	font-size:14px;
	letter-spacing:2px;
	background:rgba(222,222,222,.2);
	border-radius:inherit
}
a.comicSpecial {
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:20px;
	background:rgba(66,66,66,.44);
	padding:5px 5px 10px;
	margin:10px 0;
	text-align:center;
	border-radius:5px
}
a.comicSpecial span {
	display:block;
	margin:10px 0 0;
	font-weight:700;
	font-size:22px
}
a.comicSpecial:hover {
	background:rgba(46,46,46,.84)
}

#footer {
  margin: 30px auto;
  padding: 10px;
  clear: both;
  display: flex;
  color: #CCC;
  opacity: .7;
  font-size: 15px;
  text-align: left;
  line-height: 1.4;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-end;
}
#footer a {
	color:#ccc;
	text-decoration:none
}
#footer a:hover {
	text-decoration:underline
}



#footer p {
	margin:6px auto
}
.clear {
	width:100%;
	clear:both
}
.comicBox {
	min-height:355px;
  border-radius: 7px;;
	margin:25px 10px;
	border:thin solid #323232;
	padding:2px;
	background: #2f2f2f;
  overflow: hidden;
}
.comic-left .comicSocial {
	padding:10px 5px;
	border-top:1px solid rgba(233,233,233,0.6);
	margin:10px;

	display: none;
}
.comicBox1 {
	padding-top:15px;
	margin-top:0
}

.hidden {
	display:none
}
.comic-right {
	overflow:hidden;
	padding:0 5px;
	display:block
}
.comic-right h2 {
	font-size:2.6em;
	letter-spacing:1px;
	word-spacing:3px;
	text-shadow:2px 1px 0 #000;
	color:#fff;
	margin:0 0 10px;
	font-family:'Roboto Condensed','Arial Narrow',sans-serif;
	font-weight:400
}
.spshow {
	font-family:'Roboto Condensed','Arial Narrow',sans-serif;
	text-indent:-9999em;
	background:url(../images/special_show.png) 0 0 no-repeat transparent;
	width:465px;
	height:40px;
	float:left;
	margin:2px 0 6px
}
p.stats {
	color:#fff;
	text-shadow:1px 1px 0 #000;
	font-size:15px
}
p.stats span {
	margin:2px 1px 0;
	font-size:21px
}
p.stats .coheads,p.stats .coHeads {
	font-size:27px
}
.dates-red {
	color:#FC0;
	display:block;
	margin:10px 0;
	text-shadow:1px 1px 1px #333;
	font-size:34px;
	font-weight:700;
	letter-spacing:1px
}
.comicBox .soldoutShows {
  margin: 0 10px 10px;
  color: #c00;
    background: rgba(12,12,12,.3);
}
.comicBox .soldoutShows p{
display:inline-block;
margin:2px;
}
.comic-description {
	font-size:21px;
	letter-spacing:1px;
	padding:0 10px;
	margin:0;
	line-height:1.33;
	color:#ededed;
	font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.comic-description.comic-description-long .comic-description-content {
  max-height: 500px;
  padding-bottom: 25px;
  transition:222ms cubic-bezier(0.09, 0.19, 0.8, 0.93);
  overflow: hidden;
}

.comic-description.comic-description-long.open .comic-description-content {
  max-height: 1000px;
  overflow: hidden auto;
}
.comic-description-show-more-mask + div {
  color: #eee;
  font-size: 20px;
  padding: 0 12px 0 0;
  margin: 15px 0 0 auto;
  text-align: right;
}
.comic-description-show-more-mask {
  position: absolute;
  background: linear-gradient(0deg, #2f2f2f 40%, transparent);
  opacity: 1;
  left: 0;
  right: 0;
  height: 35px;
  top: 500px;
  transition:222ms cubic-bezier(0.09, 0.19, 0.8, 0.93);
  pointer-events: none;
}
.comic-description.comic-description-long.open .comic-description-show-more-mask {
  opacity: 0;
  transition: none;
}
.comic-description.comic-description-long:after {
  content: "click to toggle bio";
  display: inline-block;
  position: absolute;
  bottom: -5px;
  text-align: center;
  left: 0;
  right: 0;
  color: #ffb400;
  z-index: 100;
  pointer-events: none;
  background: #1b1b1be8;
  width: 146px;
  font-size: 14px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 3px;
}
.comic-clear {
	width:100%;
	clear:both
}
span.special {
	font-size:15px;
	font-style:italic
}
span.special strong {
	font-style:normal;
	color:#ffae22
}
.comic-description strong {
	font-size:1.2em
}
div.feature-comic {
	overflow:hidden;
	padding:10px;
	justify-content: flex-end;
}
div.feature-comic div.featurePerson {

	padding:5px
}
div.feature-comic div.featurePerson p {
	font-size:30px;
	font-weight:700;
	color:#fff
}
div.feature-comic div.featurePerson .featuring {
	font-size:23px;
	letter-spacing:1px;
	font-weight:400;
	color:#aaa;
	margin:0 0 5px
}
div.feature-comic div.featurePic {

	margin:5px 20px 5px 5px;
}
div.feature-comic div.featurePic img {
	width:155px;
	height:auto;
}
.gray {
width: 250px;
    height: auto;
    margin-left: 5px;
    overflow: hidden;
}
.comic-left {
	width:260px;
	min-height:370px;
	text-align:center;
	margin:0 10px 0 0;
	padding-top:5px;
	display:block;
	float:left
}
#about {
	background:#2f2f2f;
	padding:10px
}
#about p {
	margin:10px;
	color:#fff;
	font-size:20px;
	line-height:1.3
}
.ulColor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 80%;
    margin: auto;
}
.ulColor ul li {
  display: inline-block;
  width: 100%;
}
#about ul li {
	margin:0 0 5px;
	list-style: none;
	color: #ddd;
	margin: 4px 20px;
	font-weight: 700;
	font-size: 22px;
  text-transform: capitalize;
}
#about ul:first-child {
}
#about h2 {
	margin:20px 2px 5px;
	text-align:center;
	color:#97BFFF;
	font-size:23px
}
a.map {
	color:#39F;
	transition:color ease .02s;
	cursor:pointer;
	text-decoration:none;
	font-size:90%;
	outline:none
}
a.map:hover {
	color:#FC0
}
.video-box {
	display:block;
	margin:0;
	padding:0;
	background-color:#000
}
h2.resSuccess {
	font-family:'Roboto Condensed','Arial Narrow',sans-serif;
}
a.mainButton {
  color: #aeb3bc;
  text-decoration: none;
  text-align: center;
  padding: 25px;
  width: 340px;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
  display: block;
  font-size: 2rem;
  background: #4e4e4e;
  transition: all ease-in .04s;
  letter-spacing: 1px;
  text-transform: uppercase;
}
a.mainButton:hover {
	background:#026a90
}
a.mainButton[id*="tix"]:after,a.mainButton[id*="cs_"]:after {
	content:'Pay Now';
	display:block;
	font-size:11px;
	text-shadow:none;
	margin:5px 5px 0;
	text-transform:uppercase;
	background:rgba(255,255,255,.2);
	padding:3px 0
}
a.mainButton[id*="res"]:after,a.mainButton[id*="rsv"]:after {
	content:'Pay at the door';
	display:block;
	font-size:11px;
	text-shadow:none;
	margin:5px 5px 0;
	text-transform:uppercase;
	background:rgba(255,255,255,.2);
	padding:3px 0
}div#homeFbook {
	text-align:center;
	background:#000;
	padding:10px 0 30px
}
.coheadsplit{
border:1px solid #444;
border-width:1px 0 0 0;
padding:10px 0;
}
p.sp {
    font-size: 25px;
    margin: 10px;
    padding: 9px;
    text-align: center;
    background: #999;
}
#hoodie {
    background: url(../images/h/hood.jpg) center 10px no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 10px 0 65px;
    display: block;
    margin: 5px 0;
    min-height: 100px;
}
#hoodie>div {
    background: rgba(255,255,255,.1);

    position: absolute;
    bottom: -10px;
    left: 0;
    margin:0 0 10px;
    right: 0;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000;
}
#hoodie>div p {
	margin: 2px 0;
	font-size: 11px;
	color: #fff;
}
.comic-description a {
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    display: inline-block;
    background: #444;
    padding: 10px;
    border-radius: 3px;
    margin: 2px;
}
.comicEmbed {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.comicEmbed iframe {
	transition:150ms linear;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
div#allianceLogo {
    margin: 5px auto;
}
div#allianceLogo img {
    max-width: 100%;
    height: auto;
}
.vidbox {display: none;}
.home-box .vidbox {
	display: block;
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  margin: 10px auto;
  clear: both;
}
.home-box .vidbox iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gold {
  color:#ffb400;
}

a.vdaymsg {
    display: block;
    clear: both;
    text-align: right;
    color: #ffc3c3;
    text-decoration: none;
    font-size: 22px;
    margin: 5px;
    transition: 200ms;
}

a.vdaymsg:hover {
	color: #fff;
}

/* handoff */


header {

  max-width:100%;
  box-sizing: border-box;
  margin: 0 auto;
  z-index:5;
  background:#0a0a0a;
  background:-webkit-linear-gradient(top,#000 24%,#0a0a0a 82%);
  background:linear-gradient(to bottom,#000 24%,#0a0a0a 82%);
}
#headerWrapper {
  margin:0 auto;
  background: rgba(0, 0, 0, 0);
  width: 1380px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 15px 0 5px;
}
@keyframes colorRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
h1#header-logo a {
  width:100%;
  text-indent:-9999em;
  display:block;
    height: 100%;
  max-height: 154px;
  background:url(../images/laffs-logo.webp) center no-repeat #000;
  background-size:contain;
  animation:colorRotate 555ms ease 50000ms 1;
}

#header-info-mobile,
#header-info {
  color: #fff;
      margin: 0;
      position: relative;
      overflow: hidden;
      display: flex;
}

div#headerWrapper:after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width:640px) {
  #headerWrapper {
    padding: 8px 0 0;
  }
  .showtimes-header {
    display: none;
  }
  h1#header-logo {
    width: 90px;
  }
  h1#header-logo a {
    width: 90px;
    height:auto;
  }
  #headerWrapper .hamburger {
    margin-top:0 !important;

  }
  #header-info-mobile.header-info {
    padding: 4px 1px!important;
    top: 10px;
    width: calc(100% - 145px);
    margin: auto;
    left: 15px;
    right: 0;
    position: absolute;
    box-sizing: border-box;
  }
  #header-info-mobile.header-info p {
    font-size: 14px !important;
  }
}
@media (max-width:400px) {
  #header-info-mobile.header-info p {
    font-size: 11px !important;
  }
}

.header-info p{
  font-size:20px;
  font-weight:700;
  line-height:1.25; 
  text-align:left;
  font-family: 'Roboto Condensed';
  margin: 0;
}

#header-info-mobile.header-info p {
	font-size: 17px;
}


.jumpToComics{display: none;}
.highlight {
    border: 1px solid #fff2;
    border-radius: 2px;
}
.day {
	display: inline-block;
}
.day p.uk-text-uppercase {
	color: #ffb400;
}

@media (min-width:640px) {
	.day + .day {
		border-left: 3px solid #333;
		padding-left: 16px;
		margin-left: 16px;
	}
}
/*
@media (max-width:639px) {
	.day + .day {
	border-left: 1px solid #333;
		padding-left: 6px;
		margin-left: 6px;
	}
}
*/
#header-info p span {
font-weight: 300;
}
#header-info span+span {
  font-size: 19px;
}
#header-info p.address span {
  border:0 none;
  margin:5px 0 0;
  font-size:23px;
}

#header-slogan {
  text-align: right;
    margin: 5px 0;
    flex: none;
    letter-spacing: 2px;
    overflow: hidden;
    padding: 0 10px;
    text-transform: uppercase;
    clear: both;
    box-sizing: border-box;
    width: 100%;
}
#header-slogan h2 {
  font-family:'Roboto Condensed',sans-serif;
  font-weight:700;
  color:#555;
  font-size:16px
}
#header-slogan span {
  font-size:30px;
  color:#FFF;
  display:block;
  float:right
}

.hamburger {
	color: #fff;
}
.address {
    font-size: 1.5rem;
  color: #eee;
}
#footer .address {
  letter-spacing: .05ch;
}

.comic-listing-image {
  max-height: 400px;
  object-fit: contain;
box-shadow: 1px 1px 6px 0px #333e;
}
.comic-listing-name {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
}
h3.agelimit {
  color: #ccc;
  font-size: 1rem;
}

/* 2021 redux redux */
div#menus {
  display: flex;
  justify-content: center;
  margin:10px auto 0;
  max-width: 100%;
  flex-wrap: wrap;
}
.menubox {
	text-align:center;
	padding:5px;
  margin: 30px;
}
.menubox>a {
  text-decoration: none;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: .4ch;
  text-transform: uppercase;
  font-size: 2.1rem;
  box-sizing: border-box;
  max-width: 100%;
  user-select: none;
  transition: 188ms linear;
  position: relative;
  height: 400px;
  width: 400px;
  max-width: 100%;
  overflow: hidden;
}

.menubox>a span {
  background: #0000009e;
    padding: 10px;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 55;
    backface-visibility: hidden;
}
.menubox#food a span { 
  text-shadow: 0px 0px 17px #ffbd2e;
}
.menubox#drink a span{
  text-shadow: 0px 0px 17px #01a4ff;
}
.menubox a div {
  width: 100%;
  height: 100%;
  transition: 543ms ease-out;
}
.menubox#food a div {
  background: url(../images/food-menu.png) center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 11;
}
.menubox#drink a div{
  background: url(../images/drink-menu.png) center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 11;
}
.menubox a:hover div {
  transform: scale(1.05);
}
.uk-flex.comicBoxHeader {
  flex-direction: column;
  padding: 20px;
  text-align: center;
}

p.comic-box-dates {
  color: #ffb400;
  font-weight: 300;
  font-family: 'Lato';
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 3rem;
}

.comic-listing-name {
  color: #e5e5e5;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 5rem;
}

h2.page-header {
  color: #ffb400;
  text-transform: uppercase;
  letter-spacing: 12px;
  font-weight: 300;
  text-align: center;
  font-size: 3rem;
  max-width: 98%;
  margin: auto;
}

h2.page-header span {
	display: inline-block;
	background: #000;
	padding: 0 15px;
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	max-width: 90%;
	margin:30px auto;
	  word-break: break-word;
}
h2.page-header::before {
content: "";
  display: block;
  border-top: 2px solid #ffb400;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  z-index: 2;
}
 

@media (max-width: 960px) {

  #header-info p span{
  font-size:18px;
}
  
}

@media (max-width: 640px) {
    #header-info p {
    font-size:15px;
    padding:3px;
    flex-wrap: nowrap;
  }
  #header-info p span {
    width: auto;  
  }
  p.comic-box-dates {
		font-size: 1.5rem;
		word-break: break-word;
	}
	.comic-listing-name {
		font-size: 3rem;
	}
	h2.page-header {
		font-size: 2rem;
	}
}

@media (max-width: 500px) {
  #headerWrapperHours {
    flex: 100%;
    order: 100;
    width: 100%;
    margin: 10px auto;
  }
 } 

 .footer-disclaimer {
  font-size: 1.8rem;
    background: #1111;
    padding: 10px;
    color: #fff;
    text-decoration: underline;
    text-shadow: 1px 1px 1px #111;
    letter-spacing: .02ch;
 }