/*
	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("/wp-content/themes/hueman/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Header - reduce padding */
#header div.group.pad { padding: 10px; }

/* Remove background color */
#header { background:none; }

/* Footer - reduce padding */
#footer-bottom div.group.pad { padding: 10px; }

/* Cleaner, more readable text */
body { color: #000; font-weight: 400; }
h1, h2, h3, h4, h5, h6 { color: #000; }
.entry.excerpt { color: #000; }
.post-title { color: #000; }
.post-title a { color: #000; }
.site-description { color: #444; }

.page-title {
background: #333;
padding-bottom: 18px;
border-bottom: none;
}

.page-title h2 { color: #aaa !important; }

/* Preload print header image, only used when header image is white on dark. */
/* #header p.site-title { background: url(/uploads/2015/02/Optimized-WideWebLogo.png) no-repeat -9999px -9999px; } */

@media print {
	/*
	Background colors don't print. Header logo is a white picture on a grey background.
	To solve this issue, we hide the original logo, and replace it with a grey color text logo.
	*/
	/* .site-title a img{ display:none; } */
	/* .site-title a:after{ content:url(/uploads/2015/02/Optimized-WideWebLogo.png); } */
	/* Remove background grey images for sidebars */
	.col-3cm .main { background: none; }
	/* padding here expands content to full width */
	.col-3cm .main-inner { background: none; padding-left: 0px; padding-right: 0px;}
	/* Hide sidebars */
	div.sidebar { display:none; }
	/* Align Header image to left */
	#header div.group.pad { padding: 0px; }
	/* Turn off site description blurb */
	p.site-description { display:none; }
	/* Remove graphic displaying number of comments */
	li.comments { display:none; }
	/* Remove responses form */
	#respond { display: none; }
	/* Hide bottom elements */
	#footer-bottom { display: none; }
	#menu-bottom-1 { display: none; }
}

/* 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 {}
}