#tourWrapper {
    margin: 0 auto;
    width: 88%;
}

#tourWrapper .seated-event-description-cells {
    display: flex;
    justify-content: flex-start;
}

#tourWrapper .seated-events-table {
    color: #fff;
    border-top: none;
}

#tourWrapper .seated-event-row {
    padding-top: 2.221vw;
    padding-bottom: 1.8301vw;
    border-bottom: 0.1vw solid #606060 !important;
}

#tourWrapper .seated-event-venue-cell {
    display: flex;
    flex-direction: column-reverse;
    width: 48%;
    justify-content: left;
    margin-left: 7vw;
}

#tourWrapper .seated-event-date-cell {
    font-style: normal;
    font-size: 1.6105vw;
    line-height: 2.1961vw;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "bicyclette", sans-serif;
    width: 14vw;
}

#tourWrapper .seated-event-venue-name {
    font-size: 0.8784vw;
    line-height: 1.0980vw;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    cursor: auto;
    font-family: "bicyclette", sans-serif;
    width: 100%;
}

#tourWrapper .seated-event-venue-location {
    font-style: normal;
    font-size: 1.6105vw;
    line-height: 2.1961vw;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "bicyclette", sans-serif;
    width: 100%;
    text-align: left;
}

#tourWrapper a.seated-event-link.seated-event-link,
#tourWrapper a.seated-event-link.seated-event-link1,
#tourWrapper a.seated-event-link.seated-event-link2,
#tourWrapper a.seated-event-link.seated-event-link:focus,
#tourWrapper a.seated-event-link.seated-event-link1:focus,
#tourWrapper a.seated-event-link.seated-event-link2:focus {
    border-radius: 10vw;
    transition: all 0.7s;
    /* width: 10vw; */
    font-style: normal;
    /* display: inline-block; */
    font-size: 1.0248vw;
    line-height: 3.66vw;
    height: 3.66vw;
    color: #011D54;
    background-color: #fff;
    border: 0.2vw solid #fff;
    width: 13vw !important;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px;
    font-family: "bicyclette", sans-serif;
    position: relative;
    z-index: 1;
}

#tourWrapper a.seated-event-link.seated-event-link:hover,
#tourWrapper a.seated-event-link.seated-event-link1:hover,
#tourWrapper a.seated-event-link.seated-event-link2:hover {
    background: #606060;
    opacity: 1;
    color: #fff;
}

#tourWrapper a.seated-event-link.seated-event-link:hover,
#tourWrapper a.seated-event-link.seated-event-link1:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    #tourWrapper .seated-event-row {
        padding-top: 40px;
        padding-bottom: 40px;
        display: block;
        border-bottom: 2px solid #606060 !important;
    }

    #tourWrapper .seated-event-description-cells {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
    }

    #tourWrapper .seated-event-date-cell {
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        text-align: center;
    }

    #tourWrapper .seated-event-venue-cell {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        justify-content: left;
        margin-left: 0;
    }

    #tourWrapper .seated-event-venue-name {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        width: 100%;
    }

    #tourWrapper .seated-event-venue-location {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
        text-align: center;
    }

    #tourWrapper .seated-event-link-cell {
        margin: 0 auto;
    }

    #tourWrapper a.seated-event-link.seated-event-link,
    #tourWrapper a.seated-event-link.seated-event-link1,
    #tourWrapper a.seated-event-link.seated-event-link2,
    #tourWrapper a.seated-event-link.seated-event-link:focus,
    #tourWrapper a.seated-event-link.seated-event-link1:focus,
    #tourWrapper a.seated-event-link.seated-event-link2:focus {
        border-radius: 50px;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
        border: 2px solid #fff;
        width: 150px !important;
    }

    #tourWrapper .seated-event-link-cells {
        margin-top: 30px;
    }
}