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

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

/*.site-title {
	position: relative;
    top: 50%;
    transform: translateY(100%);
}*/

body {
    color: #000000;
}

a.post-comments,
li.comments {
	display: none;
}

.entry.excerpt {
    color: #666666;
}

.post-pages {
	text-align: center;
	background-color: #eee;
	padding: 15px;
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 0px;
}

.post-pages span.listicle {
	padding: 3px 10px;
	background-color: #fff;
	color: #ccc;
}

.post-pages a span.listicle {
	border: 1px solid #eee;
	color: #db2e2e;
}

.post-pages a span.listicle:hover,
.post-pages a span.listicle:active {
	background-color: #db2e2e;
	color: #fff;
}

.post-pages a:last-child {
	margin-left: 5px;
}

.float-left {
	float: left;
}

/* AD STUFF */

#header-ads {
	float:right;
}

div.ad_single_mrec {
	width: 300px;
	margin: 0 auto;
}

@media only screen and (max-width: 719px) {
	#header-ads {
		float:none;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 20px;
	}

	#header-ads div.widget {
		display: inline-block;
	}
}

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