/* General Layout Styles */
/* Hide WordPress Admin Bar on Mobile */
@media screen and (max-width: 1080px) {
  #wpadminbar {
      display: none !important;
  }
  html {
      margin-top: 0 !important;
  }
  body {
      padding-top: 0 !important;
  }
} 
