
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 02 2026 | 10:52:14 */
.page-id-54 .main_banner {
	display: none;
}

.cat_cont .elementor-widget-heading {
	flex: 1;
	min-width: 0;
}

.page-id-1620 .main_banner {
	display: none;
}

.fixed_footer_btn {
	z-index: 999 !important;
}

.cat_button a {
	font-size: 14px !important;
}

.cat_head a {
	font-size: 25px !important;
}

.cat_dt time {
	font-size: 14px !important;
}

.hcat_button a {
	background-color: #0c0d0e;
	padding: 6px 8px 8px 8px;
	border-radius: 0px;
	color: #fff !important;
}

.cat_show a {
	color: #000 !important;
}

/* Mobile only */
@media (max-width: 767px) {
	/* Make container horizontal */
	.cat_cont {
		display: flex !important;
		align-items: center;
		gap: 12px;
	}
	
	/* Image widget */
	.cat_cont .elementor-widget-image {
		flex: 0 0 90px;
		/* fixed width */
		max-width: 90px;
	}
	
	/* Image itself */
	.cat_cont img {
		width: 90px !important;
		height: 90px !important;
		object-fit: cover;
		display: block;
	}
	
	/* Title should take remaining space */
	.cat_cont .elementor-widget-heading {
		flex: 1;
		min-width: 0;
	}
	
	/* Optional: prevent excessive wrapping */
	.cat_cont h2 {
		font-size: 16px;
		line-height: 1.3;
	}
}

/* Apply font size 18px to all <p> and <a> (including nested elements) */
body:not(.wp-admin) p:not(.e-n-menu *), body:not(.wp-admin) p:not(.e-n-menu *) * {
	font-size: 18px;
}

body:not(.wp-admin) a:not(.e-n-menu *), body:not(.wp-admin) a:not(.e-n-menu *) * {
	font-size: 18px;
}

/* Reset any font-size changes inside nav.e-n-menu just to be safe */
nav.e-n-menu a, nav.e-n-menu a * {
	font-size: unset !important;
}

.cat_button a {
	background-color: #a3835a;
	padding: 10px;
	border-radius: 0px;
	color: #fff !important;
}
