
.guidle-calendar-block {

}

.guidle-calendar-block .heading {
	font-size: 2em;
	margin-bottom: 1em;
}

.guidle-calendar-block a.link-to-overview {
	font-weight: bold !important;
	margin-top: 10px;
	display: inline-block;
}

/* Calendar*/

.guidle-calendar-block .clndr {
	background-color: #d21e3b;
	padding: 25px 25px 56px 25px;
	color: #fff;
}

.guidle-calendar-block .clndr-grid {
	position: relative;
	left: -10px;
}

.guidle-calendar-block .guidle-calendar {
	height: 100%;
	background-color: #d21e3b;
}

.guidle-calendar-block .clndr .current-month {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
}

.guidle-calendar-block .clndr .current-month span.year {
	opacity: 0.5;
	font-size: 15px;
	line-height: 15px;
	position: relative;
	top: -20px;
}

.guidle-calendar-block .clndr-previous-button,
.guidle-calendar-block .clndr-next-button {
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
	-webkit-transition: transform 200ms ease;
	-moz-transition: transform 200ms ease;
	-ms-transition: transform 200ms ease;
	-o-transition: transform 200ms ease;
	transition: transform 200ms ease;
}

.guidle-calendar-block .clndr-previous-button:hover,
.guidle-calendar-block .clndr-next-button:hover {
	transform: scale(1.2);
}

.guidle-calendar-block .clndr-controls {
	position: relative;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}

.guidle-calendar-block .clndr .header-day {
	font-size: 14px;
	font-weight: bold;
	left: 5px;
	text-transform: uppercase;
	position: relative;
}

.guidle-calendar-block .clndr .day {
	font-size: 14px;
	line-height: 14px;
	margin: 10px 0;
}

.guidle-calendar-block .clndr .day.last-month,
.guidle-calendar-block .past.day,
.guidle-calendar-block .clndr .day.next-month {
	font-size: 14px;
	opacity: 0.3;
}

.swReset .guidle-calendar-block table.clndr-table td {
	color: #fff;
}

.guidle-calendar-block table.clndr-table tbody tr:nth-child(even),
.guidle-calendar-block table.clndr-table thead, table.clndr-table tbody, table.clndr-table tfoot {
	border: none;
	background-color: transparent;
}

.clndr-table td {
	padding: 0;
	background-color: transparent;

}

.guidle-calendar-block .day-number {
	position: relative;
	cursor: pointer;
	width: 34px;
	line-height: 34px;
	display: inline-block;
}

.guidle-calendar-block .day.has-acceptable-event .day-number {
	background-color: #8b1324;
	color: #fff;
	border-radius: 100%;
	transition: background-color 200ms ease;
}


.guidle-calendar-block .day.selected .day-number,
.guidle-calendar-block .today .day-number {
	background-color: #fff !important;
	color: #d21e3b !important;
	border-radius: 100%;
	font-weight: bold;
}

.guidle-calendar-block .has-acceptable-event .day-contents {
	border-radius: 100%;
	background-color: #444245;
}


.guidle-calendar-block .guidle-calendar-events-wrapper {
	height: 100%;
	background: transparent;
	display: flex;
	flex-direction: column;
}

.guidle-calendar-block .guidle-event-item {
	border-bottom: 1px solid #CCC;
}


.guidle-event-item > .row {
	height: 100%;
}

.guidle-event-item-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.guidle-event-item .guidle-event-item-text {
	padding: 15px 15px 15px 0;
}

.guidle-event-item .date {
	font-size: 0.9em;
}

.guidle-event-item h3.title {
	font-size: 1.3em;
	line-height: normal;
}

.guidle-event-item .link {
	margin-top: 1em;
}

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

	.guidle-calendar-block .clndr .header-day {
		left: 1px;
	}

	.guidle-event-item .guidle-event-item-text {
		padding: 15px;
	}
}