/*
Theme Name: Trees
Author: Ticketfly MKS
Description: Starter theme for Ticketfly Platinum or Gold sites
Version: 1.5
Domain Path: /languages/

contractor_s 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/

Other styles towards the bottom have been pulled from "html5 shell by mimoYmima.com: a Framework for rapidly developing HTML5 based WordPress Themes".
*/

/*--------------------------------------------------------------
>>> 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
13.0 - mimoYmima
14.0 - Gallery Post Format
15.0 - Theme Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
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/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {background: #fff;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {list-style: none;}
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: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {clear: both;}
p {margin-bottom: 1.5em;}
b, strong {font-weight: bold;}
dfn, cite, em, i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: scroll;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
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-bottom: 1.5em;
}
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 0 1.5em;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 */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	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);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	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);
}
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 #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 */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
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;
}
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: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {color: royalblue;}
a:visited {color: purple;}
a:hover,
a:focus,
a:active {color: midnightblue;}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.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-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;
}

/*--------------------------------------------------------------
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 {}
.hentry {margin: 0 0 1.5em;}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
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 {}

/*--------------------------------------------------------------
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-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {text-align: center;}
.wp-caption .wp-caption-text {margin: 0.8075em 0;}
.site-main .gallery {margin-bottom: 1.5em;}
.gallery-caption {}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,.site-main .gallery figcaption {margin: 0;}
.site-main .gallery-columns-4 .gallery-item {}
.site-main .gallery-columns-4 .gallery-item img {}
/* Make sure embeds and iframes fit their containers */
embed,iframe,object {max-width: 100%;}

/*--------------------------------------------------------------
13.0 mimoYmima
--------------------------------------------------------------*/
/* mobile table scroll fix */
table {
  display:block;
  overflow-x:auto;
  width:100%;
  -webkit-overflow-scrolling:touch;
  font-size:80%;}
  @media (min-width: 40.625em;){table{font-size:90%;display:table;}}
th {font-weight:600;white-space:nowrap;padding:.5em;}
td {padding:.5em;}

/* Fixes a bug in webkit with fonts being animated */
html {-webkit-font-smoothing: antialiased;}

/* Prevent font scaling in landscape mode on phones */
@media all and (orientation:landscape) {
	html {
    	-webkit-text-size-adjust: none;
    }
}

/* Removes inner padding and border in Firefox 4+ to make heights consistant across webkit and FF */
button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}

/* More image alignment rules */
img.aligncenter.size-full {
  max-width:100%;
  display:block;
  margin:5px auto;
}
img.alignright.size-full {
  padding:4px;
  margin:0 0 2px 15px;
  display:inline;
  max-width:100%;
}
@media (min-width: 40.625em;){img.alignright.size-full{max-width:40%;}}
img.alignleft.size-full {
  padding:4px;
  margin:0 15px 2px 0;
  display:inline;
  max-width:100%;
}
@media (min-width: 40.625em;){img.alignleft.size-full{max-width:40%;}}
.alignright{float:right}
.alignleft{float:left}
.flush-margin{margin:0 !important}

/*--------------------------------------------------------------
14.0 Gallery Post Format
--------------------------------------------------------------*/
div.format-gallery {
  border: 1px solid #ccc;
  padding: 10px;
  -webkit-box-shadow: -2px 2px 5px 2px #b3b3b3;
  box-shadow: -2px 2px 5px 2px #b3b3b3;
  border-radius:8px;
  margin: 10px 1% 30px;
  overflow:auto;
  }
  p.gallery {
    font-size: 13px;
    color: #666;
    }
  div.gallery-thumb-wrap {
    width: 128px;
    float: left;
    padding: 5px;
    margin: 0px 0px 10px;
    display: block;
    }
  h4.gallery-title {
    font-size: 15px;
    line-height: 22px;
    margin: 8px 0 0 4px;
    font-weight: bold;
    }
  a.gallery-thumb img {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    width:110px;
    height:85px;
    display: block;
    margin: 4px;
    padding: 4px;
    position: relative;
    border-radius:3px;
    }
  a:hover.gallery-thumb img {background-color: #ccc;}
  p.gallery-text {
    font-style:italic;
    font-size:0.8em;
    margin: 0px 8px;
    }
div.gallery {
  margin: 10px auto 0;
}
  dt.gallery-icon {}
  dt.gallery-icon img {
    padding: 3%;
    border-radius:3px;
    background-color: #fff;
    border: 1px solid #a9a9a9 !important;
    display: block;
    margin: 10px auto;
  }
  .gallery-caption {
    font-size:0.9em;
    line-height: 1.4;
  }


/*--------------------------------------------------------------
15.0 Theme Styles
--------------------------------------------------------------*/
#tfly-featured-events ul li img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
html {
	overflow-y: auto;
}
img, video {
	max-width: 100%;
	height: auto;
}
.group:after {
    content: "";
    display: table;
    clear: both;
}
body {
	background-color: #192c29;
}
#page {
	background: #030e00 url('img/bg-noise.png');
}
body, input, textarea {
	font-family: 'Lato', sans-serif;
}
.wrapper {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	*zoom: 1;
}
#primary {
	padding: 1.875em 0;
}
#secondary {
	border-top: 1px solid #0d2906;
}

@media screen and (min-width: 53.125em) {
	#main {
		float: left;
		padding-right: 1.875em;
		width: 66.666666667%;
	}
	#secondary {
		border-top: none;
		border-left: 1px solid #0d2906;
		float: left;
		width: 33.333333333%;
	}
}

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

/*--------------------------------------------------------------
16.0 Typography
--------------------------------------------------------------*/
p, ol, ul, dl {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 1.375em 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	line-height: 1.2;
	margin: 0 0 0.35em;
}
h1 {
	font-size: 28px;
	font-size: 2.8rem;
}
h2 {
	font-size: 24px;
	font-size: 2.4rem;
}
h3 {
	font-size: 18px;
	font-size: 1.8rem;
}
h4 {
	font-size: 16px;
	font-size: 1.6rem;
}
h5 {
	font-size: 14px;
	font-size: 1.4rem;
}
h6 {
	font-size: 12px;
	font-size: 1.2rem;
}
ul {
	list-style-type: disc;
	margin-left: 2em;
}
ol {
	list-style-type: decimal;
	margin-left: 2em;
}
em, i {
	font-style: italic;
}
strong, b {
	font-weight: 700;
}
a, a:visited, a:hover, a:focus {
	color: #008d6b;
}
h1.entry-title,
.home-entry-content h1 {
	font-weight: 900;
	text-transform: uppercase;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	font-weight: 900;
}
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-6ly3td');
	src:url('fonts/icomoon.eot?#iefix-6ly3td') format('embedded-opentype'),
		url('fonts/icomoon.ttf?-6ly3td') format('truetype'),
		url('fonts/icomoon.woff?-6ly3td') format('woff'),
		url('fonts/icomoon.svg?-6ly3td#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
17.0 Masthead
--------------------------------------------------------------*/
#utility-nav {
	background-color: #030e00;
	color: #fff;
	padding: 0.625em 0;
}
#utility-nav h4, #utility-nav ul {
	margin: 0;
	padding: 0;
}
#utility-nav h4 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
#utility-nav ul {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	list-style-type: none;
	margin: 0.35em 0 0 0;
	text-align: center;
}
@media screen and (min-width: 30em) {
	#utility-nav h4 {
		float: left;
		text-align: left;
	}
	#utility-nav ul {
		float: right;
		margin: 0;
		text-align: left;
	}
}
#utility-nav li {
	display: inline-block;
}
#utility-nav ul li:after {
	content:" | ";
	margin: 0 0.45em 0
}
#utility-nav ul li:last-child:after {
	display:none
}
#utility-nav a {
	color: #fff;
	text-decoration: none;
}
#utility-nav a:hover,
#utility-nav a:focus {
	color: #008d6b;
}
#masthead {
	background: #030e00 url('img/noise.png');
}
#masthead .people-bg {
	background: #030e00 url('img/header2.jpg');
	background-position: center center;
	background-size: cover;
	padding: 1.875em 0;
}
#masthead > .wrapper {
	padding: 1.875em 0;
}
.nav-wrap {
	background: #192c29 url('img/noise-green.png');
}
#masthead .nav-wrap .wrapper {
	padding: 0!important;
}
#masthead .people-bg .wrapper {
	position: relative;
}
#logo {
	max-width: 200px;
	margin: 0 auto;
}
#logo img {
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
}
.header-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.header-social li {
	display: inline-block;
	margin: 0 0.5em;
}
.header-social img {
	display: block;
	max-width: 35px;
	height: auto;
}
.header-social.left, .header-social.right {
	float: left;
	margin-top: 1.25em;
	width: 50%;
}
.header-social.left ul {
	text-align: right;
}
.header-social.right ul {
	text-align: left;
}
@media screen and (min-width: 54.625em) {
	#logo, #logo img {
		max-width: 300px;
	}
	.header-social.left {
		float: none;
		position: absolute;
		top: 2.875em;
		left: 0;
		width: auto;
	}
	.header-social.right {
		float: none;
		position: absolute;
		top: 2.875em;
		right: 0;
		width: auto;
	}
	.header-social.left ul {
		text-align: left;
	}
	.header-social.right ul {
		text-align: right;
	}
}

/*--------------------------------------------------------------
18.0 Footer
--------------------------------------------------------------*/
#recent-news {
	background: rgb(3,14,0);
	background: -moz-linear-gradient(top,  rgba(3,14,0,1) 0%, rgba(25,44,41,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,14,0,1)), color-stop(100%,rgba(25,44,41,1)));
	background: -webkit-linear-gradient(top,  rgba(3,14,0,1) 0%,rgba(25,44,41,1) 100%);
	background: -o-linear-gradient(top,  rgba(3,14,0,1) 0%,rgba(25,44,41,1) 100%);
	background: -ms-linear-gradient(top,  rgba(3,14,0,1) 0%,rgba(25,44,41,1) 100%);
	background: linear-gradient(to bottom,  rgba(3,14,0,1) 0%,rgba(25,44,41,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030e00', endColorstr='#192c29',GradientType=0 );
	color: #fff;
	padding: 3.125em 0 1.875em;
}

@media screen and (min-width: 50em) {
	#recent-news .col-1-3 {
		float: left;
		margin-right: 5%;
		width: 30%;
	}
	#recent-news .col-1-3:nth-child(3n+1) {
		margin-right: 0;
	}
}

#recent-news .section-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 900;
	margin: 0 0 0.7em;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}
#recent-news .section-title span {
	position: relative;
    display: inline-block;
    line-height: 1;
}
#recent-news .section-title span:before,
#recent-news .section-title span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  border-top: 1px dotted #46501f;
  width: 99999px;
}
#recent-news .section-title span:before {
  left: 100%;
  margin-left: 4.1666666666%;
}
#recent-news .section-title span:after {
  right: 100%;
  margin-right: 4.1666666666%;
}

#recent-news h2 {
	margin: 0;
}
#recent-news h2 a {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
}

#recent-news .date {
	color: #e0d48d;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 0.35em;
}

footer[role="contentinfo"] .wrapper {
	border-top: 1px dotted #46501f;
	padding: 1.875em 0;
}
footer[role="contentinfo"] small {
	color: #fff;
	display: block;
	text-align: center;
}
footer[role="contentinfo"] small a {
	color: #fff;
}
.tfly-powered {
	display: block;
	margin: 1.375em auto 0;
	max-width: 90px;
}
.tfly-powered img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 30em) {
	footer[role="contentinfo"] small {
		float: left;
		text-align: left;
	}
	.tfly-powered {
		float: right;
		margin: 0;
	}
}
footer .wrapper.group .left {
    float: left;
    margin-right: 4%;
    width: 16%;
}

/*--------------------------------------------------------------
19.0 Sidebar
--------------------------------------------------------------*/
#secondary p, #secondary ol, #secondary ul{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 1.6428571429em;
}
.easy-instagram-thumbnail-wrapper {
	color: #fff;
}
#secondary section {
	border-top: 1px solid #0d2906;
	padding: 1.875em 0;
}
@media screen and (min-width: 53.125em) {
	#secondary section {
		padding: 1.875em 0.9375em;
	}
}
#secondary section:first-child {
	border-top: none;
	padding-top: 0.9375em;
}
#secondary .tfly-email-subscribe br {
	display: none;
}
#secondary .tfly-email-subscribe-text {
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0.7142857143em;
	width: 100%;
	max-width: 100%;
}
#secondary .tfly-email-subscribe-submit {
	background-color: #008d6b;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0.7142857143em 0 0 0;
	padding: 0.7142857143em;
	text-shadow: none;
	text-transform: uppercase;
}
#secondary .tfly-email-subscribe-submit:hover,
#secondary .tfly-email-subscribe-submit:focus {
	background-color: #006d53;
}
#secondary .list-view-details {
	float: none;
	max-width: 100%;
	width: 100%;
}
#secondary .list-view-item {
	border: none;
	border-top: 1px dotted #0d2906;
	margin-bottom: 0;
	padding: 1.1875em 0;
}
#secondary .list-view-item .headliners {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}
#secondary .list-view-item .headliners a {
	color: #00ff00;
	text-decoration: none;
}
#secondary .list-view-item .more-info,
#secondary .list-view-item .dates {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: none;
}
#secondary .list-view-item .dates {
	color: #fff;
	margin: 0.1875em 0;
}
#secondary .widget {
	margin: 0;
}
#secondary .widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 900;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
20.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
	position: relative;
	z-index: 2;
}
.main-navigation ul.menu li {
	margin: 0!important;
}

.main-navigation ul {
	font-size: 14px;
	font-size: 1.4rem;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main-navigation ul > ul {
	font-size: 14px;
	font-size: 14rem;
}

.main-navigation a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.main-navigation li a {
	text-transform: uppercase;
}

.main-navigation li li a {
	text-transform: none;
}

.main-navigation li:hover a.parent,
.main-navigation li a:hover,
.main-navigation li a:focus,
.main-navigation a.parent:hover,
.main-navigation a.parent:focus {
	background-color: #568782;
	color: #fff;
}

.toggleMenu {
	display: none;
}

.main-navigation .menu {
	list-style: none;
	text-align: center;
	*zoom: 1;
}

.main-navigation .menu ul.sub-menu {
	border: 1px solid #e0e0e0;
	border-top: none;
	list-style: none;
	padding: 0;
	text-align: left;
	width: 16em;
}

.main-navigation .menu ul.sub-menu li a:hover,
.main-navigation .menu ul.sub-menu li a:focus {
	background-color: #f1f1f1;
}

.main-navigation .menu a {
    color: #fff;
}

.main-navigation ul.menu > li > a {
    padding: 1.296875em 0.875em;
}

.main-navigation .menu .sub-menu a {
    padding: 0.875em;
}

.main-navigation .menu li {
	position: relative;
}

.main-navigation ul.menu > li {
	border-right: 1px solid #030e00;
	display: inline-block;
	margin-right: -0.1875em!important;
}
.main-navigation .menu > li a {

}
.main-navigation .menu > li:first-child {
	border-left: 1px solid #030e00;
}

.main-navigation .menu > li > a {
    display: block;
}
.main-navigation .menu li ul {
    position: absolute;
    left: -9999px;
}
.main-navigation .menu > li.hover > ul {
    left: 0;
}
.main-navigation .menu li li.hover ul {
    left: 100%;
    top: 0;
	z-index: 100;
}
.main-navigation .menu li li a {
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    color: #212121;
    display: block;
    position: relative;
    z-index:100;
}

.main-navigation .menu li li:first-child a {
	border-top: none;
}

@media screen and (max-width: 874px) {
    .main-navigation {
		border-top: none;
	    clear: both;
	    position: relative;
	    width: 100%;
    }
	.nav-wrap .wrapper {
		width: 100%;
		max-width: none;
	}
    .main-navigation .active {
        display: block;
    }
	.main-navigation .menu li {
		border-right: none;
	}
	.main-navigation .menu > li:first-child {
		border-left: none;
	}
    .main-navigation .menu > li {
        float: none;
		display: block;
		text-align: left;
    }
	.main-navigation ul.menu > li {
		display: block;
		margin-right: 0!important;
	}
    .main-navigation .menu > li > .parent {
        background-image: none;
        background-position: 95% 50%;
    }
    .main-navigation .menu > li > a {
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
        color: #000;
        display: block;
    }
    .main-navigation .menu > li:first-child > a.parent {
        border-top: none!important;
    }
    .main-navigation .menu li .more {
        background-color: #f6f6f6;
        background-image: url(img/down-arrow.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 49px 49px;
        border-left: 1px solid #e0e0e0;
        float: right;
        margin: 0;
        cursor: pointer;
        z-index: 200;
        position: relative;
		width: 49px;
		height: 49px;
    }
    .main-navigation .menu li:first-child .more {
        border-top: none;
    }

    .main-navigation .menu {
        display: block;
        position: relative;
    }

    .main-navigation .menu ul {
        display: block;
        width: 100%;
    }

    .main-navigation .menu > li.hover > ul , .main-navigation .menu li li.hover ul {
        position: static;
    }

    .main-navigation .menu ul.sub-menu {
		border: none;
        padding: 0;
        width: 100%;
    }

    .toggleMenu {
        background-color: #568782;
        color: #fff!important;
        display: block;
		font-weight: 900;
		padding: 0.625em;
        position: relative;
        text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		width: 100%;
        z-index: 2;
    }

	.toggleMenu:before {
		color: #fff;
		content: "\e603";
		display: inline-block;
		font-family: 'icomoon';
		font-size: 16px;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		padding-right: 0.5em;
		line-height: 1;
		speak: none;
		text-transform: none;

		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

    .main-navigation li:hover a.parent,
    .main-navigation li a:hover,
    .main-navigation li a:focus,
    .main-navigation a.parent:hover,
    .main-navigation a.parent:focus {
        background-color: #f2f2f2;
        color: #000;
    }

    .main-navigation .menu li li a {
        background-color: #f6f6f6;
    }

	.main-navigation ul.menu > li > a {
	    padding: 1.0178571429em 5%;
	}

	.main-navigation .menu .sub-menu a {
	    padding: 0.875em 10%;
	}

}

/*--------------------------------------------------------------
21.0 Forms
--------------------------------------------------------------*/
#main .wpcf7 .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 1em;
}
#main .wpcf7 br {
	display: none;
}
#main .wpcf7 label {
	display: block;
	font-weight: 700;
	margin: 0 0 0.25em 0;
}
#main .wpcf7 .wpcf7-text,
#main .wpcf7 .wpcf7-textarea,
#main .wpcf7 .wpcf7-date {
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0.7142857143em;
	-webkit-appearance: none;
}
#main .wpcf7 .wpcf7-textarea {
	width: 100%;
}
#main .wpcf7 .wpcf7-submit {
	background-color: #008d6b;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0.7142857143em 0 0 0;
	padding: 0.7142857143em;
	text-shadow: none;
}
#main .wpcf7 .wpcf7-submit:hover,
#main .wpcf7 .wpcf7-submit:focus {
	background-color: #006d53;
}

#main .wpcf7 .wpcf7-list-item {
	display: block;
}
/*--------------------------------------------------------------
22.0 List View
--------------------------------------------------------------*/
.home-entry-content .list-view-item {
	border: none;
	border-bottom: 2px solid #0d2906;
	margin: 0;
	padding: 1.25em 0;
	height: auto;
}
.home-entry-content .list-view-item img {
	display: block;
	float: none;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 0 1.25em;
}
@media screen and (min-width: 37.5em) {
	.home-entry-content .list-view-item img {
		float: left;
		margin: 0;
		width: 23.026315789%;
		max-width: 140px;
	}
}
.home-entry-content .list-view-details {
	float: none;
	min-height: 129px;
	padding: 0 0.6875em 1.875em;
	width: 100%;
	max-width: 100%;
}
@media screen and (min-width: 37.5em) {
	.home-entry-content .list-view-details {
		border-left: 1px dotted #0d2906;
		border-right: 1px dotted #0d2906;
		float: left;
		margin: 0 0 0 3.2894736842%;
		padding: 0 1.25em 1.875em;
		width: 52.960526316%;
		max-width: 322px;
	}
}
.home-entry-content .event-status-message,
#main .event-status-message {
	color: #ff0000;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 0.25em 0;
	text-transform: none;
}
.home-entry-content .topline-info,
#main .topline-info {
	color: #ccc;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 0.6666666667em 0;
	text-transform: none;
}
.home-entry-content h1.headliners,
#main h1.headliners {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.25;
	margin: 0;
	padding: 0;
}
.home-entry-content .headliners a {
	color: #00ff00;
	text-decoration: none;
}
.home-entry-content .supports,
#main .supports {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0.1875em 0 0 0;
	text-transform: none;
}
.home-entry-content .supports a {
	color: #fff;
	text-decoration: none;
}
.home-entry-content .age-restriction,
#main .age-restriction {
	color: #e0d589;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	margin: 0.5714285714em 0 0 0;
	text-transform: none;
}
.home-entry-content .more-info {
	display: block;
}
.home-entry-content .more-info a {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: none;
}
.home-entry-content .times,
#main .times {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0.4285714286em 0 0 0;
	padding: 0;
	text-transform: none;
}
.home-entry-content .dates,
#main .dates {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 1em 0 0 0;
	padding: 0;
}
.home-entry-content .times:before,
.home-entry-content .dates:before,
#main .times:before,
#main .dates:before {
	color: #008d6b;
	display: inline-block;
	font-family: 'icomoon';
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-transform: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#main .times:before {
	content: "\e600";
	padding-right: 0.3571428571em;
}
#main .home-entry-content .times:before {
	content: "\e600";
	padding-right: 0.2142857143em;
}
.home-entry-content .dates:before,
#main .dates:before {
	content: "\e601";
	padding-right: 0.3571428571em;
}
.home-entry-content .list-view .ticket-price {
	float: none;
	width: 100%;
	text-align: left;
}
@media screen and (min-width: 37.5em) {
	.home-entry-content .list-view .ticket-price {
		float: right;
		width: 16.776315789%;
		max-width: 102px;
		text-align: center;
	}
}
.home-entry-content .price-range {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0.5em 0.7857142857em 0;
	text-transform: none;
}
@media screen and (min-width: 37.5em) {
	.home-entry-content .price-range {
		border-top: 1px dotted #0d2906;
		padding: 0.5em 0 0;
	}
}
.home-entry-content .view-all {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 1.0714285714em 1.0714285714em 0 0;
	text-align: right;
}
.home-entry-content .list-view .ticket-link a,
.home-entry-content .list-view .tickets-at-the-door,
.home-entry-content .list-view .rescheduled,
.home-entry-content .list-view .postponed,
.home-entry-content .list-view .cancelled,
.home-entry-content .list-view .free,
.home-entry-content .list-view .off-sale,
.home-entry-content .list-view .sold-out,
.home-entry-content .list-view .on-sale-soon {
	border: none;
	border-radius: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 79px;
	height: 68px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (min-width: 37.5em) {
	.home-entry-content .list-view .ticket-link a,
	.home-entry-content .list-view .tickets-at-the-door,
	.home-entry-content .list-view .rescheduled,
	.home-entry-content .list-view .postponed,
	.home-entry-content .list-view .cancelled,
	.home-entry-content .list-view .free,
	.home-entry-content .list-view .off-sale,
	.home-entry-content .list-view .sold-out,
	.home-entry-content .list-view .on-sale-soon {
		margin: 0 auto;
	}
}
.home-entry-content .list-view .ticket-link a {
	background: url('img/buy-tickets-892015.png') no-repeat;
	background-size: 79px 68px;
	color: #030e00;
}
.home-entry-content .list-view .ticket-link.lyte-link a {
	background: url('img/find-fan-tickets.png') no-repeat;
	background-size: 79px 68px;
	color: #030e00;
}
.home-entry-content .list-view .tickets-at-the-door {
	background: url('img/at-the-door-892015.png') no-repeat;
	background-size: 79px 68px;
	color: #030e00;
}
.home-entry-content .list-view .rescheduled {
	background: url('img/rescheduled-892015.png') no-repeat;
	background-size: 79px 68px;
	color: #030e00;
}
.home-entry-content .list-view .postponed {
	background: url('img/postponed-892015.png') no-repeat;
	background-size: 79px 68px;
	color: #030e00;
}
.home-entry-content .list-view .cancelled {
	background: url('img/cancelled-892015.png') no-repeat;
	background-size: 79px 68px;
	color: #030e00;
}
.home-entry-content .list-view .free {
	background: url('img/free-892015.png') no-repeat;
	background-size: 79px 68px;
	color: #030e00;
}
.home-entry-content .list-view .off-sale {
	background: url('img/off-sale-892015.png') no-repeat;
	background-size: 79px 68px;
	color: #030e00;
}
.home-entry-content .list-view .future-sale {
	background: url('img/future-sale.png') top center no-repeat;
	background-size: 40px 39px;
	border: none;
	border-radius: 0;
	color: #030e00;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.25;
	margin: 0 0 0.4285714286em;
	padding: 3.2142857143em 0 0 0;
	width: 100%;
	max-width: 102px;
}
@media screen and (min-width: 37.5em) {
	.home-entry-content .list-view .future-sale {
		margin: 0 auto 0.4285714286em;
	}
}
.home-entry-content .list-view .future-sale a {
	border: none;
	border-radius: 0;
	display: block;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-decoration: none;
}
.home-entry-content .list-view .sold-out {
	background: url('img/sold-out-892015.png') no-repeat;
	background-size: 79px 68px;
		color: #030e00;
}
.home-entry-content .list-view .custom {
	background: url('img/custom.png') top center no-repeat;
	background-size: 40px 39px;
	border: none;
	border-radius: 0;
		color: #030e00;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.25;
	margin: 0 0 0.4285714286em;
	padding: 3.2142857143em 0 0 0;
	width: 100%;
	max-width: 102px;
}
@media screen and (min-width: 37.5em) {
	.home-entry-content .list-view .custom {
		margin: 0 auto 0.4285714286em;
	}
}
.home-entry-content .list-view .custom a {
	color: #fff;
	text-decoration: none;
}
.home-entry-content .list-view .on-sale-soon {
	background: url('img/on-sale-soon-892015.png') no-repeat;
	background-size: 79px 68px;
	color: #030e00;
}
/*--------------------------------------------------------------
Accordion
--------------------------------------------------------------*/
#accordion p, #accordion ul, #accordion ol {
	color: #fff;
	font-family: 'Lato', sans-serif;
}
#accordion .ui-corner-all, #accordion .ui-corner-top {
	border-radius: 0;
}
#accordion h3.ui-accordion-header {
	border-radius: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	background-color: #192c29;
	background-image: none;
	margin: 0 0 0.5555555556em 0;
	padding:  0.5555555556em 3.3333333333em 0.5555555556em 0.5555555556em;
	position: relative;
}
#accordion h3.ui-accordion-header-active {
	background-color: #568782;
	border-radius: none;
	color: #fff;
	font-weight: 900;
}
#accordion .pad {
	padding: 0.625em;
}
#accordion .ui-accordion-header .ui-icon.iconOpen, #accordion .ui-accordion-header .ui-icon.iconClosed {
    background: url('img/accordion.png') 0 -11px no-repeat;
	background-size: 11px 22px;
	display: block;
    width: 11px;
    height: 11px;
	position: absolute;
	left: auto;
	top: 13px;
	right: 10px;
	margin: 0;
}
#accordion .ui-accordion-header .ui-icon.iconClosed {
	background-position: 0 0;
}
/*--------------------------------------------------------------
Archive
--------------------------------------------------------------*/
.archive-wrap article {
	border-bottom: 1px solid #0d2906;
	padding: 1.25em 0;
}
.archive-wrap article:first-child {
	border-top: 1px solid #0d2906;
}
.archive-wrap article h2 {
	margin: 0;
}
.archive-wrap article h2 a {
	color: #fff;
	text-decoration: none;
}
.archive-wrap article .date, .archive-wrap article .author {
	color: #e0d589;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0.35em 0.35em 0;
}
.archive-wrap article .left img {
	display: block;
	margin-bottom: 0.625em;
	width: 100%;
	max-width: 200px;
	height: auto;
}
@media screen and (min-width: 37.5em) {
	.archive-wrap article .left {
		float: left;
		width: 32.840722496%;
	}
	.archive-wrap article .right {
		float: right;
		width: 63.218390805%;
	}
}
.nav-links a {
	background-color: #008d6b;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 1.5em 0;
	padding: 0.7142857143em;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
}
.nav-links a:hover {
	background-color: #006d53;
}
.entry-meta {
	margin: 0 0 1.375em 0;
}
.share {
	margin: 0.6875em 0 0 0;
	padding: 0;
}
.share li {
	float: left;
	list-style-type: none;
}
.share .f, .share .t, .share .g, .share .p {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 24px;
	height: 24px;
	margin-right: 0.375em;
}
.share .f {
	background: url('img/facebook-share.png') no-repeat;
	background-size: 24px 24px;
}
.share .t {
	background: url('img/twitter-share.png') no-repeat;
	background-size: 24px 24px;
}
.share .g {
	background: url('img/google-share.png') no-repeat;
	background-size: 24px 24px;
}
.share .p {
	background: url('img/pinterest-share.png') no-repeat;
	background-size: 24px 24px;
}

.gallery a img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.gallery br {
	display: none!important;
}
dt.gallery-icon img {
	border: 1px solid #ddd!important;
	border-radius: 0!important;
}

.gallery-item, #main .gallery-thumb-wrap {
	margin-top: 0.625em;
	width: 45%!important;
	margin-right: 5%!important;
}
.gallery-item:nth-child(2n),
#main .gallery-thumb-wrap:nth-child(2n) {
	margin-right: 0!important;
}
#main .format-gallery {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
#main a.gallery-thumb img {
	border: 1px solid #ddd;
	border-radius: 0;
	margin: 0;
	padding: 0.25em;
	width: 100%;
	max-width: 150px;
	height: auto;
}
#main h4.gallery-title {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0.5333333333em 0 0 0;
}
#main p.gallery-text {
	margin: 0;
}
@media screen and (min-width: 37.5em) {
	.gallery-item,
	#main .gallery-thumb-wrap {
		margin-top: 0.625em;
		width: 30%!important;
		margin-right: 5%!important;
	}
	.gallery-item:nth-child(2n),
	#main .gallery-thumb-wrap:nth-child(2n) {
		margin-right:5%!important;
	}
	.gallery-item:nth-child(3n),
	#main .gallery-thumb-wrap:nth-child(3n) {
		margin-right: 0!important;
	}
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ----------------------------------------------------------------------------------------------------------
11 Event Detail ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#main .event-detail {
	padding: 1.0625em 0 0 0;
}
#main .event-detail .event-info {
	margin: 0;
	padding: 0 1.25em 0 0;
}
#main .event-detail img {
	float: none;
	margin: 0 0 1.25em 0;
}
@media screen and (min-width: 37.5em) {
	#main .event-detail .event-info {
		float: left;
		width: 71.428571429%;
		max-width: 500px;
	}
	#main .event-detail img {
		float: right;
		width: 28.571428571%;
		margin: 0;
		max-width: 200px;
	}
}
#main .artist-boxes img {
	width: auto;
	max-width: none;
}
#main .event-detail .dates {
	color: #fff;
	position: relative;
	top: auto;
	left: auto;
	padding: 0;
	width: auto;
	height: auto;
	text-align: left;
}
.event-detail .artist-boxes ul.links {
	margin: 0;
}
.event-detail .artist-boxes ul.links li {
	background: none;
	list-style-type: none;
	padding: 0;
}
.artist-box-headliner, .artist-box-support, .venue-info {
	border-top: 2px solid #0d2906;
	padding: 1.5625em 0 0 0;
}
.event-detail .additional-event-info {
	color: #464646;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1.3125em;
	padding: 0.5em 0 0 0;
	text-transform: none;
}
#main .event-detail h2.dates {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 0.7142857143em;
	text-transform: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
	width: 100% !important;
}

#fbComments {
	clear: both;
	padding-top: 1.25em;
}

.event-detail .postponed,
.event-detail .cancelled,
.event-detail .rescheduled,
.event-detail .off-sale,
.event-info .sold-out,
.event-info .tickets-at-the-door,
.event-info .free,
.event-detail .ticket-link a,
.event-detail .future-sale a,
.event-detail h3.custom,
.event-detail h2.venue,
.event-detail h2.city-state
{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: none;
}
.event-detail h2.venue,
.event-detail h2.city-state {
	color: #464646;
}
.event-detail .postponed,
.event-detail .cancelled,
.event-detail .rescheduled,
.event-detail .off-sale {
	background-color: #eedc95;
	border: 1px solid #b2a46e;
	color: #404040;
}
.event-detail .rescheduled,
.event-detail .off-sale {
	display: block;
	border-radius: 3px;
	padding: 0.3125em;
	margin: 0 0 0.3125em 0;
	text-align: center;
	width: 100%;
	max-width: 110px;
}
.event-info .sold-out {
	background-color: #c43c35;
	border: 1px solid #b0352f;
	color: #fff;
}
.event-info .tickets-at-the-door {
	background-color: #349cba;
	border: 1px solid #2d8ba6;
	color: #fff;
}
.event-info .free {
	background-color: #57a957;
	border: 1px solid #417e41;
	color: #fff;
}
.event-detail .ticket-link a {
	background-color: #008d6b;
	border: none;
	color: #fff;
	text-decoration: none;
}
.event-detail .future-sale a,
.event-detail h3.custom {
	background-color: #349cba;
	border: 1px solid #2d8ba6;
	color: #fff;
	text-decoration: none;
}
.event-detail h3.custom a {
	color: #fff;
	text-decoration: none;
}
.event-detail h2.venue, .event-detail h2.city-state {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0;
}
#main .event-detail h3.price-range {
	border-top: 1px dotted #0d2906;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 0 1em 0;
	padding: 0.5em 0 0 0;
}
.event-detail h4.share-text {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 1em 0;
	text-transform: none;
}
.event-detail .ticket-price {
	float: none;
	width: auto;
}
#toolbox {
	padding-top: 1em;
}
#main .event-detail .times {
	margin-bottom: 0.5625em;
}
#main .bio, #main .venue-info {
	color: #fff;
	line-height: 1.5;
}
#main .artist-headline .artist-name {
	color: #fff;
}

/*--------------------------------------------------------------
Defaults
--------------------------------------------------------------*/
.alignnone {
	margin: 0.3125em 1.25em 0 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0.3125em auto;
}

.alignright {
	float: right;
	margin: 0.3125em 0 1.25em 1.25em;
}

.alignleft {
	float: left;
	margin: 0.3125em 1.25em 1.25em 0;
}

a img.alignright {
	float: right;
	margin: 0.3125em 0 1.25em 1.25em;
}

a img.alignnone {
	margin: 0.3125em 1.25em 1.25em 0;
}

a img.alignleft {
	float: left;
	margin: 0.3125em 1.25em 1.25em 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 0.5em 0.1875em 0.625em;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 0.3125em 1.25em 1.25em 0;
}

.wp-caption.alignleft {
	margin: 0.3125em 1.25em 1.25em 0;
}

.wp-caption.alignright {
	margin: 0.3125em 0 1.25em 1.25em;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0.4166666667em 0 0 0;
	padding: 0 0.3333333333em 0.4166666667em;
}