/* Toggle Section Control*/

#sub-accordion-panel-chankhe_home_panel .customize-info .customize-panel-description {
    display: block !important;
}

.control-section-toggle-section .chankhe-toggle-section,
.control-section-sidebar .chankhe-toggle-section {
    text-decoration: none;
    vertical-align: middle;
}

.control-section-toggle-section .chankhe-toggle-section .dashicons,
.control-section-sidebar .chankhe-toggle-section .dashicons {
    font-size: 16px;
    vertical-align: middle;
}

.chankhe-section-hidden .chankhe-toggle-section,
.chankhe-section-visible .chankhe-toggle-section {
    color: #929292;
    position: absolute;
    right: 30px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

#customize-theme-controls .accordion-section-title.chankhe-section-hidden,
.chankhe-section-hidden .chankhe-toggle-section,
#sub-accordion-panel-chankhe_home_panel .control-section .chankhe-section-hidden.accordion-section-title:before {
    color: #dcdcdc;
}

.chankhe-toggle-section {
    float: right
}


/**
** Customizer Control css 
*/

.customizer-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    left: -1000px;
}

#customize-theme-controls .accordion-section-title.chankhe-section-hidden,
.chankhe-section-hidden .chankhe-toggle-section,
#sub-accordion-panel-chankhe_home_panel .control-section .chankhe-section-hidden.accordion-section-title:before {
    color: #dcdcdc;
}