/* Toggle Section Control*/
#sub-accordion-panel-appzend_home_panel .customize-info .customize-panel-description {
    display: block !important;
}

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

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

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

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

.appzend-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.appzend-section-hidden,
  .appzend-section-hidden .appzend-toggle-section,
  #sub-accordion-panel-appzend_home_panel .control-section .appzend-section-hidden.accordion-section-title:before {
      color: #dcdcdc;
  }
  