/*
Theme Name:     HelpGuru Child Theme
 | Shared by WPTry.org
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 ------- */

#site-header #logo img {
    max-height: 100px;
}

#homepage-features .hf-block i {
    float: none;
}

.ht-grid.ht-grid-gutter-20 .ht-grid-col {
    width: calc(100% / 3);
    margin-bottom: 0px;
    padding: 20px;
}

section#site-footer-widgets,#homepage-widgets {
    display: none;
}

footer#site-footer,section#homepage-features {
    background: whitesmoke;
}

div#primary {
    min-height: 74vh;
}

button.hkb-site-search__button {
    background: black;
    border-radius: 0;
    letter-spacing: 2px;
    padding: 0 20px !important;
    width: 22% !important;
}

.entry-content code, .entry-content pre {
    background: #242424;
}

.entry-content code a, .entry-content pre a {
    color: #00ff14;
}

.entry-content img {
    border: 1px solid #cccccc;
}

.wp-video {
    width: 100% !important;
    border: 1px solid #cccccc;
}

ul.hkb-entry-meta {
    display: none;
}