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

/* push to right side and up above menu */
.my_searchbar_container {
  float: right;
  margin-top: -50px;
}
/* push searchbox left and up */
.my_searchbar_container .search-expand {
  margin-right: 58px;
  margin-top: -50px;
}
/* smaller searchbox border */
.my_searchbar_container .search-expand-inner {
  padding: 5px;
}
.link-unit {
    height: 20px;
    margin-top: -5px;
}
/* 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 {}
}


