#customize-controls .control-section-blogger-hub .accordion-section-title:hover,
#customize-controls .control-section-blogger-hub .accordion-section-title:focus {
	background-color: #fff;
}

.control-section-blogger-hub .accordion-section-title .button {
	margin-top:  -4px;
	font-weight: 400;
	margin-left: 8px;
}

.rtl .control-section-blogger-hub .accordion-section-title .button {
	margin-left:  0;
	margin-right: 8px;
}

/*---- Button Input CSS ----*/
li#customize-control-blogger_hub_top_button_padding,
li#customize-control-blogger_hub_bottom_button_padding,
li#customize-control-blogger_hub_left_button_padding,
li#customize-control-blogger_hub_right_button_padding{
	clear: none;
	width: 22%;
	margin-right: 10px;
	text-align: center;
}
li#customize-control-blogger_hub_right_button_padding{
	margin: 0;
}
li#customize-control-blogger_hub_top_button_padding label,
li#customize-control-blogger_hub_bottom_button_padding label,
li#customize-control-blogger_hub_left_button_padding label,
li#customize-control-blogger_hub_right_button_padding label{
	font-weight: 500;
	font-size: 13px;
}
input#_customize-input-blogger_hub_button_padding{
	display: none;
}
li#customize-control-blogger_hub_button_padding{
	margin-bottom: 0px;
}

/*---- Input Range CSS ----*/
input[type="range"] {
	-webkit-appearance: none;
    width: 80%;
    margin: 12px 0;
    background: #fff;
    height: 6px;
}
input[type="range"]:focus{
	outline: 0;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 20px;
	width: 12px;
	border-radius: 20px;
	background: #0073aa;
	cursor: pointer;
	box-shadow: 1px 1px 4px #5c5757;
}
.cs-range-value {
    float: right;
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 15px;
    background: #fff;
    border: 1px solid #7e8993;
}