/* FAQ, Toggle
---------------------------------------------------------- */
.wpb_vc_toggle {
    .wpb_element_wrapper {
        min-height: 1px;

        .vc_toggle_title {
            font-size: 1em;
            margin: 0 !important;
            line-height: inherit;
            cursor: pointer;

            background: url(../vc/plus.png) left 3px no-repeat;
            padding-left: 20px !important;
        }
        .vc_toggle_title_active {
            background-image: url(../vc/minus.png);
        }

        .vc_toggle_content {
            display: none;
            margin-top: 0.8em;
        }
    }
    .vc_admin_label { display: none !important; }
}
