/**
Theme Name: uhero-astra
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uhero-astra
Template: astra
*/

#uhero-post-header h1 {
  color: #ffffff;
  font-weight: 600;
  max-width: 80%;
  margin: 0 auto;
}

#uhero-post-header span.uhero-entry-date {
  color: #ffffff;
}

#uhero-post-header a {
  color: #ffffff;
  text-decoration: underline;
}

.uhero-product-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
  margin: 0 auto;
  max-width: 1200px;
}

@media (min-width: 1024px) {
  .uhero-product-container {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .uhero-product-container .uhero-post-content {
    width: 82%;
  }

  .uhero-product-container .uhero-recent-posts-sidebar {
    width: 15%;
  }
}

.uhero-product-container .uhero-recent-posts-sidebar h2 {
  color: #006080;
  font-size: 1.2em;
  font-weight: 600;
  margin: 20px 0 10px 0;
  text-align: center;
}

.uhero-content {
  max-width: 1200px;
  justify-content: center;
  margin: 0 auto;
}

.uhero-product-container .uhero-post-content figure img {
  max-width: 100% !important;
}

.uhero-product-container .uhero-post-content iframe {
  width: 100%;
}

nav.navigation.post-navigation {
  display: none;
}

.wp-block-button {
  margin: 0 !important;
}

/* UHERO ENVIRONMENT POST LISTS/GRIDS */
.uhero-recent-posts-grid,
.uhero-env-products-grid,
.uhero-posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.uhero-recent-posts-grid {
  justify-content: center;
}

.uhero-posts-grid {
  justify-content: space-evenly;
  margin-top: 20px;
}

.uhero-env-products-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uhero-recent-posts-grid .listing-item,
.uhero-env-products-list .listing-item,
.uhero-env-products-grid .listing-item,
.uhero-posts-grid .listing-item {
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: column;
}

.uhero-recent-posts-grid .listing-item {
  width: 95%;
}

.uhero-recent-posts-grid .listing-item:hover,
.uhero-env-products-grid .listing-item:hover,
.uhero-posts-grid .listing-item:hover {
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.18);
}

@media (min-width: 1024px) {
  .uhero-env-products-grid .listing-item,
  .uhero-posts-grid .listing-item {
    width: 32%;
  }
}

@media (min-width: 768px) {
  .uhero-recent-posts-grid .listing-item {
    width: 45%;
  }
}

@media (min-width: 1024px) {
  .uhero-recent-posts-grid .listing-item {
    width: 100%;
  }
}

.uhero-env-products-list .listing-item {
  width: 100%;
}

.uhero-recent-posts-grid .listing-item a.image,
.uhero-posts-grid .listing-item a.image,
.uhero-env-products-grid .listing-item a.image {
  display: block;
  height: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.uhero-recent-posts-grid .listing-item a.image {
  height: 115px;
}

.uhero-recent-posts-grid .listing-item a.image img,
.uhero-posts-grid .listing-item a.image img,
.uhero-env-products-grid .listing-item a.image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.uhero-recent-posts-grid .listing-item a.title,
.uhero-posts-grid .listing-item a.title,
.uhero-env-products-list .listing-item a.title,
.uhero-env-products-grid .listing-item a.title {
  color: #006080;
  font-weight: 600;
  padding: 20px 20px 0 20px;
  text-decoration: underline;
}

.uhero-recent-posts-grid .listing-item a.title {
  padding: 10px 20px 0 20px;
  line-height: 1.5em;
}

.uhero-env-products-list .listing-item a.title {
  padding: 15px 15px 0 15px;
}

.uhero-recent-posts-grid .listing-item span.date,
.uhero-posts-grid .listing-item span.date,
.uhero-env-products-grid .listing-item span.date {
  font-size: 0.9em;
  padding: 0 20px;
}

.uhero-recent-posts-grid .listing-item span.date {
  font-size: 0.8em;
  padding: 10px 20px;
}

.uhero-env-products-list .listing-item span.date {
  padding: 0 15px;
}

.uhero-posts-grid .listing-item span.excerpt,
.uhero-env-products-list .listing-item span.excerpt,
.uhero-env-products-grid .listing-item span.excerpt {
  font-size: 0.9em;
  padding: 0 20px 20px 20px;
}

.uhero-env-products-list .listing-item span.excerpt {
  padding: 0 15px 15px 15px;
}

.uhero-posts-grid .listing-item span.excerpt a.excerpt-more,
.uhero-env-products-list .listing-item span.excerpt a.excerpt-more,
.uhero-env-products-grid .listing-item span.excerpt a.excerpt-more {
  color: #006080;
  text-decoration: underline;
}

nav.display-posts-pagination div.nav-links {
  display: flex;
  column-gap: 5px;
  justify-content: center;
}

/* ARCHIVE PAGES */
.uhero-archive-header {
  background: #1d667f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  min-height: 200px;
}

.uhero-archive-header .uhero-archive-name {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
}

.uhero-category-description {
  color: #006080;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

#annual-report-uhero-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://uhero.hawaii.edu/wp-content/uploads/2021/10/Honolulu-Harbor019-scaled.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#housing-uhero-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://uhero.hawaii.edu/wp-content/uploads/2019/08/LandDevelopment9.1.08.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#environment-uhero-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://uhero.hawaii.edu/wp-content/uploads/2019/10/projenv.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#energy-policy-and-planning-group-uhero-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://uhero.hawaii.edu/wp-content/uploads/2019/03/solar.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#forecast-uhero-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://uhero.hawaii.edu/wp-content/uploads/2019/03/4S6D7934.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* TEAM MEMBER PAGES */
.uhero-team-member-page-header {
  background: #1d667f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  min-height: 200px;
  text-align: center;
}

.uhero-team-member-page-header .uhero-team-member-name {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 20px;
}

.uhero-team-member-page-header .uhero-team-member-job-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 20px;
}

.uhero-team-member-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  row-gap: 2rem;
  padding: 15px;
}

.uhero-team-member-container a {
  text-decoration: underline;
}

.uhero-team-member-container .team-member-intro-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: start;
}

.uhero-team-member-container
  .team-member-intro-container
  .team-member-pic-contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .uhero-team-member-container
    .team-member-intro-container
    .team-member-pic-contact-container {
    width: 20%;
  }

  .uhero-team-member-container
    .team-member-intro-container
    .team-member-education-research-container {
      width: 77%;
  }
}

.uhero-team-member-contact-list {
  list-style: none;
  margin: 0;
  text-align: center;
}

.team-member-post-grid-container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.uhero-search-result-container,
.uhero-archive-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}

.uhero-archive-container {
  margin-top: 1rem;
}

.uhero-search-result-container .uhero-search-result-card,
.uhero-archive-container .uhero-archive-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.11);
  width: 95%;
  word-break: break-word;
}

@media (min-width: 768px) {
  .uhero-search-result-container .uhero-search-result-card,
  .uhero-archive-container .uhero-archive-card {
    width: 45%;
  }
}

@media (min-width: 1024px) {
  .uhero-search-result-container .uhero-search-result-card,
  .uhero-archive-container .uhero-archive-card {
    width: 31%;
  }
}

.navigation.pagination {
  text-align: center;
  width: 100%;
}

.uhero-search-result-container .uhero-search-result-card:hover
.uhero-archive-container .uhero-archive-card:hover {
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.18);
}

.uhero-search-result-container
  .uhero-search-result-card
  .custom-uhero-post-card-img,
.uhero-archive-container
  .uhero-archive-card
  .custom-uhero-post-card-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.uhero-search-result-container
  .uhero-search-result-card
  .custom-uhero-post-card-h2
  a,
.uhero-archive-container
  .uhero-archive-card
  .custom-uhero-post-card-h2
  a {
  color: #006080;
  display: block;
  flex: 1 0 auto;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 20px 0 20px;
  text-decoration: underline;
}

.uhero-search-result-container .uhero-search-result-card p,
.uhero-search-result-container
  .uhero-search-result-card
  .custom-uhero-post-card-meta-item,
.uhero-search-result-container .uhero-search-result-card .read-more-link,
.uhero-archive-container .uhero-archive-card p,
.uhero-archive-container .uhero-archive-card .custom-uhero-post-card-meta-item,
.uhero-archive-container .uhero-archive-card .read-more-link {
  margin: 0;
  padding: 0 20px;
}

.uhero-search-result-container .uhero-search-result-card .read-more-link,
.uhero-archive-container .uhero-archive-card .read-more-link {
  color: #006080;
  font-size: 0.9em;
  padding-bottom: 20px;
  text-decoration: underline;
}

.uhero-member-related-posts-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.uhero-member-related-posts-cards .custom-uhero-post-cards {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.11);
  width: 370px;
}

.uhero-member-related-posts-cards .custom-uhero-post-cards:hover {
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.18);
}

.uhero-member-related-posts-cards
  .custom-uhero-post-cards
  .custom-uhero-post-card-content {
  display: flex;
  flex-direction: column;
}

.uhero-member-related-posts-cards
  .custom-uhero-post-cards
  .custom-uhero-post-card-content
  .custom-uhero-post-card-img {
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
}

.uhero-member-related-posts-cards
  .custom-uhero-post-cards
  .custom-uhero-post-card-content
  .custom-uhero-post-card-h3 {
  color: #006080;
  flex: 1 0 auto;
  font-weight: 600;
  margin-bottom: 1.5em;
  padding: 20px;
  text-decoration: underline;
}

.uhero-member-related-posts-cards
  .custom-uhero-post-cards
  .custom-uhero-post-card-content
  .custom-uhero-post-card-meta {
  color: #505050;
  display: flex;
  gap: 10px;
  font-size: 0.9rem;
  padding: 20px;
}

.uhero-member-related-posts-cards
  .custom-uhero-post-cards
  .custom-uhero-post-card-content
  .custom-uhero-post-card-meta
  .custom-uhero-post-card-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.uhero-button {
  align-self: center;
  background-color: #006080;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
}

.uhero-button:hover {
  background-color: #804600;
  color: #fff;
}
