/** LocalMed Buttons **/

.localmed-btn-wrapper.center {
    float: none;
    margin: auto;
    text-align: center;
}


/** hero buttons **/
.localmed-btn-wrapper.wide.hero .elementor-widget-container {
    display: flex;
}

.localmed-btn-wrapper.wide.hero .localmed-btn {
    margin-right: 15px;
}

@media (max-width: 600px) {
    .localmed-btn-wrapper.wide.hero .elementor-widget-container {
        display: block;
    }
    .localmed-btn-wrapper.wide.hero .localmed-btn {
        margin-right: 0!important;
        margin-bottom: 15px!important;
    }
    .localmed-btn-wrapper.wide.hero .localmed-btn a, .localmed-btn-wrapper.wide.hero .review-btn a {
        width: 250px;
        text-align: center;
        padding: 15px!important;
        font-size: 13px!important;
    }
}


/** black background **/

.localmed-btn.solid a {
    background: #000;
    padding: 15px 35px;
    border-radius: 10px;
    font-weight: 700;
    color: #fff!important;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.2;
    font-family: "Ubuntu"!important;
}

.localmed-btn.solid a:hover {
    background: #A3ADB6;
    color: #fff!important;
}



/** white background **/

.localmed-btn.solid.white a {
    background: #000;
    padding: 15px 35px;
    border-radius: 10px;
    font-weight: 700;
    color: #fff!important;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.2;
    font-family: "Ubuntu"!important;
}

.localmed-btn.solid.white a:hover {
    background: #A3ADB6;
    color: #fff!important;
}

/** header **/

.localmed-btn.header a {
    background: #000;
    font-weight: 600;
    color: #fff!important;
    white-space: nowrap;
    display: inline-block;
    line-height: 1;
    padding: 15px 20px;
    border-radius: 10px;
    font-family: "Ubuntu"!important;
}

.localmed-btn.header a:hover {
    color: #fff!important;
    background: #A3ADB6!important;
}

/** mobile header **/
.localmed-btn-mobile.header a {
    background: transparent;
    font-weight: 700;
    color: #fff!important;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.2;
    font-family: "Ubuntu"!important;
}