
.events-container { }
.events-container:after { content: ""; display: block; clear: both; }
.events-container__heading { padding-bottom: 0; text-align: center; font-size: 22px; font-weight: bold; }
.events-container__inner-wrapper { padding-top: 20px; }

.event { float: left; width: 100%; padding: 0 20px 60px 20px; font-size: 16px; }
.event__background { display: block; width: 100%; height: 208px; margin-left: 0; margin-bottom: 15px; max-width: 100%; border-radius: 5px; }
.event__background-link { display: block; height: 100%; }
.event__title { padding-bottom: 12px; font-size: 20px; font-weight: bold; }
.event__title-link { }
.event__name-link { text-decoration: none; }
.event__price { padding-right: 25px; font-size: 18px; font-weight: bold; }
.event__date { display: inline-block; font-size: 18px; font-weight: bold; }
.event__location { display: block; font-size: 18px; font-weight: bold; }
.event__location-address { display: block; font-size: 18px; font-weight: bold; }
.event__organizer { display: block; font-size: 18px; font-weight: bold; font-style: italic; }
.event__times {  display: inline-block; font-size: 18px; font-style: italic; }
.event__starttime { display: inline-block; }
.event__endtime { display: inline-block; }
.event__label { font-size: 18px; font-style: italic; }
.event__categories { font-weight: bold; }
.event__content { padding-top: 20px; }

.event:last-of-type { padding-bottom: 0; }
.events-container__inner-wrapper::after { content: ""; display: block; clear: both; }
.event__link { font-size: 17px; font-weight: bold; }


/*For index page*/
.events-container.index .event { padding: 0 15px 60px 15px; }

.events-container.index .event__background { position: relative; border-radius: 0; }
.events-container.index .event__background-link { display: block; height: 100%; }
.events-container.index .event__label { position: absolute; top: 15px; right: 10px; padding: 10px 8px; border: 2px solid #333333; background-color: rgba(255, 255, 255, 0.9); font-style: normal; }
.events-container.index .event__title { padding-bottom: 4px; }
.events-container.index .event__short-description { padding-top: 20px; }


/*For individual event pages*/
.simple-events-breadcrumbs__breadcrumb { padding-bottom: 20px; }
.simple-events-breadcrumbs__breadcrumb-link { display: inline-block; }



/*Clearing variable width columns */
@media only screen and (max-width: 1199px){   
    .events-container__inner-wrapper > div:nth-child(2n+1){ content: ""; display: block; clear: both; }
}

@media only screen and (min-width: 1200px){
    .events-container.index .events-container__inner-wrapper > div:nth-child(3n+1){ content: ""; display: block; clear: both; }
    .events-container.events-page .events-container__inner-wrapper > div:nth-child(3n+1){ content: ""; display: block; clear: both; }
}



@media only screen and (min-width: 500px){ 
    .event__background { height: 286px; }
}



@media only screen and (min-width: 768px){
    .events-container__heading { font-size: 24px; }
    .events-container__inner-wrapper { margin-left: -15px; margin-right: -15px; }

    .event { width: 50%; } 
    .events-page .event { width: 50%; } 
    .event__background { height: 247px; }
    
    .event:last-of-type { padding-bottom: 15px; }
}



@media only screen and (min-width: 1200px){ 
    .events-container__heading { font-size: 28px; }

    .event { width: 33.333333333333%; padding-bottom: 60px; }
    .events-page .event { width: 33.333333333333%; padding-bottom: 60px; }
    .event__background { height: 260px; }
    .event__title { font-size: 24px; }
    
    
    /*For index page*/
    .events-container.index .event { padding-bottom: 0; }
    
    .events-container.index .event__label { font-size: 24px; }
}



@media only screen and (min-width: 1500px){ 
    .event__background { height: 260px; }
}
