/*
Theme Name: Boulder Theater
Theme URI: http://ticketfly.com/
Description: Boulder Theater - Child
 Author: Ticketfly D&DS
 Author URI:   http://ticketfly.com
 Template:     gold-parent_s
 Version:      1.0.0
 Text Domain:  gold-parent_s-child
*/

* {margin:0;padding:0;-webkit-tap-highlight-color: rgba(0,0,0,0);}
html, body {
  max-width: 100%;
  min-width: 0;
}


/* =Fonts
-------------------------------------------------------------- */
@import url('//fonts.googleapis.com/css?family=Lalezar|Lato:400,700');


/* =Body Style
-------------------------------------------------------------- */
/* Layout */
body {
  background: #050713 url('images/background.jpg') no-repeat top center / 1200px auto;
  color: #D6D9E2;
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 400;
}

h1, h2, h3, h4 {
}

/* 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:#FFFFFF; text-decoration: none;}
a:hover {color: #275ff2; text-decoration: none;}

a img {border: none;}

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

/* Etc. */
hr {
    background-color: #3f485b;
    border: 0 none;
    height: 1px;
    margin: 40px 0;
}
ul {list-style: none;}
blockquote {
    border-left: 5px solid #28324a;
    font-weight: 500;
    margin: 0 auto;
    padding: 0 0 0 20px;
}

/* =Structure
-------------------------------------------------------------- */
#wrapper {
    margin: 0 auto;
    width: 100%;
}
header {}
#masthead {}
.container {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}
#content.site-content {
    margin: 0 auto;
    max-width: 1300px;
    overflow: hidden;
    padding: 0 1%;
    width: 100%;
}
#primary {
    float: left;
    padding: 0 2% 0 0;
    width: 70%;
}
#primary.calendar {
    background: none;
    max-width: 100%;
    padding: 0;
    width: 100%;
}
#secondary {
    float: right;
    padding: 0 0 0 2%;
    width: 30%;
}


/* =Header
-------------------------------------------------------------- */
header#masthead {
    margin: 22px auto 36px;
    padding: 0;
}

/* Logo */
div.site-branding {
    margin: 0 auto;
    max-width: 250px;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 100%;
}
h1.site-title a {
    background: rgba(0, 0, 0, 0) url("images/boulder-logo.png") no-repeat scroll left top / 100% auto;
    display: block;
    font-size: 12px;
    height: 110px;
    text-indent: -9999em;
}

/* Header & Footer Socials */
header#masthead .header-widgets, #footer .footer-socials {
    color: #4e84cc;
    font-size: 13px;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 10px 10px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}
header#masthead .header-widgets .widget, #footer .footer-socials .widget {
    display: inline-block;
    margin: 0 0 0;
    width: auto;
}
header#masthead .header-widgets .widget a,  #footer .footer-socials .widget a {
    color: #f12c3f;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
header#masthead .header-widgets .widget a .fa,  #footer .footer-socials .widget a .fa {
    color: #f12c3f;
    font-size: 18px;
    margin: 0 0 0 10px;
}
header#masthead .header-widgets .widget a:hover .fa,
header#masthead .header-widgets .widget a:hover,
#footer .footer-socials .widget a:hover .fa,
#footer .footer-socials .widget a:hover { color: #FFFFFF;}

/* =Navigation
-------------------------------------------------------------- */
#topnav {
    float: left;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    z-index: 999;
}
#topnav::before, #topnav::after {
    content: '';
    background: url("images/blue-line.png") repeat-x scroll center center / auto 8px;
    width: 100%;
    height: 10px;
    display: block;
}
#topnav .menu-main-navigation-container {
    margin: 0 auto;
    max-width: 1280px;
    overflow: hidden;
    padding: 8px 0;
    padding-left: 240px;
}

#topnav ul { margin: 0 auto; float: right;}
#topnav ul li { display: inline-block;}
#topnav ul li a {
    display: block;
    font-family: "Lato",helvetica;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 20px;
    padding: 4px 16px;
    text-transform: uppercase;
}
#topnav ul li:last-child a { padding-right: 0;}



/* Dropdown Menu */
#topnav ul.sub-menu {
    display: none;
    overflow: visible;
    position: absolute;
    z-index: 9999;
}
#topnav ul li:hover > ul.sub-menu {
    display: block;
}
#topnav ul.sub-menu li {
    background: #141A2F;
    color: #FFFFFF;
    display: block;
    float: none;
}
#topnav ul.sub-menu li a {
    border-bottom: 1px solid #28324a;
    color: #ffffff;
    font-size: 13px;
    padding: 8px 20px;
}
#topnav ul.sub-menu li a:hover{
    color: #2b63b0;
    border-bottom: 1px solid #28324a;
}


/* =Sidebar
-------------------------------------------------------------- */
h2.widget-title {
    background: rgba(0, 0, 0, 0) url("images/blue-line.png") repeat-x scroll center bottom / auto 8px;
    border-top: 2px solid #2b63b0;
    font-family: "Lalezar",helvetica;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 28px;
    padding: 8px 0 12px;
    text-align: center;
    text-transform: uppercase;
}
#secondary aside {margin: 0 auto 50px;}
#secondary aside:first-child { margin: 0 auto 20px; padding: 0;}
#secondary .textwidget { padding: 0;}
#secondary aside:first-child .textwidget,
#secondary aside:nth-child(2) .textwidget { padding: 0;}

/* Sidebar Lists */
#wrapper .sidebar-list { background: #090d19; padding: 15px 5%; margin: 2px 0;}
#wrapper .sidebar-list a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 auto;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
}
#wrapper .sidebar-list a:hover {}
#wrapper .sidebar-list li {border-bottom: 1px solid #141a2f;}
#wrapper .sidebar-list li:last-child { border-bottom: none; }
#wrapper .sidebar-list .on-sale {
    color: #4a6992;
    display: block;
    font-style: italic;
    text-transform: capitalize;
}

/* About Widget */
#secondary .textwidget h3 {
    font-family: "Lalezar",helvetica;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin: 10px 0 0;
}

/* Facebook */
.fb_iframe_widget {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

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


/* Recent Posts */
aside.widget_recent_entries li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid #28324a;
}
aside.widget_recent_entries .post-date {
    color: #999999;
    display: block;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}
aside.widget_recent_entries a {
    display: block;
    font-size: 18px;
    line-height: 26px;
    margin: 2px 0;
}

/* YouTube Player */
#wrapper .youtube-video-sidebar iframe {
    max-height: 225px;
    min-height: 175px;
}
#wrapper .youtube-video-player-sidebar {
    background: #EEEEEE none repeat scroll 0 0;
    padding: 8px;
}
#wrapper .youtube-playlist-sidebar {
    background: #000000 none repeat scroll 0 0;
    border: 1px solid #28324a;
    margin-top: -10px;
    max-height: 190px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* TF Facebook RSVP */
iframe.tfly-rsvp-iframe { max-height: 180px;}

/* Ticketfly Email */
input[type="text"], input[type="email"],
.tfly-email-subscribe-text {
    border: 1px solid #28324a;
    border-radius: 3px;
    font-size: 13px;
    line-height: 16px;
    color: #3f485b;
    margin: 0 auto 5px;
    padding: 12px 8px;
    width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	 color: #111111;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.tfly-email-subscribe-submit {
    background: #2b3d69 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 13px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.tfly-email-subscribe-submit:hover {
  background: #275ff2;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#secondary .tfly-email-subscribe .tfly-email-subscribe-submit, #secondary #searchsubmit {
    border-radius: 3px;
    float: right;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.04em;
    margin-top: -41px;
    padding: 9px 8px;
    position: relative;
    right: 2%;
    text-align: center;
    width: 70px;
}

#footer .eb-email-address {
  width: calc(100% - 110px);
  float: left;
  padding-right: 10px;
}
#footer .eb-email-address-text {
  width: 100%;
  float: none;
  margin: 0;
}
#footer .eb-email-submit {
  width: 110px;
  float: left;
}
#footer .eb-email-subscribe-submit {
  padding: 7px;
  font-family: inherit;
}

/* Ticketfly Search (Special) */
#searchform .textform:focus,
.tfly-email-subscribe-text:focus { color: #FFFFFF; }
.tfly-search.ticketfly form { position: relative;}
input[type="search"], #searchform .textform {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #3f485b;
    border-radius: 20px;
    color: #3f485b;
    font-size: 13px;
    line-height: 16px;
    margin: 0 auto 5px;
    padding: 12px 20px;
    width: 100%;
}
.tfly-search #searchform button,
.tfly-search #searchform button[type="search"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #FFFFFF;
    float: right;
    position: absolute;
    right: 8px;
    top: 0;
    width: auto;
}
button[type="search"]:hover { color: #FFFFFF; }

/* Bad Overwrite for More Upcoming Events on EDP */
#secondary aside#text-5 .textwidget { padding: 0;}

/* =TF Slider
-------------------------------------------------------------- */
#wrapper #tfly-featured-events {
    height: auto;
    margin: -20px auto 0;
    max-height: 400px;
}
#wrapper #tfly-featured-events #grey-back {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.12) 11%, rgba(0,0,0,0.62) 56%, rgba(0,0,0,0.77) 70%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.12) 11%,rgba(0,0,0,0.62) 56%,rgba(0,0,0,0.77) 70%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.12) 11%,rgba(0,0,0,0.62) 56%,rgba(0,0,0,0.77) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c4000000',GradientType=0 );
    bottom: 0;
    height: 50%;
    position: absolute;
    width: 100%;
    z-index: 10;
    opacity: 1;
}
#wrapper #tfly-featured-events #overlay {
    background: rgba(0, 0, 0, 0) url("images/blue-line.png") repeat-x scroll center bottom / auto 8px;
    bottom: 0;
    display: block;
    height: auto;
    margin: 0 auto;
    opacity: 1;
    padding: 20px;
}
#wrapper #tfly-featured-events #overlay h2 {
    color: #275ff2;
    font-family: "Lato",helvetica;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    position: absolute;
    text-transform: uppercase;
    top: -5px;
}
#wrapper #tfly-featured-events #overlay h1 a {
    font-family: "Lalezar",helvetica;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 34px;
    margin: 5px 0;
    text-decoration: none;
    text-transform: uppercase;
}
#wrapper #tfly-featured-events .venue { display: none; }
#wrapper #tfly-featured-events #overlay .ticket-link a,
#wrapper #tfly-featured-events #overlay button.ticket-link {
    background: #d92f3d none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    font-family: 'Lato',helvetica;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 auto 15px;
    padding: 4px 30px;
    text-transform: uppercase;
    width: auto;
}
#wrapper #tfly-featured-events #overlay .ticket-link a:hover,
#wrapper #tfly-featured-events #overlay button.ticket-link:hover { background: #141a2f; }

/* Circle Pagination */
#wrapper #tfly-featured-events .nav #prev_carousel,
#wrapper #tfly-featured-events .nav #next_carousel { display: none; }
#wrapper #tfly-featured-events ul.nav {
    bottom: 35px;
    list-style-type: none;
    position: absolute;
    right: 20px;
    z-index: 10;
}
#wrapper #tfly-featured-events ul.nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #999999;
    border-radius: 50%;
    display: block;
    font-size: 11px;
    height: 15px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    width: 15px;
}
#wrapper #tfly-featured-events ul.nav li a:active,
#wrapper #tfly-featured-events ul.nav li a:hover { border-color: #275ff2; }


/* =EB Carousel
-------------------------------------------------------------- */
#wrapper #eb-featured-events::after {
  content: '';
  background: url(images/blue-line.png) repeat-x scroll center center / auto 8px;
  width: 100%;
  height: 10px;
  display: block;
}
#wrapper #eb-featured-events #grey-back {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.12) 11%, rgba(0,0,0,0.62) 56%, rgba(0,0,0,0.77) 70%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.12) 11%,rgba(0,0,0,0.62) 56%,rgba(0,0,0,0.77) 70%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.12) 11%,rgba(0,0,0,0.62) 56%,rgba(0,0,0,0.77) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c4000000',GradientType=0 );
  bottom: 0;
  height: 50%;
  position: absolute;
  width: 100%;
  z-index: 10;
  opacity: 1;
}
#wrapper #eb-featured-events #overlay {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 1em;
  bottom: 0;
}
#wrapper #eb-featured-events .date-venue {
  order: -1;
}
#wrapper #eb-featured-events .date-venue .date-time {
  color: #275ff2;
  font-family: "Lato",helvetica;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
}
#wrapper #eb-featured-events .event-name a {
  font-size: 36px;
  text-transform: uppercase;
  margin: 10px 0 15px;
  display: block;
}
#wrapper #eb-featured-events .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
#wrapper #eb-featured-events .owl-dots button {
  display: inline-block;
  width: auto;
}
#wrapper #eb-featured-events .owl-dots button span {
  background: transparent;
  border: 1px solid #999;
  margin: 0 5px;
  width: 15px;
  height: 15px;
}
#wrapper #eb-featured-events .owl-dots button.active span,
#wrapper #eb-featured-events .owl-dots button:hover span {
  border-color: #275ff2;
}

#wrapper #eb-featured-events button.ticket-link,
#wrapper #eb-featured-events .ticket-link a,
#wrapper #eb-featured-events .future-sale a {
  font-family: inherit;
  background-color: #d92f3d;
  font-weight: bold;
  border: 0;
  border-radius: 0px;
  margin: 0;
  padding: 6px;
  width: auto;
  min-width: 125px;
  max-width: 200px;
  font-size: 1.25em;
}


/* =Event Listing
-------------------------------------------------------------- */
#wrapper .list-view-heading {
    border-bottom: 2px solid #141a2f;
    padding: 5px 0 10px;
}
body.home #wrapper .list-view-heading { padding: 0; border: none; }
#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;
  color: #2b63b0;
  font-size:1em;
  position: absolute;
  top: 0;
  right: 0;
  }
#wrapper .calendar-link a {
    color: #2b63b0;
    font-size: 13px;
    padding-right: 24px;
    text-transform: uppercase;
}
#wrapper .calendar-link a:hover { color: #FFFFFF; }

#wrapper .list-view-item .list-view-details {
    float: left;
    max-width: 42%;
    padding: 0 5px;
}
#wrapper .list-view-item {
    border: none;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 0 25px;
    margin: 25px 0 0;
    border-bottom: 1px solid #141a2f;
    position: relative;
}
#wrapper .list-view-item .dates {
    background: #28324a none repeat scroll 0 0;
    color: #ffffff;
    font-family: "Lato",helvetica;
    font-size: 13px;
    font-weight: normal;
    left: 0;
    letter-spacing: 0.05em;
    line-height: 22px;
    max-height: 35px;
    max-width: 220px;
    padding: 6px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
#wrapper .list-view-item img {
    margin: 22px 2% 0 0;
    max-width: 220px;
    width: 100%;
}
#wrapper .event-status-message {
    background: #ff3748 none repeat scroll 0 0;
    display: inline-block;
    font-family: "Lato",helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 5px 10px;
}
#wrapper .topline-info {
    color: #4a81ca;
    font-family: "Lato",helvetica;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#wrapper .headliners,
#wrapper .supports {
    font-family: 'Lalezar', helvetica;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.05em;
}
#wrapper .list-view .headliners a {
    color: #ffffff;
    display: block;
    font-size: 32px;
    line-height: 26px;
    margin: 0 auto 3px;
    text-decoration: none;
}
#wrapper .list-view .supports a {
    color: #2b63b0;
    display: block;
    font-size: 22px;
    line-height: 22px;
    text-decoration: none;
}
#wrapper .list-view .supports a:hover,
#wrapper .list-view .headliners a:hover { color: #FFFFFF; }

#wrapper .list-view-item .age-restriction,
#wrapper .list-view-item .times {
    color: #6f7d9a;
    font-family: "Lato",helvetica;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 10px 0 0;

}
#wrapper .list-view-item .age-restriction { margin: 5px 0 0; font-size: 12px; font-style: italic; text-transform: none;}


/* Consecutive Events */
#wrapper .list-view-item .event-group-times {
    float: right;
    text-align: right;
}
#wrapper .list-view-item .event-group-times .date-time {
    font-size: 13px;
    letter-spacing: 0.06em;
    padding: 8px 0 10px;
    text-transform: uppercase;
}
#wrapper .list-view-item .event-group-times .date-time a {
    background: #275ff2 none repeat scroll 0 0;
    font-weight: bold;
    padding: 7px 20px;
    margin-left: 3px;
}
#wrapper .list-view-item .event-group-times .date-time a:hover { background: #d92f3d; color: #FFFFFF; }

#wrapper .list-view .end .pages {
  margin-top: 1em;
  font-size: 2em;
  font-family: 'Lalezar', helvetica;
}

#wrapper .list-view .end .pages li.selected a {
  color: #275ff2;
}


/* =Widget Listing
-------------------------------------------------------------- */
#wrapper .textwidget .list-view-item .dates {
  position: relative;
  background: 0;
  display: inline;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

#wrapper .textwidget .list-view {
  background: #090d19;
  padding: 0 5%;
}

#wrapper .textwidget .list-view .event-name {
  display: inline;
}

#wrapper .textwidget .list-view .event-name:after {
  content: ' - ';
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
}

#wrapper .textwidget .list-view .event-name a {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 0.65;
  display: inline;
}

#wrapper .textwidget .list-view .event-name a:hover {
  color: #275ff2;
}

#wrapper .textwidget .list-view-item {
  margin: 0;
  padding: 15px 10px;
  background: transparent;
}

#wrapper .textwidget .list-view-item .list-view-details {
  max-width: none;
  padding: 0;
  line-height: 1.25;
  text-align: center;
  display: block;
  width: 100%;
}

#wrapper .textwidget .list-view-item .list-view-details article {
  display: inline;
  line-height: 0.65;
}


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

/* Event Top Box */
#wrapper .event-detail .event-info {
    background: rgba(0, 0, 0, 0) url("images/blue-line.png") repeat-x scroll center bottom / auto 8px;
    margin: 0 auto 10px;
    overflow: visible;
    padding: 0 430px 30px 0;
}
#wrapper .event-detail img {
    float: right;
    height: auto;
    margin: 0 auto 30px;
    max-width: 400px;
    width: 100%;
}
#wrapper .event-detail .venue {
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 22px;
    margin: 15px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #4e84cc;
}
#wrapper .event-detail .dates {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
}
#wrapper .event-detail .times {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: uppercase;
}
#wrapper .event-detail .headliners {
    color: #ffffff;
    font-size: 36px;
    line-height: 28px;
    margin: 0 0 5px;
}
#wrapper .event-detail .supports {
    color: #2b63b0;
    font-size: 22px;
    line-height: 20px;
    margin: 5px 0 15px;
}
#wrapper .event-detail .age-restriction {
    color: #4a6992;
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin: 0 auto 10px;
    text-transform: uppercase;
    width: 100%;
}
#wrapper .event-detail .additional-event-info {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4a6992;
    display: block;
    font-size: 13px;
    font-style: normal;
    line-height: 18px;
    margin: 0px auto 20px;
    padding: 10px 0;
    text-transform: none;
}
#wrapper .event-detail .additional-event-info p { margin: 0 auto 2px; }
#wrapper .event-detail .ticket-price {
    float: left;
    font-size: 13px;
    margin: 10px 0 20px;
    max-width: 100%;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

#wrapper .event-detail .share-button {
  display: block;
  width: auto;
  padding: 10px;
  line-height: 1;
}

/* 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::before {
  content: 'About this event';
  display: block;
  font-family: "Lalezar",helvetica;
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  margin: 20px 0 30px;
  text-transform: uppercase;
}
#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 .event-description p {
  margin-bottom: 1em;
}
#wrapper .event-detail .event-description p strong:only-child {
  display: block;
  font-family: "Lalezar",helvetica;
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  margin: 20px 0 10px;
  text-transform: uppercase;
}
#wrapper .event-detail .event-description p a {
  color: #377bd8;
  font-weight: bold;
}
#wrapper .event-detail .event-description p a strong {
  display: inline !important;
  font-family: inherit !important;
  text-transform: initial !important;
  font-size: 1em !important;
  line-height: unset !important;
  margin: 0 !important;
  font-weight: bold !important;
}
#wrapper .event-detail .event-description iframe {
  width: 100%;
  height: 450px;
  margin: 1em 0;
}

#wrapper .event-name {
  text-transform: unset;
}

#wrapper .event-detail .performers {
  margin: 1em 0;
}

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

#wrapper .event-detail .performers .supports {
  margin: 8px 0;
  line-height: 1;
  padding: 0;
  font-size: 1.5em;
  color: #377bd8;
}

/* Toolbox / Share Section */
div.calendar-sync {
    float: left;
    width: 100px;
}
div.calendar-sync a, #toolbox a {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: all 0 none;
  transition: none;
}
h4.share-text {
    display: none;
    color: #3f485b;
    font-family: 'Lato', Helvetica, helvetica;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
    font-style: italic;
}

/* Artist Bio Boxes */
#wrapper .artist-boxes {
    border-bottom: 1px solid #4a6992;
    display: block;
    margin: 0 auto 20px;
    overflow: hidden;
}
#wrapper .artist-boxes img {
    height: auto;
    margin: 0 0 15px 10px;
    max-width: 160px;
    width: 100%;
}
#wrapper .artist-box-headliner, #wrapper .artist-box-support {
    border-top: 1px solid #3f485b;
    display: block;
    margin: 0 auto 15px;
    padding: 5px 0 10px;
}
#wrapper .artist-box-headliner:first-child { border-top: none; }
#wrapper .event-detail .artist-headline .artist-name {
    display: block;
    font-family: "Lalezar",helvetica;
    font-size: 28px;
    font-weight: normal;
    line-height: 24px;
    margin: 20px 0 5px;
    text-transform: uppercase;
}

/* Inline Links */
#wrapper .inline-links li {
    display: inline-block;
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 30px;
}
#wrapper ul.tfly-more.inline-links a::before {
    color: #2b63b0;
    font-size: 26px;
    padding-right: 40px;
    top: 0;
}
#wrapper .buy-music a {
    color: #3f485b;
    clear: both;
    display: flex;
    font-size: 0;
}
#wrapper .inline-links li a:hover {
  color: #2b63b0;
}

/* Venue / Sponsor */
#wrapper .event-detail .venue-info, #wrapper .event-detail .venue-info a {
    color: #4A6992;
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    overflow: hidden;
}
#wrapper .event-detail .venue-info a { text-decoration: underline; }
#wrapper .event-detail .venue-info a:hover { color: #FFFFFF; }
#wrapper .event-detail .sponsor-info {
    color: #4A6992;
    font-size: 13px;
    font-weight: normal;
}
#wrapper .event-detail .sponsor-info img {
    margin: 5px 0 0;
    width: 100%;
    height: auto;
    max-width: 125px;
}


/* Buttons / Ticket Status */
#wrapper .ticket-price h3 {
    color: #4a6992;
    font-family: "Lato",helvetica;
}
#wrapper .ticket-price {
    float: right;
    max-width: 160px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#wrapper .list-view-item .price-range {
    color: #6f7d9a;
    font-family: "Lato",helvetica;
    font-size: 13px;
    line-height: 16px;
    margin: 10px 0 5px;
    word-break: break-all;
}
#wrapper .calendar-view .ticket-link a,
#wrapper .list-view .ticket-link a,
#wrapper .event-detail .ticket-link a,
#wrapper .calendar-view button.ticket-link,
#wrapper .list-view button.ticket-link,
#wrapper .event-detail button.ticket-link {
    background: #275ff2 none repeat scroll 0 0;
    border: 1px solid #275ff2;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 13px;
    width: 100%;
    font-weight: 600;
    padding: 6px;
    letter-spacing: 0.08em;
    text-decoration: none;
}
#wrapper .calendar-view .ticket-link a:hover,
#wrapper .list-view .ticket-link a:hover,
#wrapper .event-detail .ticket-link a:hover,
#wrapper .calendar-view button.ticket-link:hover,
#wrapper .list-view button.ticket-link:hover,
#wrapper .event-detail button.ticket-link:hover {
  background: #d92f3d;
  border: 1px solid #d92f3d;
}
#wrapper .future-sale a:hover,
#wrapper .on-sale-soon:hover,
#wrapper .custom:hover,
#wrapper .custom a:hover { background: #275ff2; border-color: #275ff2;}

#wrapper .free {
    border-radius: 0;
    letter-spacing: 0.06em;
}
#wrapper .event-detail .ticket-link a,
#wrapper .event-detail button.ticket-link,
#wrapper .event-detail .cancelled,
#wrapper .event-detail .sold-out,
#wrapper .event-detail .postponed,
#wrapper .event-detail .rescheduled,
#wrapper .event-detail .free,
#wrapper .event-detail .future-sale a,
#wrapper .event-detail .on-sale-soon,
#wrapper .event-detail .custom,
#wrapper .event-detail .off-sale,
#wrapper .event-detail .sales-ended,
#wrapper .event-detail .unavailable {
    margin: 10px 0px;
    width: 100%;
    max-width: 250px;
    text-align: center;
}
#wrapper .calendar-view .ticket-link,
#wrapper .list-view .ticket-link a,
#wrapper .list-view button.ticket-link,
#wrapper .list-view .cancelled,
#wrapper .list-view .sold-out,
#wrapper .list-view .postponed,
#wrapper .list-view .rescheduled,
#wrapper .list-view .free,
#wrapper .list-view .future-sale a,
#wrapper .list-view .on-sale-soon,
#wrapper .list-view .custom,
#wrapper .list-view .off-sale,
#wrapper .list-view .sales-ended,
#wrapper .list-view .unavailable {
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-family: inherit;
}
#wrapper .cancelled,
#wrapper .sold-out,
#wrapper .postponed,
#wrapper .rescheduled,
#wrapper .off-sale,
#wrapper .sales-ended,
#wrapper .unavailable,
#wrapper .event-detail .tickets-at-the-door,
#wrapper .list-view .tickets-at-the-door,
#wrapper .list-view .rescheduled,
#wrapper .list-view .cancelled
#wrapper .list-view .off-sale,
#wrapper .list-view .sales-ended,
#wrapper .list-view .unavailable {
  background: #141a2f none repeat scroll 0 0;
  border: 1px solid #141a2f;
  border-radius: 0;
  color: #8f9094;
  letter-spacing: 0.06em;
  padding: 10px 5px;
  width: 100%;
  display: block;
  font-size: 1em;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
}
#wrapper .free,
#wrapper .tickets-at-the-door,
#wrapper .future-sale a,
#wrapper .on-sale-soon,
#wrapper .custom,
#wrapper .custom a {
    background: #28324a none repeat scroll 0 0;
    border: 1px solid #28324a;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 14px;
    padding: 7px;
    text-decoration: none;
}
#wrapper .custom a { padding: 0 2%; }
#wrapper .future-sale a {
    border: 1px solid #FFF;
    line-height: 16px;
    background: none;
}

/* =Calendar
-------------------------------------------------------------- */
#wrapper .calendar-view .calendar-sync, #wrapper .calendar-view .calendar-list-flip{ display: none; }
#wrapper .calendar-view table {
  margin-bottom: 30px;
  border: 0;
  border-collapse: separate;
  border-spacing: 3px 10px;
}
#wrapper .calendar-view .one-event {
  overflow-wrap: break-word;
}
#wrapper .calendar-view td {padding: 0px;text-align: center; border: 0;}
#wrapper .calendar-view tr td.data {border: 0;}
#wrapper .calendar-view td.data.vevent {
    border: 1px solid #181818;
    height: 100px;
}
#wrapper .calendar-view tr { border:0;}
#wrapper .calendar-view table tr .month {
    font-family: "Lalezar",helvetica;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 40px;
    margin: 20px 0 0;
    text-transform: uppercase;
}
#wrapper .calendar-view .one-event,
#wrapper .calendar-view .date {
    padding: 0 0 20px;
}
#wrapper .calendar-view .date {
    background: #141a2f none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
    text-transform: uppercase;
}
#wrapper .calendar-view .calendar-image {
    margin-bottom: 10px;
}
.calendar-view .headliners a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 16px;
    margin: 2px auto 5px;
    text-decoration: none;
    width: 95%;
}
.calendar-view .supports a {
    color: #2b63b0;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 3px;
    text-decoration: none;
}
#wrapper .calendar-view .venue.location {
    color: #444444;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 16px;
    margin: 12px auto;
    text-transform: none;
}
#wrapper .calendar-view .ticket-link a,
#wrapper .calendar-view button.ticket-link {
    font-size: 12px;
    letter-spacing: 0.08em;
    margin: 10px auto;
    padding: 5px;
    text-transform: uppercase;
    width: 85%;
}
#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 {
  background: #141a2f none repeat scroll 0 0;
  border: 1px solid #141a2f;
  border-radius: 0;
  color: #8f9094;
  letter-spacing: 0.06em;
  padding: 10px 5px;
  width: 100%;
  font-size: 12px;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  float: none;
  margin-bottom: 1em;
  display: block;
}

#wrapper .calendar-view .ticket-price {
  float: none;
  margin: 0;
  width: 100%;
  max-width: none;
}

#wrapper .calendar-view .event-name {
  margin-top: 10px;
}

/* =Pages
-------------------------------------------------------------- */
div.entry-content {
    clear: left;
    margin: 0 auto;
    padding: 0;
}
div.entry-content.non-event a{ color: #275ff2; text-decoration: underline; }
div.entry-content.non-event a:hover{ color: #FFFFFF; }
div.entry-content.non-event { padding: 0; }

div.entry-content.non-event .orange {
    color: #F69E21;
    font-family: "Lalezar",helvetica;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
}

body.home article header.entry-header { display: none; }


div.entry-content .orange {
    color: #ef9c0f;
}
div.entry-content img.alignleft.size-full,
div.entry-content img.alignright.size-full {
    display: inline;
    margin: 0 0 2px 15px;
    max-width: 50%;
    padding: 4px;
}

body.page-template-default .entry-content.non-event h1,
body.page-template-default .entry-content.non-event h2,
body.page-template-default .entry-content.non-event h3,
body.page-template-default .entry-content.non-event h4 {
    font-family: "Lalezar",helvetica;
    font-weight: normal;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 25px 0 0;
    clear: both;
    display: block;
}
body.page-template-default .entry-content.non-event h1 { color: #FFF; font-size: 38px; }
body.page-template-default .entry-content.non-event h2 { color: #FFF; font-size: 30px; }
body.page-template-default .entry-content.non-event h3 { color: #FFF; font-size: 26px; }
body.page-template-default .entry-content.non-event h4 {
    color: #ffffff;
    font-size: 22px;
    line-height: 20px;
    margin: 35px 0 0;
}
body.page-template-default .entry-content.non-event h4:first-child { margin: 5px 0 0; }

/* edit link */
span.edit-link a {
    background: #141a2f none repeat scroll 0 0;
    border: 1px solid #141a2f;
    border-radius: 4px;
    color: #6789de;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    margin: 15px 0 0;
    padding: 6px 11px;
    text-decoration: none;
    text-transform: uppercase;
}
span.edit-link a:hover{
    border: 1px solid #275ff2;
    background: #275ff2;
    color: #FFF;
}


/* 404 */
body.error404 #content .error-404 { padding: 12% 0; }
body.error404 #content .error-404 h1 {
    font-family: 'Lalezar',helvetica;
    color: #FFFFFF;
    font-size: 60px;
    line-height: 60px;
    margin: 10px 0 25px;
    text-transform: uppercase;
    width: 80%;
}
body.error404 #content .error-404 a {
    background: #275ff2 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    display: table;
    font-size: 13px;
    letter-spacing: 0.08em;
    margin: 30px 0 0;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
body.error404 #content .error-404 a:hover { background: #d92f3d; }


/* Search */
#wrapper .search-results-message {
    color: #2b63b0;
    display: block;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0;
    margin: 10px 0;
}

/* Blogs */
article.type-post:first-child { padding-top: 0; }
article.type-post {
    border-bottom: 1px solid #3f485b;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}
article .entry-header {
    margin: 2px auto 20px;
}
h1.entry-title {
    border-bottom: 2px solid #28324a;
    color: #ffffff;
    font-family: "Lalezar",helvetica;
    font-size: 34px;
    font-weight: normal;
    line-height: 40px;
    margin: 0 auto;
    padding: 15px 0 5px;
    text-transform: uppercase;
}
.entry-meta, .entry-meta a {
    color: #28324a;
    font-size: 13px;
    line-height: 18px;
    margin: 10px auto;
}
.single .byline, .group-blog .byline {
    display: none;
}
a.moretag { text-decoration: underline;}
.nav-links {
    border-top: 2px solid #28324a;
    overflow: hidden;
    padding-top: 15px;
    z-index: 9999;
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 0;
}
.nav-links .meta-nav {
    display: none;
}

/* blogs - featured images */
.excerpt-thumb img{
    border: 2px solid #28324a;
    float: left;
    margin-right: 20px;
    max-width: 250px;
    width: 100%;
}
.excerpt-thumb img:hover{
    border: 2px solid #FFFFFF;
}

#wrapper .entry-content.non-event li {
    margin: 0 20px 10px;
}

/* Contact Form 7 */
div.wpcf7 {
    margin: 20px 0 0;
    max-width: 560px;
    padding: 0;
    width: 100%;
}
div.wpcf7 p { margin: 0 auto;}
div.wpcf7 textarea {
    border: medium none;
    border-radius: 3px;
    font-size: 13px;
    margin: 0 auto 10px;
    outline: medium none;
    overflow: auto;
    padding: 12px;
    vertical-align: top;
    width: 100%;
}
div.wpcf7 select {
    margin: 0 auto 10px;
    max-width: 300px;
    padding: 3px;
    width: 100%;
}
div.wpcf7 input[type="submit"] { background: #275ff2; }
div.wpcf7 input[type="submit"]:hover { background: #d92f3d; }


/* gallery post format */
aside.format-gallery {overflow:auto;}

p.gallery {font-size:1em;color: #275ff2;}
div.gallery-thumb-wrap {
    width: 33.3%;
    float: left;
    padding: 1%;
    margin: 0px 0px 2%;
    display: block;
}
h4.gallery-title a{
    font-size: 20px;
    line-height: 22px;
    margin: 10px 0 5px;
    text-decoration: none;
}
a.gallery-thumb {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #28324a;
    display: block;
    height: 200px;
    margin: 0 auto 10px;
    overflow: hidden;
}
a.gallery-thumb:hover { border-color: #FFF; }
p.gallery-text a{
    color: #999999;
    font-style: italic;
    font-size: 13px;
    margin: 5px 0 0;
    line-height: 15px;
    text-decoration: none;
}
.gallery-item {
    display: inline-block;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-icon img {
    border: 2px solid #28324a !important;
    display: block;
    margin: 10px auto;
}
.gallery-icon img:hover { border-color: #FFF; }
.gallery-caption { font-size: 11px; line-height: 16px;}


/* =Footer
-------------------------------------------------------------- */
#footer {
    background: url("images/blue-line.png") repeat-x scroll top center / auto 8px;
    border: 0 none;
    clear: both;
    color: #ead2c5;
    font-size: 13px;
    line-height: 18px;
    margin: 75px auto 0;
    position: relative;
    width: 100%;
}
#footer .container {
    max-width: 1300px;
    overflow: hidden;
    padding: 0 10px;
}

.b-symbol {
    background: rgba(0, 0, 0, 0) url("images/b-icon.png") no-repeat scroll center center / 50px auto;
    display: block;
    height: 50px;
    left: 50%;
    margin: -20px auto 0;
    max-width: 50px;
    position: absolute;
    width: 100%;
    z-index: 99999;
}


/* Image / Text Widgets */
#footer .footer-socials {
    float: left;
    margin: 15px 0 0px;
    max-width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}
#footer .footer-widgets {
    float: left;
    margin: 25px auto 0px;
    max-width: 400px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
#footer .footer-widgets:nth-child(2) {
    float: right;
    padding-right: 0;
    text-align: right;
}
#footer .footer-socials .widget:nth-child(2) .textwidget {
    margin: 0 0;
}
#footer .footer-widgets .widget {
    display: inline-block;
    line-height: 24px;
    width: 100%;
}
#footer input {
    float: left;
    font-size: 13px;
    margin-top: 3px;
    padding: 8px 12px;
    width: 68%;
}
#footer input[type="submit"] {
    border-radius: 3px;
    float: right;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding: 9px;
    width: 30%;
}


/* TicketFly Powered Logo */
.tfly-powered a img {border: 0;}
.tfly-powered {
    display: block;
    float: left;
    margin: 0 auto;
    max-width: 1300px;
    padding: 5px 0 20px;
    text-align: left;
    width: 100%;
}

.eb-powered-footer {
  padding:0 0 0 12px;
  text-align: left;
}



/* =Mobile Dev
-------------------------------------------------------------- */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Small Screens ----------- */
@media only screen and (max-device-width: 1024px),  only screen and (max-device-width: 1024px), only screen and (max-width: 980px) {
  #content.site-content { display: block; }
  #primary, #primary.calendar { width: 100%; max-width: 100%; background: none; float: none; padding: 0 2%;}
  #secondary { width: 100%; max-width: 100%; float: none; padding: 50px 2%; vertical-align: top;}
  #secondary aside { display: inline-block; margin: 1%; vertical-align: top; width: 31%;}
  #secondary aside:first-child, #secondary aside#text-0 { width: 100%; display: block; }
  #wrapper #tfly-featured-events { height: 340px; }

  #footer .footer-widgets { max-width: 300px; }

  /* Mobile Header */
  div.site-branding {
      margin: 0 2%;
      max-width: 195px;
      top: 5px;
  }
  .site-title { width: 100%; }

  header#masthead { margin: 10px 0; }
  header .header-widgets { display: none; }
  header.site-header .container { padding: 0; background: none;}
  header.site-header .container::after { background: none;}
  h1.site-title a { height: 80px; }

  /* Mobile Navigation */
  #topnav { width: 100%; }
  #topnav .menu-main-navigation-container { padding: 26px 0; }
  .main-navigation ul { display: none;}
  .main-navigation.toggled .nav-menu {
      color: #ffffff;
      display: block;
      padding: 0px;
      text-align: center;
      width: 100%;
  }
  .menu-toggle {
    display: block;
    color: #FFF;
    font-size: 0;
    position: absolute;
    right: 20px;
    top: 34px;
    width: auto;
  }
  .menu-toggle::after {
    color: #FFFFFF;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 26px;
    margin: 0 auto;
   }
  .menu-main-navigation-container li:last-child { border-bottom: none; }
  #topnav li {
      border-top: 1px solid #28324A;
      display: block;
      font-size: 14px;
      line-height: 16px;
      padding: 8px 0;
      width: 100%;
  }
  #topnav.toggled .menu-main-navigation-container {
    padding: 75px 0 0;
  }
  #topnav ul.sub-menu { position: relative; width: 100%; padding: 2px 0; }
  #topnav ul.sub-menu li a, #topnav ul.sub-menu li a:hover { border-bottom: none; }
}

/* iPads (portrait) ----------- */
@media only screen and (max-device-width: 640px),  only screen and (max-device-width: 775px), only screen and (max-width: 768px) {
  #secondary aside { width: 46%;}
  #footer { margin: 0 auto; }
  #wrapper #tfly-featured-events { height: 280px; }

  /* Event Deatil Page */
  #wrapper .event-detail img {
      float: right;
      max-width: 100%;
      width: 100%;
  }
  #wrapper .event-detail .event-info {
      display: block;
      margin: 0 auto;
      padding: 30px 0;
      width: 100%;
  }
  #wrapper .event-detail .bio-image-right {
      float: right;
      max-width: 150px;
      width: 100%;
  }

#wrapper .event-group-times {
    margin: 20px auto 0;
    max-width: 100%;
    width: 100%;
}
#wrapper .event-group-times .date-time {
    border-bottom: 1px solid #28324a;
    padding: 8px;
}
#tfly-featured-events ul li img {
    border: medium none;
    max-width: 100%;
    min-width: auto;
    position: absolute;
    top: 0;
    transform: none;
    width: 100%;
}
#tfly-featured-events #overlay h1 a { font-size: 26px; line-height: 26px; }
.date-venue .venue.location { margin: 0 auto; }

#wrapper .event-detail .event-description iframe {
  height: 350px;
}

}
/* iPhone 6 - 4S ----------- */
@media only screen and (max-device-width: 640px),  only screen and (max-device-width: 667px), only screen and (max-width: 480px) {

  /* Structure */
  #content.site-content { display: block; }
  #secondary { width: 100%;}
  #secondary aside { display: inline-block; margin: 2% auto; padding: 1% 2%; vertical-align: top; width: 100%;}

  #footer .container { padding: 40px 2% 0;}
  #footer .footer-socials { float: none; width: 100%; text-align: center; margin: 0 auto 10px; }
  #footer .b-symbol { left: 46%;}
  header#masthead .header-widgets .widget, #footer .footer-socials .widget { margin: 0 auto; }
  #footer .footer-widgets {
    display: block;
    float: none;
    padding: 0 4%;
    margin: 0 auto 15px;
    max-width: 100%;
    position: relative;
    text-align: center;
    width: 100%;
  }
  #footer .tfly-powered { text-align: center; }

  .youtube-video-player-sidebar { display: none; }
  #wrapper .list-view-item img { margin: 20px 0 10px; max-width: 100%;}
  #wrapper .list-view-item .list-view-details { float: none; max-width: 100%; padding: 0;}
  #wrapper .list-view .dates { width: 100%; max-width: 100%;}
  #wrapper .list-view .ticket-price {
      float: none;
      margin: 10px auto;
      max-width: 100%;
      text-align: center;
      width: 100%;
  }
  #wrapper .list-view-item .event-group-times .date-time {
    font-size: 15px;
    line-height: 26px;
    text-align: center;
}
  #wrapper .list-view-item .event-group-times .date-time a {
    display: block;
    margin: 1px auto;
    padding: 8px;
    font-size: 13px;
    position: relative;
    text-align: center;
}
  #wrapper .calendar-view .ticket-link a,
  #wrapper .list-view .ticket-link a,
  #wrapper .event-detail .ticket-link a,
  #wrapper .calendar-view button.ticket-link,
  #wrapper .list-view button.ticket-link,
  #wrapper .event-detail button.ticket-link { max-width: 100%; padding: 10px 0; }

  /* TF Slider */
  #tfly-featured-events { height: 350px;}
  #tfly-featured-events #overlay {
      bottom: 0;
      height: 200px;
      padding: 2%;
      top: auto;
      width: 100%;
  }
  #wrapper #tfly-featured-events #overlay h1 a { line-height: 24px; }

  /* Calendar */
  #wrapper .calendar-view td {
      display: block;
      float: left;
      overflow: hidden;
      padding: 0;
      text-align: center;
      width: 100%;
  }
  #wrapper .calendar-view td.data.vevent {
      border: 1px solid #28324a;
      height: auto;
      margin: 1% auto;
      width: 100% !important;
  }
  #wrapper .calendar-view .one-event {
      padding: 5%;
  }
  #wrapper .calendar-view .date {
      font-size: 14px;
      line-height: 16px;
      padding: 10px 0;
  }
  #wrapper .calendar-view .calendar-image { width: 100%; border: none;}
  .calendar-view .headliners a { font-size: 26px; line-height: 26px; }
  .calendar-view .supports a { font-size: 20px; line-height: 20px; }
  #wrapper .calendar-view .venue.location { font-size: 13px; }
  #wrapper .calendar-view .ticket-link a,
  #wrapper .calendar-view button.ticket-link {
    font-size: 15px; max-width: 200px; padding: 12px; width: 100%;
  }


  .eb-powered-footer {
    text-align: center;
  }

  #wrapper .event-detail .event-description iframe {
    height: 200px;
  }

}
