/** Widgets: lordicon, fun-factor **/

@-webkit-keyframes pulse_animation {
	0%, to {
		-webkit-box-shadow: 0 0 0 0 var(--pulse-color);
		box-shadow: 0 0 0 0 var(--pulse-color);
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 20px var(--pulse-color);
		box-shadow: 0 0 0 20px var(--pulse-color);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse_animation {
	0%, to {
		-webkit-box-shadow: 0 0 0 0 var(--pulse-color);
		box-shadow: 0 0 0 0 var(--pulse-color);
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 20px var(--pulse-color);
		box-shadow: 0 0 0 20px var(--pulse-color);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.pulse_effect {
	-webkit-box-shadow: 0 0 0 0 var(--pulse-color);
	box-shadow: 0 0 0 0 var(--pulse-color);
	-webkit-animation: pulse_animation 1.5s infinite;
	animation: pulse_animation 1.5s infinite;
}

.ha-fun-factor__content .ha-fun-factor__content-number-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 24px;
}

.ha-fun-factor__content .ha-fun-factor__content-text {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 24px;
}

.ha-fun-factor__content .ha-fun-factor__content-number, .ha-fun-factor__content .ha-fun-factor__content-number-prefix, .ha-fun-factor__content .ha-fun-factor__content-number-suffix {
	font-size: 24px;
}

.ha-ff-icon--left .ha-fun-factor__content {
	padding-left: 20px;
}

.ha-ff-icon--right .ha-fun-factor__content {
	padding-right: 20px;
}

.ha-fun-factor__divider {
	display: inline-block;
	margin-bottom: 15px;
	height: 1px;
	background-color: #ccc;
}

.ha-ff-icon--top .ha-fun-factor__media {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ha-ff-icon--top .ha-fun-factor__media--image {
	width: 200px;
}

:not(.ha-ff-icon--top) .ha-fun-factor__media--image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 200px;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	max-width: 200px;
}

.ha-fun-factor__media--image img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	-o-object-fit: cover;
	object-fit: cover;
}

.ha-fun-factor__media--icon {
	font-size: 3rem;
}

.ha-fun-factor__media--icon i, .ha-fun-factor__media--icon svg {
	position: relative;
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.ha-fun-factor__media--icon i:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ha-fun-factor__wrap {
	padding: 10px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.ha-ff-icon--left>.elementor-widget-container .ha-fun-factor__wrap, .ha-ff-icon--right>.elementor-widget-container .ha-fun-factor__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.ha-ff-icon--left>.elementor-widget-container .ha-fun-factor__wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.ha-ff-icon--right>.elementor-widget-container .ha-fun-factor__wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}

.ha-ff-icon--top>.elementor-widget-container .ha-fun-factor__wrap .ha-fun-factor__divider {
	width: 100px;
}

.ha-ff-icon--left>.elementor-widget-container .ha-fun-factor__wrap .ha-fun-factor__divider, .ha-ff-icon--right>.elementor-widget-container .ha-fun-factor__wrap .ha-fun-factor__divider {
	width: 100% !important;
}
