/*
Theme Name: Hueman Child
Version: 1.0
Description: A child theme of Hueman
Template: hueman
*/

@import url("/wp-content/themes/hueman/style.css");


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

/*Font Family*/
font-family: 'Roboto', sans-serif;

/* remove yellow background from adsense */
ins {
 background: #ffffff;
 text-decoration: none;
}

.entry.excerpt {color: #919191;}

.entry ins { background: #fff; }


/* Accordion Styles */
.accordion {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.accordion-title {
    border-top: 1px solid #eee;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}
h3.accordion-title{
	font-size: 1.17em;
}



.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}