/* === Radio Image Control === */

.customize-control-radio-color input[type="radio"] {
	clip:     rect(1px, 1px, 1px, 1px);
	height:   1px;
	overflow: hidden;
	position: absolute !important;
	width:    1px;
}

.customize-control-radio-color span.color-value {
	box-sizing: border-box;
	max-width:  100%;
	height:     auto;
	padding:    1px;
	border:     4px solid transparent;
}

.customize-control-radio-color input:checked + span + span {
	border-color: #00a0d2;
}

.customize-control-radio-color label {
    margin-right: 5px;
    margin-top: 10px;
    display: inline-block;
}

.customize-control-radio-color span.color-value {
	width: 40px;
	height: 40px;
	display: inline-block;
	outline: none;
}

.customize-control-radio-color span.color-value.custom-color-value {
	background-image: repeating-linear-gradient( 45deg, yellow, yellow 15px, red 50px, red 15px );
}

li#customize-control-display_header_text span{
    display: none;
}

/*Customizer Section Sub Heading*/
.sub-section-heading-control 
.customize-control-title{ 

   text-align: center;
   color: #fff;
   background-color: #3a3531;
   padding: 10px;

}

/*toggle-checkbox*/
.customize-control-checkbox label{
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
}

.onoffswitch_label{
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    width: 200px;
}

.onoffswitch {
    position: relative;
    width: 40px;
    display: inline-block;
    float: right;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none!important;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 18px;
    padding: 0;
    line-height: 18px;
    border: 2px solid #9E9E9E;
    border-radius: 18px;
    background-color: #9E9E9E;
    transition: background-color 0.2s ease-in;
}

.onoffswitch-label:before {
    content: "";
    display: block;
    width: 18px;
    margin: 0;
    background: #EBEBEB;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    border: 2px solid #9E9E9E;
    border-radius: 18px;
    transition: all 0.2s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #42A5F5;
}

.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #42A5F5;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0;
}

.news-report-edit:hover {
    cursor: pointer;
}

i.dashicons.dashicons-edit.news-report-edit {
    float: right;
    margin-right: 15px;
}