/*
Theme Name: Bridge Usa
Theme URI: https://elementor.com/
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/
Description: Child theme for Bridge Usa
Version: 1.0.1737037429
Updated: 2025-01-16 14:23:49

*/

.grainy-background:before {
    content:'';
    display: block;
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
    left: calc(0px - var(--border-left-width));
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: 0.75;
    position: absolute;
    top: calc(0px - var(--border-top-width));
    transition: var(--overlay-transition, .3s);
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
    background-color: var(--e-global-color-3b7cdf8);
    background-image: url(https://bridgeusa.dcrabill.com/wp-content/uploads/2025/01/sidetexture.webp), url(https://bridgeusa.dcrabill.com/wp-content/uploads/2025/01/sidetexture-2.webp);
    background-position: center left, center right;
    background-repeat: no-repeat;
    background-size: auto;
}
