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%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body { background: #fff; font-size: 100%; }

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

ol,
ul {
    list-style: none
}

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

caption,
th,
td {
    font-weight: 400;
    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
}

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

p {
    margin-bottom: 1.5em
}

b,
strong {
    font-weight: 700
}

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%
}

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

ol {
    list-style: decimal;
    margin: 0 0 1em 1em
}

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

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 0
}

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

th {
    font-weight: 700
}

h2.site-description {
    display: none
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 98%;
    outline: none
}

.menu-toggle {
    cursor: pointer;
    display: none
}

@media screen and (max-width: 600px) {
    .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%
}

.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: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

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

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

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

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none
}

.comment-content a {
    word-wrap: break-word
}

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.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: .8075em 0
}

.site-main .gallery {
    margin-bottom: 1.5em
}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%
}

.site-main .gallery dd,
.site-main .gallery figcaption {
    margin: 0
}

embed,
iframe,
object {
    max-width: 100%
}

th {
    font-weight: 600;
    white-space: nowrap;
    padding: .5em
}

td { padding: .5em }

html {
    -webkit-font-smoothing: antialiased
}

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

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%
}

img.alignleft.size-full {
    padding: 4px;
    margin: 0 15px 2px 0;
    display: inline;
    max-width: 100%
}


.alignright { float: right; }
.alignleft { float: left; }

.flush-margin { margin: 0!important; }

* { margin: 0; padding: 0; }

html,
body {
	height: 100%;
}

body {
	background: #eee; color: #000;
	font-family: sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6
}

a {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out
}

a:hover {
  color: #aaa;
  text-decoration: none
}

a img { border: 1px solid #eaeaea; }

img.alignleft { float: left; margin: 0 16px 10px 0; }
img.alignright { float: right; margin: 0 0 10px 16px; }

ul { list-style: none; }

blockquote {
  border-bottom: 3px solid #eaeaea;
  border-right: 3px solid #eaeaea;
  font-family: georgia;
  font-weight: 700;
  margin: 25px;
  padding: 0 20px 5px
}

#wrapper {
  max-width: 100%;
  padding: 20px;
  margin: 0 auto 2em;
  background-color: #ddd;
  border: 1px solid #000
}

div#primary.calendar { width: 100%!important }

#footer {
  width: 100%;
  clear: both;
  min-height: 50px;
  margin: 0 auto 2em;
  background-color: #999;
  border: 0
}

#topnav ul { margin: 0; padding-left: 0; list-style: none; }
#topnav ul li { position: relative; float: left; margin: 0 5px 0 0; text-transform: uppercase; }
#topnav ul li a { display: block; padding: 5px 10px; text-decoration: none; }
#topnav ul li a:hover { text-decoration: none; }

.sticky { position: fixed; top: 0; left: 50%; height: 133px!important; z-index: 100; border-top: 0; }

#menu-main ul {
  background: #fff;
  background: rgba(255, 255, 255, 0);
  list-style: none;
  margin-left: 0;
  position: absolute;
  left: -9999px;
  font-size: .85em;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2)
}

#menu-main ul li { float: none; margin-right: 0; padding-top: 1px; }
#menu-main ul a { white-space: nowrap }
#menu-main li:hover ul { left: 0 }
#menu-main li:hover a { background: #ddd; text-decoration: underline; }
#menu-main li:hover ul a { text-decoration: none }
#menu-main li:hover ul li a:hover { background: #eee; }

#wrapper #tfly-featured-events {
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-radius: 0 0 0 0;
  margin: 0;
  padding: 0 0 20px
}

#wrapper #tfly-featured-events ul.nav li a,
#wrapper #prev_carousel,
#wrapper #next_carousel {
  border: 0 solid #888;
  background: #aaa;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: -1px 1px 1px 0 #000;
  box-shadow: -1px 1px 1px 0 #000;
  color: #888;
  width: 16px;
  font-weight: 700
}

#wrapper #prev_carousel { margin-left: 10px; }

#wrapper #tfly-featured-events ul.nav li a:hover,
#wrapper #tfly-featured-events ul.nav li .selected {
  background: #fff; color: #000;
}

#wrapper #tfly-featured-events #overlay .ticket-link a {
  width: 50px;
  text-align: center;
  display: block;
  float: left;
  font-size: 11px;
  padding: 2px;
  color: #fff;
  text-decoration: none
}

#wrapper #tfly-featured-events ul li img {
  position: absolute; top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

#wrapper .sidebar-list { margin: 0; padding: 0; }

h2.widget-title { font-size: 1.2em; font-weight: 700 }

#secondary aside { margin-bottom: 2.5em }

#wrapper div.youtube-playlist-sidebar li,
#wrapper .just-announced ul li,
#wrapper .upcoming ul li {
  font-size: .9em;
  padding: 0;
  margin: 1px 0;
  border-bottom: 1px solid #ccc
}

#wrapper div.youtube-playlist-sidebar li a:hover,
#wrapper .just-announced ul li a:hover,
#wrapper .upcoming ul li a:hover {
  background-color: #333; color: #fff;
}

#main aside.widget_twitter { position: relative; }

#wrapper .follow-button { position: relative; top: 20px; }

#main .widget_twitter ul li {
  display: block; margin-bottom: 0; padding: 5px 10px;
  background-color: #fff color: #333; font-size: 11px;
}

#main .widget_twitter ul li a:link { border-bottom: 1px dotted #ccc; }

#main span.time-meta,
#main span.from-meta {
  font-size: 9px
}

input[type="text"],
input[type="email"],
input[type="search"],
#searchform .textform,
.tfly-email-subscribe-text {
  width: 185px; margin: 8px 0 10px; padding: 5px; color: #666;
  border: 1px solid #ccc; border-radius: 3px;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
#searchform .textform:focus,
.tfly-email-subscribe-text:focus {
  outline: thin solid;
  color: #111; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#searchform #searchsubmit,
.tfly-email-subscribe-submit {
  margin-top: 0;
  float: right;
  display: block;
  border-radius: 3px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background-color: rgba(200, 200, 200, 0.5);
  color: rgba(0, 0, 0, .8);
  cursor: pointer;
  -webkit-appearance: button;
  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,
#searchform #searchsubmit:hover,
.tfly-email-subscribe-submit:hover {
  cursor: pointer;
  border-color: #ccc #bbb #aaa;
  background: rgba(200, 200, 200, 0.8)
}

#footer-widgets { float: left; width: 31.25%; margin: 1%; padding: 1%; background: #aaa; }

#wrapper .calendar-link { position: relative; }
#wrapper .calendar-link:after {
	content: "\f073";
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #000;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0
}

#wrapper .calendar-link a { padding-right: 24px }
#wrapper .list-view-item img { margin: 0 16px 0 0 }

#wrapper .price-range {
  width: 100%;
  margin-bottom: 5px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  margin-top: 10px;
  font-size: 16px
}

#wrapper .venue { margin-bottom: 0; font-weight: 700; }

#toolbox a,
div.calendar-sync a {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: all 0 none;
  transition: none
}

h4.share-text { font-size: 11px font-weight: 400; text-transform: uppercase; }

#wrapper .calendar-list-flip { position: relative }
#wrapper .calendar-list-flip:after {
  content: "\f03a";
  font-family: "FontAwesome";
  font-style: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 18px;
  position: absolute; top: 0; right: 0;
}

#wrapper .tfly-calendar .calendar-list-flip a { padding-right: 24px; }

#wrapper .tfly-calendar table {
  margin-bottom: 30px;
  border: 0;
  border-collapse: separate;
  border-spacing: 3px 10px
}

#wrapper .tfly-calendar tr td.data { border: 0; }
#wrapper .tfly-calendar td.data.vevent { border: 1px solid #000; }

#wrapper .supports,
#wrapper .supports a,
#wrapper .event-detail .supports {
  font-weight: 400; color: #999
}

#wrapper .event-detail .headliners { margin-top: 8px }

#wrapper .ticket-link a {
  background: #ccc;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: .05em;
  width: auto!important;
  display: inline-block
}

#wrapper .ticket-link a:hover { background: #ddd; }

#wrapper .list-view .ticket-link a,
#wrapper .event-detail .ticket-link a {
  font-size: 18px;
  padding: 11px 19px
}

#wrapper .tfly-calendar .ticket-link a {
  font-size: 14px;
  padding: 6px 10px;
  margin: 6px auto;
  width: 80px
}

#wrapper .cancelled,
#wrapper .sold-out,
#wrapper .postponed,
#wrapper .rescheduled,
#wrapper .off-sale {
  background: #fff;
  color: #f30;
  border: 0;
  text-transform: uppercase;
  margin: 0 auto 5px auto;
  border-radius: 6px;
  display: inline-block;
  padding: 8px 12px;
  line-height: 1
}

#wrapper .list-view .off-sale,
#wrapper .list-view .rescheduled {
  margin-bottom: 5px;
}

#wrapper .custom,
#wrapper .on-sale-soon,
#wrapper .future-sale a,
#wrapper .tickets-at-the-door {
  background: #ccc;
  font-weight: 400;
  color: #666;
  margin: 0 auto;
  border-radius: 6px;
  display: inline-block;
  line-height: 1
}

#wrapper .custom a { color: #666; }

#wrapper h3.off-sale { width: 100px; }

#wrapper .future-sale a:hover,
#wrapper .on-sale-soon:hover,
#wrapper .custom:hover {
  text-decoration: underline
}

#wrapper .sold-out { font-size: 1.3em; }
#wrapper .free { font-size: 1.1em; font-weight: 700; text-transform: uppercase; }

#wrapper .tfly-calendar .cancelled,
#wrapper .tfly-calendar .sold-out,
#wrapper .tfly-calendar .postponed,
#wrapper .tfly-calendar .rescheduled,
#wrapper .tfly-calendar .free,
#wrapper .tfly-calendar .tickets-at-the-door,
#wrapper .tfly-calendar .future-sale a,
#wrapper .tfly-calendar .on-sale-soon,
#wrapper .tfly-calendar .custom,
#wrapper .tfly-calendar .off-sale {
  width: 96%; margin: 6px auto; padding: 5px;
}

#wrapper .event-detail .ticket-link a,
#wrapper .event-detail .cancelled,
#wrapper .event-detail .sold-out,
#wrapper .event-detail .postponed,
#wrapper .event-detail .rescheduled,
#wrapper .event-detail .free,
#wrapper .event-detail .tickets-at-the-door,
#wrapper .event-detail .future-sale a,
#wrapper .event-detail .on-sale-soon,
#wrapper .event-detail .custom,
#wrapper .event-detail .off-sale {
  width: 180px; margin: 12px 0 0; text-align: center;
}

#wrapper .list-view .ticket-link a,
#wrapper .list-view .cancelled,
#wrapper .list-view .sold-out,
#wrapper .list-view .postponed,
#wrapper .list-view .rescheduled,
#wrapper .list-view .free,
#wrapper .list-view .tickets-at-the-door,
#wrapper .list-view .future-sale a,
#wrapper .list-view .on-sale-soon,
#wrapper .list-view .custom,
#wrapper .list-view .off-sale {
  width: auto; min-height: 38px; margin: 12px 0 0; text-align: center;
}

.tfly-powered {
  width: 100%;
  float: none;
  padding: 1em 0;
  margin: .5em auto;
  text-align: center;
  border: 0
}

.tfly-powered a img { border: 0 }

div.spacer { height: 20px; clear: both; }
div.entry-content { margin: 0 0 30px; clear: left; }

.non-event ul { margin: 0 0 1em 3em; font-size: .9em; list-style: disc; }

article.format-standard {
  clear: left;
  margin: 0 0 30px;
  overflow: auto
}

section.post-excerpt { width: 96%; padding-left: 4%; }

h1.entry-title { font-style: normal; font-weight: 400; line-height: 1.3 }
h1.entry-title a:link { text-decoration: none; border-bottom: 1px dotted #000 }
h1.entry-title a:hover { text-decoration: none; border-bottom: 1px solid #000 }

.non-event h2 {
  font-weight: 400;
  font-size: 1.4em
}

h2.entry-title {
  font-size: 1.4em;
  margin-bottom: 0;
  overflow-wrap: break-word;
  font-weight: 700;
  letter-spacing: .03em
}

div.entry-meta { padding-top: 10px; }
div.entry-meta-single { padding: 0 0 6px; font-style: italic; }
p.upper-meta { font-size: 13px }
p.lower-meta { font-size: 11px; margin-bottom: 0; }

div.nav-previous,
div.nav-next {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  margin-top: 20px
}

span.meta-nav {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px
}

#wrapper div.excerpt-thumb { float: left; margin: 17px 16px 10px 0;  }
#wrapper div.excerpt-thumb img { border: 5px #111 solid; }

#wrapper #nav-above { display: none; }

aside.format-gallery { overflow: auto; }

h4.gallery-title { margin: 8px 0 0 4px; font-size: 1.3em; }

p.gallery { font-size: 13px; color: #666; }
p.gallery-text { margin: 0 8px; font-size: .8em; font-style: italic; }

.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: .9em; line-height: 1.1; }

dd.wp-caption-text { margin-right: 15px!important; margin-left: 15px!important; }

h4.faq-question {
  font-size: 22px;
  line-height: 1.6;
  margin: 0 0 0 8px;
  font-weight: 700
}

div.faq-content { margin: 0 20px 30px; }

@media all and (orientation:landscape) {
	html {
	  -webkit-text-size-adjust: none
	}
}

@media (min-width: 40.625em) {
	table { display: table; font-size: 90%; }
	img.alignright.size-full { max-width: 40%; }
}