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

#content::before 
{
	display: none;
}

#banner::before 
{
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
    content: '';
    display: block;
    width: 100vw;
    height: 31px;
    background: var(--dark-cyan);
}

#banner::after 
{
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 1px;
    background: var(--rules);
    z-index: -1;
}

#bannerContent
{
	height: auto;
	min-height: unset;
	max-height: unset;
	padding-top: 60px;
	padding-bottom: 80px;
	color: #000000;
}

#bannerContent::after
{
	width: 50px;
	height: 50px;
	bottom: -8px;
}

#bannerContent .aligner
{
	padding-right: 0;
}

h1#pageTitle 
{
	--min-font-size: 30;
	--max-font-size: 50;
	line-height: 1.4;
}

#pageTools
{
	left: 0;
	right: auto;
	top: auto;
	bottom: 35px;
}

#pageTools > *
{
	width: 41px;
	margin: 0 22px 0 0;
}

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
{
	overflow: hidden;
	color: var(--dark-cyan);
	font-weight: 400;
	font-size: 17px;
	letter-spacing: 1px;
}

#itemInfo > div 
{
	float: left;
}

#itemInfo > div:not(:last-child)::after 
{
	content: '|';
	margin: 0 10px;
	color: #D8E6E8;
}

#itemsection 
{
	text-transform: uppercase;
}

@media (min-width: 920px)
{
	#bannerContent .aligner
	{
		width: calc(100% - 28% - 121px);
	}

	#subContent 
	{
		margin-top: 30px;
	}

	#freeFormSingle ul 
	{
		display: flex;
		justify-content: unset;
	}
}

@media (min-width: 1350px)
{
	#bannerContent
	{
		min-height: unset;
		padding-top: 96px;
		padding-bottom: 96px;
	}


	#bannerContent::after
	{
		right: 0;
		bottom: -15px;
		width: 95px;
		height: 95px;
	}
}


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