/******************************************************************
Theme Name: Pampas
Theme URI: https://shokme.com
Description: A Custom WordPress theme for Pampas USA
Author: Shok
Author URI: https://shokme.com
Version: 1

License: WTFPL
******************************************************************/

/* Accessibility */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
}

/* General */
.menu-tab-title {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.menu-tab-title a {
    margin-top: 16px;
    display: inline-block;
}
.show-mobile {
    display: none;
}


/* Responsive */
@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
  #menu-side-menu {
      display: none;
      opacity: 0;
  }
  .max-w-\[125px\] {
      max-width: 175px;
  }
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
}