/*
Theme Name: Jumys Child
Theme URI: http://www.wpbingosite.com/jumys
Author: wpbingo
Description: This is a child theme for Jumys
Version: 1.0.0
Author URI: http://wpbingosite.com
Template: jumys
Text Domain: jumys-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/* Kill footer icon circles (SVG + pseudo) */
#bwp-footer .elementor-icon-list-items .elementor-icon-list-icon,
#bwp-footer .elementor-icon-list-items .elementor-icon-list-icon .e-font-icon-svg,
#bwp-footer .elementor-icon-list-items .elementor-icon-list-icon .e-font-icon-svg path {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  fill: transparent !important;
}

/* Remove any circle created via pseudo-elements */
#bwp-footer .elementor-icon-list-items .elementor-icon-list-item > a::before,
#bwp-footer .elementor-icon-list-items .elementor-icon-list-item > a::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Close the leftover gap where the icon used to be */
#bwp-footer .elementor-icon-list-items .elementor-icon-list-item > a {
  padding-left: 0 !important;
  min-height: auto !important;
  background: none !important;
}

