/*
 Theme Name:   Kadence Child
 Description:  Child theme for Kadence with custom Spam Protection.
 Author:       Bee Digital Marketing Agency
 Author URL:   https://beedigital.co.in/
 Template:     kadence
 Version:      1.0.0
*/

/* Hide Honeypot fields from humans */
.hp-wrap {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}