/* START::CSS Inserted via WP Bakery Custom CSS */

/* Add borders to tables added via Rich Text */
.custom-bordered-table tr, .custom-bordered-table td {
    padding: 4px 8px;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

/* Restore the font weight rule for b & strong elements */
b, strong {
    font-weight: 700 !important;
}

/* Add dark overlay to founders note image so text on top it is readable */
#id-for-css-specificity .darkened-image-overlay .vc_column-inner {
    background-blend-mode: multiply;
    /* Custom JS grabs the background property at run time and adds another color to it */
}

/* Keep footer bottom stripe visible on mobiles as well and tweak the spacings of footer to ensure it sticks to bottom */
.ftr-nav-container {
    display: block !important;
}
@media screen and (max-width: 992px) {
    .footer {
        padding-bottom: 0 !important;
    }
}
/* Add gap to footer stripe container so that both divs in it have breathing space between them */
.entry-footer {
    gap: 24px;
}

/* Increase width of services description so that text fits in it on Mobile devices as well! */
.wpb_tabs[data-style="service"] .serv-description, .wpb_tabs_extended[data-style="service"] .serv-description, .wpb_tabs_extended[data-style="service-reversed"] .serv-description {
    width: 80% !important;
}

/* END::CSS Inserted via WP Bakery Custom CSS */