/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 05 2021 | 12:06:12 */
.ctooltip.active::before {
    opacity: 1; transform: translate3d(-50%,-13px,0) scale(1);
}
.ctooltip::before {
    bottom: auto !important;
}
.ctooltip::before {
    content: attr(data-tool);  position: absolute;
    left: -48px;  bottom: 100%;  padding: 17px 0; color: #fff; opacity: 0; pointer-events: none;
    white-space: nowrap;  border-radius: 5px; transition: all 0.2s ease;  transform: translate3d(0%,-7px,0) scale(.5);
    top: 17px; display: inline-table; width: 144px;  z-index: -1; background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2021/11/leaf_img.png); background-size: cover; font-size: 13px;
}