/*

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 ------- */
.site-header {
    border-top: 3px solid #BA0C2F;
}
.site-logo {
	max-width: 200px;
}
.textwidget p {
	font-size: 14px;
}
button, input[type="reset"], input[type="submit"], input[type="button"], .hkb_widget_exit__btn {
	border-radius: 0 !important;
}
.ht-page.ht-page--sidebaroff .ht-page__content {
	max-width: 100%;
}

.margin-bottom-remove {
	margin-bottom: 0;
}
.margin-top-remove {
	margin-top: 0;
}
.margin-left-remove {
	margin-left: 0;
}
.margin-right-remove {
	margin-right: 0;
}
.margin-remove {
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.ht-page.ht-page--sidebarleft .sidebar, 
	.ht-page.ht-page--sidebarright .sidebar {
	    width: 25%;
	}
	.ht-page.ht-page--sidebarleft .ht-page__content, 
	.ht-page.ht-page--sidebarright .ht-page__content {
	    width: 75%;
	}
}
.hkb_widget_categories a {
	padding: 5px 0;
}
.wp-block-table td, .wp-block-table th {
    word-break: normal;
}
.postid-315 .wp-block-table tbody tr > td:not(:first-of-type) {
	text-align: center;
}
.postid-230 .wp-block-table tbody tr > td {
    padding: 12px 8px;
}
.postid-230 .wp-block-table tbody tr > td:first-of-type {
	width: 30%;
}
.postid-230 .wp-block-table img {
    width: auto!important;
    max-width: 200px;
    max-height: 80px;
}
/* 
custom color for code highlighter */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc !important;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc !important;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none !important;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0 !important;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray !important;
}

.token.punctuation {
	color: #999;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905 !important;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690 !important;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #9a6e3a;
	/* This background color was intended by the author of this theme. */
	background: hsla(0, 0%, 100%, .5) !important;
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a !important;
}

.token.function,
.token.class-name {
	color: #DD4A68 !important;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90 !important;
}

.token.important,
.token.bold {
	font-weight: bold !important;
}
.token.italic {
	font-style: italic !important;
}

.token.entity {
	cursor: help !important;
}