.customize-control.th-has-switches .th-control-wrap:not(.active) {
    display: none;
}

.th-responsive-switches {
    list-style: none;
    float: right;
}

ul.th-responsive-switches li {
    float: left;
    margin: 0;
}

.th-responsive-switches button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    padding: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin-left: 3px;
}

.th-responsive-switches button i.dashicons {
    font-size: 14px;
    color: #ffffff;
    width: auto;
    height: auto;
    line-height: 25px;
}

.th-responsive-switches button.active {
    background: #008ec2;
}

.th-responsive-switches button:not(.active) {
    background: #cccccc;
}

.customize-control-bam-responsive-number {
    margin: 15px 0;
}