/*
Theme Name:     KnowAll Child Theme
Theme URI: 		http://herothemes.com/
Description:    Child theme for KnowAll 
Author: 		HeroThemes
Author URI: 	http://herothemes.com
Template:       knowall
Version:        1.0.0
*/

/* ------- Insert custom styles below this line ------- */

.hkb-category {
	padding: 50px 25px !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: 0px 0px 15px 0px #f3f3f3 !important;
}

.hkb-category .hkb-category__viewall {
	padding: 5px 20px;
    display: inline-block;
    background: #0064ff;
    color: #fff !important;
    border-radius: 5px;
}

.hkb-category .hkb-category__title {
    color: #1a233b;
    font: 700 25px/35px 'Poppins', sans-serif !important;
}

.hkb-category .hkb-category__articlelist {
    list-style: none;
    margin: 0;
}

.hkb-category .hkb-category__articlelist a:before {
	border: 0;
	list-style-image: url('https://support.paykickstart.com/wp-content/uploads/2022/11/icons19.png');
}
.hkb-category .hkb-category__articlelist>li {
	background: url(https://support.paykickstart.com/wp-content/uploads/2022/11/icons19.png) no-repeat left center;
    font: 400 16px/24px 'Poppins', sans-serif;
    color: #0061ff;    
    position: relative;	
    padding: 16px 0 17px 40px;
	border-bottom: 1px solid #ccc;
}