/* Changed "Share this" text to "Share normal" hc-23982076-vk*/
h3.sd-title::before {
	padding-top: 10px;
	content: "Share Normal." !important;
	color: #000;
	font-size: .83333rem;
}

h3.sd-title {
	color: #fff;
}

/* Reduce font hc-23982076-vk*/
.widget_recent_entries, section#wpcom_instagram_widget-3 {
	font-size: .83333rem;
}

/* Change font family of the text "Normal" at bottom SS-23982076-hc */
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column p strong {
	color: #010101;
	font-family: Poppins, sans-serif;
	font-family: var(--font-headings,Poppins,sans-serif);
	letter-spacing: normal;
	line-height: 1;
}

/* Site Title Size | 24534474-hc (KK) */
body:not(.fse-enabled) .site-title {
	font-size: 1.728rem;
}

/* Sticky header | 24534474-hc (KK) */
#masthead {
	position: fixed;
	width: 100%;
	z-index: 10;
	background: #fff;
}

#content {
	padding-top: 120px;
}

@media only screen and (min-width: 1280px) {
    .hero-content-wide,
    .hero-content-wide .wp-block-group__inner-container,
    .hero-content-wide .wp-block-columns.alignwide {
        width: 1100px !important;
        max-width: 1100px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.hero-flush.wp-block-group.alignfull {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.single-post .author-bio .author-heading {
 font-size: 18px !important;
 line-height: 1.25;
}

.single-post .author-bio .author-description {
 font-size: 16px;
 line-height: 1.6;
}
/* Top of post: keep author and publish date only */
.entry-header .cat-links,
.entry-header .tags-links,
.entry-header .updated { display: none; }

/* Foot of post: keep tags only */
.entry-footer .byline,
.entry-footer .posted-on,
.entry-footer .cat-links { display: none; }

.post-navigation .post-title {
  font-size: 12pt;
  line-height: 1.4;
}

.comments-title {
  font-size: 14pt;
  line-height: 1.4;
}

.comment-author .fn,
.comment-metadata {
  font-size: 9pt;
}

.comment-content p {
  font-size: 12pt;
  line-height: 1.5;
}

.comment-reply-title {
  font-size: 14pt;
  line-height: 1.4;
}

/* space above the Load more posts button */
.wpnbha .navigation,
.wpnbha .more-button,
.wp-block-a8c-blog-posts .navigation,
.wp-block-a8c-blog-posts .more-button {
  margin-top: 60px;
}