/* These are custom styles intended to make the "Schedule" CTA viewable/clickable on mobile devices */
/* Overwrites the hard-coded style tags in the theme widgets */
.mobile-logo {
  max-width: 160px !important;
}

@media screen and (min-width: 415px) {
  .schedule-header {
    top: 6px !important;
  }
}

@media screen and (min-width: 421px) {
  .schedule-header {
    left: -150px !important;
  }
}

@media screen and (min-width: 600px) {
  .schedule-header {
    left: -200px !important;
  }
}

@media screen and (min-width: 769px) {
  .schedule-header {
    left: -250px !important;
  }
}

header .side_menu_button {
  display: none !important;
}

.header_bottom_right_widget_holder {
  top: 20px;
  margin-right: 50px;
  left: -50px;
}

@media screen and (min-width: 1001px) {
  .header_bottom_right_widget_holder {
    top: -40px;
    left: 0;
  }
}
