/*
Theme Name: Burst
Theme URI: http://burst.mikado-themes.com/burst
Description: A Bold and Vibrant WordPress Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.4.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.mkd_accordion_holder.accordion:not(.boxed) .ui-accordion-header {
    border-color: #000!important;
    padding-left: 15px;
    background-color: #0bba98!important;
    color: #fff;
    margin-top: 5px!important;
}
.ui-accordion-content {
    background-color: #fbfbfb;
    padding: 10px!important;
    border: solid 1px #dad9d9;
}
.mkd_accordion_holder.accordion:not(.boxed) .ui-accordion-header:hover{
	color: #000;
}