.elementor-element[data-widget_type="uael-posts.business"] .uael-post__bg-wrap {
	overflow: hidden;
}
.elementor-element[data-widget_type="uael-posts.business"] .uael-post__terms {
	-webkit-border-radius: 99px;
	border-radius: 99px;
}
.uael-posts[data-skin="business"] .uael-post__terms {
	background-color: #818a91;
}
.uael-post__content-align-left .uael-post__gradient-separator {
	background: -webkit-gradient( linear, left top, right top, from(#818a91), to(#ffffff00) );
	background: -webkit-linear-gradient( left, #818a91 0%, #ffffff00 100% );
	background: linear-gradient( to right, #818a91 0%, #ffffff00 100% );
}

.uael-post__content-align-center .uael-post__gradient-separator {
	background: -webkit-radial-gradient( #818a91 10%, #ffffff00 80% );
	background: radial-gradient( #818a91 10%, #ffffff00 80% );
}

.uael-post__content-align-right .uael-post__gradient-separator {
	background: -webkit-gradient( linear, right top, left top, from(#818a91), to(#ffffff00) );
	background: -webkit-linear-gradient( right, #818a91 0%, #ffffff00 100% );
	background: linear-gradient( to left, #818a91 0%, #ffffff00 100% );
}
.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-image img {
	display: inline;
	width: 40px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
    max-width: 100%;
}
.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-desc {
	line-height: 1.4;
	color: #a4a4a4;
}
.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-name,
.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-name a {
	font-weight: 700;
	line-height: 1.4;
}

.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-left .uael-post__authorbox {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-center .uael-post__authorbox {
	display: block;
	text-align: center;
}
.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-right .uael-post__authorbox {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.elementor-element[data-widget_type="uael-posts.business"] .uael-post__separator {
	display: inline-block;
}