@charset "utf-8";
/* CSS SisterSax - web 5.3 - 2019 about Sister Sax css */
#main-content {
  height: 100%;
}

/* Overides site default */
.sub-heading .page-title-left {
  width: 97%;
  max-width: 97%;
}
.sub-heading .page-title-right {
  width: 2%;
  max-width: 2%;
}

#main-content .residency-article {
  clear: both;
  padding: 2% 1%;
}
  #main-content .residency-article p {
    float: left;
    width: 98%;
    padding: 0.1em 1%;
    margin: 0;
  }
    #main-content .residency-article.residency-bottom p {
      width: 89%;
      padding: 0.1em 6% 4%;
      float: none;
    }

      #main-content .residency-article .name-style {
        color: #ff3297;
        padding-top: 5%;
        font-size: 1.5em;
        font-weight: bold;        
      }
        #main-content .residency-article:nth-child(2) p .name-style {
          padding-top: 9%;
          display: inline-block;
        }

.residency-article img {
  width: 98%;
  float: right;
  height: auto;
  padding: 0 4% 0 3%;
  max-width: 300px;
}

.image-left img {
  float: left;
}

.residency-article .rare-cow-logo {
  max-width: 300px;
}

  @media screen and (min-width: 767px) and (max-width: 1000px) {
    .residency-article {
      /*  width: 38%;*/
    }
  }

.residencies-other-gigs ul li {
  list-style: none outside url(../images/music/music-note-bullet.png);
  padding: 2% 1%;
  vertical-align: top;
  color: #652561;
  text-align: left;
  margin: 1% 1% 1% 3%;
  background: #dbdbdb;
  width: 90%;
}
.residencies-other-gigs ul li:nth-child(2n+0) {
background: #f7e0eb;
}

.residencies-other-gigs ul li .event-name {
  text-transform: uppercase;
}

  .residencies-other-gigs ul li .event-date {
    color: #000;
  }
    .residencies-other-gigs ul li .event-divide {
      color: #000;
      font-weight: bold;
    }

.residencies-page ul.song-list {
  margin: 0 0 0 1%;
}
.residencies-page .song-list li {
    list-style: none outside url(../images/music/music-note-bullet.png);
    padding-left: 9px;
    vertical-align: top;
    color: #652561;
    text-align: left;
    margin: 5px 0 5px 36px;
}


/* Audio player overides small-size */

@media all and (max-width: 995px) {
  .residencies-page .left-audio-player,
  .residencies-page .right-audio-player {
    margin: 0 auto 0 10%;
    width: 241px;
    height: 213px;
    float: left;
    background: url("../images/home/radio-back-2.jpg") 0 0 no-repeat;
  }
  .residencies-page .left-audio-player .cp-container,
  .residencies-page .right-audio-player .cp-container {
    top: 88px;
    left: 70px;
  }
  .residencies-page .left-audio-player .cp-controls li a,
  .residencies-page .right-audio-player .cp-controls li a {
    left: 1px;
    top: 1px;
  }
  .residencies-page .left-audio-player .audio-title-left,
  .residencies-page .right-audio-player .audio-title-right {
    position: relative;
    top: -85px;
    left: 2px;
    color: #B8085F;
    text-align: center;
  }
}
