/*
Theme Name: TeamSnap Theme
Theme URI: https://www.teamsnap.com/
Version: 1.2
Description: TeamSnap Site Builder Theme.
Author: TeamSnap
Author URI: https://www.teamsnap.com/
template: bb-theme
*/

/* Add your custom styles here... */
@media (max-width: 992px) {
  h1 {
    font-size: 3rem !important;
  }
}

/*----------------------------------------------/
            TEMP ** Hide BB Theme
/---------------------------------------------*/

[aria-describedby*="bb-theme-action bb-theme-name"].theme {
  display: none;
}

[aria-describedby*="installed_themes-bb-theme-action"].theme {
  display: none;
}

[aria-describedby*="bb-theme-action bb-theme-name"].theme.active {
  display: block;
}

[aria-describedby*="installed_themes-bb-theme-action"].theme.active {
  display: block;
}

/*----------------------------------------------/
         WP Engine deployment buttons
/---------------------------------------------*/

button[name="deploy-from-staging"] {
  display: none;
}
