/*
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 ------- */

strong {
  font-weight: 600; }

b, strong {
  font-weight: 600; }


.hkb-archive.hkb-archive--marginb > li {
    margin: 0 0 30px;
}

.hkb-category.hkb-category--boxed.hkb-category--witharticles {
    padding: 25px 65px;
}


.hkb-category.hkb-category--boxed {
    border-radius: 10px;
	background: #f9f9f9;
	transition: box-shadow 150ms;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
}

.hkb-category.hkb-category--boxed:hover {
    -webkit-box-shadow: 0 0 30px 10px #f2f2f2;
    box-shadow: 0 0 30px 10px #f2f2f2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f9f9f9;
}


a.hkb-category__headerlink {
    margin-top: 10px;
}

h2.hkb-archive__title {
    text-align: center;
}

.hkb-site-search .hkb-site-search__field {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}


.hkb-category .hkb-category__articlelist a:before {
    position: absolute;
    left: -12px;
    top: 7px;
    height: 6px;
    width: 6px;
    content: "";
    border: 3px solid #333333;
    border-radius: 41%;
}

.viewmorelink {
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    color: #333;
	font-weight: 600 !important;
}

a.viewmorelink {
    font-weight: 600;
}

.grecaptcha-badge {
    display: none !important;
}

.hkb-category--64 a.viewmorelink {
    display: none;
}