/*
	Theme Name: Hueman Child
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Sample child theme for customization.
	Author: You
	Author URI: 
	Template: hueman-pro
	Version: 1.0.0
*/

@import url("../hueman/style.css");

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

/* Global */

.author-sidebar .sidebar .widget { padding-bottom:5px; }
.sidebar-user-name, .sidebar-user-cat {font-weight:bold; text-transform:uppercase;}
.sidebar-user-cat.sml {font-size:12px;}
.author-boxes {

}
.author-boxes p {
margin-top:12px;
}

body .tmc_author_link { color:#dd3333; }

/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	
}