/*
Theme Name: mad2018
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gotheme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gotheme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Global Structure
# Theme Templates
	## Header
	## Footer
	## Default Template
	## Home Page
	## Guests Page
	## Exhibitors Page
	## News Page (What's New)
	## FAQ Page
	## Resources Page
	## Floor Plan Page
	## Sponsor Page
	## Schedule Page
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a:link {
	background-color: transparent;
	outline: none!important;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	line-height: 1.4em;
	margin: 0px;
}
p {
	margin: 0px;
}
mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	display: block;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
body h1.entry-title {
	font: normal 2.5em/1.2em Anton, Arial, sans-serif;
	text-align: center;
}
h1.entry-title, h2, h3 {
	color: #e71d1d;
	font: normal 1.5em/1.2em Anton, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 .5em 0;
	letter-spacing: 2px;
}
h3 {
	font-size: 1.2em;
	text-align: left;
	color: #3a3a3a;
	clear: none!important;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
h1.entry-title {
	margin: 0px 0px .5em 0px;
}
big {
	font-size: 125%;
}
#content {
	font: normal 1.2em/1.5em Arial, sans-serif;
	background: #d9d9d9;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	font: normal 1em/1.3em "Open Sans", Arial, sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
footer.entry-footer {
	display: none;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 16px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e71d1d;
	text-decoration: none;
}

a:visited {
	color: #e71d1d;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #e71d1d;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #3a3a3a;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	margin: 0px 3% 0px 0px;
}

.main-navigation a:link, .main-navigation a:visited {
	display: block;
	text-decoration: none;
	padding: 1em 0px;
	text-transform: uppercase;
	color: #FFF;
	font: 900 1.14em/1em Lato, Arial, sans-serif;
	letter-spacing: 2px;
}
.main-navigation a:hover, .main-navigation a:active {
	color: #e71d1d;	
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 50px;
	left: -999em;
	z-index: 99999;
	background: #3a3a3a;;
	text-align: left;
	padding: 1em 1em .5em 1em;
	width: 250px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul.sub-menu a:link, .main-navigation ul ul.sub-menu a:visited {
	padding: 0;
	font: normal .9em/1.3em Arial, sans-serif;
	padding-bottom: .8em;
}
.main-navigation ul ul.sub-menu a:hover, .main-navigation ul ul.sub-menu a:active {
	color: #e71d1d;
}

.main-navigation ul ul li {
	display: block;
	border-bottom: 1px solid #e71d1d;
	margin-bottom: .8em;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Global Structure
--------------------------------------------------------------*/
.group:after, #primary-menu:after {
    display: block;
    content: "";
    clear: both;
}
#inner-header, #primary-menu, #inner-footer, #credit, .inner-content {
	margin: 0 auto;
	padding: 0px 3%;
}
#credit, #inner-footer {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
#inner-header {
	padding-top: 1.1em;
	padding-bottom: .8em;
}
.inner-content {
	margin: 3em 0;
}
#primary p {
	margin: 0px 0px 1.5em 0px;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#wprmenu_bar {
	background: #e71d1d!important;
}
#inner-header {
	text-align: center;
	background: url(http://testserver01.com/lbcc/wp-content/uploads/2018/06/comic-bg.jpg);
}
#header-logo {
	max-width: 318px;
	width: 98%;
	margin: 0 auto .5em auto;
}
header #counter {
	width: 292px;
	border: none;
	padding: 0px;
	margin: 0 auto;
}
header .number {
    	font: bold 30px/30px Teko, Arial, sans-serif;
    	padding: 3px 0px 0px 0px;
}
header .label {
	font: bold 22px/22px Teko, Arial, sans-serif;
	padding: 2px 0px 0px 0px;
}
header #counter .number {
	min-height: 33px;
}
#counter {
	text-transform: uppercase;
	text-align: center;
	background: #000;
	padding: .5%;
}
.number {
	background: #3a3a3a;
	color: #FFF;
	font: bold 35px/35px Teko, Arial, sans-serif;
	padding: 5px 0px 0px 0px;
}
.label {
	background: #898989;
	color: #FFF;
	font: bold 25px/25px Teko, Arial, sans-serif;
	padding: 5px 0px 0px 0px;
}
header .label {
	background: #898989;
	color: #FFF;
}
.days, .hours, .minutes {
	width: 32.3%;
	float: left;
}
.minutes {
	width: 33.3%;
}
.days, .hours {
	margin-right: 1%;
}
#header-year {
	font: normal 7.5em/.9em Anton, Arial, sans-serif;
	color: #e71d1d;
	letter-spacing: 2px;
}
#header-counter {
	font: normal 3.1em/.9em Anton, Arial, sans-serif;
	color: #FFF;
	text-transform: uppercase;
}
#header-counter p {
	margin-bottom: .3em;
}
#header-ticket {
	margin: .8em auto 1em auto;
	max-width: 266px;
	width: 98%;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
	background: #3a3a3a;
	color: #FFF;
}
#colophon a:link, #colophon a:visited {
	opacity: 1;
	transition: all .5s;
}
#colophon a:hover, #colophon a:active {
	opacity: 0.5;
	transition: all .5s;	
}
#inner-footer {
	text-align: center;
}
#lbcc-logo img, #social img, #mad-logo img {
	display: inline;
}
#social {
	margin-bottom: .6em;
	width: 270px;
	margin:  0 auto;
}
#social a:link, #social a:visited {
	width: 32px;
	height: 32px;
	display: inline-block;
}
#social a:nth-child(1), #social a:nth-child(2) {
	margin-right: 30%;
}
#subscribe p {
	font: 900 1em/1.2em Lato, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 auto .5em auto;
}
#credit {
	text-transform: uppercase;
	font-size: .7em;
	text-align: right;
	background: #777777;
	color: #000;
}
#credit a {
	text-decoration: none;
	color: #000;
}
.ctct-inline-form {
	width: 300px;
	margin: 0 auto;
}
.ctct-gdpr-text, div.ctct-form-embed form.ctct-form-custom label.ctct-form-label, .ctct-form-footer, .g-recaptcha {
	display: none!important;
}
.ctct-form-embed.form_1 .ctct-form-defaults {
	background: transparent!important;
	padding: 0!important;
}
#email_address_field_1 {
	width: 63%;
	margin: 0 2% 0 0;
	float: left;
}
div.ctct-form-embed form.ctct-form-custom {
	min-height: initial!important;
}
.ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
	width: 35%;	
}
div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	height: 32px!important;
	padding: 5px!important;
}
.ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
	height: 32px!important;
	padding: 5px!important;	
	font: 900 1em/1em Lato, Arial, sans-serif;
    background: #e71d1d!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0px!important;
}
/*--------------------------------------------------------------
## Default Template
--------------------------------------------------------------*/
.page-template-default #primary {
	text-align: center;
}
.page-template-default #primary p {
	text-align: left;
}
.page-template-default #primary p img {
	display: inline-block;
}
.page-template-default #primary p img.aligncenter {
	display: block;
}
.page-template-default .featuredImage {
	margin-bottom: 2em;
}
.page-template-default #content ,.page-template-page-faq #content, .page-template-page-news #content, .page-template-page-resources #content, .page-template-page-resources #content, .page-template-page-sponsors #content, .page-template-page-exhibit #content, .blog #content, .single #content, .page-template-page-schedule #content {
	background: url(http://testserver01.com/lbcc/wp-content/uploads/2018/07/large-comic-background.jpg);	
}
.page-template-default #theContent img.featuredImage {
	display: inline-block;
}
.page-template-default .inner-content, .page-template-page-faq .inner-content, .page-template-page-resources .inner-content, .page-template-page-sponsors .inner-content, .page-template-page-exhibit .inner-content {
	width: 95%;
	max-width: 1350px;	
	margin: 0 auto;
	padding: 3em 3%;
	background: #d9d9d9;
}
#theContent ul.bullet {
	text-align: left;
}
.single-schedule .roomScheduleDay1, .single-schedule .roomScheduleDay2 {
	width: 100%!important;
	height: auto!important;
	border: none!important;
	border-left: 1px solid #000!important;
}
.single-schedule .roomName.heading {	
	height: auto!important;
}
body.page-template-default .single-schedule .program {
	position: relative;
	display: inline-block;
	top: auto!important;
	left: auto;
	width: 20%;
	float: left;
	height: 100px!important;
	border-top: none!important;
	border-right: 1px solid #000;
}

/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
#home-stage {
	width: 100%;
}
#home-stage video {
	width: 100%;
}
a.button:link, a.button:visited {
	font: 900 1.5em/1em Lato, Arial, sans-serif;
	background: #e71d1d;
	color: #FFF;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: .5em 1em;
	letter-spacing: 2px;
	transition: all .5s;
	opacity: 1;
}
a.button:hover, a.button:active {
	opacity: .5;
	transition: all .5s;
}
#guests {
	text-align: center;
	padding: 3em 0;
	width: 85%;
	margin: 0 auto;
}
#guestList, #exhibitors .inner-content {
	width: 95%;
	max-width: 1530px;
	margin: 0 auto 2em auto;
}
#whatsNew .inner-content {
	width: 95%;
	max-width: 1350px;	
	margin: 0 auto;
}
.guest {
	border-left: 2px solid #d9d9d9;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: none!important;
    width: 67px;
    height: 106px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: blue;
    border: none;
    outline: none;
}
.slick-prev {
    left: -85px;
    background: url(http://testserver01.com/lbcc/wp-content/uploads/2018/06/slider-arrow-left.png) no-repeat;
}
.slick-next {
    right: -80px;
    background: url(http://testserver01.com/lbcc/wp-content/uploads/2018/06/slider-arrow-right.png) no-repeat;
}
#exhibitors {
	background: url(http://testserver01.com/lbcc/wp-content/uploads/2018/06/comic-bg.jpg);
	text-align: center;
	padding: 3em 0;
}
#exhibitors h2 {
	color: #FFF;
}
#exhibitors .row {
	text-align: left;
	color: #e71d1d;
}
.column {
	background: #FFF;
	color: #000;
}
.row {
	font: normal .9em/1.2em Lato, Arial, sans-serif;
	text-transform: uppercase;
	padding: 5px 5%;
}
.row:nth-child(odd) {
	background: #aeaeae;
}
#whatsNew .newsPost {
	text-align: center;
	max-width: 370px;
	margin: 0 auto 2em auto;
}
.newsPost img {
	display: inline-block;
}
.newsPost a:link, .newsPost a:visited {
	display: inline-block;
	font: bold 18px/24px Lato, Arial, sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: .5em;
	min-height: 50px;
}
#primary .newsPost p {
	font: normal .8em/1.5em Lato, Arial, sans-serif;
	color: #000;
	margin-bottom: 0;
}
.newsPost a.readMore:link, .newsPost a.readMore:visited {
	font: bold .7em/1.5em Lato, Arial, sans-serif;
	text-decoration: underline;
	letter-spacing: 0px;
	color: #e71d1d;
	display: block;
}
#whatsNew {
	padding: 3em 0;
	text-align: center;
}
#getTickets {
	text-align: center;
	background: url(http://testserver01.com/lbcc/wp-content/uploads/2018/06/comic-bg.jpg);
	padding: 2em 0;
}
#getTickets a:link, #getTickets a:visited {
	display: inline-block;
}
#getTickets h2 {
	color: #FFF;
	margin-bottom: 0;
}
#getTickets p {
	font: normal 2em/1.2em Anton, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: .5em;
}
#getTickets .message a {
	font-size: 1.2em;
	margin-bottom: 1.5em;
	color: #FFF;
	letter-spacing: 1px;
}
#getTickets .message span {
	color: #FFF;
}
/*--------------------------------------------------------------
## Guests Page
--------------------------------------------------------------*/
#guestDisplay .inner-content {
	max-width: 1530px;
	width: 95%;
	margin: 0 auto;
}
.filterControls {
	margin: 0px 0px 2em 0px;
	text-align: center;
}
.tab, .tab:focus, .filterControls a:link {
	display: inline-block;
	background: #898989;
	outline: none;
	margin: 5px 2px 0px 0px;
	text-decoration: none;
}
.filterControls a:hover {
	background: #3a3a3a;
}
.filterControls .tab.on {
	background: #e71d1d;
}
.filterControls a:link, .filterControls a:visited {
	display: inline-block;
	text-align: left;
	text-transform: uppercase;
	color: #FFF;
	padding: .5em 1em;
}
#guestDisplay .guest {
	display: block;
	width: 370px;
	margin: 0 auto;
}
#primary p.guestName {
	font: bold 1.2em/1.3em Lato, Arial, sans-serif;
	margin: .3em 0 .5em 0;
}
/*--------------------------------------------------------------
## Exhibitors Page
--------------------------------------------------------------*/
#button-section, #buttonSection {
	text-align: center;
	margin-bottom: .5em;
}
#exhibitorDisplay .inner-content {
	max-width: 1530px;
	width: 95%;
	margin: 0 auto 4em auto;
}
#exhibitorDisplay .row a:link, #exhibitorDisplay .row a:visited {
	text-decoration: none;
	color: #e71d1d;
}
span.booth {
	float: right;
	color: #000;
}
.row div {
	color: #e71d1d; 
}
/*--------------------------------------------------------------
## News Page
--------------------------------------------------------------*/
a.blogBack {
	display: inline-block;
	margin-top: 1em;
}
#newsDisplay .inner-content, .single .inner-content {
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	width: 95%;
}
#newsDisplay .newsPost, .single .newsPost {
	background: #FFF;
	padding: 2em;
	margin-bottom: 3em;
	-webkit-box-shadow: 18px 22px 0px 6px rgba(58,58,58,0.75);
	-moz-box-shadow: 18px 22px 0px 6px rgba(58,58,58,0.75);
	box-shadow: 18px 22px 0px 6px rgba(58,58,58,0.75);
}
.single .newsPost {
	margin-top: 2em;
}
#newsDisplay .newsPost p, .single #primary .newsPost p {
	font: normal 1em/1.4em Arial, sans-serif;
	margin-bottom: 1.5em;
}
#newsDisplay .newsPost img, .single .newsPost img {
    display: block;
	margin-bottom: .5em;
}
#newsDisplay .newsPost h2 a:link, #newsDisplay .newsPost h2 a:visited, .single .newsPost h2 a:link, .single .newsPost h2 a:visited {
    color: #e71d1d;
    font: normal 1.2em/1.2em Anton, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}
#newsDisplay .newsPost a:link, #newsDisplay .newsPost a:visited, .blog #newsDisplay .newsPost a.button:link, .blog #newsDisplay .newsPost a.button:visited {
	color: #FFF;
}
.blog #newsDisplay .newsPost a:link, .blog #newsDisplay .newsPost a:visited {
	color: #e71d1d;
}
.navigation a:last-child {
	margin-bottom: 4em;
}
.navigation a:first-child {
	margin-bottom: 4em;
}
/*--------------------------------------------------------------
## FAQ Page
--------------------------------------------------------------*/
.page-template-page-faq .filterControls a:link, .page-template-page-faq .filterControls a:visited {
	display: block;
}
/*--------------------------------------------------------------
## Resources Page
--------------------------------------------------------------*/
.importantForms a.button:link {
	display: block;
	margin-bottom: .5em;
}
table {
	font-size: .9em;
	line-height: 1.4em;
	margin-bottom: 4em;
}
th {
	color: #FFF;
	background: #3a3a3a;
	padding: .5em 0px;
}
tr {
	border-bottom: 1px solid #000;

}
tr.headings th {
	background: #CCC;
	color: #000;
	text-align: left;
	padding: 5px;
}
td {
	padding: 20px 0px;
}
table p {
	margin: 0px;
}
.page-template-page-resources h2, .page-template-page-sponsors h2 {
    font: normal 1.5em/1.2em Anton, Arial, sans-serif;
}
.contactPerson {
	border-bottom: 1px solid #000;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
#primary .contactNote p {
	margin-bottom: .5em;
}
/*--------------------------------------------------------------
## Floor Plan Page
--------------------------------------------------------------*/
.page-template-page-floor embed {
	width: 100%;
	min-height: 700px;
}
.page-template-page-floor .inner-content {
	text-align: center;
}
/*--------------------------------------------------------------
## Sponsor Page
--------------------------------------------------------------*/
.sponsor, .sponsor img {
	display: inline-block;
}
/*--------------------------------------------------------------
## Schedule Page
--------------------------------------------------------------*/
#mg-wprm-wrap ul li ul.sub-menu li.page-item-1484 {
	display: none;
}
.roomScheduleDay1, .roomScheduleDay2, .roomSchedule.times {
	width: 16%;
	float: left;
	/* padding-right: .5em;	
	margin-right: .5em; */
	border-right: 1px solid #000;
	position:  relative;
	background: #FFF;
}
.roomSchedule {
	height: 1805px;
}
.roomSchedule.times {
	width: 10%;
	background: #FFF;
}
.roomScheduleDay1, .roomScheduleDay2 {
	height: 1805px;
}
h3.roomName, .time {
	height: 125px;
	text-align: center;
	text-transform: uppercase;
	font-size: .6em;
	line-height: 1.2em;
	padding: .5em .3em;
	font-weight: bold;
	color: #000;
	box-sizing: border-box;
	margin: 0px;
}
h3.roomName {
	font-family: Lato, Arial, sans-serif;
	color: #FFF;
	line-height: 1.3em;
	padding: 1em .5em;
}
.scheduleBox {
	width: 96%;
	margin: 0 auto;
}
.program, .time {
	font-size: .6em;
	line-height: 1.2em;
	text-align: center;
	padding: 1em .5em;
	/* border-top: 1px solid #000; */
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}
.program {
	/* border-top: 1px solid #000; */
	border-bottom: 1px solid #000;
	width: 100%;
	background: #CCC;
}
.program a:link, .program a:visited {
	text-decoration: none;
	color: #000;
}
.program a:hover, .program a:active {
	color: #FFF;
}
.program:hover {
	background: #e71d1d;
}
.program:hover a {
	color: #FFF;	
}
.time {
	padding-top: 5px;
}
.program p {
	margin: 0px;
}
.sessionName {
	font-weight: bold;
	line-height: 1.4em;
}
.scheduleControls {
	margin: 2em 0px;
	text-align: center;
}
.program {
	position: absolute;
	left: 0px;
}
.program.a1000am {
	top: 125px;
}
.program.a1015am {
	top: 165px;
}
.program.a1030am {
	top: 205px;
}
.program.a1045am {
	top: 245px;
}
.program.a1100am {
	top: 285px;
}
.program.a1115am {
	top: 325px;
}
.program.a1130am {
	top: 365px;
}
.program.a1145am {
	top: 405px;
}
.program.a1200pm {
	top: 445px;
}
.program.a1215pm {
	top: 485px;
}
.program.a1230pm {
	top: 525px;
}
.program.a1245pm {
	top: 565px;
}
.program.a100pm {
	top: 605px;
}
.program.a115pm {
	top: 645px;
}
.program.a130pm {
	top: 685px;
}
.program.a145pm {
	top: 725px;
}
.program.a200pm {
	top: 765px;
}
.program.a215pm {
	top: 805px;
}
.program.a230pm {
	top: 845px;
}
.program.a245pm {
	top: 885px;
}
.program.a300pm {
	top: 925px;
}
.program.a315pm {
	top: 965px;
}
.program.a330pm {
	top: 1005px;
}
.program.a345pm {
	top: 1045px;
}
.program.a400pm {
	top: 1085px;
}
.program.a415pm {
	top: 1125px;
}
.program.a430pm {
	top: 1165px;
}
.program.a445pm {
	top: 1205px;
}
.program.a500pm {
	top: 1245px;
}
.program.a515pm {
	top: 1285px;
}
.program.a530pm {
	top: 1325px;
}
.program.a545pm {
	top: 1365px;
}
.program.a600pm {
	top: 1405px;
}
.program.a615pm {
	top: 1445px;
}
.program.a630pm {
	top: 1485px;
}
.program.a645pm {
	top: 1525px;
}
.program.a700pm {
	top: 1565px;
}
.program.a715pm {
	top: 1605px;
}
.program.a730pm {
	top: 1645px;
}
.program.a745pm {
	top: 1685px;
}
.program.a800pm {
	top: 1725px;
}
.halfHour {
	height: 80px;
}
.oneHour {
	height: 160px;
}
.oneHourHalf {
	height: 240px;
}
.twoHour {
	height: 320px;
}
.twoHourHalf {
	height: 400px;
}
.threeHour {
	height: 480px;
}
.threeHourHalf {
	height: 560px;
}
.fourHour {
	height: 640px;
}
.topBorder {
	border-top: 1px solid #000;
}
.hide { 
	display:none;
}
.featherlight .featherlight-content {
	background: #FFF!important;
	border-radius: 10px;
	padding: 2em!important;
	max-width: 360px!important;
}
.featherlight p {

}
.sessionDescription p.sessionTitle {
	font-weight: bold;
	margin-bottom: .5em;
	text-align: center;
}
.sessionDescription p.sessionTime {
	margin-bottom: .5em;
	padding-bottom: .5em;
	text-align: center;
	border-bottom: 1px solid #000;
}
p.comingSoon {
	display: block;
	font: bold 1.5em/1.2em "Open Sans", Arial, sans-serif;
	text-align: center;
}
/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/
@media only screen and ( min-width: 900px ) {
	.slick-prev, .slick-next {
		display: block!important;
	}
	.roomName.heading, .time.heading {
		height: 125px;
		border-bottom: 1px solid #000;	
}
	.time {
	height: 80px;	
	}
	.scheduleBox {
		width: 80%;
		margin: 0 auto;
	}
	.roomScheduleDay1, .roomScheduleDay2, .roomSchedule.times {
		width: 12.5%;
	}
	h3.roomName, .time {
		font-size: .8em;
		line-height: 1.2em;
		padding: 1em .5em;
	}
}

@media only screen and ( min-width: 1245px ) {
	h2 {
		font: normal 2.9em/1.2em Anton, Arial, sans-serif;
	}
	#header-logo {
		float: left;
	}
	#header-year {
		float: left;
		margin-left: 1%;
		font: normal 7.5em/.9em Anton, Arial, sans-serif;
	}
	header #header-counter {
		float: right;
	}
	#header-ticket {
		float: right;
		margin: 0 0 0 2%;
	}
	#header-counter p {
		margin-bottom: 4px;
	}
	#lbcc-logo {
		float: left;
		width: 10%;
	}
	#subscribe {
		float: left;
		width: 30%;
		margin-top: 1.5em;
	}
	#social {
		width: 40%;
		float: right;
		margin: 2.8em 0 0 0;
	}
	#mad-logo {
		float: right;
		width: 20%;
		margin: 1.8em 0 0 0;
	}
	.column {
		width: 30%;
		margin-right: 5%;
		float: left;
	}
	.column:nth-child(3), #whatsNew .newsPost:nth-child(3) {
		margin-right: 0;
	}
	#whatsNew .newsPost {
		width: 30%;
		margin-right: 5%;
		float: left;
	}
	#primary .newsPost p, .newsPost a:link, .newsPost a:visited {
		text-align: left;	
	}
	#getTickets .message {
		float: left;
		width: 47%;
		margin-right: 3%;
		margin-top: 1em;
		text-align: right;
	}
	#getTickets .image {
		float: left;
		width: 50%;		
	}
	#guestDisplay .guest {
		float: left;
		width: 23%;
		margin-right: 2%;
		max-width: 370px;
		height: 250px;
	}
	.singleLocation {
		width: 49%;
		float: left;
	}
}
@media only screen and ( min-width: 1740px ) {
	#guests {
		width: 100%;
	}
}