
/*** Apply to entire page ***/
* {
	font-family: "Clearent" !important;
}

ol li, ul li {
	padding: 0 0 10px 6px;
}

hr.wp-block-separator {
	border: 0px solid;
}

hr {
	background-color: var(--accent);
	margin-bottom: 65px;
	margin-top: 65px;
}

/*** Background gradient **
#hkb .hkb-mainpage-wrapper { background: linear-gradient(180deg,#fff 0%,#fff7f3 100%) !important;}*/
#hkb .hkb_widget_exit .hkb_widget_exit__btn {
	background: var(--accent) !important;
}

#hkb ul.hkb-article-list a:hover, #hkb .hkb-category .hkb-category__view-all:hover, #hkb .hkb-categoryhead .hkb-categoryhead__title a:hover, #hkb .hkb-articlepreview .hkb-articlepreview__title a:hover {
	color: var(--accent) !important;
}

#hkb .hkb_widget_toc ol li {
	padding: inherit;
}

#hkb .hkb_widget_toc ol li.active>a {
	color: var(--accent) !important;
	background: rgba(105, 35, 244, .06) !important;
	border-radius: 12px;
}

#hkb .hkb_widget_toc ol li a:hover {
	color: var(--accent) !important;
	background: rgba(105, 35, 244, .06) !important;
	border-radius: 12px;
}

#hkb .hkb-pagination a {
	border-radius: 98px !important;
	padding: .781rem 3.438rem !important;
	line-height: 1.7 !important;
	text-transform: none;
	background-color: var(--accent) !important;
	border: .078rem solid var(--accent);
	color: #fff !important;
}

#hkb .hkb-article__content>ol, #hkb .hkb-article__content>ul {
	margin: 2em 0 2em 2em !important;
}

/*ul.hkb-article-list li a, a.hkb-widget__entry-title { color: #6923F4 !important;}
ul.hkb-article-list li a:hover { color: #157fb1 !important;}*/
#hkb .widget {
	background-color: #fff !important;
	border-radius: 8px !important;
	box-shadow: 0px 4px 9px rgba(0, 0, 0, .03), 0px 0px 16px rgba(0, 0, 0, .13);
}

#hkb .hkb_widget_exit .hkb_widget_exit__btn {
	border-radius: 98px !important;
	padding: .781rem 3.438rem !important;
	line-height: 1.7 !important;
}

#hkb .hkb-article .hkb-article__title {
	font-size: 1.5em !important;
}

#hkb .hkb-mainpage__main a {
	color: var(--hkb-link-color-hover);
}

/*** Categories to use with svg***/
#hkb .hkb-categoryhead .hkb-categoryhead__icon {
	margin-right: .5em !important;
	margin-top: -.5em;
}

#hkb .hkb-categoryhead .hkb-categoryhead__icon img, #hkb .hkb-categoryheader .hkb-categoryheader__icon img {
	max-width: 65px !important;
	width: 65px;
}

/*** Search results page ***/
#hkb .hkb-articlepreview:last-of-type {
	border-bottom: inset;
}

.search-results .hkb-articlepreview {
	border: 1px solid #dfe4e6;
	padding: 1.5em !important;
	border-radius: 8px;
	margin-bottom: 15px;
	background-color: #fff !important;
}

h2.hkb-search-noresults__title {
	font-size: 26px;
	margin-bottom: .5em;
	font-weight: bold;
}

/*** footer ***/
.footer-widgets .widget {
	margin-bottom: 5px;
}

/************************************
* mobile
************************************/
@media only screen and (max-width: 767px) {
	/* Add your Mobile Styles here */
	#hkb .hkb-article-related .hkb-article-list li {
		padding-right: inherit !important;
	}
	
	.hkb-mainpage__sidebar {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {}

@media only screen and (min-width: 1025px) {}
