/* SENSE > BASICS */

ins, .ins {
    background-color: transparent;
}

.sense {
    margin-bottom:20px;
    line-height:0;
}

.sense.sense-bandsintown {
    line-height:1.5;
}

.sense-heading {
    font-weight: 400;
    color: var(--jb-text-muted);
    font-size: 11px;
    text-transform: none;
}

.sense-inline .sense-heading {
    display:block;
}


.sense-body,
.sense-body > div,
.sense-body div[data-str-native-key]{
    margin:0 auto;
    text-align: center;
}


.sense-160x600 {
    margin-bottom:0;
}


.sense-180x100,
.sense-140x78 {
    margin-bottom:0;
}

.sense-180x100 > .sense-body > div,
.sense-140x78 > .sense-body > div {
    margin-bottom:15px;
}


.sense-300x250 {
    margin-left:-15px;
    margin-right:-15px;
}

.content-block > .sense-300x250 {
    margin-left:0;
    margin-right:0;
}

@media (min-width: 992px){

    .sense-300x250 {
        margin-left:auto;
        margin-right:auto;
    }

}


.content-block > .sense-300x250,
.content-block > .sense-728x90 {
    margin-bottom:0;
}


/* SENSE > BILLBOARD */

.sense-billboard{
    background-color:var(--jb-blueberry-100);
    padding:10px 0;
    width:100%;
    height:70px;
}

@media (min-width: 768px) {

    .sense-billboard {
        padding:15px 0;
        height:auto;
    }

}

/* No heading for billboard  */
.sense-billboard .sense-heading {
    display:none;
}

/* Force small ad for billboard on narrow viewports */
@media (max-width: 767px) {

    .sense-billboard .sense-body {
        width: 320px;
        height:50px;
    }

}

.sense-billboard > .sense {
    margin:0 auto;
}






/* SENSE > ADHESION UNIT */



#adhesion-unit {
    border-top:1px solid rgba(0,0,0,.125);
    background-color: #d4dde7!important;
    width:320px;
    left: 50%;
    margin-left: -160px;
    position:fixed;
    z-index:1000000002;
    moz-box-shadow: 0 0 .75em 0  rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0 .75em 0  rgba(0,0,0,.6);
    box-shadow: 0 0 .75em 0 rgba(0,0,0,.6);
    height: 76px;
    bottom:-76px;
    bottom:0;
}



#adhesion-unit.sense{
    margin-bottom: 0;
}


#adhesion-unit .sense-heading-close-wrap{
    width: 100%;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid rgba(0,0,0,.125);

}

#adhesion-unit .sense-heading{
    color:#5b7992;
    margin: 0;
    padding-left: 5px;
    display: flex!important;
}



#adhesion-unit #close-adhesion-unit{
    align-self: flex-end;
    padding: 5px;
    font-size: 16px;
}




#div-gpt-adhesion{
    width: 320px;
    height: 50px;
    background: #f6f4f6;
}

#div-gpt-adhesion > div{
    margin: 0 auto;
}



@media (min-width: 768px){


    #adhesion-unit {
        width:728px;
        margin-left: -364px;
        height: 117px;
        bottom:-117px;
        bottom:0;
    }

    #div-gpt-adhesion{
        width: 728px;
        height: 90px;
    }

}







/* SENSE > MOBILE AFTER MASTHEAD */

body.single-article .sense-mobile-after-masthead {
    margin-left: -15px;
    margin-right: -15px;
}



/* SENSE > VENUE SUMMARY */

.sense-venue-summary {
    margin-top:10px;
    margin-bottom:15px;
}

@media (min-width: 992px){

    .sense-venue-summary {
        margin-top:0;
    }

}

@media (min-width: 1200px){

    .sense-300x250.sense-venue-summary {
        margin-left:-5px;
    }

}


/* SENSE > LAZY AD UNIT */

.lazy-ad-unit .content-block .sense-heading {
    margin-top:0;
}

.lazy-ad-unit .content-block .sense {
    margin-bottom:0;
}


/* SENSE > LAZY AD IN ARTICLE */

.lazy-ad-unit-in-article {
    min-height:279px;
    margin:25px 0!important;
}

@media (min-width: 992px) {
    .lazy-ad-unit-in-article {
        margin: 30px 0!important;
    }
}

.lazy-ad-unit-in-article .sense {
    margin:0!important;
}

@media (min-width: 1200px){

    .lazy-ad-unit-in-article {
        min-height:119px;
    }

}

body.single-band-v2 #tour-history .lazy-ad-unit-in-article {
    margin-top:15px;
    min-height:274px;
}

@media (min-width: 1200px){

    body.single-band-v2 #tour-history .lazy-ad-unit-in-article {
        min-height:114px;
    }

}