div#tour {
    max-width: 100%;
    margin: 0 auto;
    padding: 5vw 0;
    background-color: rgba(0, 0, 0, .7);
}

.tourTitle {
    font-size: 2.6354vw;
    line-height: 3.2942vw;
    color: #CBCBCB;
    text-align: left;
    padding-left: 6.40625vw;
    margin-bottom: 4.2vw;
    font-weight: 800;
    font-family: "bicyclette", sans-serif;
}

.tourTitle span {
    display: block;
    color: #fff;
}

.songkick-container {
    margin: 0 6.40625vw;
}

div#tour .month.plain_text,
.date.plain_text,
div.event_date span {
    font-size: 1.6105vw;
    line-height: 2.1961vw;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "bicyclette", sans-serif;
}

div#tour .location.plain_text {
    display: inline-block;
    width: 100%;
    font-size: 1.6105vw;
    line-height: 2.1961vw;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    font-weight: 800;
    font-family: "bicyclette", sans-serif;
}

div#tour .widget_row {
    display: flex;
    margin: 0 auto;
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    justify-content: start;
    width: 100%;
    box-sizing: border-box;
    padding-top: 2.221vw;
    padding-bottom: 1.8301vw;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #606060;
}

div#tour a.view_more.link_text.link_background {
    display: none;
}

div#tour .event_links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

div#tour a.ticket_link.link_text.link_background {
    display: inline-block;
    font-size: 1.0248vw;
    line-height: 3.66vw;
    height: 3.66vw;
    color: #FFFFFF;
    background-color: #363636;
    width: 100%;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-image: linear-gradient(60deg, #606060, #FFFFFF, #606060);
    border-image-slice: 1;
    padding: 0px;
    font-family: "bicyclette", sans-serif;
    position: relative;
    z-index: 1;
}

div#tour a.ticket_link.link_text.link_background:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #606060;
    transition: all 0.5s ease;
}

div#tour a.ticket_link.link_text.link_background:hover {
    color: #fff;
}

div#tour a.ticket_link.link_text.link_background:hover:after {
    left: 0;
    width: 100%;
}

div#tour .widget_row div.event_date {
    width: 15%;
    display: inline-block;
    min-width: unset;
    margin-right: 1%;
}

div#tour .venue.plain_text {
    margin: 0 auto 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    width: 250px;
    -webkit-box-orient: vertical;
    margin-top: 0.6vw;
}

div#tour .venue.plain_text,
div#tour .special-event.plain_text {
    width: 100%;
    font-size: 0.8784vw;
    line-height: 1.0980vw;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    cursor: auto;
    font-family: "bicyclette", sans-serif;
}

div#tour .featuring-artists.plain_text {
    line-height: 2.1961vw;
    font-size: 0.8784vw;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    display: none;
    font-family: "bicyclette", sans-serif;
}

div#tour .event_links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#tourWrapper .event_location {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
    width: 67%;
}

@media only screen and (max-width:1023px),
(min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
    .tourTitle {
        font-size: 46px;
        line-height: 45px;
        color: #CBCBCB;
        padding: 0;
        text-align: center;
        margin-bottom: 33px;
    }

    div#tour .widget_row {
        display: block;
        text-align: center;
    }

    /* div#tour .location.plain_text {
        display: block;
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        text-align: center;
    }
    div#tour .event_date .month.plain_text, .date.plain_text {
        font-size: 20px;
        line-height: 24px;
    }
    div#tour .venue.plain_text {
        font-size: 12px;
        line-height: 15px;
    } */
    div#tour .event_date .month.plain_text,
    .date.plain_text {
        font-size: 20px;
        line-height: 24px;
    }

    #tourWrapper .event_location {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    div#tour .location.plain_text {
        display: block;
        width: 100%;
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 10px;
    }

    div#tour .venue.plain_text {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        margin-top: 9px;
    }

    div#tour .featuring-artists.plain_text {
        width: 100%;
        text-align: center;
        margin-bottom: 34px;
    }

    div#tour .event_links {
        display: block;
        width: 100%;
        text-align: center;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin: 0px auto;
        margin-top: 34px;
        position: unset;
        transform: unset;
    }

    div#tour a.ticket_link.link_text.link_background {
        width: 150px;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    div#tour .widget_row {
        padding-top: 40px;
        padding-bottom: 40px;
        display: block;
        text-align: center;
        border-bottom: 1px solid #606060;
    }

    div#tour .widget_row div.event_date {
        display: block;
        width: 100%;
        text-align: center;
    }

    div#tour .special-event.plain_text {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        margin-top: 9px;
    }
}

@media only screen and (max-width:1023px) and (orientation:landscape){
    div#tour .event_links {
        padding-left: 0;
    }
}

/*Tour page CSS*/
body.tour video.video-image {
    width: 100%;
    object-fit: cover;
    min-height: 60vh;
    width: 100vw;
    height: 100vh;
    position: unset;
    top: unset;
    left: unset;
    z-index: unset;
}

body.tour div#tour {
    padding: 10vw 0;
}

@media only screen and (max-width:1023px),
(min-width:1024px) and (max-width:1366px) and (orientation:portrait){
    body.tour div#tour {
        padding: 120px 0;
    }
}