/* How-to widget style */
.uael-howto-time-title,
.uael-howto-cost-title,
.uael-howto-steps-title {
    font-weight: 600;
}
.uael-howto-section-inline {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.uael-howto-section-inline .uael-howto-supply,
.uael-howto-section-inline .uael-howto-tools {
	width: 50%;
}
.uael-howto-section-inline .uael-howto-supply {
    padding-right: 20px;
}
.uael-howto-step-item.uael-step-has-image {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.uael-howto-image-align-left .uael-howto-step-item.uael-step-has-image {
	-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;
}
.uael-step-has-image .uael-howto-step-item-wrap {
    width: 100%;
}
.uael-howto-image-align-bottom .uael-howto-step-item.uael-step-has-image {
	display: block;
}

.rtl .uael-howto-image-align-left .uael-howto-step-item.uael-step-has-image .uael-howto-step-item-wrap {
	text-align: right;
}

@media ( max-width: 767px ) {
	.uael-howto-section-inline .uael-howto-supply,
	.uael-howto-section-inline .uael-howto-tools,
	.uael-step-has-image .uael-howto-step-item-wrap,
	.uael-step-has-image .uael-howto-step-image-wrap {
		width: 100%;
	}
	.uael-howto-section-inline .uael-howto-supply {
	    padding-right: 0px;
	}
}