/* Fix Demo Preview */
#customize-notifications-area .notice-warning {
	display: none !important;
}

.customize-control-header .header-view:hover .close {
	display: none !important;
}

/* Customizer UI */
.customize-control {
	position: relative;
	margin-bottom: 0;
	padding: 9px 15px;
	background: #fff;
	box-sizing: border-box;
}

#customize-theme-controls .customize-pane-child.accordion-section-content {
	padding: 10px;
}

.customize-section-description-container + .tab-title {
	margin-top: 0 !important;
}

.tab-title {
	width: auto;
	padding: 10px 15px 10px 15px;
	margin-top: 30px;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.customize-control-checkbox label {
	padding: 0;
}

#customize-theme-controls .customize-pane-child.accordion-section-content li:last-of-type {
	padding-bottom: 20px;
}

.customize-control.customize-control-color,
.customize-control.customize-control-color .wp-color-result {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Control Lock */
.control-lock {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.15);
	cursor: not-allowed;
}

/* Copyright */
#customize-control-ashe_options-page_footer_copyright strong {
  background-color: #eee;
  padding: 0 5px;
}

/* Custom CSS */
#customize-control-custom_css {
	padding: 0 !important;
	background-color: transparent;
}

/* Display Header Text Color */
#customize-control-header_textcolor {
	display: block !important;
}

/* Typo */
li.customize-control[id*="_italic"] {
  padding-bottom: 0 !important;
}

li.customize-control[id*="_italic"] + li {
  padding-top: 0 !important;
}

/* Version 4.9+ */
.attachment-media-view,
.media-widget-preview.media_audio,
.media-widget-preview.media_image {
	background-color: transparent !important;
}

/* Instagram Widget */
.customize-control-ashe_options-general_instagram_position {
	margin-bottom: 30px;
}

/* Video Guide Links */
#customize-control-ashe_options-blog_page_grid_crop_width label,
#customize-control-ashe_options-blog_page_grid_crop_height label,
#customize-control-ashe_options-blog_page_list_crop_width label,
#customize-control-ashe_options-blog_page_list_crop_height label,
#customize-control-ashe_options-featured_slider_crop_width label,
#customize-control-ashe_options-featured_slider_crop_height label {
  line-height: 1 !important;
  margin-bottom: 0 !important;
}

#customize-control-ashe_options-blog_page_grid_crop_width label + a,
#customize-control-ashe_options-blog_page_grid_crop_height label + a,
#customize-control-ashe_options-blog_page_list_crop_width label + a,
#customize-control-ashe_options-blog_page_list_crop_height label + a,
#customize-control-ashe_options-featured_slider_crop_width label + a,
#customize-control-ashe_options-featured_slider_crop_height label + a  {
  display: block;
  font-size: 12px !important;
  margin-bottom: 5px;
  text-decoration: none !important;
}

/* Header Slider */
#customize-control-header_image.header-slider .customize-control-description,
#customize-control-header_image.header-slider .current,
#customize-control-header_image.header-slider .actions .remove,
#customize-control-header_image.header-slider .header-previously-uploaded,
#customize-control-header_image.header-slider .header-view .random,
#customize-control-header_image.header-slider .header-default,
#customize-control-header_image.header-slider .default {
  display: none !important;
}