@charset "UTF-8";
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div {
  gap: 0 !important;
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger {
  flex-grow: 1 !important;
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--main {
  justify-content: space-evenly;
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--main > ul {
  flex: 0 0 auto !important;
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--main > ul > li > a {
  padding: 13px 15px;
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--main > ul > li > a.has-submenu.open + ul {
  display: block;
  width: auto;
  z-index: 3;
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--main > ul > li > a > .sub-arrow {
  pointer-events: none;
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--main > div {
  display: flex;
  align-items: center;
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--main > div > a {
  padding: 13px 15px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s, border-color 0.3s;
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--main > div > a::before {
  display: block;
  content: "\f007";
  font-family: "Font Awesome 5 Free";
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--main > div > a:hover {
  color: #43FFC1;
  border-color: #43FFC1;
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--dropdown > div {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  gap: 2px;
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--dropdown > div > a {
  flex: 1 0 auto;
  position: relative;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #43FFC1;
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--dropdown > div > a:hover {
  background-color: #3f444b;
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--dropdown > div > a:not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #43FFC1;
  z-index: 1;
}
html > body > div[data-elementor-type=header] > div[data-element_type=container] > div div[data-element_type=container] {
  display: none !important;
}
html > body > main > section.dinamick {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html > body > main > section.dinamick h1, html > body > main > section.dinamick h2, html > body > main > section.dinamick h3, html > body > main > section.dinamick h4, html > body > main > section.dinamick h5, html > body > main > section.dinamick h6, html > body > main > section.dinamick p {
  margin: 0;
}
html > body > main > section.dinamick > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1500px;
}
html > body > main > section.day-select-wrapper {
  padding: 100px 16px 20px;
}
html > body > main > section.day-select-wrapper > .container h4 {
  display: flex;
  align-items: center;
  font-family: "Saira Condensed", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}
html > body > main > section.day-select-wrapper > .container h4 > .toggler {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
  color: #43FFC1;
  cursor: pointer;
}
html > body > main > section.day-select-wrapper > .container h4 > .toggler::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/svg/IA_dropdown.svg") no-repeat center;
  background-size: cover;
  transition: transform 0.3s;
}
html > body > main > section.day-select-wrapper > .container > .dropdown {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  height: 0;
  background-color: rgba(18, 18, 18, 0.5);
  overflow: hidden;
  z-index: 5;
}
html > body > main > section.day-select-wrapper > .container > .dropdown > ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
  padding: 0;
  background-color: #FFFFFF;
}
html > body > main > section.day-select-wrapper > .container > .dropdown > ul > li {
  flex: 0 0 0px;
  overflow: hidden;
  transition: flex-basis 0.3s;
}
html > body > main > section.day-select-wrapper > .container > .dropdown > ul > li > a {
  display: flex;
  align-items: center;
  padding: 0 16px;
  overflow: hidden;
  text-decoration: none;
  transition: padding 0.3s;
}
html > body > main > section.day-select-wrapper > .container > .dropdown > ul > li > a > span {
  flex: 0 0 50%;
  font-family: "Saira Condensed", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #121212;
}
html > body > main > section.day-select-wrapper > .container > .dropdown > ul > li:not(:last-of-type) {
  border-bottom: 1px solid #E8E8E8;
}
html > body > main > section.day-select-wrapper > .container > .dropdown > ul > li:hover, html > body > main > section.day-select-wrapper > .container > .dropdown > ul > li.selected {
  background-color: #B533FF;
  border-color: #B533FF;
}
html > body > main > .notification {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px 0 24px;
  gap: 16px;
  width: 360px;
  max-width: 90%;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.25);
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #121212;
  z-index: 100;
  opacity: 0;
  transition: bottom 0.3s, opacity 0.3s;
}
html > body > main > .notification > span {
  flex: 1 1 auto;
}
html > body > main > .notification > a {
  flex: 0 0 auto;
  display: block;
  padding: 16px;
  color: #B533FF;
  transition: color 0.3s;
}
html > body > main > .notification > a:hover {
  color: #43FFC1;
}
html > body > main > .notification.display {
  bottom: 24px;
  opacity: 1;
  pointer-events: all;
}
html > body.open-filtering {
  overflow-y: hidden;
}
html > body.open-filtering > main > section.day-select-wrapper > .container > h4 > .toggler::after {
  transform: rotate(180deg);
}
html > body.open-filtering > main > section.day-select-wrapper > .container > .dropdown {
  height: 100vh;
}
html > body.open-filtering > main > section.day-select-wrapper > .container > .dropdown > ul > li {
  flex-basis: 45px;
}
html > body.open-filtering > main > section.day-select-wrapper > .container > .dropdown > ul > li > a {
  padding: 12px 16px;
}
html > body .dialog-widget.elementor-popup-modal > .dialog-widget-content > .dialog-message {
  max-height: calc(100vh - 200px);
}
html > body *.hidden-element {
  display: none;
}
html > body *.strongly-hidden-element {
  display: none !important;
}

html > body.page-template-lineup > main > section.hero {
  padding: 150px 60px 100px;
  background-color: black;
}
html > body.page-template-lineup > main > section.hero > img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.69;
}
html > body.page-template-lineup > main > section.hero > .container {
  align-items: flex-start;
  gap: 35px;
  color: #43FFC1;
  z-index: 1;
}
html > body.page-template-lineup > main > section.hero > .container > h2 {
  font-size: 160px;
  font-weight: 800;
  line-height: 0.8;
  text-transform: uppercase;
}
html > body.page-template-lineup > main > section.hero > .container > .sub-header {
  padding-right: 720px;
}
html > body.page-template-lineup > main > section.hero > .container > .sub-header > p {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
}
html > body.page-template-lineup > main > section.listen-us {
  padding: 20px 32px 0;
}
html > body.page-template-lineup > main > section.listen-us > .container {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
html > body.page-template-lineup > main > section.listen-us > .container a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 0 calc((100% - 15px) / 2);
  padding: 65px 35px 35px;
  background-color: black;
  text-decoration: none;
  transition: padding 1s;
}
html > body.page-template-lineup > main > section.listen-us > .container a > img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.61;
}
html > body.page-template-lineup > main > section.listen-us > .container a > .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  color: #FFFFFF;
  z-index: 1;
}
html > body.page-template-lineup > main > section.listen-us > .container a > .column > span {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
html > body.page-template-lineup > main > section.listen-us > .container a > .column > span::after {
  font-size: 50px;
  line-height: 57px;
}
html > body.page-template-lineup > main > section.listen-us > .container a > .column > span.spotify-icon::after {
  content: "\f1bc";
}
html > body.page-template-lineup > main > section.listen-us > .container a > .column > span.youtube-icon::after {
  content: "\f167";
}
html > body.page-template-lineup > main > section.listen-us > .container a > .column > h3 {
  font-family: "Saira Condensed", Sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
html > body.page-template-lineup > main > section.listen-us > .container a > .column > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
html > body.page-template-lineup > main > section.listen-us > .container a:hover {
  padding-top: 35px;
  padding-bottom: 65px;
}
html > body.page-template-lineup > main > section.lineup {
  padding: 23px 20px 20px;
}
html > body.page-template-lineup > main > section.lineup > .container {
  gap: 20px;
}
html > body.page-template-lineup > main > section.lineup > .container > h2 {
  font-size: 65px;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: 1px;
  text-transform: uppercase;
}
html > body.page-template-lineup > main > section.lineup > .container > h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
html > body.page-template-lineup > main > section.lineup > .container > .columns {
  display: flex;
  justify-content: center;
}
html > body.page-template-lineup > main > section.lineup > .container > .columns > div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  flex: 0 0 33%;
  padding: 10px;
}
html > body.page-template-lineup > main > section.lineup > .container > .columns > div > h4 {
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
html > body.page-template-lineup > main > section.lineup > .container > .columns > div > ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 5%;
}
html > body.page-template-lineup > main > section.lineup > .container > .columns > div > ul > li {
  margin: 0 6px;
}
html > body.page-template-lineup > main > section.lineup > .container > .columns > div > ul > li > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s;
}
html > body.page-template-lineup > main > section.lineup > .container > .columns > div > ul > li > a::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 5 Free";
  padding-right: 12px;
  color: #43FFC1;
  font-size: 8px;
  line-height: 1;
}
html > body.page-template-lineup > main > section.lineup > .container > .columns > div > ul > li:hover > a {
  color: #43FFC1;
}
html > body.page-template-lineup > main > section.artists {
  padding: 90px 0 30px;
}
html > body.page-template-lineup > main > section.artists > .container {
  align-items: stretch;
}
html > body.page-template-lineup > main > section.artists > .container > h3 {
  display: none;
  font-family: "Saira Condensed", Sans-serif;
  font-size: 82px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
}
html > body.page-template-lineup > main > section.artists > .container > .top-panel {
  position: relative;
  padding: 12px 56px;
  margin: 0 0 8px;
}
html > body.page-template-lineup > main > section.artists > .container > .top-panel > h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Saira Condensed", Sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
}
html > body.page-template-lineup > main > section.artists > .container > .top-panel .search-btn {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/svg/IA_search.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
html > body.page-template-lineup > main > section.artists > .container > h4 {
  margin: 8px 0 20px;
  font-family: "Saira Condensed", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
}
html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > h5 {
  display: block;
  padding: 8px 16px;
  background-color: grey;
  font-family: "Saira Condensed", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #121212;
}
html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  gap: 16px;
}
html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list > a {
  position: relative;
  display: block;
  text-decoration: none;
  flex: 0 0 calc((100% - 16px) / 2);
  background-color: darkgrey;
  aspect-ratio: 1;
}
html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list > a > img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list > a > h5 {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: calc(100% - 16px);
  font-family: "Saira Condensed", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 1px 1px 5px #000000;
  z-index: 1;
}
html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list > a > .add {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 12px;
  right: 12px;
  background: url("../images/svg/IA_plus.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
}
html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list > a.liked > .add {
  background-image: url("../images/svg/IA_minus.svg");
}
html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list > a.loading > .add {
  background-image: url("../images/svg/IA_loading.svg");
  pointer-events: none;
}
html > body.page-template-lineup > main > .search-wrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 100px 0 30px;
  left: 110vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #121212;
  z-index: 10;
  transition: left 0.3s ease-in;
}
html > body.page-template-lineup > main > .search-wrapper > form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding: 0 16px 0 4px;
}
html > body.page-template-lineup > main > .search-wrapper > form > .search-bar {
  display: flex;
  align-items: center;
  gap: 8px;
}
html > body.page-template-lineup > main > .search-wrapper > form > .search-bar > .back {
  display: block;
  width: 48px;
  height: 48px;
  background: url("../images/svg/IA_back.svg") no-repeat center;
  background-size: 24px 24px;
  cursor: pointer;
}
html > body.page-template-lineup > main > .search-wrapper > form > .search-bar > .field {
  position: relative;
  flex: 1 0 auto;
}
html > body.page-template-lineup > main > .search-wrapper > form > .search-bar > .field > input {
  padding: 12px 12px 12px 44px;
  border: none;
  border-radius: 24px;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
html > body.page-template-lineup > main > .search-wrapper > form > .search-bar > .field > input::-moz-placeholder {
  color: #666666;
}
html > body.page-template-lineup > main > .search-wrapper > form > .search-bar > .field > input::placeholder {
  color: #666666;
}
html > body.page-template-lineup > main > .search-wrapper > form > .search-bar > .field::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/svg/IA_search.svg") no-repeat center;
  background-size: cover;
  mix-blend-mode: difference;
  z-index: 1;
}
html > body.page-template-lineup > main > .search-wrapper > form > #search-results {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
html > body.page-template-lineup > main > .search-wrapper > form > #search-results > a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  text-decoration: none;
}
html > body.page-template-lineup > main > .search-wrapper > form > #search-results > a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/svg/IA_search.svg") no-repeat center;
  background-size: cover;
}
html > body.page-template-lineup > main > .search-wrapper > form > #search-results > a > h5 {
  margin: 0;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
}
html > body.page-template-lineup.search-bar-active {
  overflow-y: hidden;
}
html > body.page-template-lineup.search-bar-active > main > .search-wrapper {
  left: 0;
}

html > body.single-artist > main > section.artist {
  padding: 120px 250px 0;
}
html > body.single-artist > main > section.artist > .container {
  align-items: stretch;
  gap: 20px;
}
html > body.single-artist > main > section.artist > .container > h1 {
  font-family: "Saira Condensed", Sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 0.8;
  text-transform: uppercase;
  text-align: center;
}
html > body.single-artist > main > section.artist > .container > .preview {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: stretch;
}
html > body.single-artist > main > section.artist > .container > .preview > .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
html > body.single-artist > main > section.artist > .container > .preview > .info > .tags {
  display: flex;
  align-items: center;
  gap: 15px;
}
html > body.single-artist > main > section.artist > .container > .preview > .info > .tags > span {
  display: flex;
  align-items: center;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
html > body.single-artist > main > section.artist > .container > .preview > .info > .tags > span::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 5 Free";
  padding-right: 15px;
  color: #43FFC1;
  font-size: 8px;
  line-height: 1;
}
html > body.single-artist > main > section.artist > .container > .preview > .info > .socials {
  display: flex;
  gap: 5px;
}
html > body.single-artist > main > section.artist > .container > .preview > .info > .socials > a {
  display: block;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Font Awesome 5 Brands";
  font-size: 14px;
  line-height: 2;
  padding: 0 7px;
  width: 28px;
  border-radius: 50%;
  transition: background-color 0.3s;
}
html > body.single-artist > main > section.artist > .container > .preview > .info > .socials > a:hover {
  background-color: #43FFC1;
}
html > body.single-artist > main > section.artist > .container > .preview > .info > .socials > a.facebook::after {
  content: "\f09a";
}
html > body.single-artist > main > section.artist > .container > .preview > .info > .socials > a.twitter::after {
  content: "\f099";
}
html > body.single-artist > main > section.artist > .container > .preview > .info > .socials > a.instagram::after {
  content: "\f16d";
}
html > body.single-artist > main > section.artist > .container > .preview > .info > .socials > a.spotify::after {
  content: "\f1bc";
}
html > body.single-artist > main > section.artist > .container > .preview > .video-preview {
  position: relative;
  background-color: grey;
  aspect-ratio: 1.77;
}
html > body.single-artist > main > section.artist > .container > .preview > .video-preview > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
html > body.single-artist > main > section.artist > .container > .preview > .video-preview > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
html > body.single-artist > main > section.artist > .container > .preview > .back {
  display: none;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background: url("../images/svg/IA_back.svg") no-repeat center;
  background-size: cover;
  z-index: 4;
}
html > body.single-artist > main > section.events {
  padding: 16px 0 0;
}
html > body.single-artist > main > section.events > .container {
  align-items: stretch;
}
html > body.single-artist > main > section.events > .container > .event {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: lightgrey;
  text-decoration: none;
}
html > body.single-artist > main > section.events > .container > .event > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 62px 8px 16px;
  border-bottom: 1px solid #717171;
  background-color: #121212;
}
html > body.single-artist > main > section.events > .container > .event > div * {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
html > body.single-artist > main > section.events > .container > .event > div > .title, html > body.single-artist > main > section.events > .container > .event > div > .locate, html > body.single-artist > main > section.events > .container > .event > div > .date-time {
  color: #FFFFFF;
}
html > body.single-artist > main > section.events > .container > .event > div > .date-time > span:not(:last-of-type)::after {
  content: ",";
}
html > body.single-artist > main > section.events > .container > .event > div > .tag {
  display: block;
  border-radius: 32px;
  background-color: lightgrey;
}
html > body.single-artist > main > section.events > .container > .event > div > .tag > div {
  display: block;
  padding: 3px 7px;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  border-color: transparent;
  color: #121212;
}
html > body.single-artist > main > section.events > .container > .event > div > .locate {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  line-height: 1;
  cursor: pointer;
}
html > body.single-artist > main > section.events > .container > .event > div > .add {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  top: 12px;
  right: 12px;
  background: url("../images/svg/IA_plus.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
}
html > body.single-artist > main > section.events > .container > .event.liked > div {
  background-color: transparent;
}
html > body.single-artist > main > section.events > .container > .event.liked > div > .title, html > body.single-artist > main > section.events > .container > .event.liked > div > .date-time, html > body.single-artist > main > section.events > .container > .event.liked > div > .locate {
  color: #121212;
}
html > body.single-artist > main > section.events > .container > .event.liked > div > .tag > div {
  background-color: #FFFFFF !important;
  border-color: #121212 !important;
}
html > body.single-artist > main > section.events > .container > .event.liked > div > .locate > svg > path {
  fill: #121212;
}
html > body.single-artist > main > section.events > .container > .event.liked > div > .add {
  background-image: url("../images/svg/IA_minus.svg");
}
html > body.single-artist > main > section.events > .container > .event.loading > div > .add {
  background-image: url("../images/svg/IA_loading.svg");
  pointer-events: none;
}
html > body.single-artist > main > section.events > .container > .event.passed > div {
  background-color: #121212;
}
html > body.single-artist > main > section.events > .container > .event.passed > div > .title, html > body.single-artist > main > section.events > .container > .event.passed > div > .date-time, html > body.single-artist > main > section.events > .container > .event.passed > div > .locate {
  color: #717171;
}
html > body.single-artist > main > section.events > .container > .event.passed > div > .tag > div {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: transparent !important;
}
html > body.single-artist > main > section.events > .container > .event.passed > div > .locate > svg > path {
  fill: #717171;
}
html > body.single-artist > main > section.events > .container > .event.passed > div > .add {
  opacity: 0.5;
}
html > body.single-artist > main > section.description {
  padding: 24px 16px;
}
html > body.single-artist > main > section.description > .container {
  align-items: stretch;
  gap: 24px;
}
html > body.single-artist > main > section.description > .container > .tags {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
html > body.single-artist > main > section.description > .container > .tags > div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #FFFFFF;
  line-height: 16px;
  color: grey;
}
html > body.single-artist > main > section.description > .container > .tags > div::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  color: inherit;
}
html > body.single-artist > main > section.description > .container > .tags > div > span {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  text-transform: uppercase;
}
html > body.single-artist > main > section.description > .container > .description-content {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}
html > body.single-artist > main > section.description > .container > .mobile-socials {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
html > body.single-artist > main > section.description > .container > .mobile-socials > a {
  display: block;
  background-color: #FFFFFF;
  color: #121212;
  text-decoration: none;
  font-family: "Font Awesome 5 Brands";
  font-size: 24px;
  line-height: 2;
  padding: 0 12px;
  width: 48px;
  border-radius: 50%;
}
html > body.single-artist > main > section.description > .container > .mobile-socials > a.facebook::after {
  content: "\f09a";
}
html > body.single-artist > main > section.description > .container > .mobile-socials > a.twitter::after {
  content: "\f099";
}
html > body.single-artist > main > section.description > .container > .mobile-socials > a.instagram::after {
  content: "\f16d";
}
html > body.single-artist > main > section.description > .container > .mobile-socials > a.spotify::after {
  content: "\f1bc";
}
html > body.single-artist > main > section.other {
  padding: 80px 30px 20px;
}
html > body.single-artist > main > section.other > .container {
  align-items: stretch;
  gap: 30px;
}
html > body.single-artist > main > section.other > .container > h3 {
  font-family: "Saira Condensed", Sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
html > body.single-artist > main > section.other > .container > .swiper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
html > body.single-artist > main > section.other > .container > .swiper > .swiper-wrapper > .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
}
html > body.single-artist > main > section.other > .container > .swiper > .swiper-wrapper > .swiper-slide > div {
  position: relative;
  aspect-ratio: 1;
}
html > body.single-artist > main > section.other > .container > .swiper > .swiper-wrapper > .swiper-slide > div > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html > body.single-artist > main > section.other > .container > .swiper > .swiper-wrapper > .swiper-slide > div::after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  content: "\f30b";
  background-color: rgba(247, 67, 255, 0.2392156863);
  opacity: 0;
  transition: opacity 0.3s;
}
html > body.single-artist > main > section.other > .container > .swiper > .swiper-wrapper > .swiper-slide > h4 {
  padding: 15px;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #303133;
  text-align: center;
}
html > body.single-artist > main > section.other > .container > .swiper > .swiper-wrapper > .swiper-slide:hover > div::after {
  opacity: 1;
}
html > body.single-artist > main > section.other > .container > .swiper > .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 18px;
}
html > body.single-artist > main > section.other > .container > .swiper > .swiper-pagination > .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #43FFC1;
  opacity: 1;
  transition: background-color 0.3s;
}
html > body.single-artist > main > section.other > .container > .swiper > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}

html > body.page-template-my-likes > main > section.liked-events {
  padding: 0px 16px 40px;
}
html > body.page-template-my-likes > main > section.liked-events > .container {
  align-items: stretch;
  gap: 8px;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event {
  display: flex;
  align-items: stretch;
  background-color: lightgrey;
  border: 0px solid lightgrey;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event > img {
  width: 120px;
  aspect-ratio: 0.76;
  -o-object-fit: cover;
     object-fit: cover;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info {
  flex: 1 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 8px 4px;
  gap: 4px;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info > * {
  flex: 0 0 auto;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info > span {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  color: #121212;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info > a {
  margin-top: 10px;
  color: #121212;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info > h6 {
  margin-top: 6px;
  font-family: "Saira Condensed", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #121212;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info > .tag {
  display: block;
  margin-top: 8px;
  align-self: flex-start;
  background-color: lightgrey;
  border: none;
  border-radius: 13px;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info > .tag > div {
  display: block;
  padding: 4px 8px;
  border: 1px solid #121212;
  border-radius: 13px;
  background-color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #121212;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info .add {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 8px;
  background: url("../images/svg/IA_minus_white.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info:first-child {
  padding-left: 16px;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event.loading > .event-info > .add {
  background-image: url("../images/svg/IA_loading.svg");
  pointer-events: none;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event.passed {
  background-color: transparent !important;
  border-width: 1px;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event.passed > img {
  opacity: 0.5;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event.passed > .event-info {
  padding: 7px 3px;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event.passed > .event-info > span {
  color: #717171;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event.passed > .event-info > h6 {
  color: #717171;
}
html > body.page-template-my-likes > main > section.liked-events > .container > .event.passed > .event-info > .tag > div {
  border-width: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
html > body.page-template-my-likes > main > section.liked-events > .container > #empty_message {
  margin: 72px 0;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
}

html > body.page-template-login > main > section.auth-form,
html > body.page-template-register > main > section.auth-form,
html > body.page-template-reset-password > main > section.auth-form,
html > body.page-template-set-new-password > main > section.auth-form {
  background: url("../tmp/bg-overlay.png") no-repeat center;
  background-size: cover;
  padding: 110px 16px;
}
html > body.page-template-login > main > section.auth-form > .container,
html > body.page-template-register > main > section.auth-form > .container,
html > body.page-template-reset-password > main > section.auth-form > .container,
html > body.page-template-set-new-password > main > section.auth-form > .container {
  align-items: stretch;
  gap: 6px;
}
html > body.page-template-login > main > section.auth-form > .container > h3,
html > body.page-template-register > main > section.auth-form > .container > h3,
html > body.page-template-reset-password > main > section.auth-form > .container > h3,
html > body.page-template-set-new-password > main > section.auth-form > .container > h3 {
  font-family: "Saira Condensed", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #43FFC1;
  text-transform: uppercase;
}
html > body.page-template-login > main > section.auth-form > .container > p,
html > body.page-template-register > main > section.auth-form > .container > p,
html > body.page-template-reset-password > main > section.auth-form > .container > p,
html > body.page-template-set-new-password > main > section.auth-form > .container > p {
  font-family: "Saira Condensed", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #FFFFFF;
  text-transform: uppercase;
}
html > body.page-template-login > main > section.auth-form > .container > p.registration,
html > body.page-template-register > main > section.auth-form > .container > p.registration,
html > body.page-template-reset-password > main > section.auth-form > .container > p.registration,
html > body.page-template-set-new-password > main > section.auth-form > .container > p.registration {
  margin-top: 120px;
  align-self: center;
  color: #B533FF;
}
html > body.page-template-login > main > section.auth-form > .container > form,
html > body.page-template-register > main > section.auth-form > .container > form,
html > body.page-template-reset-password > main > section.auth-form > .container > form,
html > body.page-template-set-new-password > main > section.auth-form > .container > form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 18px;
  padding: 32px 24px 24px;
  background-color: #43FFC1;
}
html > body.page-template-login > main > section.auth-form > .container > form > h3,
html > body.page-template-register > main > section.auth-form > .container > form > h3,
html > body.page-template-reset-password > main > section.auth-form > .container > form > h3,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > h3 {
  margin-bottom: 16px;
  font-family: "Saira Condensed", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}
html > body.page-template-login > main > section.auth-form > .container > form > .field,
html > body.page-template-register > main > section.auth-form > .container > form > .field,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .field,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field {
  margin: 4px 0 12px;
}
html > body.page-template-login > main > section.auth-form > .container > form > .field > label, html > body.page-template-login > main > section.auth-form > .container > form > .field > input,
html > body.page-template-register > main > section.auth-form > .container > form > .field > label,
html > body.page-template-register > main > section.auth-form > .container > form > .field > input,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .field > label,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .field > input,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field > label,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field > input {
  padding-left: 12px;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
}
html > body.page-template-login > main > section.auth-form > .container > form > .field > input,
html > body.page-template-register > main > section.auth-form > .container > form > .field > input,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .field > input,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field > input {
  margin-top: 6px;
  text-transform: none;
}
html > body.page-template-login > main > section.auth-form > .container > form > .field > input::-moz-placeholder, html > body.page-template-register > main > section.auth-form > .container > form > .field > input::-moz-placeholder, html > body.page-template-reset-password > main > section.auth-form > .container > form > .field > input::-moz-placeholder, html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field > input::-moz-placeholder {
  text-transform: uppercase;
}
html > body.page-template-login > main > section.auth-form > .container > form > .field > input::placeholder,
html > body.page-template-register > main > section.auth-form > .container > form > .field > input::placeholder,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .field > input::placeholder,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field > input::placeholder {
  text-transform: uppercase;
}
html > body.page-template-login > main > section.auth-form > .container > form > .field > .error,
html > body.page-template-register > main > section.auth-form > .container > form > .field > .error,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .field > .error,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field > .error {
  display: block;
  margin: 6px 12px;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #F33737;
}
html > body.page-template-login > main > section.auth-form > .container > form > .password-check,
html > body.page-template-register > main > section.auth-form > .container > form > .password-check,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .password-check,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .password-check {
  margin-bottom: 12px;
  padding-left: 16px;
  list-style: none;
}
html > body.page-template-login > main > section.auth-form > .container > form > .password-check > li > input[type=checkbox],
html > body.page-template-register > main > section.auth-form > .container > form > .password-check > li > input[type=checkbox],
html > body.page-template-reset-password > main > section.auth-form > .container > form > .password-check > li > input[type=checkbox],
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .password-check > li > input[type=checkbox] {
  display: none;
}
html > body.page-template-login > main > section.auth-form > .container > form > .password-check > li > label,
html > body.page-template-register > main > section.auth-form > .container > form > .password-check > li > label,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .password-check > li > label,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .password-check > li > label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #121212;
}
html > body.page-template-login > main > section.auth-form > .container > form > .password-check > li > label::before,
html > body.page-template-register > main > section.auth-form > .container > form > .password-check > li > label::before,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .password-check > li > label::before,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .password-check > li > label::before {
  content: "•";
  display: block;
  font-size: 22px;
  line-height: 22px;
}
html > body.page-template-login > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox] + label,
html > body.page-template-register > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox] + label,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox] + label,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox] + label {
  color: #F33737;
}
html > body.page-template-login > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox] + label::before,
html > body.page-template-register > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox] + label::before,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox] + label::before,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox] + label::before {
  content: "✖";
  font-size: 14px;
  width: 10px;
}
html > body.page-template-login > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox]:checked + label,
html > body.page-template-register > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox]:checked + label,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox]:checked + label,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox]:checked + label {
  color: #121212;
}
html > body.page-template-login > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox]:checked + label::before,
html > body.page-template-register > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox]:checked + label::before,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox]:checked + label::before,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .password-check.checking > li > input[type=checkbox]:checked + label::before {
  content: "✔";
}
html > body.page-template-login > main > section.auth-form > .container > form > .terms,
html > body.page-template-register > main > section.auth-form > .container > form > .terms,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .terms,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .terms {
  display: none;
}
html > body.page-template-login > main > section.auth-form > .container > form > .forgot-password,
html > body.page-template-register > main > section.auth-form > .container > form > .forgot-password,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .forgot-password,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .forgot-password {
  align-self: flex-end;
}
html > body.page-template-login > main > section.auth-form > .container > form > .forgot-password > a,
html > body.page-template-register > main > section.auth-form > .container > form > .forgot-password > a,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .forgot-password > a,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .forgot-password > a {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
}
html > body.page-template-login > main > section.auth-form > .container > form > #submit,
html > body.page-template-register > main > section.auth-form > .container > form > #submit,
html > body.page-template-reset-password > main > section.auth-form > .container > form > #submit,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > #submit {
  align-self: flex-end;
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #000000;
  background-color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: all 0.3s;
}
html > body.page-template-login > main > section.auth-form > .container > form > #submit:hover,
html > body.page-template-register > main > section.auth-form > .container > form > #submit:hover,
html > body.page-template-reset-password > main > section.auth-form > .container > form > #submit:hover,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > #submit:hover {
  background-color: transparent;
  color: #000000;
}
html > body.page-template-login > main > section.auth-form > .container > form > #message,
html > body.page-template-register > main > section.auth-form > .container > form > #message,
html > body.page-template-reset-password > main > section.auth-form > .container > form > #message,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > #message {
  margin-top: 12px;
}
html > body.page-template-login > main > section.auth-form > .container > form > #message,
html > body.page-template-login > main > section.auth-form > .container > form > #message > a,
html > body.page-template-register > main > section.auth-form > .container > form > #message,
html > body.page-template-register > main > section.auth-form > .container > form > #message > a,
html > body.page-template-reset-password > main > section.auth-form > .container > form > #message,
html > body.page-template-reset-password > main > section.auth-form > .container > form > #message > a,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > #message,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > #message > a {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #F33737;
}
html > body.page-template-login > main > section.auth-form > .container > form > #message > a,
html > body.page-template-register > main > section.auth-form > .container > form > #message > a,
html > body.page-template-reset-password > main > section.auth-form > .container > form > #message > a,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > #message > a {
  text-decoration: underline;
  text-transform: uppercase;
}
html > body.page-template-login > main > section.auth-form > .container > form > #message.register,
html > body.page-template-register > main > section.auth-form > .container > form > #message.register,
html > body.page-template-reset-password > main > section.auth-form > .container > form > #message.register,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > #message.register {
  text-align: end;
}
html > body.page-template-login > main > section.auth-form > .container > form > #error-message,
html > body.page-template-register > main > section.auth-form > .container > form > #error-message,
html > body.page-template-reset-password > main > section.auth-form > .container > form > #error-message,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > #error-message {
  margin-top: 12px;
  padding-left: 12px;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #F33737;
}
html > body.page-template-login > main > section.auth-form > .container > form > .no-account,
html > body.page-template-register > main > section.auth-form > .container > form > .no-account,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .no-account,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .no-account {
  align-self: center;
  margin-top: 28px;
  text-align: center;
}
html > body.page-template-login > main > section.auth-form > .container > form > .no-account,
html > body.page-template-login > main > section.auth-form > .container > form > .no-account > a,
html > body.page-template-register > main > section.auth-form > .container > form > .no-account,
html > body.page-template-register > main > section.auth-form > .container > form > .no-account > a,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .no-account,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .no-account > a,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .no-account,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .no-account > a {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
}
html > body.page-template-login > main > section.auth-form > .container > form > .no-account > a,
html > body.page-template-register > main > section.auth-form > .container > form > .no-account > a,
html > body.page-template-reset-password > main > section.auth-form > .container > form > .no-account > a,
html > body.page-template-set-new-password > main > section.auth-form > .container > form > .no-account > a {
  color: #000000;
  text-decoration: underline;
}
html > body.page-template-login > main > section.auth-form > .container > #message,
html > body.page-template-register > main > section.auth-form > .container > #message,
html > body.page-template-reset-password > main > section.auth-form > .container > #message,
html > body.page-template-set-new-password > main > section.auth-form > .container > #message {
  display: block;
  margin-top: 48px;
  padding: 12px 24px;
  background-color: rgba(181, 51, 255, 0.5);
  text-align: center;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
}
html > body.page-template-login > main > section.auth-form > .container > #message > span,
html > body.page-template-register > main > section.auth-form > .container > #message > span,
html > body.page-template-reset-password > main > section.auth-form > .container > #message > span,
html > body.page-template-set-new-password > main > section.auth-form > .container > #message > span {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

html > body.page-template-register > main > section.auth-form > .container > form > #submit {
  margin-top: 42px;
}

html > body.page-template-scheduler > main > section.scheduler > .container {
  align-items: stretch;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles {
  position: sticky;
  top: 48px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 0 48px;
  margin-bottom: -48px;
  z-index: 3;
  overflow: hidden;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns {
  display: flex;
  align-items: stretch;
  flex: 0 0 100%;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex: 0 0 150px;
  padding: 0 6px;
  gap: 4px;
  text-decoration: none;
  overflow: hidden;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue > div {
  display: block;
  margin: 2px 0;
  height: 12px;
  flex: 0 0 12px;
  background-color: lightgrey;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue > span {
  font-family: "Poppins", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-transform: none;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue > span:first-of-type {
  flex: 0 0 calc(100% - 16px);
  font-size: 14px;
  text-transform: uppercase;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue.filtered.first-venue {
  flex-basis: 160px;
  padding-left: 16px;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue.filtered.last-venue {
  flex-basis: 160px;
  padding-right: 16px;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue.filtered.last-venue.first-venue {
  flex-basis: 170px;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue.filtered.odd-venue {
  background-color: #2a2a2a;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue.filtered.even-venue {
  background-color: #232323;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 48px;
  overflow: auto;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns {
  display: flex;
  align-items: stretch;
  flex: 0 0 7200px;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events {
  position: relative;
  flex: 0 0 150px;
  background-repeat: repeat-y;
  background-size: 100% 300px;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event {
  position: absolute;
  display: flex;
  align-items: stretch;
  left: 6px;
  width: calc(100% - 12px);
  padding: 0 0 0 6px;
  background-color: lightgrey;
  z-index: 2;
  transition: background-color 0.3s, padding 0.3s;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event > div {
  position: relative;
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 4px;
  flex: 0 0 100%;
  background-color: #FFFFFF;
  color: #121212;
  transition: background-color 0.3s, padding 0.3s;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event > div > span {
  flex: 0 0 calc(100% - 28px);
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event > div > .add {
  display: block;
  flex: 0 0 24px;
  height: 24px;
  background: url("../images/svg/IA_plus_black.svg") no-repeat center;
  background-size: cover;
  cursor: pointer;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event > div > h6 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 10px 0 0;
  font-family: "Saira Condensed", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event > div > h6 > a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event > div > .tag {
  display: block;
  margin-top: 6px;
  flex: 0 0 auto;
  max-width: 100%;
  border-radius: 13px;
  background-color: lightgrey;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event > div > .tag > div {
  display: block;
  padding: 4px 8px;
  border-radius: 13px;
  border: 1px solid transparent;
  background-color: transparent;
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  transition: background-color 0.3s;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.liked {
  padding-left: 0;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.liked > div {
  background-color: transparent;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.liked > div > .add {
  background-image: url("../images/svg/IA_minus.svg");
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.liked > div > .tag > div {
  background-color: #FFFFFF;
  border-color: #121212;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.loading > div > .add {
  background-image: url("../images/svg/IA_loading.svg") !important;
  pointer-events: none;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.passed {
  padding: 1px 1px 1px 6px;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.passed > div {
  padding: 9px 3px 9px 4px;
  background-color: #262626;
  color: #717171;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.passed > div > .tag > div {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  color: #121212;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.passed:not(.loading):not(.liked) > div > .add {
  background-image: url("../images/svg/IA_plus.svg");
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .current-timeline {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  height: 2px;
  width: 160px;
  background-color: #43FFC1;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.first-column {
  flex-basis: 160px;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.first-column > .event {
  left: 16px;
  width: calc(100% - 22px);
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.last-column {
  flex-basis: 160px;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.last-column > .event {
  width: calc(100% - 22px);
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.last-column.first-column {
  flex-basis: 170px;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.last-column.first-column > .event {
  width: calc(100% - 32px);
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.last-column.first-column > .current-timeline {
  width: 170px;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.odd-column {
  background-image: url("../images/png/scheduler-bg-dark.png");
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.even-column {
  background-image: url("../images/png/scheduler-bg-black.png");
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .overlay {
  position: absolute;
  left: 0;
  top: 48px;
  width: 100px;
  height: calc(100% - 48px);
  pointer-events: none;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .overlay > .timestamps {
  position: sticky;
  display: grid;
  left: 0;
  width: 100px;
  grid-template-rows: repeat(24, 300px);
  align-items: end;
  background-color: transparent;
  z-index: 2;
  overflow: hidden;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .overlay > .timestamps span {
  display: block;
  margin-left: 16px;
  padding: 4px;
  width: 68px;
  text-align: center;
  background-color: rgba(55, 55, 55, 0.8);
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 0;
}
html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .overlay > .timestamps span.current {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 16px;
  background-color: transparent;
  color: #43FFC1;
  transform: translateY(-24px);
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger > .elementor-widget-container {
    align-items: flex-end;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger > .elementor-widget-container > div[role=button] {
    margin: 0;
  }
  html > body.page-template-lineup > main > section.hero {
    padding: 50px 35px;
  }
  html > body.page-template-lineup > main > section.hero > .container > h2 {
    font-size: 110px;
  }
  html > body.page-template-lineup > main > section.hero > .container > .sub-header {
    padding: 0 35px;
  }
  html > body.page-template-lineup > main > section.listen-us {
    padding: 24px 4.5%;
  }
  html > body.page-template-lineup > main > section.listen-us > .container > a {
    min-height: 600px;
    justify-content: flex-end;
    padding: 15px;
  }
  html > body.page-template-lineup > main > section.listen-us > .container > a > .column > h3 {
    font-size: 44px;
  }
  html > body.page-template-lineup > main > section.listen-us > .container > a > .column > p {
    font-size: 14px;
  }
  html > body.page-template-lineup > main > section.listen-us > .container > a:hover {
    padding-bottom: 45px;
  }
  html > body.page-template-lineup > main > section.lineup > .container > h2 {
    font-size: 82px;
    line-height: 38px;
  }
  html > body.page-template-lineup > main > section.lineup > .container > h3 {
    font-size: 14px;
  }
  html > body.page-template-lineup > main > section.lineup > .container > .columns > div > h4 {
    font-size: 38px;
    line-height: 1;
  }
  html > body.page-template-lineup > main > section.lineup > .container > .columns > div > ul > li > a {
    font-size: 14px;
  }
  html > body.single-artist > main > section.artist {
    padding: 120px 50px 0;
  }
  html > body.single-artist > main > section.other > .container > h3 {
    font-size: 46px;
    line-height: 23px;
  }
}
@media screen and (max-width: 768px) {
  html > body > div[data-elementor-type=header] > div[data-element_type=container] {
    padding: 0 !important;
    min-height: unset !important;
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div {
    padding: 0 16px 0 0 !important;
    flex-wrap: nowrap !important;
    gap: 24px !important;
    background-color: #121212 !important;
    justify-content: flex-start !important;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger {
    padding-left: 16px !important;
    order: -1;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger div[role=button] {
    padding: 12px;
    margin: 0 !important;
    border-radius: 0;
    background-color: #121212 !important;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger div[role=button] i::before {
    content: "";
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger div[role=button] i.elementor-menu-toggle__icon--open::before {
    background-image: url("../images/svg/IA_burger.svg");
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger div[role=button] i.elementor-menu-toggle__icon--close::before {
    background-image: url("../images/svg/IA_close.svg");
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--dropdown {
    margin-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    width: 100vw;
    height: 100vh;
    padding-right: 15vw;
    background-color: rgba(0, 0, 0, 0.6) !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
            backdrop-filter: saturate(180%) blur(20px) !important;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--dropdown > ul {
    flex: 1 0 auto;
    background-color: #121212 !important;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--dropdown > ul li > a {
    padding: 14px 16px !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    text-transform: uppercase !important;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--dropdown > ul li > a:focus {
    background-color: transparent !important;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--dropdown > ul ul {
    position: relative !important;
    margin-left: 16px !important;
    background-color: #121212 !important;
    padding-left: 1px;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--dropdown > ul ul::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #43FFC1;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--dropdown > div {
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    gap: 12px;
    background-color: #121212;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--dropdown > div > a {
    flex: 0 1 auto;
    padding: 16px;
    font-size: 16px;
    line-height: 1.5;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger nav.elementor-nav-menu--dropdown > div > a:not(:first-of-type)::before {
    display: none;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger div.elementor-active {
    padding: 0px;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger div.elementor-active i::before {
    width: 48px !important;
    height: 48px !important;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-nav-menu--burger div.elementor-active + nav.elementor-nav-menu--dropdown > ul {
    padding-top: 32px !important;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div.elementor-widget-image img {
    height: 24px !important;
    width: auto !important;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div[data-element_type=container] {
    width: auto;
    flex: 1 0 auto;
    padding: 0;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div[data-element_type=container] > div {
    display: block;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div[data-element_type=container] > div a {
    display: block !important;
    padding: 0 !important;
    text-decoration: none !important;
  }
  html > body > div[data-elementor-type=header] > div[data-element_type=container] > div > div[data-element_type=container] > div a span {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    color: #43FFC1;
  }
  html > body.page-template-lineup,
  html > body.single-artist,
  html > body.page-template-my-likes,
  html > body.page-template-scheduler {
    background-color: #121212;
  }
  html > body.page-template-lineup .dialog-widget.elementor-popup-modal,
  html > body.single-artist .dialog-widget.elementor-popup-modal,
  html > body.page-template-my-likes .dialog-widget.elementor-popup-modal,
  html > body.page-template-scheduler .dialog-widget.elementor-popup-modal,
  html > body.page-template-login .dialog-widget.elementor-popup-modal,
  html > body.page-template-register .dialog-widget.elementor-popup-modal,
  html > body.page-template-reset-password .dialog-widget.elementor-popup-modal,
  html > body.page-template-set-new-password .dialog-widget.elementor-popup-modal {
    display: none !important;
  }
  html > body.page-template-lineup > footer > section,
  html > body.single-artist > footer > section,
  html > body.page-template-my-likes > footer > section,
  html > body.page-template-scheduler > footer > section,
  html > body.page-template-login > footer > section,
  html > body.page-template-register > footer > section,
  html > body.page-template-reset-password > footer > section,
  html > body.page-template-set-new-password > footer > section {
    background-color: #121212 !important;
  }
  html > body.page-template-lineup > footer p, html > body.page-template-lineup > footer label, html > body.page-template-lineup > footer html > body.page-template-login > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-lineup > footer html > body.page-template-register > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-lineup > footer html > body.page-template-reset-password > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-lineup > footer html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field > input, html > body.page-template-lineup > footer input,
  html > body.single-artist > footer p,
  html > body.single-artist > footer label,
  html > body.single-artist > footer html > body.page-template-login > main > section.auth-form > .container > form > .field > input,
  html > body.single-artist > footer html > body.page-template-register > main > section.auth-form > .container > form > .field > input,
  html > body.single-artist > footer html > body.page-template-reset-password > main > section.auth-form > .container > form > .field > input,
  html > body.single-artist > footer html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field > input,
  html > body.single-artist > footer input,
  html > body.page-template-my-likes > footer p,
  html > body.page-template-my-likes > footer label,
  html > body.page-template-my-likes > footer html > body.page-template-login > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-my-likes > footer html > body.page-template-register > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-my-likes > footer html > body.page-template-reset-password > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-my-likes > footer html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-my-likes > footer input,
  html > body.page-template-scheduler > footer p,
  html > body.page-template-scheduler > footer label,
  html > body.page-template-scheduler > footer html > body.page-template-login > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-scheduler > footer html > body.page-template-register > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-scheduler > footer html > body.page-template-reset-password > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-scheduler > footer html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-scheduler > footer input,
  html > body.page-template-login > footer p,
  html > body.page-template-login > footer label,
  html > body.page-template-login > footer html > body.page-template-login > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-login > footer html > body.page-template-register > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-login > footer html > body.page-template-reset-password > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-login > footer html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-login > footer input,
  html > body.page-template-register > footer p,
  html > body.page-template-register > footer label,
  html > body.page-template-register > footer html > body.page-template-login > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-register > footer html > body.page-template-register > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-register > footer html > body.page-template-reset-password > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-register > footer html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-register > footer input,
  html > body.page-template-reset-password > footer p,
  html > body.page-template-reset-password > footer label,
  html > body.page-template-reset-password > footer html > body.page-template-login > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-reset-password > footer html > body.page-template-register > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-reset-password > footer html > body.page-template-reset-password > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-reset-password > footer html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-reset-password > footer input,
  html > body.page-template-set-new-password > footer p,
  html > body.page-template-set-new-password > footer label,
  html > body.page-template-set-new-password > footer html > body.page-template-login > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-set-new-password > footer html > body.page-template-register > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-set-new-password > footer html > body.page-template-reset-password > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-set-new-password > footer html > body.page-template-set-new-password > main > section.auth-form > .container > form > .field > input,
  html > body.page-template-set-new-password > footer input {
    color: #FFFFFF !important;
  }
  html > body.page-template-lineup > footer form button,
  html > body.single-artist > footer form button,
  html > body.page-template-my-likes > footer form button,
  html > body.page-template-scheduler > footer form button,
  html > body.page-template-login > footer form button,
  html > body.page-template-register > footer form button,
  html > body.page-template-reset-password > footer form button,
  html > body.page-template-set-new-password > footer form button {
    background-color: #121212 !important;
  }
  html > body.page-template-lineup > footer form button span,
  html > body.single-artist > footer form button span,
  html > body.page-template-my-likes > footer form button span,
  html > body.page-template-scheduler > footer form button span,
  html > body.page-template-login > footer form button span,
  html > body.page-template-register > footer form button span,
  html > body.page-template-reset-password > footer form button span,
  html > body.page-template-set-new-password > footer form button span {
    color: #FFFFFF !important;
    transition: color 0.3s !important;
  }
  html > body.page-template-lineup > footer form button:hover,
  html > body.single-artist > footer form button:hover,
  html > body.page-template-my-likes > footer form button:hover,
  html > body.page-template-scheduler > footer form button:hover,
  html > body.page-template-login > footer form button:hover,
  html > body.page-template-register > footer form button:hover,
  html > body.page-template-reset-password > footer form button:hover,
  html > body.page-template-set-new-password > footer form button:hover {
    background-color: #FFFFFF !important;
  }
  html > body.page-template-lineup > footer form button:hover span,
  html > body.single-artist > footer form button:hover span,
  html > body.page-template-my-likes > footer form button:hover span,
  html > body.page-template-scheduler > footer form button:hover span,
  html > body.page-template-login > footer form button:hover span,
  html > body.page-template-register > footer form button:hover span,
  html > body.page-template-reset-password > footer form button:hover span,
  html > body.page-template-set-new-password > footer form button:hover span {
    color: #121212 !important;
  }
  html > body.page-template-lineup > main > section.hero,
  html > body.page-template-lineup > main > section.listen-us,
  html > body.page-template-lineup > main > section.lineup {
    display: none;
  }
  html > body.single-artist > main > section.artist {
    padding: 80px 0 0;
  }
  html > body.single-artist > main > section.artist > .container > h1 {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    padding: 0 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    text-align: left;
    z-index: 2;
    pointer-events: none;
  }
  html > body.single-artist > main > section.artist > .container > .preview > .info {
    display: none;
  }
  html > body.single-artist > main > section.artist > .container > .preview > .back {
    display: block;
  }
  html > body.single-artist > main > section.events,
  html > body.single-artist > main > section.description {
    display: flex;
  }
  html > body.single-artist > main > section.other {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  html > body > main > section.day-select-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  html > body > main > section.day-select-wrapper > .container > h4 {
    font-size: 60px;
    color: #000000;
  }
  html > body > main > section.day-select-wrapper > .container > h4 > .toggler {
    margin-left: 12px;
    gap: 16px;
  }
  html > body > main > section.day-select-wrapper > .container > h4 > .toggler::after {
    width: 60px;
    height: 60px;
  }
  html > body > main > section.day-select-wrapper > .container > .dropdown > ul > li > a > span {
    font-size: 24px;
    line-height: 30px;
  }
  html > body.open-filtering > main > section.day-select-wrapper > .container > .dropdown > ul > li {
    flex-basis: 55px;
  }
  html > body.page-template-login > main > section.auth-form,
  html > body.page-template-register > main > section.auth-form,
  html > body.page-template-reset-password > main > section.auth-form,
  html > body.page-template-set-new-password > main > section.auth-form {
    background: none;
    padding: 110px 50px;
  }
  html > body.page-template-login > main > section.auth-form > .container > h3,
  html > body.page-template-login > main > section.auth-form > .container > p,
  html > body.page-template-register > main > section.auth-form > .container > h3,
  html > body.page-template-register > main > section.auth-form > .container > p,
  html > body.page-template-reset-password > main > section.auth-form > .container > h3,
  html > body.page-template-reset-password > main > section.auth-form > .container > p,
  html > body.page-template-set-new-password > main > section.auth-form > .container > h3,
  html > body.page-template-set-new-password > main > section.auth-form > .container > p {
    color: #000000;
    text-align: center;
    font-size: 46px;
  }
  html > body.page-template-login > main > section.auth-form > .container > p,
  html > body.page-template-register > main > section.auth-form > .container > p,
  html > body.page-template-reset-password > main > section.auth-form > .container > p,
  html > body.page-template-set-new-password > main > section.auth-form > .container > p {
    font-size: 24px;
  }
  html > body.page-template-login > main > section.auth-form > .container form,
  html > body.page-template-register > main > section.auth-form > .container form,
  html > body.page-template-reset-password > main > section.auth-form > .container form,
  html > body.page-template-set-new-password > main > section.auth-form > .container form {
    background-color: transparent;
    border: 1px solid #000000;
  }
  html > body.page-template-login > main > section.auth-form > .container form > .field > .error,
  html > body.page-template-register > main > section.auth-form > .container form > .field > .error,
  html > body.page-template-reset-password > main > section.auth-form > .container form > .field > .error,
  html > body.page-template-set-new-password > main > section.auth-form > .container form > .field > .error {
    color: darkred;
  }
  html > body.page-template-login > main > section.auth-form > .container form > .password-check.checking > li > input[type=checkbox] + label, html > body.page-template-login > main > section.auth-form > .container html > body.page-template-login > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-login > main > section.auth-form > .container html > body.page-template-register > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-login > main > section.auth-form > .container html > body.page-template-reset-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-login > main > section.auth-form > .container html > body.page-template-set-new-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-register > main > section.auth-form > .container form > .password-check.checking > li > input[type=checkbox] + label,
  html > body.page-template-register > main > section.auth-form > .container html > body.page-template-login > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-register > main > section.auth-form > .container html > body.page-template-register > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-register > main > section.auth-form > .container html > body.page-template-reset-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-register > main > section.auth-form > .container html > body.page-template-set-new-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-reset-password > main > section.auth-form > .container form > .password-check.checking > li > input[type=checkbox] + label,
  html > body.page-template-reset-password > main > section.auth-form > .container html > body.page-template-login > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-reset-password > main > section.auth-form > .container html > body.page-template-register > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-reset-password > main > section.auth-form > .container html > body.page-template-reset-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-reset-password > main > section.auth-form > .container html > body.page-template-set-new-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-set-new-password > main > section.auth-form > .container form > .password-check.checking > li > input[type=checkbox] + label,
  html > body.page-template-set-new-password > main > section.auth-form > .container html > body.page-template-login > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-set-new-password > main > section.auth-form > .container html > body.page-template-register > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-set-new-password > main > section.auth-form > .container html > body.page-template-reset-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input,
  html > body.page-template-set-new-password > main > section.auth-form > .container html > body.page-template-set-new-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox] + input {
    color: darkred;
  }
  html > body.page-template-login > main > section.auth-form > .container form > .password-check.checking > li > input[type=checkbox]:checked + label, html > body.page-template-login > main > section.auth-form > .container html > body.page-template-login > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-login > main > section.auth-form > .container html > body.page-template-register > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-login > main > section.auth-form > .container html > body.page-template-reset-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-login > main > section.auth-form > .container html > body.page-template-set-new-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-register > main > section.auth-form > .container form > .password-check.checking > li > input[type=checkbox]:checked + label,
  html > body.page-template-register > main > section.auth-form > .container html > body.page-template-login > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-register > main > section.auth-form > .container html > body.page-template-register > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-register > main > section.auth-form > .container html > body.page-template-reset-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-register > main > section.auth-form > .container html > body.page-template-set-new-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-reset-password > main > section.auth-form > .container form > .password-check.checking > li > input[type=checkbox]:checked + label,
  html > body.page-template-reset-password > main > section.auth-form > .container html > body.page-template-login > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-reset-password > main > section.auth-form > .container html > body.page-template-register > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-reset-password > main > section.auth-form > .container html > body.page-template-reset-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-reset-password > main > section.auth-form > .container html > body.page-template-set-new-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-set-new-password > main > section.auth-form > .container form > .password-check.checking > li > input[type=checkbox]:checked + label,
  html > body.page-template-set-new-password > main > section.auth-form > .container html > body.page-template-login > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-set-new-password > main > section.auth-form > .container html > body.page-template-register > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-set-new-password > main > section.auth-form > .container html > body.page-template-reset-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input,
  html > body.page-template-set-new-password > main > section.auth-form > .container html > body.page-template-set-new-password > main > section.auth-form > form.container > form.password-check.checking > li.field > input[type=checkbox]:checked + input {
    color: green;
  }
  html > body.page-template-login > main > section.auth-form > .container form > #submit,
  html > body.page-template-register > main > section.auth-form > .container form > #submit,
  html > body.page-template-reset-password > main > section.auth-form > .container form > #submit,
  html > body.page-template-set-new-password > main > section.auth-form > .container form > #submit {
    padding: 10px 40px;
  }
  html > body.page-template-login > main > section.auth-form > .container form > #message.register,
  html > body.page-template-register > main > section.auth-form > .container form > #message.register,
  html > body.page-template-reset-password > main > section.auth-form > .container form > #message.register,
  html > body.page-template-set-new-password > main > section.auth-form > .container form > #message.register {
    color: darkred;
  }
  html > body.page-template-login > main > section.auth-form > .container form > #error-message,
  html > body.page-template-register > main > section.auth-form > .container form > #error-message,
  html > body.page-template-reset-password > main > section.auth-form > .container form > #error-message,
  html > body.page-template-set-new-password > main > section.auth-form > .container form > #error-message {
    color: darkred;
  }
  html > body.page-template-lineup > main > section.artists {
    padding-top: 30px;
  }
  html > body.page-template-lineup > main > section.artists > .container {
    gap: 40px;
  }
  html > body.page-template-lineup > main > section.artists > .container > h3 {
    display: block;
  }
  html > body.page-template-lineup > main > section.artists > .container > .top-panel {
    display: none;
  }
  html > body.page-template-lineup > main > section.artists > .container > h4 {
    margin: 0;
    font-size: 24px;
    color: #000000;
  }
  html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > h5 {
    font-size: 34px;
    text-align: center;
  }
  html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list {
    padding: 30px;
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 10px;
  }
  html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list > a {
    display: flex;
    flex-basis: calc((100% - 5px) / 2);
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    background-color: transparent;
  }
  html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list > a > img {
    position: static;
    transition: filter 0.3s;
  }
  html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list > a > h5 {
    position: static;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    text-shadow: none;
  }
  html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list > a > .add {
    width: 48px;
    height: 48px;
  }
  html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list > a:hover > img {
    filter: hue-rotate(360deg);
  }
  html > body.page-template-lineup > main > .search-wrapper {
    left: 110vw !important;
    transition: left 0.1s ease-in;
  }
  html > body.page-template-lineup.search-bar-active {
    overflow-y: unset;
  }
  html > body.single-artist > main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  html > body.single-artist > main > section.events {
    padding-left: 30px;
    padding-right: 30px;
    order: 3;
  }
  html > body.single-artist > main > section.events > .container {
    gap: 20px;
  }
  html > body.single-artist > main > section.events > .container > .event {
    background-color: transparent !important;
  }
  html > body.single-artist > main > section.events > .container > .event > div {
    background-color: transparent !important;
    border: 1px solid #717171;
  }
  html > body.single-artist > main > section.events > .container > .event > div * {
    font-size: 16px;
    line-height: 20px;
  }
  html > body.single-artist > main > section.events > .container > .event > div > .title, html > body.single-artist > main > section.events > .container > .event > div > .date-time, html > body.single-artist > main > section.events > .container > .event > div > .locate {
    color: #000000 !important;
  }
  html > body.single-artist > main > section.events > .container > .event > div > .tag > div {
    padding: 5px 10px;
    background-color: transparent !important;
    border-color: #000000 !important;
  }
  html > body.single-artist > main > section.events > .container > .event > div > .locate > svg > path {
    fill: black !important;
  }
  html > body.single-artist > main > section.events > .container > .event > div > .add {
    padding: 5px 10px 5px 40px;
    color: #121212;
    background-image: url("../images/svg/IA_plus_black.svg");
    background-position: left;
    width: unset;
    height: unset;
    transition: color 0.3s;
  }
  html > body.single-artist > main > section.events > .container > .event > div > .add::after {
    content: "Add to MY IA23";
  }
  html > body.single-artist > main > section.events > .container > .event > div > .add:hover {
    color: #43FFC1;
  }
  html > body.single-artist > main > section.events > .container > .event.liked > div > .tag > div {
    background-color: transparent !important;
    border-color: #000000 !important;
  }
  html > body.single-artist > main > section.events > .container > .event.liked > div > .add::after {
    content: "Remove from MY IA23";
  }
  html > body.single-artist > main > section.events > .container > .event.loading > div > .add {
    pointer-events: none;
  }
  html > body.single-artist > main > section.events > .container > .event.loading > div > .add::after {
    content: "Please wait...";
  }
  html > body.single-artist > main > section.events > .container > .event.passed > div > .title, html > body.single-artist > main > section.events > .container > .event.passed > div > .date-time, html > body.single-artist > main > section.events > .container > .event.passed > div > .locate {
    color: #717171 !important;
  }
  html > body.single-artist > main > section.events > .container > .event.passed > div > .tag {
    opacity: 0.5;
  }
  html > body.single-artist > main > section.events > .container > .event.passed > div > .tag > div {
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-color: #000000 !important;
  }
  html > body.single-artist > main > section.events > .container > .event.passed > div > .locate > svg > path {
    fill: #717171 !important;
  }
  html > body.single-artist > main > section.description {
    padding: 30px 50px;
    order: 2;
  }
  html > body.single-artist > main > section.description > .container .tags {
    display: none;
  }
  html > body.single-artist > main > section.description > .container .description-content {
    color: #000000;
  }
  html > body.single-artist > main > section.description > .container .mobile-socials {
    display: none;
  }
  html > body.single-artist > main > section.other {
    order: 4;
  }
  html > body.page-template-my-likes > main > section.liked-events {
    padding-left: 32px;
    padding-right: 32px;
  }
  html > body.page-template-my-likes > main > section.liked-events > .container {
    gap: 20px;
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > .event {
    border: 1px solid #000000 !important;
    background-color: transparent !important;
    gap: 20px;
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > .event > img {
    aspect-ratio: 1;
    width: 200px;
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info > span {
    font-size: 16px;
    line-height: 20px;
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info > a {
    margin-top: 24px;
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info > h6 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info > .tag {
    margin-top: 20px;
    border-radius: 17px;
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info > .tag > div {
    padding: 6px 12px;
    background-color: transparent;
    border-color: #000000;
    border-radius: 17px;
    font-size: 16px;
    line-height: 20px;
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info > .add {
    width: unset;
    height: unset;
    top: 16px;
    right: 16px;
    padding: 6px 12px 6px 40px;
    background-position: left;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #121212;
    transition: color 0.3s;
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info > .add::after {
    content: "Remove from MY IA23";
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > .event > .event-info > .add:hover {
    color: #43FFC1;
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > .event.loading > .event-info > .add {
    pointer-events: none;
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > .event.loading > .event-info > .add::after {
    content: "Please wait...";
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > .event.passed > .event-info > .tag {
    opacity: 0.5;
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > .event.passed > .event-info > .tag > div {
    border-width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  html > body.page-template-my-likes > main > section.liked-events > .container > #empty_message {
    margin: 148px 0;
    color: #121212;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles {
    top: 80px;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue > div {
    background-color: grey;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue > span {
    color: #121212;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue.filtered.last-venue {
    flex-basis: 225px;
    padding-right: 81px;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue.filtered.last-venue.first-venue {
    flex-basis: 235px;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue.filtered.even-venue {
    background-color: #DFDFDF;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue.filtered.odd-venue {
    background-color: #EFEFEF;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event {
    padding: 1px 1px 1px 6px;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event > div {
    padding: 9px 3px 9px 4px;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.liked {
    padding: 0;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.liked > div {
    padding: 10px 4px;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.passed {
    padding: 1px 1px 1px 6px;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.passed > div {
    padding: 9px 3px 9px 4px;
    background-color: #FFFFFF;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.passed > div > .tag {
    opacity: 0.5;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.passed > div > .tag > div {
    background-color: rgba(255, 255, 255, 0.5);
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events > .event.passed:not(.loading):not(.liked) > div > .add {
    background-image: url("../images/svg/IA_plus_black.svg");
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.last-column {
    flex-basis: 225px;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.last-column > .event {
    width: calc(100% - 87px);
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.last-column.first-column {
    flex-basis: 235px;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.last-column.first-column > .event {
    width: calc(100% - 97px);
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.even-column {
    background-image: url("../images/png/scheduler-bg-light.png");
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.odd-column {
    background-image: url("../images/png/scheduler-bg-white.png");
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler .overlay .timestamps span {
    background-color: rgba(218, 218, 218, 0.8);
    color: #121212;
  }
}
@media screen and (min-width: 1025px) {
  html > body.page-template-lineup > main > section.artists {
    padding-left: 32px;
    padding-right: 32px;
  }
  html > body.page-template-lineup > main > section.artists > .container {
    gap: 20px;
  }
  html > body.page-template-lineup > main > section.artists > .container > h3 {
    font-size: 65px;
    line-height: 0.8;
  }
  html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list {
    padding-left: 0;
    padding-right: 0;
  }
  html > body.page-template-lineup > main > section.artists > .container > .lists > .list-wrapper > .list > a {
    flex-basis: calc((100% - 15px) / 4);
  }
  html > body.single-artist > main > section.description {
    padding: 50px 250px;
  }
}
@media screen and (min-width: 1501px) {
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue.filtered.last-venue {
    flex-basis: 160px;
    padding-right: 16px;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .titles > .columns > .venue.filtered.last-venue.first-venue {
    flex-basis: 170px;
    padding-left: 16px;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.last-column {
    flex-basis: 160px;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.last-column > .event {
    width: calc(100% - 22px);
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.last-column.first-column {
    flex-basis: 170px;
  }
  html > body.page-template-scheduler > main > section.scheduler > .container > .scheduler-wrapper > .scheduler > .columns > .events.filtered.last-column.first-column > .event {
    width: calc(100% - 32px);
  }
}/*# sourceMappingURL=style.css.map */