.customize-control .group-field-control-wrap .accordion-section-title:after {
  content: "" !important;
}

.customize-control .group-field-control-wrap .expanded .accordion-section-title:after {
  content: "" !important;
}

.customize-control .group-field-control-wrap .group-fields {
  background: #fff;
  padding: 5px 15px 15px 15px;
}

.customize-control .group-field-control-wrap .group-fields .image-properties-checkbox {
  margin-top: 15px;
}

.customize-control .group-field-control-wrap .group-fields .image-properties-checkbox .customize-control-title.checkbox {
  display: inline;
}

.customize-control.customize-control-group {
  margin-bottom: 0;
}

.customize-control.customize-control-group .group-field-title {
  display: block;
}

.customize-control.customize-control-group .customize-control-description {
  margin-top: 10px;
}

.customize-control.has-switchers .customize-control-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 10px;
}

.customize-control .control-wrap:not(.active) {
  /* display: none; */
  width: 100%;
}

.customize-control .single-field .responsive-switchers {
  position: absolute;
  right: 0;
  top: 6px;
}

.customize-control .responsive-switchers {
  margin-left: 5px;
  width: auto;
  overflow: hidden;
}

.customize-control .single-field {
  position: relative;
}



.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container {
  border: 1px solid #dfdfdf;
  border-top: none;
  background: #fff;
  padding: 10px 11px;
  position: relative;
  max-width: 233px;
  display: none;
}

.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .ui-widget-header,
.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .ui-widget-content {
  background: transparent;
  border: none;
}

.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .alpha-color-picker-wrap .ui-state-focus {
  background: transparent;
  border: none;
}

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

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

@media (min-width: 1500px) {

  .customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .ui-widget-content .ui-state-default,
  .customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .ui-slider-handle {
    height: 26px;
    width: 26px;
  }
}

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

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

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

.customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .transparency {
  height: 15px;
  width: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  margin-top: -24px;
}

@media (min-width: 1500px) {
  .customize-control-alpha-color .wp-picker-container .alpha-color-picker-container .transparency {
    height: 24px;
  }
}

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

.clearfix.group-footer {
  text-align: right;
  margin-top: 10px;
}

/* Responsive buttons switchers */
.customize-control .control-wrap:not(.active) {
  display: none;
  width: 100%;
}

.customize-control .swp-element-show .control-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.customize-control .responsive-switchers li {
  float: left;
  margin: 0;
}

.customize-control .responsive-switchers li button {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: #a4afb7;
  position: relative;
  margin-left: 5px;
  color: #000;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
  opacity: 0.5;
}

.customize-control .responsive-switchers li button:hover {
  background-color: #275cf6;
  opacity: 1;
  color: #fff;
}

.customize-control .responsive-switchers li button.active {
  background-color: #275cf6;
  opacity: 1;
  color: #fff;
}

.customize-control .responsive-switchers li button i {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: 18px;
}

.customize-control.responsive-switchers-open .responsive-switchers li {
  display: block;
}