
section.lineup.lineup-singledate{
  width: 100%;
  padding-top: 10px;
}
section.lineup ul.whatson-dated{
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.lineup ul.whatson-dated li{ 
  padding: 5px;
  margin: 0;
  width: 100%;
}
section.lineup ul.whatson-dated li h3{
  margin: 10px 0;
  font-size: 1.2em;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
section.lineup ul.whatson-dates li h3 button{
  padding: 10px;
  margin: 0;
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 400;
  outline: none;
}
section.lineup ul.whatson-dates li.show-all-button{
  width: 40px;
  margin-right: -40px;
}
section.lineup ul.whatson-dated li h3 button.all-button{
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;    
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
section.lineup ul.whatson-dated li h3 button.all-button svg{
  transform: rotate(45deg);
  width: 100%;
  max-width: 30px;
  height: auto;
  fill: rgba(255, 255, 255, 0.1);
}
section.lineup ul.whatson-acts-dated{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0 0 30px;
  margin: 0;
  flex-wrap: wrap;
}
section.lineup ul.whatson-acts-dated li{ 
  width: calc((100% / 4) - 10px);
  margin: 5px;
  background: #ccc;
  position: relative;
}
section.lineup ul.whatson-acts-dated li:after {
  content: "";
  display: block;
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
}
section.lineup ul.whatson-acts-dated li a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
section.lineup ul.whatson-acts-dated li a article{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
section.lineup ul.whatson-acts-dated li a article img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section.lineup ul.whatson-acts-dated li a article header{
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease-in-out 0.4s;
}
section.lineup ul.whatson-acts-dated li a:hover article header{
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section.lineup .all-acts{
  width: 100%;
  text-align: center;
}
section.lineup .all-acts a{
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  background: #ccc;
  color: #333;
  transition: all ease-in-out 0.4s;
  text-decoration: none;
}
section.lineup .all-acts a:hover{
  background: #333;
  color: #fff;
}
section.lineup ul.wwhatson-acts-dated li.headline-act-dated{
  position: relative;
}
section.lineup ul.whatson-acts-dated li.headline-act-dated .headline-star{
  mix-blend-mode: difference;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.2);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 99;
  position: absolute;
}
section.lineup ul.whatson-acts-dated li.headline-act-dated .headline-star svg{
  fill: #fff;
  width: 20px;
  height: auto;
}
@media screen and (max-width: 1100px){
  section.lineup ul.whatson-acts-dated li {
    width: calc((100% / 4) - 10px);
  }
}
@media screen and (max-width: 900px){
  section.lineup ul.whatson-acts-dated li {
    width: calc((100% / 3) - 10px);
  }
  section.lineup ul.whatson-acts-dated li.headline-act .headline-star{
    display: flex;
  }
}
@media screen and (max-width: 600px){
  section.lineup ul.whatson-acts-dated li {
    width: calc((100% / 2) - 10px);
  }
  section.lineup ul.whatson-acts-dated li.headline-act .headline-star{
    display: flex;
  }
}
@media screen and (max-width: 320px){
  section.lineup ul.whatson-acts-dated li,
  section.lineup ul.whatson-acts-dated li {
    width: calc((100% / 1) - 10px);
  }
}