/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.mw-event-cal-item {
	width: 100%;
	float: left;
}

.mw-event-cal-item.two-column {
	width: 50%;
}

.mw-event-cal-item.three-column {
	width: 33.33%;
}

.mw-event-cal-item.four-column {
	width: 25%;
}

#mw-event-single .theme-content { padding: 30px 20px !important; }

/*.mw-event-cal-item h3 {
	text-transform: none !important;
	font-size: 20px !important;
}*/

.mw-event-break {
	clear: both;
	width: 100%;
	height: 0px;
}

.mw-event-thumbnail {
	position: relative;
	margin: 0px;
	overflow: hidden;
}

.mw-event-thumbnail img {
}

.mw-event-thumbnail .fancy-date {
	position: absolute;
	display: block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 6px 14px;
	z-index: 30;
	top: 10px;
	right: 10px;
	background-color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.mw-event-thumbnail .fancy-date .entry-month {
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 2px;
	text-transform: uppercase;
	border-bottom: 2px solid;
	color: #000000;
	text-align: center;
	display: block;
	font: 700 11px Arial, Verdana, sans-serif;
}

.mw-event-thumbnail .fancy-date .entry-day {
	position: relative;
	color: #000000;
	font: 700 19px Arial, Verdana, sans-serif;
	display: inline-block;
	text-align: center;
}

.mw-event-thumbnail .fancy-date .entry-year {
	display: none;
}

.mw-event-featured-image {
	width: 100%;
	height: 450px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.single-mw_event a.mk-post-nav { display: none; }

h4.the-date {
	font-size: 14px !important;
	font-weight: 400 !important;
}

.mk-blog-thumbnail-item.content-align-left .item-wrapper {
	padding: 35px 30px 15px;
}
.mk-blog-thumbnail-item.content-align-left .item-wrapper .mk-blog-meta-wrapper .blog-meta-item{
	display: none;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

/* The ribbons */

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 20px;
  left: -40px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 20px;
  left: -60px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 20000;
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.red{background: #e43;}

@media (min-width: 1281px) {
	.mw-event-featured-image { height: 500px; }
}
@media (min-width: 1481px) {
	.mw-event-featured-image { height: 600px; }
}
@media (min-width: 1781px) {
	.mw-event-featured-image { height: 700px; }
}
@media (max-width: 767px) {
	
	.mw-event-cal-item.two-column, .mw-event-cal-item.three-column, .mw-event-cal-item.four-column {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.mw-event-break {
		display: none;
	}
}