/* BLOCK VIEW (block.html.twig) */
.mx_calendar_block_item {
	display: table;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px #DDD solid;
}

.mx_calendar_block_item:last-child {
	border-bottom: 0;
}

.mx_calendar_block_item h3,
.mx_calendar_block_item p {
	margin: 0;
	padding: 0;
}

.mx_calendar_block_image img {
	display: table;
}

.mx_calendar_block_image {
	float: left;
	display: table;
	margin-right: 10px;
}

.mx_calendar_block_content {
	display: table;
}

/* CATEGORY VIEW (category.html.twig) */

.mx_calendar_category_title {
  background-color: var(--bg-color);
  padding: 15px;
  line-height: 48px;
  font-family: 'Nexa-ExtraBold';
}

.mx_calendar_category_title svg {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 15px;
}

.mx_calendar_category_item {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px #DDD solid;
    display: flex;
    flex-wrap: wrap;
}

.mx_calendar_category_item p {
	margin: 0;
	padding: 0;
}

.mx_calendar_category_content {
	width: 40%;
    font-weight: bold;
}

.mx_calendar_category_date {
	width: 60%;
}

@media screen and (max-width: 640px) {

.mx_calendar_category_item {
padding: 15px 5px;
}

.mx_calendar_category_content {
	width: 100%;
}

.mx_calendar_category_date {
	width: 100%;
}

} /* end mediaquery */

/* ITEM VIEW (item.html.twig) */
#mx_calendar_item .addthis_toolbox {
	margin: 10px 0 10px -2px;
}

.mx_calendar_item_main_image {
	float: left;
	margin: 0 10px 10px 0;
}

.mx_calendar_item_main_image img {
	display: table;
}

.mx_calendar_item_image {
	border: 1px #DDD solid;
	display: table;
	padding: 5px;
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mx_calendar_item_image a {
	display: inline-block;
	width: 100%;
	height: 100%;
	float: left;
}

.mx_calendar_item_image img {
	float: left;
	clear: both;
}

.mx_calendar_item_image span {
	float: left;
	clear: both;
	width: 100%;
	line-height: 1em;
	margin: 7px 0 2px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	height: 1em;
	text-overflow: ellipsis;
	white-space: nowrap;
}