/*
	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 */
body {
    color: #000;
}
.widget a {
    color: #3b8dbd;
}

.commentlist .comment-body p {
    color: #292929;
}

.entry.excerpt {
    color: #141823;
}

.entry ins {
    background: #fff;
}

.g-search {
    background: #fff;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    line-height: 24px;
}

.sharrre-container {
    padding: 10px 10px;
}

@media only screen and (min-width: 720px) {
.nav ul {
    width: 250px;
}
}

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