/*
Theme Name: hueman-pro-child
Version: 1.1.4
Description: A child theme of Hueman Pro
Template: hueman-pro
Author: Administrator
*/
@import url("../hueman-pro/style.css");
/* Your awesome customization starts here */

body{
	color:#151515;
}

.entry.excerpt{
	color: #151515;
}
.widget, .widget a{
	color: #151515;
}
.site-description {
    font-size: 2em;
    font-style: normal;
	font-weight:bold;
    color: #fff;
    color: rgba(255,255,255,.9);
    float: left;
    margin-left: 20px;
    line-height: 60px;
    padding: 10px 0;
}