        @media screen and (max-width: 790px) {
            div#rpb {
                display: flex !important;
                background: #1a1919;
            }

            div#rpb_spacer {
                display: block !important;
            }
        }

        div#rpb {
            background: #1a1919;
        }

            div#rpb div a#call_now {
                background: #f5841a;
                color: #fff;
            }

            div#rpb div a#map_now {
                background: #bb0029;
                color: #fff;
            }


#rpb_spacer {
    DISPLAY: NONE;
    height: 44px;
}

#rpb {
    DISPLAY: NONE;
    z-index: 998;
    clear: both;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 10px 5px;
}

    #rpb div {
        display: flex;
        flex: 1;
    }

        #rpb div a {
            color: #fff;
            display: block;
            padding: 10px;
            border-radius: 21px;
            height: 34px;
            line-height: 14px;
            font-size: 14px;
            margin: 0 5px;
            text-transform: uppercase;
            font-weight: normal;
            text-align: center;
            box-sizing: content-box;
            text-decoration: none !important;
            width: 100%;
            box-sizing: border-box;
        }

            #rpb div a .dashicons {
                transform: translateY(-3px);
            }
