.tourpage {
    color: #FFFFFF;
    padding-top: 4vw;
}
div#tourpage {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'safontregular';
    min-height: 100vh;
    color: #FFFFFF;
    font-size: 0;
    position: relative;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    background: #000;
}
.tourheading {
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
}

.widget_row {
    align-items: center !important;
    margin-top: 18px;
}

.event_links .link_background {
    background-color: transparent !important;
    text-decoration: none;
}

.event_links .link_text {
    color: #FFFFFF !important;
    font-size: 1.146vw !important;
    border: 0;
    border-bottom: none;
    border-radius: 0;
    font-size: 14px;
    vertical-align: bottom;
    height: 25px !important;
    line-height: 25px;
}

.event_links a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 0 1px;
    transition: color ease 0.3s;
}

.event_links a:before {
    content: '';
    position: absolute;
    background-color: #fff;
    z-index: -1;
    height: 5%;
    width: 0%;
    left: 0;
    bottom: 0;
    transition: width ease 0.4s;
}

.event_links a:after {
    content: '';
    position: absolute;
    background-color: #fff;
    z-index: -1;
    height: 5%;
    /* width: 100%; */
    width: 0%;
    left: 0;
    bottom: 0;
    transition: all ease 0.6s;
}

.event_links a:hover:before {
    width: 100%;
}

.event_links a:hover:after {
    left: 100%;
    width: 0%;
    transition: all ease 0.2s;
}

.upcoming_dates,
.past_dates {
    display: none !important;
}

.widget_row {
    text-transform: uppercase;
    background-color: #000 !important;
}

.logo {
    font-size: 14px;
}

a.additional_link.link_text.link_background {
    height: 60px;
    padding: 0;
    width: 80%;
    margin-right: 0;
}

a.ticket_link.link_text.link_background {
    height: 60px;
    padding: 0;
    width: 35%;
    margin-right: 1.5vw;
}

.event_links a {
    border-bottom: none !important;
}

.featuring-artists.plain_text {
    /* visibility: hidden; */
    display: none;
}

.widget_row div.event_date {
    width: 15% !important;
    line-height: 20px;
    text-align: center;
    font-family: Helvetica Neue, 'tex_gyre_herosbold', arial;
}

.widget_row div.event_location {
    width: 70% !important;
    line-height: 1.3;
    font-family: 'safontregular';
}

.widget_row .event_links {
    width: 20% !important;
    font-family: 'safontregular';
}

.widget_row>div {
    padding-left: 0% !important;
}

.widget_row {
    border-bottom: none !important;
}

@media screen and (max-width:1023px) {
    .tourpage {
        padding-top: 95px;
    }
    .widget_row {
        align-items: center !important;
        margin-top: 0px;
    }
    .widget_row div.event_date {
        width: 100% !important;
        line-height: 20px;
        padding-left: 0% !important;
        text-align: center;
        /* margin-top: 30px; */
    }
    .widget_row div.event_location {
        width: 100% !important;
        line-height: 20px;
        padding-left: 0% !important;
    }
    .event_date .month.plain_text,
    .date.plain_text,
    .event_location .location.plain_text,
    .event_location .venue.plain_text {
        text-align: center !important;
    }
    .widget_row .event_links {
        width: 100% !important;
        padding-right: 0% !important;
        text-align: center;
    }
    .featuring-artists.plain_text {
        display: none;
    }
    .widget_row div.event_date {
        width: 100%;
    }
    .event_location {
        width: 100% !important;
    }
    .widget_row .event_links {
        position: relative;
        width: 100%;
        transform: unset;
        /* margin-bottom: 12%; */
    }
    a.ticket_link.link_text.link_background {
        width: 90px;
        margin: 0;
    }
    a.additional_link.link_text.link_background {
        width: 125px;
        margin: 0;
    }
    .widget_row {
        font-size: 44px;
    }
}

#songkick-wrapper .view_more.link_background {
    background: none;
    color: #FFFFFF;
    font-size: 14px;
    position: relative;
    height: auto;
    width: 148px;
    line-height: 50px;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 9px;
}

#songkick-wrapper .view_more.link_background:hover {
    color: #F6D089;
}

.event_links a {
    position: relative;
    /* -webkit-transition: color ease 0.3s;
    transition: color ease 0.3s; */
}

.event_links a::before,
.event_links a::after,
#songkick-wrapper .view_more.link_background::before,
#songkick-wrapper .view_more.link_background::after {
    content: '';
    position: absolute;
    /* background-color: #fff; */
    z-index: 1;
    height: 5%;
}

.event_links a::before,
#songkick-wrapper .view_more.link_background::before {
    width: 0%;
    left: 0;
    bottom: 0;
    -webkit-transition: width ease 0.4s;
    transition: width ease 0.4s;
}

.event_links a::after,
#songkick-wrapper .view_more.link_background::after {
    width: 100%;
    /* width: 0%; */
    left: 0;
    bottom: 0;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.event_links a:hover::before,
#songkick-wrapper .view_more.link_background:hover::before {
    width: 100%;
    background-color: transparent;
}

.event_links a:hover::after,
#songkick-wrapper .view_more.link_background:hover::after {
    left: 100%;
    width: 0%;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.event_date .month.plain_text,
.date.plain_text,
.event_location .location.plain_text,
.event_location .venue.plain_text {
    font-size: 1.146vw;
    text-align: center;
    color: #FFFFFF !important;
}

/* .event_location .venue.plain_text {
    font-size: 14px;
} */

.widget_row.nodates .no-dates {
    font-size: 14px;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

@media screen and (max-width:767px) and (orientation:portrait) {
    .widget_row {
        padding: 25px 0px;
        text-align: center;
    }
    .event_links .link_text {
        width: 100% !important;
    }
    .event_location .location.plain_text {
        margin-top: 4px;
    }
    .widget_row .event_links {
        margin-top: 70px;
    }
    .event_location {
        line-height: 1;
        padding-top: 4%;
        padding-bottom: 7%;
    }
    div#block-tourdates {
        padding-bottom: 60px;
    }
    div#block-plainjsmailinglist {
        padding: 0;
    }
    input#email {
        height: 55px;
    }
    .plain-ml-wrapper #terms {
        top: 50%;
    }
    span.divider.mob1 {
        display: none;
    }
    .widget_row div.event_date {
        line-height: 1;
        margin-top: 30px;
    }
}

.widget_row div.event_date {
    line-height: 1;
    /* margin-top: 30px; */
}

.event_location {
    line-height: 1;
}

.widget_row {
    padding: 40px 0px;
}

.widget_row>div.event_location_artists {
    width: 60%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    a.ticket_link.link_text.link_background {
        width: 100% !important;
    }
}

div#songkick-wrapper {
    min-height: calc(100vh - 19vw);
    margin-top: 4vw;
    margin-bottom: 6.25vw;
}

body.blackBG .footer-wrapper {
    position: relative;
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation:portrait) {
    .event_links .link_text {
        width: 232px !important;
        width: 65px !important;
    }
    .footer-wrapper {
        bottom: 14px;
    }
    div#songkick-wrapper {
        margin-bottom: 6.25vw;
        margin-top: 14vw;
    }
}

@media screen and (max-width:1023px) {
    .event_links a::after,
    #songkick-wrapper .view_more.link_background::after {
        width: 0% !important;
    }
    .event_links a {
        text-decoration: underline !important;
        text-underline-offset: 6px !important;
    }
    div#songkick-wrapper {
        margin-top: 4vw;
        margin-bottom: 74px;
    }
    .event_location .venue.plain_text {
        font-size: 14px;
    }
    .event_date .month.plain_text,
.date.plain_text,
.event_location .location.plain_text,
.event_location .venue.plain_text {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF !important;
}
.event_links .link_text {
    color: #FFFFFF !important;
    font-size: 14px !important;
    border: 0;
    border-bottom: none;
    border-radius: 0;
    font-size: 16px;
    vertical-align: bottom;
    height: 25px !important;
    line-height: 25px;
}
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .event_links a::after,
    #songkick-wrapper .view_more.link_background::after {
        width: 0% !important;
    }
    .event_links a {
        text-decoration: underline !important;
        text-underline-offset: 6px !important;
    }
}

.close a:hover {
    opacity: 0.5;
}
