.hide-if-visitor {
    display: none!important;
}
.logged-in .hide-if-visitor {
    display: inherit!important;
}
.logged-in .hide-if-connected {
    display: none!important;
}

/*.performances-container .performance-list-img {
    max-width: 150px;
    height: auto;
}*/
/*.performances-container {
    width: 60%;
    display: flex;
    justify-content: center;
}*/
.performances-container a {
    text-decoration: none;
}
.performances-pagination-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.performances-pagination-container a.page-numbers:not(.next):not(.prev) {
    margin: 0 1rem;
}
.performance-list-element {
    margin: 0 1rem;
}
br, p:empty {
    display: none;
}

.acf-notice-dismiss {
    display: flex!important;
    justify-content: center;
    align-items: center;
}