/* BEGIN ITEM-DETAIL CSS ----------------------------------------> */

div.blog,
div.publication,
span.publication
{
	font-style: italic;
}

#itemContent
{
	margin: 20px 0 0 0;
}

.photoRight
{
	float: right;
	margin-left: 14px;
}


/* attachments */

.attachment_item > div
{
	margin: 0 0 6px 0;
}

#itemInfo
{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	color: #C24C40;
	font-size: 17px;
}

#itemInfo > div + div::before 
{
	content: '|';
	margin: 0 10px;
}

#itemsection 
{
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 46px;
}

#itemsection svg 
{
	position: absolute;
	left: 0;
	top: 0;
	fill: #C24C40;
	display: block;
	width: 29px;
	height: auto;
}

#itemDate 
{
	font-weight: 500;
}

#subContent .itemSection:not(#item_bio)
{
	padding: max(20px, min(40px, 20px + (40 - 20) * ((100vw - 1280px) / (1920 - 1280)) ));
	padding-top: 0;
	padding-bottom: 0;
}

#subContent .itemSection
{
	margin-bottom: 30px;
}


/* END ITEM-DETAIL CSS ------------------------------------------> */