/*COLLECTIONS*/

/*custom description*/ 
    .blockWrap_eventsCollection .eventColl-desc {
        padding: 10px 25px;
    }

  /*video/spotify wrap*/ 
    .blockWrap_eventsCollection .eventColl-media {
        overflow: hidden;
        background: purple;
        }

@media only screen and (min-width: 768px){
/*more info pages*/ 
    /*video*/
    .blockWrap_eventsCollection .fluid-width-video-wrapper {
        float: left;
        width: 66%!important;
        padding-top: 37.5%!important;
    }

    /*spotify*/ 
    .blockWrap_eventsCollection  .eventColl--permalink1 .eventColl-media > * + * {
    margin: 0 auto;
    padding: 6%;
    float: left;
    width: 22%!important;
    /*box-sizing: border-box;*/
    /*height: 450px;*/
    }
}
/*hover gradient*/ 
.block_d7d4a05becbd43a588e32ee3fb0ddf78 .eventColl--gridView2 .eventColl-content {
    z-index: 2;
}
.block_d7d4a05becbd43a588e32ee3fb0ddf78 .eventColl--gridView2 .eventColl-itemInner:before {
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    opacity: .90;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;

background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 88%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 88%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 88%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );

}
.block_d7d4a05becbd43a588e32ee3fb0ddf78 .eventColl--gridView2 .eventColl-itemInner:hover:before {
    opacity: 0;
}

/*COLLECTION*/


.blockWrap_a8bb48822008413685918a62167dc86a .imgEffect-overlay .contentTitle {
 text-transform: uppercase!important;
 max-width: 800px;
 margin:auto;
}

/*.eventColl--gridView3 .eventColl-detail {*/
/*    display: none;*/
/*}*/
.block_e3eccf08958b415194eab594fc0bd670 .eventColl-artistNames--secondary {
    max-width: 200px;
    margin: auto;
}

.eventColl-detail.eventColl-detail--date {
    display: none!important;
}

.items_e3eccf08958b415194eab594fc0bd670 .item {
 border-top-color: #2dbdae;   
 border-left-color: #f15a30;
 border-bottom: #2dbdae;
 border-style: dashed;
}
.items_e3eccf08958b415194eab594fc0bd670 .item:nth-child(odd){
     transform: rotate(-1.5deg);
    -ms-transform: rotate(-1.5deg);
    -webkit-transform: rotate(-1.5deg);
    /* border: 3px dashed #f8942c; */
    text-transform: uppercase;
}

.items_e3eccf08958b415194eab594fc0bd670 .item:nth-child(even){
   transform: rotate(1.5deg);  
    -ms-transform: rotate(1.5deg);
    -webkit-transform: rotate(1.5deg);
   /*background-color: #f8942c;*/
   /*border: 3px solid #f8942c;  */
}