/* Range */
.range-slider__range:active::-moz-range-thumb {
    background: #0085ba;
}
.customize-control input[type=number].range-slider-value {
    width: 21%;
    height: 28px;
    text-align: center;
    margin-left: 2%;
    padding: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
}
.customize-control input[type=number].range-slider-value::-webkit-outer-spin-button,
.customize-control input[type=number].range-slider-value::-webkit-inner-spin-button {
    margin: 0;
}
.range-reset-slider .dashicons{
    font-size: 20px;
    line-height: 1.3;
}
.customize-control span.range-reset-slider {
    display: inline-block;
    position: relative;
    line-height: 28px;
    color: #999;
    cursor: pointer;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    width: 28px;
    height: 28px;
    border: 1px solid #eee;
}
.range-slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    flex-direction: row;
    justify-content: flex-start;
}
.range-slider__range {
    background-color: rgba(0,0,0,.1);
    height: 6px;
    width: 62% !important;
    padding: 0;
    margin-bottom: 0;
    cursor: pointer;
    outline: none;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}
.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 15px;
    background-color: #2e86b9;
}
.range-slider__range::-webkit-slider-thumb:hover {
    background: #0085ba;
}
.range-slider__range:active::-webkit-slider-thumb {
    background: #0085ba;
}
.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #0085ba;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
    background: #0085ba;
}
.customize-control span.range-reset-slider:hover {
    color: #2271b1;
}
::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}
input::-moz-focus-inner, input::-moz-focus-outer {
    border: 0;
}
.customize-control-blogdata-range .customize-control-title,
.customize-control-blogdata-range .responsive-switchers{
    display: inline-block;
}
.responsive-switchers{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.responsive-switchers .preview-tablet,
.responsive-switchers .preview-mobile{
    display: none;
}
.desktop-range,
.tablet-range,
.mobile-range{
    display: none;
    width:100%;
}
.desktop-range.active,
.tablet-range.active,
.mobile-range.active{
    display: block;
}
.custom-range-title-area{
	display: flex;
	justify-content: space-between;
}
.customize-control .responsive-switchers { margin-left: 5px; width: auto; }
.customize-control .responsive-switchers-open li button { display: block; }
.customize-control .responsive-switchers li { float: left; margin: 0; }
.customize-control .responsive-switchers li button { 
	height: 20px; 
	width: 20px; 
	cursor: pointer; 
	position: relative;
	margin-left: 5px; 
	background-color: transparent; 
    color: #777;
	font-size: 10px; 
	text-align: center; 
	border-radius: 50%; 
	padding: 0; 
	border: 0; 
	outline: none; 
	transition: color .5s; 
	cursor: pointer; 
}
.customize-control .responsive-switchers li button:hover { color: #2271b1; }
.customize-control .responsive-switchers li button.active { color: #2271b1; }
.customize-control .responsive-switchers li button i { 
	width: auto; 
	height: auto; 
	font-size: 16px; 
	line-height: 18px; 
}