* { padding: 0; margin: 0; }

body {
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Spectral', Georgia, serif;
}
h1, h2, h3, h4 {
  font-family: 'Spectral', Georgia, serif;
  font-weight: bold;
}
h4 { font-size: 25px; }

a,
a:link,
a:visited {
  color: #5f3d56;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #5f3d56;
}
a.button { color: white; }
nav a,
nav a:link,
nav a:visited { text-decoration: none; color:  #abad44}
p { margin-top: 20px; line-height: 1.6; font-size: 18px;}
section { margin: 80px auto; }

#tiny-player { float: left; }
#pause { display: none; }
#song-title {
    display: block;
    float: right;
    margin: 5px 0 0 20px;
}
#song-title:before,
#song-title:after {
    content: '"';
}

ul.social {
  font-size: 2.5rem;
  margin: 1rem auto 0.5rem;
}
ul.social a {
  border-bottom: none;
}
header ul.social {
  text-align: center;
}

.social li { display: inline-block; }
footer ul.social {
  float: right;
}
footer ul.social a{
  color: #f3f8fe;
}

#header-wrapper {
    background-color: #f3f8fe;
    padding: 10px 0 0 0;
    margin-bottom: 40px;
    text-align: center;
    border-bottom: solid 1px #dde5ef;
}

header {
    min-height: 300px;
    position: relative;
    clear: both;
    padding-top: 20px;
}

header .cover-photo-wrapper {
    margin: auto;
  }

header .cover-photo {
  /*width: 100%;*/
  /*height: auto;*/
  border: 1px solid #453c51;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(42,50,56,1);
  -moz-box-shadow: 0px 0px 20px 1px rgba(42,50,56,1);
  box-shadow: 0px 0px 20px 1px rgba(42,50,56,1);

}

.logo {
    max-width: 300px;
    margin: 10px;
}
nav { width: 70%; float: right; }
ul#main-nav {
    list-style-type: none;
    /*font-size: 1.5rem;*/
    font-family: sans-serif;
    text-align: center;
    margin-top: 9px;
    float:left;
}
ul#main-nav li {
    display: inline-block;
    /*color: #abad44;*/
    margin: 0 1rem;
}
ul#main-nav li a { color: #666; }
#news-ticker {
    background: rgba(0, 0, 0, 0.8);
    padding: 1.3rem;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/* album */
.downloads { margin-top: 10px; text-align: center; }
.downloads a{ margin: 0 20px; }

/* Shows sidebar */
.sidebar {
  color: #d0d0d0;
  position: absolute;
  bottom: 0;
  /*background: #2a3238;*/
  padding: 1rem 1.5rem;
  font-size: 13px;
}
.sidebar h4 { color: #eee; text-shadow: 2px 2px 0px #61838f; }
.sidebar p { margin: 2px 0; font-size: 85%; }
.sidebar table {
  margin-left: -16px;
}

.show {
    border-bottom: 1px solid #333;
    padding: 10px 0 10px 20px;
}

.venue,
.city {
    color: #999;
    font-style: italic;
}
p.date {
    margin-left: -20px;
    padding-left: 2px;
    font-size:15px;
    font-weight: bold;
}
.ticket { margin-bottom: 10px; }
.date .fi-star { color: #abad44; margin: 0 6px 0 0; }

/* stupid bandsintown widget overrides */
a.bit-track-artist-header {
    height: 0;
    width: 0;
    overflow: hidden;
    display: none !important;
}

.bit-location a {
    font-weight: normal !important;
}

#bit-events.bit-widget-container,
#bit-events table,
#bit-events table td {
  background: transparent !important;
  border: 0;
  font-family: 'Lato', Helvetica, sans-serif;
}

#bit-events .bit-header {
  display: none !important;
}

#bit-events tr {
  background: rgba(42,50,56,0.9);
}

#bit-events th,
#bit-events td {
  vertical-align: top;
}

#bit-events td {
  padding: 12px 12px 12px 0;
}

#bit-events[data-bit-widget-id] th {
  background-color: #abad44 !important;
  color: #000 !important;
}

#bit-events tr[data-bit-event-id] a {
  color: #d0d0d0 !important;
}

#bit-events tr[data-bit-event-id] .bit-date a {
  color: #fff !important;
  font-weight: bold !important;
}

#bit-events td .bit-uiButton {
  white-space: initial!important;
}

#bit-events tr[data-bit-event-id] .bit-rsvp a {
  font-family: 'Lato', Helvetica, sans-serif;
}
#bit-events tr[data-bit-event-id] .bit-rsvp label {
  height: auto;
  padding: 2px 5px;
  background: transparent;
  border: none;
}
#bit-events tr[data-bit-event-id] .bit-rsvp a:after {
  content: " on Facebook";
}

#bit-events tr[data-bit-event-id] .bit-tickets a {
  color: #abad44 !important;
  /*background: #61838f;*/
  /*color: #fff !important;*/
  border: 3px solid #abad44;
  padding: 8px 12px;
  text-decoration: none;
  font-weight: bold !important;
  text-transform: uppercase;
}

/* Photos */
#photo-strip {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;

    /*background-image: url("img/binding_dark.png");*/
}
#photo-strip-container { margin-top: 80px; }
/*#photo-strip-container h2 { text-align: center; }*/
.photo {
    width: 250px;
    float: left;
    margin: 20px;
    padding: 10px;
    border: 1px solid #dde5ef;
    background: #f3f8fe;
    flex-basis: length;
}
.photo img {
    background: #fff;
    padding: 10px;
    border: 1px solid #453c51;
}
.photo p {
    font-size: 12px;
    max-width: 212px;
    margin: 10px auto;
    overflow: hidden;
}
.photo p:last-child {
    text-align: right;
}
.meta {
    max-width: 225px;
    margin: 5px auto 10px;
}
.meta p {
    display: inline-block;
    color: #999;
    margin: 10px 10px 5px 0;
}
.likes,
.comments { float: right; }
.slick-track {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.slick-slide:focus{ outline: none; }
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  opacity: 0.5;
}
.slick-prev {
    left: 0px;
    width: 0;
    height: 0;
    border-right:25px solid #7d9cd5;
    z-index: 99999;
}
.slick-next {
    right: 0px;
    width: 0;
    height: 0;
    border-left:25px solid #7d9cd5;
    z-index: 99999;
}

.slick-slider button:hover,
.slick-slider button:focus,
.slick-slider button:active {
    background-color: transparent;
    opacity: 1.0;
}

footer {
    width: 100%;
    padding: 10px 40px;
    margin-top: 60px;
    color: #f3f8fe;
    text-align: center;
    /*background-image: url("../img/binding_dark.png");*/
    background-color: #453c51;
}

    #photo-strip-container {
      display: none;
    }

@media all and (min-width: 380px) {
    header {
        /*background-image: url("assets/img/header-small.jpg");*/
        /*min-height: 500px;*/
    }


}

@media all and (min-width: 767px) {
    header {
        /*background-image: url("assets/img/header-medium.jpg");*/
        /*min-height: 700px;*/
        width: 80%;
        max-width: 1000px;
        margin: auto;
    }

    .logo {
        /*max-width: 500px;*/
        margin: 20px 30px;
        float: right;
    }

    #photo-strip-container {
      display: block;
    }
}

@media all and (min-width: 1000px) {
    header {
        background-position: center;
        /*background-image: url("../img/header-large.jpg");*/
        /*min-height: 650px;*/
    }
}

