/* 1) Hide the decorative bathtub watermark wherever the theme still outputs it */
.tkb-foot .tkb-foot-tub{display:none!important}

/* 2) Reclaim the empty space it used to occupy under the logo/newsletter/social block */
.tkb-foot .tkb-foot-brand{padding-bottom:0!important;margin-bottom:0!important}
.tkb-foot .tkb-foot-brand > *:last-child{margin-bottom:0!important}

/* 3) Tighten the gap between the footer columns and the copyright bar */
/*    Adjust these two numbers if you want it looser/tighter */
.tkb-foot .tkb-foot-grid{padding-bottom:32px!important;margin-bottom:0!important}
.tkb-foot .tkb-foot-bottom{margin-top:0!important;padding-top:20px!important}

@media (max-width:781px){
  .tkb-foot .tkb-foot-grid{padding-bottom:24px!important}
  .tkb-foot .tkb-foot-bottom{padding-top:16px!important}
}
