/** Tour Styles **/

.tourwrapper {
    width: 100%;
    /* padding-top: 24px; */
}

.tourwrapper .tour-title {
    font-size: 0;
    line-height: 1;
    max-width: 20vw;
    margin-bottom: 3vw;
}

#wskWidget {
    /*  width: 90%;
       max-width: 800px; */
    margin: 0 auto;
}

#wskWidget .no-dates {
    width: 100%;
    text-align: center;
}

#wskWidget .event_location .plain_text,
#wskWidget .event_date .plain_text {
    color: #fff;
    font-size: 1.6vw;
    line-height: 1;
}

#wskWidget .event_date .date.plain_text:after {
    content: '';
    display: block;
}

#wskWidget .event_location .plain_text.location  {
    padding-top: 0.5vw;
}

#wskWidget .widget_row.nodates {
    display: block;
    font-size: 22px;
}

#wskWidget .widget_row {
    display: flex;
    text-align: center;
    font-family: var(--site-primary-font);
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    border: none;
    align-items: center;
    padding: 0 0 2.5vw;
}

#wskWidget .widget_row>div {
    width: 100%;
    padding: 0;
color:#fff;
}

#wskWidget .event_date {
    grid-area: date;
    width: 200px;
}

#wskWidget .event_location {
    grid-area: location;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "specialEvent venue" "loc venue" "featArtists venue";
    text-align: center;
    align-items: center;
    justify-content: center;
}

#wskWidget .special-event {
    grid-area: specialEvent;
}

#wskWidget .venue {
    grid-area: venue;
}

#wskWidget .location {
    grid-area: loc;
}

#wskWidget .event_location .featuring-artists {
    grid-area: featArtists;
}

#wskWidget .event_links {
    grid-area: links;
}

#wskWidget .event_links a {
    box-sizing: border-box;
}

#wskWidget .event_links a:hover {}

#wskWidget .event_links a.no-link {
    display: none;
}

#wskWidget .widget_row>.featuring-artists {
    display: none;
}

#wskWidget .featuring-artists:empty,
#wskWidget #event_id-39746228,
#wskWidget #event_id-39746230 {
    display: none;
}

@media only screen and (max-width: 767px) {
    #wskWidget {
        max-width: 320px;
        margin: 0 auto;
    }
    #wskWidget .event_links {
        transform: none;
        position: static;
    }
    #wskWidget .widget_row {
        grid-template-columns: 140px calc(100% - 140px);
        grid-template-areas: "date location" "date links";
        justify-content: space-between;
    }
    #wskWidget .event_location {
        grid-template-columns: 1fr;
        grid-template-areas: "specialEvent" "loc" "venue" "featArtists";
    }
    #wskWidget .event_location>div {
        padding-bottom: 3px;
    }
    #wskWidget .event_links a {
        max-width: 110px;
    }
}


/* inherited tour styles **/

#wskWidget {
    width: 100%;
    max-width: min(85vw, 90%);
    /* max-width: 95vw; */
    margin: 0 auto;
}

#wskWidget .widget_row {
    display: flex;
    font-family: var(--site-primary-font);
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    border: none;
    align-items: center;
    padding: 0 0 2.5vw;
}

#wskWidget .widget_row {
    justify-content: space-between;
    align-items: start;
}

#wskWidget .widget_row>div {
    width: 100%;
    padding: 0;
}

#wskWidget .event_date {
    grid-area: date;
    width: 200px;
    font-family: var(--site-primary-font);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

#wskWidget .event_location {
    grid-area: location;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "specialEvent" "venue" "loc"  "featArtists";
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

#wskWidget .event_location>div {
    padding-bottom: 0;
}

#wskWidget .event_links a {
    max-width: 10.5vw;
    color: var(--site-text-color);
    background-color: var(--site-button-color);
    font-family: var(--site-primary-font);
    font-weight: 700;
    font-style: normal;
    font-size: 1.46vw;
    padding: 0;
    line-height: 3.9vw;
    width: 100%;
    height: 3.5vw;
}

#wskWidget a.view_more {
    font-size: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    margin-top: 2vw;
    width: 100%;
}

#wskWidget a.view_more:after {
    content: 'View more dates';
    color: var(--site-button-color);
    font-family: var(--site-primary-font);
    font-weight: 700;
    font-style: normal;
    text-decoration: underline;
    font-size: 1.46vw;
    text-transform: initial;
}

#wskWidget .special-event {
    grid-area: specialEvent;
}

#wskWidget .venue {
    grid-area: venue;
}

#wskWidget .location {
    grid-area: loc;
}

#wskWidget .event_location .featuring-artists {
    grid-area: featArtists;
}

#wskWidget .event_links {
    grid-area: links;
    transform: none;
    position: static;
}

#wskWidget .event_links a.no-link {
    display: none;
}

#wskWidget .widget_row>.featuring-artists {
    display: none;
}

#wskWidget .featuring-artists:empty,
#wskWidget #event_id-39746228,
#wskWidget #event_id-39746230 {
    display: none;
}

@media (max-width: 768px) {
    .note .content p.intro {
        width: clamp(330px, 40vw, 780px);
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1023px) {
    #wskWidget .widget_row {
        flex-direction: column;
        line-height: 1.5;
        padding: 0 0 50px;
    }
    .tourwrapper .tour-title {
        max-width: 140px;
        margin: 0 auto 30px;
    }
    #wskWidget .event_location .plain_text,
    #wskWidget .event_date .plain_text {
        color: #fff;
        font-size: 20px;
        line-height: 1;
    }
    #wskWidget .event_date .date.plain_text:after {
        display: none;
    }
    #wskWidget .event_links a {
        max-width: 254px;
        font-size: 20px;
        padding: 0;
        width: 100%;
        line-height: 50px;
        height: 50px;
    }
    #wskWidget a.view_more {
        margin-top: 0;
    }
    #wskWidget a.view_more::after {
        font-size: 20px;
        margin-top: 0;
    }
    #wskWidget .event_location .plain_text.location  {
        padding-top: 10px;
    }
    #wskWidget .event_location {
        margin: 10px auto;
    }
    #wskWidget .event_date .plain_text,
    #wskWidget .location.plain_text {
        font-weight: 700;
    }
    #wskWidget {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1023px) and (orientation: landscape){
body .headWrap {
    top: 10%;
}
}
#wskWidget .event_links a.sold{
	pointer-events: none;
	opacity: 0.7;
}