/* Color control */

.customize-control-color {
	position: relative;
}

.customize-control-color .customize-control-title {
	padding-right: 30px;
}

.customize-control-color .wp-picker-container .wp-color-result.button {
	width: 28px;
	height: 28px;
	padding: 0;
	margin-right: 0;
	position: absolute;
	right: 0;
	left: auto;
	top: 0;

	border-radius: 50%;

	background-clip: content-box;

	border-color: #cccccc;
}
.customize-control-color .wp-color-result-text {
	display: none!important;
}