/*
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 ------- */

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat');

.wpnawfree-plugin, .news_pagination{
	display:none;
}

/* MAIN PAGE */

/* Header */
.site-logo img {
	max-height: 60px;
	max-width: 140px;
}

.site-logo .site-official-title {
	color: white;
	font-size: 25px;
	font-family: 'Montserrat';
		
}

.site-header .site-header__title {
	font-size: 50px;
}

/* ARCHIVES */

.hkb-archive__title {
	font-weight: bold;
}

/* CATEGORIES */

.hkb-category .hkb-category__title {
	font-size: 22px;
}


/* ARTICLES */

.hkb-article__content h3 {
	font-weight: 600;
}
.screenshot {
	border: solid #ccc 1px;
	margin: 15px 0 35px 0;
	padding: 10px;
}

/* WIDGETS */
.hkb_widget_articles a, .hkb-article__title {
	color: #260859;
}


/* FOOTER */

footer.site-footer {
	background-color: #003366;
}

.site-footer .site-footer__copyright {
	color: white;
}
.site-footer .site-footer__copyright a {
	color: white;
	text-decoration: none;
}
