/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 07:55:36 */
.custom-sidebar {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.sidebar-section h3 {
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 2rem;
	color: #120034;
}
.sidebar-section ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	font-size: var(--e-global-typography-text-font-size);
	line-height: 1.2;
}
.sidebar-section ul li a {
	color: #120034;
}
.sidebar-section ul li a:hover {
	color: #fe3f98;
}
.sidebar-section ul li {
	padding-bottom: 2rem;
	border-bottom: 1px solid #c5c5c5;
}


.sidebar-section.categories,
.sidebar-section.popular-posts, 
.sidebar-section.tags {
	margin-top: 7rem;
}

.tag-list {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}
.tag-list a {
	font-size: var(--e-global-typography-a1f54e5-font-size);
	line-height: 1.2;
	padding: 0.8rem;
	border: 1px solid #c5c5c5;
	color: #120034;
}
.tag-list a:hover {
	color: #fff;
	background-color: #120034;
	border-color: #120034;
}
.popular-post-item {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 2rem;
	padding-bottom: 2rem;
}
.popular-post-item .thumb img {
	width: 10rem;
	height: 10rem;
	object-fit: cover;
	border-radius: 1rem;
}
.popular-post-item .thumb {
	flex-shrink: 0;
}
.popular-post-item .content a h4 {
	font-size: var(--e-global-typography-text-font-size);
	line-height: 1.2;
	color: #120034;
}
.popular-post-item .content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.popular-post-item .date {
	font-size: 1.8rem;
	color: #fe3f98;
}
.sidebar-section {
	padding: 5rem 2rem;
	background: white;
	border-radius: 16px;
}






.elementor-widget-theme-post-content p {
	margin-bottom: 2rem;
}
.wp-block-separator.has-alpha-channel-opacity {
	opacity: 0;
}
.elementor-widget-theme-post-content h3 {
	font-size: var(--e-global-typography-primary-font-size);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 2rem;
	color: #120034;
}
.elementor-widget-theme-post-content h5 {
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 2rem;
	color: #120034;
}
.elementor-widget-theme-post-content .wp-block-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding-bottom: 2rem;
}
.elementor-widget-theme-post-content a {
	color: #fe3f98;
}




.custom-post-nav {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
}
.custom-post-nav a {
	color: #120034;
}
.custom-post-nav a:hover {
	color: #fe3f98;
}
.prev-post a {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
	gap: 2rem;
	text-align: right;
}
.next-post a {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: start;
	gap: 2rem;
}
.nav-label {
	font-size: 1.8rem;
	text-transform: uppercase;
}
.post-title {
	font-size: 2rem;
	line-height: 1.2;
	color: #120034;
	font-weight: 700;
}
.custom-post-nav a:hover .post-title {
	color: #fe3f98;
}
.prev-post, .next-post {
	background: #fff;
	padding: 3rem;
	border-radius: 1.6rem;
}



@media(max-width: 768px) {
	.nav-label {
	font-size: 1.5rem;
}
	.post-title {
	font-size: 1.8rem;
}
}







