.hfe-counter-wrapper[style*="flex-direction: column"] {
	align-items: center;
	justify-content: center;
}

.hfe-counter-wrapper[style*="flex-direction: row"] {
	justify-content: center;
	align-items: center;
}

.hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-title, .hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-content {
	flex: 1;
	min-width: 0;
}

.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-title, .hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-content {
	flex: 1;
	min-width: 0;
}

.hfe-counter-wrapper:not([style*="column"]) .hfe-counter-title, .hfe-counter-wrapper:not([style*="column"]) .hfe-counter-content {
	flex: 1;
	min-width: 0;
}

@media (max-width: 1024px) {
	.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title, .elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
		flex: 1;
		min-width: 0;
	}
}

@media (max-width: 767px) {
	.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title, .elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
		flex: 1;
		min-width: 0;
	}
}

.hfe-nav-menu-icon svg {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 25px;
}

.hfe-flyout-close, .hfe-flyout-close svg {
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	font-size: 23px;
	display: block;
	cursor: pointer;
}

.hfe-icon svg {
	width: 1em;
	height: 1em;
}

.hfe-breadcrumbs-separator-icon i, .hfe-breadcrumbs-separator-icon svg, .hfe-breadcrumbs-home-icon i, .hfe-breadcrumbs-home-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.hfe-post-info-icon svg {
	display: block;
}

.hfe-icon-wrap .hfe-icon svg {
	height: 100%;
	width: 100%;
}