#agenda {
	background: #FFF;
	height: 100%;
	position: fixed;
	width: 100vw;
}

#agenda .back-button {
	color: #000;
}

#agenda .refresh-button {
	color: #000;
}

#agenda #list {
	-webkit-overflow-scrolling: touch;
	height: calc(100% - 70px);
	overflow-y: auto;
	padding: 0 10px 0 10px;
	position: absolute;
	top: 70px;
	width: 100%;
}

#agenda .agenda-swiper {
	margin-bottom: 10px;
}

#agenda #search {
	margin-bottom: 10px;
}

#agenda #search .event-dropdown {
	background-color: whitesmoke !important;
	border-radius: 5px;
	border: 1px solid darkgray;
	margin: 0 0 6px 0;
	padding: 5px;
	text-align: center;
	width: 100%;
}

#agenda #search #event-dates {
	display: flex;
	justify-content: space-between;
}

#agenda #search #event-dates .event-date {
	background-color: whitesmoke !important;
	border-radius: 5px;
	border: 1px solid darkgray;
	margin: 0;
	padding: 5px;
	text-align: center;
	width: 100%;
	width: calc(50% - 3px) !important;
}

#agenda .event {
	margin-bottom: 10px;
	position: relative;
}

#agenda .event-image {
	border-radius: 10px 10px 0 0;
	width: 100%;
}

#agenda .event-bookmark {
	color: #FFE800;
	font-size: 25px;
	position: absolute;
	right: 25px;
	top: -3px;
}

#agenda .event-line {
	background: #FFE800;
	height: 5px;
	width: 100%;
}

#agenda .event-data {
	background: whitesmoke;
	border-radius: 0 0 10px 10px;
	padding: 10px;
	position: relative;
}

#agenda .event-name {
	font-family: "RubikMedium";
	font-size: 20px;
	width: 80%;
}

#agenda .event-place {
	font-family: "RubikMedium";
	margin-top: 10px;
}

#agenda .event-date {
	margin-top: 10px;
}

#agenda .event-price {
	margin-bottom: 10px;
}

#agenda .event-read-more {
	color: #000;
	text-align: center;
	width: 100%;
}

#agenda .event-description {
	display: none;
	font-size: 14px;
	margin-top: 10px;
	text-align: justify;
}

#agenda .event-icons {
	position: absolute;
	right: 10px;
	top: 10px;
}

#agenda .event-icon {
	float: right;
	font-size: 20px;
	margin-left: 20px;
}

#agenda a.event-icon,
#agenda a.event-icon:active,
#agenda a.event-icon:hover,
#agenda a.event-icon:link,
#agenda a.event-icon:visited {
	color: #000;
}

#agenda .event-blank {
	clear: both;
}
