/* Events Manager
--------------------------------------------- */
.em_udalosti {
	display: flex;
	flex-direction: column;
}

.em_udalost {
	display: flex;
	margin-bottom: 40px;
	font-size: 15px;
	flex-wrap: wrap;
}

.em_udalost p {
	margin-bottom: 0px;
}

.em_datum {
  background-color: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px rgba(3,3,3,0.15);
  text-transform: lowercase;
}

.em_den_cislo {
	font-size: 42px;
	font-weight: 800;
	color: #fdc400;
	margin: 0 20px;
}

.em_udalost .em_wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: white;
	margin-top: 10px;
	padding: 20px;
	box-shadow: 1px 1px rgba(3,3,3,0.15);
}

.em_udalost .em_popis {
	background-color: white;
  width: 100%;
  margin-bottom: 40px;
}

.em_eventname{
	margin: 10px 0;
}

.em_eventname a{
	text-decoration: none;
	color: #fdc400;
	font-weight: 800;
	text-transform: uppercase;
}
.em_zvyrazneni {
	font-weight: 800;
}

.em_oznameni {
	background-color: white;
	order: -1;
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
}

.em_listky {
	font-size: 16px;
	font-weight: 800;
	padding: 8px 24px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	background-color: #E8E7E7;
}

.em_listky p {
	font-weight: 300;
}

.em_listky a {
	text-decoration: none;
	color: black;
	display: flex;
	justify-content: space-around;
}

.em_eventname a:hover {
	color: black;
}

#svg {
	display: none;
} 


@media only screen and (min-width: 960px) {

	/* Events Manager
	--------------------------------------------- */
	.em_udalosti {
		margin-bottom: 20px;
	}

	.em_udalost {
		justify-content: space-between;
		margin-bottom: 20px;
	}
	
	.em_datum {
		background-color: white;
		width: 13%;
		padding: 20px;
		text-align: center;
		line-height: 1.3;
		flex-direction: column;
	}
	
	.em_den_cislo {
		font-size: 42px;
		font-weight: 800;
		margin: 0;
	}


	.em_udalost .em_wrap {
		width: 85%;
		padding: 20px;
		margin: 0;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
	}

	.em_udalost .em_popis {
		width: 80%;
		margin-bottom: 0px;
	}

	.online .em_wrap {
		width: 100%;
	}

	.online .em_popis {
		width: 100%;
	}
	.em_eventname {
		margin: 0;
	}
	
	.em_oznameni {
		margin: auto 0;
		width: 165px;
		text-align: center;
		order: 0;
	}
	.em_listky {
		margin: auto 0;
		background-image: url(https://divadlotramtarie.cz/wp-content/uploads/2019/08/vstupenky-background.svg);
		width: auto;
    }
	.em_listky a {
		display: unset;
	}

}
