.component_grid-product-event { padding: 40px 20px; background: url(assets/bg.jpg) no-repeat 0 0; background-size: cover; }
@media (min-width: 980px) {
	.component_grid-product-event { width: 100%; height: 100%; padding: 20px 40px; background: url(assets/bg.jpg) no-repeat 0 0; background-size: cover; }
}
.component_grid-product-event .category { display: inline-block; padding: 2px 5px; margin: 0 2px 0 0; color: #666; border: 2px solid #666; border-radius: 5px; font-weight: 500; }
.component_grid-product-event .h2 { margin: 10px 0 0; }
.component_grid-product-event strong { color: #006567; }
.component_grid-product-event p { margin: 0; }

.component_grid-product-event .meta { overflow: auto; margin: 15px 0 5px 0;}
.component_grid-product-event .meta p { float: left; padding: 0 0 0 28px; margin: 0; }
.component_grid-product-event .meta p:nth-child(1) { width: 35%; background: url(../../../assets/core-clock.svg) no-repeat 0 0; background-size: 20px 20px; }
.component_grid-product-event .meta p:nth-child(2) { width: 65%; background: url(../../../assets/core-location.svg) no-repeat 0 0; background-size: 24px 24px; }
.component_grid-product-event .meta p:nth-child(2).online { background-image: url(../../../assets/core-onlineevent.svg); }