/**
 * ending credits Theme Custom CSS.
 *
 * @package ending_credits
 */
#customize-theme-controls .wp-full-overlay-sidebar-content,
#customize-theme-controls .accordion-section-content {
    background: #ffffff;
    font-size: 0.8rem;
    font-weight: 300;
}

#customize-theme-controls .control-section>h3.accordion-section-title{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-left: 30px;
    position: relative;

}
#customize-theme-controls .accordion-section-title:before{
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    top:50%;
    left: 10px;
    content: '\f211';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}
#customize-theme-controls .customizer-subtitle{
    font-style: italic;
}
#customize-theme-controls .customize-info .accordion-section-title:before {
    display: none;
    padding-left: 0;
}
#customize-theme-controls .control-panel-nav_menus .accordion-section-title:before {
    content: '\f0c9';
}
#customize-theme-controls .control-panel-widgets .accordion-section-title:before {
    content: '\f247';
}
#accordion-section-social_settings .accordion-section-title:before {
    content: '\f0c1';
}
#accordion-section-typo_settings .accordion-section-title:before {
    content: '\f1dc';
}
#accordion-section-layout_settings .accordion-section-title:before {
    content: '\f0db';
}
#accordion-section-colors_section .accordion-section-title:before {
    content: '\f1fc';
}
#accordion-section-custom_code_settings .accordion-section-title:before {
    content: '\f121';
}
#accordion-section-post_settings .accordion-section-title:before {
    content: '\f0f6';
}
#accordion-section-background_settings .accordion-section-title:before {
    content: '\f03e';
}
#accordion-section-static_front_page .accordion-section-title:before {
    content: '\f013';
}
#customize-theme-controls .customize-control-radio .image label{
    width: 45px;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#customize-theme-controls .customize-control-radio .image label img{
    border: 2px solid transparent;
}
#customize-theme-controls .customize-control-radio .image label.ui-state-focus img,
#customize-theme-controls .customize-control-radio .image label.ui-state-active img{
    border-color:#000000;
}
#customize-theme-controls #accordion-section-header_settings .accordion-section-title:before {
    height: 13px;
    width: 10px;
    border-left: 3px solid #000;
    content: '';
    background: #eee;
}
#customize-theme-controls #accordion-section-footer_settings .accordion-section-title:before{
    height: 10px;
    width: 13px;
    border-bottom: 3px solid #000;
    content: '';
    background: #eee;
}
#customize-theme-controls hr.customizer-separator{
    display: none
}
#customize-theme-controls li.customize-control.customize-control-group_title{
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    margin: 20px -20px;
    padding: 5px 20px 0;
}
#customize-theme-controls .separetor-heading{
    text-transform: uppercase;
}
