/*
Theme Name: Laughing Skull Lounge
Author: Ticketfly D&DS
Author URI: http://www.ticketfly.com
Dev: First Dynamic
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".
*/


/*--------------------------------------------------------------
>>> 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: 'Raleway', 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%; font-family: 'Raleway', sans-serif;}
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: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {/* clear: both; interferes with EDP */ font-family: 'Roboto Condensed', sans-serif;}
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;
}
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;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
  
/* Small menu */
.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%;
}

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

/* Layout */
body {
  background: #fff;
  color:#000;
 font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  }

/* Links */
a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
a:link, a:visited {color:#f30;text-decoration: none;}
a:hover {color: #aaa;text-decoration: none;}

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

.left_side{ width: 24%;float: left;}
.right_side{width:70%; float:right;}
#masthead .right_side .logo{ width:50%; float:left;}
#masthead .right_side .head_middle{ width:50%; float:left; padding: 30px 0px 0px 0px;}
#masthead .head_right{  float:left; padding: 30px 0px 0px 100px;}
.right_side .head_middle h3{    font-size: 18px; font-weight: bold;}
.right_side .head_middle p{font-size: 16px; color: #d8211c; padding-top: 10px;}
.head_right h3{font-size:18px; font-weight:bold;}
.head_right p{font-size: 16px; color: #d8211c; padding-top: 10px;}
.nav_top{width:100%; background-color:#d8211c;}


/* Etc. */
ul {list-style: none;}
blockquote {
	border-bottom: 3px solid #eaeaea;
	border-right: 3px solid #eaeaea;
	font-family: georgia;
	font-weight: bold;
	margin: 25px;
	padding: 0 20px 5px;
}

/* STRUCTURE */
#wrapper {
      margin: 0;
    padding: 0;
    overflow: hidden;
}
#masthead {
	width: 1180px;
  padding:12px 0px;
  margin: 0 auto;
  background-color: #fff;
}
#content {
	width: 1180px;
  padding:2% 1%;
  margin: 0 auto 2em;
	min-height: 600px;
  background-color: #fff;
	clear:both;
  }
#primary {
  width:69%;
  float:left;
  background-color: #fff;
  }
  .entry-content h1{font-size:22px; padding:0px 0px 10px 0px; font-weight:bold;}
  div#primary.calendar {width: 100% !important;}
  .list-view .list-view-item{border-bottom:1px solid #f3f3f3 !important; border-top:none !important; border-left:none !important; border-right:none !important;}
#secondary {
	width:26%;
  padding:1%;
  float: right;
	min-height: 50px;
  background-color: #fff;
min-width: 280px;
  }
#footer {
	width: 100%;
	clear: both;
  margin: 0 auto;
	border:0;
	background-color:#171717;
  }
 #footer .view-switches { display: none; }
  .footer-content {width:1180px;padding:0;margin: 0 auto;overflow:auto;}
  
  .bootom_feature{background-color:#171717; clear:both;}
	.feature_slider{margin:0 auto; display:block; padding:30px 0px;; width:1180px;}
	.bootom{background-color:#000000;padding: 40px 0px 20px 0px;}
	.bootom_navigation{width:1180px; margin:0 auto;}
	.bootom_contact{width:1180px;  margin:0 auto;}
	.copyright{    width: 1180px;
    margin: 0 auto;
    padding: 15px;
    color: #fff;}
.bootom_feature .feature_slider .calendar-link { display: none; }
/* VENUE NAME STYLE/POSITION */
div.site-branding {}
h1.site-title {font-size: 2em;}
h1.site-title a:link, 
h1.site-title a:visited {color: #f30;text-decoration: none;}
h1.site-title a:hover {color: #aaa;text-decoration: none;}


/* NAV */
#topnav {
  width: 100%;
  background-color:#d8211c;
  overflow:hidden;
  
 
  clear: both;
  }
#topnav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
    width: 1180px;
    margin: 0 auto;
}
#topnav ul li {
  float: left;
  padding: 15px 0px;
  text-transform:uppercase;
  }
#topnav ul li a {
	display:block;
	padding:0px 20px;
	color:#fff;
	text-decoration:none;
	border-right:1px solid #e04d49;
	margin-right:-1px;
	font-family: 'Roboto Condensed', sans-serif;
	    font-size: 16px;
    font-weight: bold;
  }
#topnav ul li:hover {
	    color: #fff;
    background: #000;
    text-decoration: none;
  }
.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,0); /* 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.85em;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#menu-main ul li {
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
  margin-right:0;
}
#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. */
	background:#ddd;
	text-decoration:underline;
}
#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;
}
#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:#eee;
}


/* 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;
  }
  #tfly-featured-events ul.nav{right: 45% !important;}
#wrapper #tfly-featured-events ul.nav li a, 
#wrapper #prev_carousel, 
#wrapper #next_carousel {
  border: 0px solid #888;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: -1px 1px 1px 0 #000000;
  box-shadow: -1px 1px 1px 0 #000000;
  color: #888;
  width:23px;
  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: #fff;
    background: #d8211c;
  }
#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%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  }*/

/* WIDGETS */
#wrapper .sidebar-list {padding: 0;margin: 0;}
h2.widget-title {font-size:1.2em;font-weight:bold;}
#secondary aside {margin-bottom:2.5em; border-bottom: 1px solid #f3f3f3; padding-bottom: 10px; }
    
#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: 0.9em;
  padding:0;
  margin: 1px 0;
  border-bottom:1px solid #ccc;
  }
#wrapper div.youtube-playlist-sidebar li a:link,
#wrapper .just-announced ul li a:link,
#wrapper .upcoming ul li a:link {
  color: #000;
  font-weight: 700;
  display: block;
  padding: 7px 0;
  }
#wrapper div.youtube-playlist-sidebar li a:hover,
#wrapper .just-announced ul li a:hover,
#wrapper .upcoming ul li a:hover {
  color: #fff;
  background-color: #F23D46;
  margin-top:-1px;
  }
  #wrapper .just-announced ul li a:hover{background-color:transparent !important; color:#F23D46 !important; margin-top:0px !important;}

/* twitter widget pro */
#main aside.widget_twitter {position:relative;}
#wrapper .follow-button {
  position: relative;
  top: 20px;
  }
#main .widget_twitter ul li {
  font-size: 11px;
  padding: 5px 10px;
  display: block;
  color: #333;
  background-color: #fff;
  }
#main .widget_twitter ul li a:link {
  border-bottom: 1px dotted #ccc;
  }
#main .widget_twitter ul li:hover {}
#main span.time-meta, #main span.from-meta {font-size: 9px;}

/* ticketfly search & email signup */
input[type="text"],
input[type="email"],
input[type="search"],
#searchform .textform,
.tfly-email-subscribe-text {
  margin: 8px 0 10px 0;
  padding: 5px;
  width: 185px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
#searchform .textform:focus,
.tfly-email-subscribe-text:focus,
textarea:focus {
  outline: thin solid;
	color: #111;
}

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

/* LIST VIEW */
#wrapper .list-view-heading {}
#wrapper .list-view-title {}

#wrapper .calendar-link {position: relative;} 
#wrapper .calendar-link:after {
  content: "\f073"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  }
#wrapper .calendar-link a {padding-right: 24px;}
#wrapper .calendar-link a:hover {}
#wrapper .list-view-details { margin-top: -5px;; }
#wrapper .list-view-item {margin-bottom: 15px;}
#wrapper .list-view-item img {margin: 0 16px 0 0;}
#wrapper h3.event-status-message {font-style:italic;  line-height: 1;}
#wrapper h2.topline-info,
#wrapper h3.topline-info {
     font-weight: 400;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-family: "Raleway",sans-serif;
}
#wrapper .list-view .ticket-price {width: 20%;}
#wrapper .price-range {
  width: 100%;
  margin-bottom: 5px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  margin-top: 10px;
  font-size: 16px;
  }

#wrapper .dates { font-family: "Raleway",sans-serif; font-size: 14px; font-weight: light; padding-top: 10px;  }
#wrapper .times { font-size: 14px; }

#wrapper .age-restriction,
h2.additional-event-info {
	font-family: "Raleway",sans-serif;
	font-weight: light;
  font-size:14px;
  padding: 4px 0;
  display:inline-block;
  line-height:1;
  }

/* EVENT DETAIL */
#wrapper .venue {font-weight: bold;margin-bottom:0;}
#wrapper .city-state {}
#wrapper .event-detail .artist-boxes .artist-name {}
#wrapper .event-detail .artist-boxes ul.links li {}
#wrapper .bio {}

#toolbox {margin-top: 20px;}
div.calendar-sync a, #toolbox a {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: all 0 none;
  transition: none;
  }
h4.share-text {font-weight:normal;text-transform:uppercase;font-size:11px;}


/* CALENDAR */
#wrapper .tfly-calendar .calendar-sync {}
#wrapper .calendar-list-flip {position: relative;} 
#wrapper .calendar-list-flip:after {
  content: "\f03a"; 
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  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 .one-event {
     width: 94%;
    margin: 5px;
    padding: 0 0 10px 0;
    overflow-wrap: break-word;
}
#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 #000;
  }
#wrapper .tfly-calendar tr {
  border: solid 1px #151515;
}

#wrapper .tfly-calendar table tr .month {
  font-size: 24px;
  text-align: center;
  line-height:1.2;
  font-weight:bold;
  }
#wrapper .tfly-calendar h5.date {
  background: #CCC;
  display: block;
  color: #000000;
  font-size: 16px;
  line-height:1.4;
  text-transform: uppercase;
  padding: 5px;
  /*margin-bottom: 10px;*/
  font-weight: bold;
}
.tfly-calendar .data h1{padding-top:10px;}
/* Headliner and Support */
#wrapper .headliners, 
#wrapper .headliners a,
#wrapper .event-detail .headliners {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
  }
#wrapper .supports, #wrapper .supports a,
#wrapper .event-detail .supports {
	color: #000;
    font-family: "Raleway",sans-serif;
    font-weight: normal;
  }
  #wrapper .list-view h2.supports { font-size: 14px; }
#wrapper .headliners a:hover {color: #f30;}
#wrapper .supports a:hover {color: #f30;}
#wrapper .list-view .headliners,
#wrapper .event-detail .headliners {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  font-weight:bold;
  padding-bottom:0px;
  			
  }
#wrapper .event-detail .headliners {font-size: 22px; margin-top: 8px;}
#wrapper .list-view .supports,
#wrapper .event-detail .supports {
	font-size: 18px;
  line-height:1.3;
  font-weight:bold;
  }
#wrapper .tfly-calendar .headliners a {
  font-size: 18px;
  margin-bottom: 0;
  word-wrap: break-word;
  }
#wrapper .tfly-calendar .supports a {
	font-size: 18px;
	line-height: 1;
	font-weight:bold;
  }
  
/* Ticket Status For All Sections */
#wrapper .ticket-link a {
	background-image: url(images/buyticket.jpg) !important;
	    background-repeat: no-repeat !important;
	cursor:pointer;
	color:#000;
	text-decoration:none;
  font-weight: normal;
  letter-spacing: 0.05em;
  width: auto;
  display: inline-block;
      width: 144px !important;
        height: 39px !important;
    border-radius: 0px !important;
    font-size: 0px !important; border: none !important;
  }
#wrapper .ticket-link a:hover{ background-image: url(images/hover-buyticket.jpg) !important;}
	
#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;
  border-radius: 6px;
  display: inline-block;
  padding: 8px 12px;
  line-height: 1;
  }
#wrapper .list-view .rescheduled,
#wrapper .list-view .off-sale {
  margin-bottom: 5px;
  }
#wrapper .tickets-at-the-door, 
#wrapper .future-sale a, 
#wrapper .on-sale-soon, 
#wrapper .custom {
  font-weight:normal;
  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:bold; min-width: 100px; 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 {
  margin: 6px auto;
  width:96%;
  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 {
  margin: 12px 0 0;
  width: 180px;
  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 {
  margin: 12px 0 0;
  text-align: center;
  width:auto;
  }

/* ticketfly powered logo */
.tfly-powered {
  width:100%;
  float: none;
  padding: 1em 0;
  margin: 0 auto;
  text-align:center;
  border: 0;
  }
  .tfly-powered a img {border: 0;}
  
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 {
  font-family: "bodoni-urw",sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform:uppercase;
  font-size: 2em;
  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: 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;
    }
  .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  */
h4.faq-question {
  font-size: 22px;
  line-height: 1.6;
  margin: 0px 0 0 8px;
  font-weight: 700;
  }
div.faq-content {margin: 0 20px 30px;}

.bootom_navigation ul{ overflow:hidden; position:relative; margin:0; padding:0px;}
.bootom_navigation ul li{ float:left; position:relative; padding: 5px 15px;}
.bootom_navigation ul li a{ color:#FFFFFF; text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; font-size:18px; font-weight:bold;}
.bootom_contact { background: transparent url("images/logo_sm.jpg") no-repeat scroll 0 0; padding-left: 145px; }
.bootom_navigation ul li a:hover{color: #f30;}
.bootom_contact .contct{    border-left: 6px solid #D8211B;
    margin: 10px 0px;
    margin-left: 15px;
    color: #fff;
    padding-left: 15px;
    font-family: 'Roboto Condensed', sans-serif;}
	.bootom_contact .contct .textwidget{        font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;}
	.slider {
    margin: 0 auto;
    display: block;
    background-color: #171717;
}
.slider .slid {
    margin: 0 auto;
    display: block;
	width:1180px;
	height:450px;
}

.slider .slid #tfly-featured-events{height:450px;}
.slider .slid #tfly-featured-events ul li img{
height:450px;
 /*top: 0%;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);*/
        width: initial !important;
    display: block;
    margin: 0 auto;
    min-width: initial;
	}
	.future-sale a{    background-image: url(images/onsale.jpg) !important;
    width: 144px !important;
    background-repeat: no-repeat !important;
    height: 39px !important;
    border-radius: 0px !important;
    font-size: 0px !important; border: none !important;}
	.future-sale a:hover{background-image: url(images/hover-onsale.jpg) !important;}
	.rescheduled
	{ 
		background-color:#C947CF !important; 
		color:#FFFFFF !important;
    	width: 144px !important;
    	border-radius: 0px !important;
    	border: none !important;
		padding:10px 0px !important;
		font-weight:700;
		cursor: pointer;
	}
	.rescheduled:hover{ background-color:#E55CEA !important;}
	.rescheduled a
	{ 
		background-color:#C947CF !important; 
		color:#FFFFFF !important;
    	width: 144px !important;
    	border-radius: 0px !important;
    	border: none !important;
		padding:10px 0px !important;
		font-weight:700;
		cursor: pointer;
	}
	.rescheduled a:hover{ background-color:#E55CEA !important;}

	.ticket-link a{    background-image: url(images/buyticket.jpg) !important;
    width: 144px !important;
    background-repeat: no-repeat !important;
    height: 39px !important;
    border-radius: 0px !important;
    font-size: 0px !important; border: none !important;}
	.free
	{
		background-color: #57B845;
    	border-radius: 0px !important;
    	border: none !important;
		padding:11px 0px !important;
		font-weight:700;
		cursor:pointer;
		color:#FFFFFF;
		line-height:1 !important;
		font-size:16px !important;
	}
	.free:hover{ background-color:#71D95C;}
	.free a
	{
		background-color: #57B845;
    	border-radius: 0px !important;
    	border: none !important;
		padding:11px 0px !important;
		font-weight:700;
		cursor:pointer;
		color:#FFFFFF;
		line-height:1 !important;
		font-size:16px !important;
	}
	.free a:hover{ background-color:#71D95C;}
	.postponed
	{ 
		background-color:#F23D70 !important;
    	border-radius: 0px !important;
    	font-size: 16px !important;
		border: none !important;
		color:#FFFFFF !important;
		line-height:1 !important;
		padding:11px 0px !important;
		width: 144px !important;
		font-weight:700;
		cursor:pointer;
	}
	.postponed:hover{background-color:#FF5886 !important;}
	.postponed a
	{ 
		background-color:#F23D70 !important;
    	border-radius: 0px !important;
    	font-size: 16px !important;
		border: none !important;
		color:#FFFFFF !important;
		line-height:1 !important;
		padding:11px 0px !important;
		width: 144px !important;
		font-weight:700;
		cursor:pointer;
	}
	.postponed a:hover{background-color:#FF5886 !important;}
	
	.sold-out{ background-image: url(images/sold.jpg) !important;
    width: 144px !important;
    background-repeat: no-repeat !important;
    height: 39px !important;
    border-radius: 0px !important;
    font-size: 0px !important; border: none !important;}
	.sold-out:hover{background-image: url(images/hover-sold.jpg) !important;}
	.sold-out a{ background-image: url(images/sold.jpg) !important;
    width: 144px !important;
    background-repeat: no-repeat !important;
    height: 39px !important;
    border-radius: 0px !important;
    font-size: 0px !important; border: none !important;}
	.sold-out a:hover{background-image: url(images/hover-sold.jpg) !important;}
	.tickets-at-the-door{background-image: url(images/tatd.jpg) !important;
    width: 156px !important;
    background-repeat: no-repeat !important;
    height: 39px !important;
    border-radius: 0px !important;
    font-size: 0px !important; border: none !important;}
	.tickets-at-the-door:hover{background-image: url(images/hover-tatd.jpg) !important;}
	.tickets-at-the-door a{background-image: url(images/tatd.jpg) !important;
    width: 156px !important;
    background-repeat: no-repeat !important;
    height: 39px !important;
    border-radius: 0px !important;
    font-size: 0px !important; border: none !important;}
	.tickets-at-the-door a:hover{background-image: url(images/hover-tatd.jpg) !important;}
	.cancelled{background-image: url(images/cancle.jpg) !important;
    width: 144px !important;
    background-repeat: no-repeat !important;
    height: 39px !important;
    border-radius: 0px !important;
    font-size: 0px !important; border: none !important;}
	.cancelled:hover{background-image: url(images/hover-cancle.jpg) !important;}
	.cancelled a{background-image: url(images/cancle.jpg) !important;
    width: 144px !important;
    background-repeat: no-repeat !important;
    height: 39px !important;
    border-radius: 0px !important;
    font-size: 0px !important; border: none !important;}
	.cancelled a:hover{background-image: url(images/hover-cancle.jpg) !important;}
	.custom{border:none !important; padding:0px !important;}
	.custom a{background-image: url(images/freeb.jpg) !important;
    width: 144px !important;
    background-repeat: no-repeat !important;
    height: 39px !important;
    border-radius: 0px !important;
    font-size: 0px !important; display:block; border: none !important;}
	.custom a:hover{background-image: url(images/hover-freeb.jpg) !important;}
	.tfly-email-subscribe{background-image:url(images/news-leter.jpg); height:155px; background-repeat:no-repeat;}
	.tfly-email-subscribe .tfly-email-subscribe-text{margin: 85px 0px 0px 20px;
    padding: 6px;
    width: 150px;
    float: left;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0px; font-size:12px;}
	.tfly-email-subscribe-submit{margin-top: 86px !important;
    float: left !important;
    display: block;
    border-radius: 0px !important;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    background-color: rgba(200, 200, 200, 0.5);
    color: #fff !important;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.8em .5em .6em !important;
    margin-left: 5px !important;
    background-color: #F23D46 !important;
    font-weight: bold !important;}
	#tfly-featured-events #grey-back{background:transparent !important;}
	#tfly-featured-events #overlay{top:30% !important;}
	.slid .change{background: rgba(0, 0, 0, 0.5); float:left;}
	#tfly-featured-events #overlay h1{font-size:40px !important; color:#d8211c; text-transform:uppercase; font-weight:bold !important;}
	#tfly-featured-events #overlay h1 a{ text-transform:uppercase !important;}
	#tfly-featured-events #overlay h2{font-size:20px !important; text-transform:uppercase !important; padding-bottom:20px !important;}
	.tfly-calendar table tr td.data{ border: 1px solid #ccc !important;  background-color: #fbfbfb !important}
	li.current-menu-item{color: #fff; background: #000; text-decoration: none;}
	
	/* about us css */
	
	.about-page{}
	.about-page h1{padding: 0px 0px 20px 0px; font-size: 24px; font-weight: bold; font-family:'Roboto Condensed', sans-serif;}
	.about-page .content_first{display:block; clear:both; float:left;}
	.about-page .first-left{float:left; width:42%; padding-right:30px;}
	.about-page .first-right{float:left; width:57%; line-height: 28px;}
	.about-page .first-right p{font-size:14px; margin-bottom:0px;}
	.about-page .first-right p strong{font-size:14px;}
	.enrol-now{  padding: 10px 20px; text-transform: uppercase; text-decoration: none; background-color: #d8211c; color: #fff !important; font-size: 16px; margin-top: 10px; float: left;}
	.content_sec{ clear: both; float: left; padding: 20px 0px; border-bottom:1px solid #ccc; line-height: 28px;}
	.content_sec h2{font-size: 20px; padding: 10px 0px; font-weight:bold;}
	.content_sec p{font-size:14px; padding-bottom:10px; margin-bottom:0px;	}
	.content_sec p strong{font-size:14px;}
	.content_sec ul{ padding:0px 20px; list-style-type:disc;}
	.content_sec ul li{ color:#d8211c; font-size:14px;}
	.content_sec ul li span{ color:#000000; font-size:14px;}
	.content_sec ul ul li{list-style-type:decimal;}
	.content_third{ float: left; clear: both; padding: 20px 0px;}
	.content_third p{font-size:14px; padding-bottom:10px; margin-bottom:0px;	}
	.video-about{    padding: 20px 0px;}
	
.tfly-powered { background-color: #000; }

.page-id-5 .tfly-calendar { display: block; }
.page-id-5 .list-view { display: none; }

.widget_twitter { color: #000;}
.widget_twitter li { font-size: 14px; padding-bottom: 10px; }
.widget_twitter li .entry-meta, .widget_twitter li .intent-meta {
	display: none;
}
.widget_twitter li a { color: #000; }
.twitterwidget-title, #secondary .widget-title { color: #000; font-family: "Raleway",sans-serif; font-weight: normal; padding-bottom: 15px; }

.twitterwidget-title { background: url("images/icon_twitter.jpg") no-repeat scroll 0 0; padding-left: 35px; }
#text-6 .widget-title { background: url("images/icon_facebook.jpg") no-repeat scroll 0 0; padding-left: 35px; }

.list-view-details .age-restriction:before {
  content: "Restrictions:";
  font-weight: bold;
}
.list-view-details .dates:before {
  content: "Date: ";
  font-weight: bold;
}
.list-view-details .start:before {
  content: "Door Time: ";
  font-weight: bold;
}

.caroushell_outer {
	display:inline-block;
	position: relative;
    vertical-align: top;
}
.caroushell {
	overflow:hidden;
	display:inline-block;
}
.caroushell_nav {
	position:relative;
	display:inline-block;
	width: 35px;
	    height: 35px;
/*	width:64px;
	height:50px;*/
	
}

.caroushell_nav.prev {
	background: rgba(0, 0, 0, 0) url("images/left_arrow.png") no-repeat scroll 0 0;
	float: left;
}

.caroushell_nav.next {
	background: rgba(0, 0, 0, 0) url("images/right_arrow.png") no-repeat scroll 0 0;
	float: right;
	position:absolute;
}
.caroushell_inner {
	position:relative;
}

#footer .caroushell .list-view-item {
	display:inline-block;
	width:auto;
}
#wrapper .caroushell .list-view-item .ticket-price { width: 100%;}
#wrapper .caroushell .topline-info { display: none; }
#wrapper .caroushell .price-range { font-family: "Raleway",sans-serif; font-size: 14px; padding: 0; margin-top: 0; text-align: left;  }
#wrapper .caroushell .price-range:before {
  content: "Price:"; font-weight: bold;  }
  .caroushell .list-view-item .ticket-price h3:last-of-type {
	position:absolute;
	bottom:25px;
	left: 10px;
}
.home .list-view ul.pages { display: none; }
.event-group-times { width: 20%; float: right; }

	@media only screen and (max-width: 900px) {
	html, body {
		margin: 0;
		padding: 0;
	    height: 100%;
	     min-width: 100%;
}

	input.tfly-email-subscribe-text {
		width:100%;
	}
	
	#topnav ul li { 
		padding: 0;
	}

	#topnav ul li a {
		padding: 5px 20px;
	}
	
	.submenu-arrow {
	    left: calc(100% - 20px);
		top: 30px;
	}
	
	#topnav .menu-item .sub-menu {
		position:relative;
		white-space: nowrap;
		right: 0px;
		display:none;
		background-color: #202020;
		padding-right:0px;
		left:0px;
		/*padding-top:5px;*/
	}
	
	#topnav .menu-item .sub-menu.active {
		display:block;
	}
	
.page-id-5 .tfly-calendar { display: none; }
.page-id-5 .list-view { display: block; }
}

@media only screen and (max-width: 900px) {
.right_side .head_middle h3 { padding: 0; font-size:16px; }
.right_side .head_middle p { padding: 0; margin: 0; }
#masthead .head_right { padding: 0; }
.head_right h3 { font-size: 16px;}
#text-10 { padding: 0 !important; }
.right_side .head_middle { font-size: 14px; }
#primary, #secondary,  #content { width: 100%; }
div.site-branding { width: 200px; right: auto; }
header h1 a { background: rgba(0, 0, 0, 0) url("images/logo_sm.png") no-repeat scroll 0 0; }
.info { font-size: 14px; padding-top: 70px; min-width: 250px; padding-right: 10px;}
#text-10 { padding-left: 20px;}
#text-12 { display: none; }
.extrawidgets { float: right; max-width: 90px; margin-top: -25px;  }
#topnav ul li { text-align: center; width: 100%; }
.menu-toggle, .main-navigation.toggled .nav-menu { color: #fff; text-align: center; font-size: 25px; }
#topnav ul li { background-color: #3C4049; float: none; }

#topnav .menu-item .sub-menu{
	display: block;
    width: 100% !important;
    padding: 0;
    border: 0;
    margin: 0 !important;
    box-shadow: none;
	}
#topnav ul.sub-menu li {
    display: block;
}
#topnav ul.sub-menu li a { text-align: center; }
#wrapper #tfly-featured-events { height: 300px; }
#tfly-featured-events ul.nav, #wrapper #tfly-featured-events #overlay h1 { display: none; }
#wrapper .list-view .ticket-price { padding-left: 0; }
#wrapper .list-view-details { max-width: 100%; }
#wrapper .list-view .ticket-link { display: block; }
#wrapper .event-detail img { float: none; }
#wrapper .event-detail .artist-boxes img.bio-image-right { float: right; }
#wrapper .event-detail .artist-boxes img.bio-image-left { float: left; }
#wrapper .price-range { padding-left: 0; }
#wrapper .event-detail .event-info { padding: 0; }
#wrapper .ticket-price { margin: 0 auto; }
#main .tfly-calendar table { width: 100%;}
#main .tfly-calendar table td { display: inline-block; width: 100%; text-align: center; }
#main .tfly-calendar tr td.data { height: auto; width: 100%; }
.slideshow {
	     width: 100%;
	     margin: 0 auto;
}
.home #secondary { margin-top: 0; }
.upperfooter { background-image: none; width: 100%;}
.upperfootercont img { display: block; max-width: 100%; margin: 0 auto; }
#footer .menu li { display: block; }

#wrapper .list-view .ticket-price { width: auto; }
.event-group-times { width: 100%; }

.bootom { padding-top: 0; }
.bootom_navigation ul li{padding: 15px 10px;}
.bootom_navigation ul li a{font-size:16px;}
.copyright { width: 100%; }
.right_side { float:left; clear:both; }
#menu-main-menu { width: 100% !important; }
.slid { width: 100% !important; height: auto !important; }
.slider .slid #tfly-featured-events ul li img { height: auto !important; }
.left_side{    width: 100% !important; margin: 0 auto; display: block; text-align: center; float: none;}
.right_side {width:100% !important; padding:0px 15px;}
.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}

.bootom_navigation{width:100%;}

	}

#footer .ticket-price {
    float: left;
    clear: both;
}

#footer .list-view-details.vevent {
    float: left;
    clear: both;
    max-width: initial;
}

#footer .list-view-item {
	width: 25%;
	float:left;
	color: #fff;
	min-height: 425px;
	font-size: 14px;
}

#footer h2 {
    color: #fff !important;
}

#footer h2.age-restriction {
	background-color: transparent;
	border: 0;
}
	
#footer h1.headliners a, #footer h2 a {
    color: white !important;
}

.sub-menu {
    display: none;
    position: absolute;
    background-color: #000;
    width: 200px !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:100;
	    margin-top: 14px !important;
}

.sub-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	border:none !important;
}

.sub-menu a:hover {background-color: #000;}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

#footer .list-view-heading h2.list-view-title{font-size:26px; font-weight:bold; text-transform:uppercase; padding-bottom:20px; padding-left:10px;}
#footer .list-view-details.vevent{padding-top: 20px;}
#footer .list-view-item{ border: none !important;}

.menu-main-menu-container { max-width: 890px; margin: 0 auto; }




@media only screen  and (max-width : 1224px) {
#masthead{width:100%;}
.right_side{width:70%;}
#masthead .right_side .head_middle{ min-width: 355px; width:60%;}
#masthead .head_right{padding: 30px 0px 0px 10px;}
.slider .slid{width:100%;}
#content{width:100%;}
.feature_slider{width:100%;}

}
@media only screen  and (max-width : 480px) {
.right_side{display:none;}
#wrapper #tfly-featured-events{height:auto; padding:0px;}
#wrapper .list-view-item img{width:100%;}
.entry-content h1{padding:10px; text-align:center;}
#wrapper .list-view-details{padding-top:10px; margin:0 auto; display:block; text-align:center; width:100%;}
#wrapper .headliners a{text-align:center !important; padding:0px; !important;}
.list-view .ticket-price{float:left !important; width:100% !important; margin:0 auto; display:block;}
#wrapper h2.topline-info, #wrapper h3.topline-info{text-align:center;}
#wrapper .list-view .supports, #wrapper .event-detail .supports{text-align:center;}
#wrapper .ticket-price { margin: 0 auto; text-align: center; }
#wrapper .dates{text-align:center;}
#wrapper .times{text-align:center;}
#wrapper .age-restriction, h2.additional-event-info{margin:0 auto; display:block; text-align:center;}
#wrapper .list-view .free{margin:10px auto; display:block;}
#footer .list-view-item{width:100% ;}
#wrapper .event-detail img { display: block; float: none; margin: 0 auto; }
}

@media (max-width: 800px ) {
	.caroushell {
	position:relative;
	left:35px;
	}
	.caroushell_nav {
		position:absolute;
		z-index:200;
	}
	.caroushell_nav.prev {
		left:0px;
	}
	.caroushell_nav.next {
		right:-70px;
		/*left:-64px;*/
	}
	.caroushell .list-view-item img {
		margin: 0px !important; 
	}
	.event-group-times { text-align: center; }
}

@media only screen  and (min-width : 1224px) {
	.caroushell_nav.prev {
		left:-35px;
	}
}