body {
    background: url(../img/bg-chanel.png) top left repeat #fafaf5;
}
.page-wrapper .menu {background-color: #fafaf5;}
.release_title {
    font-weight: 800;
    font-size: 22px;
    margin: 0 auto 15px;
    letter-spacing: 1px;
}
@media only screen and (min-width: 581px) {
#tour {
    width: calc(100% - 400px);
    margin: 0 auto;
}
}
@media only screen and (max-width: 1024px) {
/* .seated-event-venue-name {
    padding-right: 15px;
} */
    .seated-event-description-cells {
        width: 100% !important;
        text-align: center;
    }
    .seated-event-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .seated-event-venue-cell {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0px;
    }
    .seated-event-venue-cell {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }
        .seated-event-link-cells {
        flex-direction: column;
        justify-content: center;
    }
    .seated-event-link-cells {
        margin-top: 16px;
    }
    .seated-event-link-cell {
        display: block !important;
    }
}
@media only screen and (max-width: 500px) {
.menu.active {
    background-color: rgb(250, 250, 245, 0.9);
}
}