/*
Theme Name: LEVELUP Child
Description: Child theme for LEVELUP theme
Author: GrafAS
Author URI: https://themeforest.net/user/grafas
Template: levelup
Version: 1.0.0
Text Domain: LEVELUP
Tags: grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, footer-widgets, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, front-page-post-form, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, news, photography, portfolio
*/

.accordion {
    cursor: pointer;
  }
.panel ul {
      text-align: left;
      list-style-type: circle;

}
.panel ul li {
      padding : 0;
}

.accordion:after {
    content: url('./img/round-plus-14.png');
    /*float: right;*/
    margin-left: 15px;
}
.active.accordion:after {
    content: url('./img/round-minus-14.png');
    /*float: right;*/
    margin-left: 15px;
}

/*.panel {
    display:none !important;
}*/
