/*Highlights styles*/
  
.category-event{
    position: relative;
    margin: 0 auto;
    padding-top:30px;  
    padding-bottom:30px;    
    border-bottom: 2px solid #4c4c4b;
    overflow: hidden;
}

.category-event-banner{
    margin-top:-75px;
} 

.category-event-image{
    width:100%;
    transition: transform .5s ease;    
}

.category-event a{
    display: block;
    color: inherit;
}

.category-event a:hover{
    text-decoration: none;
}

.category-event-image-wrapper{
    overflow: hidden;
}

.category-event a:hover img.category-event-image{
    transform:scale(1.3);
}

.category-event h4{
    font-family: 'Bree serif', serif;
    margin-bottom: 30px;
    font-size: 1.2rem;
    margin-top: 20px;
    color: #4c4c4b;
    min-height: 70px;
}

.category-event-content{
    font-size: 1.4rem;
    color: #4c4c4b;
    overflow: hidden;
}

.category-event-subtitle{
    text-transform: uppercase;
    font-size: 1rem;
    padding-top: 16px;
    margin-bottom: 0;
}
    
.category-event-title{
    padding:15px;
    padding-left: 0;
    position:relative;
    width:60%;
    background-color:white;
    min-height:130px;
    margin-top:-130px;
}  

.category-event-specs{
    width:100%;
}  

.category-event-specs p{
    display:inline-block;
    margin-right:15px;    
    font-size:1.1rem;
    margin-bottom: 0;
    margin-top: 15px;
}

.category-event-specs img{
    margin-right:5px;
    margin-top:-10px;
}

 

@media (min-width: 575.98px) {
}

@media (min-width: 767.98px) {

    .category-event-content{
        height: 160px;
        margin-bottom: 50px;
        position: relative;
    }
    
    .category-event-content:after{
      position: absolute;
      bottom: 0;  
      height: 100%;
      width: 100%;
      content: "";
      background: linear-gradient(to top,
         rgba(255,255,255, 1) 20%, 
         rgba(255,255,255, 0) 80%
      );
      pointer-events: none; /* so the text is still selectable */
    }    
    
    .category-event h4{
        font-size: 1.5rem;
        min-height: 90px;
    }    
    

}

@media (min-width: 991.98px) {

    
    


}

@media (min-width: 1199.98px) {
    .category-event{
        min-height: 850px;
        margin-bottom: 30px;
    }
    
    
    .category-event-specs{
        position: absolute;
        bottom: 15px;
    }      
    
    
    .category-event-subtitle{
        font-size: 1.6rem;
    }
}