/** Widgets: feature-list, gravityforms **/

.ha-feature-list .ha-feature-list-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	border-radius: 5px;
}

.ha-feature-list .ha-content, .ha-feature-list .ha-feature-list-wrap, .ha-feature-list .ha-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ha-feature-list .ha-list-item {
	list-style: none;
}

.ha-feature-list .ha-content {
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 10px;
	width: auto;
}

.ha-feature-list .ha-text {
	margin: 0;
	color: #464646;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
}

.ha-feature-list a.ha-content .ha-text {
	color: #562dd4;
}

.ha-feature-list .ha-icon {
	display: inline-block;
	text-align: center;
	font-size: 18px;
}

.ha-feature-list .ha-icon i, .ha-feature-list .ha-icon svg {
	position: relative;
	display: block;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.ha-feature-list .ha-icon i, .ha-feature-list a.ha-content:hover .ha-text {
	color: #e2498a;
}

.ha-feature-list .ha-icon svg {
	fill: #e2498a;
}

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

.ha-feature-list .ha-icon.image img {
	display: block;
	width: 20px;
	-o-object-fit: contain;
	object-fit: contain;
}

.ha-feature-list.ha-content--column .ha-feature-list-wrap {
	overflow: hidden;
}

.ha-feature-list.ha-content--column.ha-icon--row .ha-icon {
	margin-right: 5px;
}

.ha-feature-list.ha-content--column .ha-list-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.ha-feature-list.ha-content--row .ha-list-item {
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	max-width: 100%;
	width: auto;
}

.ha-feature-list.ha-content--row .ha-list-item:not(:last-child):after {
	position: absolute;
	right: 0;
	border-right: 2px solid #c5c5c5;
	content: "";
}
