/**
 * Alpha Color Picker CSS
 */

.customize-control-sh2020-alpha-color .wp-picker-container .iris-picker {
	border-bottom: none;
}

.customize-control-sh2020-alpha-color .wp-picker-container {
	max-width: 100%;
}

.customize-control-sh2020-alpha-color .wp-picker-open + .wp-picker-input-wrap {
	width: 218px !important;
}

.customize-control-sh2020-alpha-color .wp-picker-input-wrap input[type="text"].wp-color-picker.sh2020-alpha-color-control {
	float: left;
	letter-spacing: -0.8px;
	width: 156px;
}

.customize-control-sh2020-alpha-color .wp-picker-input-wrap .button {
	float: right;
	margin-left: 0;
}

.customize-control-sh2020-alpha-color .wp-picker-container .button.wp-picker-open .wp-color-result-text {
	display: none !important;
}

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

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

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

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

.sh2020-alpha-color-picker-container .ui-slider {
	height: 24px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: calc(100% - 28px);
	z-index: 1;
}

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

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

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

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

.sh2020-alpha-color-picker-container .transparency {
	background-color: #fff;
	background-image: url(transparency-grid.png);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
	height: 24px;
	margin-top: -24px;
	padding: 0;
	width: 100%;
}

@media only screen and (max-width: 782px) {
	.customize-control-sh2020-alpha-color .wp-picker-input-wrap input[type="text"].wp-color-picker.sh2020-alpha-color-control {
		width: 184px;
	}
}

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