
/* General Customizer style tweaks */

li.customize-control-checkbox label {
	font-size:   105%;
	font-weight: bold ;
}


.customize-control-checkbox label span.description {
	font-size:   11px !important;
	font-weight: normal;
}

span.description {
	margin-bottom: 8px;
	font-style:    normal;
}

#customize-controls .description {
	color:     #666666;
	font-size: 11px;
}

/* Misc control styles */
.aweaver-control-group-title {
	colorx:       blue;
	font-size:   16px;
	font-weight: bold;
	margin:      8px 0 4px;
}

.customize-control.customize-control-heading {
	margin-top:    6px;
	margin-bottom: -2px;
}

.customize-control.customize-control-line {
	margin-top:    10px;
	margin-bottom: 6px;
}

/* Radio control styles */
.customize-control-radio-buttonset,
.customize-control-radio-image,
.customize-control-radio-background-position {
	padding: 0;
}

.customize-control-radio-buttonset .customize-control-title,
.customize-control-radio-image .customize-control-title,
.customize-control-radio-background-position .customize-control-title {
	line-height:   24px;
	margin-bottom: 5px;
}

.aweaver-control-buttonset label {
	line-height: 28px;
	padding:     5px 10px;
}

.image.ui-buttonset label.ui-button {
	padding:       2px;
	line-height:   0;
	border-radius: 0;
	margin-right:  0;
	background:    #999999;
	border:        0;
}

li .image.ui-buttonset label.ui-button {
	margin-bottom: 10px;
	margin-right:  15px;
}

.aweaver-control-buttonset label,
.aweaver-control-background-position label {
	border-color: #ffffff;
}

.aweaver-control-buttonset label.ui-state-default,
.aweaver-control-background-position label.ui-state-default {
	background: #eeeeee;
}

.aweaver-control-buttonset label.ui-state-hover,
.aweaver-control-background-position label.ui-state-hover {
	color:            #0074a2;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, .25);
}

.aweaver-control-buttonset label.ui-state-active,
.aweaver-control-background-position label.ui-state-active {
	color:      #212121;
	background: #ffffff;
}

/* Background Position Button Set */
.aweaver-control-background-position.ui-buttonset {
	float:  left;
	height: 90px;
	width:  90px;
}

.aweaver-control-background-position.ui-buttonset .ui-button {
	margin-right: 0;
}

.aweaver-control-background-position label {
	display: block;
	float:   left;
	height:  28px;
	width:   28px;
}

.aweaver-control-background-position label.ui-state-default:hover {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, .25);
}

.aweaver-control-background-position label.ui-state-active:hover {
	background-color: #ffffff;
}

.aweaver-control-background-position .choice-1 {
	border-top-left-radius:    4px;
	border-bottom-left-radius: 0px;
}

.aweaver-control-background-position .choice-2 {
	border-left-color:  transparent;
	border-right-color: transparent;
}

.aweaver-control-background-position .choice-3 {
	border-top-right-radius:    4px;
	border-bottom-right-radius: 0px;
}

.aweaver-control-background-position .choice-4 {
	border-top-color:    transparent;
	border-bottom-color: transparent;
}

.aweaver-control-background-position .choice-5 {
	border-color: transparent;
}

.aweaver-control-background-position .choice-6 {
	border-top-color:    transparent;
	border-bottom-color: transparent;
}

.aweaver-control-background-position .choice-7 {
	border-top-left-radius:    0px;
	border-bottom-left-radius: 4px;
}

.aweaver-control-background-position .choice-8 {
	border-left-color:  transparent;
	border-right-color: transparent;
}

.aweaver-control-background-position .choice-9 {
	border-top-right-radius:    0px;
	border-bottom-right-radius: 4px;
}

.background-position-caption {
	font-size:    12px;
	line-height:  12px;
	padding-top:  39px;
	padding-left: 5px;
}

/* Range control styles */
li.customize-control.customize-control-range .weaverx-control-range {
	float: left;
	width: 25%;
}

li.customize-control.customize-control-range .weaverx-range-slider {
	float:      right;
	width:      70%;
	margin-top: 8px;
}

li.customize-control.customize-control-range .ui-slider-handle {
	top:          -.4em;
	border-color: #777777;
	background:   #777777;
}

li.customize-control.customize-control-range .ui-slider-horizontal {
	height:       .6em;
	border-color: #ffffff;
	background:   #ffffff;
}

li.customize-control.customize-control-range .ui-slider-handle {
	border-radius: 100%;
}

li.customize-control.customize-control-range .ui-slider-handle:hover {
	cursor: pointer;
}

/* jQuery UI theme tweaks */
.ui-widget {
	font-family: inherit;
	font-size:   0.85em;
}

.ui-button-text-only .ui-button-text {
	padding: 0;
}

/* Chosen tweaks */
.chosen-container .chosen-drop {
	box-shadow: none;
}

.chosen-container-active .chosen-choices,
.chosen-container-active .chosen-single {
	border:     1px solid #aaaaaa;
	box-shadow: none;
}

