/*
 Theme Name:   IGG Knowledge Base 2
 Description:  Custom child theme of WP Knowledge Base
 Author:       Jon Williams for IGG Software, Inc.
 Version:      2.0
 Template:     wp-knowledge-base
 Text domain:	igg-knowledge-base-2
*/

@import url("/styles/main.css");

body > header h1 a {
	color: #fff;
	font-size: inherit;
}

body > header h1 a:hover {
	color: #fff;
	text-decoration: none;
}

.navbar-default { background-image: none !important }
img#header-logo { max-width: none }

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover { background-image: none }

.btn {
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.btn-primary, .btn-success { border: none !important }
.btn-primary:hover { background-color: #175f84 !important }
a:hover img { opacity: 1 }
h2.knowledgebase-title a, h2.knowledgebase-title a:hover,
h2.entry-title a, h2.entry-title a:hover { text-decoration: none }

.kb-post-list h3 {
	font-family: inherit;
	color: inherit;
}

h1.entry-title, h2.entry-title { font-size: 26px }
.entry p, .entry-content p { font-size: 16px }
.widget .list-group, .kb-home-panels .list-group { text-align: left }
.kb-scat-title { padding-top: 30px }
.label-info { background-color: #00add9 !important }
footer ul { margin-left: 0 }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	h2.knowledgebase-title { font-size: 1.8em !important }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	h2.knowledgebase-title { font-size: 2em !important }
}

/* Extra large devices (ultra hi-res desktops and TVs, 1600px and up) */
@media (min-width: 1600px) {
	
}