@font-face {
    font-family: 'Fixture Ultra';
    src: url('/wp-content/themes/ava/fonts/FixtureUltra-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    /* font-family: 'FT Sterling Book'; */
    src: url('/wp-content/themes/ava/fonts/FTSterling-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

  html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
}

.signUp#newsletter {
  scroll-margin-top: 100px;
}

.viewAllNews {
  text-transform: uppercase;
  list-style: none;
  font-weight: bold;
  border: solid 1px #e09aae;
  text-align: center;
  border-radius: 20px;
  padding: 5px 20px;
  max-width: 130px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #e09aae !important;
  text-decoration: none;
  margin-top: 10px;
}

.viewAllNews:hover {
  background: #e09aae;
  color: black !important;
}

nav#site-navigation li a {
  text-transform: uppercase;
}

body {
  /*font-family: 'FT Sterling Book';*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-template-page-tickets {
  background: black;
  color: white;
}

.tickets__intro {
  padding: 10px;
  border-bottom: solid 1px white;
  font-size: 30px;
}

.tickets__intro h1 {
  font-size: 3rem;
}

.tickets__intro p {
  font-size: 1.2rem;
}

body.page-template-page-tickets .tickets-content .ticket--block {
  border-bottom: 1px solid white;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

body.page-template-page-tickets .tickets-content .ticket--block h2 {
  color: white;
  font-size: 3rem;
  padding: 0 10px;
}

body.page-template-page-tickets .tickets-content .ticket--block h2 > span {
  color: white !important;
  /* font-family: 'FT Sterling Book'; */
  font-size: 1.2rem;
  -webkit-text-stroke: 0 !important;
}

body.page-template-page-tickets .tickets-content {
  padding-top: 0;
}

.ticket__options {
  background: #D9D9D9;
  color: black;
  padding: 10px;
  padding-top: 30px;
}

.ticket__options .ticket__row {
  margin-bottom: 60px;
  font-size: 1.2rem;
}

.ticket__options .ticket__row span {
  display: block;
  color: black;
}

.ticket__options .ticket__row span.ticket__name {
  font-weight: bold;
}

.ticket__options .ticket__row span.ticket__date {
  font-size: 1.1rem;
}

.ticket__options .ticket__row span.ticket__price {
  font-size: 1.1rem;
}

body.page-template-page-tickets .tickets-content .ticket--block a.button {
  background: black;
  color: white;
  padding: 10px 30px;
  border-radius: 30px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
}

body.page-template-page-tickets .tickets-content .ticket__options {
  display: none;
}

body.page-template-page-tickets .tickets-content .ticket--block h2 {
  display: inline-block;
  position: relative;
}

body.page-template-page-tickets .tickets-content .ticket--block h2 span {
  display: block;
  margin-top: 20px;
  max-width: 600px;
}

.tickets-content .ticket--block h2 span.ticket__mobile-cta {
  margin-top: 20px;
}

.ticket__options .ticket__row .ticket__button {
  position: relative;
  display: block;
  width: 100%;
}

.ticket__options .ticket__row span.button__info {
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #2b2b2b;
} 

.ticket__options .ticket__row--supp {
  margin-top: -20px;
  font-size: 0.8rem;
  flex-direction: column;
}

body.page-template-page-tickets .ticket__options .ticket__row--supp p.ticket__info {
  font-style: italic;
  margin-bottom: 0;
}

body.page-template-page-tickets .ticket__options .ticket__row--supp .ticket__extras ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1rem;
  padding-top: 10px;
}

body.page-template-page-tickets .ticket__options .ticket__row--supp .ticket__extras ul li {
  padding-left: 20px;
  background: url(/wp-content/themes/ava/images/circle-tick.svg?v=1.1) left center no-repeat;
  background-size: 15px;
}

body.page-template-page-tickets .ticket__options .ticket__iframe iframe {
  width: 100%;
}


.top_banner .slick-slide {
  height: calc(100dvh - 61px);
}

header#masthead {
  border-bottom: 1px solid white;
}

.hero.hero--noVideo:hover img {
  display: block;
}

.hero .heroText {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-90%);
  z-index: 3;
}

.hero h2 {
  position: static;
  text-align: left;
  transform: none;
  text-transform: uppercase;
}

.hero h3 {
  text-align: center;
  color: white;
  text-align: left;
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 10px rgba(0,0,0,.3);
  margin-top: 5px;
  margin-bottom: 30px;
}

.hero .heroButton {
  margin-left: 2.5vw;
  background: white;
  color: black;
  border-radius: 20px;
  padding: 5px 15px;
  text-decoration: none;
  font-weight: normal;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.hero .heroButton:hover {
  opacity: 0.8;
}

.home-blocks .slick-next, .top_banner .slick-next {
  right: 15px;
}

.home-blocks .slick-next, .top_banner .slick-prev {
  left: 10px;
}

.widget {
  top: auto;
  bottom: 0;
  margin-bottom: 0;
  left: 0 !important;
  width: 100%;
  background: black;
  color: white;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
}

.widget .dot {
  display: none;
}

.widget span {
  padding: 0 10px;
  color: white;
}

.homeEventsWrapper {
  background: #e09aae;
  color: black;
  padding-left: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.homeEventsWrapper h2 {
  font-weight: bold;
  margin-bottom: 40px;
}

.latest-news h2 {
  margin-top: 0;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.eventsBlock h3 {
  font-family: 'Fixture Ultra';
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.eventsBlock {
  margin-bottom: 60px;
}

.eventsBlock a.button {
  background: black;
  color: #e09aae;
  border-radius: 20px;
  padding: 5px 15px;
  text-decoration: none;
}

.eventsBlock a.button:hover {
  opacity: 0.8;
}

.homeEventsWrapper h2 {
  margin-top: 0;
}

.eventsBlock p {
  margin: 10px 0 20px 0;
}

.more-info span {
  background: white;
  color: black !important;
  border-radius: 20px;
  text-decoration: none;
  /* font-family: 'FT Sterling Book'; */
  font-size: 1.2rem;
  padding: 5px 15px;
  display: inline-block !important;
  margin-top: 0;
}

.more-info:hover {
  opacity: 0.8;
}

nav#site-navigation > div {
  height: 100%;
}

.top-nav {
  float: left;
}

.top-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  padding-right: 30px;
  column-gap: 5px;
  padding-top: 5px;
}

.top-nav .top-nav--mobile ul {
  display: flex;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  column-gap: 10px;
  padding-top: 7px;
}

.top-nav ul li {
  text-transform: uppercase;
  list-style: none;
  font-weight: bold;
  border: solid 1px white;
  border-radius: 20px;
  padding: 5px 20px;
}

.top-nav .top-nav--mobile ul li {
  text-transform: uppercase;
  list-style: none;
  font-weight: bold;
  border: none;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 1rem;
  border: solid 1px white;
}

.top-nav ul li a {
  color: white;
  text-decoration: none;
}

.top-nav li:hover {
  background: white;
}

.top-nav li:hover a {
  color: black;
}

.top-nav .top-nav--mobile li:hover {
  background: transparent;
}

.top-nav .top-nav--mobile li:hover a {
  color: white;
}

.top-nav--desktop {
  display: none;
}

.top-nav--mobile {
  display: block;
}

h1.page-title {
  position: static;
  margin-top: 20px;
}

.menu-hamburger-desktop-container {
  display: none;
}

.menu-hamburger-mobile-container {
  display: block;
}

nav#site-navigation ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.menu-toggle .svg {
  width: 26px;
}

body.page-template-page-festival header#masthead::after {
  display: none;
}

header#masthead {
  background: black;
}

 body .menu-toggle svg g {
   stroke: white !important;
 }

.widget--static {
  position: static;
  overflow: hidden;
}

.tickets-marquee {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 18px 18px 18px 20px;
  font-size: 17px;
  line-height: 1;
}

.tickets-marquee span {
  padding: 0 10px;
}

body.page-template-page-conference, body.page-template-page-conference #lineup, body.page-template-page-conference #presale, body.page-template-page-conference .sub-fixedContent, body.page-template-page-conference header#masthead, body.page-template-page-festival .tickets-marquee, body.page-template-page-home .tickets-marquee, body.page-template-page-london #timetable section p.event, body.page-template-page-london .tickets-marquee, footer::before {
  background: black;
}

.page-template-page-about h1, .page-template-page-conference-php #mc_embed_signup label, .page-template-page-merch .block.block-intro p a, .page-template-page-merch h1, body.error404 .news-content a, body.error404 h1.page-title, body.page-template-default h1, body.page-template-default h1.page-title, body.page-template-default p, body.page-template-page-festival .tickets-marquee span, body.page-template-page-home .tickets-marquee span, body.page-template-page-london .tickets-marquee span, body.page-template-page-tickets h1.page-title, body.single-post h1.page-title, body.single-ticket .ticket-content a, body.single-ticket h1.page-title {
  color: white;
}



.footer_logos {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding-top: 5px;
}

.footer_logos img {
  width: 22px;
}

#cc {
  position: fixed;
  bottom: 56px;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: #2b2b2b;
  padding: 15px 15px;
  column-gap: 10px;
  font-size: 0.8rem;
}

#cc a {
  color: white;
}

#cc p {
  margin: 0;
  font-size: 0.8rem;
  color: white;
}

#cc button {
  border-radius: 20px;
  background: none;
  border: solid 1px white;
  color: white;
  padding: 5px 15px;
  font-size: 0.8rem;
  cursor: pointer;
  color: white;

}

#cc button:hover {
  background: #e09aae;
  color: black;
  border-color: #e09aae;

}

#cc button.cc--accept {
  background: white;
  color: black;
}

#cc button.cc--accept:hover {
  background: #e09aae;
  color: black;
  border-color: #e09aae;
}

body.page-template-default p,
body.page-template-default h1 {
  color: black;
}

body.single-post .sub-fixedContent {
  margin-top: 30vh !important;
}

.page-fixedHeader {
  top: 63px;
}

body.single-post h1.page-title {
  text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}

body.single-post footer {
  margin-top: 0;
}

body.page-template-page-tickets .tickets-content .ticket--block h2 span,
body.page-template-page-tickets .tickets-content .ticket--block h2 a {
  font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

@media only screen and (min-width: 600px) {
  
  .eventsBlock h3 {
    font-size: 5rem;
  }
  
  .eventsBlock p {
    font-size: 1.6rem;
  }
  
  .eventsBlock a.button {
    font-size: 1.4rem;
  }


  
  .homeEventsWrapper {
    display: flex;
    column-gap: 60px;
  }
  
  .home-blocks .slick-next, .top_banner .slick-next {
    right:40px;
  }
  
  .home-blocks .slick-next, .top_banner .slick-prev {
    left: 40px;
  }
  
  .hero .heroButton {
    margin-left: 0;
  }

  
  .heroText {
    padding-left: 10vw;
  }
  
  .hero h3 {
    font-size: 1.6rem;
  }
  
  .hero .heroButton {
    font-size: 1.2rem;
  }


  
  .top_banner .slick-slide {
    height: calc(100dvh - 81px);
  }
  
  .tickets__intro {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  .tickets__intro h1 {
    font-size: 4rem;
  }
  
  .tickets__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
  }
  
  .tickets__intro {
    padding: 60px 0;
  }
  
  .tickets__intro .tickets__inner {
    max-width: 980px;
    justify-content: flex-start;
  }
  
  .tickets__intro p {
    margin: 0;
  }
  
  body.page-template-page-tickets .tickets-content .ticket--block {
    width: 100%;
    flex: 100%;
    max-width: none;
  }
  
  .ticket__mobile-cta {
    display: none !important;
  }
  
  body.page-template-page-tickets .tickets-content {
    max-width: none;
  }
  
  .ticket--block__inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .ticket--block {
    cursor: pointer;
  }
  
  body.page-template-page-tickets .tickets-content .ticket--block h2 {
    font-size: 4rem;
    padding-right: 30px;
    max-width: 600px;
  }
  
  body.page-template-page-tickets .tickets-content .ticket--block {
    transition: all 0.2s ease-in-out;
  }
  
  body.page-template-page-tickets .tickets-content .ticket--block:hover {
    background: #2b2b2b;
  }
  
  body.page-template-page-tickets .tickets-content .ticket--block:hover h2::after {
    transform: translateY(10px);
  }
  
  body.page-template-page-tickets .tickets-content .ticket--block h2::after {
    content: '';
    display: block;
    background: url('/wp-content/themes/ava/images/darr.svg') top left no-repeat;
    background-size: 100%;
    width: 20px;
    height: 80px;
    position: absolute;
    top: 0;
    right: -30px;
    transition: transform 0.2s ease-in-out;
  }
  
  .ticket__row {
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
  }
  
  body.page-template-page-tickets .tickets-content .ticket--block a.button {
    margin-top: 0;
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    width: 150px;
  }
  
  .ticket__options .ticket__row .ticket__button {
    width: auto;
  }
  
  body.page-template-page-tickets .tickets-content .ticket--block {
  }
  
  body.page-template-page-tickets .tickets-content .ticket__options {
    cursor: default;
    padding-left: 30px;
  }
  
  body.page-template-page-tickets .tickets-content .ticket--block h2 span:not(.ticket__mobile-cta) {
    display: block;
    margin-top: 10px;
  }
  
  .ticket__options .ticket__row {
    font-size: 2rem;
  }
  
  .ticket__options .ticket__row span.ticket__price {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 53px;
    margin-left: auto;
    width: 220px;
    text-align: center;
    line-height: 1.1;
    position: relative;
    top: 15px;
  }
  
  body.page-template-page-tickets .tickets-content .ticket--block a.button {
    font-size: 1.4rem;
  }
  
  body.page-template-page-tickets .tickets-content .ticket--block a.button:hover {
    background: #fff !important;
    color: black !important;
  }
  
  .ticket__options .ticket__row .ticket__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 150px;
  }
  
  .ticket__options .ticket__row span.ticket__name {
    line-height: 1.2;
  }
  
  .ticket__options .ticket__row {
    margin-bottom: 30px;
    align-items: flex-start;    
    column-gap: 30px;
  }
  
  .ticket__options .ticket__row--supp {
    margin-top: -10px;
    font-size: 1.3rem;
  }
  
  .top-nav {
    float: right;
  }
  

}

.gallery__slider .slider__items a {
  height: 300px;
}

.gallery__slider .slider__items a img {
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.gallery__slider .slider__items a span {
  font-size: 18px;
}

.moreTixInfo {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  margin-top: 10px;
}

.moreTixInfo u {
  cursor: pointer;
  
}

.suppInner {
  max-height: 0; 
  overflow: hidden;
}

.moreTixInfo u:hover {
  text-decoration: none;
}

.module--invert * {
  color: white !important;
}

.module--invert .button {
  background: #e09aae !important;
  color: black !important;
}

@media only screen and (min-width: 900px) {
  
  .ticket__options .ticket__row span.ticket__name {
    width: 537px;
  }
  
.tickets-content .ticket--block .ticket--block__inner {
  display: flex;
}

.ticket--block__inner img {
  align-self: center;
  margin-left: auto;
}
  
.gallery__slider .slider__items a span {
  font-size: 20px;
}
  

  
  .top-nav--desktop {
    display: block;
  }
  
  .top-nav--mobile {
    display: none;
  }
  
  .menu-hamburger-desktop-container {
    display: block;
  }
  
  .menu-hamburger-mobile-container {
    display: none;
  }
  
  .top-nav ul li.current-menu-item {
    background: #e09aae;
    border-color: #e09aae;
  }
  
  .top-nav ul li.current-menu-item a {
    color: black;
  }

}

@media only screen and (max-width: 600px) {

  .top-nav ul li.current-menu-item {
    text-decoration: underline;
  }
  
}

#mc_embed_signup h2,
#mc_embed_signup .indicates-required,
#mc_embed_signup p,
#mc_embed_signup fieldset.gdprRequired,
#mc_embed_signup .content__gdpr,
#mc_embed_signup .content__gdprLegal { 
  color: #fff;
}

#mc_embed_signup select {
  background: black;
  color: #fff;
  border-color: #fff;
  padding: 8px;
}

#mc_embed_signup fieldset.gdprRequired label {
  margin-left: 0;
}

#mc_embed_signup {
  max-width: 100%;
}