/*
Theme Name: Mob Museum 2.0
Theme URI: http://www.themobmuseum.org
Version: 2-13-2019;
Author: Sunny Wanser for Braintrust
Author URI: http://www.braintrustlv.com
Description: Custom Theme for The Mob Museum
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newmob
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.

 Mob Museum 2.0 is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries


--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*: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: #ffffff; /* Fallback for when there is no custom background color defined. */
}

.site-content {
	background: #ecf1f4;

}

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

ol,
ul {
	list-style: none;
}

.entry-content ul {
	padding-left: 30px;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

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

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: "ronnia", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

.entry-content h1 {
	color: #500a0e;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
}

.entry-content h2,
.entry-content h3 {
	margin-bottom: 0.25em;
	margin-top: 0;
}

.entry-content ul {
	margin-bottom: 1.5em;
}

.subnavigation ul {
	margin-bottom: 0;
}

.subnavigation h1,
.subnavigation h2,
.subnavigation h3 {
	margin-bottom: 0;
}

.entry-title-search {
	color: #500a0e;
	font-size: 20px;
	text-transform: uppercase;
	display: inline;
	padding-left: 10px;	
}

h1 {
	color: #500a0e;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1.huge {
	color: #500a0e;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
}

h3 {
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
}

h4 {
	color: #000000;
	font-size: 18px; 
	text-transform: uppercase;
	font-weight: bold;
}

h5 {
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0;
	text-align: center;
	font-style: italic;
	font-size: 18px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	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: 1.5rem;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 1.5em 0;
}

ul,
ol {
/*	margin: 0 0 1.5em 3em;	*/
}

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: 0;
}

table {
	margin: 0;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
/*	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
/*	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); */

	display: inline-block;
	border: 1px solid #000;
	padding: 3px 25px;
	margin: 5px auto;
	color: #fff;
	background: #3c5b2b;
	text-shadow: none;
	box-shadow: none;
	cursor: pointer

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
/*	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); */

	background: #2a391a;

}

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;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a, a:visited {
	color: #001c2f;
	text-decoration: none;
	transition: background 0.3s ease;
	-webkit-transform: background 0.3s ease;
}

a:hover,
a:focus,
a:active {
	color: #001c2f;
	background-color: rgba(0, 101, 148, 0.2);
	text-decoration: none;
}

.entry-content a,
.entry-content a:visited {
	color: #005389;
}

.subnavigation a,
.subnavigation a:visited {
	color: #001c2f;
}

a.cta {
	text-transform: uppercase;
	font-family: "ronnia", sans-serif;
	border-bottom: 2px solid;
	font-style: italic;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 0;
	font-weight: 400;
}

a.yellow-cta,
a.yellow-cta:visited {
	color: #ffff00;
	border-color: #ffff00;
	transition: color: 0.5s;
	-webkit-transition: color 0.5s;
}

a.yellow-cta:hover {
	color: #f1b515;
	border-color: #f1b515;
	background: none;
}

a.white-cta,
a.white-cta:visited {
	color: #ffffff;
	border-color: #ffffff;
	transition: color: 0.5s;
	-webkit-transition: color 0.5s;
}

a.white-cta:hover {
	color: #f1b515;
	border-color: #f1b515;
	background: none;
}

a.red-cta,
a.red-cta:visited {
	color: #8c121b;
	border-color: #8c121b;
	transition: color: 0.5s;
	-webkit-transition: color 0.5s;
}

a.red-cta:hover {
	color: #bd6529;
	border-color: #bd6529;
	background: none;
}

a.blue-cta,
a.blue-cta:visited {
	color: #00a9e8;
	border-color: #00a9e8;
	transition: color: 0.5s;
	-webkit-transition: color 0.5s;
}

a.blue-cta:hover {
	color: #ecf1f4;
	border-color: #ecf1f4;
	background: none;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

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

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: 200px;
	top: 0;
}

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

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

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 640px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

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

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

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

/*--------------------------------------------------------------
6.0 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;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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: 1.4rem;
	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 */
}

/*--------------------------------------------------------------
7.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: 0 auto;
}

@media screen and (max-width: 1024px) {
	#breadcrumbs .alignright {
		display: block;
		float: none;
		margin: 0.5em 0;
	}
}

@media screen and (max-width: 640px) {
	.alignleft, .alignright {
		display: block;
		float: none;
		margin: 0.5em 0;
	}
}

/*--------------------------------------------------------------
8.0 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;
}

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

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

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.edit-link {
	display: block;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

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


.wp-video {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.video-caption-wrap {
	margin-bottom: 2em;
	font-weight: 100;
}


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

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

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

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

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

.caption {
	color: #333333;
	font-size: 14px;
}

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

.gallery img {
	vertical-align: middle;
	padding: 2px;
}

.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;
}


/*--------------------------------------------------------------
13 Video Stuff 
--------------------------------------------------------------*/

.covervid-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.covervid-wrapper .block {
	
}

.covervid-wrapper .exhibit-navigation {
	position: absolute;
	bottom: 10%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
	width: 100%;
}

.covervid-wrapper .exhibit-navigation a {
	color: #fff;
}

.covervid-wrapper .exhibit-navigation a:hover {
	color: #00a9e8;
	background: none;
}

.covervid-wrapper .popup-wrapper {
	width: 100%;
	bottom: 0;
	position: absolute;
	top: 0;
	text-align: center;
	margin: auto;
}

.covervid-wrapper .popup {
    text-align: center;
    width: 50%;
    margin: auto;
    display: block;
    border: 10px solid #fff;
    background: rgba(0, 0, 0, 0.7);
   	left: 25%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
   	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	padding-bottom: 10px;
}

.covervid-wrapper .popup h1 {
    color: #fff;
    font-family: sans-serif;
    font-size: 56px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    padding: 10px;
}

@media screen and (max-width: 1024px) {
	.covervid-wrapper .popup {
		width: 78%;
		left: 11%;
	}
	.covervid-wrapper .popup h1 {
		font-size: 40px;
	}
}


.controls {
/*
	position: absolute;
	left: 5%;
	bottom: 10%;
*/
	color: #8c121b;
	text-align: center;
	font-size: 1em;
}

.controls i {
	display: block;
	cursor: pointer;
	font-size: 2em;
}

#soundOff {
	display: none;
}

#repeat {
	display: none;
}

#play {
/*
	left: 5%;
	bottom: 25%;
	position: absolute;
*/
	cursor: pointer;
	z-index:999;
	color: #ffffff;
	font-size: 24px;
	min-width: 155px;
}

#pause {
	/*
left: 5%;
	bottom: 25%;
	position: absolute;
*/
	cursor: pointer;
	display: none;
	z-index:999;
	color: #ffffff;
	font-size: 24px;
	min-width: 155px;
}

#pause i {
	font-size: 1.75em;
}

/*#soundOn {
	left: 5%;
	bottom: 10%;
	position: absolute;
	cursor: pointer;
	z-index:999;
	color: #fff;
}

#soundOff {
	left: 5%;
	bottom: 10%;
	position: absolute;
	cursor: pointer;
	display: none;
	z-index:999;
	color: #fff;
} */


#soundOn span,
#soundOff span {
	text-decoration: underline;
}

/*.scroll-arrow {
	background: #ff9900;
	height: 2vh;
    bottom: 0px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    opacity: 0.4;
}

.left-link {
	border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 50px;
    left: 30px;
    top: 45%;
    opacity: 0.4;
    position: absolute;
    transform: rotate(135deg);
    width: 50px;
}

.right-link {
	border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 50px;
    right: 30px;
    top: 45%;
    opacity: 0.4;
    position: absolute;
    transform: rotate(-45deg);
    width: 50px;
} */

/* Colors */

.lightred {
	color: #8c121b;
}

.brightred {
	color: #ed1f24;
}

.darkred {
	color: #500a0e;
}

.lightblue {
	color: #005389;
}

.brightblue {
	color: #00a9e8;
}

.darkblue {
	color: #001c2f;
}

.lightgreen {
	color: #3c5b2b;
}

.darkgreen {
	color: #27380e;
}

.yellow {
	color: #f1b515;
}

.orange {
	color: #bd6529;
}

.white {
	color: #ffffff;
}

.lightredbg {
	background: #8c121b;
}

.darkredbg {
	background: #500a0e;
}

.lightbluebg {
	background: #005389;
}

.darkbluebg {
	background: #001c2f;
}

.lightgreenbg {
	background: #3c5b2b;
}

.darkgreenbg {
	background: #27380e;
}

.yellowbg {
	background: #f1b515;
}

.orangebg {
	background: #bd6529;
}

.whitebg {
	background: #ffffff;
}


/*--------------------------------------------------------------
14 Navigation
--------------------------------------------------------------*/

.site-header {
	font-family: "ronnia",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	top: 25px;
	left: 3%;
	z-index: 101;
}

.site-branding {
	display: block;
	width: 215px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.site-branding {
		width: auto;
	}
}

.main-navigation {
	display: block;
}

.main-navigation ul,
#mobile-navigation ul {
	display: block;
	margin: 0px auto;
	min-width: 215px;
	max-width: 215px;
	width: 215px;
	z-index: -2;
}

.main-navigation ul li {
	display: block;
	text-align: center;
	background: #000;
	border: 1px solid #fff;
	float: none;
	min-width: 215px;
	max-width: 215px;
	width: 215px;
	padding: 3px;
	margin-top: 5px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

#mobile-navigation ul li,
#mobile-social-links ul li {
	display: block;
	text-align: center;
	background: #000;
	float: none;
	min-width: 215px;
	max-width: 215px;
	width: 215px;
	padding: 10px 3px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;	
}

.main-navigation ul li.special,
#mobile-navigation ul li.special,
#mobile-social-links ul li.special {
	/* background: #500a0e; */
}

.main-navigation ul li.buytix {
	background:#8c121b;
}

#mobile-navigation ul li.buytix {
	background:#8c121b;	
}

.main-navigation ul li a,
.main-navigation ul li a:visited,
#mobile-navigation ul li a,
#mobile-navigation ul li a:visited,
#mobile-social-links ul li a,
#mobile-social-links ul li a:visited {
	color: #fff;
}

.main-navigation ul li:hover,
#mobile-navigation ul li:hover,
#mobile-social-links ul li:hover {
	background: #8c121b;
}

.main-navigation ul li:active,
#mobile-navigation ul li:active,
#mobile-social-links ul li:active {
	background: #500a0e;
}

#mobile-social-links ul li a i {
	float: left;
	padding: 3px 0 0 5px
}

#fullMenu {
	display: none;
}

#viewFullMenu,
#viewFullMenu a {
	cursor: pointer;
}

.specialoffer {
	font-family: "ronnia",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: fixed;
	right: 0;
	top: -100%;
	z-index: 100;
	padding: 0;
	/* min-height: 90px; */
	/* background: url(assets/special-offer-cuffs.png) left top no-repeat; */
	background: #500a0e;
	/*display: none;*/
	display: block;
}


.specialoffer .specialpadding {
	/* animation-duration: 5s;
	animation-delay: 10s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: jiggle; */
} 

.specialpadding {
/*	padding: 10px 25px 3px 60px; */
	padding: 3px 25px;
}

.specialoffer a,
.specialoffer a:visited {
	color: #fff;
	text-decoration: none;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.specialoffer a:hover {
	color: #f1b515;
	background: none;
}

.specialoffer2 {
	font-family: "ronnia",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 132px;
	z-index: 100;
	padding: 0;
	/* min-height: 90px; */
	/* background: url(assets/special-offer-cuffs.png) left top no-repeat; */
	background: #500a0e;
	/* Add this to remove Holiday Flag box */
	display: block;
}

.hours-scheduler {
	font-family: "ronnia",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: fixed;
	right: 0;
	top: 122px;
	z-index: 100;
	padding: 0;
	/* min-height: 90px; */
	/* background: url(assets/special-offer-cuffs.png) left top no-repeat; */
	background: #500a0e;
	/* Add this to remove Holiday Flag box */
	display: block;
}

.hours-scheduler a,
.hours-scheduler a:visited {
	color: #fff;
	text-decoration: none;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.hours-scheduler a:hover {
	color: #f1b515;
	background: none;
}

/* Temporary Hours Box for EDC Weekend */
.hours-scheduler2 {
	font-family: "ronnia",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: fixed;
	right: 0;
	top: 152px;
	z-index: 100;
	padding: 0;
	/* min-height: 90px; */
	/* background: url(assets/special-offer-cuffs.png) left top no-repeat; */
	background: #500a0e;
	/* Add this to remove Holiday Flag box */
	display: block;
}

.hours-scheduler2 a,
.hours-scheduler2 a:visited {
	color: #fff;
	text-decoration: none;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.hours-scheduler2 a:hover {
	color: #f1b515;
	background: none;
}



.page-template-template-single-ticket-revamp .specialoffer2 {
	display: none;
}


.specialoffer2 .specialpadding {

	/* Removing Animation from Special offer 2 

	animation-duration: 5s;
	animation-delay: 10s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: jiggle; */
} 

.specialoffer2 a,
.specialoffer2 a:visited {
	color: #fff;
	text-decoration: none;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.specialoffer2 a:hover {
	color: #f1b515;
	background: none;
}

.nowrap {
	white-space: nowrap;
}

#mobile-navigation,
#mobile-social-links {
	display: none;
}

@media screen and (max-width: 900px) {
	.specialoffer, .site-header {
		top: 25px;
	}
}

/*--------------------------------------------------------------
15 Home Page
--------------------------------------------------------------*/
.twitternews {
	background: url(/wp-content/uploads/2015/03/news-ripped-background.png) repeat-x top center;
	margin: -50px auto 0 auto;
	width: 100%;
	z-index: 100;
	min-height: 163px;
	height: 163px;
	max-height: 163px;
	position: relative;
	font-family: "ronnia",sans-serif;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
}

.twitterheight {
	min-height: 163px;
	height: 163px;
	max-height: 163px;
}

.twitternews h1 {
	font-family: "ronnia",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	letter-spacing: 2px;
}

.rotatingtweet {
	min-width: 100%;
	padding-right: 10px;
}

#content .rotatingtweets, #content .norotatingtweets {
	border: none !important;
	margin: 0 !important;
}

#content .rotatingtweet {
	padding-top: 1.2em;
}

.aboutus {
	text-align: center;
	margin-top: -25px;
}

.aboutusimages {
	position: relative;
}

.aboutusimages img {
	width: 100%;
	height: auto;
}

.aboutustext {
	position: absolute;
	top: 15%;
	width: 80%;
	left: 10%;
	z-index: 51;
	font-family: "ronnia", sans-serif;
	font-size: 26px;
	color: #fff;
	letter-spacing: 2px;
	line-height: 200%;
	text-align: center;
}

.aboutus h1 {
	font-size: 66px;
	color: #fff;
	line-height: 200%;
	font-family: "ronnia", sans-serif;
	font-weight: 300;
	letter-spacing: 15px;
}

.insideImages {
	position: relative;
	margin: 0 auto 50px auto !important;
	max-width: 1800px;
}

.insideImages img {
	width: 100%;
	height: auto;
}

.insideSlides {
	padding: 0 !important;
}

.insideText {
	position: absolute;
	top: 10%;
	width: 80%;
	left: 10%;
	z-index: 51;
	font-family: "ronnia", sans-serif;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 150%;
	text-align: center;
}

.insideText h1 {
	color: #ffffff;
	font-size: 24px;
	margin: 10px 0;
	letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
	.insideText {
		top: 0;
		font-size: 16px;
	}
}

@media screen and (max-width: 1100px) {
	.twitternews h1 {
		font-size: 30px;
		margin-left: 10px;
	}
	.aboutus h1 {
		font-size: 48px;
	}
	.aboutustext {
		font-size: 18px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 1024px) {
	.insideText {
		left: 0;
		width: 100%;
		padding: 0 10px;
	}

	.site-main .hero_wrapper {
		margin-top:-16px;
	}

	.specialoffer{
		display: none;
	}

	.specialoffer2 {
		display: none;
	}

	.hours-scheduler {
		display: none;
	}

}

@media screen and (max-width: 800px) {
	.aboutus h1 {
		font-size: 28px;
		font-weight: bold;
		line-height: normal;
		letter-spacing: 1px;
	}
	.aboutustext {
		font-size: 15px;
		line-height: 1.2;
	}
	.insideText {
		font-size: 14px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 640px) {

	.block__hero .block--title--intro {
		font-size: 5rem;
	}

	.aboutSlides {
		display: none;
	}
	.aboutustext {
		position: relative;
		width: 100%;
		position: relative;
		padding: 10px;
		letter-spacing: normal;
		color: #000;
		left: 0;
		top: 0;
	}
	.aboutus {
		margin-top: 0;
	}
	.aboutus h1 {
		color: #000;
	}
	.twitternews {
		display: none;
	}
	.videosection {
		display: none;
	}
	.videosection video {
		display: none;
	}
	.loading {
		display: none;
	}
	.aboutustext a.cta,
	.aboutustext a.cta:visited {
		color: #500a0e;
		border-color: #500a0e;
	}
	.mobilehomeinfo, .mobilebuytickets {
		margin: 10px 0;
	}
	.mobilehomeinfo {
		padding: 0 10px;
	}
	.mobilehomeinfo h1 {
		margin-top: 5px;
	}
	.insideText {
		position: relative;
		color: #000;
	}
	.insideText h1 {
		color: #000;
	}
}

/*--------------------------------------------------------------
16 Footer
--------------------------------------------------------------*/

.site-footer {
	background: #000000;
	color: #666666;
	font-family: "ronnia",sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 15px;
}

.site-footer .map img {
	width: 100%;
	height: auto;
}

.site-footer .site-info h1 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "ronnia",sans-serif;
	font-style: italic;
	font-weight: 400;
	margin-top: 10px;
}

.site-footer .site-info h1:first-child {
	margin-top: 0;
}

.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer a,
.site-footer a:visited {
	color: #666666;
}

.site-footer a:hover {
	color: #ffffff;
	background: none;
}

.site-footer .footer-menu a,
.site-footer .footer-menu a:visited {
	color: #fff;
	text-transform: uppercase;
	transition: color 0.25s;
	-webkit-transition: color 0.25s;
	text-decoration: none;
}

.site-footer .footer-menu a:hover {
	color: #666;
}

.social-icons {
	margin-bottom: 15px;
}

.footer-options {
	margin-bottom: 15px;
}

#google_translate_element {
	margin-bottom: 5px;
}

a.goog-te-menu-value:hover {
	background: none;
}

.footer-options input[type="submit"],
.footer-options input[type="text"] {
	border-radius: 0;
	padding: 3px;
	text-transform: uppercase;
	font-style: italic;
	max-width: 156px;
}

.footer-options input[type="image"] {
	background: #fff;
	padding: 6px 6px 5px 6px;
	border: 1px solid #ccc;
	vertical-align: top;
}

.goog-te-gadget-simple .goog-te-menu-value span {
	color: #999;
	font-family: "Ronnia", sans-serif;
	font-size: 15px;
}

.goog-te-gadget-simple {
	padding: 3px;
}

.social-icons a,
.social-icons a:visited {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	background: #fff;
	color: #000;
	width: 30px;
	height: 30px;
	margin: 0 15px 15px 0;
	text-align: center;
	transition: background 0.25s;
	-webkit-transition: background 0.25s;
}

.social-icons a:hover {
	background: #666;
	color: #000;
}

@media screen and (max-width: 1024px) {
	.site-footer .ninety {
		width: 100%;
	}
	.social-icons a, .social-icons a:visited {
		margin: 0 8px 8px 0;
	}
}

@media screen and (max-width: 800px) {
	.social-icons {
		display: none;
	}
	.site-footer {
		text-align: center;
	}
	.site-footer .site-info.padding10, .site-footer .site-info .padding10 {
		padding: 0 10px 10px 10px;
	}
	.site-footer .map.padding20 {
		padding: 0 0 10px 0 !important;
	}
	.site-footer .forty,
	.site-footer .fifty,
	.site-footer .sixty {
		width: 100%;
	}	
}

/*--------------------------------------------------------------
17 News & Events - Home Page Display
--------------------------------------------------------------*/

.newsevents {
	text-transform: uppercase;
}

.newsevents h1 {
	font-family: "ronnia",sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 34px;
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
	padding: 10px 10px 10px 20px;
	margin-bottom: 0;
	letter-spacing: 4px;
}

#homeNewsSection img,
#homeEventsSection img  {
	width: 100%;
	height: auto;
}

#homeEventsSection .bx-wrapper {
    background: #001c2f;
}

.newsPager, .eventsPager, .bx-pager.bx-default-pager {
	float: right;
	vertical-align: middle;
}

.newsPager:before,
.eventsPager:before {
    content: "View More: ";
    font-size: 12px;
    padding-bottom: 7px;
    vertical-align: middle;
    letter-spacing: 0;
}

.bx-pager-item {
	display: inline-block;
}

.bx-pager-item a,
.bx-pager-item a:visited {
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 10px 6px 0 6px;
  outline: 0;
}

.newsPager .bx-pager-item a,
.newsPager .bx-pager-item a:visited {
  background: #500a0e;
}

.newsPager .bx-pager-item a.active,
.newsPager .bx-pager-item a:hover {
	background: #ed1f24;
}

.eventsPager .bx-pager-item a,
.eventsPager .bx-pager-item a:visited {
  background: #001c2f;
}

.eventsPager .bx-pager-item a.active,
.eventsPager .bx-pager-item a:hover {
	background: #00a9e8;
}

.panel {
	min-height: 85px;
	font-size: 14px;
}

@media screen and (max-width: 1024px) {
	.newsevents {
		width: 100% !important;
		padding: 5px 10px 10px 10px !important;	
	}
	.panel {
		min-height: 100px;
		font-size: 13px;
	}
	.newsevents h1 {
		font-size: 22px;
	}
	.bx-pager-item a, .bx-pager-item a:visited {
		margin: 0px 6px 0;
	}
}

@media screen and (max-width: 800px) {
	.newsevents h1 {
		font-size: 16px;
	}
	.newsPager:before,
	.eventsPager:before {
		font-size: 10px;
	}
	
}

@media screen and (max-width: 640px) {
	.newsevents h1 {
		font-size: 22px;
	}
	.bx-pager-item a,
	.bx-pager-item a:visited {
		margin: 4px 6px 0 6px;
	}
	#homeNewsSection {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.newsPager:before,
	.eventsPager:before {
		content: " ";
	}
}


/*--------------------------------------------------------------
18 Homepage CTAs
--------------------------------------------------------------*/

.ctas {
	background: #500a0e url("assets/mob-museum-home-cta-bg-optim.jpg") no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
	font-family: "ronnia", sans-serif;
	font-size: 15px;
	font-weight: 200;
	width: 100%;
	text-align: center;
	line-height: 1.5;
}

.ctas .thirtythree img {
	width: 100%;
	height: auto;
}

.ctas h1 {
	font-size: 30px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.ctas a h1, .ctas a:visited h1 {
	color: #fff;
}

.ctas .padding40 {
	padding: 40px 40px 0 40px;
}

@media screen and (max-width: 900px) {
	.ctas .thirtythree .padding40 {
		padding: 20px;
	}
}

@media screen and (max-width: 640px) {
	.ctas {
		background: none;
	}
	.ctas img {
		display: none;
	}
	.ctas p {
		display: none;
	}
	.ctas .thirtythree {
		margin-bottom: 10px;
	}
	.mobiledarkgreenbg {
		background: #27380e;
	}
	.mobiledarkbluebg {
		background: #001c2f;
	}
	.mobiledarkredbg {
		background: #500a0e;
	}
	.mobileorangebg {
		background: #bd6529;
	}
	.ctas .thirtythree .padding40 {
		padding: 0;
	}
}

/*--------------------------------------------------------------
19 Newsletter
--------------------------------------------------------------*/

.newsletter {
	width: 100%;
	text-align: center;
	padding: 30px 10px;
}

.newsletter h1 {
	font-family: "ronnia",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ccd0d3;
}

.newsletter h2 {
	font-family: "ronnia",sans-serif;
	font-style: italic;
	font-weight: 200;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ccd0d3;
	margin-bottom: 15px;
}

.newsletter input[type="text"],
.newsletter input[type="email"] {
	display: inline-block;
	text-align: center;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	color: #ccd0d3;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	font-family: "ronnia", sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	width: 90%;
	line-height: 200%;
	min-height: 30px; /* IE doesn't like line-height on inputs */
}

.newsletter input[type="submit"] {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 3px solid #ed1f24;
	background: none;
	font-family: "ronnia", sans-serif;
	font-style: italic;
	color: #ed1f24;
	text-transform: uppercase;
	box-shadow: none;
	text-shadow: none;
	font-size: 15px;
}

.newsletter input[type="submit"]:hover {
	color: #8c121b;
	border-bottom: 3px solid #8c121b;
}

.newsletter-internal-popup input[type="submit"]:hover {
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
}

.newsletter input:focus {
	color: #000000;
}

#newsletterHome {
	background: #ecf1f4;
}

#newsletter {
	display: none;
}

div.wpcf7-response-output {
	margin: 0 auto;
	width: 50%;
	color: #000;
}

@media screen and (max-width: 900px) {
	.newsletter h1 {
		font-size: 32px;
	}
	.newsletter h2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 640px) {
	div.wpcf7-response-output {
		margin: 0 auto;
		width: 90%;
	}
	.newsletter h1 {
		font-size: 24px;
	}
	.newsletter h2 {
		font-size: 15px;
	}
}

/*--------------------------------------------------------------
20 SunnyGrid
--------------------------------------------------------------*/

.ten { width: 10%; }
.fifteen { width: 15%; }
.twenty { width: 20%; }
.twentyfive { width: 24%; }
.thirty { width: 30%; }
.thirtythree { width: 33.3%; }
.forty { width: 40%; }
.fifty { width: 50%; }
.sixty { width: 60%; }
.sixtysix { width: 66%; }
.seventy { width: 70%; }
.seventyfive { width: 75%; }
.eighty { width: 80%; }
.ninety { width: 90%; }
.whole { width: 100%; }

.mobile-only { display: none !important; }
.desktop-only {	/* nothing */ }

.inline { display: inline-block;
	      margin-right: -4px; }
.block { display: block; }
.table { display: table; }
.table-cell { display: table-cell; }

.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.middle { vertical-align: middle; }

.lefttext { text-align: left; }
.centertext { text-align: center; }
.righttext { text-align: right; }

.centermargins { margin-left: auto; margin-right: auto; }

.padding10 { padding: 10px; }
.padding20 { padding: 20px; }
.padding40 { padding: 40px; }

.clickMe { cursor: pointer; } /* some special jquery in js/newmob-custom.js */

@media screen and (max-width: 800px) {
	.sixtysix, .seventy, .seventyfive, .eighty, .ninety {
		width: 100%;
	}
	.entry-content .twenty {
		width: 100%;
	}

}

@media screen and (max-width: 640px) {
	.ten, .fifteen, .twenty, .twentyfive, .thirty, .thirtythree, .forty, .fifty, .sixty {
		width: 100%;
	}
	.inline {
		display: block;
		margin-right: initial;
	}
	.padding20, .padding40 {
		padding: 10px;
	}
	.mobile-only {
		display: block !important;
	}
	.desktop-only {

		display: none !important;
		/* Make Flag Display on Mobile 
		display: block !important;
		margin-top: 165px;
		z-index: 2; */
	}

	.specialoffer2 {
		/* Make Flag Display on Mobile - and set position 
		top: 65px; */
		display: none;
	}
}

.scotch-panel-canvas {
	width: auto !important;
	height: auto !important;
	
}

/* Mobile Menu */

@media screen and (max-width: 640px) {
	#viewFullMenu {
		display: none;
	}
	#site-navigation {
		display: none;
	}
	.site-header {
	    background: none repeat scroll 0 0 #000;
	    left: 0;
	    position: relative;
	    text-align: center;
	    top: 0;
	    height: 50px;
	}
	.site-branding img {
		padding-top: 3px;
	}
	.mobile-menu-toggle {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		font-size: 33px;
		cursor: pointer;
	}
	#mobile-navigation,
	#mobile-social-links {
		overflow: visible !important;
	}
	.mobile-right-menu-toggle {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
		font-size: 33px;
		cursor: pointer;
	}
	a.mobile-menu-toggle:hover,
	a.mobile-right-menu-toggle:hover {
		color: #fff;
	}
}

/*--------------------------------------------------------------
21 Single Page
--------------------------------------------------------------*/

/* Hero */
.entry-header {
	width: 100%;
	height: auto;
	min-height: 330px;
	position: relative;
	font-size: 13px;
	font-family: "Ronnia", sans-serif;
	color: #fff;
	line-height: 2;
}

.entry-header-inner {
	left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
   	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	background: rgba(0,0,0,0.8);
	padding: 20px 7% 20px 20px;
	width: 50%;
}

.entry-header-inner h1 {
	font-size: 27px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: normal;
	margin-bottom: 5px;
	color: #ffffff;
}

.entry-header-inner-nobg {
	left: 0;
    position: absolute;
    top: 50%;
	margin-top:45px;
	padding: 20px;
	text-align: center;
	width:100%;
}
@media (min-width:854px) {
	.entry-header-inner-nobg {
		/*background: rgba(0,0,0,0.5);*/
		/*box-shadow: 0 0 20px 20px rgba(0,0,0,0.5);*/
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	}

}


@media (max-width:1043px) {
	.desktop-only {
		display: none;
	}

}

.entry-header-inner-nobg h1 {
	font-size: 74px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 15px;
	line-height: normal;
	margin-bottom: 5px;
	color: #ffffff;
}

@media screen and (max-width: 1024px) {
	.entry-header-inner {
		left: 40%;
		width: 60%;
	}
}

@media screen and (max-width: 800px) {
	.entry-header-inner-nobg h1 {
		font-size: 48px;
	}
	.header-excerpt {
		display: none;
	}
	.entry-header-inner {
		text-align: center;
	}
	.entry-content {
		padding: 0;
		margin-top: 0;
	}
	.entry-content .eighty {
		padding: 10px;
	}
	.entry-content .whole {
		padding: 10px;
	}
	.entry-content .whole.wholeRow {
		padding: 0;
	}
	.whole.indPost {
		padding: 0;
	}
/*	.subnavigation {
		display: none;
	}	*/
}

@media screen and (max-width: 640px) {
	.entry-header {
		background: none !important;
		min-height: 0;
	}
	.entry-header-inner-nobg {
		width: 100%;
		left: 0;
		text-align: center;
		padding: 10px;
	}
	.entry-header-inner,
	.entry-header-inner-nobg {
		left: 0;
		width: 100%;
		transform: none;
		position: relative !important;
		background: #000;
		padding: 10px;
	}
	.entry-header-inner-nobg h1, 
	.entry-header-inner h1 {
		font-size: 28px;
		margin-bottom: 0;
		letter-spacing: 3px;
	}
}

/* Case Files Page */

.casefilesbg {
    background: url(assets/case-files-background.png) no-repeat center top;
    background-size: cover;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    display: block;
    margin-top: -84px;
    padding: 154px 40px 30px;
    position: relative;
    max-width: 1600px;
}

.case-file {
	min-height: 278px;
	max-height: 278px;
	position: relative;
	margin-bottom: 20px;
    color:#FFF;
    cursor: pointer;
}

/*.panelist {
	min-height: 220px;
	max-height: 220px;
	position: relative;
	margin-bottom: 0;
    color:#FFF;
} */

.panelist {
	padding: 0 10px 10px 0;
}

.panelist img {
	width: 100%;
	height: auto;
	margin-bottom: -7px;
}

.panelist, .panelist a, .panelist a:hover, .panelist a:visited {
	color: #ffffff;
}

.case-file-popup {
    display: none;
    height: auto;
    position: relative;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    font-size: 13px;
    line-height: normal;
	padding: 0;
}

.case-file-popup p,
.case-file-popup p a,
.case-file-popup a p {
	font-style: normal;
	font-size: 13px;
	text-transform: none;
	color: #fff;
	margin-bottom: 0;
	text-decoration: none !important;
}

.case-file-popup-notch {
    height: auto;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    text-align:justify;
    width: 100%;
   	padding: 5px 20px;
}

.case-file-popup-notch:after { 
	bottom: 100%; 
	left: 10%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(0, 213, 14, 0); 
	border-bottom-color: inherit;
	border-width: 15px; 
	margin-left: -15px; 
}

.case-file-popup a,
.case-file-popup a:hover,
.case-file-popup a:visited {
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0;
	background: none;
}

.case-file-popup-notch h1, 
.case-file-popup-notch h1 a,
.case-file-popup-notch h1 a:visited {
	font-size: 25px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ffffff;
	margin-bottom: 0;
}

.panelist .case-file-popup-notch h1, 
.panelist .case-file-popup-notch h1 a,
.panelist .case-file-popup-notch h1 a:visited {
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ffffff;
	margin-bottom: 0;
}


@media screen and (max-width: 1400px) {
	.casefilesbg {
	    margin-top: -60px;
	    padding: 100px 20px 20px;
	}
}

@media screen and (max-width: 900px) {
	.casefilesbg {
	/*	background-size: cover;	*/
		background-position: right top;
	}
}

@media screen and (max-width: 640px) {
	.casefilesbg {
	    background: none;
	    margin-top: 0;
	    padding: 10px;
	}
	.case-file {
		min-height: 0;
		max-height: none;
		background: none;
	}
	.panelist {
		background: none !important;
		min-height: 0;
		max-height: none;
	}
	.panelist img {
		width: 100%;
		height: auto;
	}
	.case-file-popup-notch i {
		display: none;
	}
}


/**** 
 * Notable Names / Artifacts / Exhibits PAGES
 */ 
.indPost {
	margin-bottom: 20px;
	position: relative;
/*	min-height: 350px; */
}

.postRow {
	position: relative;
}

.indPost img {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}

.right-rollover-wrapper {
	height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
	backface-visibility: hidden;
}

.top-rollover-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
	backface-visibility: hidden;
}

.left-rollover-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: none;
	backface-visibility: hidden;
}

.bottom-rollover-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: none;
	backface-visibility: hidden;
}

.right-rollover-wrapper-permanent {
	display: block;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	/*padding-bottom: 7px;*/
}

.right-rollover-notch {
    height: 100%;
    z-index: 1;
    text-align:left;
   	width: 10px;
   	position: absolute;
   	right: 0;
   	bottom: 0;
   	display: block;
	backface-visibility: hidden;
}

.top-rollover-notch {
	height: 10px;
	width: 100%;
	z-index: 1;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	backface-visibility: hidden;	
}

.left-rollover-notch {
    height: 100%;
    z-index: 1;
    text-align:left;
   	width: 10px;
   	position: absolute;
   	left: 0;
   	bottom: 0;
   	display: block;
	backface-visibility: hidden;
}

.bottom-rollover-notch {
	height: 10px;
	width: 100%;
	z-index: 1;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	backface-visibility: hidden;	
}

.right-rollover-notch:after,
.right-rollover:after { 
	right: 100%; 
	top: 10%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(136, 183, 213, 0); 
	border-right-color: inherit;
	border-width: 15px; 
	margin-top: -15px;
   	padding: 0;
   	z-index: 1;
	backface-visibility: hidden;
	margin-left: 20px;
}

.top-rollover-notch:after,
.top-rollover:after { 
	top: 100%;
	right: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: inherit;
	border-width: 15px;
	margin-left: -15px;
	padding: 0;
	backface-visibility: hidden;
	margin-bottom: 20px;
}

.left-rollover-notch:after,
.left-rollover:after { 
	left: 100%; 
	top: 10%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(136, 183, 213, 0); 
	border-left-color: inherit;
	border-width: 15px; 
	margin-bottom: -15px;
   	padding: 0;
   	z-index: 1;
	backface-visibility: hidden;
}

.bottom-rollover-notch:after,
.bottom-rollover:after { 
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: inherit;
	border-width: 15px;
	margin-right: -15px;
	padding: 0;
	backface-visibility: hidden;
}

.right-rollover {
	position: relative;
	display: block;
	right: 0;
	top: 0;
	height: 100%;
	text-align: left;
	padding: 20px;
	backface-visibility: hidden;
	margin-left: 20px;
	z-index: 2;
}

.top-rollover {
	position: relative;
	display: block;
	right: 0;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: left;
	padding: 20px;
	backface-visibility: hidden;
	z-index: 2;
}

.left-rollover {
	position: relative;
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	text-align: left;
	padding: 20px;
	backface-visibility: hidden;
	z-index: 2;
}

.bottom-rollover {
	position: relative;
	display: block;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	padding: 20px;
	backface-visibility: hidden;
	z-index: 2;
	margin-top: 20px;
}

.indPost h1 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 200;
}

.right-rollover,
.right-rollover a,
.right-rollover a:visited,
.right-rollover-permanent,
.right-rollover-permanent a,
.right-rollover-permanent a:visited,
.top-rollover,
.top-rollover a,
.top-rollover a:visited,
.left-rollover,
.left-rollover a,
.left-rollover a:visited,
.bottom-rollover,
.bottom-rollover a,
.bottom-rollover a:visited {
	color: #fff !important;
	font-family: "Ronnia", sans-serif;
	font-size: 13px;
}

.indPost a:hover {
	background: none;
}

a.learnmorebottom {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	font-style: italic;
}

a.learnmorerel {
	clear: both;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	font-style: italic;
	display: block;
}

.title-mobile {
	display: none;
}

.whole.indPost{
	min-height: 0;
	/* max-height: 278px; */
	height: auto;
}

figure.freezeframe-container, /* TODO:  This is wrong, distorts image on mobile */
.freezeframe_done {
	width: 100%;
	height: auto;
	z-index: 0;
/*	min-height: 278px;
	max-height: 278px; */
	overflow: hidden;
}

.indPost .mobileImage {
	display: none;
}

.indPost .title,
.postRow .title {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background: #ccd0d3;
	text-align: center;
	color: #ffffff;
	letter-spacing: 5px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 1;
	line-height: 2.5;
}

.graytitle {
	width: 100%;
	background: #ccd0d3;
	text-align: center;
	color: #ffffff;
	letter-spacing: 5px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 1;
	line-height: 2.5;
}

.audioClick {
	cursor: pointer;
	position: absolute; 
	bottom: 10px; 
	left: 10px;
}

@media screen and (max-width: 1200px) {
	.indPost h1 {
		font-size: 16px;
	}
}


@media screen and (max-width: 1024px) {
	.indPost .excerpt {
		display: none;
	}
	.indPost h1 {
		font-size: 18px;
	}

	.right-rollover-wrapper-permanent,
	.right-rollover-wrapper,
	.right-rollover,
	.right-rollover-notch,
	.top-rollover-wrapper-permanent,
	.top-rollover-wrapper,
	.top-rollover,
	.top-rollover-notch,
	.left-rollover-wrapper-permanent,
	.left-rollover-wrapper,
	.left-rollover,
	.left-rollover-notch,
	.bottom-rollover-wrapper-permanent,
	.bottom-rollover-wrapper,
	.bottom-rollover,
	.bottom-rollover-notch {
		display: none !important;
	}
	
	.indPost {
		margin-bottom: 0;
	}
	
	.title-mobile {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		padding: 5px;
		min-height: 60px;
	}
	
	.title-mobile h1 {
		font-size: 14px;
	}
	
	.title-mobile a,
	.title-mobile h1 {
		color: #fff;
	}
	
	figure.freezeframe-container, .freezeframe_done {
		display: none !important;
	}
	
	.indPost.seventyfive {
		width: 75%;
		display: inline-block !important;
		margin-right: -4px !important;
	}
	
	.indPost.twentyfive {
		width: 25%;
		display: inline-block !important;
		margin-right: -4px !important;		
	}
	
}

@media screen and (max-width: 1024px) {
	.audioClick {
		bottom: 90px;
	}
}

@media screen and (max-width: 640px) {
	.indPost .mobileImage {
		display: block;
	}
	.indPost .desktopImage {
		display: none;
	}
	.indPost.seventyfive {
		width: 100%;
		display: block !important;
		margin-right: 0 !important;
	}
	
	.indPost.twentyfive {
		width: 105%;
		display: block !important;
		margin-right: 0 !important;		
	}
	
	.page-template-template-insidethemuseum .title-mobile {
		margin-bottom: 0;
	}
	
	.graytitle {
		margin-top: 20px;
	}
}

/* Sliding Newsletter */
.newsletter-internal {
	position: relative;
	margin-bottom: 20px;
    color:#FFF;
    padding: 10px;
    margin-bottom: 0;
}

.newsletter-internal h1 {
	font-size: 24px;
	cursor: pointer;
}

.newsletter-popup {
    display: none;
    height: auto;
    position: relative;
    bottom: 0px;
    z-index: 1;
    width: 100%;
}

.newsletter-internal-popup p {
	margin-bottom: 0;
}

.newsletter-internal:after { 
	bottom: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(0, 213, 14, 0); 
	border-bottom-color: #8c121b;
	border-width: 15px; 
	margin-left: -15px; 
}

#breadcrumbs {
	list-style: none;
	font-size: 15px;
	color: #888888;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	padding-left: 0;
	padding-bottom: 30px;
	border-bottom: 2px solid #eee;
	margin-bottom: 30px;
}
 
#breadcrumbs li{
    display: inline-block;
    margin-right: 5px;
}
#breadcrumbs a {
    color:#500a0e;
	font-weight:bold;
}

#breadcrumbs .separator{

}

@media screen and (max-width: 800px) {
	#breadcrumbs {
		margin: 10px;
	}
}

/* Timeline Page */
.timeline-wrapper {
	background: url("assets/timeline-background.png") center center repeat-y;
}

.event h1 {
	font-family: "Ronnia";
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 20px;
	position: relative;
}

.event h2 {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}

.event img,
.event iframe {
	max-width: 100%;
	min-width: 100%;
	padding: 20px;
	height: auto;
}

.event {
	width: 85%;			/* Relates to .event.odd margin-left */
	text-align: left;
	background: #181818;
	color: #ffffff;
	font-size: 14px;
	text-transform: none;
}

.event a:hover {
	background: none;
}

.event.even{
	margin-top: 50px;
	margin-left: 0;
}

.event.odd {
	margin-top: 150px;
	margin-left: 15%;	/* Relates to .event width */
}

.event.even h1:before { 
	left: 100%; 
	top: 27%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(136, 183, 213, 0); 
	border-left-color: inherit;
	border-width: 0 15px 30px 30px; 
	margin-top: 0; 
}

.event.odd h1:before { 
	right: 100%; 
	top: 27%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(136, 183, 213, 0); 
	border-right-color: inherit;
	border-width: 0 30px 30px 15px; 
	margin-top: 0; 
}

.event.even h1:after { 
	left: 115%; 
	top: 15%;
	content: " "; 
	height: 37%; 
	width: 5%;
	border: 5px solid;
	border-radius: 20px;
	border-color: #7d7d7d;
	position: absolute; 
	pointer-events: none; 
	background: #fff;
}

.event.odd h1:after { 
	right: 115%; 
	top: 15%;
	content: " "; 
	height: 37%; 
	width: 5%;
	border: 5px solid;
	border-radius: 20px;
	border-color: #7d7d7d;
	position: absolute; 
	pointer-events: none; 
	margin-top: 0;
	background: #fff;
}

.pastbtn {
    margin-top: 50px;
    text-align: center;
}

.pastbtn a,
.pastbtn a:visited {
	display: inline-block;
	background: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Ronnia", sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	padding: 3px 40px;
}

.fakepastbtn {
	display: inline-block;
	background: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Ronnia", sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	padding: 3px 40px;	
    margin-top: 50px;
    text-align: center;
    cursor: pointer;
}

.pastbtn a:hover {
	color: #7d7d7d;
}

/* Timeline dropdown styles */      
.dropdown dd, .dropdown dt, .dropdown ul { 
	margin: 0 auto; 
	padding: 0px; 
}

.dropdown dd { 
	position: relative; 
}

.dropdown-wrap {
	min-width: 292px;
	max-width: 292px;
	margin: 0 auto;
	display: block;
}

.dropdown {
    /*font-size: 20px;*/
    /*text-transform: uppercase;*/
    /*font-family: "Ronnia", sans-serif;*/
    /*letter-spacing: 2px;*/
    /*font-weight: 200;*/
    /*text-align: center;*/
}

.dropdown dt a {
	background: #000000 url("assets/dropdown-arrow.png") no-repeat scroll right 20px center;
    display: inline-block; 
    padding: 3px 60px 3px 40px;
    color: #ffffff;
    min-width: 292px;
    font-weight: 200;
}

.dropdown dt a span {
	cursor: pointer; 
	display: block; 
	padding: 5px;
	color: #fff;
}

/* UL styles */
.dropdown dd ul { 
	background: #000000 none repeat scroll 0 0; 
	display: none;
    list-style: none; 
    padding: 5px 0px; 
	max-width: 292px;
	min-width: 292px;
    left: 0px;  
    width: auto; 
    position: absolute;
    z-index: 5;
}

.dropdown span.value { 
	display: none;
}

.dropdown dd ul li a,
.dropdown dd ul li a:visited { 
	padding: 10px; 
	display: block;
	color: #ffffff;
	border-top: 1px solid #7d7d7d;
}

.dropdown dd ul li a:hover {
	background: #500a0e;
}

.dropdown span.value { 
	display:none;
}

.timelinesearch {
	position: absolute; 
	right: 0; 
	top: 0; 
	max-width: 250px;
}

.timelinesearch input[type="text"] {
	width: auto;
}

.timelinesearch input[type="image"] {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 6px 6px 5px;
    vertical-align: top;
}

@media screen and (max-width: 1024px) {
	.event.even h1:after,
	.event.odd h1:after,
	.event.even h1:before,
	.event.odd h1:before {  
		border: none;
		content : "";
		background: none;
	}
}

@media screen and (max-width: 640px) {
	.event.even, 
	.event.odd {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
}

/*Removed Subnavigation Orginal Code */

/* Blotter */
.featuredPost img, .promotedPost img, .regularPost img {
	width: 100%;
	height: auto;
}

.blog-image {
	max-width: 400px;
	height: auto;
}

.blotterbg {
    background: url(assets/blotter-background.png) no-repeat center top;
    background-size: cover;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    display: block;
    padding: 120px 40px 0;
    position: relative;
    max-width: 1600px;
}

.newspaperbg {
    background: #e5e2e1;
    display: block;
    padding: 0 40px 40px 40px;
    position: relative;
    max-width: 1600px;
    width: 99.7%;
    margin-top: -1px;
}

.featuredPost {
    border-top: 2px solid #000;
    padding-top: 10px;
}

.featuredPost h1 {
    color: #000;
    font-size: 35px;
    font-style: italic;
    line-height: normal;
    margin-bottom: 10px;
}

h1.entry-headline {
    color: #000;
    font-size: 35px;
    font-style: italic;
    line-height: normal;
    margin-bottom: 10px;
}

.promotedPost {
	min-height: 350px;
}

.promotedPost h1 {
	color: #ffffff;
	padding: 10px;
	line-height: normal;
	font-weight: 200;
}

.promotedPost {
	position: relative;
	background-size: cover !important;
}

.promotedPost .minipanel {
	position: absolute;
	bottom: 0;
	font-size: 12px;
}

.marginbottom {
	margin-bottom: 20px;
}

.margintop {
	margin-top: 20px;
}

.darkbluebg.minipanel a,
.darkbluebg.minipanel a:visited {
	color: #00a9e8;
	text-transform: uppercase;
	font-style: italic;
	text-decoration: underline;
}

.darkredbg.minipanel a,
.darkredbg.minipanel a:visited {
	color: #ed1f24;
	text-transform: uppercase;
	display: block;
	font-style: italic;
	text-decoration: underline;
}

.minipanel a:hover {
	color: #ffffff;
	background: none;
}

.minipanel p,
.regularPost p {
	margin-bottom: 5px;
}

.regularPost .eighty {
	padding: 0px 10px;
}

.regularPost h1 {
	color: #000;
	font-size: 18px;
}

.regularPost p {
	font-size: 13px;
}

.page-template-template-blotter #breadcrumbs {
	margin-bottom: 0;
}

.blogSidebar li.widget {
	list-style: none;
}

.blogSidebar h2 {
	font-style: italic;
}

.blogSidebar {
	padding: 0 10px 0 20px;
}

.blogSidebar li ul {
	margin-left: 0;
	padding-left: 15px;
}

.featuredPost .sixty {
	padding: 0 20px;
}

.featuredPost .date {
	font-size: 12px;
	margin-bottom: 15px;
	font-style: italic;
}

.paddingleft {
	padding-left: 20px;
}

.blogSidebar input[type="text"] {
    max-width: 80%;
}

@media screen and (max-width: 1100px) {
	.blogSidebar {
		width: 100%;
	}
	.blogContent {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	.promoted .fifty {
		width: 100%;
	}
	.promoted .fifty:first-child {
		margin-bottom: 20px;
	}
	.paddingleft {
		padding-left: 0;
	}
	.blotterbg {
	    padding: 60px 20px 0 20px;
    }
    .marginbottom {
	    margin-bottom: 0;
    }
    .newspaperbg {
	    padding: 20px;
    }
    .featuredPost p {
	    margin-bottom: 0.5em;
    }
    .featuredPost .forty,
    .featuredPost .sixty {
	    width: 100%;
	    padding: 0;
    }
    .regularPost .twenty {
	    width: 40%;
	    display: inline-block;
    }
    .regularPost .eighty {
	    width: 60%;
	    display: inline-block;
    }
}

@media screen and (max-width: 640px) {
	.regularPost .twenty {
	    width: 100%;
	    display: inline-block;
    }
    .regularPost .eighty {
	    width: 100%;
	    display: inline-block;
    }
    .blotterbg {
	    background-image: none;
	    background: #e5e2e1;
	    padding: 20px;
	    margin-top: 20px;
    }
    .promotedPost {
	    background: none !important;
	    padding: 0 !important;
    }
    .promotedPost, .promotedPost * {
	    position: relative !important;
    }
    .promotedPost h1 {
	    margin-bottom: 0;
	    font-size: 16px;
    }
    .promoted,
    .blogContent,
    .regularPost {
    	padding: 0 !important;
    }
    .promoted .fifty:first-child {
	    margin-bottom: 0;
    }
}

/* Pop Culture Page */
#mixContainer .mix{
	display: none;
}

.filter {
	cursor: pointer;
}

.small_excerpt {
	font-size: 12px;
	letter-spacing: 2px;
	text-align: left;
}

.blackbtn {
	display: inline-block;
	background: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Ronnia", sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	padding: 3px 40px;
	margin: 0px 20px 40px 20px;
    text-align: center;
    cursor: pointer;
}

.popculture .ninety img {
	width: 100%;
	height: auto;
	vertical-align: middle
}

.popculture-details {
	display: none;
}

.popculture-qtip {
	width: 400px !important;
	max-width: 400px !important;
}

.popculture,
.popculture-poster {
	display: block;
}

@media screen and (max-width: 1200px) {
	.twenty.popculture {
		width: 25%;
	}
}

@media screen and (max-width: 1024px) {
	.twenty.popculture {
		width: 33%;
	}
}

@media screen and (max-width: 800px) {
	.twenty.popculture {
		width: 50%;
	}
	.blackbtn {
		padding: 3px 20px;
		margin: 0px 10px 20px 10px;
		font-size: 15px;
	}
}

@media screen and (max-width: 640px) {
	.twenty.popculture {
		width: 100%;
	}
	.blackbtn {
		display: block;
	}
	.popculture .ninety {
		text-align: center;
	}
	.popculture .ninety img {
		width: auto;
	}
}

/* Easter Egg Link & Page */
.easter-egg a:hover {
	background: none;
}

.easter-egg {
	float: right;
	cursor: pointer;
}

.fancybox-inner #mainContent {
	margin-top: 0;
}

.tooltipevent p {
	margin-bottom: 0;
}

h1.easterEgg {
    color: #000;
    font-size: 50px;
    font-style: italic;
    line-height: normal;
    margin-bottom: 10px;
}

h2.easterEgg {
    color: #000;
    font-size: 35px;
    font-style: italic;
    line-height: normal;
    margin-bottom: 10px;
}

#eggOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	z-index: 5;
	text-align: center;
}

.eggYolk {
	width: 80%;
	margin-top: 15%;
	margin-left: 10%;
	text-align: center;
}

#actualEgg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	z-index: 1;	
}

#actualEgg p {
	margin-bottom: 0;
}

#actualEgg ul {
	margin: 10px 0px;
	list-style: inside;
}

#investigate {
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	#eggOverlay {
		position: relative;
		width: auto;
		height: auto;
		background: none;
	}
	.eggYolk {
		width: 100%;
		height: auto;
		margin-top: 0;
		margin-left: 0;
	}
	#investigate {
		display: none;
	}
	#actualEgg {
		position: relative;
		background: none;
		width: auto; 
		height: auto;
	}
	h1.easterEgg {
		font-size: 36px;
	}
	h2.easterEgg {
		font-size: 20px;
		text-align: center;
		border-top: 1px solid #000;
		padding-top: 20px;
	}
}

/* Events by Date */
.event-list {
	margin: 0 auto 20px auto;
	border-bottom: 1px solid;
	padding-bottom: 10px;
}

.event-list p {
	margin-bottom: 0;
}

.event-details {
	padding: 0 0 0 20px;
}

.event-info {
	text-align: center;
}

.event-info a:hover {
	background: none;
}

.event-info a.button {
	display: block;
	border: 1px solid #000;
	padding: 3px 25px;
	margin: 5px auto;
	color: #fff;
}

.event-info a.button:hover {
	color: #ccc;
}

a.button {
	display: inline-block;
	border: 1px solid #000;
	padding: 3px 25px;
	margin: 5px auto;
	color: #fff !important;
	background: #3c5b2b;
}

a.button:hover {
	background: #2a391a;
}

a.button.blue,
a.button.blue:visited {
	background: #005389;
}

a.button.blue:hover {
	background: #001c2f;
}

a.button.red,
a.button.red:visited {
	background: #8c121b;
}

a.button.red:hover {
	background:#500a0e;
}

a.button.large {
	padding: 15px 50px;
	display: block;
}

@media screen and (max-width: 800px) {
	.event-info {
		width: 100%;
	}
	.event-info img {
		width: 100%;
		height: auto;
	}
	.event-details {
		padding: 0;
	}
	.event-list {
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-moz-box-orient: vertical;
		-webkit-box-orient: vertical;
		-webkit-flex-flow: column;
		-ms-flex-direction: column;
		flex-flow: column;
	}
	.event-info {
		-moz-box-ordinal-group: 2;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.event-details {
		-moz-box-ordinal-group: 1;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

/* Single Events */

h1.event-title {
	display: inline;
	font-size: 24px;
	font-style: italic;
	text-transform: none;
	color: #000;
	margin-bottom: 0;
}

.event-deets {
	display: block;
}

.event-deets .line {
	padding-bottom: 10px;
}

.event-logo {
	/*padding: 20px;
	background: rgba(255, 255, 255, 0.9); */
	padding: 0 20px 20px 20px;
	float: right;
	max-width: 240px;
}

.event-logo-intro {
	font-weight: bold;
}

.event-logo img {
	max-width: 200px;
	height: auto;
	padding: 10px;
	display: block;
}

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

@media screen and (max-width: 1024px) {
	.event-deets {
		display: block;
		width: 100%;
		float: none;
		margin-left: 0;
	}
	
	.event-image {
		display: block;
		width: 100%;
		float: none;
		margin-left: 0;
		text-align: center;
	}
	
	.event-deets {
		margin-top: 10px;
	}
}

/* Videos & Photos */
#mixContainer2 .mix {
	display: none;
}

.secondaryFilters {
	display: none;
	margin-bottom: 40px;
}

.secondaryFilters .filter {
	padding: 0 20px;
	color: #001c2f;
	text-decoration: underline;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.secondaryFilters .filter:hover {
	color: #001c2f;
	background: rgba(0, 101, 148, 0.2);
	text-decoration: none;
}

.preview-thumb {
	padding: 0 20px;
	position: relative;
	margin-bottom: 20px;
}

.preview-thumb i {
	top: 50%;
	left: 50%;
	position: absolute;
	color: #fff;
	margin-left: -10px;
	margin-top: -15px;
}

.preview-thumb img {
	vertical-align: middle;
}

/* Tickets Pages */

.tickets tr:nth-child(2n) {
	background: #e9e9e9;
}

.tickets {
	margin-bottom: 1.5em;
	border-top: 1px solid #ccc;
}

.tickets td {
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
	min-width: 125px;
}

.tickets td:nth-child(2n) {
    text-align: center;
}

span.wpcf7-list-item {
	display: block;
}

.tickets p {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.wpcf7-form .seventy {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.wpcf7-form .righttext {
		text-align: left;
		margin-top: 20px;
	}
	
	.wpcf7-form .padding20 {
		padding: 0;
	}
}

/* Other random pages */

/* FAQs - JQuery in Footer.php */
#faqs 		{ position:relative; }
#faqs .strong	{ cursor:pointer; text-decoration:underline;font-weight: bold; padding-top: 0px; margin: 20px 0 5px; }
#faqs .strong:first-child {margin-top: 0;}
#faqs div { height:0; overflow:hidden; position:relative;  }
#faqs p	{ position:relative;  }
* { margin: 0; padding: 0 }

.fancybox-nav:hover {
	background: none !important;
}

.loading {
	/*
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(assets/mob-home-loading-optimized.gif) center no-repeat #000;
	*/
}

.buttongrid {
	display: inline-block;
	padding: 10px;
	text-align: center;
	max-width: 49%;
}

.buttongrid img {
	vertical-align: middle;
}

.social-page {
	display: inline-block;
	padding: 15px;
	margin: 20px;
	vertical-align: top;
}

@media screen and (max-width: 800px) {
	.buttongrid {
		display: block;
		max-width: 419px;
		margin: 5px auto;
		padding: 0;
	}
}

.social-page i {
	font-size: 38px;
	display: inline-block;
	padding: 0 25px 30px 0;
}

.social-page a, 
.social-page a:visited {
	color: #005389;
}

.social-page a:hover {
	color: #8c121b;
	background: none;
}

.perks {
	width: 80%;
	max-width: 900px;
}

.perk {
	background: #001c2f;
	color: #ffffff;
	display: inline-block;
	width: 30%;
	margin-right: 15px;
	text-align: center;
	padding: 10px;
	vertical-align: top;
	margin-bottom: 15px;
}

.perk a:link, .perk a:visited {
 color: #ffffff !important;
}

.perk:hover {
	background: #bd6529;
}

.perks a:hover {
	background: none;
}

.perk h2,
.perk h5 {
	color: #ffffff;
}

.perk h5 {
	font-size: 12px;
}

.mctas {
	max-width: 900px;
	width: 73%;
}

.mcta {
	margin-bottom: 15px;
	min-height: 200px;
}

.mcta h1, .mcta h3, .mcta h5, .mcta a, .mct a:visited, .mcta a:hover {
	color: #ffffff;
	background: none;
}

.mcta h1 {
	font-size: 40px;
	margin-bottom: 5px;
	font-weight: 600;
	padding: 10px;
}

.mcta h3 {
	font-size: 36px;
}

.mcta h5 {
	font-size: 18px;
}

.mcta-image, .mcta-text {
	height: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	width: 50%;
	min-height: 230px;
	text-align: center;
	margin-bottom: 0px;
	background-size: cover !important;
	padding-top: 15px;
}

.highlight-quote {
	margin: 15px 0 25px 40px;
	font-size: 20px;
	font-style: italic;
	color: #8C121B;
	border-left: 2px solid #8C121B;
	padding: 2px 0 2px 10px;
}

.combo {
	padding: 20px;
	margin-bottom: 20px;
}

.combo p:last-child {
	margin-bottom: 0;
}

.combo .seventy {
	padding: 0 20px;
}

.combo a,
.combo a:visited {
	color: #ffffff;
}

.combo a:hover {
	color: #ecf1f4;
	background: none;
}

/*#share {
	min-width: 200px;
}

#share img {
	vertical-align: middle;
}

#overlay { 
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity .50s ease;
	-moz-transition: opacity .50s ease;
	cursor: pointer;
	width: 100%;
}

#share:hover #overlay {
	opacity: 1;
}

#specialsharebuttons {
	color: #000000;
}

#specialsharebuttons img {
	width:35px;
	height: auto;
	padding: 0px 10px;
}

#specialsharebuttons img:first-child {
	padding-left: 0px;
} */

.postnav {
	width: 100%;
	clear: both;
	display: block;
	padding-top: 20px;
}

.clear {
	width: 100%;
	clear: both;
	display: block;	
}

.large-lp-button {
	margin: 0 0 20px 0;
	position: relative;
	max-width: 1200px;
}

.large-lp-button .inner-right,
.large-lp-button .inner-left {
	width: 30%;
	position: absolute;
	top: 0;
	bottom: 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.large-lp-button img {
	vertical-align: middle;
	width: 100%;
}

.large-lp-button .inner-right {
	right: 0;
}

.large-lp-button .inner-left {
	left: 0;
}

.colorbox {
	margin-bottom: 20px;
}

.awardsbg {
	background: #500A0E url(assets/awardsbg.jpg) no-repeat center left;
	padding-left: 284px;
}

.accoladesbg {
	background: #bd6529 url(assets/accoladesbg.jpg) no-repeat center right;
	padding-right: 350px;
}

.biglpbutton {
	margin-bottom: 20px;
}

.biglpbutton {
	width: 100%;
	max-width: 1200px;
	height: auto;
}

.biglpbutton a:hover {
	background: none;
}

.biglpbutton .buttontext {
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
}

.biglpbutton .buttontext span {
	font-size: 36px;
	display: block;
}

.buttontitle {
	width: 30%;
}

.buttontitle a,
.buttontitle a:visited {
	color: #ffffff;
}

.buttonimage {
	width: 70%;
	text-align: right;
}

.buttontitlelarge {
	width: 60%;
}

.buttonimagesmall {
	width: 40%;
	text-align: right;
}

.buttonimage.left {
	text-align: left;
}

.buttonimage img,
.buttonimagesmall img {
	vertical-align: middle;
	width: 100%;
}

@media screen and (max-width: 1200px) {

	.biglpbutton .buttontext {
		font-size: 30px;
	}
	
	.biglpbutton .buttontext span {
		font-size: 18px;
	}
	
}


@media screen and (max-width: 1024px) {

	.perks {
		width: 100%;
	}
	
	.mctas {
		width: 100%;
	}
	
	.awardsbg {
		background: #500A0E;
		padding: 0;
	}
	
	.accoladesbg {
		background: #bd6529;
		padding: 0;
	}
}

@media screen and (max-width: 800px) {

	.social-page {
		text-align: center;
	}
	
	.perk {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.biglpbutton {
		padding: 0 !important;
	}
}

@media screen and (max-width: 640px) {

	.mcta-image, .mcta-text {
		width: 100%;
		display: block;
		margin-right: 0;
	}
	
	.mcta-image {
		margin-bottom: 0;
	}
	
	.mcta-text {
		margin-bottom: 15px;
	}
	
	.buttonimage, .buttontitle {
		width: 100%;
	}
	
	.buttontitle {
		padding: 5px 0;
	}
	
}

.fancybox-title-float-wrap .child {
	margin-right: 0;
	border-radius: 0;
	white-space: normal;
}

.fancybox-title-float-wrap {
	right: 0;
	position: relative;
}

.nickname {
	
}

.share {
	cursor: pointer;
}

.question {
	margin: 10px 0 20px 0;
}

.question h1 {
	margin-bottom: 0;
}

.question label,
.question span{
	display: block;
	padding: 5px 0;
}

.question input[type="text"] {
	display: inline-block;
	max-width: 30%;
}

.question-wrap {
	padding: 0 10px 0 10px;
}

@media screen and (max-width: 1200px) {
	.question input[type="text"] {
		max-width: 40%;
	}	
}

@media screen and (max-width: 1024px) {
	.question input[type="text"] {
		max-width: 60%;
		display: block;
		margin: 0 auto;
	}	
}

@media screen and (max-width: 640px) {
	.question input[type="text"] {
		max-width: 75%;
		display: block;
	}	
	#questions hr {
		display: none;
	}
	.question {
		border-top: 1px solid #ccc;
		padding-top: 10px;
	}
}

.fancybox-title-float-wrap .child {
	text-shadow: none !important;
	color: #000 !important;
	background: none !important;
	line-height: 1 !important;
	padding: 10px 0 !important;
}

/*--------------------------------------------------------------
The Witness Newsletter Template Page
--------------------------------------------------------------*/

/* Background */
.type-box {
  background: #000;
  color: #fff;
  font-family: monospace;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  justify-content: center;
}

/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
  color: #fff;
  font-size: 42px;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid white; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .2em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: white; }
}

/*--------------------------------------------------------------
Featured 
--------------------------------------------------------------*/
.outer_news {
	margin: 30px 0 0 0;
	padding: 0px;
	display:inline-block;
	background-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 2px 0px;
}

.news_title {
	padding: 5px;
	background-color: #978C89;
	text-align: center;
	font-size: 25px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.news_links {
	padding-right: 30px;
	padding-top: 10px;
  
}

.related_news_blog ul {
  list-style-type: none;
  width: 500px;
  padding-right: 30px;
}

.related_news_blog li img {
  float: left;
  margin: 0 15px 0 0;
}

.related_news_blog li p {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  color: #2f2f2f;
  margin-top: 0;
  margin-bottom: 20px;
}

.headline a {
  font-family: Helvetica; 
  font-style: bold;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
}

.related_news_blog li {
  padding: 10px;
  overflow: auto;
  min-width: 600px;
}

.related_news_blog li:hover {
  background: #eee;
  cursor: pointer;
}

/*--------------------------------------------------------------
Single Ticket Page Template Page Updated
--------------------------------------------------------------*/

.chart-wrap {
  font: 13px/1.3 'Lucida Grande',sans-serif;
  color: #666;
}

.chart {
  display: table;
  table-layout: fixed;
  width: 60%;
  max-width: 700px;
  height: 200px;
  margin: 0 auto;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 2%, rgba(0, 0, 0, 0) 2%);
  background-size: 100% 50px;
  background-position: left top;
}
.chart li {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 200px;
}
.chart span {
  margin: 0 1em;
  display: block;
  background: rgba(209, 236, 250, 0.75);
  animation: draw 1s ease-in-out;
}
.chart span:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 5px 1em 0;
  display: block;
  text-align: center;
  content: attr(title);
  word-wrap: break-word;
}

@keyframes draw {
  0% {
    height: 0;
  }
}

#single-ticket-header {
  
}

.single-ticket-header-text {
	text-align: right;
	padding-top: 90px;
	padding-right: 60px;
	line-height: 1.5;
}

.rwd-break {
	display: inline;
}

@media screen and (max-width: 940px) and (min-width: 740px) {
		.rwd-break {
			display: block;
			font-size: 30px;
		}

}

@media screen and (max-width: 740px) and (min-width: 640px) {
		.rwd-break {
			display: block;
			font-size: 24px;
		}

}

#ticket-button {
	width: 200px; 
	border: 5px solid #fff; 
	float: right;
	font-size: 24px; 
	font-weight: bold; 
	color: #fff; 
	padding-right: 25px;
	line-height: 2;
	margin-top: 20px;
}



#ticket-button:hover {
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}


#ticket-button:hover {
	background: red; /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(#be0000, #ee0000, #be0000); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#be0000, #ee0000, #be0000); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#be0000, #ee0000, #be0000); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#be0000, #ee0000, #be0000); /* Standard syntax */
}

@media screen and (max-width: 640px) {
		.single-ticket-header-text {
			text-align: center;
			padding-top: 10px;
			padding-right: 0px;
			line-height: 1.5;
			background-color: black;
		}

		#ticket-button {
			width: 280px;
			padding-right: 0px;
			margin-bottom: 20px;
			margin-right: 55px;
			background-color: black;
			border: 5px solid #bb141b; 
		}

		
}


.ticket-sidebar-box {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 5px;
	padding: 10px;
	list-style-type: none;
	font-size: 105%;
	display: table-cell; /* Make elements inside the container behave like table cells */


}

.ticket-info-box-wrapper {
	
    width: 100%; /* Set full-width to expand the whole page */
}

.ticket-info-box {
	background-color: #252525;
	margin-bottom: 13px;
	padding: 20px 20px 20px 20px;
	list-style-type: none;
	font-size: 114%;
}

.ticket-info-box-wrapper [class*='ticket-info-box']:last-of-type {
	margin-bottom: 0px;
}

.ticket-info-box h1 {
	margin: 0px;
	padding-bottom: 6px;
	text-align: center;
	color: #fff;
}

.ticket-info-box ul {
	padding-left: 0px;
}

.ticket-info-box ul li {
	color: #fff;
	list-style: none;
}

	
.responsive-tabs__panel {
	max-width: 900px;
}

.featured-benefits-grid {
	overflow: hidden;
    width: 100%;
    max-width: 900px;
    color: #fff;
    margin: 10px 0 20px 0;
}

.benefits-tile-left {
	float: left;
	width: 49.5%;
	background-color: #252525;
	padding: 20px;
	margin: 2px;
}

.benefits-tile-right {
	float: right;
	width: 49.5%;
	background-color: #252525;
	padding: 20px;
	margin: 2px;
}

@media screen and (max-width: 1140px) and (min-width: 792px) {
	.benefits-tile-left {
		float: left;
		width: 49.5%;
		background-color: #252525;
		padding: 20px;
		margin: 2px;
	}

	.benefits-tile-right {
		float: right;
		width: 49%;
		background-color: #252525;
		padding: 20px;
		margin: 2px;
	}


}

@media screen and (max-width: 792px) {
	.benefits-tile-left {
		float: left;
		width: 100%;
		background-color: #252525;
		padding: 20px;
		margin: 2px;
	}

	.benefits-tile-right {
		float: right;
		width: 100%;
		background-color: #252525;
		padding: 20px;
		margin: 2px;
	}


}

.benefit-text {
	padding-left: 10px;
	color: #e9e9e9;
}

.benefit-text a, a:visited {
	color: #e9e9e9;
}

.benfits-top-bar {
	margin: 15px 0 15px 0;
	border-bottom-width: 2px;
	border-style: solid;
	border-bottom-color: #3a3a3a;
}

.benefits-left-tag {
	float:left; 
	color: #252525; 
	font-style: italic; 
	font-weight: bold;
}

.benefits-right-tag {
	float:right; 
	color: #bb141b; 
	font-style: italic; 
	font-weight: bold;
}

.video-wrapper-tickets {
	position: relative;
	/* padding-bottom: 56.25%; /* 16:9 */
	/* Changing Padding to 52.0 to match other ticket tiles*/
	padding-bottom: 52.0%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;
	margin-bottom: 12px;

}
.video-wrapper-tickets iframe, .video-wrapper-tickets object, .video-wrapper-tickets embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; /* Can we keep this the same for a 3 panel */
}

.ninehundredwrap {
	max-width: 900px;
	overflow: hidden; 
}


/*--------------------------------------------------------------
Landing Page - Grid Based System
--------------------------------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid {
  margin: 0 0 20px 0;
}

#Nav.grid {
	margin: 0;
	background-color: black;
}

.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}

[class*='col-'] {
  float: left;
  padding-right: 20px;
}
.grid [class*='col-']:last-of-type {
  padding-right: 0;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  width: 33.33%;
}
.col-1-2 {
  width: 50%;
}
.col-1-4 {
  width: 25%;
}
.col-1-6 {
  width: 16.6%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-12 {
  width: 8.33%;
}

.module {
  padding: 20px;
  background: #eee;
}

/* Opt-in outside padding */
.grid-pad {
  padding: 20px 0 20px 20px;
}
.grid-pad [class*='col-']:last-of-type {
  padding-right: 20px;
}



@media screen and (max-width: 1040px) {
	.col-1-3 {
		width: 100%;
  		padding: 0 30px 20px 10px;
	}

	.col-2-3 {
		width: 100%;
  		padding: 0 30px 20px 10px;
	}

	.grid [class*='col-']:last-of-type {
 	 	padding-bottom: 0;
	}

}


/*--------------------------------------------------------------
SubNav Hamburger Menu
--------------------------------------------------------------*/
/* Subnavigation */
.subnavigation {
	padding-right: 20px;
}

.subnavigation h1 {
	font-style: italic;
	text-transform: uppercase;
}

.subnavigation ul {
	list-style: none;
	padding-left: 0;
}

.subnavigation .current_page_item > a {
	text-decoration: underline;
}

.preload {
	display: none;
}

#preload {
	display: none;
}

/* MOBILE STYLES */
label {
  cursor: pointer;
}
label[for="menu-toggle"] {
   display: none;
}
#menu-toggle {
  display: none; /* hide the checkbox */
}
#menu {
  display: none;
}
.subnavigation-over {
  display: block;
}

@media screen and (max-width: 800px) {
	.subnavigation-over {
  		display: none;
	}
	label[for="menu-toggle"] {
   		display: block;
   		background: #001c2f;
   		padding: 10;
   		color: #e9e9e9;
	}
	#menu-toggle:checked + #menu +.subnavigation-over {
  		display: block;
	}
	.subnavigation {
		background: #001c2f;
		padding: 10px;
	}
	.subnavigation a,
	.subnavigation a:visited {
		color: #fff;
	}
	.subnavigation .current_page_item {
		display: none;
	}
}

label[for="menu-toggle"] b {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: background 500ms ease;
}


label[for="menu-toggle"] i {
  display: block;
  background: #fff;
  width: 24px;
  height: 4px;
  position: absolute;
  left: 8px;
  top: 11px;
  border-radius: 1000px;
  transform-origin: 20px 4px;
  transition: transform 300ms cubic-bezier(0.09, 0.92, 0, 1.435), opacity 500ms ease;
}
label[for="menu-toggle"] b i:nth-child(2) {
  top: 18px;
}
label[for="menu-toggle"] b i:nth-child(3) {
  transform-origin: 26px 4px;
  top: 25px;
}



---- Block Quotes ----

.bqstart {
     float: left;
     font-size: 700%;
     color: #FF0000;
 }

 .bqend {
     float: right;
     font-size: 700%;
     color: #FF0000;
 }

---- Featured Blog Header ----

@font-face {
    font-family: 'Cormorant';
    src: url('/wp-content/themes/newmob/assets/fonts/Cormorant-Regular.ttf');
    src: url('/wp-content/themes/newmob/assets/fonts/Cormorant-Regular.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/newmob/assets/fonts/Cormorant-Regular.woff') format('woff'),
  	url('/wp-content/themes/newmob/assets/fonts/Cormorant-Regular.ttf') format('truetype');
}

.hero_wrapper {
  font-family: Cormorant;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

.block__hero {
  margin: 1em auto;
  max-width: 100%;
  position: relative;
  height: 600px;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/94505/triangles.svg);
  background-size: cover;
}

.block__hero.oscar {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/94505/triangles.svg), url(https://themobmuseum.org/wp-content/uploads/2015/03/flamingo-stretch-3.jpg);
  background-position: center center;
  background-size: cover, cover;
  background-blend-mode: screen;
  background-repeat: no-repeat, no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.block__hero.rose {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/94505/triangles.svg), url(https://themobmuseum.org/wp-content/uploads/2015/03/chicago-final.jpg);
  background-position: center center;
  background-size: cover, cover;
  background-blend-mode: screen;
  background-repeat: no-repeat, no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}


.block__hero .block--title {
  position: absolute;
  top: 24%;
  right: 13%;
}

.block__hero .block--title--intro {
  font-weight: 300;
  font-style: italic;
  font-size: 6rem;
  display: block;
  line-height: 1;
}

.block__hero .block--title--preposition {
  font-weight: 400;
  font-size: 3rem;
  text-align: right;
  display: block;
  line-height: 1;
}

.block__hero .block--title--preposition:before {

}

.block__hero .block--title--preposition:after {

}

.block__hero .block--title--name {
  display: block;
  font-weight: 700;
  font-size: 8rem;
  text-align: right;
  line-height: .9;
}

.block__hero .block--detail {
  display: block;
  margin: 1rem auto;
  font-weight: 400;
  font-size: 4rem;
  font-style: italic;
  text-align: right;
  display: block;
  line-height: 1;
}

.block__hero .block--call {
  float: right;
}

button {
  padding: 5px 8px;
  border-radius: 3px;
  color: #fff;
  background: #FF8C00;
  background: var(--primary-dark);
  border: 1px solid #D16624;
  border: 1px solid var(--primary);
  border-bottom-width: 3px;
  font-size: 1.25rem;
  margin: .5rem auto;
}

button:hover {
  cursor: pointer;
  background: orange;
  background: var(--primary-light);
}

/*button:active {*/
  /*position: relative;*/
  /*top: 1px;*/
/*}*/

button ~ button {
  margin-left: .5rem;
}

---------------------------

.smls-grid-container-template-1 .smls-grid-image-wrap, .smls-grid-container-template-2 .smls-grid-image-wrap, .smls-grid-container-template-3 .smls-grid-image-wrap, .smls-main-logo-wrapper .smls-thumbnails .smls-tumb {
padding: 0px !important;

}

.stripe-break {
	display: block;
	background-color: #fff;
	border: 1px solid #b5b9bb;
	color: #5e6062;
	border-radius: 0;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	padding: 10px;
	margin: 10px;
}

/*--------------------------------------------------------------
Tile Cards for Membership Page
---------------------------------------------------------------*/
.member-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
    border-radius: 5px;
}

.member-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.member-card img {
    border-radius: 5px 5px 0 0;
}

.member-container {
    padding: 2px 16px;
}

/*--------------------------------------------------------------
-Gateway Style Ticketing Page
---------------------------------------------------------------*/


.page-id-8742 .site-content {
    background-image: url(https://themobmuseum.org/wp-content/uploads/2015/03/newspapper-bg.jpg);
}


.page-id-20943 .site-content {
       background-image: url(https://themobmuseum.org/wp-content/uploads/2015/03/newspapper-bg.jpg);
}

/*--------------------------------------------------------------
Event Page Profile Fix
---------------------------------------------------------------*/

#name_1 p, #name_2 p, #name_3 p, #name_4 p, #name_5 p, #name_6 p, #name_7 p, #name_8 p {
       color: #ffffff;
}

#name_1 h1, #name_2 h1, #name_3 h1, #name_4 h1, #name_5 h1, #name_6 h1, #name_7 h1, #name_8 h1 {
       color: red;
}
/*--------------------------------------------------------------
Social Media Sharing Plugin | 2.4.2018
--------------------------------------------------------------*/

@media screen and (min-width: 1024px) {
    .crunchify-whatsapp {
	display: none !important;
    }
}
 
.crunchify-link {
    padding: 2px 8px 4px 8px !important;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
 
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}
 
.crunchify-twitter {
    background: #00aced;
}
 
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
}
 
.crunchify-facebook {
    background: #3B5997;
}
 
.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
}
 
.crunchify-googleplus {
    background: #D64937;
}
 
.crunchify-googleplus:hover,.crunchify-googleplus:active {
    background: #b53525;
}
 
.crunchify-buffer {
    background: #444;
}
 
.crunchify-buffer:hover,.crunchify-buffer:active {
    background: #222;
}
 
.crunchify-pinterest {
    background: #bd081c;
}
 
.crunchify-pinterest:hover,.crunchify-pinterest:active {
    background: #bd081c;
}
 
.crunchify-linkedin {
    background: #0074A1;
}
 
.crunchify-linkedin:hover,.crunchify-linkedin:active {
    background: #006288;
}
 
.crunchify-whatsapp {
    background: #43d854;
}
 
.crunchify-whatsapp:hover,.crunchify-whatsapp:active {
    background: #009688;
}
 
.crunchify-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}
