.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;
}
body#guide .inline_image .panzoom-buttons{
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 2;
    padding: 10px;
}
body#guide .inline_image .panzoom-buttons button{
    padding: 10px;
    background-color: rgba(150,150,150,0.8) !important;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
}
body#guide .inline_image .panzoom-buttons button:after{
    content: '';
    display: block;
    background-image: url(../svg/zoom-icons.svg);
}
body#guide .inline_image .panzoom-buttons button.zoom-in:after{
    background-position: -420.00px -352px;
    width: 14px;
    height: 14px;
}
body#guide .inline_image .panzoom-buttons button.zoom-out:after{
    background-position: -419.8px -350px;
    width: 14px;
    height: 2px;
}
body#guide .inline_image .panzoom-buttons button.reset:after{
    background-image: url(../png/reset_icon.png);
    height: 18px;
    width: 18px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
body#guide .inline_image{
    background: none !important;
}
body#guide .inline_image.image_size_full{
    max-width: 780px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto;
}
body#guide .inline_image.image_size_full .picture img{
    width: 100%;
}