/* Touch-target sizing for small screens only. Desktop rendering is untouched. */
@media only screen and (max-width: 767px) {
  #top-bar-content a,
  #top-bar-social a {
    display: inline-block;
    min-height: 44px;
    line-height: 44px;
    min-width: 44px;
    text-align: center;
  }
  #top-bar-social a { margin: 0 2px; }
  a.mobile-menu-toggle,
  a.site-search-toggle,
  a.wcmenucart,
  #site-scroll-top {
    min-width: 44px;
    min-height: 44px;
    line-height: 44px;
    text-align: center;
  }
  .theme-button,
  a.vcex-button,
  button.single_add_to_cart_button,
  input[type="submit"],
  .wpcf7-submit {
    min-height: 44px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .wpb_tabs_nav a { min-height: 44px; line-height: 44px; }
  #sidr-main a { min-height: 44px; line-height: 44px; }
  body, p, li { font-size: 16px; }
  .meta li a { display: inline-block; min-height: 44px; line-height: 44px; }
  .sidebar-box li a,
  #footer a,
  .related-post-title a { display: inline-block; min-height: 44px; line-height: 22px; padding: 11px 0; }
}
