/*
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 ------- */
.ht-container{
	width: 100% !important;
	max-width: 1200px !important;
}
.archive.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive li.have_child .hkb-category.hkb-category--boxed  {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	background: #ffffff !important;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	color: rgba(23, 128, 229, 1);
	max-width: 100%;
	text-align: center;
}
.archive.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive li.have_child .hkb-category.hkb-category--boxed .hkb-category__title a {
	color: #333;
	text-decoration: none;
}

.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive.hkb-archive--3cols li .hkb-category.hkb-category--boxed.hkb-category--style7{
	padding: 20px;
	background: #EEF3F6;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	color: rgba(23, 128, 229, 1);
	max-width: 100%;	
	width: 100%;
}
.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive.hkb-archive--3cols li .hkb-category.hkb-category--boxed.hkb-category--style7:hover {	
	background-color: #fff;
  	border-color: rgba(23, 128, 229, 1);
}

.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive.hkb-archive--3cols li .hkb-category.hkb-category--boxed.hkb-category--style7 .hkb-category__title a {
	cursor: pointer;
}

.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive.hkb-archive--3cols li .hkb-category.hkb-category--boxed.hkb-category--style7:hover .hkb-category__description,
.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive.hkb-archive--3cols li .hkb-category.hkb-category--boxed.hkb-category--style7:hover .hkb-category__title > a {
	color: #333;
}


.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive.hkb-archive--3cols li .hkb-category.hkb-category--boxed.hkb-category--style7 .hkb-category__content {
	display: initial;
}
.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive.hkb-archive--3cols li .hkb-category.hkb-category--boxed.hkb-category--style7 ul.hkb-article-list {
	padding: 0;
	list-style: none;
	margin-top: 20px;
}

.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive.hkb-archive--3cols li .hkb-category.hkb-category--boxed.hkb-category--style7 ul.hkb-article-list li {
	margin-bottom: 14px;
	position: relative;
	padding-left: 25px;
	font-size: 16px;
}

.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive.hkb-archive--3cols li .hkb-category.hkb-category--boxed.hkb-category--style7 ul.hkb-article-list li a {
	color: #333 !important;
	text-decoration: none;
}

.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive.hkb-archive--3cols li .hkb-category.hkb-category--boxed.hkb-category--style7 ul.hkb-article-list li a::before{
	content: "\f15c";
  color: rgba(23, 128, 229, 1);
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
}

.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive.hkb-archive--3cols li .hkb-category.hkb-category--boxed.hkb-category--style7 .hkb-category__content .view-all-btn a.button{
	display: block;
  padding: 6px 15px;
  background-color: #007aff;
  border-radius: 4px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: none;
}

.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive.hkb-archive--3cols.level-0{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
}

.tax-ht_kb_category .ht-page__content .hkb-subcats.hkb-archive.hkb-archive--3cols.level-0 li{
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(23, 128, 229, 1);
  display: flex;
  flex: 1 0 350px;
}
.recent-activity-wrp{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
}

.recent-activity-wrp .recent-article-viewes, .recent-activity-wrp .recent-activity{
	display: block;
	margin: 40px 15px 10px;
	text-align: left;
	padding: 25px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	color: rgba(23, 128, 229, 1);
	flex: 1 0 350px;
}
.recent-activity-wrp .recent-article-viewes .recently-viewed-posts .widget__title{
	font-size: 1.3em;
	font-weight: 700;
	color: #333;
	margin-bottom: 0;
}
.recent-activity-wrp .recent-article-viewes .recently-viewed-posts ul li{
	position: relative;
  	margin-bottom: 0;
	padding-left: 20px;
}
.recent-activity-wrp .recent-article-viewes .recently-viewed-posts ul {
	padding-left: 0;
	list-style: none;
}
.recent-activity-wrp .recent-article-viewes .recently-viewed-posts ul li a{
	display: block;
	padding: 15px 0;
	text-decoration: none;
	color: #333;
}
.recent-activity-wrp .recent-article-viewes .recently-viewed-posts ul li a::before {
	content: "\f15c";
	color: rgba(23, 128, 229, 1);
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
}

.recent-activity-wrp .recent-activity #recent-articles #articles-list {
	padding: 0;
	list-style: none;
}

.recent-activity-wrp .recent-activity #recent-articles #articles-list li h3 a {
	color: #333;
	font-size: 16px;
  	font-weight: 500;
}
.recent-activity-wrp .recent-activity #recent-articles #articles-list li h3 {
	margin: 0;
}
.recent-activity-wrp .recent-activity #recent-articles #articles-list li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.recent-activity-wrp .recent-activity #recent-articles #articles-list li a.recent-activity-item-link{
	color: #333;
	font-size: 14px;
  	font-weight: 300;
	line-height: 21px;
	font-family: 'Open Sans', sans-serif;
}
.recent-activity-wrp .recent-activity #recent-articles #articles-list li .recent-activity-item-meta{

}

.recent-activity-wrp .recent-activity #recent-articles #articles-list li .recent-activity-item-time, .recent-activity-wrp .recent-activity #recent-articles #articles-list li .recent-activity-item-comment {
	color: rgba(23, 128, 229, 1);
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	
}

.recent-activity-wrp .recent-activity #recent-articles #articles-list li .recent-activity-item-comment {
	padding-left: 5px;
}
.recent-activity-wrp .recent-activity #recent-articles #articles-list li a{
	text-decoration: none;
}

.recent-activity-wrp .recent-activity #recent-articles #articles-list li .recent-activity-item-comment .article-comment-count-icon {
	vertical-align: middle;
	color: rgba(23, 128, 229, 1);
	width: 16px;
	height: 16px;
}

.hkb-article .hkb-article__content {
    background: #EEF3F6;
    border-radius: 3px;
    padding: 1px 35px;
    font-size: 1.1em;
    max-width: 100%;
	margin: 0;
}

.hkb-article .hkb-article__content ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}
ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.social-share ul.share {
	list-style: none;
	padding: 0;
	margin-bottom: 0 !important;
}
.share li, .share a {
    display: inline-block;
}
.social-share ul.share li {
    height: 25px;
    width: 25px;
}
.social-share ul.share a svg {
    height: 18px;
    width: 18px;
    display: block;
}
.social-share ul.share a {
    color: #666;
}
.social-share ul.share a:hover {
    text-decoration: none;
    color: rgba(23, 128, 229, 1);
}
.after-article-meta {
	width: 100%;
	display: flex;
}

.hkb-article .after-article-meta {
	width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-top: 10px;
}
.hkb-article .after-article-meta .social-share {
	flex: 1;
	padding-top: 8px;
}
.hkb-article .after-article-meta .comment-count .article-comment-count-icon {
	vertical-align: middle;
	color: rgba(23, 128, 229, 1);
	width: 18px;
	height: 18px;
}

.vote-container p {
	display: inline-block;
	margin-right: 5px;
}
.vote-container button.vote-btn {
	background-color: rgba(23, 128, 229, 1);
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	margin: 0 2px;
	min-width: 30px;
	width: auto;
	border: 1px solid rgba(23, 128, 229, 1);
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 2.34;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
	user-select: none;
	white-space: nowrap;
}
.more-questions {
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.more-questions p {
	margin: 0;
}
.more-questions p a {
	color: rgba(43, 142, 177, 1);
	text-decoration: none;
}

/***** Footer ************/
footer.site-footer {
	background-color: #212A33;
	padding: 20px 0;
}

footer.site-footer .d-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
	margin: 0 -12px;
}
footer.site-footer .footer-navigationfmenu,
footer.site-footer .footer-navigationmenu {
	flex: 0 0 auto;
	width: 25%;
	padding-right: 15px;
}
footer.site-footer .widget {
	background-color: transparent;
	padding: 0;
}
footer.site-footer .widget h3 {
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
}
footer.site-footer .widget ul:not(.social) li {
	padding: 7.5px 0;
	line-height: 1.2;
	margin-bottom: 0;
}
footer.site-footer .widget ul:not(.social) li a {
	position: relative;
	color: rgb(255 255 255 / 80%);
}
footer.site-footer .widget ul:not(.social) li a::before {
	content: '';
	position: absolute;
	bottom: -7.5px;
	left: 50%;
	width: 0;
	border-bottom: 1px solid #ffffff;
	transition: 0.3s;
	transform: translate(-50%, 0);
}
footer.site-footer .widget ul:not(.social) li a:hover::before {
	width: 100%;
}
footer.site-footer .widget ul.social li {
	display: inline-block;
	margin-bottom: 0;
	margin: 2px;
}

footer.site-footer .widget ul.social li a {
	height: 35px;
	display: block;
	width: 35px;
	line-height: 32px;
	border-radius: 3px;
	text-align: center;
	border: 1.5px solid rgb(255 255 255 / 80%);
	color: rgb(255 255 255 / 80%);
}
footer.site-footer .widget ul.social li a i {
	font-size: 0.9em;	
}
footer.site-footer .widget ul.social li a:hover {
	background: #fff;
  	color: #333;
}

footer.site-footer .ht-container {
	width: 90% !important;
	max-width: 1200px !important;
	padding: 0;
}

.footer_copyright {	
	padding: 1px;
	color: #fff;
	font-size: 0.9em;
	background-color: #1B232B;
	text-align: center;
}
.footer_copyright p {
	color: #fff;
	font-size: 0.9em;
}

.ht-page__content:has(.level-1) .ht-categoryheader {
	border-bottom: 0 none;
}

.ht-page__content:has(.level-1) .ht-categoryheader .ht-categoryheader__title {
	color: #333;
	flex-grow: 1;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 32px;
}
.ht-page__content:has(.level-1) .ht-categoryheader .ht-categoryheader__description {
	color: #959595;
	flex-basis: 100%;
}

.hkb-article .hkb-article-author {
	font-size: 15px;
	font-weight: 400;
}

.hkb-article .hkb-article-author .hkb-article-author__avatar {
	margin-right: 10px;
}
.hkb-article .hkb-article-author .hkb-article-author__avatar > img {
	max-width: 40px;
	max-height: 40px;
}
.hkb-article .hkb-article-author .hkb-article-author__name {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

.after-article-meta {
	border-bottom: 1px solid #ddd;
}

.hkb-article .hkb-article__content ol li,
.hkb-article .hkb-article__content p {
	font-size: 16px;
	margin-bottom: 0;	
	word-wrap: break-word;
	color: rgba(51, 51, 51, 1);
	line-height: 1.6;
}

.archive.tax-ht_kb_category .ht-page__content .ht-categoryheader {
	padding-bottom: 30px;
}

.ht-page__content .ht-categoryheader {
	border: 0 none;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.ht-page__content .ht-categoryheader__title {
	color: #333;
	flex-grow: 1;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 32px;
}

.archive.tax-ht_kb_category .ht-page__content .ht-categoryheader__title {
	margin-bottom: 0;
}

.ht-page__content .ht-articlelist {
	background: #EEF3F6;
	padding: 25px;
	border-radius: 3px;
	list-style: none;
  	margin: 0;
}
.ht-page__content .ht-articlelist li {
	position: relative;
	border-bottom: 0 none;
	padding: 0;
	margin: 0;
	font-size: 16px;
  	padding: 10px 0;
	padding-left: 25px;
}
.ht-page__content .ht-articlelist li::before {
	content: "\f15c";
	color: rgba(23, 128, 229, 1);
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
}
.ht-page__content .hkb-articlemini .hkb-article__title {
	color: #333;
	font-size: 16px;
	font-weight: 400;
}

.ht-page__content .article-meta,
.ht-page__content .post-categories,
.ht-page__content .hkb-article__excerpt {
	display: none;
}
.ht-pageheader {
	border-bottom: 1px solid #dddddd;
	padding: 15px 0;
	margin-bottom: 30px;
	background: #fff;
}

.ht-pageheader > .ht-container > .hkb-breadcrumbs_wrap {
	padding: 0;
}
.ht-pageheader > .ht-container > .hkb-breadcrumbs_wrap .hkb-breadcrumbs a {
	color: rgba(43, 142, 177, 1);
}

.site-header__banner {
	background-color: #ffffff;
  	border-bottom: 1px solid #E0E0E0;
	padding: 16px 0;
	min-height: 72px;
}
.site-header__banner .ht-container {
	display: flex;
	align-items: center;
}
.site-header__banner .site-logo img {
	max-height: 37px;
}
.site-header__banner .ht-container .nav-header > ul > li {
	margin: 0;
}
.site-header__banner .ht-container .nav-header > ul > li > a {
	padding: 0 10px;
	color: #666666 !important;
	font-size: 14px;
}
.site-header__banner .ht-container .nav-header > ul > li > a:hover {
	background-color: transparent;
	color: #333 !important;
}


@media (max-width: 1160px) {
	footer.site-footer .ht-container {
		padding: 0 5%;
		width: 100% !important;
	}	
}
/* === End (max-width: 1160px) === */

@media (max-width: 767px) {
	footer.site-footer .d-flex {
		margin: 0;
	}
	footer.site-footer .footer-navigationfmenu, footer.site-footer .footer-navigationmenu {
		width: 50%;
  		padding-right: 0px;
		margin-bottom: 15px;
	}
	footer.site-footer .widget h3 {
		margin-bottom: 15px;
	}
	.site-header__banner .ht-container .nav-header > ul {
		visibility: visible;
		position: static;
		max-height: none;
		display: flex;		
		opacity: 1;
		box-shadow: none;
		justify-content: flex-end;
	}
	.site-header__banner .ht-container .nav-header > ul > li {
		border-bottom: 0 none;
	}
	.site-header__banner .ht-container .nav-header > ul > li:not(:last-child) {
		display: none;		
	}
}
/* === End (max-width: 767px) === */

@media (max-width: 639px) {
	footer.site-footer .footer-navigationfmenu, footer.site-footer .footer-navigationmenu {
		width: 100%;  		
	}
}
/* === End (max-width: 639px) === */

.hkb-category.hkb-category--style7 .hkb-category__link{
	/* align-items: center; */
	text-align: center;
    display: grid;
}
.hkb-category .hkb-category__description{
	color: #8a8a8a !important;
	font-weight: 500;
}
.hkb-category__iconwrap img.hkb-category__icon {
    margin-top: -10px;
}
.ht-pagination {
    margin-top: 20px;
}

h3 {
	font-size: 1.25rem;
}
footer {
    background: #00244d;
}
footer, footer p, footer h3, footer h5, footer h6 {
    color: #fff !important;
}
.footer-navigationfmenu {
    max-width: 370px;
}
.footer-logocontent {
    margin-top: 30px;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.social-media li:not(:last-child) {
    margin-right: 5px;
}

.social-media li a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 0.2s 
ease;
}
footer a {
    color: #fff;
    text-decoration: none;
}
.widget {
    background: transparent;
	padding: 0;	
}
.sidebar .widget ul a{
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #595959;
}
.sidebar .widget ul a:hover {
	color: #007aff !important;
}
.zendesk-ticket-form label {
    /* display: inline-block; */
	width: 100%;
	margin-bottom: .5rem;
}

.page .hkb-article .hkb-article__content {
	padding: 35px 35px;
}

#submitTicket{
	background: #007aff !important;
	color: #fff !important;
	border-radius: 99px;
	padding: 10px 20px;
}


.site-header__banner .ht-container .nav-header > ul > li.submitTicket{
	background: #007aff !important;
	padding: 0 15px;
	border-radius: 99px;
}
.site-header__banner .ht-container .nav-header > ul > li.submitTicket > a{
	color: #fff !important;
	padding: 15px;
}
.site-header__banner .ht-container .nav-header > ul > li.submitTicket > a:hover{
	background: transparent !important;
}
.nav-header>ul>li:hover>a{
	background: transparent;
}

#hkb.hkb-searchresults {
    list-style: none;
    padding: 0;
    text-align: left;
}

@media screen and (max-width: 1023.99px) {
    .container {
        max-width: 97% !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 767px) {
    .logo img {
        max-width: 130px;
    }
	.site-header__banner .ht-container .nav-header > ul > li.submitTicket > a {
		padding: 15px 1px;
	}
}
@media screen and (max-width: 767.98px) {
    .footer-navigationmenu {
        min-width: 100%;
    }
	.site-header__banner .ht-container .nav-header > ul > li.submitTicket > a {
		padding: 15px 1px;
	}
}	

@media screen and (max-width: 991.98px) {
    .footer-navigationmenu {
        min-width: 33%;
    }
}

.live_search_results {
    position: absolute;
    top: 53px;
    max-width: 100%;
    width: 100% !important;
}

.sidebar .widget .widget__title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}

.sidebar .widget {
    margin: 0 0 40px;
}