.bit-widget.bit-layout-ipad .bit-upcoming-events-show-all-button {
    color: #E15443;
    border-color: #E15443;
    font-family: Arial, sans-serif;
    font-size: 18px !important;
    text-decoration: underline;
    text-transform: uppercase;
    transition: all 0.7s ease-in-out;
}

.tour-content .bit-widget .bit-upcoming-events-show-all-button {
    color: #E15443;
    border-color: #E15443;
    font-family: Arial, sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
}

.bit-widget.bit-layout-ipad .bit-upcoming-events-show-all-button:hover {
    opacity: 0.5;
}

#showFormContent #email.error {
    border: 1px solid red;
}

.custom-checkbox .custom-control-label:before,
.custom-checkbox .custom-control-label:after {
    display: none;
}

.custom-checkbox .custom-control-label {
    padding-left: 0;
}

label.custom-control.custom-checkbox.text-left {
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .header-section .left-wrap {
        margin-bottom: calc(100vh/2 - 100vw/1.2 - 100vh/10);
        /*10% to cover up errors*/
    }
}


/** video section **/

.videoItem-1 {
    width: 90%;
    max-width: 680px;
    margin: 0 auto;
    position: relative;
}

.videoOuterWrapper {
    position: relative;
    height: 0;
    padding-top: 56.25%;
}

.videoOuterWrapper img,
.videoOuterWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.videoItem-1 .playIcon {    
    width: 80px;
    height: 80px;
    display: inline-block;
    z-index: 100;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.videoItem-1 .playIcon:hover {
    opacity: .7;
}

div.cta-left {
    font-size: 17px;
}

div.preorder-text {
    font-size: 15px;
}

ul.videos {
    padding-left: 0;
}

.videoItem-1 div.video-title {
    top: 70%;
    left: 51%;
    transform: translate(-50%, -50%);
    bottom: auto;
    right: auto;
    text-transform: capitalize;
}

.videoItem-1 div.videoThumbnail {
    cursor: pointer;
}

@media only screen and (max-width:767px) {
    .videoItem-1 .playIcon {
        width: 50px;
        height: 50px;
        background: none;
    }
    .videoItem-1 {
        width: 100%;
        max-width: 100%;
    }
    .videoItem-1 div.video-title:before {
        position: absolute;
        left: 5px;
    }
    .videoItem-1 div.video-title {
        left: 10px;
        transform: none;
        bottom: 10px;
        top: auto;
        right: auto;
        text-align: right;
        text-transform: capitalize;
        width: calc(100% - 22px);
    }
    .album-buy a span {
        display: block;
        border-bottom: 0;
        text-decoration: underline;
    }
    #tour {
        margin-top: 0;
    }
}
@media only screen and (max-width:1024px) {
    div.merch-section {
        padding-top: 0px;
    }
}
/*PRESAVE CSS*/

    .followWrapper {
        display: block;
        max-width: 600px;
        margin: 0 auto;
        text-transform: uppercase;
        margin-top: 25px;
        text-align: center;
    }
    
    .followWrapper > div {
        display: inline-block;
        width: 47%;
        margin: 0 auto;
        text-align: center;
    }
    
    .followWrapper > div:first-child {
        margin-right: 6%;
        width: 41%;
    }
    
    .followWrapper .termsWrapper.first {
        text-align: center;
    }
    
    .followWrapper .termsWrapper.first .terms {
        text-align: center;
    }
    
    .followWrapper .termsWrapper.first .terms {
        text-align: center;
        font-size: 12px;
        padding-top: 2px;
    }
    .followWrapper .termsWrapper.first .termsContent {
        /* max-width: 246px; */
        position: absolute;
        font-size: 10px;
        padding: 9px 5px;
        background: #e665e0;
        bottom: 22px;
        text-align: center;
        height:102px;
    }
    input.error + div.email-error {
        font-size: 12px;
        color: red;
        font-family: Arial, sans-serif;
        letter-spacing: 0.5px;
        text-align: center;
        display: block;
        position: absolute;
        bottom: 52px;
        left: 50%;
        transform: translateX(-50%);
        text-transform: uppercase;
        width: 100%;
        font-weight: bold;
    }
    .followWrapper .termsWrapper.first .termsContent a {
        font-size: 10px;
    }
    div#appleLightBox fieldset {
        max-width: 350px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .secondForm.sweepsWrapper .thankyouMsg {
        font-size: 20px;
        text-transform: uppercase;
        display: block;
        padding: 20px 0 10px;
    }
    div#appleLightBox fieldset .mlist-field input {
        text-transform: uppercase;
        text-align: center;
        height: 50px;
        line-height: 50px;
        border: 1px solid;
        font-size: 16px;
        max-width: 100%;
        width: 100%;
    }
    
    div#appleLightBox fieldset .mlist-field {
        width: 100%;
    }
    
    .applesubmitButton.submitButton.tilter a {
        font-size: 20px;
        line-height: 50px;
    }	
    div#appleLightBox fieldset .mlist-field input.error {
        border: 2px solid red;
    }
    .contentWrapper{
        width: 100%;  
    }
    .popupWrapper {
        background: #e665e0;
        font-size: 20px;
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        padding: 20px;
        text-align: center;
        box-sizing: border-box;
        /* z-index:4; */
    }
    .popupWrapper a {
        font-size: 20px;
        display: inline-block;
    }
    a.popupClose {
        position: absolute;
        top: 2%;
        right: 2%;
        text-decoration: none;
        font-size: 22px;
    }
    .presave-Wrapper {
        position: relative;
    }

    @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .popupWrapper{
            top:-10%;
        }
    }
    @media only screen and (max-width: 767px){
    .contentWrapper {
        max-width: 100%;
        width: 320px;
        padding-top: 20px;
        padding-bottom: 5vw;
    }
    .followWrapper {
        max-width: 100%;
        margin-top: 0;
    }
    .followWrapper > div {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .availablenow a {
        font-size: 28px;
    }    
    .followWrapper > div:first-child {
        width: 100%;
        margin: 0 auto;
        margin-bottom:15px;
    }
    .termsWrapper.first {
        margin: 2px;
    }
    .followWrapper .termsWrapper.first .terms{
        font-size: 14.5px;
    }
    .followWrapper .termsWrapper.first .termsContent {
        font-size: 14px;
        height: auto;
        max-width: 350px;
    }
    .followWrapper .termsWrapper.first .termsContent a{
        font-size: 14px;
    }
    .secondForm.sweepsWrapper .thankyouMsg {
        font-size: 24px;
        padding: 10px 0;
    }
    .popupWrapper,.popupWrapper a {
        font-size: 16px;
        /* display: inline-block; */
    }
    .popupWrapper{
        top: 0;
        left: 50%;
        transform: translate(-50%,-62%);        
    }
    .imagebanner{
        margin-top: 0;
    }
    div#header-subscribe {
        margin-bottom: 18px;
    }
    .termsWrapper.first .termsContent{
        position:relative;
    }
    .termsWrapper.first {
        margin-top: 8px;
    }
    fieldset .mlist-submit {
        margin-top: 10px;
    }
}