/*
    Theme Name: Servehuman Child
    Theme URI: https://wp.spidertrixcons.net/servehuman
    Description: Servehuman - Responsive WordPress Charity Theme
    Version: 1.0.0
    Author: Spidertrix Consultant (@SpidertrixCons)
    Author URI: https://spidertrixcons.net
    Template: servehuman
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments
    Text Domain: servehuman
*/
.donate-btn a.thm-btn.pull-right {
    margin-left: 10px;
    float: right!important;
}
.kc-elm .kc_counter_box .counterup {
    display: inline-block!important;
    padding-left: 0px!important;
    line-height: 1.42857143;
}
.kc-elm .kc_counter_box i {
    display: inline-block;
    font-size: 35px;
    margin: 0px;
    color: #ff7619;
}
.kc-elm .kc_counter_box > span::before {
    position: relative;
    top: -14px;
    width: 32px;
    display: block;
    text-align: center;
    margin: auto;
}
.kc-elm .kc_counter_box > h4 {
    margin-top: 5px;
}
.sidebar-widget .widget_text {
    border: solid #CCC;
    border-width: 1px;
    background: repeat-x #FFF;
    line-height: 1.4em;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 3px #a5a5a5;
}
.sidebar-widget h3 {
    color: #333;
    font-size: 14px!important;
    font-weight: 700;
    margin: -10px -10px 10px!important;
    padding: 5px 10px;
    background: #EFEFEF;
    border-bottom: 1px solid #CCC;
}
.breadcumb li a {
    display: inline-block!important;
}
.blog-page .gird-blog {
    min-height: 590px;
    clear: none!important;
}
.footer-widget.about-widget img{
    margin:0px;
}
.footer-widget .social {
    margin-top: 15px;
    margin-bottom: 15px;
}
.hosting-link a{
    font-size: 18px;
}
.hosting-link a:hover{
    color: #fff;
}

.logo ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.logo ul li {
    display: inline-block;
}
.logo ul li:last-child img {
    margin: 20px 0 20px 10px;
}
.search_content {
    background-color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 26px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.search_post .entry-excerpt p {
    font-size: 14px;
    color: #888;
}