.customize-control-bizart-toggle {
    margin-bottom: 0;
}

.customize-control-bizart-toggle .toggle--wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.customize-control-bizart-toggle .toggle--wrapper .customize-control-title {
    margin-bottom: 7px;
    vertical-align: middle;
    flex: 2 0 0;
}

.customize-control-bizart-toggle .toggle--wrapper input[type=checkbox] {
    display: none;
}

.customize-control-bizart-toggle .toggle--wrapper label {
    background-color: #bb3e2a;
    border-radius: 14px;
    cursor: pointer;
    height: 10px;
    outline: none;
    position: relative;
    right: 0px;
    top: 3px;
    transition: background 0.2s ease;
    user-select: none;
    width: 45px;
}

.customize-control-bizart-toggle .toggle--wrapper label:after,
.customize-control-bizart-toggle .toggle--wrapper label:before {
    content: "";
    display: block;
    position: absolute;
}

.customize-control-bizart-toggle .toggle--wrapper label:after {
    border-radius: 50%;
    box-sizing: border-box;
    height: 20px;
    left: 0px;
    top: -5.5px;
    transition: background 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, background 0.2s ease;
    transition: transform 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
    width: 20px;
    background: #bb3e2a;
}

.customize-control-bizart-toggle .toggle--wrapper label:before {
    background-color: #bb3e2a;
    border-radius: 60px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    top: 2px;
    transition: background 0.2s ease;
}

.customize-control-bizart-toggle .toggle--wrapper input[type=checkbox]:checked+label {
    background-color: #0085ba;
}

.customize-control-bizart-toggle .toggle--wrapper input[type=checkbox]:checked+label::after {
    background-color: #0085ba;
    transform: translateX(25px);
}

.customize-control-bizart-toggle .toggle--wrapper input[type=checkbox]:checked+label::before {
    background-color: #0085ba;
}

.customize-control-bizart-toggle:hover .toggle--wrapper label::before {
    background-color: #bb3e2a;
}

button.page-repeater-add {
    background: #007cba;
    border-color: #007cba;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    border: 1px solid;
    padding: 7px;
    display: block;
    width: 100%;
    margin: 13px 0;
    border-radius: 4px;
    cursor: pointer;
}

.page-repeater-selectors>div {
    display: flex;
    margin-bottom: 13px;
}

.page-repeater-selectors>div button.page-repeater-remove {
    border: 0;
    background: transparent;
    color: #bb3e2a;
    flex: 0 0 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
}

.customize-control-bizart-slider .control-wrap {
    display: inline-block;
    width: 100%;
}

.customize-control-bizart-slider .slider {
    display: inline-block;
    position: relative;
    width: 67%;
    height: 4px;
    margin-top: 12px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}

.customize-control-bizart-slider .slider:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.customize-control-bizart-slider .slider .ui-slider-range {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #13a1dc;
}

.customize-control-bizart-slider .slider .ui-slider-handle {
    height: 16px;
    width: 16px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-4px);
    transform: translateY(-50%) translateX(-4px);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
}

.customize-control-bizart-slider .slider-input {
    float: right;
    width: 33%;
}

.customize-control-bizart-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: #555;
}

body.wp-customizer .wp-picker-container .wp-color-result.button {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 40px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5) !important;
    border: none;
    height: 30px;
    border-radius: 4px;
    margin: 0;
}

body.wp-customizer .wp-color-result-text {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    height: 30px;
    line-height: 30px;
    border: none;
    box-shadow: none;
    font-size: 12px;
    border-radius: 0 4px 4px 0;
    padding: 0 15px;
}

body.wp-customizer .wp-picker-container {
    max-width: 255px;
}

body.wp-customizer .wp-picker-container .iris-picker {
    margin: 15px 0 0 0;
    border-bottom: none;
}

body.wp-customizer .wp-picker-container,
body.wp-customizer .wp-picker-input-wrap {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

body.wp-customizer .wp-picker-open+.wp-picker-input-wrap {
    width: 100%;
}

body.wp-customizer .wp-picker-container .wp-picker-input-wrap>label,
body.wp-customizer.wp-core-ui .wp-picker-default,
body.wp-customizer.wp-core-ui .wp-picker-clear {
    width: 48%;
    vertical-align: bottom;
    margin-top: 10px;
}

body.wp-customizer.wp-core-ui .wp-picker-default,
body.wp-customizer.wp-core-ui .wp-picker-clear {
    margin-left: 10%;
}

body.wp-customizer .wp-picker-input-wrap input[type="text"].wp-color-picker.alpha-color-control {
    float: left;
    width: 100%;
}

body.wp-customizer .wp-picker-input-wrap .button {
    margin-left: 0;
    float: right;
}

body.wp-customizer .wp-picker-container .wp-picker-open~.wp-picker-holder .alpha-color-picker-container {
    display: block;
}

body.wp-customizer .alpha-color-picker-container {
    border: 1px solid #dfdfdf;
    border-top: none;
    display: none;
    background: #fff;
    padding: 0 11px 10px;
    position: relative;
}

body.wp-customizer .alpha-color-picker-container .ui-widget-content,
body.wp-customizer .alpha-color-picker-container .ui-widget-header,
body.wp-customizer .alpha-color-picker-wrap .ui-state-focus {
    background: transparent;
    border: none;
}

body.wp-customizer .alpha-color-picker-wrap a.iris-square-value:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.wp-customizer .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);
}

body.wp-customizer .alpha-color-picker-container .ui-slider-handle,
body.wp-customizer .alpha-color-picker-container .ui-widget-content .ui-state-default {
    color: #777;
    background-color: #fff;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: -2px;
    top: 0;
    height: 26px;
    width: 26px;
    cursor: ew-resize;
    font-size: 0;
    padding: 0;
    line-height: 27px;
    margin-left: -14px;
}

body.wp-customizer .alpha-color-picker-container .ui-slider-handle.show-opacity {
    font-size: 12px;
}

body.wp-customizer .alpha-color-picker-container .click-zone {
    width: 14px;
    height: 24px;
    display: block;
    position: absolute;
    left: 10px;
}

body.wp-customizer .alpha-color-picker-container .max-click-zone {
    right: 10px;
    left: auto;
}

body.wp-customizer .alpha-color-picker-container .transparency {
    height: 24px;
    width: 100%;
    background-color: #fff;
    background-image: url(../img/transparency-grid.png);
    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;
}


/* Responsive */

@media only screen and (max-width: 640px) {
    body.wp-customizer .wp-picker-input-wrap input[type="text"].wp-color-picker.alpha-color-control {
        height: 33px;
    }
}


/* Responsive buttons switchers */

.customize-control.has-switchers .customize-control-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
}

.customize-control.has-switchers .customize-control-title span {
    line-height: 20px;
}

.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: 20px;
    width: 20px;
    background-color: #a4afb7;
    cursor: pointer;
    position: relative;
    margin-left: 5px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    border: 0;
    outline: none;
    -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%;
}


/* Height Custom CSS textarea */

.customize-control-code_editor .CodeMirror {
    height: calc(100vh - 185px);
}


/* RTL */

body.rtl .customize-control-checkbox input[type=checkbox] {
    margin: 0 0 0 6px;
}

body.rtl .customize-control-checkbox input[type="checkbox"]:checked:before,
body.rtl .customize-control .responsive-switchers,
body.rtl .customize-control .responsive-switchers li button {
    margin-right: 5px;
    margin-left: 0;
}

body.rtl .customize-control .responsive-switchers li {
    float: right;
}


/* Responsive */

@media screen and (max-width: 768px) {
    body .customize-control .responsive-switchers {
        display: none;
    }
    body .customize-control.has-switchers>.control-wrap:not(.active) {
        display: inline-block;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    body .customize-control.has-switchers>.control-wrap {
        display: inline-block;
    }
    body .customize-control.has-switchers>.control-wrap:not(.tablet) {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    body .customize-control.has-switchers>.control-wrap {
        display: inline-block;
    }
    body .customize-control.has-switchers>.control-wrap:not(.mobile) {
        display: none;
    }
}


/* Layouts */

.layout-options.ui-buttonset {
    margin: -0.25rem;
}

.layout-options.ui-buttonset>.layout {
    width: 25%;
    float: left;
    padding: 0.25rem;
    box-sizing: border-box;
}

.layout-options.ui-buttonset>.layout .ui-state-active svg {
    fill: #3498DB;
}