.bwp-header-menu>nav, div.bwp-header-icons {
	display: grid;
    grid-template-rows: 1fr auto;
}

.bwp-header-menu>nav ul.sf-menu {
	grid-row: 2;
}

main.bwp-single-post-container {
	margin-top: 25px;
}

main.bwp-single-post-container figure.bwp-post-media {
	margin-top: -2rem
}

body.category section.bwp-recent-posts-section {
	margin-top: 1rem;
}

section.bwp-recent-posts-section>header.bwp-section-header {
	display: none;
}
section.bwp-recent-posts-section a {
	text-decoration: none;
}
section.bwp-recent-posts-section ul.bwp-post-metadata {
	padding-left: unset;
}
section.bwp-recent-posts-section   .bwp-post-title {
  margin: 0;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.35;
}
section.bwp-recent-posts-section .bwp-post-metadata {
  margin: 0 0 8px;
  padding-left: 1px;
  text-align: left;
}

#bwp-header .bwp-header-mobile-menu #bwp-custom-logo {
	display: inline-block;
  width: 60px;
}

@media (min-width: 800px) {
	article .bwp-single-post-content,
	article .bwp-single-post-header{
		margin: unset;
		max-width: 100%;
	}	
}

div.bwp-content :first-child.wp-block-image {
	margin: 0 0 -8px;
}

div.bwp-content :first-child.wp-block-image>img {
	padding-bottom: 35px;
}

div.bwp-content .wp-block-media-text .wp-block-media-text__content > :first-child {
  margin-top: unset;
}

header.bwp-single-post-header.bwp-no-featured-media {
	margin-bottom: unset;
	margin-top: -20px;
}

header.bwp-single-post-header .bwp-single-post-header-separator {
	margin: 10px 0;
}

.bwp-single-post-article.has-post-thumbnail header.bwp-single-post-header {
	margin-top: -20px;
}

div.bwp-posts {
	margin-right: unset;
}