/*
Theme Name:     KnowHow Child Theme
Theme URI: 		http://jcu.studybox.space
Description:    Child theme for KnowHow 
Author: 		Hero Themes
Author URI: 	http://herothemes.com
Template:       knowhow
Version:        1.0.0
*/

@import url("../knowhow/style.css");


/* ------- Insert custom styles below this line ------- */

h1,h2,h3,h4{font-family:Montserrat;}
#copyright{float:none !important;}
.comment-form-author label, .comment-form-email label, .comment-form-url label {
	line-height: 25px !important;
}

@media (prefers-color-scheme: dark) {
	
	#homepage-categories .column:before{color:#808080;}
	.enlighter-t-wpcustom .enlighter-btn {
    background-color: rgb(139 139 139) !important;
	}
	
	.enlighter-t-wpcustom.enlighter-hover div.enlighter>div:hover {
    background-color: #e8e8e81a !important;
	}
	#comments input { border: solid 1px #776f62 !important;}
}