/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* Remove white background from follow widget | #16159703-hc kn */
.footer-widget-area .widget.jetpack_subscription_widget {
	background: transparent;
}

.copyright::before {
	content: "© 2026 Pendants for a Cause. All Rights Reserved.";
	display: block;
	margin-bottom: 10px;
}

/* Center footer widget titles | #16159703-hc kn */
.footer .widget-title {
	text-align: center;
}

/* Change font size of page headings | SN-16293747-hc */
.wf-active .aboutpage .cd-fixed-bg-one h1 {
	font-size: 45px;
}

/* Increase space between site tagline and menu | 16319475-hc lm */
.brand {
	padding-bottom: 20px;
}

/* Add transparency to mobile menu toggle | 16319475-hc lm */
.menu-toggle {
	background: transparent;
}

/* Reduce logo size | SN-16293747-hc */
.headerblock.alternative .site-logo img {
	height: 110px;
	padding-right: 0;
}

.site-title {
	display: inherit;
	padding-top: 5px;
}

.site-description {
	display: initial;
}

/* Site Title and Tagline Size | 16340582-hc (KK) */
@media screen {
	.site-title {
		font-size: 3.3rem;
	}
	
	.site-description {
		font-size: 1.8rem;
	}
}

/* Change heading sizes | 16340582-hc (KK) */
@media screen {
	.entry-content h2,
			.entry-summary h2,
			.page-content h2,
			.comment-content h2 {
		font-size: 35px;
	}
	
	.column h1.entry-title,
			.column h2.entry-title {
		font-size: 25px;
	}
	
	.entry-content h3,
			.entry-summary h3,
			.page-content h3,
			.comment-content h3 {
		font-size: 30px;
	}
	
	.content-right-block h2.entry-title {
		font-size: 28px;
	}
}

.copyright::after {
	padding-left: 3em;
}

.copyright {
	padding-bottom: 20px;
}

/* Hide categories and tags across single post layouts in Maisha */
.single-post .cat-links,
.single-post .tags-links,
.single-post .entry-meta .cat-links,
.single-post .entry-meta .tags-links,
.single-post .post-categories,
.single-post .post-tags,
.single-post .entry-footer .cat-links,
.single-post .entry-footer .tags-links {
	display: none !important;
}

/* Hide categories and tags on blog, archive, and search pages in Maisha */
.blog .cat-links,
.blog .tags-links,
.archive .cat-links,
.archive .tags-links,
.search .cat-links,
.search .tags-links,
.blog .entry-meta .cat-links,
.blog .entry-meta .tags-links,
.archive .entry-meta .cat-links,
.archive .entry-meta .tags-links {
	display: none !important;
}

/* Hide author name in post footer */
.entry-footer .author.vcard {
	display: none !important;
}

/* =========================
   BLOG / CONTENT REFINEMENTS ONLY
   ========================= */
/* Set readable main text color without recoloring inner content boxes */
body {
	color: #2E2E2E;
}

/* Lighten only blog posts and single posts, not regular pages */
.single-post .post,
.blog .post {
	background-color: #F4E7E2;
	padding: 20px;
	border-radius: 6px;
}

/* Only style the blog/sidebar widgets in the right column */
.content-right-block .widget {
	background-color: #E8C9C2;
	padding: 18px;
	border-radius: 4px;
}

/* Optional refinements */
/* Softer article background for blog posts only */
.single-post .post,
.blog .post {
	background-color: #F6EDEA;
}

/* Improve readability in post content */
.entry-content {
	line-height: 1.7;
}

/* Subtle widget hover in right sidebar only */
.content-right-block .widget:hover {
	transform: translateY(-2px);
	transition: all .2s ease;
}

/* Hide the "Published by" author section on single posts */
.single-post .author-box,
.single-post .post-author,
.single-post .entry-author,
.single-post .author-info,
.single-post .author-bio,
.single-post .post-author-box,
.single-post .single-author,
.single-post .sharedaddy,
.single-post .jp-relatedposts-post-context,
.single-post [class*="author"] {
	display: none !important;
}