/*
	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 */
.site-title,.site-description {float:none;text-align:center;}
.site-description {font-size:24px;}
#nav-header .nav li a {font-weight:bold;}
.s2 .widget a {font-weight:bold;}
header#header {background-image:url('/bottle.jpg');background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-position:center;}
body,.entry.excerpt {color:#333;}
.popmake {background-image:url('http://brewdrinkrun.com/wp-content/uploads/2015/10/FREEREVIEW.jpg');background-size:contain;background-position:top center;background-repeat:no-repeat;}
.popmake form {padding-top:340px;}
.popmake form em {color:#fff;}
#header-ads {width:728px;float:none;margin:auto;}
.stitcher {margin:0px;text-align:center;height:178px;}
.stitcher iframe {margin:0 auto;}


/* 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) {
	.stitcher {display:none;}
}


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