/*
 Theme Name:   Twenty Sixteen Winkbulle
 Theme URI:    https://winkbulle.nl/
 Description:  Twenty Sixteen Winkbulle Theme
 Author:       Marc Koppert
 Author URI:   https://winkbulle.nl/
 Template:     twentysixteen
 Version:      1.0.0
 Tags:         plaats, hier, jouw, tags, gescheiden, door, kommas
 Text Domain:  twentysixteenWinkbulle
*/

/* =Eigen CSS hier beneden plaatsen
-------------------------------------------------------------- */
/* Schuif header logo naar boven */
#masthead {
	padding-top: 0px;
	padding-bottom: 10px !important;
}

div.header-image {
		margin: 0 auto;
	}

/* Verwijder categorie bij posts */
span.cat-links {
    display: none !important;
}

/* Color contact form verzendbutton */
#nf-field-45 {
 	background-color: #dd3333;
	color: #ffffff;
}
#nf-field-45:hover {
	background-color: #269920;
	color: #ffffff;
}

/* Widget reduced bottom margin and set images to be inline */
.widget{
	margin-bottom: 1.5em !important;
}
.textwidget a img {
    display: inline-block !important;
}

/* Remove title on index page (Nieuws) */
.page-id-548 .entry-title {
	display: none;
}