.control-section-themes .accordion-section-title .change-theme, .control-section-themes .accordion-section-title .customize-theme {
    position: absolute;
    left: 130px;
    top: 50%;
    margin-top: -14px;
    font-weight: 400;
    margin-left: 15%;
    right: 10px;
}

.customize-control input[type="tel"], .customize-control input[type="url"], .customize-control input[type="text"], .customize-control input[type="password"], .customize-control input[type="email"], .customize-control input[type="number"], .customize-control input[type="search"] {
    width: auto;
    line-height: 18px;
    margin: 0px;
}

.customize-control-background img, .customize-control-cropped_image img, .customize-control-header img, .customize-control-image img, .customize-control-media img, .customize-control-site_icon img, .customize-control-upload img {
    width: auto;
    border-radius: 2px;
    max-width:600px
}

.customize-control-background .default-button, .customize-control-background .remove-button, .customize-control-background .upload-button, .customize-control-cropped_image .default-button, .customize-control-cropped_image .remove-button, .customize-control-cropped_image .upload-button, .customize-control-header button.new, .customize-control-header button.remove, .customize-control-image .default-button, .customize-control-image .remove-button, .customize-control-image .upload-button, .customize-control-media .default-button, .customize-control-media .remove-button, .customize-control-media .upload-button, .customize-control-site_icon .default-button, .customize-control-site_icon .remove-button, .customize-control-site_icon .upload-button, .customize-control-upload .default-button, .customize-control-upload .remove-button, .customize-control-upload .upload-button {
    white-space: normal;
    width: auto;
    height: auto;
    float:left
}

.customize-control-header button.random {
    width: auto;
    height: auto;
    min-height: 40px;
    white-space: normal;
}

.customize-control select {
 width:auto;
    min-width: 1%;
    width: auto;
    height: 28px;
    line-height: 28px;
}


#customize-theme-controls .add-new-menu-item {
    cursor: pointer;
    float: left;
    margin-left: 10px;
    transition: all 0.2s ease 0s;
    -moz-user-select: none;
    outline: 0px none;
}

#customize-theme-controls .add-new-widget {

    float: left;
    margin-left: 10px;
    transition: all 0.2s ease 0s;
    -moz-user-select: none;
    outline: 0px none;
}

#customizer_fullwidth {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    -webkit-box-shadow: 0px 3px 6px #666666;
    -moz-box-shadow: 0px 3px 6px #666666;
    box-shadow: 0px 3px 6px #666666;
    font-family: Arial;
    color: white;
    font-size: 13px;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
}

#customizer_fullwidth:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.customize-control-background .placeholder, .customize-control-cropped_image .placeholder, .customize-control-header .placeholder, .customize-control-image .placeholder, .customize-control-media .placeholder, .customize-control-site_icon .placeholder, .customize-control-upload .placeholder {
    text-align: inherit;

}
.customize-control-header .default button:not(.random), .customize-control-header .uploaded button:not(.random) {
    height: auto !important;
}
.container {
    height: auto !important;
}