
.discover-container {
	padding: 40px 0;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	background-color: #E6E6E6;
	width: 100%;
	display: block;
	overflow: hidden;
	vertical-align: top;
}

.discover-container .scroller{
	vertical-align: top;
	position: relative;
	white-space: nowrap;
	left: 0;
	width: 100%;
	overflow-y: scroll;
	box-sizing: border-box;	
	padding: 40px 40px 0 0;
	display: block;
}

.discover-container .scroller::-webkit-scrollbar {
	width: 0px;
	background: transparent; /* make scrollbar transparent */
}
	
.hentry.discover {
	text-decoration: none;
	width: 400px;
	min-height: 560px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 0 0 40px;
	padding: 0;
	vertical-align: top;
	white-space: normal;
}

.hentry.discover.hentry {
	border-radius: 20px !important;
}

@media all and (max-width: 768px){
	.discover-container {
		padding: 20px 0 0 0;
	}
	
	.discover-container .scroller{
		padding: 20px 0 0 0;
	}
		
	a.discover {
		margin: 0 0 0 20px;
	}
	
	.hentry.discover {
		width: 300px;
		min-height: 460px;
		margin: 0 0 20px 20px;
	}
}

/* upcomming events kaartjes */
.hentry.discover.tag-public-talk .thumbnail {
	position: absolute;
	height: 560px;
	background-size: auto 110%;
}

.hentry.discover.tag-public-talk:hover .thumbnail {
	background-size: auto 120%;
}

.hentry.discover.tag-public-talk:hover h3 {
	color: white;
}

.hentry.discover.tag-public-talk:hover h4 {
	color: white;
}

.hentry.discover.tag-public-talk .title-container .date {
	display: none;
}

.hentry.discover.tag-public-talk .title-container h3{
	font-size: 48px;
	line-height: 52px;
	text-align: center;
} 

.hentry.discover.tag-public-talk .title-container h4{
	font-size: 32px;
	line-height: 42px;
	text-align: center;
} 

@media all and (max-width: 768px){
	.hentry.discover.tag-public-talk .title-container h3{
		font-size: 32px;
		line-height: 42px;
	} 
	
	.hentry.discover.tag-public-talk .title-container h4{
		font-size: 24px;
		line-height: 28px;
	} 
}



.hentry.discover.tag-public-talk .title-container{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}





.hentry.discover .thumbnail {
	width: 100%;
	height: 260px;
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	border: none;
	display: block;
	transition: background-size 300ms ease-in-out;
}

.hentry.discover:hover .thumbnail {
	background-size: auto 110%;
}

.hentry.discover .title-container {
	position: relative;
	padding: 20px;
	width: 100%;
	display: block;
	white-space: normal;
}

.hentry.discover .title-container h4 {
	margin: 0;
	padding: 0;
}

.hentry.discover.post .title-container h3 {
	color: black !important;
}

.hentry.discover.post:hover .title-container h3 {
	color: white !important;
}

.hentry.discover.post .title-container h4 {
	color: var(--color-dark-grey) !important;
}

.hentry.discover.event.tag-past-event .title-container h3 {
	color: black !important;
}

.hentry.discover.event.tag-past-event:hover .title-container h3 {
	color: black !important;
}

.hentry.discover ul.post-tags {
	position: absolute;
	top: 20px;
	right: 20px;
}

.hentry.discover .ticket-button {
	position: absolute;
	bottom: 30px;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

@media all and (max-width: 768px){
	.hentry.discover .ticket-button,
	.hentry.discover .button-round {
		bottom: 10px !important;
	}
}

.hentry.discover .button-round{
	position: absolute;
	bottom: 30px;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

a.hentry.post.discover:hover .button-round {
	color: white;
	background-color: black !important;
	background-image: url('../images/arrow-white.svg');
	border: 1px solid white;
}

a.hentry.post.discover:hover .button-round #arrow {
	fill: white !important;
}


a.hentry.post.discover:hover { 
	background-color: black !important;
}

.hentry.post.discover h3{ 
	color: white !important;
}

.hentry.post.discover h4{ 
	color: var(--color-black) !important;
}

a.hentry.post.discover:hover h4{ 
	color: white !important;
}

a.hentry.post.discover .button-round {
	color: black;
	background-color: white !important;
	background-image: url('../images/arrow-black.svg');
}