/**
 * Admin Customizer CSS
 */
input[type=number] {
	padding: 0 !important;
}
.csf-input-number{
	appearnace: inherit !important;
}
.csf-field-subheading {
	background: #fff !important;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.csf-field-subheading h3 {
	font-size: 12px !important;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}

.control-section .csf-field-spacing input {
	width: 60px !important;
}
