.theme-refresh {
	--nhm-exhibitions-meta-column-width: 0px;
	--nhm-typeface-post-dates: var( --nhm-meta-text-typeface );
	--nhm-font-size-post-dates: 16px;
}
.entry-content {

}

.theme-refresh .entry-header .semi.compact-meta li.single-date {
	font-family: var( --nhm-typeface-post-dates ) !important;
	font-size: var( --nhm-font-size-post-dates ) !important;
}
.theme-refresh .content-feature-with-sidebar .sidebar-column .sidebar-1 .single-date {
	font-family: var( --nhm-typeface-post-dates ) !important;
	font-size: var( --nhm-font-size-post-dates ) !important;
}

.content-feature .entry-content {
	padding: 0px !important;
}
.content-feature .entry-content .entry-container {
	padding: 0px var(--nhm-exhibitions-feature-content-padding);
}
.theme-refresh .content-feature .single-title + .compact-meta {
	margin-top: 5px !important;
}
.theme-refresh .content-feature .single-title + .compact-meta li {
	padding-bottom: 10px !important;
}

@media ( max-width: 768px ) {
	figure.cornered.midpoint {
		display: none !important;
	}
}
.sidebar-1 > .block-title {
	margin-left: auto !important;
	width: var( --nhm-width-sidebar-block-title );
}
.theme-refresh .content-area .sidebar-1 h1 {
	margin-right: calc( -1 * var(--nhm-margin-from-section-content-to-right)) !important;
}
.theme-refresh .content-feature-single-column .sidebar-1 h1,
.theme-refresh .content-feature-with-sidebar .sidebar-1 h1 {
	width: calc( 60vw + var( --nhm-margin-from-section-content-to-right ) ) !important;
}

@media ( min-width: 769px ) {

	.theme-refresh .content-area .sidebar-1 h1 {
		margin-right: 0px !important;
	}
	.theme-refresh .content-feature-single-column .sidebar-1 h1 {
		width: calc( 100% / 3 ) !important;
	}
	.theme-refresh .content-feature-with-sidebar .sidebar-1 h1 {
		width: var( --nhm-width-sidebar-block-title ) !important;
	}
}

.sidebar-column {
	padding-top: var( --nhm-height-spacer );
	/* needs to be padding; conveys background color in some contexts */
}
