html, body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

#wrap {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 60px;
}

.wrap-inner {
    max-width: 500px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

video {
    width: 100%;
    max-width: 500px;
    height: 640px;
    display: block;
}

.perf-acts {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    width: 100%;
    padding: 30px 15px;
    background: #FAFAFA;
    box-sizing: border-box;
    border-radius: 10px;
}

.act-item {
    font-weight: 500;
    color: #121212;
    font-size: 1.2rem;
}

.act-item a {
    font-weight: 400;
    color: #333;
    margin-left: 10px;
}

.act-inner {
    display: none;
    font-weight: 300;
    margin-top: 15px;
}

h1, h2 {
    text-align: left;
    font-size: 1.3rem;
    margin: 30px 0 15px 0;
    text-transform: uppercase;
    color: #DD0200;
}

h2 {
    opacity: 0.8;
    font-style: stroke;
}

p {
    text-align: left;
    color: #999;
    margin: 10px 0 0 0;
    width: 100%;
}

p a {
    color: #999;
}

.info {
    color: #999;
    margin-top: 60px;
    width: 100%;
}

.video-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.act-inner {
    font-weight: 300;
    opacity: 0.8;
    padding-left: 15px;
    border-left: 3px solid #333;
}

.act-inner a {
    margin: 15px 0 0 0;
}

ol.wishlist {
    display: none;
    padding-left: 25px;
    font-size: 16px;
    margin-top: 60px;
}

a.wish-toggle,
.picker button {
    margin: 15px 0 0 0;
    display: inline-block;
    color: #FFF !important;
    background: #DD0200;
    font-weight: bold;
    padding: 10px 15px;
    /* border-radius: 30px; */
    text-decoration: none;
    font-weight: 400;
}

.picker button {
    border: none;
    background: ##DD0200;
    width: calc(100% - 60px);
    box-sizing: border-box;
    margin: 0 !important;
}

ol.wishlist li {
    margin-bottom: 30px;
}

.time {
    padding: 5px;
    border-radius: 15px;
    background: #CCC;
    color: #333;
    display: block;
    font-size: 10px;
    margin: 15px 0 0 0;
    clear: both;
    width: 50px;
    text-align: center;
    opacity: 0.7;
}

hr {
    width: 100%;
    height: 1px;
    background: #333;
    border: none;
    opacity: 0.2;
}

.picker {
    display: none;
    position: fixed;
    padding: 15px 0;
    left: 0;
    bottom: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #CCC;
}

.picker button {
    color: #FFF;

}

small {
    font-size: 10px;
    display: inline-block;
    font-style: italic;
    color: #FF0000;
    clear: both;
    margin-top: 4px;
    position: absolute;
}

a.meto {
    color: #DD0200;
}

a.map {
    color: #999;
}

.act-item.meta,
.act-item.meta a {
    font-size: 1rem;
    font-weight: 300;
}