/* Special Event Campaign Page Styles */
/* Currently used for May Music Month - May 1st 2024 - 31st 2024 */
@font-face {
  font-family: uncut;
  src: url('fonts/Uncut-Sans-v1304/UncutSans-Bold.otf');
}

@font-face{
  font-family: uncut-reg;
  src: url('fonts/Uncut-Sans-v1304/UncutSans-Semibold.otf');
}
@font-face {
    font-family: 'OpticianSans';
    src: url('fonts/OpticianSans/Web-TT/Optiker-K.eot'); /* IE9 Compat Modes */
    src: url('fonts/OpticianSans/Web-TT/Optiker-K.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/OpticianSans/Web-TT/Optiker-K.woff') format('woff'), /* Modern Browsers */
         url('fonts/OpticianSans/Web-TT/Optiker-K.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.hwt-konop{
  font-family: "hwt-konop-6-line", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.opticianSans {
  font-family: OpticianSans !important;
}

#specEvent {
  background: #F4F3E5;
}
#specEvent * {
  -webkit-font-smoothing: antialiased;
}
#specEvent .hero1 {
  background: #F4F3E5;
}
#specEvent .hero1::after {
  width: 5vw;
  height: 90vh;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background: #1B365D;
  display: block;
  content: "\a";
}
#specEvent .hero1::before {
  width: 5vw;
  height: 90vh;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  background: #1B365D;
  display: block;
  content: "\a";
}
#specEvent .hero1 .innerHero {
  height: auto;
  margin-bottom: 10vh;
  padding: 10% 10vw;
}
#specEvent .hero1 .pageheading {
  color: #F4F3E5;
  font-size: 0px;
  padding: 0 !important;
}
#specEvent .hero1 img {
  width: 95%;
  max-width: 650px;
  margin: 5% auto 0;
  display: block;
}
#specEvent .hero1 img.desktopImage {
  display: none;
}
#specEvent .hero1 img.mobileImage {
  display: BLOCK;
  width: 95%;
  max-width: 300px;
}
#specEvent .hero1 img.arrow {
  width: 30px;
  height: 30px;
  animation: bounce 0.6s;
  animation-iteration-count: 6;
  transform: translateY(0);
  transition: transform 0.4s ease;
}
#specEvent .hero1 img.arrow:hover {
  cursor: pointer;
  transform: translateY(10px);
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transition: translateY(0);
  }
}
#specEvent .hero1 h2 {
  font-family: OpticianSans !important;
  color: #F36605;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  max-width: 700px;
  margin: 10vh auto;
  /* margin-top: 10vh; */
}
#specEvent #eventsList {
  padding-top: 0;
  padding-bottom: 10vh;
}
#specEvent #eventsList .eventdates {
  background: url("./img/music-month/YellowOval.svg") center center/99% no-repeat;
  width: 123px;
  height: 81px;
  color: #F36605;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: OpticianSans !important;
  font-weight: bold;
  transform: rotate(-10deg);
  margin-top: 30px;
  margin-left: 0;
  break-inside: avoid;
}
#specEvent #filterBar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10vh;
}
#specEvent #filterBar button {
  background: none;
  border: 2.25px solid #F4F3E5;
  border-radius: 4px;
  font-family: OpticianSans !important;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #F36605;
  padding: 15px 30px;
  display: block;
  opacity: 0.5;
  transition: all 0.2s ease;
}
#specEvent #filterBar button:after {
  display: none;
}
#specEvent #filterBar button:hover {
  border: 2.25px solid #F36605;
  opacity: 1;
  cursor: pointer;
}
#specEvent #filterBar button.active {
  border: 2.25px solid #F36605;
  opacity: 1;
}
#specEvent #events .eventTile {
  border-bottom: 1.5px solid #F2C102;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  opacity: 1;
}
#specEvent #events .eventTile.hideMe {
  opacity: 0;
}
#specEvent #events .eventTile .specialTag {
  background: url("./img/music-month/GreenOval.svg") center center/99% no-repeat;
  width: 69px;
  height: 48px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "hwt-konop-6-line", sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: rotate(-10deg);
  position: absolute;
  right: 0;
  top: 20px;
}
#specEvent #events .eventTile .time, #specEvent #events .eventTile .location {
  color: #04974C;
  font-family: OpticianSans !important;
  font-size: 18px;
}
#specEvent #events .eventTile .location {
  line-height: 100%;
}
#specEvent #events .eventTile h3 {
  font-family: uncut !important;
  font-weight: 700;
  font-size: 26px;
  color: #F36605;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 7px;
}
#specEvent #events .eventTile .description {
  color: #F36605;
  font-family: uncut-reg !important;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}
#specEvent #back {
  background: none;
  border: none;
  color: #04974C;
  font-size: 22px;
  font-family: OpticianSans !important;
  font-weight: 400;
  padding-left: 49px;
  margin: 8vh auto 0;
  width: auto;
  display: block;
  padding-right: 15px;
  position: relative;
}
#specEvent #back:after {
  background-image: url(img/music-month/ArrowDown.svg);
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  right: auto;
  left: 0;
  top: 3px;
  transform: rotate(180deg);
  position: absolute;
  transition: all 0.3s ease;
}
#specEvent #back:hover {
  cursor: pointer;
}
#specEvent #back:hover:after {
  top: 0;
}
#specEvent .gigguide {
  background: #0F5CBB;
  text-align: center;
  padding: 5vh 67px;
}
#specEvent .gigguide a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#specEvent .gigguide img {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 12px;
  transition: all 0.3s ease;
}
#specEvent .gigguide h2 {
  display: inline-block;
  color: white;
  font-family: OpticianSans !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  max-width: 700px;
  padding-bottom: 0 !important;
  position: relative;
  transition: all 0.3s ease;
}
#specEvent .gigguide h2:after {
  content: "\a";
  display: block;
  width: 0%;
  height: 2px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
#specEvent .gigguide:hover {
  cursor: pointer;
  /* img{
  	width: 37px;
  	height: 37px;
  	padding: 3px 0;
  } */
}
#specEvent .gigguide:hover h2:after {
  width: 100%;
}
#specEvent .sponsors {
  padding: 5vh 40px;
}
#specEvent .sponsors .inner {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#specEvent .sponsors img {
  height: 52px;
  width: auto;
  margin: 10px 20px;
}
@media only screen and (min-width: 767px) {
  #specEvent .hero1 .innerHero {
    height: auto;
    margin-bottom: 0;
    padding: 10% 4vw;
  }
  #specEvent .hero1 img.desktopImage {
    display: block;
  }
  #specEvent .hero1 img.mobileImage {
    display: none;
  }
  #specEvent .hero1 h2 {
    margin: 7vh auto 5vh;
    font-size: 28px;
  }
  #specEvent #eventsList .eventdates {
    margin-left: 48px;
  }
  #specEvent #events {
    /* display: grid;
     		grid-template-columns: 1fr 1fr; */
    column-count: 2;
  }
  #specEvent #events .eventTile {
    break-inside: avoid;
    margin: 0 60px;
  }
  #specEvent #events .eventTile .time, #specEvent #events .eventTile .location {
    font-size: 26px;
  }
  #specEvent #events .eventTile h3 {
    font-size: 32px;
  }
  #specEvent #back {
    font-size: 24px;
  }
  #specEvent #back:after {
    top: 7px;
  }
  #specEvent #back:hover {
    top: 0;
  }
  #specEvent .gigguide img {
    margin-right: 50px;
    width: 47px;
    height: 47px;
  }
  #specEvent .gigguide h2 {
    font-size: 40px;
  }
  #specEvent .sponsors .inner {
    justify-content: space-between;
  }
  #specEvent .sponsors .inner img {
    height: 60px;
  }
}