/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://heartandhead.nl/
 Description:  Beschrijving van je thema
 Author:       Je naam
 Author URI:   http://heartandhead.nl/
 Template:     twentyseventeen
 Version:      1.0.0
*/

@import url("../twentyseventeen/style.css");

.featured-image-caption {
    font-size: 0.8rem;
    font-style: italic;
	color: white;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.post-thumbnail {
	position: relative !important;
}

.attachment-twentyseventeen-featured-image {
	position: relative !important;
}

h1, h2 {
	text-align: center;
	font-size: 1.3rem !important;
	color: hsl(302,50%,46%) !important;
	text-transform: none !important;
	font-family: 'Oxygen', sans-serif !important;
	font-weight: 300 !important;
}

h3 {
	color: hsl(302,50%,46%) !important;
}

.site-header {
	background-color: #ffffff;
}

.entry-meta {
	text-align: center;
}

.entry-title a {
	color: hsl(302,50%,46%) !important;
}

label {
	font-weight: 400 !important;
}

button,
input[type="button"],
input[type="submit"] {
	font-weight: 400;
}

@media screen and (min-width: 30em) {
	.site-branding {
		padding: 0;
	}
	
	.entry-header {
		margin-bottom: 2.5em !important;
	}
	.panel-image {
		max-height: 800px;
	}
}

/* WP forms */
.wpforms-confirmation-container-full {
    background: #ffffff;
    border: 1px solid hsl(302,50%,46%);
}
