/*
	Theme Name: Hueman Child
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Sample child theme for customization.
	Author: You
	Author URI: 
	Template: hueman
	Version: 1.0.0
*/

@import url("../hueman/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* change post content links to mediumseagreen */
article .entry-inner a {
    color: #2E8B57!important;
}

/* move featured image up */
.content .pad {
    padding-top: 0;
}

/* featured image less height */
.featured .post-thumbnail img {
    height: 300px;
}

/* Global */
.mystyle {}


/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}



/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}

.post-title {text-align: center; } 

.post-meta .post-date { display: none; }

.sidebar .widget { padding-top: 15px; padding-bottom: 10px; }

.home .page-title {
  display: none;
}

#header .pad { padding: 0; }

body {
font-weight: 600;
}

.sidebar {
background: #c4c4c4;
}

/* Navigation */
#nav-header .nav li a { color:#000000; }
#nav-header .nav li > a:hover,
#nav-header .nav li:hover > a,
#nav-header .nav li.current_page_item > a,
#nav-header .nav li.current-menu-item > a,
#nav-header .nav li.current-menu-ancestor > a,
#nav-header .nav li.current-post-parent > a { color:#000000; }

.site-title {
  float: none;
}
.site-description {
  display: none;
}

.home .entry.excerpt p {
  color: #474747;
  font-size: 16px;
}

.xdate {
float: right;
font-size: 18px;
font-weight: 600;
margin-right: 5px;
margin-top: -35px;
}


