/*
Theme Name: Hueman-Child
Theme URI: http://presscustomizr.com/hueman/
Version: 3.1.6
Description: Hueman is a mobile friendly WordPress theme for blogs, magazines and business websites. It's been designed to beautifully display pictures and text content, and engineered to be easy to use and fast. The Hueman theme helps you attract and retain more visitors, that's why it's already used by 70K+ active websites in the world and has received hundreds of five stars ratings.
Author: nikeo
Author URI: http://presscustomizr.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
Text Domain: hueman
Copyright: (c) 2015-2016 Nicolas GUILLAUME (nikeo), 2013-2015 Alexander "Alx" Agnarson
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: hueman
*/


@import url("../hueman/style.css");
html body,
html .entry.excerpt {
	color:#333;
}
html #nav-header .nav li a {
    color: #333;
    font-weight: bold;
}
#lang_sel img.iclflag {
    display: inline-block;
}
#header-widgets h3{
	display: none;
}
html #lang_sel {
    height: 68px;
}
html #nav-header.nav-container{
	box-shadow: none;
}
#nav-header .nav li.current-menu-ancestor>a, 
#nav-header .nav li.current-menu-item>a, 
#nav-header .nav li.current-post-parent>a, 
#nav-header .nav li.current_page_item>a, 
#nav-header .nav li:hover>a, 
#nav-header .nav li>a:hover {
    color: #3b8dbd !important;
}
.alx-posts img, 
.alx-tab img,
.flexslider .slides img,
.post-thumbnail img {
    border: 1px solid #aaa;
    box-sizing: border-box;
}
html .related-posts li {
    width: 30%;
    margin-right: 1%;
}
.related-posts .post-thumbnail img {
    height: 140px;
}
.s2 .sidebar-top,
.post .post-thumbnail{
	display: none;
}
html .post-list .post {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
html .post-list .post-row{
	border: 0;
}
html .featured .post-title {
    font-size: 22px;
}
.home .featured {
    display: none;
}
html .col-3cm .main {
    background: none;
}
.post .post-meta .post-category {
    display: none;
}
.alx-tab .tab-item-category {
    display: none;
}
#nav_menu-9 .menu > li{
    padding: 10px;
    background: #fafafa;
    margin: 15px 0 0;
    border: 1px solid #f1f1f1;
}
#nav_menu-9 .menu li a{
	color:#111;
	font-weight: bold;
    padding:5px 0;
}
.sidebar .widget_nav_menu a{
	color:#111;
}
#nav_menu-9.widget_nav_menu li > ul > li > a {
    padding: 0;
    color: #aaa;
    border: 0;
}
#nav_menu-9.widget_nav_menu li > ul > li > ul > li > a {
    padding: 5px 5px 5px 15px;
    color: #777;
}
#menu-products ul > li > a:before{
    display: none !important;
}
.post-nav.group{
	display: none;
}
html .widget>h3,
.page-title h2{
    font-size: 18px;
    font-weight: bold;
    color: #1e73be !important;
}
#rssscroll {   
    color: #fff;
    width: 32%;
    float: left;
    margin:40px 0 10px 0;
}
#rssscroll h3{   
    color:#fff !important;
    margin:0;
}
#rssscroll > div{   
    padding:0 !important;
}
#rssscroll a{   
    color:#fff !important;
}
#text-2{
	position: absolute;
    top: -120px;
    width: 500px;
    padding: 0;
    right: 40px;
    z-index: 2;
}
#text-2 h3{
    color:#fff !important;
}

html #header-widgets {
     display: block; 
}
#header-widgets .widget {
    position: absolute;
}
.widget_icl_lang_sel_widget{
	right:0;
	top:0;
}
#curr{
	float: right;
    margin:40px 0 0;
}
#curr > div{
	width:auto !important;
	border:1px solid #ddd !important;
}
#curr .WXNtopmenu2{
	width:100% !important;
}
#curr br{
	display: none;
}
#curr img{
	display: none !important;
}
#curr tr{
	display: block;
	float:left;
	width: 75px;
	background: #fff;
}
#curr tr td{
	padding: 4px 2px;
	background: #fff;
	text-align: right;
}
#curr tr:first-child td{
    display: block;
}
#curr a{
	white-space: nowrap;
}
#curr a b{
	font-weight: bold;
}

html .widget, 
html .widget a {
    color: #333;
}
#wrapper .sidebar article {
    margin-bottom: 15px;
    padding:0;
}
html .upw-posts .entry-title {
    margin-bottom: 1px;
}
html .upw-posts .entry-meta {
    margin-bottom: 5px;
}
.snew{
    color:orange;
    display:none;
    font-size: 12px;
}
.upw-posts article:first-child .snew,
.upw-posts article:first-child + article .snew{
    display: inline-block;
}
.entry-inner img{
    border:15px solid #eee;
    box-shadow: 2px 2px 6px #aaa;
    max-width: 96%;
}

html .nav ul ul {
    left: 240px;
}
html .nav ul {
    width: 240px;
}



/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 780px) {
	html .nav>li>a {
	    padding: 15px 25px;
	    font-size:18px;
	}
}
@media only screen and (max-width: 780px) {
    #curr {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    #rssscroll {
        display: none;
    }
    html #nav-header .nav-toggle{
        background: orange;
    }
    html #lang_sel a.lang_sel_sel {
        background-color: transparent;
        color: #fff;
    }
}
