/* ==========================================================================
   EGS SITE — STABLE CSS
   Verity Theme
   ========================================================================== */


/* ==========================================================================
   1. HIDE WORDPRESS / THEME PROMOTIONAL FOOTER LINKS
   ========================================================================== */

.site-info,
.site-footer .footer-credits,
.developer-copyright,
.site-info a,
a[href*="wordpress.com"],
a[href*="woocommerce"] {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	opacity: 0 !important;
}


/* ==========================================================================
   2. EGS COPYRIGHT FOOTER
   ========================================================================== */

.site-footer::after {
	content: "© 2026 Eleanor Gates-Stuart. All Rights Reserved.\A Director of the Portrait Institute";
	white-space: pre-wrap !important;
	display: block !important;
	font-size: 13px !important;
	color: #666666 !important;
	text-align: center !important;
	line-height: 1.8 !important;
	font-family: inherit !important;
	text-transform: none !important;
	letter-spacing: .5px !important;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	width: 100% !important;
	clear: both !important;
}


/* ==========================================================================
   3. RESTORE VERITY SITE WIDTH
   ========================================================================== */

#page,
.site {
	width: 100% !important;
	max-width: 1400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

#content,
.site-content {
	width: 100% !important;
	max-width: none !important;
}


/* ==========================================================================
   4. HIDE VERITY AUTOMATIC HOMEPAGE CONTENT
   KEEP ONLY THE NEW STATIC HOME PAGE
   ========================================================================== */

.home #featured-content-section,
.home #portfolio-section,
.home .verity-featured-content,
.home .verity-portfolio,
.home .ect-featured-content-section,
.home .ect-portfolio-section,
.home .featured-content-wrapper,
.home .portfolio-wrapper,
.home .homepage-featured-content,
.home .homepage-portfolio,
.home .archive-posts-headline,
.home .posts-wrapper,
.home #recent-posts,
.home .recent-posts-wrapper,
.home #recent-posts-section,
.home .navigation.pagination,
.home #infinite-handle,
.home .load-more-wrapper {
	display: none !important;
}