/*
 Theme Name:   fssevents
 Theme URI:    https://superpopulair.nl/
 Description:  Kies dit thema als hoofdthema voor het project fssevents
 Author:       Superpopulair voor fssevents
 Author URI:   
 Template:     template
 Version:      1.0.0
 Tags:         plaats, hier, jouw, tags, gescheiden, door, kommas
 Text Domain:  fssevents
*/

 /* =Eigen CSS hier beneden plaatsen-------------------------------------------------------------- */ 

.site .site-branding {
	top: 0px;
}

.site-branding .site-logo {
	height: 80px;
}

span.wpcf7-list-item {
	display: block;
}

.newsitem {
	transition: 0.5s;
	position: relative;
	border-radius: 5px;
}

.newsitem .newsitem-image {
	position: relative;
	height: 150px;
	width: 100%;
	object-fit: contain;
	padding: 2rem;
	background-color: white;
}

.newsitem .newsinformation {
	border-top: solid 2px #0c4da2;
}

.newsitem:hover {
	box-shadow: 0px 0px 5px 0px #00000036;
}