/*
Theme Name: Come And Take It Productions
Author: Ticketfly MKS
Description: Starter theme for Ticketfly Premium sites
Version: 1.5
Domain Path: /languages/

contractor_s is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
13.0 - mimoYmima
14.0 - Gallery Post Format
--------------------------------------------------------------*/

/*--------------------------------------------------------------
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-color: #000;
	font-size: 14px;
	line-height: 16px;
	background-image: url('images/black_wood.png');
	background-attachment: fixed;
	background-size: cover;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
				}
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: #CCC;
	font-family: 'Open Sans', Arial, sans-serif;;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Arimo', 'Helvetic Neu', sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 32px;
	line-height: 32px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
}

p {margin-bottom: 1.2em;}
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: #EEE9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {bottom: 1ex;}
sub {top: .5ex;}
small {font-size: 75%;}
big {font-size: 125%;}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {margin: 0;}
ul {list-style: disc;}
ol {list-style: decimal;}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {font-weight: bold;}
dd {margin: 0 1.5em 1.5em;}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {margin: 0;}
table {margin: 0 0 1.5em;width: 100%;}
th {font-weight: bold;}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 14px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 60%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #BBD400;
	text-decoration: none;
	transition: all .4s;
}
a:visited {color: #BBD400;}
a:hover,
a:focus,
a:active {color: #748400;}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
	background: #000;
	line-height: 14px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	margin: 0 auto;
	display: inline-block;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li a {
	display: block;
	text-decoration: none;
	color: #EEE;
	font-weight: bold;
	padding: 12px;
	text-transform: uppercase;
}

.main-navigation li a:hover, .main-navigation li.current_page_item a {
	color: #111;
	background: #BBD400;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {width: 200px;}
.main-navigation ul ul li {}
.main-navigation li:hover > a {}
.main-navigation ul ul :hover > a {}
.main-navigation ul ul a:hover {}
.main-navigation ul li:hover > ul {display: block;}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {}
/* 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
--------------------------------------------------------------*/

#secondary {
	width: 23%;
	float: right;
	border: 0px solid;
	margin: 0 1%;
}

#secondary .sidebar-list {
	padding: 0;
}

#secondary .widget {
	box-shadow: 0 0 10px #000; border: 3px solid;
	background-color: #000;
	margin-bottom: 20px;
	padding: 10px;
	overflow: hidden;
}

#secondary .widget-title {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}

#secondary .entry-content {
	margin: 0;
}

#secondary input[type="text"], #secondary input[type="email"], #secondary input[type="search"] {
	width: 70%;
	float: left;
	clear: none;
	height: 25px;
}

#secondary input[type="submit"] {
	float: right;
	clear: none;
	height: 25px;
}

/* Facebook Widget */

#facebook-likebox {
	border: 1px solid #333;
	background: #222;
}

/* Twitter Widget */

#secondary .widget_twitter ul,
#secondary .just-announced ul,
#secondary .upcoming ul {
  margin: 0 0 12px 0;
  }

#secondary .widget_twitter ul li {
  padding: 15px 0px;
  display: inline-block;
  color: #CCC;
  clear: both;
  border-bottom: 1px dotted #333;
  }

 #secondary .widget_twitter ul li .entry-content {
 	display: inline-block;
 	clear: both;
 	font-size: 14px;
 	line-height: 15px;
 }

#secondary .widget_twitter ul li a:link {

  }

#secondary .widget_twitter ul li .intent-meta, #secondary .widget_twitter ul li .time-meta {
	float: left;
	clear: both;
	margin-top: 10px;
}

#secondary .widget_twitter ul li .intent-meta a {
	display: inline-block;
	float: left;
	margin-right: 10px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	/* color: #0E5A8F; */
	padding: 6px 6px;
	border: 1px solid #333;
}

#secondary .widget_twitter ul li .intent-meta a:hover {
	background: #333;
	color: #000;
}

#secondary .widget_twitter ul li .time-meta {
	margin: 0 0 5px;
}

#secondary .widget_twitter ul li .time-meta a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

/* Instagram */

#secondary .easy-instagram-thumbnail-wrapper {
	height: 110px !important;
	width: 110px !important;
	padding: 5px  !important;
	float: left;
	clear: none;
	margin: 2px;
	border: 1px solid #333;
}

#secondary .easy-instagram-thumbnail-wrapper a img {
	max-height: 110px !important;
	max-width: 110px !important;
}


.widget {margin: 0 0 1.5em;}

/* Make sure select elements fit in widgets */
.widget select {max-width: 100%;}

/* Search widget */
.widget_search .search-submit {display: none;}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

#page #tfly-featured-events {
	box-shadow: 0 0 10px #000; border: 3px solid #EEE;
	margin: 0;
	padding-top: 0;
}

/* SLIDER */


#page #tfly-featured-events {
	box-shadow: 0 0 10px #000; 
	border: 3px solid #EEE;
	box-shadow: 0px 0px 5px #000;
	margin-bottom: 15px;
}

#page #tfly-featured-events #overlay .ticket-link a {
	width: 85px;
	height: 30px;
	line-height: 18px;
	font-size: 15px;
	padding: 5px;
	color: #111;
}

#page #tfly-featured-events ul.nav {
	bottom: 4px;
}

#page #tfly-featured-events ul.nav li a {
	height: 15px;
	line-height: 15px;
	width: 15px;
	border-radius: 0;
	font-weight: bold;
	border: 1px solid #BBD400;
	color: #EEE;
	background: #000;
	margin-left: 5px;
	display: inline;
	padding: 5px;
}

#page #tfly-featured-events #overlay h2 {
	font-size: 14px;
	line-height: 26px;
}

#page #tfly-featured-events ul.nav li a.selected {
	background: #BBD400;
	border: 1px solid #BBD400 ;
	color: #111;
}

#page #tfly-featured-events #grey-back {
	background-color: #000;
	bottom: 0px;
	height: 90px;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	z-index: 10;
}

#page .list-view-heading {
	margin: 10px 0;
}

#page .list-view .calendar-link {
	clear: none;
}

#page .list-view .calendar-link a {
	background: #BBD400;
	color: #EEE;
	border-radius: 5px;
	display: block;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 14px;
}

#page .list-view-title {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

#page .calendar-link a {
	line-height: 30px;	
}

#page .calendar-link a:hover {
}

#page .list-view-item {
	background-color: #111;
	box-shadow: 0 0 10px #000; border: 3px solid #EEE;
	margin-bottom: 20px;
	padding: 20px;
}

#page .list-view ul.pages, #page .venue-list ul.pages {
	width: 100%;
	background: #111;
	border: 3px solid #EEE;
	padding: 15px;
	text-align: center;
}

#page .list-view ul.pages a, #page .venue-list ul.pages a {
	color: #EEE;
	font-weight: bold;
}


h1.headliners {
	text-transform: uppercase;
	margin-bottom: 5px;
}

h2.supports {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 25px;
	margin-bottom: 8px;
}

/* TICKETS */

.list-view .ticket-link a, .list-view .sold-out, .list-view .cancelled, .list-view .postponed, .list-view .free, .list-view .tickets-at-the-door, .list-view .future-sale a, .list-view .on-sale-soon, #page .ticket-link a {
    background-color: #BBD400;
    border: 1px solid #BBD400;
    border-radius: 0;
    color: #111;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0 auto 5px;
}

#page .ticket-link a:hover, .future-sale a:hover {
    background-color: #748400;
    border: 1px solid #748400;
    color: #EEE;
}

.list-view .ticket-link a, .list-view .sold-out, .list-view .free, .list-view .tickets-at-the-door, .list-view .future-sale a, .list-view .on-sale-soon, .list-view .custom {
    width: 100px;
}
.ticket-link a, .sold-out, .cancelled, .postponed, .free, .tickets-at-the-door, .future-sale a, .on-sale-soon, .custom {
    border: 1px solid;
    border-radius: 3px;
    display: block;
    margin: 0 0 5px;
    padding: 5px;
    text-align: center;
}

#page .ticket-link a {
    background-color: #BBD400;
    border: 1px solid #BBD400;
    border-radius: 0;
    color: #111; 
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.list-view .ticket-link a, .list-view .sold-out, .list-view .free, .list-view .tickets-at-the-door, .list-view .future-sale a, .list-view .on-sale-soon, .list-view .custom {
    width: 100px;
}

.ticket-link a, .sold-out, .cancelled, .postponed, .free, .tickets-at-the-door, .future-sale a, .on-sale-soon, .custom {
    border: 1px solid;
    border-radius: 3px;
    display: block;
    margin: 0 0 5px;
    padding: 5px;
    text-align: center;
    width: 130px;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.site-branding  {
	display: inline-block;
	margin: 15px auto;
}

.site-branding a {
	display: inline-block;
	width: 460px;
	height:300px;
	background-image: url('images/logo.png');
	text-indent: -7000px;
}

#page, #site-navigation {
	width: 1140px;
	padding: 0 10px;
	margin: 0 auto;
/*	background-color: #1A1A1A;
	border-right: 1px solid #333;
	border-left: 1px solid #333; */
}

#nav-wrapper {
	width: 100%;
	box-shadow: 0 0 10px #000;
	background: #000;
}

#site-navigation {
	background-color: #000;
}

#masthead {
	text-align: center;
}

#primary {
	width: 73%;
	padding: 10px;
	float: left;
	box-shadow: 0 0 10px #000;
	border: 3px solid;
	background-color: #000;
}

.page-template-1col-php #primary {
	width: 100%;
}

.home #primary, .page-template-1col-php #primary {
	padding: 0;
	background-color: transparent;
	border: 0 solid;
	box-shadow: none;
}

.sticky {}
.hentry {margin: 0 0 1.5em;}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.big-list {
	margin: 0 0 0 0;
	padding: 10px;
	display: inline-block;
}

.small-list {
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	/* float: left;
	clear: both; */
}

.big-list h3 {
color: #111;
background: #BBD400;
display: block;
text-decoration: none;
padding: 5px 8px;
text-transform: uppercase;
margin: 10px 0;
}

.big-list li {
	display: block;
	float: left;
	margin: 2px 10px 2px 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 6px;
	border: 1px solid #333;
}


/* CALENDAR */


.page-template-1col-php #primary .entry-title, .page-template-1col-php #primary .tfly-calendar-title {
	display: none;
}

.tfly-calendar .calendar-list-flip a {
	margin-bottom: 10px;
	display: inline-block;
	color: #EEE;
	font-weight: bold;	
}

#page .tfly-calendar .calendar-sync {
}

#page .tfly-calendar .calendar-list-flip {
}

#page .tfly-calendar table {
        margin-bottom: 30px;
        box-shadow: 0px 0px 5px #000;
        border-radius: 3px;
        border: 3px solid;
        border-radius: 0;
        clear: both;
}

#page .tfly-calendar .one-event {
        margin: 0 auto;
        padding: 0 0 10px 0;
}

#page .tfly-calendar td {
    padding: 0px;
}

#page .tfly-calendar tr td.data {
    border: solid 1px #222;
    color: #FFF;
    background: #000;
    height: 100px;
    text-align: center;
}

#page .tfly-calendar tr {
    border: solid 1px #222;
}

#page .tfly-calendar table tr .month {
        font-size: 28px;
        line-height: 28px;
        padding: 10px;
        background: #BBD400;
        color: #111;
        text-align: center;
        text-transform: uppercase;
}

#page .tfly-calendar h5.date {
        background-color: #222;
        display: block;
        color: #FFF;
        font-weight: bold;
        font-size: 16px;
        line-height: 17px;
        text-transform: uppercase;
        padding: 5px 0 7px 10px;
        margin-bottom: 10px;
        font-weight: 400;
        border-bottom: 1px solid #333;
}

#page .tfly-calendar .headliners a {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 2px;
}

#page .tfly-calendar .supports a {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 2px;
}

#page .tfly-calendar .ticket-link a,
#page .tfly-calendar .cancelled, #page .tfly-calendar .sold-out, #page .tfly-calendar .postponed, #page .tfly-calendar .rescheduled,
#page .tfly-calendar .free, #page .tfly-calendar .tickets-at-the-door, #page .tfly-calendar .future-sale a, #page .tfly-calendar .on-sale-soon, #page .tfly-calendar .custom, #page .tfly-calendar .off-sale  {
	margin: 8px auto;
	width: 100px;
	font-size: 16px;
	line-height: 17px;
	border-radius: 0;
	border-color: #333;
}

.tfly-calendar .data .ticket-link a, .tfly-calendar .data .sold-out, .tfly-calendar .data .cancelled, .tfly-calendar .data .postponed, .tfly-calendar .data .free, .tfly-calendar .data .tickets-at-the-door, .tfly-calendar .data .future-sale a, .tfly-calendar .data .on-sale-soon, .tfly-calendar .data h1, .tfly-calendar .data h2, .tfly-calendar .data h3 {
	font-size: 16px;
	line-height: 16px;
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,.archive .format-aside .entry-title {display: none;}

.home .entry-title, .page-template-event-page-php .entry-title{
	display: none;
}

.event-detail .event-info h1, .event-detail .event-info h2, .event-detail .event-info h3, .event-detail .event-info h4  {
	clear:none;
}

.event-detail .event-info h2 {
 	font-weight: normal;
 	font-size: 16px;
 	line-height: 18px;
 }

 .event-detail .event-info h2.supports {
 	font-weight: bold;
 	font-size: 24px;
	line-height: 25px;
 }

#page .event-detail  .ticket-link a {
	margin: 10px 0;
}

#page .event-detail .additional-event-info {
	margin-bottom: 10px;
	font-weight: normal;
}

.entry-title, .page-title {
	display: inline-block;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {word-wrap: break-word;}
.bypostauthor {}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {display: block;}

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

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

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

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

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

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

/*--------------------------------------------------------------
14.0 Gallery Post Format
---------------------------------------------