/*
	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
/* ------------------------------------------------------------------------- */

/* Global */
#fsb-social-bar.fsb-fixed {
top: 50px !important;
}


.download-button {
	background-color: #c70000;
	margin: 15px 0;
	padding: 20px 60px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}

.download-button:hover {
	background-color: #26272b;
	color: #fff;
}

#header .pad {

padding-right: 0px;

}

img#wpstats {
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

.alx-posts li {
	border-bottom: none;
}

.friends-lnk {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFF;
	padding: 5px;
	margin: 5px 5px 0 0;
	float: left;
}

#page .container-inner {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.top-banner {
	float: right;
}

@media only screen and (min-width: 320px) and (max-width: 985px) {
	.top-banner {
		display: none;
	}
}









/* 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 {}
}