/*
Theme Name: metromusichall
Theme URI: http://ticketfly.com/
Description: Child of Ticketfly Gold Parent based on _s | Oct 2016 Jeremy Schuler
Author: Ticketfly D&DS 
        Jeremy Schuler
Author URI:   http://ticketfly.com, 
              http://www.jeremyschuler.com
 Template:     gold-parent_s
 Version:      1.0.0
 Text Domain:  gold-parent_s-child
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Layout
  ## Venue Name Style / Position
# Links
# Elements
# Nav
  ## Dropdown Menu
# Modules
  ## Slider
# Widgets
  ## Ticketfly Youtube, Just Announced, Onsale, Upcoming
  ## Ticketfly Search & Email Signup
  ## Footer Widgets
# Plugins
  ## Twitter Widget Pro
# Ticketfly
  ## Carousel
  ## Listview
  ## Event Detail
  ## Calendar
  ## Headliner and Support
  ## Ticket Status For All Sections 
  ## Ticketfly Powered Logo 
  ## Non Event Pages
  ## Gallery Post Format 
# Author Styles
# Accessibility
# Clearings
# Helper Classes
# Media Queries 
--------------------------------------------------------------*/

* { margin:0;padding:0; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

body {
  color:#000;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
  transition: all .35s;
  -moz-transition: all .35s; /* Firefox 4 */
  -webkit-transition: all .35s; /* Safari and Chrome */
  -o-transition: all .35s; /* Opera */
}
a:link, a:visited { color: #A61C25; text-decoration: none; }
a:hover {color: #aaa;text-decoration: none;}
a:focus { outline: 0; }

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

ul { list-style: none; }

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

div#primary.calendar {width: 100% !important;}
#secondary {
	width:29%;
  padding:1%;
  float: left;
	min-height: 50px;
  background-color: #fff;
}
#footer {
	width: 100%; min-height: 50px;
  margin: 0; background-color: #999; border:0; clear: both;
}
.footer-content {width:90%;padding:1%;margin: 0 auto;overflow:auto;}

/* ## Venue Name Style / Position */
h1.site-title { font-size: 2em; margin-bottom: 0; }
h1.site-title a:link, 
h1.site-title a:visited {text-decoration: none;}
h1.site-title a:hover {color: #aaa;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;
}

/* WIDGETS */
#wrapper .sidebar-list { margin: 0; padding: 0; }
    
#wrapper div.youtube-playlist-sidebar ul,
#wrapper .just-announced ul,
#wrapper .onsale ul,
#wrapper .upcoming ul {
  background: #888;
  padding: 0;
  margin: 0;
  }
#wrapper div.youtube-playlist-sidebar li,
#wrapper .just-announced ul li,
#wrapper .onsale  ul li,
#wrapper .upcoming ul li {
  font-size: .9em;
  padding:0;
  margin: 0;
  border-bottom:1px solid #ccc;
}
#wrapper div.youtube-playlist-sidebar li a:link,
#wrapper .just-announced ul li a:link,
#wrapper .onsale ul li a:link,
#wrapper .upcoming ul li a:link {
  color: #121212; font-size: .9em;
  font-weight: 400;
  display: block;
  padding: 7px 14px 10px 14px;
  transition: all .35s;
  -moz-transition: all .35s; /* Firefox 4 */
  -webkit-transition: all .35s; /* Safari and Chrome */
  -o-transition: all .35s; /* Opera */
}
#wrapper div.youtube-playlist-sidebar li a:hover,
#wrapper .just-announced ul li a:hover,
#wrapper .onsale ul li a:hover,
#wrapper .upcoming ul li a:hover {
  color: #121212;
  background-color: #333;
}
#wrapper div.youtube-playlist-sidebar li a:visited,
#wrapper .just-announced ul li a:visited,
#wrapper .onsale ul li a:visited,
#wrapper .upcoming ul li a:visited {
	color: #121212;
}
/* twitter widget pro */
#main aside.widget_twitter {position:relative;}
#main .widget_twitter ul li {
  font-size:0.8em;
  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 {
  min-height: 20px; width: 160px; margin: 8px 0 10px 10px; padding: 5px;
	color: #666; border: 1px solid #ccc; font-size: 14px;
}
.search-form .search-submit { height: 32px; width: 85px; margin: 8px 10px 10px 0; border-radius: 0; }

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#searchform #searchsubmit,
.tfly-email-subscribe-submit {
  margin-top: 0px;
  float: right; width: 74px;
  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;
	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;
}

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

/* LIST VIEW */
#wrapper .list-view-title { width: 100%; margin-bottom: 20px; border-bottom: 1px solid #121212; }
#wrapper .list-view .list-view-title { margin-bottom: 40px; }

#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: 14px;
  position: absolute;
  top: 10px;
  right: 0;
}
#wrapper .calendar-link a { padding-right: 24px; font-size: 16px; }
#wrapper .calendar-link a:hover {}

#wrapper .list-view-item img { margin: 20px 10px 0 0; }
#wrapper h3.event-status-message { padding: 10px; background: rgba(166, 28, 37, 0.75); color: #fff; line-height: 1;  }
#wrapper h2.topline-info,
#wrapper h3.topline-info {
  font-weight: 400;
  text-transform: uppercase;
  font-size:0.9em;
  margin-bottom: 5px;
}
#wrapper .list-view .ticket-price { width: 21%; }
#wrapper .price-range {
  width: 100%; margin-top: 10px; margin-bottom: 5px; text-align: center;
  
}

#wrapper .dates { margin-bottom: 0; }
#wrapper .age-restriction,
h2.additional-event-info {
  font-style: italic;
  font-size:0.8em;
  padding: 4px 8px;
  border-radius:3px;
  display:inline-block;
  line-height:1;
  margin-top:16px;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
}

/* EVENT DETAIL */
#wrapper .event-detail .event-info { padding: 0 375px 0 0px; }
#wrapper .event-detail .event-info .price-range { text-align: left; }
#wrapper .event-detail img { max-width: 50%; }
#wrapper .venue {font-weight: bold;margin-bottom:0;}
#wrapper .city-state {}
#wrapper .event-detail .artist-boxes .artist-name { text-transform: capitalize; }
#wrapper .event-detail .artist-boxes .artist-start-time { text-transform: lowercase; font-size: 16px; }
#wrapper .event-detail .artist-boxes ul.links { margin-left: 0; }
#wrapper .event-detail .artist-boxes ul.links li { margin-left: 0; }
#wrapper .bio { font-size: .9em; }

#wrapper .event-detail .dates, 
#wrapper .event-detail .times { font-size: 16px; }

#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 { float: left; width: 100%; margin-top: 10px; margin-bottom: 5px; font-weight:400;text-transform:uppercase;font-size:0.8em;}

/* CALENDAR */
#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:1.5em;
  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: 115px;
  margin: 0 auto 20px;
  padding: 0 0 5px 0;
  overflow-wrap: break-word;
}
#wrapper .tfly-calendar td {padding: 0px;text-align: center;}
#wrapper .tfly-calendar tr td.data {border: 0;}
#wrapper .tfly-calendar td.data.vevent {border: 1px solid #000;}
#wrapper .tfly-calendar tr {border:0;}
#wrapper .tfly-calendar table tr .month {font-size: 2.5em;line-height:1.2;}
#wrapper .tfly-calendar h5.date {
  background: #CCC;
  display: block;
  color: #000000;
  font-size:0.9em;
  line-height:1.4;
  text-transform: uppercase;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: 400;
}

/* Headliner and Support */
#wrapper .headliners, 
#wrapper .headliners a,
#wrapper .event-detail .headliners {
  color: #666;
}
#wrapper .supports, #wrapper .supports a,
#wrapper .event-detail .supports {
	font-weight:normal;
  color: #999;
}
#wrapper .list-view .headliners { margin-top: 0; }
#wrapper .list-view .headliners,
#wrapper .event-detail .headliners {
  margin-bottom: 0; font-size:1.5em; line-height: 1.2; text-transform: none;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
#wrapper .event-detail .headliners { margin-top: 0; font-size: 1.85em;}
#wrapper .list-view .supports,
#wrapper .event-detail .supports {
	margin-bottom: 2.5px; font-size: 16px; line-height:1.2; 
}
#wrapper .tfly-calendar .headliners a {
  font-size:0.9em;
  margin-bottom: 0;
  word-wrap: break-word;
}
#wrapper .tfly-calendar .supports a {
	font-size: 0.8em;
	line-height: 1;
}
  
/* Ticket Status For All Sections */
#wrapper .ticket-link a {
	background:#ccc;
	cursor:pointer;
	color:#000;
	text-decoration:none;
  font-weight: normal;
  letter-spacing: 0.05em;
  width: auto !important;
  display: inline-block;
}
#wrapper .ticket-link a:hover {
	background:#ddd;
}
#wrapper .list-view .ticket-link a,
#wrapper .event-detail .ticket-link a,
#wrapper .custom {
	margin: 0 auto; padding: 10px 5px; background: #A61C25; color: #fff; border: 1px solid transparent;
}
#wrapper .list-view .ticket-link a:hover {
	background: #fff; color: #A61C25; border: 1px solid #A61C25;
}
#wrapper .cancelled, 
#wrapper .sold-out, 
#wrapper .postponed, 
#wrapper .rescheduled, 
#wrapper .off-sale {
  background: #fff;
  color:#A61C25;
  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 {
  width: 100%; margin-top: 0; margin-bottom: 5px;
} 
#wrapper .future-sale a, 
#wrapper .on-sale-soon {
  width: inherit; margin: 12px auto 0 auto; text-align: center; border: 1px solid #A61C25; border-radius: 0;
  background: #fff; color: #A61C25;
  font-weight:normal;
  display: inline-block;
  line-height: 1;
}
#wrapper .custom a { color: #fff; }
#wrapper .free { text-transform:uppercase; color: #999;} 

#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 .ticket-link a,
#wrapper .cancelled,
#wrapper .sold-out,
#wrapper .postponed,
#wrapper .rescheduled,
#wrapper .free,
#wrapper .tickets-at-the-door,
#wrapper .future-sale a, 
#wrapper .on-sale-soon, 
#wrapper .custom,  
#wrapper .off-sale {
  width: inherit; min-width: 145px; margin: 12px 0; font-size: 16px; text-align: center; border-radius: 5px; line-height: 18px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-weight: 600; border-radius: 0; border: 1px solid;
}

#wrapper .free,
#wrapper .rescheduled,
#wrapper .future-sale a { 
	padding: 10px; 
}

#wrapper .cancelled,
#wrapper .sold-out,
#wrapper .postponed,
#wrapper .rescheduled,
#wrapper .free,
#wrapper .tickets-at-the-door,
#wrapper .on-sale-soon,  
#wrapper .off-sale { 
	max-width: 150px; min-height: 43px; line-height: 24px; color: #A61C25; border-color: #A61C25;
}

#wrapper .future-sale a:hover { 
	background: #A61C25; color: #fff; 
}

#wrapper .custom a:hover { 
	background: #fff; color: #A61C25; border: 1px solid #A61C25;
}



/* ticketfly powered logo */
.tfly-powered {
  float: none; margin: 0.5em auto; padding: 1em 0;
  text-align:center; border: 0;
}
.tfly-powered a img { border: 0; }
  
div.spacer { height: 20px; clear:both; }

/* non-event pages */
div.entry-content {clear:left;margin:0px 0 30px 0;}
.non-event ul {list-style: disc;margin: 0 0 1em 3em;font-size:0.9em;}
.non-event img { border: 0; }
article.format-standard {clear:left;margin: 0 0 30px 0;overflow: auto;}
section.post-excerpt {width:96%;padding-left:4%;}
h1.entry-title {
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.3;
  }
h1.entry-title a:link {
  text-decoration: none;
}
h1.entry-title a:hover {
  text-decoration: none;
}
.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:0.8em;}
p.lower-meta {font-size:0.7em;margin-bottom: 0;}
div.nav-previous, div.nav-next {
  text-transform: uppercase;
  font-weight: 300;
  font-size:0.9em;
  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 #121212 solid;}
#wrapper #nav-above {display:none;}

/* gallery post format */
aside.format-gallery {overflow:auto;}
  p.gallery {font-size:1em;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 {
	margin: 0px 0 0 8px;
  font-size:1.4em; font-weight: 400; line-height: 1.6; text-transform: initial;
}

/* ==========================================================================
   Author Styles:
   www.jeremyschuler.com
   ========================================================================== */

/*
 * Global
 */

html, 
body {
	position: relative; z-index: 1; height: 100%; min-width: 1280px; 
}

.fixed-bg { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.overlay-img { position: fixed	; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; }

#wrapper { position: relative; z-index: 10; width: 100%; padding: 0; background: #FAFAFA url('assets/images/white_wall.jpg') repeat; }

.container,
.wrapper,
.footer-content { 
	display: block; min-width: 1100px; max-width: 1100px; margin: 0 auto; 
} 

#content { position: relative; z-index: 10; padding: 40px 0; }
#content .wrapper { margin-top: 40px; }

.page #primary { float: right; width: 71%; margin-bottom: 40px; padding: 2%; background: #fff; border: 10px solid #E0E0E0; }

#content, 
.site-branding .wrapper { 
	display: block; max-width: 1100px; min-width: 1100px; margin: 0 auto; 
}

p.address { margin-bottom: 5px; color: #fff; text-align: center; }
p.address a { color: #fff; }
p.address a:hover { color: #A61C25; }

.page-template-default #wrapper div.youtube-playlist-sidebar li a:link, 
.page-template-default #wrapper .just-announced ul li a:link, 
.page-template-default #wrapper .onsale ul li a:link, 
.page-template-default #wrapper .upcoming ul li a:link,
.page-template-default #wrapper div.youtube-playlist-sidebar li a:visited, 
.page-template-default #wrapper .just-announced ul li a:visited, 
.page-template-default #wrapper .onsale ul li a:visited, 
.page-template-default #wrapper .upcoming ul li a:visited { 
	color: #121212; 
}

.page-template-default #wrapper div.youtube-playlist-sidebar li a:hover, 
.page-template-default #wrapper .just-announced ul li a:hover, 
.page-template-default #wrapper .onsale ul li a:hover, 
.page-template-default #wrapper .upcoming ul li a:hover { 
	color: #A61C25; 
}
 
/*
 * Header
 */
 
#masthead { position: relative; display: block; width: 100%; margin: 0; padding: 0; background: #231F20; }
#masthead img { position: relative; z-index: 999; display: block; max-width: 250px; margin: 0 auto; border: 0; }
#masthead img:hover {
	-webkit-animation: pulse 1s;
	animation: pulse 1s;
}
#masthead #topnav,
#masthead .social-icons,
#masthead .tfly-email-subscribe,
#masthead img {
  transition: all .45s;
  -moz-transition: all .45s; /* Firefox 4 */
  -webkit-transition: all .45s; /* Safari and Chrome */
  -o-transition: all .45s; /* Opera */
}
#masthead.site-header .wrapper { display: inherit; margin: inherit; max-width: inherit; margin: inherit; } 
#masthead .site-logo { float: left; }
#masthead .tfly-email-subscribe { position: absolute; right: 0; top: 25px; max-width: 250px; }
#masthead .tfly-email-subscribe form { position: relative; }
#masthead .tfly-email-subscribe p { margin-bottom: 5px; }
#masthead .tfly-email-subscribe i { position: absolute; top: 6px; left: 4px; color: #A61C25; }
#masthead .tfly-email-subscribe	input[type="text"] { padding-left: 28px; background: #fff; color: #333; }
#masthead .social-icons { position: absolute; top: 8px; right: 10px; height: 28px; width: 140px; margin: 0 auto; text-align: center; }
#masthead .social-icons li { display: inline-block; margin-right: 10px; margin-bottom: 5px; }
#masthead .social-icons li:last-child { margin-right: 0; }
#masthead .social-icons i { color: #fff; 
	transition: all .45s;
  -moz-transition: all .45s; /* Firefox 4 */
  -webkit-transition: all .45s; /* Safari and Chrome */
  -o-transition: all .45s; /* Opera */
}
#masthead .social-icons a:hover i { color: #A61C25; }

.site-branding { padding-bottom: 10px; background: #7A7A7A; }
.site-branding img { display: block; max-width: 280px; margin: 0 auto; padding: 20px 0 10px; }
.site-branding .social-icons { display: block; text-align: center; }
.site-branding .social-icons li { display: inline-block; margin-bottom: 10px; text-align: center; }
.site-branding .social-icons li:last-child  { margin-bottom: 0; }
.site-branding a i:before { color: #fff; 
  transition: all .45s;
  -moz-transition: all .45s; /* Firefox 4 */
  -webkit-transition: all .45s; /* Safari and Chrome */
  -o-transition: all .45s; /* Opera */
}
.site-branding a:hover i:before { color: #A61C25; }
.site-branding a.logo img { 
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.site-branding a.logo:hover img { 
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

/*
 * Nav
 */

#topnav ul { margin: 0; text-align: center; list-style: none; }
#topnav ul li { position:relative; display: inline-block; margin: 0; padding: 0; }
#topnav ul li:first-child { margin-left: 0;}
#topnav ul li:last-child { margin-right: 0; }
#topnav ul li a { position: relative; display: inline-block; width: 100%; padding: 5px 13px; color: #fff; }
#topnav ul li a:hover, #topnav ul li.current-menu-item a {
	color: #fff;
	background: #A61C25;
	text-decoration:none;
  border: none;
}

.menu-main-menu-container { position: relative; text-align: center; }

.entry-content iframe { width: 100%; }

/*
 * Sidebar 
 */
 
#secondary { float: left; padding: 0 2% 1% 0; background: none; } 
#secondary aside { background: #fff; border: 10px solid #E0E0E0; overflow: hidden; }
#secondary .tfly-search, 
#secondary .tfly-email-subscribe { 
	width: 90%; margin: 10px auto; 
}
#secondary .tfly-email-subscribe form input[type="text"] { border: 1px solid #E6E6E6; border-right: none; }
.widget { margin-bottom: 20px; }
.widget .textwidget .center { text-align: center; }
.widget .textwidget .center ul { text-transform: uppercase; }
.widget .textwidget .center ul li { font-weight: 400; font-size: 1.1em; }
.widget .textwidget .center li:nth-child(2) { color: #A61C25; }
h2.widget-title { margin-bottom: 0; padding: 10px; }
.textwidget { color: #fff; }

#secondary .youtube-video-player-sidebar { padding-bottom: 10px; }
#secondary .youtube-video-sidebar iframe { padding: 10px; }

#wrapper div.youtube-playlist-sidebar ul, 
#wrapper .just-announced ul, 
#wrapper .onsale ul, 
#wrapper .upcoming ul { background: none; }

#wrapper div.youtube-playlist-sidebar li, 
#wrapper .just-announced ul li, 
#wrapper .onsale ul li, 
#wrapper .upcoming ul li { border-bottom: 1px solid #E0E0E0; }

#wrapper div.youtube-playlist-sidebar li:hover, 
#wrapper .just-announced ul li:hover, 
#wrapper .onsale ul li:hover, 
#wrapper .upcoming ul li:hover { 
	border-bottom: 1px solid #A61C25;  
}

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

#wrapper .onsale ul li.no-events { border-bottom: 0; color: #fff; }
.page-template-default #wrapper .onsale ul li.no-events { color: #121212; }

/* Footer */
.footer-wrapper { width: 100%; }
.footer-wrapper #scrollTo i { width: 100%; text-align: center; color: #fff; font-size: 24px; }
#footer,
#bottom-bar { position: relative; z-index: 10; }
#footer-widgets { float: left; width: 48%; margin: 1%; padding: 1%; }
#footer-widgets .widget { margin-bottom: 10px; }
#footer-widgets .menu-main-menu-container { margin-top: 30px; }
#footer .aligncenter,
#footer .aligncenter { 
	max-width: 660px; 
}
#footer-wrapper { background: #7A7A7A; }
#footer .widget_sp_image img { width: 250px; }

#footer .widget_nav_menu ul li { text-align: left; text-transform: uppercase; }
#footer .widget_nav_menu ul li:last-child { border-bottom: 0; }

#footer .widget_nav_menu ul li a { display: block; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #E0E0E0; }
#footer .widget_nav_menu ul li:last-child a { border-bottom: none; }
#footer .widget_nav_menu ul li:hover a { color: #A61C25; border-bottom: 1px solid #A61C25; }

#footer .social-icons { text-align: center; }
#footer .social-icons li { display: inline-block; margin-right: 10px; }
#footer .social-icons li:last-child { margin-right: 0; }
#footer .social-icons li a { font-size: 24px; color: #fff; }
#footer .social-icons li a:hover { color: #A61C25; }

#footer .menu li a { color: #fff; }
#footer .menu li a:hover { color: #A61C25; }
#footer h2.widget-title { margin-bottom: 20px; padding: 0; font-size: 18px; }
#social-feeds { overflow: inherit; }
#social-feeds .social-widgets aside.widget { float: left; width: 31.25%; margin: 1%; padding: 1%; }
#social-feeds .social-widgets h2.widget-title { display: block; max-width: 325px; margin: 0 auto 20px; background: #121212; color: #A61C25; border: 4px solid #A61C25; font-size: 18px; }
#social-feeds .social-widgets .widget_twitter .widget-title { display: none; }
#bottom-bar { min-height: 65px; width: 100%; padding: 10px 0 18px 0; background: #231F20; }
#bottom-bar a.site-credit { position: absolute; top: 25px; right: 20px; z-index: 10; color: #fff; font-size: .775em; font-weight: 400; text-transform: uppercase; }
#bottom-bar p { position: absolute; top: 18px; right: 0; left: 0; z-index: 1; margin: 0; font-size: 14px; font-weight: 400; line-height: 18px; text-align: center; text-transform: uppercase; color: #fff; }
#bottom-bar .icon-ticketfly_powered_logo:before { color: #fff; }
.tfly-powered {  position: absolute; top: 20px; left: 20px; z-index: 5; opacity: 1; margin: 0; padding: 0; text-align: left; }

/* ==========================================================================
   Page Templates 
   ========================================================================== */

/*
 * Global
 */
.page-template h1.entry-title,
.page-template-default h1.entry-title,
.page-template-page-home h1.page-title, {
  color: #fff;
}

/*
 * Two Col 
 */
.page-template-page-twocol  #primary { width: 100%; margin: 0; padding: 0; background: inherit; border: 0; }
.page-template-page-twocol #secondary { width: 100%; margin: 0; padding: 0;  }
.page-template-page-twocol #secondary .col { width: inherit; padding: 0; background: inherit; border: 0; }
.page-template-page-twocol .col { float: left; width: 48%; margin: 0 1%; }
.page-template-page-twocol .border { padding: 20px; background: #fff; border: 10px solid #E0E0E0; }
.page-template-page-twocol .col .border { padding: 20px; }
.page-template-page-twocol h2.widget-title { margin-bottom: 20px; padding: 0; border-bottom: 1px solid #121212; color: #121212; font-size: 2em; font-weight: 600; line-height: 1.3; }

.page-template-page-twocol h1.entry-title,
.page-template-page-twocol h2.widget-title {
	text-align: center;
}
	
/*
 * Centered 
 */
.page-template-template-centered.page #primary { float: inherit; display: block; margin: 0 auto; }

/*
 * Sidebar
 */

.page-template-template-sidebar.page #primary { float: left; }
.page-template-template-sidebar.page #secondary { float: left; max-width: 330px; margin-top: 22px; }
.page-template-template-sidebar #content { min-width: 1140px; }
.page-template-template-sidebar #main { margin-top: 2em; margin-bottom: 2em; }
.page-template-template-sidebar article .entry-content { padding: 2%; background: #fff; }
.page-template-template-sidebar article .entry-footer { border: 0; }
.page-template-template-sidebar article .dates { position: inherit; }
.page-template-template-sidebar article .venue-info { font-size: 14px; }

/*
 * No Sidebar
 */

.page-template-template-no-sidebar.page #primary { float: left; }
.page-template-template-no-sidebar #main article div.entry-content { margin-bottom: 0; padding: 3% 2% 0 2%; }
.page-template-template-no-sidebar article .entry-footer { border: 0; }

/* 
 * No Sidebar - Contact 	
*/

.page-template-template-no-sidebar #map,
.page-template-template-no-sidebar #contact-listing { float: left; }
.page-template-template-no-sidebar #map { width: 74%; margin-right: 1%; }
.page-template-template-no-sidebar #contact-listing { width: 24%; margin-left: 1%; }
.page-template-template-no-sidebar ul { margin: 0; }
.page-template-template-no-sidebar ul li { margin-bottom: 15px; list-style-type: none; }
.page-template-template-no-sidebar ul li strong { float: left; width: 100%; font-size: 16px; text-transform: uppercase;  }
.page-template-template-no-sidebar ul li a { font-weight: 400; }

/*
 * No Sideber Group
 */ 
 
.page-template-template-no-sidebar.group-blog #content { background: #fff; }
.page-template-template-no-sidebar.group-blog #main { margin-top: 2em; margin-bottom: 2em; }
.page-template-template-no-sidebar.group-blog #main article div.entry-content { padding: 2%; background: #fff; }
.page-template-template-no-sidebar.group-blog #wrapper .dates { position: inherit; }
.page-template-template-no-sidebar.group-blog .venue-info { font-size: 14px; }


/* 
 * Get Child Pages
 */
.page-template-template-child-pages #content { padding-bottom: 40px; }
.page-template-template-child-pages #primary { width: 100%; }
.page-template-template-child-pages #primary h2 { border-bottom: 1px solid #121212; }
.page-template-template-child-pages .col_2-3 { width: 75%; }
.page-template-template-child-pages h3,
.page-template-template-child-pages h4 { text-transform: none; }
.page-template-template-child-pages h4 { margin-top: 10px; margin-bottom: 20px; text-align: center; }
.page-template-template-child-pages iframe { display: block; margin: 0 auto; }
 
/* ==========================================================================
   Page Content 
   ========================================================================== */

.page article { margin-top: inherit; }

h1.entry-title { margin-bottom: 20px; border-bottom: 1px solid #121212; color: #121212; font-weight: 600; }

/*
 * Default
 */
#main div.entry-content { margin-bottom: 0; padding: 0; border-top: 0; background: #fff; }
.page-template-default h1.entry-title { margin-bottom: 20px; }

/* ==========================================================================
   Venue Listing
   ========================================================================== */

.page-template-page-venues.page #main { background: #fff; }
.page-template-page-venues .entry-content { padding: 2%; }

ul.venue-listing { margin-top: 10px; }
ul.venue-listing li { float: left; width: 46%; margin: 0 2% 25px 2%; padding-bottom: 15px; list-style-type: none; border-bottom: 1px solid #E0E0E0; }
ul.venue-listing li span.circle { float: left; display: inline-block; margin-right: 15px; border-radius: 50%; width: 35px; height: 35px; background: #121212; }
ul.venue-listing li h2 { margin: 0; font-size: 20px; font-weight: 400; }
ul.venue-listing li span { font-size: 14px; color: #333; }
ul.venue-listing li div.image-box { width: 347px; min-height: 232px; }
ul.venue-listing li img { max-width 100%; object-fit: cover; min-height: 232px; }
ul.venue-listing li i { float: left; margin-top: 3px; margin-right: 10px; }
ul.venue-listing p { margin: 0; }
ul.venue-listing a { font-size: 14px; }
ul.venue-listing a:hover { color: #333; }

/* ==========================================================================
   Home 
   ========================================================================== */

a#toggle { max-width: 270px; margin-bottom: 40px; cursor: pointer; }

/* ==========================================================================
   About 
   ========================================================================== */

.page-template-page-about #primary { float: none; display: block; margin: 0 auto 40px auto; }
.page-template-page-about iframe { width: 100%; }
.page-template-page-about blockquote { position: relative; top: 10px; margin-bottom: 40px; }

/* ==========================================================================
   Vendors 
   ========================================================================== */

.page-template-page-vendors #content { padding-bottom: 40px; }
.page-template-page-vendors #primary { width: 100%; }
.page-template-page-vendors #primary h2 { margin-bottom: 20px; border-bottom: 1px solid #121212; }
.page-template-page-vendors .col_2-3 { width: 75%; }
.page-template-page-vendors h3,
.page-template-page-vendors h4 { text-transform: none; }
.page-template-page-vendors h4 { margin-top: 10px; margin-bottom: 20px; text-align: center; }
.page-template-page-vendors iframe { display: block; margin: 0 auto; }

.tf-card { position: relative; float: left; overflow: hidden; }
.tf-card.col { width: 49%; margin: 0 1% 20px 1%; padding: 10px 20px 20px 20px; background: #fff; border: 10px solid #E0E0E0; }
.tf-card.col:nth-child(odd) { margin-left: 0; }
.tf-card.col:nth-child(even) { margin-right: 0; }
.tf-card header { margin-bottom: 10px; padding-top: 8px; padding-bottom: 0; background: #fff; border-bottom: 1px solid #121212; }
.tf-card .meta { width: 100%; margin-top: -7px; border-top: 1px solid #A61C25; clear: both; }
.tf-card .bio { display: none; }
.tf-card .entry {background: #fff; }
.tf-card .entry p { margin-bottom: 10px; }
.tf-card .entry img { margin-bottom: 20px; }
.tf-card h2 { margin-bottom: 0; }
.tf-card h2 a { cursor: default; }
.tf-card h2 a:hover { color: #A61C25; }
.tf-card h3 { margin-top: 5px; margin-bottom: 20px; padding-bottom: 0; font-size: 16px; font-weight: 400; font-family: 'Roboto', sans-serif; text-align: left; }
.tf-card span { float: left; width: 100%; font-size: 12px; }
.tf-card span.location { margin: 0; padding: 0 10px; font-size: 12px; }
.tf-card p.position { margin: 0; padding: 0 10px; font-size: 12px; }

/* ==========================================================================
   About 
   ========================================================================== */

.entry-content.non-event .logo.alignleft { position: absolute; top: 0; left: -24px; }

/* ==========================================================================
   Get Involved 
   ========================================================================== */
   
.page-template-page-get-involved h1.entry-title { position: relative; z-index: 4; margin-bottom: 300px; }
.page-template-page-get-involved .tf-card { position: relative; overflow: inherit; }
.page-template-page-get-involved .tf-card img { position: absolute; top: -330px; z-index: 5; border: 0; }
.page-template-page-get-involved .tf-card:nth-child(1) img { z-index: 2; top: -340px; }
.page-template-page-get-involved .tf-card:nth-child(3) img { z-index: 3; }

/* onHover Image Effects */
.page-template-page-get-involved .tf-card:nth-child(1):hover a img {
	-webkit-animation: rubberBand 1s;
	animation: rubberBand 1s;
}
.page-template-page-get-involved .tf-card:nth-child(2):hover img {
	-webkit-animation: tada 1s;
	animation: tada 1s;
}
.page-template-page-get-involved .tf-card:nth-child(3):hover a img {
	-webkit-animation: wobble 1s;
	animation: wobble 1s;
}
.page-template-page-get-involved .tf-card:nth-child(4):hover a img {
	-webkit-animation: jello 1s;
	animation: jello 1s;
}

.page-template-page-get-involved #ufo { position: relative; z-index: 100; width: 86px; height: 78px; opacity: 0; background: none; }

.cf7-wrapper { margin: 10px 10px 30px 10px; padding: 30px 20px 20px 20px; background: rgba(0,0,0,.85); border-bottom: 1px solid #181818; clear: both; }
.cf7-wrapper form { padding-left: 20px; }
.cf7-wrapper h1, 
.cf7-wrapper h2, 
.cf7-wrapper h3 { color: #A61C25; }
.cf7-wrapper p { color: #fff; }

/* ==========================================================================
   Blog
   ========================================================================== */

.blog #content { margin: 30px 0; }
.blog #primary { padding-top: 0; background: none; }
.blog #secondary { max-width: 330px; margin-top: 6px; }

.blog article div.entry-content { padding: 5px 10px; }
.blog article.format-standard { position: relative; float: left; width: 30%; margin: 0 1% 30px 1%; border-bottom: 1px solid #aaa; background: rgba(0,0,0,.85); color: #fff; border: 4px solid #A61C25; clear: none; }

.blog article .entry-meta { padding-top: 5px; padding-left: 10px; }
.blog article span.posted-on { font-size: 12px; font-weight: inherit; }
.blog article h1.entry-title { display: table; width: 100%; margin-bottom: 0; border-top: 0; border-right: 0; border-bottom: 4px solid #A61C25; border-left: 0; }
.blog article h1.entry-title a { display: table-cell; text-align: center; vertical-align: middle; }
.blog article p { color: #fff; }
	
article h1.entry-title a:link,
article h1.entry-title a:visited { color: #A61C25; }
article h1.entry-title a:hover { color: #A61C25; }
article .entry-footer { padding: 1% 2%; font-size: 14px; }
article .entry-footer .cat-links a { margin-right: 8px; padding-right: 10px; font-weight: 600; text-transform: uppercase; border-right: 1px solid #f1f1f1;  }
article .entry-footer .tag-links a { font-weight: 600; }

#wrapper div.excerpt-thumb { float: left; width: 100%; margin: 0; }
#wrapper div.excerpt-thumb img { width: 100%; border: 0; }

.single .byline, .group-blog .byline { color: #fff; display: none; }
div.entry-meta { margin-bottom: 10px; padding-top: 12px; }

section.post-excerpt { width:100%; padding: 2%;}

.single-post #content { margin: 30px 0; }
.single-post #primary { background: #121212; }
.single-post h1.entry-title { margin: 0; padding: 0; border: 0; }
.single-post .entry-meta { padding: 0; }
.single-post article,
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post article p { color: #fff; }
 
/* ==========================================================================
   FAQ
   ========================================================================== */

.page-template-page-faq #main { background: #fff; }
.page-template-page-faq h1.entry-title { margin-bottom: 20px; }
.page-template-page-faq h4.faq-question { margin: 0 0 10px 0; }
.page-template-page-faq article { margin: 0 0 20px 0; padding: 0 0 20px 0; border-bottom: 1px solid #E0E0E0; }
.page-template-page-faq article:last-child { border-bottom: 0; }
.page-template-page-faq .faq-content { margin: 0; }
.page-template-page-faq .faq-content p { margin-bottom: 10px; }
.page-template-page-faq .faq-content a.btn { max-width: 200px; margin: 0; font-size: 16px; }


/* ==========================================================================
   Contact 
   ========================================================================== */

.page-template-page-calendar #primary { float: none; display: block; max-width: 600px; margin: 0 auto; background: rgba(0,0,0,.85); }
.page-template-page-calendar #primary h2 { margin-top: 10px; margin-bottom: 30px; padding: 10px; background: #121212; color: #A61C25;  border: 4px solid #A61C25;  text-align: center; font-weight: 600; }
.page-template-page-calendar #content .wrapper { margin-bottom: 30px; }

/* ==========================================================================
   Effects 
   ========================================================================== */

/* Border Animation Effect */

.shape {
  fill: transparent;
  stroke-dasharray: 140 540;
  stroke-dashoffset: -474;
  stroke-width: 12px;
  stroke: #F05A28;
}

.border-text {
  position: relative; color: #fff;
  font-size: 22px; line-height: 32px; letter-spacing: 8px;
}

@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 4px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 4px;
  }
}
#menu-primary-nav li .svg-wrapper {
	position: absolute; top: 0; left: 0;
}
#menu-primary-nav li a:hover .svg-wrapper .shape {
  -webkit-animation: 0.5s draw linear forwards;
  animation: 0.5s draw linear forwards;
}

   
/*
 * FadeIn Effect 
 */

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

@-webkit-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
@-moz-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
@keyframes fadeOut { from { opacity:1; } to { opacity:0; } }

.fadein {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animation ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;
  
  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:.45s;
  -moz-animation-duration:.45s;
  animation-duration:.45s;
  
}

.fadein.reveal {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

 /* 
	* Animate.css
	*/

.bounceOutRight {
 	/* Control Spped */
  -webkit-animation: bounceOutRight 2.65s; /* Safari 4+ */
  -moz-animation:    bounceOutRight 2.65s; /* Fx 5+ */
  -o-animation:      bounceOutRight 2.65s; /* Opera 12+ */
  animation:         bounceOutRight 2.65s; /* IE 10+, Fx 29+ */
}

/* ==========================================================================
   Typography
   ========================================================================== */

html,
body,
ul,
ul li,
p { 
	font-family: 'Roboto', sans-serif; font-weight: 300; color: #020202; 
}

h1,
h2, 
h3,
h4,
h5,
h6 { 
	font-family: 'Montserrat', sans-serif; margin-bottom: 10px; color: #020202; font-weight: 900; text-transform: uppercase;
}

h1 { font-size: 38px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4,
h5,
h6 { font-size: 18px; }

blockquote,
blockquote p { position: relative; font-size: 2rem; font-style: italic; font-family: 'Montserrat', sans-serif; }
blockquote:before,
blockquote:after { position: absolute; font-family: 'Montserrat', sans-serif; font-size: 6rem; }
blockquote:before { top: -30px; left: -34px; content: " “ ";}
blockquote:after { bottom: -54px; right: -22px; content: " ” ";  }

h1.module-title { font-size: 36px; font-weight: 600; text-align: center; color: #fff; }
h2.section-title { font-size: 32px; }

#masthead .social-icons i { font-size: 18px; }
 
#topnav ul li { text-transform: uppercase; }
#topnav ul li a { font-family: 'bebas-neue', sans-serif; font-weight: 400; letter-spacing: 1px; font-size: 24px; }

#secondary h2.widget-title { letter-spacing: 0.5px; font-family: 'bebas-neue', sans-serif; font-weight: 400; text-align: center; text-transform: uppercase; background: none; color: #121212; border-bottom: 2px solid #E0E0E0; 
}
#secondary .sidebar-list li a { font-family: 'Roboto', sans-serif; }

#footer .widget_nav_menu ul li a {  
  font-family: 'Roboto', sans-serif;
  font-weight: 400; font-size: 16px; letter-spacing: 1px;
}

/* Blog */

.blog article h1.entry-title { font-size: 18px }

.single-post h1.entry-title { font-size: 36px; }
.single-post h1.entry-title,
#main .entry-meta span { font-family: 'Roboto', serif; font-weight: 300; text-align: left; }

/* Ticketfly */

#wrapper .supports, 
#wrapper .supports a, 
#wrapper .event-detail .supports {
	font-family: 'Roboto', sans-serif;
}

.tfly-search #searchform	input[type="text"], 
.tfly-search #searchform	input[type="submit"],
.tfly-email-subscribe	input[type="text"], 
.tfly-email-subscribe	input[type="submit"] { 
	font-size: 12px; 
}

#wrapper .dates,
#wrapper .times,
#wrapper .event-detail .dates, 
#wrapper .event-detail .times { 
	font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 13px; color: #020202;  
}

#wrapper h2.topline-info, 
#wrapper h3.topline-info { 
	font-family: 'Roboto', sans-serif; font-size: 12px; color: #666; 
}

#wrapper h3.price-range { 
	font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 100;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

#wrapper .tfly-calendar h5.date {
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 400;
}

/* Page Default */
.page-template-default #wrapper .event-detail .times,
.page-template-default #wrapper .event-detail .dates { 
	font-size: 16px; 
}

/* ==========================================================================
   Ticketfly Overrides
   ========================================================================== */

/* Start Carousel */
#wrapper #tfly-featured-events {
	position: relative; width: 100%; height: 333px; margin: -20px 0 20px 0; overflow: hidden;
}
#wrapper #tfly-featured-events #overlay { }
#wrapper #tfly-featured-events #overlay .ticket-link { border: 1px solid transparent; }
#wrapper #tfly-featured-events #overlay .ticket-link a {
	margin: 0; padding: 5px; border-radius: 0; background: #A61C25; border-color: none; color: #fff; text-transform: uppercase; font-size: 12px; border: 1px solid transparent;
}
#wrapper #tfly-featured-events #overlay .ticket-link a:hover {
	background: #fff; border: 1px solid #A61C25; color: #A61C25; text-transform: uppercase; font-size: 12px;
}

#wrapper #featured-events .list-view .list-view-item h1.headliners  { opacity: 0; position: absolute; top: 30px; width: 100%; padding: 10px 0; background: #231F20; text-align: center;  border-top: 1px solid #fff;
  transition: all .35s;
  -moz-transition: all .35s; 
  -webkit-transition: all .35s; 
  -o-transition: all .35s; 
}
#wrapper #featured-events .list-view .list-view-item:hover h1.headliners { opacity: 1; }
#wrapper #featured-events .list-view h1.headliners a { color: #fff; }
#wrapper #tfly-featured-events ul.nav { right: 0; bottom: 0; }
#wrapper #tfly-featured-events ul.nav li a { margin: 0 2.5px; padding: 2.5px 7.5px; background: #333; color: #fff; border-radius: 0; box-shadow: none; }
#wrapper #tfly-featured-events ul.nav li a:hover, 
#wrapper #tfly-featured-events ul.nav li .selected {
	border-color: #A61C25;  background: #A61C25;
}
#wrapper #tfly-featured-events #prev_carousel, 
#wrapper #tfly-featured-events #next_carousel { 
	display: none; background: #C0C0C0; color: #fff; 
}

#tfly-featured-events #overlay h1 a,
#tfly-featured-events #overlay h2 {
	font-weight: bold; text-shadow: 0px 1px 2px  rgba(0,0,0,0.75);
}

#wrapper  #tfly-featured-events ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#wrapper  #tfly-featured-events #grey-back {
	background: #000;
	z-index: 10;
	position: absolute;
	bottom:0px;
	height: 90px;
	width: 100%;
	opacity: 0.4;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
#wrapper  #tfly-featured-events #overlay {
	display: block; width: 697px; margin:0px 10px;
	position: absolute; bottom:10px; z-index: 20;
  /* fix colliding style in jQ lightbox CSS */
  top: auto;
  height: auto;
  background-color: transparent;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#wrapper  #tfly-featured-events #overlay h1 {
	display: block; width: 100%; margin: 0; padding: 0;
	text-transform: capitalize; color: #fff;
}
/* End Carousel */


 /* 
	* Featured Wrapper - 4 Col 
	*/

.featured-wrapper { margin-top: 2rem; }	
.featured-wrapper .list-view-item { float: left; width: 23%; margin: 0 1%; } 
.featured-wrapper .list-view-details { max-width: 100%; }
.featured-wrapper h1.module-title { margin-bottom: 10px; color: #ffffff; }

#wrapper .featured-wrapper .list-view { position: relative; }
#wrapper .featured-wrapper .list-view .ticket-price { width: 100%; }
#wrapper .featured-wrapper .list-view-item { background: #fff; }
#wrapper .featured-wrapper .list-view-item img { width: 250px; max-width: 100%; height: 250px; margin: 10px 0 10px 0; padding: 0; object-fit: cover; }
#wrapper .featured-wrapper .age-restriction { position: absolute; bottom: 0; width: 93%; text-align: center; }
#wrapper .featured-wrapper .dates { position: absolute; top: 3px; left: 0; right: 0; height: 29px; margin-top: 0; border-top: 0; border-bottom: 2px solid #d1cdc8; font-size: 1.5rem; font-weight: 400; text-align: center; }
#wrapper .featured-wrapper h1.headerlines { margin-top: 0; }
#wrapper .featured-wrapper h2.topline-info { margin-top: 0; }
#wrapper .featured-wrapper .ticket-link { margin-bottom: 15px; }
#wrapper .featured-wrapper .price-range { margin-top: 0; }
#wrapper .featured-wrapper .list-view .dates:before, 
#wrapper .featured-wrapper .list-view .times:before {
	color: #333333;
}

/* 
 * Event Listing 
 */

#wrapper .headliners, 
#wrapper .headliners a, 
#wrapper .event-detail .headliners { 
	color: #010101; 
}
#wrapper h2.topline-info { margin-top: 0; margin-bottom: 0; }

#wrapper .headliners a { 
  transition: all .35s;
  -moz-transition: all .35s; 
  -webkit-transition: all .35s; 
  -o-transition: all .35s; 
}

#wrapper .headliners a:hover { color: #A61C25; }

#wrapper .list-view-details { width: 100%; max-width: 62%; margin-top: 0; }
#wrapper .list-view-details .dates,
#wrapper .list-view-details .times { float: left; text-transform: inherit; }
#wrapper .list-view-details h2.dates { margin: 0; border-bottom: 1px solid #fff; }
#wrapper .list-view-details h2.times { margin-left: 5px; }
#wrapper .list-view-details h2.times:before { content: "|"; margin: 0 5px 0 2px; color: #A61C25; }
#wrapper .list-view-item { background: #fff; border: 0; border-bottom: 1px solid #E0E0E0; }
#wrapper .list-view-item:last-child { border-bottom: 0; }
#wrapper .list-view-item .venue { float: left; width: 100%; font-size: 16px; }
#wrapper .list-view-item .venue:before { content:'@'; padding-right: 2.5px; }
#wrapper .list-view-item h3.event-status-message { margin-top: 0; margin-bottom: 5px; font-size: 16px; font-weight: normal; line-height: 18px; font-family: 'Robot', sans-serif; }

#wrapper .supports, 
#wrapper .supports a, 
#wrapper .event-detail .supports { font-weight: 300; text-transform: none; color: #020202; }

#wrapper .list-view .supports:before, #wrapper .event-detail .supports:before {
  content: "with: "; font-size: 13px; color: #A61C25;
}


#wrapper .list-view-item { margin-bottom: 15px; padding: 0 0 10px 0; }
#wrapper .list-view-item img { margin: 0 10px 10px 0; border: 1px solid #121212; 
  transition: all .35s;
  -moz-transition: all .35s; 
  -webkit-transition: all .35s; 
  -o-transition: all .35s; 
}
#wrapper .list-view-item img:hover { opacity: .85; }

#wrapper .age-restriction,
h2.additional-event-info {
	padding: 20px; background: none; border-radius: 0; border: 0; color: #121212; 
}
#wrapper .age-restriction { position: relative; float: left; width: 100%; margin-top: 0; margin-bottom: 10px; padding: 5px 0 0 0; text-transform: none; font-weight: normal; font-style: normal; font-size: 12px; }

.entry-content .list-view .ticket-price { text-align: right; overflow: hidden; }

/* 
 * Event Detail Page 
 */
 
.page-template-default #wrapper .event-detail .dates { position: inherit; margin: 10px 0 0 0; padding: 0; background: none; color: #121212; text-align: left; }
.page-template-default #wrapper .event-detail .dates:before { font-family: 'fontawesome'; content: "\f133"; margin-right: 8px; color: #333333; font-size: 18px; }
.page-template-default #wrapper .free { max-width: 200px; }

.page-template-template-event.page #primary { float: none; margin: 0 auto; }
.page-template-template-event.page #secondary { float: left; max-width: 330px; margin-top: 22px; }
.page-template-template-event #content .dates { position: inherit; }
.page-template-template-event #main { margin-top: 2em; margin-bottom: 2em; }
.page-template-template-event article div.entry-content { padding: 2%; background: #fff; }
.page-template-template-event article .entry-footer { border: 0; }
.page-template-template-event article .venue-info { font-size: 14px; }

.page-template-template-event #wrapper div.youtube-playlist-sidebar li a:link, 
.page-template-template-event #wrapper .just-announced ul li a:link, 
.page-template-template-event #wrapper .onsale ul li a:link, 
.page-template-template-event #wrapper .upcoming ul li a:link,
.page-template-template-event #wrapper div.youtube-playlist-sidebar li a:visited, 
.page-template-template-event #wrapper .just-announced ul li a:visited, 
.page-template-template-event #wrapper .onsale ul li a:visited, 
.page-template-template-event #wrapper .upcoming ul li a:visited {
	color: #121212;
}

.page-template-template-event #wrapper div.youtube-playlist-sidebar li a:hover, 
.page-template-template-event #wrapper .just-announced ul li a:hover, 
.page-template-template-event #wrapper .onsale ul li a:hover, 
.page-template-template-event #wrapper .upcoming ul li a:hover {
}

.artist-headline,
.venue-info { font-family: 'Montserrat', sans-serif; font-weight: normal; color: #121212; text-transform: uppercase; }
.artist-headline { font-size: 1.4em;  }
.venue-info { font-size: 1em; text-transform: inherit; line-height: 1.25; }
.venue-info strong { float: left; width: 100%; margin-bottom: 10px; font-size: 1.4em; font-weight: normal; text-transform: uppercase; color: #020202; }

.event-detail .age-restriction,
.event-detail h2.additional-event-info { width: inherit; margin: 0; padding: 0; } 
.event-detail .additional-event-info p { margin-top: 5px; font-style: normal; line-height: 120%; text-transform: none; }
.event-detail .artist-boxes .artist-box-headliner, 
.event-detail .artist-boxes .artist-box-support { 
	padding-bottom: 25px; border-bottom: 1px solid #eaeaea; 
}
.event-detail .artist-boxes ul.links li a { color: #A61C25; }
.event-detail .times:before {
	font-family: 'fontawesome';
	content: "\f017";
	margin-right: 8px;
	color: #333333; font-size: 18px;
}

.event-detail .calendar-sync { margin-top: 25px; margin-bottom: 10px; }

#wrapper .event-detail .sponsor-info { float: left; width: 100%; margin-top: 30px; padding-top: 10px; text-align: left; border-top: 1px solid #eaeaea; font-weight: normal; font-size: 14px; }
#wrapper .event-detail .sponsor-info img { float: left; max-width: 150px; margin-top: 5px; }

#secondary iframe.tfly-rsvp-iframe { height: 100% !important; max-height: 140px; overflow:hidden; }

/* 
 * Calendar 
 */

#wrapper .tfly-calendar .calendar-sync { position: absolute; top: 35px; right: 0; }

#wrapper .calendar-list-flip:before {
	content: "\f073"; 
	color: #000;
	font-size: 18px;
	margin-right: 3px;
}

#wrapper .tfly-calendar {
  position: relative;
}

#wrapper h2.tfly-calendar-title {
  width: 335px;
  position: absolute;
  top: -15px;
}

#wrapper .tfly-calendar table {
	margin-top: 0;
	word-wrap: break-word;
  text-align: center;
}

#wrapper .tfly-calendar .age-restriction { background: none; padding: 5px; }

#wrapper .tfly-calendar .one-event { width: 96%; margin: 0 auto; }
#wrapper .tfly-calendar .one-event img { width: 100%; margin-bottom: 5px; }
#wrapper .tfly-calendar .one-event:nth-child(2n+1) {
  margin-top: 10px; padding-top: 25px; border-top: solid 1px #CCC;
}
#wrapper .tfly-calendar .one-event:nth-child(3n+1) {
  border-top: solid 1px #CCC;
  padding-top: 25px;
  margin-top: 10px;
}
#wrapper .tfly-calendar tr { border: solid 1px #FFF; }
#wrapper .tfly-calendar td { padding: 0px; }
#wrapper .tfly-calendar tr td.data,  
#wrapper .tfly-calendar td.data.vevent { border: solid 1px #333; }

#wrapper .tfly-calendar table tr .month { padding: 10px; font-size: 32px; line-height: 36px; text-transform: uppercase; }

#wrapper .tfly-calendar h5.date {
	display: block; margin-bottom: 10px; padding: 5px 10px; background: #7A7A7A; color: #fff;
}

#wrapper .tfly-calendar .ticket-link a, 
#wrapper .tfly-calendar .future-sale a, 
#wrapper .tfly-calendar .postponed, 
#wrapper .tfly-calendar .free, 
#wrapper .tfly-calendar .sold-out, 
#wrapper .tfly-calendar .custom, 
#wrapper .tfly-calendar .sold-out, 
#wrapper .tfly-calendar .off-sale, 
#wrapper .tfly-calendar .future-sale a, 
#wrapper .tfly-calendar .tickets-at-the-door, 
#wrapper .tfly-calendar .cancelled,
#wrapper .tfly-calendar .postponed, 
#wrapper .tfly-calendar .rescheduled {
	width: 100px; min-width: 100px; min-height: inherit; padding: 5px; margin: 10px auto; font-size: 11px; line-height: 14px; border-radius: 0;
}

#wrapper .tfly-calendar .ticket-link a { background: #A61C25; color: #fff; border: 1px solid transparent; }
#wrapper .tfly-calendar .ticket-link a:hover { background: none; color: #A61C25; border: 1px solid #A61C25;  }

#wrapper .tfly-calendar .headliners a { font-size: 14px; line-height: 16px; }
#wrapper .tfly-calendar .supports { margin-bottom: 5px; }
#wrapper .tfly-calendar .supports a { font-size: 12px; line-height: 14px; }

/* Search, Signup Form */
.tfly-search,
.tfly-email-subscribe { 
	height: 30px; width: 100%; max-width: 100%; margin: 10px 0 0 0; padding: 0; 
}

.tfly-search #searchform,
.tfly-search #searchform input,
.tfly-email-subscribe	form,
.tfly-email-subscribe	input { 
	height: 30px; margin: 0; padding: 0; border-radius: 0; 
}

#searchform .textform, .tfly-email-subscribe-text {
	border: none;
	background: none;
	width: 165px;
	width: 180px;
	font-size: 14px;
	color: #666;
}

#searchform .btn-success, .signup-form .btn-success {
	border: none;
	background: none;
	font-size: 24px;
	line-height: 100%;
	vertical-align: middle;
	color: #FCB042;
}

.tfly-search #searchform input[type="text"],
.tfly-search #searchform input[type="submit"],
.tfly-email-subscribe	input[type="text"],
.tfly-email-subscribe	input[type="submit"] { 
	margin: 0; padding: 0; border: 1px solid #E6E6E6; text-shadow: none; 
}

.tfly-search #searchform input[type="text"],
.tfly-email-subscribe	input[type="text"] { width: 70%;  padding-left: 5px; border: 0; border-top: 1px solid transparent; border-bottom: 1px solid #E6E6E6; border-radius: 0; 
  transition: all .35s;
  -moz-transition: all .35s; 
  -webkit-transition: all .35s; 
  -o-transition: all .35s; 
}

#searchform input#searchsubmit {
  width: 30%;
  margin: 0;
  padding: 0;
  border: 1px solid #ef4924;
  background: #ef4924;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  transition: all .45s;
  -moz-transition: all .45s;
  -webkit-transition: all .45s;
  -o-transition: all .45s;
}   

.tfly-search #searchform	input[type="text"], 
.tfly-search #searchform	input[type="submit"], 
.tfly-email-subscribe	input[type="text"], 
.tfly-email-subscribe	input[type="submit"] {
  border: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #E6E6E6;
  border-radius: 0;
  transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
}

/* ==========================================================================
   Search Results
   ========================================================================== */

.search-results-message { margin-bottom: 20px; }


.search #primary {
    float: right;
    width: 71%;
    margin-bottom: 40px;
    padding: 2%;
    background: #fff;
    border: 10px solid #E0E0E0;
}

.search-form { width: 100%; min-height: 32px; margin: 10px; clear: both; }
.search-form .search-field,
.search-form .search-submit { 
	float: left; height: 30px; margin: 0; padding: 0; border: 1px solid #ccc;
}
.search-form .search-field { padding-left: 5px; }
.search-form .search-submit { height: 32px; margin-left: -1px; }

/* ==========================================================================
   Media
   ========================================================================== */

.site-main .gallery a img { max-width: 94%; border-radius: 0; }
.site-main .gallery-item { padding: 0; }


/* ==========================================================================
   Plugin Overrides
   ========================================================================== */

/* Plexislider - Instagram */
.page .pllexislider-normal ul li .jr-insta-datacontainer { color: #fff; }
.page .pllexislider-normal ul li .jr-insta-datacontainer .jr-insta-username { display: none; }
.page .pllexislider-normal ul li .jr-insta-datacontainer .jr-insta-time { font-size: 12px; }
.page .pllexislider-normal ul li .jr-insta-datacontainer .jr-insta-caption { font-size: 14px; }

/* YouTube Player */
.youtube-novideos-message { color: #020202; }

/* Twitter Widget Pro */
aside.widget_twitter {position:relative;}
aside .follow-button {
  position: relative; top: 0; margin: 8px auto 2px auto; text-align: center; font-size: 12px;
}
aside.widget_twitter ul li {
  display: block; padding: 7px 14px 10px 14px; font-size:.9em; border-bottom: 1px solid #E0E0E0; background: none;
}
aside .widget_twitter ul li:hover {}
aside span.time-meta, #main span.from-meta {font-size: 9px;color: #999;}


/* Contact Form 7 */

::-webkit-input-placeholder {
   color: #333;
}
:-moz-placeholder { /* Firefox 18- */
   color: #333;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #333;
}
:-ms-input-placeholder {  
   color: #333;
}
select { color: #333; }

.wpcf7 fieldset {
    padding: 0 20px;
    font-size: .875rem;
    border: 1px solid #333;
    margin-top: 0
}

.wpcf7 fieldset legend {
    color: #171717;
    margin-bottom: 0;
    background: none;
    text-align: center
}

.wpcf7 fieldset span {
    font-size: .875rem
}

.wpcf7 form br {
    display: none
}

.wpcf7 select,
.wpcf7 input,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="color"],
.wpcf7 textarea {
  margin: 10px 0; padding: 10px 10px 10px 10px; color: #A9A9A9; 
  box-shadow: none; border-radius: 0;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 textarea:focus {
    outline: 0; color: #333;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    font-size: 12px; 
    color: #A9A9A9; border-radius: 0;
    background-color: #fff
}

.wpcf7 input[type="submit"] {
    float: none; display: block; max-width: 270px; height: 42px; margin: 0 auto; padding: 10px 20px; border: 1px solid transparent; border-radius: 0;
    background: #A61C25; color: #fff; font-size: 1.2rem; text-align: center; text-transform: uppercase; text-shadow: none;
    cursor: pointer; font-size: 14px; font-style: normal; font-weight: 600;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}
.wpcf7 input[type="submit"]:hover {
    background: none;
    color: #A61C25;
    border: 1px solid #A61C25;
}

.wpcf7 textarea { width: 100%; padding: 10px; border: 1px solid #9C9C9C; }

.small-type { float: left; width: 100%; margin-bottom: 10px; padding-bottom: 10px; font-size: 12px; clear: both; }

/* Validation */
span.wpcf7-not-valid-tip { }

/* ==========================================================================
   Google Material Design Input Boxes Contact Form 7 Integration
   ========================================================================== */

.wpcf7-form-control-wrap textarea { margin-bottom: 0; padding-bottom: 0; }

.wpcf7-form .group { 
  position: relative; margin-bottom: 25px; 
}
.wpcf7-form input {
  display: block; width: 100%; padding: 10px 10px 10px 0;
  border: none; border-bottom: 1px solid #9C9C9C;
}
.wpcf7-form input:focus { outline:none; }

/* BOTTOM BARS ================================= */
.wpcf7-form .bar 	{ position: relative; top: -8px; display: block; width: 100%; }
.wpcf7-form .the-message .bar { top: 0; }
.wpcf7-form .bar:before, 
.wpcf7-form .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.wpcf7-form .bar:before {
  left:50%;
}
.wpcf7-form .bar:after {
  right:50%; 
}

/* active state */
.wpcf7-form input:focus ~ .bar:before,
.wpcf7-form input:focus ~ .bar:after,
.wpcf7-form textarea:focus ~ .bar:before,
.wpcf7-form textarea:focus ~ .bar:after  {
  width:50%;
}

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
 background: rgba(118,8,8,.75)!important;
}

/* HIGHLIGHTER ================================== */

.wpcf7-form .highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.wpcf7-form input:focus ~ .highlight,
.wpcf7-form textarea:focus ~ .highlight {
  animation:inputHighlighter 0.3s ease;
}

/* ==========================================================================
   Elements
   ========================================================================== */

select {
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-wpcf7or: #fafafa;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
    background-size: 9px 6px;
    background-position: right .5rem center;
    background-repeat: no-repeat
}

/* ==========================================================================
   Helper Classes
   ========================================================================== */

/* Grid */

.wpcf7umns { float: left; padding-left: .9375rem; padding-right: .9375rem; }
.large-4 { width: 33.3333333333%; }
.large-6  { width: 50%; }
.large-8 { width: 66.6666666667%; }
.large-12 { width: 100%; clear: both; }
.columns { float: left; }

.indent { padding-left: .9375rem; }
.center { text-align: center; }

/* Btn Styling */

.btn { 
	max-width: 400px; display: block; margin: 0 auto; padding: 8px 10px; background: #231F20; border: 1px solid transparent; color: #fff; text-align: center; text-transform: none; font-size: 1.2em; font-weight: 600; }
.btn.show-init { letter-spacing: .5px; }
.btn:hover { background: none; border-color: #231F20; color: #231F20;  }
.btn:hover:link,
.btn:hover:visited { color: #A61C25; }
.btn:link,
.btn:visited { color: #fff; }

.blog .btn,
.page-template-page-get-involved .btn { 
	display: block; max-width: 150px; border-radius: 5px; background: none; clear: both; 
}

.blog .btn { position: absolute; right: 0; bottom: 10px; left: 0; max-width: 100px; margin: 0 auto 5px auto; font-size: 12px; }
.page-template-page-get-involved .btn { margin: 10px auto 30px auto; font-size: 16px; }

/* ==========================================================================
   Accessibility
   ========================================================================== */

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* ==========================================================================
   Media Queries 
   ========================================================================== */

@media (max-width: 1470px) {
  .menu-toggle {
    display: none;
  }
}