/*
Theme Name: AggieUX TEES Centers
Theme URI: https://aggieux.tamu.edu/
Template: aggieux
Author: Texas A&M University - College of Engineering
Author URI: https://engineering.tamu.edu
Description: A custom child theme based on AggieUX for TEES Research Centers
Version: 0.1.5
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aggieux-tees
Tags:

/*
** Additional modifications to AggieUX style
*/

/* Main Navigation */
.site-header--alt .site-header__identity > .site-header__nav { border: none !important; }

@media screen and (max-width:639px) {
  .mobile-header .mobile-header__identity--text .identity {
    justify-content: center !important;
  }
}

/* Added to drop the main menu down below the identity for medium page widths */
@media screen and (min-width:640px) and (max-width:1023px) {
  .site-header .site-header__identity,
  .site-header--alt .site-header__identity {
    display: flex;
    flex-direction: column;
  }
}
