/*
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-site-search .hkb-site-search__field {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  display: block;
  width: 100%;
  padding: 18px 20px 18px 45px;
  border: 0;
  outline: none;
  box-shadow: 0 0 0 5px rgb(255 255 255 / 15%);
}
.hkb-category.hkb-category--style7 {
  flex-direction: column;
}
.hkb-category__sub_container {
  display: flex;
  flex-direction: column;
  padding: 10px 0px 25px 10px;
  align-items: flex-start;
}
.hkb-category__sub_container a {
  padding: 5px 0px 0px 0px;
  font-size: 18px;
  line-height: 1.5;
  color: #4b8325;
  text-decoration: none;
  position: relative;
}
.hkb-category__sub_container a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f4f5f5;
  bottom: 0px;
  left: 0px;
}
.hkb-category__sub_container a:hover {
  transform: scale(1.03);
  transform-origin: left;
  transition: all 0.3s;
}
.hkb-subcats.hkb-subcats--custom.hkb-archive--2cols li {
  width: 100%;
}

.hkb-subcats.hkb-subcats--custom .hkb-category__title {
  font-size: 23px;
  color: #2f353e;
}

.hkb-subcats.hkb-subcats--custom .hkb-category__link {
  padding: 10px 0px;
}
.hkb-subcats--custom .hkb-category__content .hkb-category__description {
  font-size: 14px;
  line-height: 1.4;
}
.ht-categoryheader,
.hkb-archive__title {
  margin: 0 0 25px !important;
}
.widget.hkb_widget_categories .sub-category__item {
  display: none;
}

.hkb-breadcrumbs li:last-child{
  color: #4b8326;
}
.hkb-article .hkb-article__lastupdated,
.ht-categoryheader .ht-categoryheader__description{
  color: #797676;
}

@media (max-width: 790px) {
  .hkb-subcats.hkb-subcats--custom .hkb-category__link {
    padding: 10px 0px;
  }
  .hkb-category__sub_container {
    padding: 10px 0px 25px 0px;
  }
  .hkb-category__sub_container a:before {
    display: none;
  }
  .ht-categoryheader,
  .hkb-archive__title {
    margin: 0 0 15px !important;
  }
}