/*
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 ------- */

a i.fa {
    color: #44aa00 !important;
}

a:hover i.fa {
    color: #fff !important;
}

.hkb-article-related .hkb-meta,
.hkb_widget_articles .hkb-meta,
#hkb.hkb-template-category .hkb-article .hkb-meta,
.hkb-meta {
    display: none !important;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

h1 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
}

h2 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
}

h3 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 36px;
}

h4 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

p {
    margin-bottom: 12px;
}

#nav-primary {
    font-family: "Open Sans", sans-serif;
}

#nav-primary ul > li a {
    font-size: 15px;
    font-weight: 600;
}

.button {
    background-color: black;
    background-image: linear-gradient(#f90, #e80);
    border-radius: 6px;
    color: white;
    display: inline-block;
    font-family: "Roboto Slab", sans-serif;
    font-size: 14px;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 18px;
    position: relative;
    right: auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
}

.button:hover {
    background-image: linear-gradient(#e80, #d70);
}

.button:active {
    background-image: linear-gradient(#d70, #e80);
}

.button.realbig-button {
    background-image: linear-gradient(#f90 -2%, #f90 0%, #e80);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.29);
    font-size: 30px;
    font-weight: 400;
    margin-top: 18px;
    padding: 16px 24px;
}

.button.realbig-button:hover {
    background-image: linear-gradient(#f90 -2%, #f90 -2%, #e80 -2%, #e80 100%, #e80 100%, #d70);
}

.button.realbig-button:active {
    background-image: linear-gradient(#f90 -2%, #f90 -2%, #f90 -2%, #f90 -2%, #f90 -2%, #d70 -2%, #d70 99%, #e80 99%);
}

/*****KB Page*****/
#page-header .hkb-site-search {
    margin: 20px auto 0 !important;
}

#hkb .hkb-category, .hkb-category[data-hkb-cat-icon="true"] {
    background-color: #f5f5f5;
    margin: 15px;
    padding-bottom: 1px;
}

#hkb .hkb-category__header, .hkb-category__header-others {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 0 15px;
    border-bottom: medium none;
    height: 85px;
    padding-left: 90px;
}

#hkb .hkb-category[data-hkb-cat-icon="true"] .hkb-category__header,
#hkb .hkb-category[data-hkb-cat-icon="false"] .hkb-category__header,
.hkb-category__header-others {
    padding-left: 90px;
}

#hkb .hkb-article-list {
    background-color: #fff;
    list-style: outside none none;
    margin: 0 5px 5px;
    padding-left: 0;
}

#hkb .hkb-subcats {
    background-color: #fff;
    list-style: outside none none;
    margin: 5px 5px 0;
    padding-left: 0;
}

#hkb .hkb-category__icon {
    color: #44aa00;
    display: table-cell;
    font-size: 42px;
    vertical-align: middle;
}

#hkb .hkb-category .hkb-category__title {
    font-size: 30px;
}

#hkb.hkb-template-category .hkb-article .hkb-article__title {
    color: #666 !important;
    font-size: 16px !important;
    font-weight: normal;
}

.hkb-archive .hkb-article-list .hkb-article-list__format-standard::before,
.hkb-archive .hkb-subcats .hkb-subcats__cat::before {
    content: "";
}

.hkb-category .hkb-subcats .hkb-subcats__cat::before {
    left: 10px;
    top: 12px;
}

.hkb-archive .hkb-subcats .hkb-subcats__cat {
    border-bottom: 1px solid #e1e3e6;
    margin: 0;
    padding: 0;
}

.hkb-category .hkb-subcats .hkb-subcats__cat {
    border-bottom: 1px solid #e1e3e6;
    margin: 0;
}

#hkb .hkb-article-list .hkb-article-list__format-standard, #hkb .hkb-article-list .hkb-article-list__format-video {
    margin: 0;
    padding: 0;
}

#hkb .hkb-article-list .hkb-article-list__format-standard a, #hkb .hkb-article-list .hkb-article-list__format-video a {
    color: #666;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: normal;
}
#hkb .hkb-article-list .hkb-article-list__format-standard a:hover,
#hkb .hkb-article-list .hkb-article-list__format-video a:hover,
#hkb .hkb-category .hkb-category__view-all:hover, .hkb-category .hkb-category__view-all:hover::before {
    color: #44AA00;
}

#hkb .hkb-subcats .hkb-subcats__cat-title {
    color: #666;
    justify-content: space-between;
    padding: 11px 8px;
    font-weight: normal;
}

#hkb .hkb-subcats .hkb-subcats__cat-title:hover {
    color: #44AA00;
}

#hkb .hkb-category .hkb-category__view-all::before {
    left: 12px;
}

#hkb .hkb-category .hkb-category__view-all {
    padding-bottom: 5px;
    padding-left: 32px;
}

#hkb .hkb-category[data-hkb-cat-icon="true"] .hkb-category__icon, #hkb .hkb-category .hkb-category__icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    height: 70px;
    left: 10px;
    max-width: 70px;
    padding: 9px;
    top: 10px;
    width: 70px;
}

#hkb .hkb-category[data-hkb-cat-icon="false"] .hkb-category__header::before,
.hkb-category__header-others::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 34px;
    color: #44aa00;
    font-size: 40px;
    height: 70px;
    margin: 10px 0 0 10px;
    padding: 19px 18px;
    width: 70px;
}

.hkb-category[data-hkb-cat-icon="false"] .hkb-category__header-others::before {
    font-family: FontAwesome;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
}

.hkb-category[data-hkb-cat-icon="false"] .hkb-category__header::before {

}

#hkb .hkb-category .hkb-category__count::before,
#hkb .hkb-category .hkb-category__count::after,
#hkb .hkb-subcats .hkb-subcats__cat-count::before,
#hkb .hkb-subcats .hkb-subcats__cat-count::after {
    content: "";
}

#hkb .hkb-category .hkb-category__count {
    display: block;
    margin-left: 8px;
    text-align: left;
}

.hkb-subcats .hkb-subcats__cat-count {
    color: #999;
    float: right;
    font-size: 14px;
    line-height: 41px;
    margin-right: 8px;
}

.hkb-article .hkb-article__title a {
    color: inherit;
}

#hkb.hkb-template-category .hkb-article__format-standard::before,
#hkb.hkb-template-category .hkb-article__format-video::before {
    left: 10px !important;
    top: 14px !important;
}

.ht-pagination ul {
    margin: 0 0 18px;
    text-align: center;
}

#page-header-title {
    text-align: center;
}
#page-header #page-header-tagline {
    text-align: center;
    margin: 10px auto 0;
    max-width: 820px;
}
#page-header-breadcrumbs {
    background: transparent;
}
#hkb.hkb-template-category .hkb-article {
    background: #fff none repeat scroll 0 0;
    margin: 0 5px !important;
}

body.home #page-header-breadcrumbs {
    padding: 0 !important;
}

#homepage-features .ht-grid-col {
    margin-bottom: 2px;
}

#hkb.hkb-template-category .hkb-article .hkb-article__title {
    margin: 0 !important;
}
.hkb-article__title a:hover{
	color:#44aa00 !important;
}

#page-header .hkb-site-search .hkb-site-search__field {
    padding: 14px 12px;
}

.hkb-article-related .hkb-article-list .hkb-article-list__format-standard::before,
.hkb-article-related .hkb-article-list .hkb-article-list__format-video::before {
    top: 10px;
}

@media screen and (max-width: 620px) {
    #site-footer-widgets .widget {
        margin-bottom: 30px;
        position: relative;
        text-align: center;
    }

    .hkb-subcats .hkb-subcats__cat-title {
        max-width: 68%;
    }

    #hkb .hkb-category .hkb-category__title {
        line-height: 30px;
    }

    #hkb .hkb-subcats .hkb-subcats__cat-title {
        max-width: 72%;
    }
}

@media screen and (max-width: 360px) {
    #hkb .hkb-category .hkb-category__title {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width: 770px) {
    #nav-primary button {
        color: #000;
    }

    #nav-primary #nav-primary-menu ul li {
        margin: 0;
    }

    #nav-primary #nav-primary-menu ul li.menu-item-language ul {
        padding: 0;
        margin: 0;
    }

    #nav-primary #nav-primary-menu ul li.menu-item-language ul li {
        padding: 0;
        margin: 0;
    }
}

@media screen and (min-width: 770px) {
    #nav-primary ul ul {
        margin: 50px 0 0;
        opacity: 0;
        max-height: 0;
        visibility: hidden;
        text-align: left;
        top: 45px;
        left: 15px;
        z-index: 99;
        width: 100%;
        background: #fff;
        position: absolute;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transition-delay: 0.15s;
        -moz-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
    }
}

