/* Choosen CSS */
.chosen-container-single .chosen-single {
    border-radius:0;
    height: 32px;
    background: #ffffff;
    line-height: 30px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
}
.chosen-container-single .chosen-single div b {
    background-position: 0px 6px;
}
.customize-control .cleaning-light-icon-search-input {
    margin-top: 5px !important;
    border-radius: 0;
}


#customize-control-cleaning_light_enable_frontpage .description {
    padding: 10px 0;
    font-size: 18px;
    color: var(--wp--preset--color--vivid-red);
}
.customize-pane-parent .control-section .accordion-section-title:before,
#sub-accordion-panel-cleaning_light_frontpage_settings .control-section .accordion-section-title:before {
    font-family: dashicons;
    content: "\f545";
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
#accordion-section-cleaning_light_front_page .accordion-section-title:before {
    content: "\f147";
}
#accordion-panel-cleaning_light_frontpage_settings .accordion-section-title:before {
    content: "\f102";
}
#accordion-panel-cleaning_light_theme_options .accordion-section-title:before {
    content: "\f489";
}
#accordion-section-cleaning_light_footer_section .accordion-section-title:before,
#accordion-panel-cleaning_light_header_settings .accordion-section-title:before {
    content: "\f15b";
}
#accordion-section-cleaning_light_blog_template .accordion-section-title:before {
    content: "\f167";
}
#accordion-panel-cleaning_light_general_settings_panel .accordion-section-title:before {
    content: "\f226";
}
#accordion-section-static_front_page .accordion-section-title:before {
    content: "\f319";
}
#accordion-section-cleaning_light_slider_section .accordion-section-title:before {
    content: "\f181";
}
#accordion-panel-nav_menus .accordion-section-title:before {
    content: "\f333";
}
#accordion-section-colors .accordion-section-title:before {
    content: "\f309";
}
#accordion-section-typography_settings .accordion-section-title:before {
    content: "\f464";
}
#accordion-panel-widgets .accordion-section-title:before {
    content: "\f116";
}
#accordion-section-custom_css .accordion-section-title:before {
    content: "\f499";
}
#sub-accordion-panel-cleaning_light_frontpage_settings #accordion-section-cleaning_light_slider_section.control-section .accordion-section-title:before {
    content: "\f160";
}
#sub-accordion-panel-cleaning_light_frontpage_settings .control-section .accordion-section-title:before {
    content: "\f168";
    color: #aaaaaa;
}
#sub-accordion-panel-cleaning_light_frontpage_settings .customize-info .customize-panel-description {
    display: block !important;
}

/**
 * Customizer Title
*/
.customize-control-title,
.cssbox-field-title,
.customize-control-repeater-title {
    display: flex;
    align-items: center;
    color: #000000;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.customize-control-title:after,
.cssbox-field-title:after,
.customize-control-repeater-title:after {
    content: '';
    height: 8px;
    background: var(--wp-admin-theme-color);
    flex-grow: 1;
    margin-left: 10px;
}
.single-field.type-color .customize-control-title::after,
.cleaning-light-type-colorpicker .customize-control-repeater-title::after,
.customize-control-color .customize-control-title::after,
.customize-control-alpha-color .customize-control-title::after,
.customize-control-range-slider .customize-control-title::after,
.single-field.type-checkbox .customize-control-title::after{
    display: none;
}

/*Color Picker*/
.customize-control-color,
.customize-control-alpha-color {
    position: relative;
}
.customize-control .wp-picker-container .wp-color-result.button {
    position: absolute !important;
    right: 0;
    top: 0;
    margin: 8px 0;
    border: 1px solid #cccccc;
}
.cleaning-light-type-colorpicker .wp-picker-container .wp-color-result.button{
    top: -15px;
}
.single-field.type-color .wp-picker-container .wp-color-result.button{
    top: -55px !important;
}
.customize-control .wp-picker-container .wp-color-result.button[style*="background-image"]:after {
    display: none;
}
.customize-control .wp-picker-container .wp-color-result.button .color-alpha {
    z-index: 2;
}
.customize-control .wp-picker-container .wp-color-result.button .wp-color-result-text {
  display: none;
}
.customize-control .wp-picker-container .wp-color-result.wp-picker-open+.wp-picker-input-wrap {
    display: flex;
    vertical-align: top;
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #dcdcde;
}



.cleaning_light_light-drag-spinner {
    display: none;
    float: right;
}

.cleaninglight-gallery-screenshot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}



.customize-control-cleaning-light-buttonset .buttonset {
    display: inline-block;
    margin: 2px;
}
.customize-control-cleaning-light-buttonset .buttonset .switch-input {
    display: none;
}

.customize-control-cleaning-light-buttonset .buttonset .switch-input:checked+.switch-label {
    background-color: var(--wp-admin-theme-color);
    color: #ffffff;
}
.customize-control-cleaning-light-buttonset .buttonset .switch-label {
    display: inline-flex;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
}
.customize-control-cleaning-light-buttonset .buttonset .switch-label:not(:last-child) {
    margin-right: 5px;
}

/*FontAwesome Icon Styles*/
.cleaning-light-customizer-icon-box .cleaning-light-icon-box {
    display: none;
}
.cleaning-light-customizer-icon-box .cleaning-light-type-icon {
    overflow: hidden;
}
.cleaning-light-customizer-icon-box .cleaning-light-selected-icon {
    background: #F6F6F6;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #eeeeee;
    position: relative;
    margin-right: 44px;
    cursor: pointer;
    font-size: 22px;
}
.cleaning-light-customizer-icon-box .cleaning-light-selected-icon span i {
    line-height: 45px;
}
.cleaning-light-customizer-icon-box .cleaning-light-selected-icon span {
    position: absolute;
    background: #F6F6F6;
    right: -45px;
    top: -1px;
    height: 45px;
    width: 45px;
    border: 1px solid #eeeeee;
    font-size: 16px;
}
.cleaning-light-customizer-icon-box .cleaning-light-icon-search {
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-top: 0;
}
.cleaning-light-customizer-icon-box .cleaning-light-icon-search select {
    margin-bottom: 10px;
}
.cleaning-light-customizer-icon-box .cleaning-light-icon-list {
    height: 215px;
    overflow-y: scroll;
    font-size: 18px;
    border: 1px solid #eeeeee;
    background: #ffffff;
    border-right: 0;
    border-top: 0;
    padding-bottom: 4%;
    display: none;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.cleaning-light-customizer-icon-box .cleaning-light-icon-list:first-of-type {
    display: block;
}
.cleaning-light-customizer-icon-box .cleaning-light-icon-list li {
    float: left;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    font-size: 18px;
    margin: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cleaning-light-customizer-icon-box .cleaning-light-icon-list li:hover {
    background: #333333;
    border: 1px solid #333333;
    color: #ffffff;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.cleaning-light-customizer-icon-box .cleaning-light-icon-list li.icon-active {
    background: #0073aa;
    border: 1px solid #0073aa;
    color: #ffffff;
}

/*Gradient Control*/
.colorpicker,
.gradient-box .gradient-picker {
    z-index: 999999;
}
.gradient-box {
    border: 1px solid #d6d6d6;
    padding: 10px;
}
.gradient-box .gradient-row {
    margin-bottom: 10px;
}
.gradient-box .gradient-label {
    display: block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}
.gradient-box .gradient-description {
    display: block;
    font-style: italic;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 5px;
}
.customize-control .gradient-box .gradient-spread {
    width: 45px;
}
.gradient-box .ClassyGradient {
    width: 238px;
    margin-left: auto;
    margin-right: auto;
}
.gradient-box .ClassyGradient .info {
    width: 180px;
}
.gradient-box .ClassyGradient .info.rightindent .arrow {
    margin-right: 10px;
    margin-left: 0;
    left: auto;
    right: 0
}
.gradient-preview {
    height: 100px;
    width: 100%;
}
.gradient-box .ui-widget-content {
    position: relative;
    background: #cccccc;
    border: 0;
    border-radius: 0;
    height: 4px;
}
.gradient-box .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    background: #0073aa;
    top: 0;
    height: 100%;
    left: 0;
}
.gradient-box .ui-slider-horizontal .ui-slider-handle {
    border: 0;
    height: 18px;
    width: 18px;
    top: -7px;
    margin-left: -9px;
    border-radius: 50%;
    cursor: pointer;
    background: #eeeeee;
    border: 2px solid #0073aa;
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 2;
}
.gradient-box .gradient-angle-slider {
    margin: 12px 10px 30px;
    background: #cccccc
}
.gradient-box .ui-slider-horizontal .ui-slider-handle span {
    position: absolute;
    top: 100%;
    width: 70px;
    text-align: center;
    margin-left: -35px;
    left: 7px;
    font-size: 13px;
}



.customize-control-repeater .customize-control-title,
.customize-control-cleaning-light-typography .customize-control-title,
.cleaning-light-accordion-section-title {
    display: flex;
    align-items: center;
    color: #000000;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.customize-control-repeater .customize-control-title::before,
.customize-control-cleaning-light-typography .customize-control-title::before,
.cleaning-light-accordion-section-title:before {
    height: 10px;
    background: var(--wp-admin-theme-color);
    width: 10px;
    margin-right: 10px;
}
.customize-control-repeater .customize-control-title::after,
.customize-control-cleaning-light-typography .customize-control-title::after,
.cleaning-light-accordion-section-title:after {
    content: '';
    height: 10px;
    background: var(--wp-admin-theme-color);
    flex-grow: 1;
    margin-left: 10px;
}



.customize-control-checkbox-multiple ul {
    padding: 5px;
    border: 2px solid var(--wp-admin-theme-color);
    border-radius: 5px;
}



.cleaning-light-type-checkbox {
    margin-top: 10px;
}
.cleaning-light-type-checkbox label {
    line-height: 20px;
    display: block;
    margin-left: 24px;
    padding-top: 6px;
}
.cleaning-light-type-checkbox input[type=checkbox] {
    margin-right: 8px;
    margin-left: -24px;
}
.selector-labels label {
    display: inline-block;
    padding: 0 10px 10px 0;
    position: relative;
    max-width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}
.selector-labels.full-width label {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
}
.selector-labels.half-width label {
    max-width: 50%;
    padding: 0 20px 20px 0;
}
.selector-labels.one-third-width label {
    max-width: 33.33%;
    padding: 0 10px 10px 0;
}
.selector-labels.one-forth-width label {
    max-width: 25%;
    padding: 0 10px 10px 0;
}
.selector-labels label img {
    vertical-align: middle;
}
.selector-labels label.selector-selected:after {
    content: "";
    height: 25px;
    width: 25px;
    right: 0;
    top: 0;
    position: absolute;
    background: url(selected.png) no-repeat right top;
}
.cleaning-light-type-radio .radio-labels label {
    display: block;
    padding: 5px 0;
}


.customize-control-sortable ul li {
    padding: 8px 10px;
    line-height: 20px;
    border: 1px solid #cccccc;
    background: #ffffff;
}
.customize-control-sortable ul li .dashicons.dashicons-menu {
    float: right;
}
.customize-control-sortable ul li .dashicons.visibility {
    color: #49aed8;
    margin-right: 10px;
}
.customize-control-sortable ul li.invisible {
    color: #aaaaaa;
    border: 1px dashed #aaaaaa;
}
.customize-control-sortable ul li.invisible .dashicons.visibility {
    color: #aaaaaa;
}


.customize-control-range-slider .control-wrap {
    display: inline-block;
    width: 100%;
}
.customize-control-range-slider .cleaning-light-slider {
    display: inline-block;
    position: relative;
    width: 67%;
    height: 4px;
    margin-top: 12px;
    background-color: rgba(0, 0, 0, .15);
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: background .5s;
    transition: background .5s;
}
.customize-control-range-slider .cleaning-light-slider:hover {
    background-color: rgba(0, 0, 0, .2);
}
.customize-control-range-slider .cleaning-light-slider .ui-slider-range {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #13a1dc;
}
.customize-control-range-slider .cleaning-light-slider .ui-slider-handle {
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-4px);
    transform: translateY(-50%) translateX(-4px);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
}
.customize-control-range-slider .cleaning-light-slider-input {
    float: right;
    width: 33%;
}
.customize-control-range-slider input.slider-input {
    float: right;
    width: 80%;
    height: 28px;
    text-align: center;
    border-radius: 4px;
    padding: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #555555;
}


.customize-control-range .slider-reset {
    float: right;
    cursor: pointer;
    font-size: 14px;
    color: #999999;
}
.customize-control-range .control-wrap {
    width: 100%;
}
.customize-control-range .cleaning-light-slider {
    display: inline-block;
    position: relative;
    width: 67%;
    height: 4px;
    margin: 12px 0;
    background-color: rgba(0, 0, 0, .15);
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: background .5s;
    transition: background .5s;
}

.customize-control-range .cleaning-light-slider:hover {
    background-color: rgba(0, 0, 0, .2);
}
.customize-control-range .ui-slider-range {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #13a1dc;
}
.customize-control-range .ui-slider-handle {
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-4px);
    transform: translateY(-50%) translateX(-4px);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
}
.customize-control-range .cleaning-light-slider-input {
    float: right;
    width: 33%;
}
.customize-control-range input.slider-input {
    float: right;
    width: 80%;
    height: 28px;
    text-align: center;
    border-radius: 4px;
    padding: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #555555;
}


.customize-control-switch .customize-control-title {
    display: block;
    margin: 5px -12px;
    padding: 13px 12px;
    background-color: #d4d4d4;
    color: #000;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}
.onoffswitch {
    width: 60px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 6px;
    margin-top: 10px;
}
.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin .3s ease-in 0s;
    transition: margin .3s ease-in 0s
}
.onoffswitch-inner>div {
    float: left;
    position: relative;
    width: 50%;
    height: 30px;
    padding: 0;
    color: #fff;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.onoffswitch-switch {
    text-align: center;
    margin: 3px;
    font-size: 12px;
    line-height: 24px;
}
.onoffswitch-active .onoffswitch-switch {
    background-color: #3caf0e;
    left: 0;
    border-radius: 16px;
}
.onoffswitch-inactive .onoffswitch-switch {
    background: #7D7D7D;
    right: 0;
    border-radius: 16px;
}
.switch-on .onoffswitch-inner {
    margin-left: 0
}
.cleaning-light-fields.cleaning-light-type-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 14px;
}
.cleaning-light-fields.cleaning-light-type-switch .customize-control-repeater-title {
    margin: 0;
}



.customizer-tabs {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 6px 0;
    border-bottom: 3px solid var(--wp-admin-theme-color);
    margin: 0 -12px;
}
.customizer-tabs a {
    border-radius: 4px 4px 0 0;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: center;
    display: block;
    white-space: nowrap;
    color: #000;
}
.customizer-tabs a.active {
    background: var(--wp-admin-theme-color);
    color: #ffffff;
}



#sub-accordion-panel-cleaning_light_home_panel .customize-info .customize-panel-description {
    display: block !important;
}
.control-section-toggle-section .cleaning-light-toggle-section,
.control-section-sidebar .cleaning-light-toggle-section {
    text-decoration: none;
    margin-right: 10px;
    vertical-align: middle;
}
.control-section-toggle-section .cleaning-light-toggle-section .dashicons,
.control-section-sidebar .cleaning-light-toggle-section .dashicons {
    font-size: 16px;
    vertical-align: middle;
}
.cleaning-light-section-visible .cleaning-light-toggle-section {
    color: #929292;
}
#customize-theme-controls .accordion-section-title.cleaning-light-section-hidden,
.cleaning-light-section-hidden .cleaning-light-toggle-section,
#sub-accordion-panel-cleaning_light_home_panel .control-section .cleaning-light-section-hidden.accordion-section-title:before {
    color: #dcdcdc;
}
.cleaning-light-toggle-section {
    float: right
}

.customizer-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    left: -1000px;
    display: none !important;
}
#customize-theme-controls .accordion-section-title.cleaning-light-section-hidden,
.cleaning-light-section-hidden .cleaning-light-toggle-section,
#sub-accordion-panel-cleaning_light_home_panel .control-section .cleaning-light-section-hidden.accordion-section-title:before {
    color: #dcdcdc;
}




.customize-control .group-field-control-wrap .accordion-section-title:after {
    content: "" !important;
}
.customize-control .group-field-control-wrap .expanded .accordion-section-title:after {
    content: "" !important;
}
.customize-control .group-field-control-wrap .group-fields {
    background: #ffffff;
    padding: 5px 15px 15px 15px;
}
.customize-control .group-field-control-wrap .group-fields .single-field{
    margin: 25px 0 30px;
}
.customize-control .group-field-control-wrap .group-fields .image-properties-checkbox {
    margin-top: 15px;
}
.customize-control .group-field-control-wrap .group-fields .image-properties-checkbox .customize-control-title.checkbox {
    display: inline;
}
.customize-control.customize-control-group {
    margin-bottom: 0;
}
.customize-control.customize-control-group .group-field-title {
    display: block;
}
.customize-control.customize-control-group .customize-control-description {
    margin-top: 10px;
}

.customize-control.has-switchers .customize-control-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 25px;
}
.customize-control .control-wrap:not(.active) {
    width: 100%;
}
.customize-control .single-field .responsive-switchers {
    position: absolute;
    right: -2px;
    top: -6px;
}
.customize-control .responsive-switchers {
    margin-left: 5px;
    width: auto;
    overflow: hidden;
}
.customize-control .single-field {
    position: relative;
}
.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container {
    border: 1px solid #dfdfdf;
    border-top: none;
    background: #ffffff;
    padding: 10px 11px;
    position: relative;
    max-width: 233px;
    display: none;
}
.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .ui-widget-header,
.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .ui-widget-content {
    background: transparent;
    border: none;
}
.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .alpha-color-picker-wrap .ui-state-focus {
    background: transparent;
    border: none;
}
.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .ui-slider {
    position: relative;
    z-index: 1;
    height: 24px;
    text-align: center;
    margin: 0 auto;
    width: 88%;
    width: calc(100% - 28px);
}
.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .ui-widget-content .ui-state-default, .customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .ui-slider-handle {
    color: #777777;
    background-color: #fff;
    text-shadow: 0 1px 0 #ffffff;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-top: -2px;
    top: 0;
    height: 16px;
    width: 16px;
    cursor: ew-resize;
    padding: 0;
    line-height: 27px;
    margin-left: -14px;
}
.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .ui-slider-handle.show-opacity {
    font-size: 12px;
}
.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .click-zone {
    width: 14px;
    height: 24px;
    display: block;
    position: absolute;
    left: 10px;
}
.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .max-click-zone {
    right: 10px;
    left: auto;
}
.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .transparency {
    height: 15px;
    width: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    margin-top: -24px;
}
.customize-control-alpha-color .wp-picker-container .wp-picker-open ~ .wp-picker-holder .alpha-color-picker-container {
    display: block;
}
.clearfix.group-footer {
    text-align: right;
    margin-top: 10px;
}



.responsive-switchers-cssboxfields .groupcssbox-device-wrap,
.responsive-switchers-cssboxfields .tabscssbox-device-wrap,
.customize-control-cleaning-light-cssbox .responsive-switchers-fields .cssbox-device-wrap {
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 0;
}
.responsive-switchers-cssboxfields .groupcssbox-device-wrap li,
.responsive-switchers-cssboxfields .tabscssbox-device-wrap li,
.customize-control-cleaning-light-cssbox .responsive-switchers-fields .cssbox-device-wrap li {
    padding: 0;
}
.responsive-switchers-cssboxfields .groupcssbox-device-wrap li input,
.responsive-switchers-cssboxfields .tabscssbox-device-wrap li input,
.customize-control-cleaning-light-cssbox .responsive-switchers-fields .cssbox-device-wrap li input {
    border-radius: 0;
    border-right: 0;
}
.responsive-switchers-cssboxfields .groupcssbox-device-wrap li:first-child input,
.responsive-switchers-cssboxfields .tabscssbox-device-wrap li:first-child input,
.customize-control-cleaning-light-cssbox .responsive-switchers-fields .cssbox-device-wrap li:first-child input {
    border-radius: 4px 0 0 4px;
}
.responsive-switchers-cssboxfields .groupcssbox-device-wrap li:nth-child(4) input,
.responsive-switchers-cssboxfields .tabscssbox-device-wrap li:nth-child(4) input,
.customize-control-cleaning-light-cssbox .responsive-switchers-fields .cssbox-device-wrap li:nth-child(4) input {
    border-radius: 0px 4px 4px 0px;
    border-right: 1px solid;
}
.responsive-switchers-cssboxfields .groupcssbox-device-wrap li label>span,
.responsive-switchers-cssboxfields .tabscssbox-device-wrap li label>span,
.customize-control-cleaning-light-cssbox .responsive-switchers-fields .cssbox-device-wrap li label>span {
    display: block;
    margin-bottom: 5px;
    opacity: .8;
}
.responsive-switchers-cssboxfields .active.groupcssbox-device-wrap,
.responsive-switchers-cssboxfields .active.tabscssbox-device-wrap,
.customize-control-cleaning-light-cssbox .responsive-switchers-fields .active.cssbox-device-wrap {
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transition: opacity 0.7s ease-in-out 0.2s, height 0.9s ease-in-out 0.3s;
    -moz-transition: opacity 0.7s ease-in-out 0.2s, height 0.9s ease-in-out 0.3s;
    -o-transition: opacity 0.7s ease-in-out 0.2s, height 0.9s ease-in-out 0.3s;
    transition: opacity 0.7s ease-in-out 0.2s, height 0.9s ease-in-out 0.3s;
}
#customize-theme-controls .customize-pane-child.current-panel-parent,
.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.customize-control-cleaning-light-cssbox {
    margin-top: 10px;
}
.customize-control-cleaning-light-cssbox .responsive-switchers-fields {
    clear: both;
    margin-top: 10px;
}
.customize-control-cleaning-light-cssbox .cssbox-field-control-wrap .cssbox-field-control {
    position: relative;
}
.customize-control-cleaning-light-cssbox .cssbox-field-control-wrap .cssbox-field-control .responsive-switchers {
    position: absolute;
    right: -2px;
    top: -5px;
}

/* Custom Checkbox */
.field-link {
    display: block;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    position: relative;
    width: 22px;
    margin: 0 auto;
}
.field-link .cssbox_link,
.field-link .groupcssbox_link,
.field-link .tabscssbox_link {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.field-link .cssbox_link,
.field-link .cssbox_link:after,
.field-link .cssbox_link:before,
.field-link .cssbox_link *,
.field-link .cssbox_link *:after,
.field-link .cssbox_link *:before,
.field-link .cssbox_link+.tgl-btn,
.field-link .groupcssbox_link,
.field-link .groupcssbox_link:after,
.field-link .groupcssbox_link:before,
.field-link .groupcssbox_link *,
.field-link .groupcssbox_link *:after,
.field-link .groupcssbox_link *:before,
.field-link .groupcssbox_link+.tgl-btn,
.field-link .tabscssbox_link,
.field-link .tabscssbox_link:after,
.field-link .tabscssbox_link:before,
.field-link .tabscssbox_link *,
.field-link .tabscssbox_link *:after,
.field-link .tabscssbox_link *:before,
.field-link .tabscssbox_link+.tgl-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.field-link .cssbox_link::selection,
.field-link .cssbox_link:after::selection,
.field-link .cssbox_link:before::selection,
.field-link .cssbox_link *::selection,
.field-link .cssbox_link *:after::selection,
.field-link .cssbox_link *:before::selection,
.field-link .cssbox_link+.tgl-btn::selection,
.field-link .groupcssbox_link::selection,
.field-link .groupcssbox_link:after::selection,
.field-link .groupcssbox_link:before::selection,
.field-link .groupcssbox_link *::selection,
.field-link .groupcssbox_link *:after::selection,
.field-link .groupcssbox_link *:before::selection,
.field-link .groupcssbox_link+.tgl-btn::selection,
.field-link .tabscssbox_link::selection,
.field-link .tabscssbox_link:after::selection,
.field-link .tabscssbox_link:before::selection,
.field-link .tabscssbox_link *::selection,
.field-link .tabscssbox_link *:after::selection,
.field-link .tabscssbox_link *:before::selection,
.field-link .tabscssbox_link+.tgl-btn::selection {
    background: none;
}
.field-link .cssbox_link+.tgl-btn,
.field-link .groupcssbox_link+.tgl-btn,
.field-link .tabscssbox_link+.tgl-btn {
    outline: 0;
    display: block;
    width: auto;
    height: 14px;
    position: relative;
    cursor: pointer;
    user-select: none;
    margin-top: 3px;
}
.field-link .cssbox_link+.tgl-btn:after,
.field-link .cssbox_link+.tgl-btn:before,
.field-link .groupcssbox_link+.tgl-btn:after,
.field-link .groupcssbox_link+.tgl-btn:before,
.field-link .tabscssbox_link+.tgl-btn:after,
.field-link .tabscssbox_link+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}
.field-link .cssbox_link+.tgl-btn:after,
.field-link .groupcssbox_link+.tgl-btn:after,
.field-link .tabscssbox_link+.tgl-btn:after {
    left: 0;
}
.field-link .cssbox_link+.tgl-btn:before,
.field-link .groupcssbox_link+.tgl-btn:before,
.field-link .tabscssbox_link+.tgl-btn:before {
    display: none;
}
.field-link .cssbox_link:checked+.tgl-btn:after,
.field-link .groupcssbox_link:checked+.tgl-btn:after,
.field-link .tabscssbox_link:checked+.tgl-btn:after {
    left: 50%;
}
.field-link .cssbox_link+.tgl-btn,
.field-link .groupcssbox_link+.tgl-btn,
.field-link .tabscssbox_link+.tgl-btn {
    padding: 2px;
    transition: all 0.2s ease;
    background: #fff;
    border: 1px solid #c4cfd7;
    border-radius: 2em;
}
.field-link .cssbox_link+.tgl-btn:after,
.field-link .groupcssbox_link+.tgl-btn:after,
.field-link .tabscssbox_link+.tgl-btn:after {
    transition: all 0.2s ease;
    background: #c4cfd7;
    content: "";
    border-radius: 1em;
}
.field-link .cssbox_link:checked+.tgl-btn,
.field-link .groupcssbox_link:checked+.tgl-btn,
.field-link .tabscssbox_link:checked+.tgl-btn {
    border: 1px solid #275cf6;
}
.field-link .cssbox_link:checked+.tgl-btn:after,
.field-link .groupcssbox_link:checked+.tgl-btn:after,
.field-link .tabscssbox_link:checked+.tgl-btn:after {
    left: 50%;
    background: #275cf6;
}


/*Dimension Control*/
.customize-control-dimensions>ul {
    display: inline-block;
    width: 100%;
}
.customize-control-dimensions .dimension-wrap {
    float: left;
    width: 20%;
    margin: 0;
}
.customize-control-dimensions .dimension-wrap input,
.customize-control-dimensions .dimension-wrap button {
    display: block;
    font-size: 12px;
    padding: 4px 0;
    width: 100%;
    height: 28px;
    border: 1px solid;
    border-color: #a4afb7;
    border-left-width: 0;
    border-radius: 0;
    text-align: center;
}
.customize-control-dimensions .dimension-wrap:first-child input {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}
.customize-control-dimensions .dimension-wrap .dimension-label {
    display: block;
    color: #949698;
    font-size: 10px;
    padding-top: 5px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
}
.customize-control-dimensions .dimension-wrap input:focus+.dimension-label {
    color: #42474a;
}
.customize-control-dimensions .dimension-wrap .link-dimensions {
    background-color: #fff;
    border: 1px solid #a4afb7;
    border-left-width: 0;
    padding: 0;
    outline: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
.customize-control-dimensions .dimension-wrap .link-dimensions span {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}
.customize-control-dimensions .dimension-wrap .link-dimensions .cleaning-light-pro-linked {
    background-color: #a4afb7;
    color: #fff;
}
.customize-control-dimensions .dimension-wrap .link-dimensions.unlinked .spark-construction-pro-unlinked {
    display: none;
}
.customize-control-dimensions .dimension-wrap .link-dimensions.unlinked .cleaning-light-pro-linked {
    display: block;
}
.customize-control-dimensions .dimension-wrap .link-dimensions .cleaning-light-pro-linked {
    display: none;
}

.customize-control .responsive-switchers {
    margin-left: 5px;
    width: auto
}
.customize-control .responsive-switchers li:not(.desktop) {
    display: none
}
.customize-control.responsive-switchers-open .responsive-switchers li {
    display: block
}
.customize-control .responsive-switchers li {
    float: left;
    margin: 0
}
.customize-control .responsive-switchers li button {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-color: #a4afb7;
    position: relative;
    margin-left: 5px;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    cursor: pointer
}
.customize-control .responsive-switchers li button:hover {
    background-color: #c2cbd2
}
.customize-control .responsive-switchers li:not(.desktop) button.active {
    background-color: #13aff0
}
.customize-control .responsive-switchers li button i {
    width: auto;
    height: auto;
    font-size: inherit;
    line-height: 18px
}
.customize-control.has-switchers>.control-wrap:not(.active) {
    display: none;
    width: 100%
}



.cleaning-light-repeater-field-control {
    background: #ffffff;
    margin-bottom: 12px;
    display: block;
}
.cleaning-light-repeater-footer {
    margin-top: 15px;
    text-align: right;
    display: grid;
}
.cleaning-light-repeater-field-remove {
    color: #ff0000;
}
.cleaning-light-repeater-field-control:first-child .cleaning-light-repeater-footer {
    display: none;
}
.cleaning-light-repeater-field-title {
    padding: 13px 15px;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 1em;
    border: 1px solid #e5e5e5;
    cursor: move;
    position: relative;
    border-bottom: 0;
}
.cleaning-light-repeater-field-title:after {
    content: "\f142";
    font: 400 20px/1 dashicons;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 2px 1px 0;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
}
.cleaning-light-repeater-field-control.expanded .cleaning-light-repeater-field-title:after {
    content: "\f140";
}
.cleaning-light-repeater-fields {
    padding: 0 10px 10px;
    border-top: none;
    line-height: 16px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    display: none;
}

.cleaning-light-repeater-fields .cleaning-light-fields{
    margin:25px 0 30px;
}

.cleaning-light-repeater-field-control.expanded .cleaning-light-repeater-fields {
    display: block;
}
.cleaning-light-add-control-field {
    float: right;
}
.moreitems {
    clear: both;
    padding-top: 15px;
}
.cleaning-light-add-control-field:before {
    content: "\f132";
    display: inline-block;
    position: relative;
    left: -2px;
    top: -1px;
    font: 400 18px/1 dashicons;
    vertical-align: middle;
}
.cleaning-light-fields textarea {
    width: 100%;
    min-height: 100px;
}
.cleaning-light-fields select {
    width: 100%;
}
.cleaning-light-fields .attachment-media-view {
    background: none;
}
.cleaning-light-fields .attachment-media-view img {
    max-height: 100px;
    width: 100%;
    object-fit: cover;
}
.cleaning-light-fields.cleaning-light-type-colorpicker {
    position: relative;
}
.cleaning-light-type-checkbox {
    margin-top: 10px;
}
.cleaning-light-type-checkbox label {
    line-height: 20px;
    display: block;
    margin-left: 24px;
    padding-top: 6px;
}
.cleaning-light-type-checkbox input[type=checkbox] {
    margin-right: 8px;
    margin-left: -24px;
}
.cleaning-light-fields.cleaning-light-type-wrapper-start {
    padding: 5px;
    border: 1px solid #d7d7d7;
    margin-top: 5px;
    border-radius: 5px;
}
.wrapper-start {
    padding: 2px 10px;
    background: #cccccc;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}
.wrapper-start span:after {
    content: "\f142";
    font-family: 'dashicons';
    position: absolute;
    right: 5px;
}
.cleaning-light-fields.cleaning-light-type-wrapper-start.expanded .wrapper-start span:after {
    content: "\f140";
}
.cleaning-light-type-wrapper-start .cleaning-light-fields {
    display: none;
}
.cleaning-light-fields.cleaning-light-type-wrapper-start.expanded .cleaning-light-fields {
    display: block;
}