/*
Theme Name: Bootleg Theater
Author: Ticketfly MKS
Author URI: http://www.ticketfly.com
Description: Ticketfly Contractor Theme for Platinum Level Sites Based on _s
Version: 1.0
Text Domain: ticketfly-contractor_s
Domain Path: /languages/

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.

 gold-parent_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".
*/

/*
----------------------------------------------------------------
SITE HEX COLORS:
----------------------------------------------------------------
Orange: #e83724 rgba(232,55,36,1);
Beige: #ddbc9c rgba(221,188,156,1);
Red: #ab2228 rgba(171,34,40,1);
Pale Blue-Gray: #9da1aa rgba(157,161,170,1);
Dark Blue-Gray: #696b71 rgba(105,107,113,1);
----------------------------------------------------------------
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets - REMOVED
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 - Ticketfly Parts
--------------------------------------------------------------
*/

/*--------------------------------------------------------------
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: sans-serif;
    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;
    font-size: 100%;
}
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 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #696b71;
}
h1, h2, h3, h4, h5, h6 {/* clear: both; interferes with EDP */ }
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: #eee;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ol {
    list-style: decimal;
    margin: 0 0 1.0em 1em;
}
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; }
h2.site-description { display: none; }
/*--------------------------------------------------------------
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 */
}
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;
}
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%;
    outline: none;
}
button, input, button:hover, input:hover {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
  
/* Small menu */
.menu-toggle {
    cursor: pointer;
    display: none;
}
.main-navigation .show-small-nav { display: none; }
.main-navigation .hide-small-nav { display: block; }
@media screen and (max-width: 1024px) {
.main-navigation .hide-small-nav { display: none; }
.main-navigation .show-small-nav { display: block; }
.menu-toggle, .main-navigation.toggled .nav-menu {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    display: block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    float: none;
    font-size: 1.3em;
    max-width: 50%;
    width: auto;
    height: 48px;
    letter-spacing: 0.05em;
    transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
}
.menu-toggle:before {
    min-height: 50px;
    padding: 0px;
    font-family: 'FontAwesome';
    content: "\f0c9\00a0";
    font-size: 1em;
    display: inline;
}
.main-navigation.toggled .menu-toggle {
    z-index: 10001;
    float: right;
    margin-bottom: 5%;
    display: block;
}
.menu-toggle:hover, .menu-toggle:focus {
    background: #666;
    outline: none
}
.main-navigation ul {
    position: absolute;
    z-index: 1;
    top: -400px;
    width: 100%;
    background: #fff;
    transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
}
.main-navigation.toggled { width: 100%; }
.main-navigation.toggled ul { top: 52px; }
.main-navigation.toggled ul li {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff
}
.main-navigation.toggled ul li:last-child { border-bottom: none }
.main-navigation.toggled ul li a {
    float: left;
    width: 100%;
    font-size: 1rem
}
}
.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;
}
.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, #sidebar-left-area:before, #sidebar-left-area: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 - REMOVED
--------------------------------------------------------------*/

/*--------------------------------------------------------------
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; makes table unresponsive */
    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 Ticketfly Parts
--------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 1024px;
}
/* Layout */
body {
    background: url('images/bg-wood.jpg') top left #ddbc9c;
    background-attachment: fixed;
    background-size: 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
}
/* Links */
a {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
a:link, a:visited {
    color: #e83724;
    text-decoration: none;
}
a:hover {
    color: #9da1aa;
    text-decoration: none;
}
a img { border: 1px solid #696b71; }
a:hover img { border-color: #333; }
img.alignleft {
    float: left;
    margin: 0 16px 10px 0;
}
img.alignright {
    float: right;
    margin: 0 0 10px 16px;
}
/* Etc. */
ul { list-style: none; }
blockquote {
    background: #eee;
    border-left: 3px solid #9da1aa;
    font-family: georgia;
    font-weight: bold;
    margin: 25px;
    padding: 0 20px 5px;
}
/* STRUCTURE */
#wrapper {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background-color: transparent;
}
header { position: relative; }
#masthead {
    width: 100%;
    padding: 1% 3%;
    margin: 0 auto;
    background-color: #fff;
    border: 0px;
    -webkit-box-shadow: 0 2px 6px 0 #aaa;
    box-shadow: 0 2px 6px 0 #aaa;
}
#content {
    background-color: #fff;
    width: 95%;
    padding: 1%;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 600px;
    z-index: 9999;
    border: 0px;
    -webkit-box-shadow: 0 2px 8px 0 #888;
    box-shadow: 0 2px 8px 0 #888;
}
#primary {
    width: 69%;
    padding: 1%;
    float: left;
    background-color: #fff;
    border: 1px solid #eee;
    border: 0px;
}
div#primary.calendar {
    background-color: #fff;
    width: 100%;
    border: 0px;
    vertical-align: top;
    float: right;
}
#secondary {
    width: 29%;
    padding: 1%;
    float: right;
    min-height: 50px;
    background-color: #fff;
    border: 0px;
}
#sidebar-left-area {
    display: block;
    margin-left: -2%;
    max-width: 30%;
    padding: 0 1%;
    float: left;
}
@media screen and (min-width: 1024px) {
div#primary.calendar #sidebar-left-area { margin-top: -58px; }
}
#footer {
    background-color: #9da1aa;
    width: 100%;
    clear: both;
    min-height: 50px;
    margin: 0 auto;
    border: 0;
    -webkit-box-shadow: 0 -1px 3px 0 #888;
    box-shadow: 0 -1px 3px 0 #888;
}
.footer-content {
    max-width: 1200px;
    width: 100%;
    padding: 1% 0;
    color: rgba(255,255,255,.75);
    margin: 0 auto;
    overflow: auto;
    position: relative;
}
@media screen and (max-width: 1024px) {
html, body { min-width: 100%; }
#wrapper {
    max-width: 1024px;
    width: 100%;
}
#primary, #secondary, #content, #main {
    width: 94%;
    display: block;
    margin: 0 auto;
    float: none;
    padding: 1% 0;
}
div.lvc-wrap {
    display: block;
    float: right;
    max-width: 67%;
    width: auto;
}
#sidebar-left-area {
    max-width: 30%;
    width: auto;
    display: block;
}
#sidebar-left-area h2.widget-title {
    height: 50px;
    width: 100%;
    display: block;
}
div#primary.calendar {
    width: 100% !important;
    float: none;
    display: block;
    margin: 0 auto;
}
#primary { text-align: left; }
#secondary { text-align: center; }
div#primary.calendar #sidebar-left-area {
    float: left;
    text-align: left;
}
#wrapper div.list-view {
    float: none;
    max-width: 100% !important;
}
#primary, #secondary aside {
    -webkit-box-shadow: 0 2px 8px 0 #888;
    box-shadow: 0 2px 8px 0 #888;
}
#content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#secondary, #content { background-color: transparent; }
#secondary aside, #content aside {
    background-color: #fff;
    padding: 3% 0 5%;
}
#secondary aside.widget:last-of-type { margin-bottom: 2%; }
#content {
    padding: 0;
    height: auto;
    margin: 0 auto;
}
div.googMap {
    margin: 0 auto;
    max-width: 50%;
    width: auto;
}
}
@media screen and (max-width: 700px) {
html, body {
    max-width: 700px;
    min-width: 481px;
}
body {
    background: url('images/bg-wood.jpg') top left #ddbc9c;
    background-attachment: fixed;
    background-size: 100%;
    background-size: cover;
    width: auto;
    height: 100%;
    color: #000;
}
#wrapper {
    max-width: 700px;
    width: 100%;
}
#masthead {
    float: left;
    padding: 3% 1%;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
#header-slider-wrapper { margin-top: 85px; }
#primary, #secondary, #main {
    padding: 1% 0;
    height: auto;
}
#secondary, #sidebar-left-area { text-align: center; }
#sidebar-left-area {
    max-width: 100%;
    width: auto;
    float: left;
    margin: 20px auto 0;
}
}
@media screen and (max-width: 480px) {
html, body {
    max-width: 480px;
    min-width: 100%;
}
#wrapper {
    max-width: 480px;
    width: 100%;
}
#primary, #secondary, #sidebar-left-area, #main {
    padding: 1% 0;
    height: auto;
}
#content {
    padding: 0;
    height: auto;
}
}
/* Header Slider */
#header-slider-wrapper {
    height: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
}
.cycloneslider-template-responsive {
    width: 100% !important;
    max-height: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}
.cycloneslider-slide {
    max-width: none !important;
    width: 100%;
    height: 100%;
}
.cycloneslider-template-responsive img {
    min-width: 100%;
    height: 100%;
    max-width: none !important;
    width: 100% !important;
    max-height: 100%;
}
.cycloneslider-template-responsive .cycloneslider-pager {
    right: 48% !important; /* Overrides cyclone css */
    opacity: .75;
}
@media screen and (min-width: 1300px) {
#header-slider-wrapper { height: auto; }
}
@media screen and (max-width: 700px) {
.cycloneslider-template-responsive .cycloneslider-pager { right: 42% !important; /* Overrides cyclone css */ }
}
/* VENUE NAME STYLE/POSITION */
div.site-branding { display: block; }
h1.site-title {
    max-width: 260px;
    width: 100%;
    float: left;
    text-indent: -9999px;
    display: block;
    margin-left: 1%;
}
h1.site-title a {
    background: url('images/bootleg-theater-logo250.png') no-repeat;
    background-size: contain;
    width: 250px;
    height: 80px;
    color: #e83724;
    text-decoration: none;
    text-indent: -9999px;
    display: block;
}
h1.site-title a:hover {
    color: #aaa;
    text-decoration: none;
}
.footer-branding-area {
    width: 100%;
    display: block;
    max-height: 100px;
}
.footer-address { text-transform: uppercase; }
.footer-branding h1.site-title {
    float: right;
    width: 250px;
    height: 80px;
}
.footer-branding h1.site-title a {
    background: url('images/bootleg-theater-logo-footer.png') no-repeat !important;
    background-size: contain;
    width: 250px;
    height: 80px;
}
@media screen and (max-width: 1024px) {
div.site-nav-wrap h1.site-title, div.site-nav-wrap h1.site-title a {
    float: left !important;
    width: 200px;
    height: 70px;
    margin-left: 0%;
}
.footer-branding-area {
    min-height: 100px;
    max-height: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    min-width: 100%;
    width: 100%;
}
.footer-branding h1.site-title {
    float: none !important;
    width: 250px;
    height: 80px;
    margin: 0 auto;
}
}
@media screen and (max-width: 700px) {
div.site-nav-wrap h1.site-title, div.site-nav-wrap h1.site-title a {
    float: left !important;
    margin: 0 auto;
    width: 150px;
    height: 50px;
}
.footer-branding h1.site-title {
    float: none;
    margin: 0 auto;
}
}
/* NAV */
#topnav {
    float: left;
    width: auto;
    max-height: 80px;
    display: inline-block;
    position: relative;
    padding: 1%;
    margin-left: 0px;
}
#topnav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#topnav ul li {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
    text-transform: uppercase;
}
#topnav ul li a {
    font-family: "Roboto Condensed", sans-serif;
    display: block;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 15px;
    color: rgba(105,107,113,.5);
    background: #fff;
    text-decoration: none;
}
#topnav ul li a:hover, #topnav ul li a.thispage {
    color: #e83724 !important; /* To make sure orange color shows in .sub-menu a.thispage */
    background: none;
    text-decoration: none;
}
@media screen and (max-width: 700px) {
#wrapper .extrawidgets, #wrapper .site-nav-wrap {
    max-width: 40%;
    width: auto;
    display: block;
}
#wrapper .extrawidgets {
    float: right;
    max-width: 50%;
}
#wrapper .site-nav-wrap { float: left; }
#topnav {
    float: left;
    width: auto;
    max-height: 50px;
    display: block;
    position: relative;
    padding: 0;
    margin-left: 2%;
}
#topnav button.menu-toggle {
    min-width: 150px;
    font-size: 1.4em;
}
}
.sticky {
    position: fixed;
    height: 133px !important;
    top: 0;
    z-index: 100;
    border-top: 0;
    margin: 0 0 0;
    left: 50%;
}
/*--- DROPDOWN ---*/
#menu-main ul {
    background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background: rgba(255,255,255,1); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style: none;
    margin-left: 0;
    position: absolute;
    left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
    font-size: 0.9em;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    min-width: 100%;/* Adds whitespace to child items based on parent item width. */
    display: block;/* Extends whitespace to allow clicks and adds the hover class during mouseover of whitespace. */
    z-index: 10000; /* Make sure menu appears on top of content. */
}
#menu-main ul.sub-menu li {
    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
    margin-right: 0;
    background: #fff;
}
#menu-main ul a { white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */ }
#menu-main li:hover ul { /* Display the dropdown on hover */ left: 0; /* Bring back on-screen when needed */ }
#menu-main li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    color: rgba(232,55,36,.5);
    background: #fff;
    text-decoration: none;
}
#menu-main li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
    color: rgba(105,107,113,.5);
    background: #fff;
}
#menu-main li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background: #fff;
    color: #e83724;
}
/* Featured Slider */
#wrapper #tfly-featured-events {
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    border-radius: 0px 0px 0 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
}
#wrapper #tfly-featured-events ul.nav li a, #wrapper #prev_carousel, #wrapper #next_carousel {
    border: 0px solid #888;
    background: #aaa;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: -1px 1px 1px 0 #000000;
    box-shadow: -1px 1px 1px 0 #000000;
    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 {
    color: #000;
    background: #fff;
}
#wrapper #tfly-featured-events #overlay .ticket-link a {
    width: 50px;
    text-align: center;
    display: block;
    float: left;
    font-size: 11px;
    padding: 2px;
    color: white;
    text-decoration: none;
}
#wrapper #tfly-featured-events ul li img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* WIDGETS */
#wrapper .site-header-wrap {
    max-width: 1200px;
    max-height: 80px;
    margin: 0 auto;
}
#wrapper .site-nav-wrap { display: inline; }
#wrapper .site-nav-wrap { float: none; }
#wrapper .extrawidgets {
    float: right;
    margin: 12px 2% 0 0;
    max-width: 320px;
    width: auto;
}
a.donate button {
    float: left;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.9em;
    margin: 0;
    width: auto;
}
.extrawidgets .social-wrap {
    display: inline-block;
    margin-top: 0;
    margin-left: 5px;
    float: right;
}
@media screen and (max-width:1200px) {
#wrapper .extrawidgets {
    max-width: 300px;
    width: auto;
    text-align: center;
}
a.donate button {
    display: block;
    width: 100%;
    margin: 0 4% 4% 4%;
}
.extrawidgets .social-wrap {
    float: none;
    display: block;
    width: auto;
    margin-top: 4%;
}
#topnav { padding: 1% 0; }
#topnav ul li { margin: 0px; }
#topnav ul li a { font-size: 16px; }
}
a.social-icon i {
    padding: 8px 8px 10px 8px;
    width: 36px;
    height: 36px;
    background: #9da1aa;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    margin-left: 10px;
    opacity: .5;
}
a.social-icon:hover i {
    background: #9da1aa;
    color: #fff;
    opacity: 1;
}
a.social-icon i, a.social-icon:hover i, a.donate button, a.donate:hover button {
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
#secondary div.fb-page-area {
    max-width: 320px;
    width: auto;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
#wrapper .site-nav-wrap {
    float: left;
    max-width: 50%;
    width: 100%;
}
#wrapper .extrawidgets {
    float: right;
    margin: 1% 0;
    width: 100%;
}
.extrawidgets .social-wrap {
    float: right;
    margin-left: 0px;
    margin-top: 0%;
}
a.social-icon i { margin-left: 2px; }
a.social-icon i.fa-facebook { margin-left: 0px; }
a.donate button {
    width: auto;
    text-align: center;
    background: #fff;
    color: #e83724;
    border: 1px solid #e83724;
    font-size: 1.2em;
    margin: 0;
}
a.donate:hover button {
    background: #e83724;
    color: #fff;
    border: 1px solid #e83724;
}
#wrapper .extrawidgets, #wrapper .site-nav-wrap, .extrawidgets .social-wrap, #topnav, .site-branding, a.donate button {
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
#topnav button {
    min-width: 165px;
    width: auto;
    text-align: center;
}
}
@media screen and (max-width: 640px) {
#header-slider-wrapper { margin-top: 140px !important; }
.cycloneslider-template-responsive img { height: auto; }
#wrapper .site-nav-wrap { min-height: 60px; }
#wrapper .extrawidgets, #wrapper .site-nav-wrap {
    display: block;
    padding: 1% 0;
    width: auto;
    max-width: 100%;
}
#wrapper .site-nav-wrap { float: none; }
#wrapper .extrawidgets {
    float: left;
    margin: 12px 0 0;
    max-width: 100%;
    width: 100%;
}
.site-branding, a.donate button { float: left; }
.extrawidgets .social-wrap, #topnav {
    float: right;
    margin-left: 0px;
}
a.donate button { min-width: 135px; }
}
#wrapper .sidebar-list {
    padding: 0;
    margin: 0;
}
#footer-widgets h2.widget-title {
    font-size: 1em;
    font-weight: 700;
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
h2.widget-title, .list-view-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    color: #696b71;
    letter-spacing: 0.025em;
    padding-bottom: 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}
#sidebar-left-area h2.widget-title {
    min-height: 50px;
    height: auto;
    margin-bottom: 5%;
    padding-bottom: 0%;
}
#secondary aside { margin-bottom: 2.5em; }
#wrapper div.youtube-playlist-sidebar {
    background: #333;
    border: 1px solid #eee;
    margin-top: -10px;
}
div.youtube-novideos-message {
    font-family: "Roboto Condensed", sans-serif;
    margin:0 3%;
    font-style:italic;
    color: #9da1aa;
    line-height:1;
 }
#wrapper div.youtube-playlist-sidebar ul, #wrapper .just-announced ul, #wrapper .upcoming ul {
    padding: 0;
    margin: 0 0 12px 0;
}
#wrapper div.youtube-playlist-sidebar li, #wrapper .just-announced ul li, #wrapper .upcoming ul li {
    font-size: 1em;
    letter-spacing: 0.015em;
    padding: 0;
    margin: 1px 0;
    border: 0px;
}
span.youtube-title-sidebar, #wrapper div.youtube-playlist-sidebar li a, #wrapper .just-announced ul li a, #wrapper .upcoming ul li a {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    display: block;
    padding: 7px 14px;
}
#wrapper div.youtube-playlist-sidebar li a:link, #wrapper .just-announced ul li a:link, #wrapper .upcoming ul li a:link, #wrapper div.youtube-playlist-sidebar li a:visited, #wrapper .just-announced ul li a:visited, #wrapper .upcoming ul li a:visited { color: #9da1aa; }
#wrapper div.youtube-playlist-sidebar li a:hover, #wrapper .just-announced ul li a:hover, #wrapper .upcoming ul li a:hover { color: #e83724; }
.sidebar-list span.date {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.015em;
}
.sidebar-list span.on-sale {
    color: #e83724;
    text-transform: uppercase;
    font-size: 12px;
    font-style: italic;
}
/* twitter widget pro */
#wrapper aside.widget_twitter {
    position: relative;
    margin-bottom: 50px;
}
h2.widget-title span { font-family: "Roboto Condensed", sans-serif !important; }
#wrapper .follow-button {
    position: relative;
    top: 10px;
}
#wrapper .widget_twitter ul, div.follow-button { margin: 0 1%; }
#wrapper .widget_twitter ul li {
    font-size: 0.8em;
    padding: 10px 5px;
    display: block;
    color: #9da1aa;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
#wrapper .widget_twitter ul li a:link {
    color: #696b71;
    border-bottom: 0px;
}
#wrapper .widget_twitter ul li:hover {
    cursor: pointer;
    background-color: #eee;
}
#wrapper .widget_twitter ul li a:link, #wrapper .widget_twitter ul li:hover {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.widget_twitter span.time-meta, .widget_twitter span.from-meta { display: none; }
/* ticketfly search & email signup */
div.tfly-form-box {
    max-width: 320px;
    width: 100%;
    height: 50px;
    margin: 0 0 2% 0;
    vertical-align: top;
    border: 1px solid #e83724;
    display: block;
}
input[type="text"], input[type="email"], input[type="search"], #searchform .textform, .tfly-email-subscribe-text {
    margin: 8px 0 10px 5px;
    padding: 5px 5px 5px 0;
    max-width: 320px;
    width: 100%;
    color: #aaa;
    border-radius: 0px;
    border: 1px solid #fff;
}
#searchform .textform, .tfly-email-subscribe-text { width: 78% !important; }
#sidebar-left-area #searchform .textform, #sidebar-left-area .tfly-email-subscribe-text { width: 70% !important; }
input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, #searchform .textform:focus, .tfly-email-subscribe-text:focus, textarea:focus {
    outline: 1px dotted;
    color: #696b71;
}
button, input[type="button"], input[type="reset"], input[type="submit"], #searchform #searchsubmit, .tfly-email-subscribe-submit {
    float: right;
    display: block;
    margin-top: 0px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #e83724;
    border-radius: 0px;
    background-color: #e83724;
    color: #fff;
    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;
    padding: .6em 1em .4em;
}
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 #bbb;
    background-color: rgba(105,107,113,.5);
}
#searchform #searchsubmit, #searchform #searchsubmit:hover { background: url('images/search-btn.png') center no-repeat; }
.tfly-email-subscribe-submit, .tfly-email-subscribe-submit:hover { background: url('images/email-btn.png') center no-repeat; }
#searchform #searchsubmit, .tfly-email-subscribe-submit {
    background-color: #e83724;
    border-color: #e83724;
    border: 1px solid #e83724;
}
#searchform #searchsubmit, #searchform #searchsubmit:hover, .tfly-email-subscribe-submit, .tfly-email-subscribe-submit:hover {
    width: 48px;
    height: 48px;
    text-align: center;
    text-indent: -9999px;
    cursor: help;
}
#searchform #searchsubmit:hover {
    background-color: #ab2228;
    border: 1px solid #ab2228;
    cursor: help;
}
#secondary input.tfly-email-subscribe-submit:hover, #sidebar-left-area input.tfly-email-subscribe-submit:hover {
    background-color: #ab2228 !important;
    border: 1px solid #ab2228 !important;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
#secondary aside.widget {
    max-width: 1024px;
    width: 100%;
    display: block;
    margin: 8% auto;
}
#secondary .tfly-form-wrap { vertical-align: top; }
#secondary .tfly-form-box { display: inline-block; }
#secondary .calpage {
    max-width: 200px;
    width: 100%;
}
}
@media screen and (max-width: 480px) {
#secondary aside.widget {
    max-width: 480px;
    width: 100%;
}
#searchform .textform, .tfly-email-subscribe-text { width: 78%; }
/* fb rsvp widget */
#secondary iframe.tfly-rsvp-iframe, #secondary aside#text-4 { overflow:hidden !important; }
#secondary iframe.tfly-rsvp-iframe {max-width:100%; height:125px !important; padding:1% 2%; }
}
/* footer widgets */
#footer a { color: rgba(255,255,255,.75); }
#footer .email-contact {
    text-transform: lowercase;
    color: #696b71;
}
#footer a:hover, #footer .email-contact:hover { color: rgba(255,255,255,.4); }
#footer-widgets {
    width: auto;
    float: left;
    padding: 1%;
    margin: 1% .5%;
    background-color: transparent;
    text-align: left;
}
#menu-footer li a {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.025em;
}
#menu-footer li a.thispage { color: #696b71; }
#footer-widgets:nth-of-type(1) {
    width: 20.25%;
    padding-left: 4%;
}
#footer-widgets:nth-of-type(2) { width: 32.25%; }
#footer-widgets:nth-of-type(3) {
    width: 39.25%;
    float: right;
}
aside#text-13, aside#text-13 .widget-title { display: none; }
div.footer-email-wrap {
    margin: 1% 0 0;
    background-color: rgba(255, 255, 255, .5);
    border: 0px;
    display: block;
    height: 50px;
    max-width: 320px;
    vertical-align: top;
    width: 100%;
}
div.footer-email-wrap input {
    background-color: transparent;
    max-width: 100%;
}
div.footer-email-wrap .tfly-email-subscribe-text {
    background-color: transparent;
    width: 78% !important;
    border: 0 !important;
    max-width: 320px;
    width: 100%;
    color: #696b71;
    border-radius: 0px;
    border: 0px;
    margin: 1% auto 0;
}
#footer-widgets .tfly-email-subscribe {
    height: 50px;
    vertical-align: top;
}
#footer-widgets .tfly-email-subscribe-text {
    height: 50px;
    padding-left: 10px;
    margin: 0;
}
#footer-widgets .tfly-email-subscribe-submit {
    background: url('images/email-footer-btn.png') center no-repeat;
    border: 0px;
    min-width: 50px;
    height: 50px;
    margin: 0;
    text-indent: -9999px;
    cursor: help;
}
#footer-widgets input.tfly-email-subscribe-submit:hover {
    opacity: .5;
    background-color: transparent !important;
    border: 0 !important;
    cursor: pointer;
}
#footer-widgets div.social-footer { margin-top: 8%; }
#footer-widgets a.social-icon i {
    color: #696b71;
    font-size: 1.8em;
    min-width: 36px;
    margin-left: 18px;
}
#footer-widgets a.social-icon i.fa-facebook { margin-left: 0px; }
@media screen and (min-width:1024px) {
.footer-content {
    max-width: 1300px;
    padding: 1%;
    width: auto;
    margin: 0 auto;
}
aside#text-13, aside#text-13 .widget-title { display: none; }
}
@media screen and (max-width:1024px) {
#footer-widgets, #footer-widgets aside {
    max-width: 94%;
    width: auto;
    display: block;
    float: none;
}
#footer-widgets:nth-of-type(1), #footer-widgets:nth-of-type(2), #footer-widgets:nth-of-type(3) {
    max-width: 50%;
    width: auto;
    float: none;
    text-align: center;
    margin: 0 auto;
}
aside#text-13 {
    margin: 8% auto;
    display: block;
    text-align: left;
}
#footer-widgets:nth-of-type(3) { display: none; }
}
@media screen and (max-width:700px) {
#footer-widgets:nth-of-type(1), #footer-widgets:nth-of-type(2), #footer-widgets:nth-of-type(3) { max-width: 100%; }
div.footer-email-wrap { margin: 1% auto 0; }
}
/* LIST VIEW */
div.lvc-wrap div.calendar-filters {
    display: block;
    float: left;
    width: 100%;
    min-height: 60px;
    margin: 0 auto;
    text-align: center;
}
.list-view div.end {
    display: block;
    height: 40px;
}
button.calendar-view-filter, a button.calendar-view-filter {
    background: #9da1aa;
    border: 1px solid #9da1aa;
    color: #fff;
    font-size: 1em;
    font-family: "Roboto Condensed", sans-serif;
    max-width: 100%;
    display: inline-block;
    float: left;
}
button.calendar-view-filter:hover {
    background: #fff;
    border: 1px solid #9da1aa;
    color: #9da1aa;
}
div.lvc-wrap a button.calendar-view-filter {
    width: 32%;
    margin-right: 2px;
}
@media screen and (max-width:700px) {
div.lvc-wrap div.calendar-filters {
    float: none;
    margin: 0 auto;
    text-align: center;
}
div.lvc-wrap button.calendar-view-filter {
    display: block;
    float: none;
    max-width: 60%;
    margin: 0 auto;
}
div.lvc-wrap button.calendar-view-filter:nth-of-type(2) { margin: 5px auto; }
}
div.lvc-wrap {
    float: right;
    max-width: 67%;
    display: block;
    width: auto;
}
#wrapper div.listview-homepage {
    float: right;
    display: block;
    max-width: 100%;
    width: auto;
}
#wrapper div.listview-search-results {
    float: none;
    max-width: 95%;
    display: block;
    width: auto;
}
#wrapper div.list-view {
    display: block;
    width: auto;
}
#wrapper .search-results .list-view-heading {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#wrapper .search-results-message {
    font-style: italic;
    color: #666;
    padding-bottom: 20px;
}
#wrapper .list-view-heading {
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    max-height: 50px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#wrapper .list-view-title {
    color: #9da1aa;
    border-bottom: 0px !important;
}
.list-view .calendar-link {
    position: relative;
    padding-top: 1%;
}
#wrapper .calendar-link a:after {
    content: "\00a0\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: inherit;
    font-size: inherit;
    padding: 0;
    margin: 0;
}
#wrapper .calendar-link a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1em;
    color: #9da1aa;
}
#wrapper .calendar-link a:hover { color: #e83724; }
#wrapper .list-view-item {
    font-family: "Roboto Condensed", sans-serif;
    padding-bottom: 3%;
    margin-bottom: 3%;
    border: 0;
    border-bottom: 1px solid #ddbc9c;
}
#wrapper .list-view-item img {
    float: left;
    display: block;
    margin: 0;
    max-width: 50%;
    max-height: 100%;
    width: auto;
    height: auto;
}
#wrapper .tfly-calendar-list-view a img { margin-right: 15px; }
.list-view-item a:hover img { opacity: .9; }
.list-view-item .details-and-tickets {
    margin: 0 0 0 21px;
    max-width: 45%;
    float: left;
}
.list-view-details { max-width: 100% !important; /*-- Generic style override --*/ }
.list-view-details, .ticket-price { float: none !important; /*-- Generic style override --*/ }
#wrapper h3.event-status-message {
    color: #e83724;
    font-style: italic;
    line-height: 1;
    font-size: 0.9em;
}
#wrapper h2.topline-info, #wrapper h3.topline-info {
    font-style: italic;
    font-weight: 400;
    text-transform: none !important;
    font-size: 0.8em;
    color: #9da1aa;
}
#wrapper .venue {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #9da1aa;
}
#wrapper .list-view-item .ticket-price {
    display: block;
    float: none;
    text-align: left;
    width: auto;
}
#wrapper .price-range {
    width: 100%;
    margin: 2% 0;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 0.8em;
}
.list-view .price-range { text-indent: -9999px; }
.list-view-item h2.times {
    font-family: "Roboto Condensed", sans-serif;
    font-size: .9em;
    margin: 8% 0;
    color: #9da1aa;
    text-transform: uppercase;
}
.list-view .dates {
    font-family: "Roboto Condensed", sans-serif;
    display: block;
    width: 100%;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
    top: 0;
    position: static;
}
#wrapper .age-restriction, h2.additional-event-info {
    font-style: italic;
    padding: 0;
    border-radius: 0px;
    display: block;
    line-height: 1.1;
    margin-top: 16px;
    background-color: transparent;
    border: 0px;
    color: #666;
}
#wrapper .additional-event-info { font-size: .9em; }
#wrapper .age-restriction, #wrapper .over-21 { font-size: .8em; text-transform: uppercase; }
#wrapper .over-21 { color: #9da1aa; }
@media screen and (max-width: 1024px) {
.list-view-item .details-and-tickets {
    margin: 0 0 0 1%;
    max-width: 40%;
    float: left;
}
}
@media screen and (max-width: 700px) {
div.list-view, div.listview-homepage, div.listview-search-results, div.list-view-heading, div.list-view-item, div.list-view-details, div.tfly-calendar {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: left;
}
div.lvc-wrap {
    display: block;
    float: none;
    max-width: 100%;
    width: auto;
}
}
@media screen and (max-width: 640px) {
div.list-view, div.lvc-wrap, div.listview-homepage, div.listview-search-results, div.list-view-heading, h2.list-view-title, h2.calendar-link, div.list-view-item, div.list-view-details, div.tfly-calendar { text-align: center !important; }
#wrapper div.listview-homepage { float: none !important; }
.list-view-item .details-and-tickets {
    max-width: 100%;
    float: none;
}
#wrapper .list-view-heading {
    min-height: 50px;
    height: auto;
    max-height: 100%;
    display: block;
    padding-top: 2%;
}
h2.list-view-title {
    font-family: "Roboto", sans-serif;
    color: #e83724;
    font-weight: 700;
}
#wrapper .calendar-link a {
    font-family: "Roboto", sans-serif;
    font-size: .7em;
    display: block;
    color: #9da1aa;
}
#wrapper .calendar-link a:hover { color: #e83724; }
.list-view-item a.list-view-img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
    text-align: center;
}
.list-view-item img {
    margin: 0 auto;
    max-width: 100% !important;
    min-width: 100% !important;
    width: auto;
    max-height: 100%;
    height: auto;
}
#wrapper .list-view-item .ticket-price { text-align: center; }
button.calendar-view-filter {
    display: block;
    width: 100%;
}
button.calendar-view-filter:nth-of-type(2) { margin: 2% auto; }
}
@media screen and (max-width: 480px) {
div.list-view-heading { text-align: center; }
.list-view .list-view-title {
    display: block;
    float: none !important;
}
.list-view .calendar-link {
    float: none !important;
    display: block;
}
}
/* EVENT DETAIL */
#wrapper .event-info {
    background-color: rgba(238,238,238,.5);
    border: 0;
    border-bottom: 1px solid rgba(157,161,170,.5);
    padding: 2%;
}
.event-detail .edp-img {
    max-width: 50%;
    width: auto;
    height: auto;
    margin: 2%;
    padding: 0;
    float: right;
    border: 1px solid #eee;
}
.event-info .edp-wrap {
    max-width: 45%;
    float: left;
}
.event-info .topline-info { color: #696b71; }
.event-info h2.dates {
    position: relative !important;
    margin: 5% 0 0%;
    font-family: "Roboto", sans-serif;
    display: block;
    width: 100%;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 500;
    color: #696b71;
}
.event-info .price-range {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #9da1aa;
    font-size: 1.1em !important;
}
.event-info h2.times {
    font-family: "Roboto Condensed", sans-serif !important;
    color: #9da1aa;
    text-transform: uppercase;
    margin: 0% 0 3% !important;
}
#wrapper .venue {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    color: #9da1aa;
    font-size: 1em;
}
#wrapper .city-state {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #9da1aa;
    margin: 0% 0 3%;
    font-size: .9em;
}
.event-detail .artist-boxes .artist-name {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.3em;
	font-weight: 500;
    color: #696b71;
}
#wrapper .event-detail .artist-boxes ul.links li {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0 1%;
}
#wrapper .bio {
    font-family: "Roboto", sans-serif;
    font-size: 0.9em;
    color: #9da1aa;
    padding: 0 1% 3% 1%;
    letter-spacing: 0.015em;
    margin-top: 1%;
    border-bottom: 1px solid #ccc;
}
#wrapper .venue-info {font-size: 0.9em;}
div.calendar-sync, #toolbox { opacity: .5; }
div.calendar-sync:hover, #toolbox:hover { opacity: 1; }
div.calendar-sync a, #toolbox a {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: all 0 none;
    transition: none;
}
#toolbox { margin-top: 20px; }
h4.share-text {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: .9em;
    color: #9da1aa;
}
@media screen and (max-width:700px) {
.event-detail .edp-img, .event-detail img.event-main-img, .event-info, .edp-wrap .event-info {
    min-width: 100%;
    height: auto;
    float: none;
    display: block;
    margin: 0 auto;
    background: #eee;
}
.event-detail .edp-wrap {
    margin-top: 2%;
    text-align: center;
}
.event-info .additional-event-info {
    max-width: 80%;
    margin: 5% auto;
}
div.calendar-sync, #toolbox {
    margin: 5% auto !important;
    text-align: left;
    float: none;
}
}
/* CALENDAR */
div#primary.calendar div.calendar-filters {
    display: inline;
    float: right;
    min-height: 60px;
    width: 65%;
    text-align: left;
}
div#primary.calendar div.calendar-filters a button {
    float: left;
    margin: 0 1%;
}
@media screen and max-width:700px {
div#primary.calendar div.calendar-filters {
display: block;
width:100%;
}
}
#primary .tfly-calendar {
    display: inline;
    max-width: 65%;
    float: right;
}
div#primary.calendar .tfly-calendar h3.event-status-message { width: 65%; }
#wrapper .tfly-calendar .calendar-sync { }
#wrapper .calendar-list-flip { position: relative; }
#wrapper .calendar-list-flip a:before {
    content: "\f03a\00a0";
    font-family: FontAwesome;
    font-style: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: inherit;
    font-size: inherit;
    display: inline;
}
#wrapper .tfly-calendar .calendar-list-flip a { color: #9da1aa; }
#wrapper .tfly-calendar table {
    margin-bottom: 30px;
    border: 0;
}
#wrapper .tfly-calendar .one-event {
    max-width: 100px;
    margin: 10px 2px 20px;
    padding: 0 1px 10px 1px;
    overflow-wrap: break-word;
}
#wrapper .tfly-calendar img.calendar-image {
    max-width: 100px;
    width: 90%;
    height: auto;
}
#wrapper .tfly-calendar td {
    padding: 0px;
    text-align: left;
}
#wrapper .tfly-calendar tr td.data { border: 0; }
#wrapper .tfly-calendar td.data.vevent { border: 1px solid #eee; }
#wrapper .tfly-calendar tr { border: solid 0px #eee; }
#wrapper .tfly-calendar table tr .month {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    line-height: 1.2;
    color: #696b71;
}
#wrapper .tfly-calendar h5.date {
    font-family: "Roboto Condensed", sans-serif;
    background: #eee;
    display: block;
    color: #9da1aa;
    font-size: 1.2em;
    line-height: 1.4;
    text-transform: uppercase;
    padding: 8px 5px;
    font-weight: 500;
    text-align: left;
}
.tfly-calendar .venue {
    margin-top: 10px;
    font-weight: 500 !important;
}
@media screen and (min-width: 1025px) {
#primary .tfly-calendar-list-view { display: none; /* Hides list-view completely. It doesn't need it to be accessible because the calendar is accessible and displayed.  */ }
#primary .tfly-calendar { display: inline; }
}
@media screen and (max-width: 1024px) {
#primary .tfly-calendar { display: none; /* Hides calendar completely. It doesn't need it to be accessible because the list-view is accessible and displayed */ }
#primary .tfly-calendar-list-view { display: inline; /* Displays an accessible list-view in place of the calendar. */ }
}
/* Headliner and Support */
#wrapper .headliners, #wrapper .headliners a, #wrapper .event-detail .headliners {
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
}
#wrapper .supports, #wrapper .supports a, #wrapper .event-detail .supports {
    font-weight: 400;
    color: #999;
}
#wrapper .headliners a:hover { color: #e83724; }
#wrapper .supports a:hover { color: #e83724; }
#wrapper .list-view .headliners, #wrapper .event-detail .headliners {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    text-transform: uppercase;
}
#wrapper .event-detail .headliners {
    margin-top: 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #696b71;
    letter-spacing: 0.025em;
}
#wrapper .list-view .supports, #wrapper .event-detail .supports {
    font-family: "Roboto", sans-serif;
    font-size: .9em;
    line-height: 1.6;
    margin-top: 1%;
}
#wrapper .tfly-calendar .headliners a {
    font-size: 13px;
    line-height: 1.1;
    margin-bottom: 0px;
    word-wrap: break-word;
    text-transform: uppercase;
}
#wrapper .tfly-calendar .headliners { margin-bottom: 5px; }
#wrapper .tfly-calendar .supports a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    line-height: 1.2;
}
/* Ticket Status For All Sections */
#wrapper .ticket-link a {
    border: 1px solid #e83724;
    background: #fff;
    cursor: pointer;
    color: #e83724;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05em;
    width: auto !important;
    display: inline-block;
}
#wrapper .ticket-link a:hover {
    background: #e83724;
    color: #fff;
}
#wrapper .list-view .ticket-link a, #wrapper .event-detail .ticket-link a, #wrapper .future-sale a { padding: 5px 12px; }
#wrapper .tfly-calendar .ticket-link a {
    padding: 6px 10px;
    margin: 6px auto;
    border-radius: 0px;
    width: 96%;
}
#wrapper .future-sale a {
    border: 1px solid #e83724;
    background: #e83724;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
#wrapper .future-sale a:hover {
    border: 1px solid #ab2228;
    background: #ab2228;
    color: #fff;
}
#wrapper .cancelled, #wrapper .sold-out, #wrapper .postponed, #wrapper .rescheduled, #wrapper .off-sale {
    background: #fff;
    color: #e83724;
    border: 1px solid #eee;
    text-transform: uppercase;
    margin: 6px auto;
    border-radius: 0px;
    display: inline-block;
    padding: 6px 10px;
}
#wrapper .list-view .rescheduled, #wrapper .list-view .off-sale {
    margin: 6px auto;
    padding: 6px 10px;
}
#wrapper .tickets-at-the-door, #wrapper .on-sale-soon, #wrapper .custom {
    background: #ccc;
    font-weight: normal;
    color: #666;
    margin: 6px auto;
    border-radius: 0px;
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #ccc;
}
#wrapper .custom { background: #fff !important; }
#wrapper .custom a { color: #666; }
#wrapper h3.off-sale { padding: 6px 10px; }
#wrapper .custom a:hover { color: #e83724; }
#wrapper .sold-out {
    font-size: 1.3em;
    color: #fff;
    border: 1px solid #696b71;
    background: #696b71;
}
#wrapper .free {
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 10px;
    color: #e83724;
    border: 1px solid #eee;
}
#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 {
    font-size: .9em !important;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 0px;
    margin: 6px auto;
    min-width: 80% !important;
    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 {
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 0px;
    margin: 12px 0 0;
    min-width: 130px;
    max-width: 200px;
    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 {
    font-size: 1em;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 0px;
    margin: 12px 0 0;
    text-align: center;
    width: auto;
}
/* ticketfly powered logo */
.tfly-powered {
    width: 100%;
    float: none;
    padding: 1%;
    margin: 0 auto;
    text-align: right;
    border: 0px;
}
.tfly-powered a img { border: 0px; }
@media screen and (max-width: 1024px) {
.tfly-powered {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}
}
@media screen and (max-width: 700px) {
.tfly-powered {
    width: 100%;
    float: none;
    margin: 5% auto 0;
    display: block;
    text-align: center;
}
}
div.spacer {
    clear: both;
    height: 20px;
}
/* non-event pages */
div.entry-content {
    clear: left;
    margin: 0px 0 30px 0;
}
div.entry-content.non-event { }
.non-event ul {
    list-style: disc;
    margin: 0 0 1em 3em;
    font-size: 0.9em;
}
article.format-standard {
    clear: left;
    margin: 0 0 30px 0;
    overflow: auto;
}
section.post-excerpt {
    width: 96%;
    padding-left: 4%;
}
h1.entry-title, h2.tfly-calendar-title {
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.3;
    min-height: 50px;
    border-bottom: 1px solid #eee;
    margin-bottom: 2%;
    color: #9da1aa;
}
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: 0.03em;
}
div.entry-meta { padding-top: 10px; }
div.entry-meta-single {
    padding: 0px 0 6px;
    font-style: italic;
}
span.posted-on {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.03em;
}
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; }
/* gallery post format */
aside.format-gallery { 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: 1.3em;
    margin: 8px 0 0 4px;
}
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: 0px auto 1.5em;
    width: 100%;
    clear: both;
    overflow: auto;
}
.gallery-item {
    float: left;
    width: 150px;
}
.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.1;
}
dd.wp-caption-text {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
/* aside post format for FAQs  */
#primary #faq-page h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin: 0px 0 0 8px;
    font-weight: 400;
    color:#111;
}
#primary #faq-page p { margin: 0 20px 50px; color:#696b71; }
/* contact form styles */
form.wpcf7-form input, form.wpcf7-form textarea {
    border: 1px solid #ddd;
    margin: 0;
}
form.wpcf7-form textarea { max-width: 70%; }
form.wpcf7-form input[type="submit"] {
    font-size: 1em;
    float: left;
}
