/*
 Theme Name:   Hueman Child by SuperIT
 Theme URI:    http://www.superitstudio.com
 Description:  Modified Child Theme for Hueman Theme on the site of Atlanta Chinese Life
 Author:       SuperIT Web Studio
 Author URI:   http://www.superitstudio.com
 Template:     hueman
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, fixed-layout, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain: hueman
*/

/* Inherit the default theme styles 
@import url( ../hueman/style.css );
*/ 
/* Inherit the default theme adminbar styles 
@import url( ../hueman/adminbar.css );
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.content {
    
    color: #000 !important;
}

.entry h2{
	color:#993300;
}

.widget>h3 {
    font-size: 20px;
    font-weight: 800;
    color: #000;
    border-bottom: 1px dotted #f98181;
    border-left: 5px solid #428BCA;
    padding: 0 0 0 5px;
    background: #fafafa;
    line-height: 35px;
}

.widget_awpcp-latest-ads ul li, .widget_wpbdp_featuredlistingswidget ul li {
    color: #999;
    border-bottom: 1px solid #e4e4e4;
	padding: 10px 0;
}

.awpcp-listings-widget-items-list .awpcp-listings-widget-item .awpcp-listing-title {
    font-weight: normal !important;
}

.widget_awpcp-latest-ads>ul>li a:before {
    content: "\f06b";
}

.widget_wpbdp_featuredlistingswidget>ul>li a:before {
    content: "\f0f2";
}

.wwpcc_lang a:before {
    content: "\f14e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}

.menulogin {float: right; margin-right: 80px;}
.menulogin a:hover {background-color:#0AAFFF; color:#FFFFFF;}

/* @Article Disclaimer */
.article-disclaimner {
	padding: 15px 25px; 
	max-width: 100%; 
	word-wrap: break-word; 
	border-left-width: 10px;  border-left-color: rgb(255, 0, 21);  
	color: rgb(51, 51, 51); 
	font-family: 微软雅黑; 
	top: 0px; 
	line-height: 24px; 
	font-size: 14px; 
	vertical-align: baseline; 
	box-sizing: border-box !important; 
	background-color: rgb(239, 239, 239);
}/* added by SuperIT */

 .sit-dotted {
    height: auto;
    border-top: 2px dotted #c0c0c0;
    margin-top: 5px;
    position: relative;
    text-align: center;
}
 .sit-dotted span {
    display: inline-block;
    position: relative;
    top: -15px;
    font-size: 12px;
    color: #8f8f8f;
    background: #fff;
    padding: 0 10px;
}