/*
CSS that should be globally available for our
custom functions plugin
 */

/*-----Styles for wait times in google map locations------*/

.in-map-clockwise div.clockwise_current_wait {
    width: 5%;
    display: inline;
}

img#in-map-button {
    margin: 0 auto;
    display: block;
}

.mhs-clockwise-id  {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
}

/*---Adding this here because Ads does not use a child theme and Visual composer's custom css option doesn't work
     with our configuration (tries to write to uploads directory)
 */

@media all and (max-width: 768px) {
    .wpb_wrapper img {
        max-width: 100%;
        height: auto;
    }
}

/*----Hide Reminders section on Uber page------*/
.uber-well .form-group.has-feedback.col-md-6,
/*div#address-group,
div#hospital-group,*/
div#phone-group,
#ajax-reminder-link,
.uber-well .text-center {
    display: none !important;
}
div.uber-box .form-group {
    display: block !important;
}