/*
Theme Name: sixspringslive
Author: Stephanie Gardner | September 2017
Author URI: http://www.sgardnerdesign.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".
*/


/*--------------------------------------------------------------
>>> 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: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
  }
body {background: #fff;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,
a:hover,
a:active {outline: 0;}
a img {border: 0;}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {/* clear: both; 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: #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 {
	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%;min-width:1024px;}

html[lang] {
  margin-top: 0 !important;
}

/* Layout */
body {
	background: #FFF;
  	color: #000;
	font-family: 'Podkova', serif;
	font-weight: 400;
  	font-size: 17px;
  	line-height: 1.5;
}

/* 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;
	cursor: pointer;
}
a:link, a:visited {
	color: #238C77;
	text-decoration: none;
}
a:hover {
	color: #4ECBAB;
}

img.alignleft {float:left;margin:0 16px 10px 0;}
img.alignright {float:right;margin:0 0 10px 16px;}

/* 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 {
  	width: 100%;
}
#masthead {
  	background-color: #4ECBAB;
	position: relative;
	width: 100%;
  	margin: 0;
}
#content {
	width: 1150px;
  	margin: 0 auto;
	padding: 30px 0;
	min-height: 600px;
}
#primary {
  	width: 770px;
  	float: left;
}
	div#primary.calendar {width: 100% !important;}
#secondary {
	width: 340px;
  	padding: 20px;
  	float: right;
	min-height: 50px;
  	background-color: #4ECBAB;
}
#footertop {
	width: 100%;
	border-top: 3px double #4ECBAB;
	padding: 20px 0;
}
#footer {
	width: 100%;
	height: 80px;
	clear: both;
	padding: 20px 0 0 0;
  	margin: 0 auto;
  	background-color: #000;
}
  	.footer-content {
		width: 1150px;
	  	margin: 0 auto;
	}

/* VENUE NAME STYLE/POSITION */
div.site-branding {
	width: 1150px;
	margin: 10px auto 0 auto;
}
h1.site-title a:link,
h1.site-title a:visited {
	display: block;
	width: 900px;
	height: 198px;
	margin: 0 auto;
	background: #4ECBAB url('/web/20200212152033im_//wp-content/themes/sixspringslive/images/SixSpringsTavern-header-FPO.png') no-repeat;
	background-size: 900px 198px;
	text-indent: -9999px;
}


/* NAV */
#topnav {
  	width: 100%;
  	display: block;
	background-color: #FFF;
	border-bottom: 4px solid #000;
  	height: 60px !important;
  	z-index: 100;
}
#topnav ul {
	width: 1150px;
	margin: 0 auto;
	padding-top: 12px;
}
#topnav ul li {
	display: inline-block;
  	margin: 0 30px 0 0;
	position: relative;
  	text-transform: uppercase;
}
#topnav ul li a {
	font-size: 22px;
	font-family: 'Sintony', sans-serif;
	font-weight: 700;
	display: block;
	color: #4ECBAB;
}
.single-format-gallery #topnav ul li.menu-item-54 a, /* Gallery Post */
#topnav ul li.current-menu-item a,
#topnav ul li a:hover,
#topnav ul li a:active,
#topnav ul li a:focus {
	color: #000;
}

#wrapper .scrolled { /* #content */
	margin-top: 60px;
}
.sticky { /* #topnav */
	position: fixed;
  	left: 0;
  	top: 0;
  	z-index: 100;
 	border-top: 0;
}

/*--- 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,
#wrapper #eb-featured-events {
  	margin: 0 0 20px 0;
  	padding: 0 0 20px 0;
}
#wrapper #tfly-featured-events #overlay,
#wrapper #eb-featured-events #overlay {
	margin: 0;
	left: 10px;
	bottom: 40px;
}
#wrapper #tfly-featured-events #overlay h1,
#wrapper #eb-featured-events #overlay h1 {
	background-color: #000;
	padding: 10px 15px 30px 15px;
	display: inline;
}
#wrapper #tfly-featured-events #overlay h1 a,
#wrapper #eb-featured-events #overlay h1 a {
	color: #4ECBAB;
}
#wrapper #tfly-featured-events #overlay h1 a:hover,
#wrapper #eb-featured-events #overlay h1 a:hover {
	color: #FFF;
}
#wrapper #tfly-featured-events #overlay h2,
#wrapper #eb-featured-events #overlay .date-venue {
	position: absolute;
    left: 15px;
	font-size: 18px;
	width:100%;
}
#wrapper #tfly-featured-events ul.nav,
#wrapper #eb-featured-events ul.nav {
	bottom: -30px;
}
#wrapper #tfly-featured-events ul.nav li a,
#wrapper #eb-featured-events ul.nav li a,
#wrapper #prev_carousel,
#wrapper #next_carousel,
#wrapper .owl-carousel .owl-nav button.owl-next,
#wrapper .owl-carousel .owl-nav button.owl-prev,
#wrapper .owl-theme .owl-dots .owl-dot {
  	background: #000;
  	text-align: center;
  	color: #FFF;
  	width: 22px;
	font-size: 14px;
  	font-weight: 700;
	border: 1px solid #666;
	border-radius: 0;
	float: none;
	margin:3px 1px;
}
#wrapper .owl-theme .owl-nav{
	margin-top: -40px;
    position: relative;
    z-index: 999;
    margin-bottom: 40px;
    text-align: right;
    margin-right:11px;
}
#wrapper .owl-theme .owl-dots{
	margin-top: -68px;
	position: relative;
    z-index: 999;
    margin-bottom: 40px;
    text-align: right;
    margin-right:71px;
}
#wrapper .owl-theme .owl-dots .owl-dot span{
	background:#fff;
	margin: 5px;
}
#wrapper #prev_carousel {margin-left:10px;}
#wrapper #tfly-featured-events ul.nav li a:hover,
#wrapper #eb-featured-events ul.nav li a:hover {
	border: 1px solid #FFF;
}
#wrapper #tfly-featured-events ul.nav li .selected,
#wrapper #eb-featured-events ul.nav li .selected,
#wrapper .owl-theme .owl-dots .owl-dot.active span {
  	color: #000;
  	background: #4ECBAB;
	border: 1px solid #4ECBAB;
}
#wrapper #tfly-featured-events #grey-back,
#wrapper #eb-featured-events #grey-back {
	background: transparent;
}
#wrapper #tfly-featured-events #overlay .ticket-link a,
#wrapper #tfly-featured-events #overlay button.ticket-link,
#wrapper #eb-featured-events #overlay .ticket-link a,
#wrapper #eb-featured-events #overlay button.ticket-link {
	width: auto;
	text-align: center;
	display: block;
	font-size: 14px;
	padding: 5px 14px;
	color: #000;
	position: absolute;
	top: -5px;
	right: 22px;
}
#wrapper #tfly-featured-events #overlay .ticket-link a:hover,
#wrapper #tfly-featured-events #overlay button.ticket-link:hover,
#wrapper #eb-featured-events #overlay .ticket-link a:hover,
#wrapper #eb-featured-events #overlay button.ticket-link:hover {
	color: #FFF;
}
#wrapper #tfly-featured-events ul li img,
#wrapper #eb-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 */
#top-bar {
	background: #000;
	width: 100%;
}
.extrawidgets {
	background: #000;
	width: 1150px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0;
	color: #FFF;
}
.extrawidgets a {
	color: #4ECBAB;
}
.extrawidgets aside#text-6 {
	float: left;
	font-size: 18px;
}
.extrawidgets aside#text-7 { /* Social */
	float: right;
}
.extrawidgets aside#text-7 a { /* Social */
	font-size: 22px;
	margin-left: 12px;
}
.extrawidgets aside#text-6 a:hover,
.extrawidgets aside#text-7 a:hover {
	color: #FFF;
}
#wrapper .sidebar-list {padding: 0;margin: 0;}
aside h2.widget-title {
	font-family: 'Sintony', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#secondary aside h2.widget-title {
	text-align: center;
}
#secondary aside {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 2em;
}
#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: 15px;
	line-height: 1.2;
	text-transform: uppercase;
  	padding: 0;
  	margin: 1px 0;
}
#wrapper div.youtube-playlist-sidebar li a,
#wrapper .just-announced ul li a,
#wrapper .upcoming ul li a {
  	color: #FFF;
  	font-weight: 400;
  	display: block;
  	padding: 7px 10px;
}
#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: #000;
}

/* twitter widget pro */
#secondary aside.widget_twitter {position:relative;}
#wrapper .follow-button {
  	position: relative;
  	top: 20px;
}
#secondary .widget_twitter ul li {
  	font-size: 15px;
  	padding: 5px 10px;
  	display: block;
  	color: #333;
  	background-color: #fff;
}
#secondary .widget_twitter ul li a:link {
	border-bottom: 1px dotted #ccc;
}
#secondary span.time-meta,
#secondary span.from-meta {
	font-size: 12px;
	text-transform: uppercase;
}

/* ticketfly search & email signup */
input[type="text"],
input[type="email"],
input[type="search"],
#searchform .textform {
  	margin: 0 0 10px 0;
  	padding: 3px 8px;
	color: #777;
	font-size: 14px;
	border: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
#searchform .textform:focus,
textarea:focus {
	color: #000;
}
input[type="text"].textform {
	width: 200px;
}
.tfly-email-subscribe {
	width: 240px;
	margin-top: 15px;
}
input[type="text"].tfly-email-subscribe-text,
input[type="email"].eb-email-address-text {
 	width: 202px;
	border: 1px solid #4ECBAB;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  margin-top: 0px;
  float: right;
  display: block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
	background-color: #4ECBAB;
	color: #000;
	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;
	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: none;
	background: rgba(200, 200, 200, 0.8);
}
input[type="submit"].tfly-email-subscribe-submit,
button.eb-email-subscribe-submit {
	font-size: 24px;
	width: 25px;
	color: #4ECBAB;
}
.tfly-search {
	width: 230px;
	margin: 0 auto;
}
input[type="submit"]#searchsubmit,
input[type="submit"].tfly-email-subscribe-submit,
button.eb-email-subscribe-submit {
	padding: 0;
	border: none;
	background-color: transparent;
	font-weight: normal;
}
input[type="submit"]#searchsubmit {
	font-size: 22px;
	color: #000;
	margin-top: 2px;
	width: 21px;
}
input[type="submit"]#searchsubmit:hover {
	color: #FFF;
}
input[type="submit"].tfly-email-subscribe-submit:hover,
button.eb-email-subscribe-submit:hover {
	color: #000;
}
#footertop .eb-email-address, #footertop .eb-email-submit{
	display: inline-block;
	vertical-align: top;
}
#footertop form.signup-form{
	padding-bottom: 0px;
}
/* footer widgets */
#footertop aside#text-1 {
	width: 1150px;
	margin: 0 auto;
}
#footer-widgets {
  	width: 50%;
  	float: left;
	color: #FFF;
	font-size: 15px;
	line-height: 1.4;
}
#footer-widgets a {
	color: #4ECBAB;
}
#footer-widgets a:hover {
	color: #FFF;
}
#footer-widgets aside#text-2 { /* Email Subscribe */
	padding-right: 12px;
	height: 28px;
	border-right: 2px solid #FFF;
}
#footer-widgets aside#text-2, /* Email Subscribe */
#footer-widgets aside#text-8 { /* Social */
	float: right;
}
#footer-widgets aside#text-8 a { /* Social */
	font-size: 22px;
	line-height: 1.3;
	margin-left: 12px;
}


/* LIST VIEW */
.home #wrapper .list-view-heading {
	border-bottom: 3px double #CCC;
	margin: 0 0 20px 0;
	padding-bottom: 5px;
}
#wrapper .list-view-title {
	font-size: 26px;
	font-family: 'Sintony', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background: #FFF;
}

#wrapper .calendar-link {
	position: relative;
	background: #FFF;
	margin-top: 4px;
	padding: 2px 8px;
}
#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: 1px;
  	right: 0;
}
#wrapper .calendar-link a {
	padding-right: 20px;
	text-transform: uppercase;
}
#wrapper .list-view-item {
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	border: none;
	border-bottom: 2px solid #000;
	position: relative;
}
#wrapper .list-view-details {
    max-width: 38%;
}
#wrapper .list-view-item img {
	margin: 0 10px 0 90px;
}
#wrapper .event-status-message {font-style:italic;  line-height: 1;}
#wrapper .topline-info {
  	text-transform: uppercase;
  	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 6px;
}
#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: 17px;
	line-height: 1.2;
}
#wrapper .dates {
	font-size: 21px;
	position: absolute;
	left: 0;
	top: 0;
}
#wrapper .list-view-item .dates {
	color: #FFF;
	padding: 10px;
	background-color: #000;
	text-align: center;
	width: 80px;
	height: 133px;
}
.list-view-item .dates span.word-1 {
	text-transform: uppercase;
	border-top: 3px double #4ECBAB;
	display: block;
	font-size: 25px;
	line-height: 1;
	padding-top: 5px;
}
.list-view-item .dates span.word-2 {
	font-family: 'Sintony', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -0.05em;
	display: block;
}
.list-view-item .dates span.word-3,
.list-view-item .dates span.word-4,
.list-view-item .dates span.word-5,
.list-view-item .dates span.word-6 {
	display: none;
}
#wrapper .times {
	font-size: 16px;
	line-height: 1.2;
}
#wrapper .age-restriction {
	color: #333;
  	font-style: italic;
  	font-size: 15px;
  	display: inline-block;
  	line-height: 1.3;
  	margin-top: 8px;
}

/* Search Results */
.search-results-message {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}


/* EVENT DETAIL */
#wrapper .share-button{
	display: inline-block;
	float: none;
}
#wrapper .event-detail .event-description {
	margin: 0;
	padding:0;
	width:100%;
}
#wrapper .event-detail .performers-label{
	border-top:3px double #4ECBAB;
	display: inline-block;
	font-size: 14px;
    line-height: 1.2;
    padding-top: 10px;
    margin-top: 5px;
}
#wrapper .event-detail .event-info {
    padding: 50px 530px 0 0;
    margin: 0 0 20px 0;
}
#wrapper .event-detail .dates {
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 3px double #4ECBAB;
	padding-bottom: 5px;
}
#wrapper .event-detail img {
	max-width: 500px;
}
#wrapper .event-detail .event-info .additional-event-info {
	margin-top: 25px;
	font-size: 16px;
	font-style: italic;
	line-height: 1.3;
}
#wrapper .venue {font-weight: bold;margin-bottom:0;}
#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 {
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 3px;
}
#wrapper .event-detail .artist-boxes .artist-name {
	font-family: 'Sintony', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.artist-box-headliner,
.artist-box-support {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #000;
}
#wrapper ul.tfly-more.inline-icons li a {
    color: #4ECBAB;
}
#wrapper ul.tfly-more.inline-icons li a:hover {
    color: #000;
}
#wrapper ul.tfly-more.inline-icons li a:before {
    font-size: 24px;
	vertical-align: bottom;
}
#fbComments {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 2px solid #000;
	border-bottom: 3px double #4ECBAB;
}
.venue-info {
	width: 300px;
	float: left;
}
#wrapper .event-detail .sponsor-info {
    width: 400px;
    font-size: 16px;
	line-height: 1.3;
}
.event-detail .sponsor-info img {
	padding-top: 10px;
}


/* CALENDAR */
#wrapper .tfly-calendar .calendar-sync,
#wrapper .calendar-view .calendar-sync {
	float: left;
	margin: 0;
}
#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: 1px;
  	right: 0;
}
#wrapper .tfly-calendar .calendar-list-flip a,
#wrapper .calendar-view .calendar-list-flip a {
	text-transform: uppercase;
	padding-right: 26px;
}

#wrapper .tfly-calendar table,
#wrapper .calendar-view table {
  	margin-bottom: 80px;
  	border: 0;
  	border-collapse: collapse;
 	border-spacing: 0;
}
#wrapper .tfly-calendar .one-event,
#wrapper .calendar-view .one-event {
  	width: 140px;
	margin: 0 auto 10px;
	padding: 0;
  	overflow-wrap: break-word;
}
#wrapper .tfly-calendar td,
#wrapper .calendar-view td {
	border: 0;
	padding: 0;
	text-align: center;
}
#wrapper .tfly-calendar tr td.data,
#wrapper .tfly-calendar td.data.has-event,
#wrapper .calendar-view tr td.data,
#wrapper .calendar-view td.data.has-event {
  	border: 2px solid #000;
  	padding-bottom:5px;
}
#wrapper .tfly-calendar tr,
#wrapper .calendar-view tr {
  	border: 0;
}
#wrapper .tfly-calendar table tr .month,
#wrapper .calendar-view table tr .month {
	font-family: 'Sintony', sans-serif;
  	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
  	line-height: 1.2;
	margin-bottom: 20px;
	border-bottom: 3px double #4ECBAB;
    padding-bottom: 10px;
}
#wrapper .tfly-calendar .date,
#wrapper .calendar-view .date {
  	background: #000;
  	display: block;
  	color: #FFF;
  	font-size: 16px;
  	line-height: 1.4;
  	text-transform: uppercase;
  	padding: 5px;
  	margin-bottom: 10px;
  	font-weight: 700;
}
#wrapper .tfly-calendar img,
#wrapper .calendar-view img {
	margin-bottom: 8px;
}
#wrapper .tfly-calendar .age-restriction,
#wrapper .calendar-view .age-restriction {
  	font-size: 14px;
  	line-height: 1;
  	margin-top: 2px;
}


/* Headliner and Support */
#wrapper .headliners,
#wrapper .headliners a {
	font-family: 'Sintony', sans-serif;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 6px;
}
#wrapper .supports,
#wrapper .supports a {
	font-family: 'Sintony', sans-serif;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
  	color: #000;
	margin-bottom: 6px;
}
#wrapper .supports a:hover {
	color: #555;
}
#wrapper .event-detail .headliners {
  	font-size: 23px;
  	margin-bottom: 6px;
  	word-wrap: break-word;
  	-ms-word-wrap: break-word;
}
#wrapper .event-detail .headliners {
	margin-top: 8px;
}
#wrapper .event-detail .supports {
	font-size: 16px;
}
#wrapper .tfly-calendar .headliners,
#wrapper .tfly-calendar .headliners a,
#wrapper .calendar-view .headliners,
#wrapper .calendar-view .headliners a {
  	font-size: 15px;
   	line-height: 1.2;
 	margin-bottom: 6px;
  	word-wrap: break-word;
}
#wrapper .tfly-calendar .supports,
#wrapper .tfly-calendar .supports a,
#wrapper .calendar-view .supports,
#wrapper .calendar-view .supports a {
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 6px;
}

/* Ticket Status For All Sections */
#wrapper .ticket-link a,
#wrapper button.ticket-link,
#wrapper .future-sale a,
#wrapper .custom a {
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Sintony', sans-serif;
  	font-weight: 700;
	line-height: 1.2;
  	width: 155px;
  	padding: 10px;
	border: none;
	border-radius: 0;
}
#wrapper .ticket-link a,
#wrapper button.ticket-link {
  	letter-spacing: 0.05em;
}
#wrapper .ticket-link a,
#wrapper button.ticket-link,
#wrapper .custom a {
	background: #4ECBAB;
	color: #000;
}
#wrapper .future-sale a {
	background: #238C77;
	color: #FFF;
}
#wrapper .custom a:hover,
#wrapper .custom a:active,
#wrapper .custom a:focus,
#wrapper .ticket-link a:hover,
#wrapper .ticket-link a:active,
#wrapper .ticket-link a:focus,
#wrapper button.ticket-link:hover,
#wrapper button.ticket-link:active,
#wrapper button.ticket-link:focus {
	background: #000;
	color: #FFF;
}
#wrapper .future-sale a:hover,
#wrapper .future-sale a:active,
#wrapper .future-sale a:focus {
	background: #4ECBAB;
	color: #000;
}
#wrapper .custom {
	border: none;
	width: 155px;
	padding: 0;
}
#wrapper .cancelled,
#wrapper .sold-out,
#wrapper .sales-ended,
#wrapper .unavailable,
#wrapper .postponed,
#wrapper .rescheduled,
#wrapper .off-sale,
#wrapper .tickets-at-the-door,
#wrapper .on-sale-soon,
#wrapper button.free {
	cursor: default;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Sintony', sans-serif;
  	font-weight: 700;
	line-height: 1.2;
  	width: 155px;
  	padding: 10px;
	border: none;
	border-radius: 0;
	background-color: #fff;
}
#wrapper .cancelled,
#wrapper .sold-out,
#wrapper .sales-ended,
#wrapper .unavailable,
#wrapper .postponed,
#wrapper .rescheduled,
#wrapper .off-sale {
	background: #666;
	color: #CCC;
}
#wrapper .tickets-at-the-door,
#wrapper .on-sale-soon,
#wrapper button.free {
	color: #4ECBAB;
	border: 3px double #4ECBAB;
}
#wrapper .tfly-calendar .ticket-link a,
#wrapper .tfly-calendar button.ticket-link,
#wrapper .tfly-calendar .cancelled,
#wrapper .tfly-calendar .sold-out,
#wrapper .tfly-calendar .sales-ended,
#wrapper .tfly-calendar .unavailable,
#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,
#wrapper .calendar-view .ticket-link a,
#wrapper .calendar-view button.ticket-link,
#wrapper .calendar-view .cancelled,
#wrapper .calendar-view .sold-out,
#wrapper .calendar-view .sales-ended,
#wrapper .calendar-view .unavailable,
#wrapper .calendar-view .postponed,
#wrapper .calendar-view .rescheduled,
#wrapper .calendar-view .free,
#wrapper .calendar-view .tickets-at-the-door,
#wrapper .calendar-view .future-sale a,
#wrapper .calendar-view .on-sale-soon,
#wrapper .calendar-view .custom,
#wrapper .calendar-view .off-sale {
  	margin: 14px auto 0 auto;
  	width: 140px;
  	padding: 5px 8px;
}
#wrapper .event-detail .ticket-link a,
#wrapper .event-detail button.ticket-link,
#wrapper .event-detail .cancelled,
#wrapper .event-detail .sold-out,
#wrapper .event-detail .sales-ended,
#wrapper .event-detail .unavailable,
#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 a,
#wrapper .event-detail .off-sale {
	font-size: 17px;
  	margin: 12px 0 0;
  	width: 200px;
  	text-align: center;
  	float: none;
}


/* ticketfly powered logo */
#tfly-logo {
	width: 100%;
	background-color: #000;
	padding-top: 10px;
}
.tfly-powered, .eb-powered-footer {
  	clear: both;
	width: 1150px !important;
  	float: none;
	margin: 0 auto;
  	padding: 0 0 30px 0;
}

div.spacer {clear:both;height:20px;}


/* non-event pages */
#wrapper .hentry {
    margin: 0;
}
div.entry-content {
	clear: left;
	margin: 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: 'Sintony', sans-serif;
	font-weight: 700;
  	font-size: 2em;
  	line-height: 1.3;
	text-transform: uppercase;
	border-bottom: 3px double #4ECBAB;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
}
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 */
.page-template-page-wpgallery .entry-content {
	width: 782px;
}
aside.format-gallery {overflow:auto;}
#gallery-1 {
    width: 782px;
}
#wrapper .gallery-item {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    width: 100%;
}
#wrapper .gallery-columns-4 .gallery-item {
    max-width: 185px;
    margin: 0 10px 10px 0;
}
#wrapper .site-main .gallery a img {
    max-width: 100%;
}
#wrapper .gallery-icon img {
	margin: 0 0 5px 0;
}
  	p.gallery {
    	font-size: 13px;
    	color: #666;
	}
	div.gallery-thumb-wrap {
		width: 185px;
    	float: left;
    	margin: 0 10px 10px 0;
    	display: block;
    }
	h4.gallery-title {
    	font-size: 1.1em;
		line-height: 1.2;
		font-weight: 700;
    	margin: 6px 0 0 0;
    }
	a.gallery-thumb img {
    	background-color: #fff;
    	width: 185px;
    	height: 185px;
    	display: block;
    	margin: 0;
    	position: relative;
    }
  	.gallery-icon img {
    	background-color: #fff;
    	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: 20px;
  	font-weight: 700;
}
div.faq-content {
	margin: 0 20px 30px;
}


/* Turn off transitions for jQuery Lightbox prev next */
#lightbox a {
  	transition: none;
  	-webkit-transition: none;
  	-o-transition: none;
}
