#ws-mcta-spacer {
    display: none;
    height: 0px;
}
#ws-mcta {
    display: NONE;
    z-index: 998;
    clear: both;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 10px 5px;
    box-sizing: border-box;
}
#ws-mcta div {
    display: flex;
    flex: 1;
}
#ws-mcta 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;
}
#ws-mcta div a .dashicons {
    transform: translatey(-3px) rotateY(180deg);
}

/* call now & directions buttons overrides */
/*#ws-mcta {
    background: rgba(5, 21, 35, 0.87) !important;
}*/
#ws-mcta div a {
border-radius: 2px !important;



}