.description.customize-control-description {
    font-weight: normal;
    font-style: normal;
}
.customize-control-checkbox label, .customize-control-checkbox input {
    margin: 0 !important;
}
.ui-state-active img {
    border: 2px solid #59d;
}
#customize-control-theme_color .ui-state-active img {
    width: 71px;
    height: 71px;
}
#customize-control-sidebar_settings .ui-state-active img {
    width: 71px;
    height: 46px;
}
#input_sidebar_layout .ui-state-active img {
    width: 71px;
    height: 46px;
}
#input_bg_pattern {
    height: 220px;
    width: 100%;
    max-width: 260px;
    overflow: auto;
}
.image-select {
    display: none !important;
}
#input_bg_pattern img {
    width: 78px;
    height: 78px;
}	
#input_bg_pattern .ui-state-active img {
    width: 74px;
    height: 74px;
}

/* Switcher Styles */	
.switcher-toggle {
    display: none !important;
    visibility: none !important; 
}
.switcher-button,
.switcher-content,
.switcher {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; 
}
.switcher-viewport {
    /* Uncomment the border-radius and border declaration to see the webkit bug in Chrome or Safari */
    /* border-radius: 50px;  border: 5px solid green; */
    -moz-border-radius: 12px;
    display: block;
    height: 25px;
    overflow: hidden;
    width: 75px;
    position: relative;
    margin: 15px auto 0;
    cursor: pointer; 
}
.switcher {
    height: 100%;
    position: relative;
    width: 200%; 
}
.switcher-button {
    -moz-border-radius: 12px;
    background-color: #f2f2f2;
    background-size: 100%;
    background-image: -webkit-gradient(radial, 50%, 0, 50%, 86, color-stop(0%, #f2f2f2), color-stop(32%, #eeeeee), color-stop(61%, #e2e2e2), color-stop(86%, #dddddd));
    background-image: -webkit-radial-gradient(center, ellipse cover, #f2f2f2 0%, #eeeeee 32%, #e2e2e2 61%, #dddddd 86%);
    background-image: -moz-radial-gradient(center, ellipse cover, #f2f2f2 0%, #eeeeee 32%, #e2e2e2 61%, #dddddd 86%);
    background-image: -o-radial-gradient(center, ellipse cover, #f2f2f2 0%, #eeeeee 32%, #e2e2e2 61%, #dddddd 86%);
    background-image: -ms-radial-gradient(center, ellipse cover, #f2f2f2 0%, #eeeeee 32%, #e2e2e2 61%, #dddddd 86%);
    background-image: radial-gradient(center, ellipse cover, #f2f2f2 0%, #eeeeee 32%, #e2e2e2 61%, #dddddd 86%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: white 0 3px 2px inset, rgba(0, 0, 0, 0.4) 0 -1px 2px inset, rgba(0, 0, 0, 0.2) 0 0 1px;
    -moz-box-shadow: white 0 3px 2px inset, rgba(0, 0, 0, 0.4) 0 -1px 2px inset, rgba(0, 0, 0, 0.2) 0 0 1px;
    box-shadow: white 0 3px 2px inset, rgba(0, 0, 0, 0.4) 0 -1px 2px inset, rgba(0, 0, 0, 0.2) 0 0 1px;
    position: absolute;
    display: block;
    top: 0;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.switcher-content {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px inset;
    background: rgba(157, 38, 29, 0.5);
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 100%;
    width: 62px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    top: 5px;
}
.switcher-content span {
    text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px;
    height: 100%;
    line-height: 25px;
    margin: 0 10px;
    float: left;
    color: #FFF;
}
.switcher .left {
    background-color: #59d;
    border-color: rgb(0, 120, 241);
}
.switcher .right {
    background-color: #d55;
    border-color: rgb(241, 0, 0);
}
.switcher .right span {
    float: right; 
}
.switcher-toggle + .switcher-viewport > .switcher {
    left: 0; 
}
.switcher-toggle + .switcher-viewport .switcher-button {
    left: 50px; 
}
.switcher-toggle + .switcher-viewport .switcher-content {
    width: 62px; 
}
.switcher-toggle + .switcher-viewport .left {
    margin-left: 0; 
}
.switcher-toggle:not(:checked) + .switcher-viewport > .switcher {
    left: -100%; 
}
.switcher-toggle:not(:checked) + .switcher-viewport .switcher-button {
    left: 75px; 
}
.switcher-toggle:not(:checked) + .switcher-viewport .left {
    margin-left: 25px; 
}

#input_bg_position img, #input_header_bg_position img {
    width: 60px;
    border: 2px solid #8b8b8b;
}
#input_bg_position .ui-state-active img, #input_header_bg_position .ui-state-active img {
    width: 60px;
    border: 2px solid #59d;
}
#input_bg_repeat img, #input_header_bg_repeat img {
    width: 50px;
    border: 2px solid #8b8b8b;
}
#input_bg_repeat .ui-state-active img, #input_header_bg_repeat .ui-state-active img {
    width: 50px;
    border: 2px solid #59d;
}
#input_header_color img {
    width: 50px;
    border: 2px solid #8b8b8b;
}
#input_header_color .ui-state-active img {
    width: 50px;
    border: 2px solid #59d;
}
#customize-control-custom_css textarea {
    height: auto;
}
.prefix-upsell-link {
    display: inline-block;
    background-color: #C60000;
    color : #fff;
    text-transform: uppercase;
    margin-top: 6px;
    padding: 3px 6px;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 1.5;
    clear: both;
}
.prefix-upsell-link:hover {
    background-color: #444;
    color : #fff;
}
.customize-control-radio-button .radio-button {
    display: table;
}
.customize-control-radio-button input[type="radio"] {
    display:none; 
}
.customize-control-radio-button label {
    display: table-cell;
    color: rgba(0,0,0,.8);
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #EFEFEF;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    border-color: #ccc;
    border: 1px solid #ccc;
}
.customize-control-radio-button label:hover {
    cursor: pointer;
}
.customize-control-radio-button input[type="radio"]:checked + label { 
    background-color: #59d;
    color: #FFF;
    border-color: rgb(0, 120, 241);
}