/* RESTORE BULLETS FOR ROYAL THEME + WPBAKERY */
.wpb_wrapper ul,
.wpb_wrapper ol,
.vc_row ul,
.vc_row ol,
.entry-content ul,
.entry-content ol {
    list-style-type: disc !important;   /* bullets */
    list-style-position: outside !important; /* bullets outside text */
    margin-left: 2em !important;        /* proper indentation */
    padding-left: 0 !important;
}

.wpb_wrapper li,
.vc_row li,
.entry-content li {
    display: list-item !important;       /* ensures proper display */
}