/*
Theme Name:     HelpGuru Child Theme
Theme URI: 		http://herothemes.com/
Description:
Author: 		Hero Themes
Author URI: 	http://herothemes.com
Template:       helpguru
Version:        1.0.0
*/


/* ------- Insert custom styles below this line ------- */

h1, h2, h3, h4, h5, h6,
#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-forum-link,
#bbpress-forums .bbp-topic-permalink {
  font-family: "Montserrat", arial, tahoma;;
}
p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hkb-site-search .hkb-site-search__button {
  /*border: 1px solid red;*/
  position: static !important;
}

.hkb-site-search .hkb-site-search__field {
  float: none !important;
}
.hkb-site-search__button {
  float: right;
}

#ht-site-container #footer li a {
  color: #867d88;
}
#ht-site-container #footer li a:hover {
  color: #fff;
}

/*.hkb_widget_articles a.hkb-widget__entry-title {
  color: #79894d !important;
}*/
#site-footer-widgets {
  margin-top: 2em;
}
#homepage-features,
#site-footer-widgets,
#page-header-breadcrumbs {
  background: #ecedd4;
}
#site-footer-widgets .widget > ul > li {
  border-bottom: 1px solid hsla(62,41%,80%,1);
}

#ht-site-container #sidebar .widget {
    background: none;
    margin-bottom: 20px;
    padding: 0;
    position: static;
    display: block;
}

#ht-site-container .crumb a { color: #fff;}
#ht-site-container .crumb{position:relative;background:rgba(0,0,0,0.4);}
#ht-site-container .crumb .breadcrumbs ul{padding:42px 0 !important;height:auto !important;}
#ht-site-container .crumb .page-title h2{padding:30px 0 !important; height:auto !important; text-align: left;}


.forum-archive #ht-site-container #page-header,
.forum #ht-site-container #page-header {
  padding: 3em 0;
}
.topic #page-header .ht-container #page-header-title,
.forum-archive #page-header .ht-container #page-header-title,
.forum.single #page-header .ht-container #page-header-title {
  margin: 0;
  padding: 0;
}
.topic #ht-site-container #page-header {
  padding-top: 3em;
}

#ht-site-container #page-header {
  padding: 0 0 3em 0;
}

.ht-container #page-header-title  {
  text-align: center;
  padding: 0 0 1em 0;
  display: block;
}

.home #page-header #page-header-title {
  margin: 0.25em 0 1em 0;
  padding-bottom: 0;
}
.home #page-header #page-header-tagline {
  margin: 2em 0;
}

.hkb-breadcrumbs li:after {
  content: "-" !important;
  color: #fff !important;
  margin: 0 11px !important;
}
.hkb-breadcrumbs li:last-child:after {
  content: "" !important;
  margin: 0 !important;
}

.hkb-template-search .navs {
  text-align: center;
  margin: 1em auto;

}
form select {
  padding: 0 1em !important;
}
#homepage-features .hf-block:hover,
.hkb-site-search__button {
  background: #79894d;
}
#page-header #page-header-title {
  font-size: 60px;
}
.home .ht-container #page-header-title:before {
    content: '';
    display: inline-block;
    background: url('../png/icon-growers-guide-2.png') no-repeat left top;
    background-size: 100% 100%;
    height: 120px;
    width: 120px;
    position: relative;
    left: -30px;
    bottom: -30px;
    line-height: 60px;
}