/*
Theme Name:   Hueman Child
Theme URI:    http://glampshire.com
Description:  Glampshire Theme
Author:       Glampshire
Author URI:   http://glampshire.com
Template:     hueman
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  hueman
*/

/* remove the clock bullets from latest posts */
.widget_recent_entries ul>li a:before {
    content: none;
}

/* set the max-width of the shop category images */
#content div.hu-pad.themeform header a img{
  max-width:75px;
}

/* changing header style & location of tagline*/
p.site-description{
  font-size: 2.6em;
  font-weight: 800;
  font-variant: small-caps;
  color: #1c1c1c; /*rgba(255,255,255,1)*/
}

/*
#header-image-wrap .central-header-zone{
  top: 93px;
  left: -10px;
  position: absolute;
}
*/

#header .hu-pad{
  padding-top: 10px;
  padding-bottom: 30px;
}

ul.wp-block-latest-posts__list, .entry ol ul li,.entry ul li {
  list-style-type: none;