/*  
Theme Name: Idence Child Theme
Description: A child theme of Idence: Activism & Nonprofit WordPress Theme. Online Documentation: http://capethemes.com/docs/idence/
Theme URI: http://capethemes.com/docs/idence/
Author: Dannci & Themnific
Author URI: http://themnific.com
Version: 1.0
Template: idence
Text Domain: idence
Tags: two-columns,three-columns,left-sidebar,right-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,full-width-template,microformats,post-formats,sticky-post,theme-options,translation-ready
License: GNU/GPL Version 2 or later. 
License URI: http://www.gnu.org/licenses/gpl.html 
Copyright: (c) 2020 Dannci.

*/

/*#titles {
    padding-top: 0px !important; 
    padding-bottom: 0px !important; 
}

#titles::before {
    background-color: #f4f4f4 !important;
}*/

#flyoff {
	height: 100%;
}

.tab-post .meta_tmnfposts,
.project_meta .categs,
.meta_full .categs,
.project_meta .post-date .divider,
.meta_full .post-date .divider {
    display: none;
}

.searchform-header input {
    border: none;
    background: transparent;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
    width: 150px;
    padding: 11px 10px 11px 10px;
    height: 40px;
}

.searchform-header .searchSubmit-header {
    font-size: 12px;
    padding: 13px;
}

.searchform-header .searchSubmit-header i {
    color: #fff;
}

.searchform-header .searchSubmit-header span {
    position: absolute;
    left: -999em;
}

@media screen and (max-width: 767px) {
    .searchform-header .searchSubmit-header {
        display: none;
    }
}

.will_stick.scrollUp{
    transform: none;
}