/**
 * Theme Name: HiTens
 * Description: WBlock Child theme
 * Author: WPDAXUE.COM
 * Version: 1.0.0
 * Template: blocksy
 * Text Domain: wblock-child
 */
.wpkj_faq .entry-title {
    cursor: default;
}
.wpkj_faq .faq-btn {
    display: none;
}
.wpkj_faq {
    position: relative;
    padding-left: 50px !important;
}

.wpkj_faq::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 25px;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    background: var(--theme-palette-color-5);
    border-radius: 0 0 100px;
    padding-left: 10px;
}
.entry-content .wpc-filters-section {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    align-items: center;
    border-bottom: 1px solid var(--theme-palette-color-5);
}
.entry-content .wpc-filter-header {
    min-width: 160px;
    color: var(--theme-palette-color-4);
    font-weight: 500;
}
.entry-content .wpc-filter-title {
    margin-bottom: 0;
}
.entry-content .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item {
    margin-bottom: 0;
}
.wpc-edit-filter-set {
    display: none;
}
.wpc-filters-main-wrap li.wpc-term-item a {
    margin-right: 0;
    color: var(--theme-palette-color-4);
}
.entry-content .wpc-filters-main-wrap li.wpc-term-selected a { 
    color: var(--theme-palette-color-2);
}
.entry-content .wpc-custom-selected-terms {
    margin-bottom: 20px;
}
.entry-content .wpc-filters-main-wrap ul.wpc-filters-ul-list {
    display: flex;
    gap: 20px;
}
body .entry-content .wpc-filters-main-wrap li.wpc-term-item {
    margin-bottom: 0;
}
.entry-content .wpc-filters-main-wrap li.wpc-term-item input[type=radio] {
    display: none;
}
.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, 
.widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, 
.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, 
.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, 
.wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, 
.wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, 
.wpc-term-count-0:not(.wpc-has-not-empty-children), 
.wpc-term-count-0:not(.wpc-has-not-empty-children) a, 
body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, 
body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a {
    opacity: 0.6 !important;
}

.fluentform .ff-el-input--label label {
    font-weight: 600;
}
.home-categories .gspb_button_wrapper{
    height: 48px;
}
.home-categories .gspb-buttonbox {
    position: absolute;
    bottom: 30px;
}
@media (max-width: 689.98px) {
	.home-categories .gspb-buttonbox {
        bottom: 10px;
    }
}

.ct-sidebar div.ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list {
    padding: 0;
}

.f12-captcha {
	margin-bottom: 30px;
}
.f12-captcha .c-header {
	margin-bottom:10px;
}
.f12-captcha label {
	font-weight:600;
}