/*Upercase links*/
a {
  text-transform: uppercase;
}
/*Add grey in past events*/
[data-status="past-concert"] img {
  filter: grayscale(1);
}
/*Breaking long links*/
.brxe-post-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

