/*
Theme Name: Gasa Gasa v2
Theme URI: http://ticketfly.com/
Theme URI: http://ticketfly.com/
Description: Child of Ticketfly Gold Parent based on _s
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
*/

* { margin:0;padding:0; }
html,body { height: 100%; min-width:1100px; background: #121212 url('images/texture-brickwall.jpg') repeat; color: #020202; }

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

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

a img {border: 1px solid #E6E6E6;}
a:hover img {border-color: #b5d5ff;}

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

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

/* STRUCTURE */
#wrapper {
  width: 90%;
  padding: 20px;
  margin: 0 auto;
}
#masthead {
	width: 100%;
  margin: 0 ; padding: 2%;
	min-height: 60px;
  background-color: #fff;
}
#primary {
  width:69%;
  padding:1%;
  float:right;
  background-color: #fff;
	border: 1px solid #000;
}
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 */
.site-title { font-size: 2em; margin-bottom: 0; }
.site-title a:link,
.site-title a:visited {text-decoration: none;}
.site-title a:hover {color: #aaa;text-decoration: none;}

/* NAV */
#topnav {
  width: 100%;
  float: left;
	min-height: 60px;
  padding:1%;
  position:relative;
  clear: both;
  display: block;
  }
#topnav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#topnav ul li {
  float: left;
  margin: 0 5px 0 0;
	position:relative;
  text-transform:uppercase;
  }
#topnav ul li a {
	display:block;
	padding:5px 10px;
	color:#555;
	background:#ccc;
	text-decoration:none;
  }
#topnav ul li a:hover {
	color:#000;
	background:#ddd;
	text-decoration:none;
  }
/*--- DROPDOWN ---*/
#menu-main ul {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
  margin-left:0;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
  font-size:0.85em;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#menu-main ul li {
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
  margin-right:0;
}
#menu-main ul a {
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#menu-main li:hover ul { /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#menu-main li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#ddd;
	text-decoration:underline;
}
#menu-main li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#menu-main li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#eee;
}

/* Featured Slider */
#wrapper #tfly-featured-events {
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
  border-radius: 0px 0px 0 0;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}
#wrapper #tfly-featured-events #overlay h1 { margin-bottom: 0; }
#wrapper #tfly-featured-events #overlay h2 { font-size: 12px; }
#wrapper #tfly-featured-events ul.nav li a,
#wrapper #prev_carousel,
#wrapper #next_carousel {
  border: 0px solid #888;
  background: #aaa;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: -1px 1px 1px 0 #000000;
  box-shadow: -1px 1px 1px 0 #000000;
  color: #888;
  width:16px;
  font-weight:700;
  }
  #wrapper #prev_carousel {margin-left:10px;}
#wrapper #tfly-featured-events ul.nav li a:hover,
#wrapper #tfly-featured-events ul.nav li .selected {
  color: #000;
  background: #fff;
  }
#wrapper #tfly-featured-events #overlay .ticket-link a,
#wrapper #tfly-featured-events #overlay button.ticket-link {
	width: 50px;
	text-align: center;
	display: block;
	float: left;
	font-size:0.9em;
	padding:2px;
	color:white;
	text-decoration:none;
  }
#wrapper #tfly-featured-events ul li img {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%); /* IE 9 */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  object-fit: cover;
 }

/* WIDGETS */
#wrapper .sidebar-list {padding: 0;margin: 0;}
.widget-title {font-size:1.6em;font-weight:bold;}
#secondary aside {margin-bottom:2.5em;}

#wrapper .youtube-playlist-sidebar ul,
#wrapper .just-announced ul,
#wrapper .onsale ul,
#wrapper .upcoming ul {
  background: #888;
  padding: 0;
  margin: 0 0 12px 0;
  }
#wrapper .youtube-playlist-sidebar li,
#wrapper .just-announced ul li,
#wrapper .onsale  ul li,
#wrapper .upcoming ul li {
  font-size: .9em;
  padding:0;
  margin: 1px 0;
  border-bottom:1px solid #ccc;
}
#wrapper .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: #fff; 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 .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: #fff;
  background-color: #333;
}
#wrapper .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: #fff;
}
/* twitter widget pro */
#main aside.widget_twitter {position:relative;}
#wrapper .follow-button {
  position: relative;
  top: 20px;
  }
#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 {
  margin: 8px 0 10px 0;
  padding: 5px;
  width: 185px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
#searchform .textform:focus,
.tfly-email-subscribe-text:focus,
textarea:focus {
  outline: 0;
	color: #111;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#searchform #searchsubmit,
.tfly-email-subscribe-submit {
  margin-top: 0px;
  float: right;
  display: block;
  border-radius: 3px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background-color:rgba(200, 200, 200, 0.5);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#searchform #searchsubmit:hover,
.tfly-email-subscribe-submit:hover {
  cursor: pointer;
	border-color: #ccc #bbb #aaa #bbb;
	background:rgba(200, 200, 200, 0.8);
  }

/* FOOTER WIDGETS */
#footer-widgets {
  width: 31.25%;
  float:left;
  padding: 1%;
  margin: 1%;
}

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

#wrapper .calendar-link {position: relative;}
#wrapper .calendar-link:after {
  content: "\f073";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #000;
  font-size:1.5em;
  position: absolute;
  top: 0;
  right: 0;
  }
#wrapper .calendar-link a {padding-right: 24px;}
#wrapper .calendar-link a:hover {}

#wrapper .list-view-item {margin-bottom: 25px;padding-bottom:25px;}
#wrapper .list-view-item img { margin: 20px 10px 0 0; }
#wrapper .event-status-message {line-height: 1;color:#fff;}
#wrapper .topline-info,
#wrapper .topline-info {
  font-weight: 400;
  text-transform: uppercase;
  font-size:0.9em;
  margin-bottom: 5px;
}
#wrapper .list-view .ticket-price {width: 20%;}
#wrapper .price-range {
  width: 100%;
  margin-bottom: 5px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  margin-top: 10px;
  font-size:1.1em;
  }

#wrapper .dates { margin-bottom: 0; }

#wrapper .age-restriction,
.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 .venue {font-weight: bold;margin-bottom:0;}
#wrapper .city-state {}
#wrapper .event-detail .artist-boxes .artist-name { font-weight: normal; }
#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;}
.calendar-sync a, #toolbox a {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: all 0 none;
  transition: none;
}
.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-view .calendar-sync {}
#wrapper .calendar-list-flip {position: relative;}
#wrapper .calendar-list-flip:after {
  content: "\f03a";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #000;
  font-size:1.5em;
  position: absolute;
  top: 0;
  right: 0;
  }
#wrapper .calendar-view .calendar-list-flip a {padding-right: 24px;}
#wrapper .calendar-view table {
  margin-bottom: 30px;
  border: 0;
  border-collapse: separate;
  border-spacing: 3px 10px;
}
#wrapper .calendar-view .one-event {
  width: 115px;
  margin: 0 auto 20px;
  padding: 0 0 10px 0;
  overflow-wrap: break-word;
}
#wrapper .calendar-view td {padding: 0px;text-align: center;}
#wrapper .calendar-view tr td.data {border: 0;}
#wrapper .calendar-view td.data.vevent {border: 1px solid #000;}
#wrapper .calendar-view tr {border:0;}
#wrapper .calendar-view table tr .month {font-size: 2.5em;line-height:1.2;}
#wrapper .calendar-view .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 .headliners a:hover {color: #FFB23E;}
#wrapper .supports a:hover {color: #FFB23E;}
#wrapper .list-view .headliners { margin-top: 0; }
#wrapper .list-view .headliners,
#wrapper .event-detail .headliners {
  font-size:1.5em;
  line-height: 1.2;
  margin-bottom: 2px;
  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 {
	font-size:1.3em;
  line-height:1.2;
}
#wrapper .calendar-view .headliners a {
  font-size:0.9em;
  margin-bottom: 0;
  word-wrap: break-word;
}
#wrapper .calendar-view .supports a {
	font-size: 0.8em;
	line-height: 1;
}

/* Ticket Status For All Sections */
#wrapper .ticket-link a,
#wrapper button.ticket-link,
#wrapper .custom {
	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,
#wrapper button.ticket-link:hover {
	background:#333;
}
#wrapper .list-view .ticket-link a,
#wrapper .event-detail .ticket-link a,
#wrapper .list-view button.ticket-link,
#wrapper .event-detail button.ticket-link,
#wrapper .list-view .custom,
#wrapper .event-detail .custom {
	min-width: 140px; margin: 0 auto; padding: 5px; font-size:1.2em; font-weight: 600; background: #333333; color: #fff; border-radius: 0;
}
#wrapper .calendar-view .ticket-link a,
#wrapper .calendar-view button.ticket-link,
#wrapper .calendar-view .custom {
	font-size:1em; background: #FFB23E; color: #fff; border-radius: 0;
	padding:6px 10px;
  margin: 6px auto;
  width: 80px;
}

#wrapper .cancelled,
#wrapper .sold-out,
#wrapper .postponed,
#wrapper .rescheduled,
#wrapper .off-sale,
#wrapper .sales-ended,
#wrapper .unavailable {
  background: #fff;
  color:#FFB23E;
  border: 0;
  text-transform:uppercase;
  margin: 0 auto;
  border-radius: 6px;
  display: inline-block;
  padding: 8px 12px;
  line-height: 1;
  }
#wrapper .list-view .rescheduled,
#wrapper .list-view .off-sale {
  margin-bottom: 5px;
  }
#wrapper .tickets-at-the-door,
#wrapper .future-sale a,
#wrapper .on-sale-soon {
  width: inherit; min-width: 150px; margin: 12px auto 0 auto; text-align: center; border: 1px solid #FFB23E; border-radius: 0;
  background: #FFB23E;
  color: #fff;
  font-weight:normal;
  color: #666;
  display: inline-block;
  line-height: 1;
}
#wrapper .custom a { color: #fff; }
#wrapper .off-sale {width: 100px;}
#wrapper .free { text-transform:uppercase; color: #999;}

#wrapper .calendar-view .cancelled,
#wrapper .calendar-view .sold-out,
#wrapper .calendar-view .postponed,
#wrapper .calendar-view .rescheduled,
#wrapper .calendar-view .free,
#wrapper .calendar-view .tickets-at-the-door,
#wrapper .calendar-view .future-sale a,
#wrapper .calendar-view .on-sale-soon,
#wrapper .calendar-view .custom,
#wrapper .calendar-view .off-sale,
#wrapper .calendar-view .sales-ended,
#wrapper .calendar-view .unavailable {
  margin: 6px auto;
  width:96%;
  padding: 5px;
  }
#wrapper .ticket-link a,
#wrapper button.ticket-link,
#wrapper .cancelled,
#wrapper .sold-out,
#wrapper .postponed,
#wrapper .rescheduled,
#wrapper .free,
#wrapper .tickets-at-the-door,
#wrapper .on-sale-soon,
#wrapper .off-sale,
#wrapper .sales-ended,
#wrapper .unavailable {
  width: inherit; min-width: 150px; margin: 12px 0; text-align: center; border: 1px solid #ffffff; border-radius: 0; background: white;
}

#wrapper .rescheduled { padding: 12px; }

#wrapper .cancelled,
#wrapper .sold-out,
#wrapper .postponed,
#wrapper .rescheduled,
#wrapper .free,
#wrapper .tickets-at-the-door,
#wrapper .on-sale-soon,
#wrapper .off-sale,
#wrapper .sales-ended,
#wrapper .unavailable {
  max-width: 50%;
  font-size: 19.2px;
  color: #333333;
  text-transform: uppercase;
  font-family: 'Archivo Narrow', sans-serif;
  text-shadow: none;
  font-weight: 600;
  padding: 0;
}

#wrapper .list-view .rescheduled,
#wrapper .list-view .future-sale a { font-size: 16px; }

#wrapper .future-sale a { color: #FFF;line-height:1.2;padding: 10px;letter-spacing:0.3px; }
#wrapper .future-sale a:hover {color:#000;}

/* ticketfly powered logo */
.tfly-powered {
  width:100%; background: #000;
  float: none;
  padding: 1em 0;
  margin: 0.5em auto;
  text-align:center;
  border: 0;
  }
  .tfly-powered a img {border: 0;}

.spacer {clear:both;height:20px;}

/* non-event pages */
.entry-content {clear:left;margin:0px 0 30px 0;}
.non-event ul {list-style: disc;margin: 0 0 1em 3em;font-size:0.9em;}

article.format-standard {clear:left;margin: 0 0 30px 0;overflow: auto;}
section.post-excerpt {width:96%;padding-left:4%;}
.entry-title {
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.3;
  }
.entry-title a:link {
  text-decoration: none;
}
.entry-title a:hover {
  text-decoration: none;
}
.non-event h2 {font-weight: 400;font-size: 1.4em;}
.entry-title {
  font-size: 1.4em;
  margin-bottom: 0;
  overflow-wrap: break-word;
  font-weight: 700;
	letter-spacing: 0.03em;
}
.entry-meta {padding-top: 10px;}
.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;}
.nav-previous, .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 .excerpt-thumb {float:left;margin: 17px 16px 10px 0;}
#wrapper .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;}
  .gallery-thumb-wrap {
    width: 128px;
    float: left;
    padding: 5px;
    margin: 0px 0px 10px;
    display: block;
    }
  .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 {margin: 0px auto 1.5em;width:100%;clear:both;overflow:auto;}
  .gallery-item {float:left;width:150px;} */
  .gallery-icon img {
    padding: 3%;
    border-radius:3px;
    background-color: #fff;
    border: 1px solid #a9a9a9 !important;
    display: block;
    margin: 10px auto;
  }
  .gallery-caption {font-size:0.9em;line-height: 1.1;}
  dd.wp-caption-text {margin-left: 15px !important;margin-right: 15px !important;}

/* aside post format for FAQs  */
.faq-question {
  font-size:1.4em;
  line-height: 1.6;
  margin: 0px 0 0 8px;
  font-weight: 700;
  }
.faq-content { margin: 0 0 0 10px; border-bottom: 1px solid #666; }

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

/*
 * Global
 */

#wrapper { position: relative; width: 100%; padding: 0; }

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

.footer-content { margin: 0; }

.page-template-default #wrapper { background: #fff; }
.page-template-default #content { display: block; max-width: 1140px; min-width: 1140px; margin: 0 auto; }
.page-template-default #primary,
.page-template-default #secondary { margin-top: 2em; margin-bottom: 2em; }

.page-template-default #wrapper .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 .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 .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: #53B0B1;
}

#content { margin: 0; padding: 0; }

.background-fill { float: left; width: 100%; margin-top: 20px; padding-top: 40px; border-top: 1px solid #BDBDBD; }

.gray { background: #121212 url('images/texture-brickwall.jpg') repeat; }

/*
 * Header
 */

.header-wrapper { position: fixed; top: 0; z-index: 100; width: 100%; margin: 0; padding: 0; background: #020202; border-bottom: 1px solid #333; }

#masthead,
#masthead #topnav,
#masthead .social,
#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-header { position: relative; padding: 0; border-bottom: 1px solid #121212;
	background: url('images/gasa-gasa-background-cover.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	transition: all .45s;
  -moz-transition: all .45s; /* Firefox 4 */
  -webkit-transition: all .45s; /* Safari and Chrome */
  -o-transition: all .45s; /* Opera */
}
#masthead.site-header #topnav { padding: 2%; background: rgba(0,0,0,.65); }
#masthead.site-header.large { width: 100%; max-width: 100%; height: 420px; }
#masthead.site-header.small { height: 160px; width: 100%; max-width: 100%; margin-bottom: 0; }
#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: #FFB23E; }
#masthead .tfly-email-subscribe	input[type="text"] { padding-left: 28px; background: #fff; color: #333; }

.home #masthead.site-header.large { height: 220px; }

#masthead .social { position: absolute; top: 14px; right: 2%; margin-top: 10px; }
#masthead .social li { margin-bottom: 5px; }
#masthead .social 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 a:hover i { color: #FFB23E; }

.site-title img { display: block; max-width: 800px; margin: 0 auto; }

/*
 * Nav
 */

#topnav { min-height: initial; width: 100%; padding: 0; }
#topnav ul { display: inline-block; margin: 0 auto; text-align: center; }
#topnav ul li { margin: 0 0 0 8px; padding: 5px;
  transition: all .45s;
  -moz-transition: all .45s; /* Firefox 4 */
  -webkit-transition: all .45s; /* Safari and Chrome */
  -o-transition: all .45s; /* Opera */
}
#topnav ul li:hover { background: #FFB23E; color: #fff; }
#topnav ul li:first-child { margin-left: 0;}
#topnav ul li:last-child { margin-right: 0; }
#topnav ul li a { padding: 0; background: none; border: 2px solid transparent; }
#topnav ul li a:hover { background: none; color: #fff; }
#topnav ul li.current_page_item { background: #FFB23E; }
#topnav ul li.current_page_item a { color: #fff; }
#topnav span a { position: absolute; bottom: 10px; left: 2.3%; font-size: 14px; font-weight: 400; color: #fff; }
#topnav img { position: relative; top: 0; float: left; max-width: 500px; margin-right: 20px; border: 0; }
#topnav .menu { margin-top: 35px; }

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

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

/*
 * Sidebar
 */

#secondary { padding: 0 1% 1% 1%; background: none; }
#secondary aside { overflow: hidden; }
.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: #FFB23E; }
.widget-title { margin-bottom: 20px; padding: 10px; background: none; color: #53B0B1; border-bottom: 2px solid #53B0B1; text-transform: uppercase; text-align: center; }
.textwidget { color: #fff; }

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

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

#wrapper .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: #53B0B1; border-left: 4px solid #53B0B1; }

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

/* Footer */
#footer { margin-bottom: 0; background: rgba(0,0,0,.25); border-top: 1px solid #656565; border-bottom: 1px solid #656565; }
#footer .widget-title { color: #fff; border-color: #666; }
#footer iframe { width: 100%; border: 1px solid #fff; }
#footer p { font-size: 14px; font-weight: 400; color: #fff; }
#footer .textwidget a { color: #fff; }
#footer .textwidget a:hover { color: #FFB23E; }
#footer .social li { display: inline; margin-right: 10px; }
#footer .social li i { font-size: 24px; }
#footer-widgets .social { position: relative; top: 12px; }

#bottom-bar { width: 96%; padding: 12px 2%; }
#bottom-bar a.site-credit { float: right; color: #fff; font-size: .775em; font-weight: 400; text-transform: uppercase; }
.tfly-powered { float: left; width: 100%; background: #000; margin: 0; padding: 14px 14px 14px 40px; text-align: left; }
.tfly-powered .icon-ticketfly_powered_logo:before { color: #fff; }

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

/*
 * Global
 */
.page-template .entry-title,
.page-template-default .entry-title,
.page-template-page-home .page-title,
.page-template-page-about .entry-title {
  position: absolute;
  top: -80px;
  right: 5%;
  z-index: 1;
  font-size: 72px;
  font-weight: 600;
  color: #fff; border-bottom: 0;
}

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

/*
 * Home
 */
.home #wrapper { background: #fff; }
.home #wrapper #content { background: #fff url('images/texture-brickwall-wht.jpg') repeat; }
.home .featured-wrapper { max-width: 1000px; min-width: inherit; }
.home #wrapper #tfly-featured-events ul li img { height: 100%; }
.home .site-main .module-title { margin-bottom: 0; }
.home article { margin: 0; }
.home article .entry-footer { border: 0; }
.home article .entry-title a:link,
.home article .entry-title a:visited { color: #DADADA; }
.home #main article .entry-content { margin-bottom: 0; padding-bottom: 0; }
.content-wrapper { float: left; width: 100%; margin-top: 20px; clear: both; }
a#toggle { margin-bottom: 40px; }

/*
 * About
 */
.page-template-page-about #content { background: #fff; }
.page-template-page-about .about-wrapper { position: relative; clear: both; }
.page-template-page-about .about-wrapper #backstretch-container { float: left; width: 40%; height: 100%; height: 100vh; background: rgba(255,255,255,.9);  }
.page-template-page-about .about-wrapper #primary { float: left; width: 60%; background: rgba(255,255,255,.9); height: 100%; height: 100vh; }
.page-template-page-about .about-wrapper #main .entry-content { margin-top: 1%; margin-bottom: 0; padding: 2% 0; border: 0; }

.page-template-default #main .entry-content { border-top: 0; }

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

.blog .page-title { position: absolute; top: -80px; right: 5%; z-index: 1; font-size: 72px; font-weight: 600; color: #F1F1F1; }
.blog #wrapper .wrapper { float: left; display: block; width: 100%; max-width: 100%; padding: 1%; }
.blog #wrapper #content { position: relative; }
.blog .wrapper #primary { float: left; width: 100%; max-width: 800px; margin-left: 2%; background: none; border: 0; }
.blog #secondary { max-width: 330px; margin-top: 6px; }

#main article .entry-content { padding: 2%; }
#main article.format-standard { position: relative; margin-bottom: 30px; border-bottom: 1px solid #aaa; background: #fff; }

article .entry-meta { position: absolute; top: 8px; right: 2%; }
article span.posted-on { font-size: 12px; font-weight: inherit; }
article .entry-title { margin-bottom: 0; padding-left: 2%; border-bottom: 0; text-align: left; }
article .entry-title a:link,
article .entry-title a:visited { color: #53B0B1; }
article .entry-footer { padding: 1% 2%; border-top: 1px solid #F1F1F1; 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 .excerpt-thumb { float: left; width: 100%; margin: 0; }
#wrapper .excerpt-thumb img { width: 100%; border: 0; }


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

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

/* ==========================================================================
   Page Content
   ========================================================================== */

.page #primary { float: left ; width: 71%; padding: 0 2% 2% 2%; background: none; border: 0;  }
.page #secondary { float: right; }
.page article { margin-top: inherit; }

.entry-title { margin-bottom: 30px; padding: 10px; border-bottom: 2px solid #53B0B1; background: none; color: #53B0B1; text-align: center; font-weight: 600; }

/* ==========================================================================
   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: 'Archivo Narrow', sans-serif; margin-bottom: 10px; color: #020202; text-transform: uppercase; }

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

.header-styling { position: relative; z-index: 1; display: block; font-size: 2em; color: #FFB23E; text-align: center;  }
.header-styling:before { position: absolute; z-index: -1; top: 50%; right: 0; bottom: 0; left: 0; width: 100%; margin: 0 auto; content: ""; border-top: 1px solid #fff; }
.header-styling span { padding: 0 15px; background: #020202; }

#wrapper .dates,
#wrapper .times { font-family: 'Roboto', serif; font-weight: 400; font-size: 13px; color: #020202;  }
#wrapper .dates { position: absolute; top: 5px; left: 10px; font-size: 1.425rem; }

#wrapper .topline-info,
#wrapper .topline-info { font-family: 'Roboto', serif; font-size: 12px; color: #666; }
#wrapper .list-view .tickets-at-the-door { font-weight: 600; }

#topnav ul li a { font-weight: 600; letter-spacing: 1px; color: #fff; }
#masthead .social i { font-size: 24px; }

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

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

 /*
	* 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 .module-title { margin-bottom: 10px; color: #232C35; }

#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 .headerlines { margin-top: 0; }
#wrapper .featured-wrapper .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 #tfly-featured-events {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-height: 425px;
    width: 1080px;
}
#wrapper #tfly-featured-events #overlay { width: 97.5%; }
#wrapper #tfly-featured-events #overlay .ticket-link a,
#wrapper #tfly-featured-events #overlay button.ticket-link {
	width: 250px; margin: 0; padding-right: 5px; padding-left: 5px; border-radius: 0; background: #FFB23E; color: #fff; text-transform: uppercase;
}
#wrapper #tfly-featured-events ul.nav { right: 0; bottom: 0; }
#wrapper #overlay .headliners, #wrapper #overlay .date-venue {
    font-size: 28px;
    padding: 0 10px;
}
#wrapper #tfly-featured-events #overlay h2 {
    color: #53b0b1;
    font-size: 16px;
    letter-spacing: 0.07em;
}
#wrapper .featured-wrapper .ticket-link {
    margin: 2px auto;
    overflow: hidden;
}
#wrapper .headliners,
#wrapper .headliners a,
#wrapper .event-detail .headliners { color: #53B0B1; text-transform: uppercase; }
#wrapper .topline-info { margin-top: -18px; margin-bottom: 2.5px; }

#wrapper .list-view-details { width: 100%; margin-top: -4px; }
#wrapper .list-view .supports,
#wrapper .list-view-details .times { margin-bottom: 5px; }
#wrapper .list-view-item { background: #fff; border: 0; border-bottom: 1px solid #BDBDBD; }

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

#wrapper #tfly-featured-events { margin-bottom: 40px; border: 4px solid #fff; }
#wrapper #tfly-featured-events ul.nav li a { 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 { background: #FFB23E; color: #fff; }
#wrapper #tfly-featured-events #prev_carousel,
#wrapper #tfly-featured-events #next_carousel { display: none; background: #C0C0C0; color: #fff; }

#wrapper .list-view-item { padding: 30px 10px 25px 10px; }
#wrapper .list-view-item img { margin: 0 10px 0 0; }
#wrapper .list-view-item a:hover img { color: #FFB23E; }
#wrapper .list-view .ticket-link a,
#wrapper .list-view button.ticket-link,
#wrapper .list-view .tickets-at-the-door {
  text-transform: uppercase;
  font-family: 'Archivo Narrow', sans-serif;
  text-shadow: none;
  padding: 5px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.6;
}

#wrapper .ticket-link a:hover,
#wrapper button.ticket-link:hover,
#wrapper .custom:hover { background: #FFB23E; color: #ffffff; border-color: #FFB23E; }

#wrapper .list-view .times:before { position: relative; top: 1.5px;
	font-family: 'fontawesome';
	content: "\f017";
	margin-right: 5px;
	color: #333; font-size: 1.4em;
}

#wrapper .list-view .dates:before,
#wrapper .event-detail .dates:before {
	font-family: 'fontawesome';
  content: "\f133";
  margin-right: 8px;
	color: #333333;
}

#wrapper .age-restriction,
.additional-event-info {
	width: 100%; padding: 20px; background: none; border-radius: 0; border: 0; color: #6FA6BE;
}
#wrapper .age-restriction { margin-top: 0; padding: 5px; text-transform: none; }

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

/*
 * Event Detail Page
 */

.page-template-template-event.page #wrapper { background: #F1F1F1; }
.page-template-template-event.page #primary { float: left; }
.page-template-template-event.page #secondary { float: left; max-width: 330px; margin-top: 22px; }
.page-template-template-event #content {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1140px;
}
.page-template-template-event #content .dates { position: inherit; }
.page-template-template-event #main { margin-top: 2em; margin-bottom: 2em; }
.page-template-template-event article .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 .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 .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 .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 {
	color: #53B0B1;
}

.artist-headline,
.venue-info { font-family: 'Archivo Narrow', 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; text-transform: uppercase; color: #020202; }

.event-detail .artist-boxes .artist-box-headliner,
.event-detail .artist-boxes .artist-box-support { padding-bottom: 10px; border-bottom: 1px solid #eaeaea; }
.event-detail .artist-boxes ul.links li a { color: #53B0B1; }
.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; }

/*
 * Calendar
 */

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

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

#wrapper .calendar-view {
  background: url(https://cdn.ticketfly.com/wp-content/themes/gasagasa-v2/images/bb.png) repeat-x top;
  position: relative;
}

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

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

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

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

#wrapper .calendar-view table tr .month {
	margin: 50px 0 0 0; padding: 10px; color: #FFB23E; font-size: 32px; line-height: 36px; text-transform: uppercase;
}

#wrapper .calendar-view .date {
	background: #FFB23E;
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-weight: 400;
}

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

#wrapper .calendar-view .ticket-link a,
#wrapper .calendar-view button.ticket-link { background: #333333; color: #fff; }
#wrapper .calendar-view .ticket-link a:hover,
#wrapper .calendar-view button.ticket-link:hover { background: #FFB23E; color: #ffffff; border-color: #FFB23E; }

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


#wrapper .calendar-view .ticket-link a,
#wrapper .calendar-view button.ticket-link,
#wrapper .calendar-view .future-sale a {
  display: block;
  float: none;
  text-transform: uppercase;
  text-shadow: none;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1em;
  line-height: 1;
}
/* Booking */
.entry-content .wpcf7 { max-width: 1000px; margin: 0 auto; }

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

.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;
}
.tfly-search #searchform input[type="text"]:focus,
.tfly-email-subscribe	input[type="text"]:focus { border-left: 4px solid #53B0B1; border-bottom: 1px solid #53B0B1; outline: none;  }

.tfly-search #searchform input#searchsubmit,
.tfly-email-subscribe	input[type="submit"] { width: 30%; margin: 0; padding: 0; border: 1px solid #FFB23E; background: #FFB23E; 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#searchsubmit:hover,
.tfly-email-subscribe	input[type="submit"]:hover { background: #FFB23E; color: #fff; text-shadow: none; }

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

.site-main .gallery a img { border-radius: 0; }

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

/* Pllexislider - 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: 20px;
}
aside.widget_twitter ul li {
  display: block; padding: 7px 14px 10px 14px; color: #fff; font-size:.9em; font-weight: 400;
  border-bottom: 1px solid #E6E6E6; 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 {
		width: 100%; min-height: 30px; margin: 8px 0 10px 0; padding: 5px;
    color: #A9A9A9;
    box-shadow: none; border-radius: 0; border: 1px solid;
    font-style: italic;

}

.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 {
    border: 1px solid #FFB23E; 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"] {
    display: block;
    width: 50%; height: 42px;
    padding: 10px 20px;
    margin: -14px auto 0 auto;
    background: #FFB23E;
    border-radius: 0;
    text-shadow: none;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px; font-style: normal; font-weight: 600;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out
}

.wpcf7 input[type="submit"]:hover {
    background: #fff;
    color: #121212;
    border: 1px solid #121212
}

.small-type { margin-bottom: 8px; font-size: 14px; clear: both; }

.wpcf7 .large-12 { margin-bottom: 10px; }
.wpcf7 .large-12.columns { margin-top: 10px; }
.wpcf7 p { margin-bottom: 0; clear: both; }
.wpcf7 .descrip-text { position: relative; top: 10px; }


/* ==========================================================================
   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-color: #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
 *
 */

.columns { 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; }

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

/* Btn Styling */

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

.color { color: #FFB23E; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

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


/* ==========================================================================
   EB Transition
   ========================================================================== */
.eb-powered-footer {
  background-color: #000;
  padding: 1em 2.5em;
}

#wrapper .list-view .end .pages li {
  font-size: 1.5em;
}
#wrapper .list-view .end .pages li a {}
#wrapper .list-view .end .pages li.selected a {
  font-weight: bold;
}

/* EDP event description // IMPORTANT: keep .event-summary intact for future purposes */
#wrapper .event-detail .event-description, #wrapper .event-detail .event-summary {
  margin: 0 auto;
  display: block;
  padding: 0;
  clear: both;
}
#wrapper .event-detail .event-description img { float: none; width: initial; max-width: 100%; }
#wrapper .event-detail .event-description div {
  margin: 0 0 1em 0 !important;
}

#wrapper .event-detail .performers {
  margin: 1em 0;
}
#wrapper .event-detail .performers .headliners {
  line-height: 1;
  margin: 8px 0;
  padding: 0;
}
#wrapper .event-detail .performers .supports {
  line-height: 1;
  margin: 8px 0;
  padding: 0;
}

#wrapper .cal-share .share-button {
  line-height: 1;
  padding: 5px;
	float: left;
}

#wrapper .event-detail .price-range {
  display: block;
}

#wrapper .event-detail button.ticket-link,
#wrapper .event-detail .ticket-link a,
#wrapper .event-detail .future-sale a {
  text-transform: uppercase;
  font-family: 'Archivo Narrow', sans-serif;
  text-shadow: none;
  padding: 5px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.6;
  display: inline-block;
  float: none;
  margin: 0.5em 0;
}

#wrapper .event-detail .cancelled,
#wrapper .event-detail .custom,
#wrapper .event-detail .free,
#wrapper .event-detail .off-sale,
#wrapper .event-detail .on-sale-soon,
#wrapper .event-detail .postponed,
#wrapper .event-detail .rescheduled,
#wrapper .event-detail .sales-ended,
#wrapper .event-detail .sold-out,
#wrapper .event-detail .tickets-at-the-door,
#wrapper .event-detail .unavailable {
  text-align: left;
  display: inline-block;
  width: auto;
}

#wrapper .eb-email-address {
  width: calc( 100% - 100px);
  float: left;
}
#wrapper .eb-email-address-text {
  width: 100%;
  font-size: 10pt;
  padding: 5px;
}
#wrapper .eb-email-submit {
  width: 100px;
  float: left;
}
#wrapper .eb-email-subscribe-submit {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #FFB23E;
  background: #FFB23E;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  transition: all .45s;
  -moz-transition: all .45s;
  -webkit-transition: all .45s;
  -o-transition: all .45s;
  height: 30px;
}


/* EB Carousel */
#eb-featured-events {
  border: 5px solid #FFF;
}
#eb-featured-events .owl-carousel .owl-item {
	margin: 0;
  padding: 0;
}
#eb-featured-events .owl-carousel .owl-item img {
	padding: 0;
	border: 0;
  object-fit: cover;
  height: 415px;
}
#eb-featured-events .owl-carousel .owl-item article {
  padding: 0;
}

#eb-featured-events #grey-back {
	display: none;
}

#eb-featured-events #overlay {
	bottom: 0 !important;
	margin: 0 !important;
	padding: 1em;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.4) !important;
}

#eb-featured-events #overlay h1 {
  text-align: left;
  margin: 0 !important;
  font-size: 2em !important;
  padding: 0 !important;
  line-height: 1;
}

#eb-featured-events #overlay .date-venue {
	text-align: left;
  padding: 0;
}

#eb-featured-events .ticket-price {
  margin-top: 10px;
}

#eb-featured-events .date-venue {
	display: block;
	float: none !important;
}

#eb-featured-events .dates {
  margin: 0;
  line-height: 1;
  color: #53b0b1;
  font-size: 16px !important;
  letter-spacing: 0.07em;
  border: 0 !important;
  position: relative !important;
  text-transform: uppercase;
}

#eb-featured-events button.ticket-link,
#eb-featured-events .ticket-link a,
#eb-featured-events .future-sale a {
  font-size: 12pt;
      font-weight: bold;
      background-color: #FFB23E;
      color: #000;
      border: 0;
      text-transform: uppercase;
      font-family: 'Archivo Narrow', sans-serif;
      text-shadow: none;
}

#eb-featured-events .owl-theme .owl-nav {
	position: absolute;
	right: 1em;
	bottom: 1em;
}

#eb-featured-events .owl-theme .owl-nav button {
	background-color: #666;
	color: #FFF;
	border: 1px solid #999;
	line-height: 1;
	padding: 3px !important;
	margin: 0 2px;
	font-size: 18px;
}

#eb-featured-events .owl-theme .owl-dots {
	position: absolute;
	right: 1em;
	bottom: 1em;
}

#eb-featured-events .owl-theme .owl-dots button span {
  margin: 5px 3px;
}

#eb-featured-events .owl-theme .owl-dots button.active span {
background-color: #FFB23E;
}