.TourDatesWidget {
    padding-top: 7vw;
}

a.tourtitle {
    position: absolute;
    left: 11vw;
    top: 0;
    bottom: auto;
    z-index: 2;
    width: 83vw;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    font-family: "tex_gyre_herosbold";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size: 2.9166666666666665vw;
    line-height: 1.8229166666666667vw;
    letter-spacing: 0;
    padding-top: 2vw;
}

div#wsk-widget {
    max-width: 85%;
    margin: 0 auto;
    background: #000;
}

.tour-wrap {
    background: #000;
    padding-bottom: 7vw;
}

a.buttontour {
    position: absolute;
    bottom: 1.5%;
    z-index: 2;
    margin: 0 auto;
    text-transform: uppercase;
    line-height: 1;
    font-family: "tex_gyre_herosbold";
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    text-decoration: none;
    left: 0px;
    text-align: right;
    width: 47%;
    z-index: 9999;
    font-size: 1.1458333333333333vw;
    border-bottom: 0.20833333333333334vw solid #fff;
    padding-bottom: 0.404166666666667vw;
}

.tourtitle:before,
.tourtitle:after {
    content: "";
    /* position: absolute; */
    top: 50%;
    border-bottom: 4px solid #fff;
    width: 32vw;
    margin: 0 20px;
}

.tourtitle:before {
    right: 57%;
}

.tourtitle::after {
    left: 57%;
}

.seated-event-link1,
.seated-event-link1:visited,
.seated-event-link2,
.seated-event-link2:visited {
    color: #FDFEFE;
    border: 0;
    background: transparent;
    border: 1px solid;
    border-radius: 3px;
    display: inline;
    font-size: 1.1vw;
    margin: 0;
    overflow: hidden;
    padding: 0.8vw 3vw;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    min-width: auto;
    text-transform: uppercase !important;
    transition: all 0.5s ease-in-out;
    font-family: "tex_gyre_herosbold";
    font-weight: normal;

    border-radius: 0;
}

.seated-event-link1:hover,
.seated-event-link2:hover {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 0;
    display: inline;
    font-size: 1.1vw;
    margin: 0;
    overflow: hidden;
    padding: 0.8vw 3vw;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    min-width: 120px;
    text-transform: uppercase !important;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.seated-follow-text,
.seated-events-table div {
    font-style: normal;
    font-family: "tex_gyre_herosbold";
}

.seated-follow-link,
.seated-follow-link:visited {
    display: inline-block;
    margin-top: 1vw;
    color: #FDFEFE;
    border: 0;
    background: transparent;
    border-radius: 0;
    font-size: 1.1vw;
    overflow: hidden;
    padding: 12px 3px;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase !important;
    padding: 0.8vw 3vw;
    font-family: nimbus-sans, sans-serif;
}

.seated-follow-link:hover {
    color: #fff;
    border: 0;
    background: transparent;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.seated-event-date-cell {
    color: #fff;
    font-size: 1.5vw;
}

.seated-event-venue-cell {
    font-size: 1.5vw;
}

.seated-follow-text,
.seated-events-table div {
    color: #fff;
}
.seated-event-row {
    text-align: left;
}
.seated-follow-box .seated-follow-text,
.seated-follow-box .seated-events-table div , .seated-follow-box{
    color: #fff;
    text-align: center;
}

.seated-event-link,
.seated-event-link:visited,
.seated-event-link1,
.seated-event-link1:visited,
.seated-event-link2,
.seated-event-link2:visited,
.seated-event-link3,
.seated-event-link3:visited {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 0;
    font-size: 1.3vw;
    line-height: 1.2;
}

.seated-event-link:hover,
.seated-event-link1:hover,
.seated-event-link2:hover,
.seated-event-link3:hover {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 0;
    font-size: 1.3vw;
}

.seated-follow-box {
    font-size: 1.2vw;
}

.seated-follow-box a {
    font-size: 1vw;
    border: 1px solid;
    margin-top: 1vw;
    padding: 0.5vw 3vw;
}

@media only screen and (max-width:1023px),
only screen and (max-width:1024px) and (orientation:portrait) {
    a.tourtitle {
        position: absolute;
        left: 5%;
        bottom: 50%;
        z-index: 2;
        font-size: 12vw;
        width: 90%;
        margin: 0 auto;
        text-transform: uppercase;
        line-height: 35px;
        text-align: center;
        font-family: "tex_gyre_herosbold";
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0;
        text-decoration: none;
        /* transform: translate(0, 0); */
    }

    .TourDatesWidget {
        padding-top: 22vw;
    }

    .tourtitle:before,
    .tourtitle:after {
        content: "";
        position: absolute;
        top: 0.6%;
        border-bottom: 4px solid #fff;
        width: 16vw;
        margin: 0 20px;
    }

    .tourtitle:before {
        left: 2%;
    }

    .tourtitle::after {
        left: 70%;
    }
    .tour-wrap {
        padding-bottom: 23vw;
    }
    a.buttontour {
        bottom: 0.5%;
        font-size: 22px;
        border-bottom: 4px solid #fff;
    }

    .seated-event-date-cell {
        font-size: 6vw;
    }

    .seated-event-venue-cell {
        font-size: 7vw;
        line-height: 1.2;
        padding: 5vw 0;
    }

    .seated-event-details-cell {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .seated-event-link-cells {
        justify-content: center;
        flex-direction: row;
    }

    .seated-follow-text, .seated-events-table div {
        text-align: center;
    }

    .seated-event-link,
    .seated-event-link:visited,
    .seated-event-link1,
    .seated-event-link1:visited,
    .seated-event-link2,
    .seated-event-link2:visited,
    .seated-event-link3,
    .seated-event-link3:visited {
        font-size: 6vw;
        line-height: 1.5;
        padding: 3vw 7vw;
    }

    .seated-event-link:hover,
    .seated-event-link1:hover,
    .seated-event-link2:hover,
    .seated-event-link3:hover {
        font-size: 6vw;
        padding: 3vw 7vw;
        line-height: 1.5;
    }

    .seated-event-row {
        padding: 6vw 0;
        /* margin-bottom: 1vw; */
        /* margin-top: 4vw; */
    }

    .seated-follow-box {
        font-size: 5vw;
    }

    .seated-follow-box a {
        font-size: 4vw;
        border: 1px solid;
        margin-top: 6vw;
        padding: 2vw 6vw;
    }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {
    .seated-event-date-cell {
        font-size: 2vw;
    }

    .seated-event-venue-cell {
        font-size: 2vw;
        line-height: 1.2;
        padding: 1vw 0;
    }

    .seated-event-venue-location {
        width: 100%;
    }

    .seated-event-link,
    .seated-event-link:visited,
    .seated-event-link1,
    .seated-event-link1:visited,
    .seated-event-link2,
    .seated-event-link2:visited,
    .seated-event-link3,
    .seated-event-link3:visited {
        font-size: 1vw;
        line-height: 1.5;
        padding: 1vw 3vw;
    }

    .tour-wrap {
        padding-bottom: 23vw;
    }

    .seated-event-row {
        padding: 3vw 0;
    }

    .seated-event-venue-name {
        width: 100%;
    }

    .seated-event-description-cells {
        width: 100%;
        text-align: center;
    }

    .seated-event-row,
    .seated-event-venue-cell {
        display: block;
    }

    .seated-event-link-cells {
        margin-top: 2vw;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .seated-event-row {
        display: block;
    }

    .seated-event-venue-cell {
        width: 100%;
        display: block;
    }

    .seated-event-description-cells {
        width: 100%;
        text-align: center;
    }
}