

/*Upgrade element css*/
#customize-theme-controls li#accordion-section-tracking_code_setting h3.accordion-section-title:after,
#customize-theme-controls li#accordion-section-home_page_slider_animation_control h3.accordion-section-title:after,
#customize-theme-controls li#accordion-section-hp_loading_animation_setting h3.accordion-section-title:after,
#customize-theme-controls li#accordion-section-home_page_slider_3 h3.accordion-section-title:after,
#customize-theme-controls li#accordion-section-home_page_slider_4 h3.accordion-section-title:after,
#customize-theme-controls li#accordion-section-home_page_slider_5 h3.accordion-section-title:after,
#customize-theme-controls li#accordion-section-home_page_slider_6 h3.accordion-section-title:after,
#customize-theme-controls li#accordion-section-home_feature_area_onoff h3.accordion-section-title:after,
#customize-theme-controls li#accordion-section-home_feature_box h3.accordion-section-title:after,
#customize-theme-controls li#accordion-section-shop_section_settings h3.accordion-section-title:after,
#customize-theme-controls li#accordion-section-styling_option_section h3.accordion-section-title:after,
#customize-theme-controls li#accordion-section-seo_option_section h3.accordion-section-title:after,
#customize-theme-controls li#accordion-section-footer_section h3.accordion-section-title:after
{
    content: "\f315"!important;
}

/*ul#sub-accordion-section-tracking_code_setting li.customize-section-description-container .description h3,
ul#sub-accordion-section-home_page_slider_animation_control li.customize-section-description-container .description h3,
ul#sub-accordion-section-hp_loading_animation_setting li.customize-section-description-container .description h3,
ul#sub-accordion-section-home_page_slider_3 li.customize-section-description-container .description h3,
ul#sub-accordion-section-home_page_slider_4 li.customize-section-description-container .description h3,
ul#sub-accordion-section-home_page_slider_5 li.customize-section-description-container .description h3,
ul#sub-accordion-section-home_page_slider_6 li.customize-section-description-container .description h3,
ul#sub-accordion-section-shop_section_settings li.customize-section-description-container .description h3,
ul#sub-accordion-section-home_feature_area_onoff li.customize-section-description-container .description h3,
ul#sub-accordion-section-home_feature_box li.customize-section-description-container .description h3,
ul#sub-accordion-section-styling_option_section li.customize-section-description-container .description h3,
ul#sub-accordion-section-seo_option_section li.customize-section-description-container .description h3,
ul#sub-accordion-section-footer_section li.customize-section-description-container .description h3,
li#customize-control-andrina_options-andrina_fir_seco_blg_chk span.description,
li#customize-control-andrina_options-andrina_third_blg_chk span.description,
li#customize-control-andrina_options-andrina_fourth_blg_chk span.description
{
    color:black;
}*/

#customize-theme-controls .customize-pane-child.accordion-section-content {
    padding: 12px;
    margin-top: 120px;
}
#customize-theme-controls .customize-pane-child.accordion-section-content, #customize-theme-controls .customize-pane-child.accordion-sub-container {
    display: block;
    overflow-x: hidden;
    margin-top: 120px;
}

.wp-core-ui .pro-btn, .wp-core-ui .button-secondary {
     background: #18c73f;
    border-color: #18c73f #18c73f #0a7d24;
    box-shadow: 0 1px 0 #0a7d24;
    color: #fff;
    text-decoration: none;
/*    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;*/
}

.wp-core-ui .button-secondary:focus, .wp-core-ui .button-secondary:hover, .wp-core-ui .pro-btn.focus, .wp-core-ui .pro-btn.hover, .wp-core-ui .pro-btn:focus, .wp-core-ui .pro-btn:hover {
   background: #21b141;
    border-color: #999;
    color: #fdfdfd;
}

#customize-controls .description  h3>a {
   font-size: 14px;
   color: #ff4d4d;
   font-weight: 600;
}
div.customize-section-description {
    padding: 12px 10px;
    background-color: white;   
    margin: 0 -12px;
}
div.customize-section-description h3,
.customize-control span.description h3{
    font-size: 15px!important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
        font-style: normal;
}

#customize-controls .description p.s_code,
.customize-control span.description h3{
    background: #ffffff;
    margin: 5px -12px;
    padding: 5px 12px;
}


