/** Number and Unit **/
.gsf-vc_number-and-unit-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.gsf-vc_number-and-unit-inner .gsf-number-value {
	width: 100%;
}
.gsf-vc_number-and-unit-inner .gsf-number-value input {
	height: 36px;
}
.gsf-vc_number-and-unit-inner [name="gsf-number-unit"] {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 70px;
	padding: 6.5px 6px;
}