/* Reduce bottom padding on the main header wrapper */
#masthead {
    margin-bottom: 0.5em !important;
		padding-bottom: 0.5em !important;
}

/* Force collapse height on the utility container */
header .utility-container,
div[class*="utility"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Force collapse height on the branding container */
header .branding-container,
div[class*="branding"] {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Strip margins from elements inside the branding container that force height */
header .branding-container * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Ensure line-height on menu items isn't forcing vertical stretching */
header .main-navigation a,
header .site-title {
    line-height: 1.2 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* Center featured images on blog posts, pages, and archives */
.post-thumbnail,
.featured-image,
.entry-header .post-thumbnail {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Ensure the image element itself is centered as a block */
.post-thumbnail img,
.featured-image img,
.entry-header .post-thumbnail img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Hide images and titles */
.page-id-44 .featured-image,
.page-id-44 .post-thumbnail,
.page-id-44 .entry-featured {
  display: none !important;
}

.page-id-130 .entry-title {
	display: none;
}

.page-id-156 .entry-title {
	display: none;
}

.page-id-156 .site-header {
	display: none;
}

.page-id-288 .entry-title {
	display: none;
}

.page-id-936 .entry-title {
	display: none;
}

.wp-block-button__link {
	background-color: #FBB040;
	border-radius: 10px;
	color: #fdfefe;
	padding: 10px;
	text-align: center;
}

.home #front-page-recent-posts {
    display: none !important;
}