/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 06 2025 | 13:05:33 */
#page #masthead #ast-desktop-header .ast-main-header-wrap .ast-primary-header-bar a.custom-logo-link .custom-logo {
	filter: unset;
}

.single .entry-header .post-thumb img {
	width: 100%;
}

div#comments {
	display: none;
}

#mainheadwrap {
	position: absolute;
}

body.archive.category.category-blogs #primary,
body.wp-singular.single #primary {
	margin: 6rem 0 5rem;
}

#clientgallery .swiper-wrapper {
	align-items: center;
}

#clientgallery .swiper-wrapper .swiper-slide-image {
	height: 50px;
	object-fit: contain;
	filter: grayscale(1);
	transition: all .3s ease;
}

#clientgallery .swiper-wrapper .swiper-slide-image:hover {
	filter: grayscale(0);
}

body.single-post article .entry-header h1.entry-title {
	font-size: 2.5rem;
}

body.single-post article .entry-content h2 {
	font-size: 2rem;
}

body.single-post article .entry-content h3 {
	font-size: 1.5rem;
}

body.single-post article .entry-header .entry-meta {
	display: none;
}