@charset "utf-8";
#pg-home .section {
  width: 960px;
  clear: both;
  padding: 0 0 0 0;
  margin-bottom: 6rem;
}
#pg-home #sect-img {
  background-repeat: no-repeat;
  clear: both;
}
#pg-home #sect-img #sect-img-push {
  display: none;
}
#pg-home #sect-img #mini-shows {
  background-color: rgba(251, 176, 59, 0.8);
  padding: 1em;
  width: 325px;
  min-height: 500px;
  float: right;
  margin: 60px 60px 0 0;
  line-height: 19px;
  font-size: 15px;
}
#pg-home #sect-img #mini-shows .mini-hdr {
  border-bottom: 1px solid;
  margin: 0 0 12px 0;
}
#pg-home #sect-img #mini-shows .mini-hdr h2 {
  margin: 0 0 11px 0;
  font-size: 26px;
}
#pg-home #sect-img #mini-shows .mini-hdr h2 a {
  text-decoration: none;
  color: #ffffff;
}
#pg-home #sect-img #mini-shows .gig-link {
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
  display: block;
  padding: 0 0 12px 0;
  margin: 0 0 8px 0;
}
#pg-home #sect-img #mini-shows .gig-link:hover {
  text-decoration: none;
  border: 2px dashed white;
  padding: 4px;
  position: relative;
  width: 100%;
  top: -6px;
  left: -6px;
  padding-bottom: 4px;
}
#pg-home #sect-img #mini-shows .mini-gig {
  padding: 0;
}
#pg-home #sect-img #mini-shows .mini-gig .line1 {
  font-weight: normal;
  font-size: 17px;
  padding: 0;
  margin: 0;
}
#pg-home #sect-img #mini-shows .mini-gig .line1 .date {
  letter-spacing: 1px;
}
#pg-home #sect-img #mini-shows .mini-gig .line1 .day {
  letter-spacing: 1px;
  padding: 0 4px;
}
#pg-home #sect-img #mini-shows .mini-gig .line1 .time {
  font-size: .75em;
  letter-spacing: 1px;
}
#pg-home #sect-img #mini-shows .mini-gig .line2,
#pg-home #sect-img #mini-shows .mini-gig .line3 {
  padding: 0;
  margin: 0;
}
#pg-home #sect-img #mini-shows .mini-gig .line2 .event {
  font-style: italic;
  display: block;
}
#pg-home #sect-img #mini-shows .mini-gig .line2 .project {
  display: block;
  font-weight: bold;
  /*clear:both;*/
}
#pg-home #sect-img #mini-shows .mini-gig .venue {
  display: block;
}
#pg-home #sect-img #mini-shows .mini-gig .city {
  display: block;
}
#pg-home #sect-img #mini-shows .mini-gig .post-more-link {
  float: right;
  clear: both;
  font-style: italic;
}
#pg-home #sect-img #mini-shows .mini-gig-details {
  clear: both;
}
#pg-home #sect-img a.more-link {
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 2px solid #ffffff;
  text-align: center;
  text-decoration: none;
  width: 80%;
  background-color: #fbb03b;
  color: #ffffff;
}
#pg-home #sect-img a.more-link:hover {
  background-color: #ffffff;
  color: #fbb03b;
}
#pg-home #sect-callout {
  background-color: #1a1a1a;
  border: 4px dotted white;
  border-radius: 20px;
  padding: 0 3em 1em 3em;
  width: calc(100% - (6em + 8px));
}
#pg-home #sect-callout h3.post-row-headline1 {
  color: white;
  background-color: #f15a24;
  border-radius: 10px;
  padding: .5em 2.5em;
  margin: 1em 0 1em 0;
  text-align: center;
}
#pg-home #sect-callout div.post-row-text {
  color: #b3b3b3;
}
#pg-home #sect-callout div.post-row-img-div {
  float: right;
  width: 350px;
  margin: 0 60px 1em 1em;
}
#pg-home #sect-callout div.post-row-img-div img {
  width: 350px;
}
#pg-home #sect-callout hr {
  display: none;
}
#pg-home #sect-news div.post-row-img-div {
  float: right;
  width: 250px;
  margin: 0 60px 1em 1em;
}
#pg-home #sect-news div.post-row-img-div img {
  width: 250px;
}
#pg-home #sect-news article {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #pg-home .section {
    width: 100%;
    clear: both;
    padding: 0 0 0 0;
    margin-bottom: 12px;
  }
  #pg-home #sect-img {
    background-size: 100%;
  }
  #pg-home #sect-img #sect-img-push {
    display: block;
    padding-top: 75.75%;
    margin-bottom: 12px;
  }
  #pg-home #sect-img #mini-shows {
    width: calc(100% - 24px);
    float: none;
    padding: 12px;
    margin: 0 0 48px 0;
  }
  #pg-home #sect-callout div.post-row-img-div,
  #pg-home #sect-news div.post-row-img-div {
    float: right;
    width: 150px;
    margin: 0 1em 1em 1em;
  }
  #pg-home #sect-callout div.post-row-img-div img,
  #pg-home #sect-news div.post-row-img-div img {
    width: 150px;
  }
  #pg-home #sect-callout h3.post-row-headline1,
  #pg-home #sect-news h3.post-row-headline1 {
    padding: 12px;
    font-size: 26px;
    text-align: center;
    line-height: 1.25em;
  }
  #pg-home #sect-callout h4.post-row-headline2,
  #pg-home #sect-news h4.post-row-headline2 {
    font-size: 21px;
    line-height: 1.25em;
    font-weight: normal;
  }
  #pg-home #sect-callout div.post-row-text,
  #pg-home #sect-news div.post-row-text {
    width: 100%;
  }
}
