
/*
==============================
Page: All
Section: Header Buttons
==============================
*/

#headerButtons a {
  font-size: 16px;
  height: 48px;
  width: auto;
}
#headerButtons {
  padding-top: 15px;
  padding-bottom: 15px;
}
#headerButtonsSlider .slick-list {
    padding:0 10% 0 0 !important;
}
#headerButtonsSlider a {
  min-width: 180px !important;
  font-size: 14px;
  height: 35px;
  margin: 0 10px;
}

@media (min-width: 992px) {
  #headerButtons {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*
==============================
Page: Mission and History
Section: Past Presidents
==============================
*/

.wp-video .mejs-container {
  min-height: 400px;
}
.president-title {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .president-title {
    font-size: 24px;
  } 
} 
.past-presidents-card img {
  object-fit: cover;
  width: 100%;
  height: 25vh;
  object-position: top;
}

/*
==============================
Page: Officers and Directors
Section: Image Label
==============================
*/

.officer-img-label {
  padding: 16px;
}
.officer-img-label span {
  font-style: italic;
}
.officer-img-label h4,
.officer-img-label span {
  font-size: 16px;
}
.img-obj-cover img {
  object-fit: cover;
  width: 100%;
  height: 30vh;
}
@media (min-width: 992px) {
  .officer-img-label h4,
  .officer-img-label span {
    font-size: 24px;
  }
  .img-obj-cover img {
    height: 50vh;
  }
}

/*
==============================
Page: Officers and Directors
Section: Single Image
==============================
*/

.img-obj-cover.single-officer-director-img img {
  height: 40vh;
}
@media (min-width: 992px) {
  .img-obj-cover.single-officer-director-img img {
    height: 70vh;
  }
}

/*
==============================
Page: Events
Section: Filter
==============================
*/

.button-events {
  border: 1px solid var(--blue);
}
.button-events.active {
  background-color: var(--blue);
  color: var(--white);
}
.button-events:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button-events:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-events:hover {
  background-color: var(--lightBlue);
}

/*
==============================
Page: Events
Section: Card
==============================
*/

.event-date,
.event-location,
.event-title {
  font-size: 24px;
  display: block;
  font-weight: 700;
}
.event-location {
  font-size: 20px;
}
.event-title {
  font-family: 'Noto Sans';
}
#eventsList img {
  object-fit: cover;
  width: 100%;
  height: 400px;
  object-position: top;
}


/*
==============================
Page: Sponsors
Section: Filter
==============================
*/

.button-sponsors {
  border: 1px solid var(--blue);
}
.button-sponsors.active {
  background-color: var(--blue);
  color: var(--white);
}
.button-sponsors:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button-sponsors:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-sponsors:hover {
  background-color: var(--lightBlue);
}

/*
==============================
Page: Spnosors
Section: Card
==============================
*/

.sponsor-title {
  font-size: 24px;
  display: block;
  font-weight: 700;
  font-family: 'Noto Sans';
}
#sponsorsList img {
  width: 120px;
  height: 120px;;
}

/*
==============================
Page: Jobs
Section: Filter
==============================
*/

.button-jobs {
  border: 1px solid var(--blue);
}
.button-jobs.active {
  background-color: var(--blue);
  color: var(--white);
}
.button-jobs:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button-jobs:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-jobs:hover {
  background-color: var(--lightBlue);
}
.job-date {
  font-size: 20px;
  font-weight: 700;
}

/*
==============================
Page: Members
Section: Cards
==============================
*/

.card-member-img img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: top;
}
.card-member-body h3 {
  font-size: 16px;
}
.card-member-body a {
  font-weight: 500;
  text-decoration: underline;
}
.card-member-img-default {
  background-color: var(--lightGold);
  padding: 20px;
}

.spinner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px; /* enough height so modal doesn’t collapse */
}

.spinner {
  width: 2rem;
  height: 2rem;
  border: 0.25rem solid #f3f3f3;
  border-top: 0.25rem solid #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.member-card {
  position: relative;
  overflow: hidden; /* keep within rounded corners */
}

.member-card .lang-ribbon {
  position: absolute;
  top: 12px;       /* distance from top */
  right: -25px;    /* shift right so it crosses the corner */
  width: 86px;     /* length of strip */
  height: 20px;    /* thickness of strip */
  background: #c62828;
  transform: rotate(45deg);
  transform-origin: center;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  border-radius: 2px;
}

.member-card .lang-ribbon span {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 1px; /* optical centering */
}

.modal-content .lang-ribbon {
  position: absolute;
  top: 45px;
  right: -50px;
  width: 220px;
  height: 32px;    /* thicker strip */
  background: #c62828;
  transform: rotate(45deg);
  transform-origin: center;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.modal-content .lang-ribbon span {
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

