/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.ml-feature-dot {
	background-color: #ffffff;
	background-size: 20px 20px;
	background-image: radial-gradient(#d4d4d4 1px, transparent 1px);
	overflow: hidden;
}

.ml-feature-dot::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: inherit;
	mask-image: radial-gradient(ellipse at center, transparent 20%, black);
	-webkit-mask-image: radial-gradient(ellipse at center, transparent 20%, black);
	z-index: -999;
}
