@charset "utf-8";
/*
Theme Name: dp-magjam_child_press
Theme URI: http://digipress.digi-state.com/
Version: 1.2.2.8
Author: digistate co.,ltd.
Author URI: http://www.digistate.co.jp/
Description: Customize various visual settings and select theme type for DigiPress theme. Do not use this for any commercial purpose.
Tags: two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
License:
License URI: http://digipress.digi-state.com/
Text Domain: dp-magjam_child_press
Template: dp-magjam
*/


.event-ended-message {
    color: #e84545;
    font-weight: bold;
    padding: 0 10px 40px;
    font-size: 1.6rem;
    text-align: center;
    display: block;
}
@media (max-width: 500px) {
	.event-ended-message {
    font-size: 1.4rem;
	}
}
.thumbnail-wrapper {
  position: relative;
  display: inline-block;
}

.ended-label {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(200, 0, 0, 0.85);
  color: white;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  z-index: 2;
}

.event-filter-buttons {
  margin-bottom: 1em;
}
.event-filter-buttons a {
  display: inline-block;
  margin-right: 10px;
  padding: 6px 12px;
  background: #eee;
  text-decoration: none;
  border-radius: 4px;
}
.event-filter-buttons a:hover {
  background: #ccc;
}
