/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* Adds a copyright notice to the footer */
.credits:before {
	content: "© 2026 Baisakhi Saha | All Rights Reserved";
	display: block;
	padding-bottom: 10px;
	font-size: 11px;
}

/* Change primary menu color | 13110437-hc-kf */
#site-navigation, .sf-menu ul li, .sf-menu ul ul li {
	background-color: white;
}

#site-navigation ul li a:hover {
	color: #f24444;
}

.sf-menu > li > a::after {
	background-color: #f24444;
}

/* Change footer menu hover color | 13110437-hc-kf */
.site-secondary-menu ul li a:hover {
	color: #f24444;
}

/* Change the background color of the slideshow to black on Ted Talks page  | #13227593-HC YM */
article#post-4523 .slideshow-window {
	background-color: #000;
	border: 5px solid #000;
}

/* Change the background color of the slideshow to black on Gallery page  | #13227593-HC YM */
article#post-820 .slideshow-window {
	background-color: #000;
	border: 5px solid #000;
}

/* Remove the dots from the bottom of the slider  | #13227593-HC YM */
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets {
	display: none;
}

/* fixes for blog posts block | 18654720-hc */
.wpnbha .entry-wrapper {
	flex-direction: column;
}

.wpnbha .cat-links,
.wpnbha .entry-meta,
.wpnbha .entry-title {
	align-self: flex-start;
}

/* end fixes for blog posts block */
/* Reduces margins from Blog Posts Block titles, meta, and categories to reduce spacing */
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper>* {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Updates font color on category links on blog posts block 19400397hc */
.wp-block-newspack-blocks-homepage-articles article .cat-links a {
	color: #dc1313;
}

/* Custom style to be used in blocks | JC-20214248-hc */
.left-border {
	border-left: solid #dc1313 7px;
}

/* Blockquote styles / 3168569-zen (MI) */
.entry-content blockquote::after {
	clear: both;
	display: block;
}

.entry-content blockquote, 
.entry-content blockquote p {
	font-size: 1em;
	background-color: #F9F9F9;
}

/* Remove spacing below Instagram widget heading and remove "|Facebook" text below Facebook widget | 31848290-hc (SV) */
#block-3 {
	margin-bottom: 0;
}

#facebook-likebox-11 blockquote {
	display: none;
}

/* fix 2-column gallery item display | 4410159-zen eD */
.wp-block-gallery.columns-2 .blocks-gallery-image, 
.wp-block-gallery.columns-2 .blocks-gallery-item {
	width: calc((100% - 1em) / 2);
}

/* add color to the citation in the quote block  || HC-36441572 | MM */
.wp-block-quote cite,
.wp-block-quote cite strong {
	color: #666;
}

.wp-block-quote cite a,
.wp-block-quote cite strong a {
	color: #999;
}

/* Post Carousel Title font size change on Blog page || #36997128 HC VG */
.page-id-6399 .wp-block-newspack-blocks-carousel .entry-title a {
	font-size: 20px;
}

/* fix outline button | ZD-5781754*/
.is-style-outline .wp-element-button {
	color: #d93d3d !important;
}