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;
}

.tourTitle span {
    display: block;
    color: #fff;
}

.bit-widget-container {
    margin: 0 6.40625vw;
}


div#tour .bit-widget {
    background: transparent;
}

div#tour .bit-play-my-city-wrapper+div {
    display: none;
}

div#tour .bit-play-my-city-heading-text,
div#tour .bit-play-my-city-wrapper,
div#tour .bit-follow-section-wrapper,
div#tour .bit-nav-bar-container .bit-nav-bar,
div#tour .bit-social-wrapper,
div#tour .bit-rsvp-container,
div#tour .bit-widget .bit-mobile-date-and-share-wrapper,
div#tour .bit-widget .bit-location-under-mobile,
div#tour a.bit-location-under-tablet {
    display: none;
}

div#tour .bit-location {
    display:none;
}

div#tour .bit-event,
.bit-upcoming-events {
    border: none;
    cursor: auto;
}

div#tour .bit-event:hover {
    cursor: auto;
    background-color: unset;
}

div#tour .bit-widget .bit-event {
    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 .bit-event a.bit-details {
    width: 75%;
    display: unset;
    margin: 0 auto;
    text-align: center;
    flex-direction: unset;
    align-items: unset;
    justify-content: unset;
    cursor: unset;
    font-size: 0;
}

div#tour .bit-date-wrapper {
    width: 25%;
    display: inline-block;
    min-width: unset;
    margin-right: 1%;
}

div#tour span.bit-date {
    font-style: normal;
    font-size: 1.6105vw;
    line-height: 2.1961vw;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "bicyclette", sans-serif;
}

div#tour .bit-location-under-desktop {
    display: inline-block;
    width: 74%;
    font-size: 1.6105vw;
    line-height: 2.1961vw;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    font-weight: 800;
    font-family: "bicyclette", sans-serif;
    font-style: normal;
}

div#tour .bit-titleWrapper {
    margin-left: 26%;
    margin-top: 0.6vw;
}

div#tour a.bit-venue {
    width: 100%;
    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;
}

div#tour .bit-widget .bit-offers-inner-wrapper {
    margin-right: 0px;
}

div#tour .bit-widget.bit-layout-desktop .bit-event .bit-button {
    display: block;
    align-items: center;
    justify-content: center;
    margin: 0px;
    background: transparent;
}

div#tour .bit-widget .bit-event .bit-offers-text {
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
    display: block;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-image: none;
    


}
div#tour .bit-widget .bit-event .bit-offers-text:hover {
    background: #606060;
    opacity: 1;
}
body .bit-widget .bit-event .bit-offers:hover {
    opacity: 1;
}
div#tour .bit-widget .bit-offers {
    border-radius: 0px;
    border: none;
}

div#tour span.bit-offers-text,
div#tour .bit-widget .bit-event .bit-sold-out-text {
    display: block;
    border-radius: 50px;
    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: white;
    width: 100%;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    /* 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 span.bit-offers-text:after,
div#tour .bit-widget .bit-event .bit-sold-out-text: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 span.bit-offers-text:hover,
div#tour .bit-widget .bit-event .bit-sold-out-text:hover {
    color: #fff;
}
/* div#tour span.bit-offers-text:hover:after,
div#tour .bit-widget .bit-event .bit-sold-out-text:hover:after {
    left: 0;
    width: 100%;
} */


div#tour .bit-widget .bit-upcoming-events,
div#tour .bit-widget .bit-past-events {
    margin: 0px;
    border: none;
}

div#tour .bit-widget .bit-event:last-child {
    border: none;
}

.moreDates {
    width: 30%;
    margin: 0 auto;
    padding-bottom: 2vw;
    padding-top: 3vw;
  
}
.bit-widget .bit-details.bit-event-buttons {
    display: block !important;
}
.bit-widget.bit-layout-desktop .bit-event .bit-button {
    width: 13vw !important;
}
.moreDates a {
    display: inline-block;
    font-size: 1.0248vw;
    line-height: 3.66vw;
    height: 3.66vw;
    color: #011D54;
    background-color: white;
    width: 100%;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    /* border-image: linear-gradient(60deg, #606060, #FFFFFF, #606060);
    border-image-slice: 1; */
    border-radius: 50px;
    position: relative;
    transition: all 0.7s;
    z-index: 1;
}
/* 
.moreDates a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #606060;
    transition: all 0.5s ease;
} */

.moreDates a:hover {
    color: #fff;
    background: #606060;
}

/* .moreDates a:hover:after {
    left: 0;
    width: 100%;
} */


div#tour .bit-upcoming-events-show-all-button {
    display: none;
}



/** marquee **/

@-webkit-keyframes r {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes r {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes s {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes s {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}


.ticker-container {
     /* position: absolute; */
    height: 4.6486vw;
    background-color: rgba(0, 0, 0, .7);
    grid-column: 1/25;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 4;
    bottom: 0;
}

.ticker-container--reverse {
    grid-column: 1/25
}

.ticker-container--reverse .ticker-item {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-animation: s 10s linear infinite;
    animation: s 10s linear infinite;
}

.ticker-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.ticker-bar {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1em;
    height: 0.8em;
    color: #fff;
}

.ticker-item {
    -webkit-animation: r 30s linear infinite;
    animation: r 30s linear infinite;
    display: inline-block;
}

.ticking .ticker-item {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

/* .ticking:hover .ticker-item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
} */

.ticker-item a {
    color: #A2A2A2;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 1.4641vw;
    line-height: 1.7569vw;
    cursor: pointer;
    font-family: "bicyclette", sans-serif;
    font-weight: 800;
    font-style: normal;
    margin-right: 3.2vw;
}

.ticker-item a img {
    vertical-align: middle;
    margin-right: 1.0980vw;
    height: 31px;
}

.ticker-item a:hover,
.ticker-item a span:hover {
    opacity: 0.8;
}

.ticker-item a span {
    color: #A2A2A2;
    font-size: 1.4641vw;
    line-height: 1.7569vw;
    text-transform: none;
    cursor: pointer;
    font-family: "bicyclette", sans-serif;
    font-weight: 800;
    font-style: normal;
    -webkit-text-stroke: 0.03vw #A2A2A2;
    -webkit-text-fill-color: transparent;
}

.ticker-text {
    margin-left: 100px;
    display: inline-block;
    margin-left: 0;
}
.seated-follow-text{
    font-size: 1.25vw;
}



@media only screen and (max-width:1023px),
(min-width:1024px) and (max-width:1366px) and (orientation:portrait){
    .ticker-container {
        height: 50px;
    }  
    
    .ticker-item a {
        font-size: 40px;
        line-height: 40px;
    }

    .ticker-item a span {
        font-size: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width:1023px),
(min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
    .ticker-container {
        height: 50px;
    }

    .ticker-item a {
        font-size: 20px;
        line-height: 24px;
    }

    .ticker-item a span {
        font-size: 20px;
        line-height: 24px;
        -webkit-text-stroke: 0.5px #A2A2A2;
    }

    div#tour {
        max-width: 100%;
        margin: 0 auto;
        padding: 50px 0;
        text-align: center;
    }

    .tourTitle {
        font-size: 36px;
        line-height: 45px;
        color: #CBCBCB;
        padding: 0;
        text-align: center;
    }

    div#tour .bit-widget .bit-event {
        display: block;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #606060;
    }

    div#tour span.bit-date {
        font-size: 20px;
        line-height: 24px;
    }

    div#tour .bit-date-wrapper {
        width: 100%;
        display: block;
        min-width: unset;
        margin-right: 0%;
    }

    div#tour .bit-location-under-desktop {
        display: block;
        width: 100%;
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        text-align: center;
    }

    div#tour .bit-titleWrapper {
        margin-left: 0px;
        margin-top: 8px;
    }

    div#tour a.bit-venue {
        font-size: 14px;
        line-height: 17px;
    }

    div#tour .bit-widget .bit-offers {
        border-radius: 0px;
        border: none;
        padding: 0px !important;
    }

    div#tour span.bit-offers-text,
    div#tour .bit-widget .bit-event .bit-sold-out-text {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        width: 150px;
        margin: 0 auto;
    }

    div#tour .bit-offers-container {
        margin: 0px;
    }

    div#tour .bit-widget.bit-layout-ipad .bit-event .bit-button {
        display: unset;
    }

    div#tour .bit-widget.bit-layout-ipad .bit-event-buttons {
        margin: 0px auto;
        margin-top: 30px;
        align-items: center;
    }

    .moreDates {
        width: 80%;
        padding-bottom: 20px;
        padding-top: 40px;
    }

    .moreDates a {
        font-size: 14px;
        line-height: 50px;
        height: 50px;
    }


}


.bit-widget.bit-layout-desktop .bit-details-inner-wrapper {
    width: 88.4%;
}

/** marquee ends **/