/*!
Theme Name: AUX-WordPress
Theme URI: https://github.com/tamu-edu/wp-aux-php-theme
Author: Texas A&M University Web Team
Author URI: https://www.tamu.edu/
Description: A WordPress theme implementing the AggieUX design system. This is a hybrid WordPress theme, combining PHP templates with support for basic Gutenberg functionally.
Version: 0.0.3
Tested up to: 6.5.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: marcomm-aux
Tags:
*/

/* Baseline styles supporting AUX in Wordpress for AUX and AUX-child themes */
body.h-spacing-kluge main .aux-container--fluid-mw>.row>.col-9>h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

body.h-spacing-kluge main .aux-container--fluid-mw>.row>.col-9>h2:first-child {
  margin-top: .5rem;
}

.search-result .card__image img {
  height: auto;
}

.search-result .superhead span:after,
.search-result .search-result-tags span:after {
  display: inline;
  content: ", ";
}

.search-result .superhead span:last-child:after,
.search-result .search-result-tags span:last-child:after {
  content: "";
}

/* Captioned Image Styles */
figure figcaption {
  margin-top: -10px;
}

.caption {
  padding: 1.5rem;
}

.caption__caption {
  font-size: 0.875rem;
  font-weight: 400;
  color: #434343;
}

.caption__attribution {
  line-height: 1.5;
  font-style: italic;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  display: block;
  color: #3e3e3e;
}

.caption__divider {
  width: 6.25rem;
  border-color: black;
  margin-left: 0;
}

figure.alignnone {
  max-width: 100%;
  width: 100%;
  margin: 1rem auto;
}

figure.alignnone img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

figure.alignleft {
  float: left;
  width: auto;
  max-width: 350px;
  margin-right: 2rem;
  clear: right;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

figure.alignleft {
  margin-right: 1rem;
}

figure.alignleft img, figure.alignright img {
  max-width: 350px;
  height: auto;
}

figure.alignright {
  float: right;
  width: auto;
  max-width: 350px;
  margin-right: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  clear: left;
}

figure.alignright {
  margin-left: 1rem;
}

.tag {
  text-transform: capitalize;
}

.card {
  .heading-group {
    >.tag {
      display: inline-block;
      margin-bottom: .5rem;
    }

    .tag-collection {
      margin-bottom: .5rem;
    }
  }
}

.news-page-header .news-page-header__container .news-page-header__byline .date-author .date::after {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  width: 2px;
  display: inline-block;
}

/* Don't show Uncategorized category on the front-end */
#main-content a[href="/category/uncategorized"] {
  display: none;
}
