.hkb_widget_exit_btn_custom{
	display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 18px;
    line-height: 1;
    border-radius: 99px;
    transition: background .3s ease-in-out;
	background: #ed8b00;
}

.hkb_widget_exit_btn_custom:hover{
	display: inline-block;
    text-decoration: none;
    color: #fff;
	background: #ed8b00;
}

.site-footer {
    background: #2d2d2d;
    padding: 15px 0;
    position: relative;
}

.site-logo{
    max-width: 33%;
}

.custom_link{
 text-decoration: none !important; 
}

.tax-ht_kb_category .ht-categoryheader{
  display: none !important;
}

.hkb-category .hkb-category__description {
    font-size: 16px;
    line-height: 22px;
    color: #5d5d5d;
    margin: 8px 0 0;
}