ul.control-section{
	background-color: #000 !important;
}
ul.control-section .customize-control label,
ul.control-section .customize-control span{
	color: #fff;
	background-color: #000;
	border: 0;
}
ul.control-section .customize-control input[type="checkbox"]{
	height: 20px;
    width: 20px;
    border-radius: 50%;
}
ul.control-section .customize-control input[type=number]::-webkit-inner-spin-button, 
 ul.control-section .customize-control input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
ul.control-section .customize-control button.upload-button{
	border-radius: 10px;
    background: #ccc;
}
ul.control-section .customize-control .actions button.remove-button {
    color: #fff;
    border-radius: 5px;
    background-color: #bf0000;
    border: 0;
}
ul.control-section .customize-control .actions button.upload-button {
    border-radius: 5px;
    background: #ffe6c9;
    color: #000;
    border: 0;
}
ul.control-section .customize-control .wp-picker-container button{
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
ul.control-section .customize-control span.description{
	color: #ccc !important;
}
ul.control-section li.customize-control:nth-child(2){
	border-top-width: 0;
	padding: 0;
}
ul.control-section li.customize-control:nth-child(2):not(.customize-control-h2_heading){
	border-top-width: 2px;
	padding: 8px;
}
ul.control-section li:last-child{
	border-bottom-width: 2px;
}
li.customize-control{
	border-color: #333;
	border-style: solid;
	border-width: 0 2px 0;
	margin: 0 !important;
	padding: 8px;
	width: calc( 100% - 20px );
}
li.customize-control-h2_heading{
	border-width: 2px 0 0;
	padding: 15px 0px 0px;
	margin: 0 !important;
	width: 100%;
}
h2.main-heading{
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #333;
	padding: 18px 0;
	margin: 0 !important;
}