/**
 * Theme Name:     Astra Child
 * Author:         Mike Hoff
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    A child theme for Astra, SUMB Style
 */


 /* form error resize */
h2.gform_submission_error.hide_summary { font-size: 22px !important; }

.form-notice {
  border: 3px solid red;
  padding: 15px;
  font-size: 1.1em;
  font-weight: 600;
  margin: 15px 0;
  border-radius: 5px;
}

/*** new stuff ***/
ul.sub-menu { background: #000 !important; }

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; /* ok if you want vertical centering */
}
.logos img {
  filter: invert(1) !important; /* confirm intentional */
  margin: 0 15px;
}

.ast-builder-menu-1 .menu-item > .menu-link { line-height: 1; }

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle {
  color: #fff !important;
}

.team-box img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover;
}

h3.fdtb_box-image-box-title { margin-bottom: 5px; }
.team-box .fdtb_box-image-box-description { padding-top: 5px; }

/**** OLD STUFF ***/
#wrap { min-height: calc(100vh - 20em); }

#footer {
  min-height: 20em;
  padding: 4em 2em;
  margin: 0 auto;
}

/* #content a { text-decoration: underline !important; } */

input.button {
  height: initial !important;
  font-size: initial !important;
  background: initial !important;
}

input[type="submit"] {
  background: #333 !important;
  background-color: #333 !important; /* ensure override */
}

.news-title { font-weight: bold; }

ul.cd-tabs-content.bandday { height: 100% !important; }
/* If the intent was a descendant: .cd-tabs-content .bandday { height: 100% !important; } */

/* 2019 survey form spacing (consider class-based instead of hard ID) */
ul#gform_fields_24 li { margin-bottom: 35px; }

/* Responsive video */
.video-responsive {
  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* Simple Calendar */
.simcal-default-calendar-list dt.simcal-day-label {
  font-size: 1.25em;
  margin: 0;
  border-bottom: none !important;
  /* padding removed since span zeroes it anyway */
}
.simcal-default-calendar-list dt.simcal-day-label > span {
  display: inline-block;
  background: none !important;
  color: #333 !important;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .9em;
}

.simcal-default-calendar-list dd.simcal-day {
  list-style: none;
  margin: 0 0 1em !important;
  border-bottom: 1px dashed #ccc;
}

/* new student leader page styles */
.fdtb_box-widget-image-box { background: #000; }
.fdtb_box-widget-html { display: none !important; }

.fdtb_box-image-box-content h3 { font-size: 17px; }
.fdtb_box-image-box-content p { font-size: 14px; }

figure.fdtb_box-image-box-img {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden;
  /* fallback for older browsers:
  width: 100%;
  height: auto;
  */
}

.page-id-9869 h2 {
    background: linear-gradient(45deg, black, #005847);
    color: #fff;
    padding: 10px;
    border-radius: 8px 0 0 8px;
}