/*
Theme Name:  Child Theme for Hueman
Theme URI:  https://www.knittingpirate.com
Description:  Child theme for the Hueman theme.
Author:  knittingpirate
Text Domain:  pirate
Author URI:  https://www.knittingpirate.com/
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Template:  hueman
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/

#header-image-wrap {
	height: 150px;
}

.hu-pad {
    padding: 10px 30px 10px;
}

.kp_tag a::before {
	content: "#";
	transition: all 0s ease;
}

.page-title .meta-single li {
	margin-right: 5px;
}

.post-tags {
	margin-bottom: 5px;
}

.single .post-title {
	font-size: 2.4em;
	margin-bottom: 0px;
}

.site-title a {
	font-family: 'cooper', Arial, Helvetica, sans-serif;
	font-size: 60px;
	text-decoration: underline;
	color: #c6f4f4;
	text-shadow:
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;	
}

.sidebar .widget {
	padding: 15px 30px 15px;
}

.themeform button[type=submit], input[type=submit] {
	font-weight: 400;
}

.widget_pages ul li a {
	padding: 3px 0;
}
.widget_pages ul li li a {
	padding-left: 15px;
}

.widget_links ul li {
	padding: 3px 0;	
}