/*
 * WebId CSS files: Single Dossier.
 */
 
.webid-single-dossier.featured-image .site-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1em 1em 1.286em;
	margin-bottom: 0;
}

.webid-single-dossier div#primary {
	padding: 0;
	width: 80%;
	max-width: none;	
}

.webid-single-dossier article,
.webid-single-dossier article:last-child {
	margin: 3vh 0 0;
	padding: 0;
	border: none;
	text-shadow: 1px 1px 2px rgb(35, 35, 35);
}

.webid-single-dossier article > div {
	margin-bottom: 2em;
	padding: 3vh 2em 2em;
	opacity: 0.98;
}

.webid-single-dossier .post-title {
	padding: 0px 2em;
	height: 10vh;
	margin-bottom: 2vh;
}

.webid-single-dossier .post-title header {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.webid-single-dossier .site-main h1 {
	margin: 0;
	/* color: #72727e; */
	color: #e1e1ed;
	font-size: 2em;
	-ms-word-wrap: normal;
	word-wrap: normal;
}

.webid-single-dossier .site-main h1.entry-title {
	font-size: 1.5em;
	text-align: center;
}

.webid-single-dossier div#webid-single-featured-image.site-header-image {
	width: 100%;
	height: 73vh;
	padding: 0;
	border: 3px outset;
	border-radius: 20px;
	opacity: 1;
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}

.webid-single-dossier div#webid-single-featured-image.site-header-image .section-image {
	-webkit-animation: fadein-images 3s ease-out backwards, image-pulse 15s ease-in-out infinite alternate;
	-moz-animation: fadein-images 3s ease-out backwards, image-pulse 15s ease-in-out infinite alternate;
	animation: fadein-images 3s ease-out backwards, image-pulse 15s ease-in-out infinite alternate;	
}

.webid-single-dossier .entry-header .entry-meta span {
	font-size: 0.8em;
}

.webid-single-dossier .entry-content {
	padding: 0;
	margin: 0;
	color: rgb(218, 218, 218);
}

.webid-single-dossier .entry-content.webid-text:first-child,
.webid-single-dossier .entry-content.webid-textarea:first-child {
    margin-top: 0.3em;
}

.webid-single-dossier .site-main .entry-content h4 {
	/* color: #72727e; */
	color: #e1e1ed;
	-ms-word-wrap: normal;
	word-wrap: normal;
	margin: 0px;
}

.webid-single-dossier .entry-content p {
	font-size: 0.8em;
}

.webid-single-dossier .site-main .entry-content.webid-text h4 {
	float: left;
	width: 50%;
	padding-right: 2em;
	text-align: right;
}

.webid-single-dossier .site-main .entry-content.webid-text p {
	margin-top: 0em;
}
