.single-post #secondary {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.single-post .row,
.single-post .site-content,
.single-post #content {
  overflow: visible;
}

.single-post .row {
  align-items: flex-start;
}

.single-post .e-con-full
{
	position:relative;
	background:#2A1F3F;
}

.single-post .container
{
	margin-top:2rem
}
.entry-header,.navigation.post-navigation,#comments
{
	display:none;
}
.wp-block-search__inside-wrapper
{
	display:flex;
	align-items:center;
	gap:10px;
	
}
.wp-block-search__input
{
	padding:10px;
	border-radius:8px;
	border:1px solid #D0D5DD;
	width:100%;
}
.wp-block-search__inside-wrapper button
{
	background:#2A1F3F;
	color:#fff;
	border:0px;
	border-radius:8px;
	padding:10px 1.5rem;
}
@media (max-width: 991px) {
  .single-post #secondary {
    position: static;
  }
}
.single-post .wp-block-search__label
{
	font-size: 24px;
    padding-bottom: 0.3em;
    line-height: 1.25;
	font-weight:600;
	margin-top:1rem;
}
.single-post .wp-block-group li
{
	font-size: 14px;
}
.class-h2-change
{
	font-size:2em;
}
