.single-guides .guideLead ul li:before{
	content: "\f105";
    font-family: FontAwesome;
    background-repeat: no-repeat;
    background: none!important;
    background-position: 0 0!important;
    text-indent: 0!important;
    position: absolute;
    top: 0;
    left: -19px;
    line-height: 26px;
    color: #00aeca;
    font-size: smaller;
    font-weight: 700;
}
.cmb-type-checkbox.cmb2-id-hide-author-name{
    width: 50%;
    display: inline-block;
    border-bottom: none !important;
} 
.cmb-type-checkbox.cmb2-id-hide-post-date{
    width: 50%;
    display: inline-block;
}
.cmb-type-checkbox.cmb2-id-hide-post-date .cmb-th, .cmb-type-checkbox.cmb2-id-hide-author-name .cmb-th{
    width: 30%;
}
.cmb-type-checkbox.cmb2-id-hide-post-date .cmb-td, .cmb-type-checkbox.cmb2-id-hide-author-name .cmb-td{
    width: 70% !important;
}    
#sidebar1 .open .widget-inside .widget-content div p .posts_time_input{
    width: 50px;
    text-align: center
}
.del_profile_pic{
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    position: absolute;
    display: inline-block !important;
    cursor: pointer;
}
.hide_delete_button{
    display: none !important;
    transition: 0.5s;
}