/*
	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
/* ------------------------------------------------------------------------- */

/* 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 {}	
}


@media only screen and (max-width:3000px) {
    #header-widgets {
        width: 800px;
        height: 90px;
    }
}

/* Enter Your Custom CSS Here */


.social-links .social-tooltip { font-size: 25px; 
}

.nav { font-weight: 400; }

#page { padding-bottom: 20px; }
#footer-widgets { padding-top: 0; }
#footer-widgets > .pad { padding-top: 0; padding-left: 0; padding-right: 0; }
#footer .widget { padding-bottom: 0; }

.nav > li > a { padding-top: 10px; padding-bottom: 10px; }
.nav ul { top: 45px; }
.toggle-search { top: -39px; padding-top: 8px; padding-bottom: 8px; }
.featured .post-title { font-size: 22px; letter-spacing: -0.7px; line-height: 1.4em; }

.widget > h4 > a { color:#000000; font-size: 12px; }
.widget > h4 > a:hover { color:#b0f42c; }

.widget > ul li:before,
.widget > ul li a:before,
.widget > div > ul li a:before { color: green; }
.widget > ul li a:hover:before { color: green; }
.single .post { margin-bottom: 10px; }
.post-list .post-row { margin-bottom: 15px; }
.blog .post { margin-bottom: 5px; }

.archive .post { margin-bottom: 10px; }
.search .post { margin-bottom: 10px; }
.search .page { margin-bottom: 10px; }

.featured.flexslider {
padding-bottom: 15px;
margin-bottom: 15px;
}


.sidebar .widget {
    padding: 0px 30px 0;
}


#.post-list .post { width: 100% !important; }

.shareaholic-ui.shareaholic-cookie-consent {
top: initial;
bottom: 0 !important;
}

/* ------------------------------------------------------------------------- *
 *  Shortcodes
/* ------------------------------------------------------------------------- */

/*  shortcode : dropcap
/* ------------------------------------ */
.dropcap { color: #3b8dbd; display: block; float: left; font-size: 94px; line-height: 0.9em; font-weight: 600; margin: 0 10px 0 0; }

/*  shortcode : pullquotes
/* ------------------------------------ */
.pullquote-left	{ color: #3b8dbd; border-left: 6px solid #eee; float: left; margin: 0.78em 1em 0.78em 0; padding: 0 0 0 20px; font-weight: 600; width: 40%; }
.pullquote-right { color: #3B8DBD; border-right: 6px solid #eee; float: right; margin: 0.78em 0 0.78em 1em; padding: 0 20px 0 0; font-weight: 600; width: 40%; }

/*  shortcode : highlights
/* ------------------------------------ */
.highlight { color: #222; border-bottom: 1px dotted #222; }

/*  shortcode : hr
/* ------------------------------------ */
hr, .hr { border: 0; background: #eee; border-bottom: 2px solid #eee; height: 1px; margin: 10px 0; }

.entry { font-size: 18px; line-height: 1.6em; }

/* change post tag font size */
.post-tags a {
  font-size: 18px;
}

.single .post-title {
font-size: 24px;
}

body {
    color: #000000;
}

.entry.excerpt {
    color: #000000;
}

.entry.share {
    padding-right: 0;
}

.single .post-thumbnail img {
    width: 50%;
}

.widget > h3 {
    font-weight: 600 !important;
}



#header .pad {
    padding-right: 0;
    padding-left: 0;
    padding-top: 5px !important;
    padding-bottom: 5px !important; 
}
#header-widgets img {
    float: left;
    width: 100%;
}

