/* Change size of logo on mobile 21589850-hc cw */
@media screen and (max-width: 600px) {
	.custom-logo {
		max-width: 50%;
	}
}

/* Reducing size of logo | wb-40916239-hc */
img.custom-logo {
    max-width: 55%;
}

/* Footer text 22360309-hc kp */
.site-info::after {
	color: #020202;
	content: "© CNS Finance 2026 | Developed and maintained by Radiant Mark";
	font-size: 18px;
}

/* Remove whitespace after header image 21646916-hc cw */
#content {
	padding-top: 0;
}

/* Hide the site title - 28704210-hc DP*/
.site-title {
	display: none !important;
}

/* set the font size on the front page cover block back to 16px SK HC 28830101 */
#post-3 > div > div > div > p {
	font-size: 16pt;
}
/* Remove whitespace around image gallery  37382773-hc | WH */
.kb-gallery-type-carousel.kb-gallery-id-_bf5c0a-d5 .kt-blocks-carousel .kt-blocks-carousel-init .kb-slide-item, .kb-gallery-type-fluidcarousel.kb-gallery-id-_bf5c0a-d5 .kt-blocks-carousel .kt-blocks-carousel-init .kb-slide-item, .kb-gallery-type-carousel .kt-blocks-carousel-init:not(.slick-initialized) .kb-slide-item {
	padding: 0px;
}

/* Adjust padding on entry-title | 37527537-hc (BS) */  
.entry-title {
    padding-top: 50px;
}
/* END - Adjust padding on entry-title | 37527537-hc (BS) */ 

/* Override theme navigation menu opacity for custom links, so that it's not transparent. #37641655-hc J-NC */
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	opacity: 1;
}
/* Hide page titles | 40255117-hc bb */
.page h1.entry-title { display: none; }

/* Hide post categories on individual posts | 40258180-hc bb */
div.entry-meta {
	display: none;
}

/* Slideshow Block (Autoplay mode): hide the navigation controls | 40289069-hc */
.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-prev,
.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-next,
.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_pagination,
.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_button-pause {
  display: none !important;
}

/* reduce height of slideshow block on site front page | 3607362-zen eD */
.wp-block-jetpack-slideshow_swiper-wrapper {
    max-height: 700px;
}                 

/* Slideshow bottom spacing | 40289069-hc (DH)*/.wp-block-jetpack-slideshow { margin-bottom: 0; }

.wp-block-jetpack-slideshow.alignfull  {
  margin-bottom: 0;
}
/* remove outline from jetpack form button | 40658427-hc eD */
.wp-block-jetpack-contact-form button.wp-block-button__link {
	border: none;
}