
.the7-box-wrapper {
	display: flex;
	flex-flow: row nowrap;
	overflow: hidden;
}

.box-content-wrapper {
	display: flex;
	width: 100%;
}

.icon-position-top .box-content-wrapper {
	flex-wrap: wrap;
}

.the7-box-wrapper .elementor-icon-div {
	display: inline-flex;
	margin: 0 var(--icon-spacing) 0 0;
}

.icon-position-right .the7-box-wrapper .elementor-icon-div {
	margin: 0 0 0 var(--icon-spacing);
	order: 2;
}

.icon-position-top .elementor-icon-div {
	margin: 0 0 var(--icon-spacing);
}

.the7-box-wrapper .elementor-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: fit-content;
	font-size: 32px;
}

.elementor-icon-div i {
	color: var(--the7-accent-color);
	transition: color .3s ease;
}

.elementor-icon-div svg {
	fill: var(--the7-accent-color);
	color: var(--the7-accent-color);
	height: auto;
	transition: all .3s ease;
}

.box-content-wrapper .elementor-icon {
	border-color: var(--the7-accent-color);
}

.icon-position-top .the7-box-wrapper {
	flex-wrap: wrap;
}

[class*=elementor-widget-the7_icon_box] .the7-box-wrapper .box-content {
	display: flex;
	flex-flow: column wrap;
	flex-grow: 1;
	flex-wrap: unset;
	justify-content: center;
}

.the7-box-wrapper .box-heading {
	font: var(--the7-h4-font);
	text-transform: var(--the7-h4-text-transform);
	color: var(--the7-h4-color);
	display: inline-block;
	text-decoration: none;
	margin-bottom: 0 !important;
	transition: color .3s ease;
}

.the7-box-wrapper .box-heading a {
	transition: color .3s ease;
}

.the7-box-wrapper, .the7-box-wrapper .box-button {
	transition: all .3s ease;
}

.the7-box-wrapper .box-button {
	margin-top: 15px;
}

.the7-box-wrapper .box-heading a:hover, a.the7-box-wrapper:hover .box-heading a {
	color: var(--the7-h4-color);
}

.the7-box-wrapper .box-description {
	margin-bottom: 0;
	margin-top: 10px;
	color: var(--the7-base-color);
	transition: color .3s ease;
}

.the7-box-wrapper .box-description p {
	margin-bottom: 0;
}

.icon-vertical-align-start.icon-position-top .box-content-wrapper {
	justify-content: flex-start;
}

.icon-vertical-align-center.icon-position-top .box-content-wrapper {
	justify-content: center;
}

.icon-vertical-align-end.icon-position-top .box-content-wrapper {
	justify-content: flex-end;
}

.icon-position-left .box-content-wrapper, .icon-position-right .box-content-wrapper {
	flex-wrap: inherit;
}
