@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

p {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color: #222;
  line-height: 1.8em;
}

a:has(.btn-content):focus,
a:focus .btn-content,
a:focus-visible .btn-content {
  outline-color: black;
  outline-style: solid;
  outline-width: 4px;
}

a {
  color: #8f489b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #222;
  text-decoration: none;
}

a:focus {
  color: #222 !important;
  text-decoration: none;
  outline: -webkit-focus-ring-color auto 1px;
}

a:focus-visible {
  color: #8f489b !important;
  text-decoration: none;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: 2px !important;
}

.small {
  font-size: 90% !important;
}

.smaller {
  font-size: 80% !important;
}

.smallest {
  font-size: 70% !important;
}

.large {
  font-size: 110% !important;
}

.larger {
  font-size: 120% !important;
}

.largest {
  font-size: 135% !important;
}

.lh-sm {
  line-height: 1.5em !important;
}

.lh-md {
  line-height: 1.6em !important;
}

.lh-lg {
  line-height: 1.7em !important;
}

.purple {
  color: #8f489b;
}

.gold {
  color: #fcb426;
}

.mint {
  color: #a4d7b6;
}

.black {
  color: #222;
}

.white {
  color: #fff;
}

.bar-purple {
  width: 125px;
  border-top: 10px solid #8f489b;
  border-radius: 10px;
}

.bar-gold {
  width: 125px;
  border-top: 10px solid #fcb426;
  border-radius: 10px;
}

.bar-mint {
  width: 125px;
  border-top: 10px solid #a4d7b6;
  border-radius: 10px;
}

.bar-white {
  width: 125px;
  border-top: 10px solid #fff;
  border-radius: 10px;
}

.bar-black {
  width: 125px;
  border-top: 10px solid #222;
  border-radius: 10px;
}

.divider {
  border-top: 1px solid #fcb426;
}

.border-pic {
  border: 4px solid #8f489b;
}

.border-lt {
  border: 3px solid #fcb426;
}

.border-purple {
  border-bottom: 10px solid #8f489b;
}

.shadow {
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.75) !important;
  -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.75);
}

.shadow-lt {
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.35);
}

h1 {
  font-family: "Figtree", sans-serif;
  font-size: 46px;
  font-weight: 800;
  color: #8f489b;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

h2 {
  font-family: "Figtree", serif;
  font-size: 36px;
  font-weight: 800;
  color: #8f489b;
  letter-spacing: -0.5px;
}

h3 {
  font-family: "Figtree", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #8f489b;
  letter-spacing: -0.25px;
}

h4 {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #8f489b;
  letter-spacing: -0.25px;
}

.content {
  min-height: 55dvh;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  flex-grow: 1;
}

.content a {
  color: #8f489b;
  font-weight: 700 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content a:hover {
  color: #222;
  text-decoration: none;
  font-weight: 900 !important;
}

.btn-content {
  background-color: #8f489b;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-shadow: none !important;
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 4px solid #8f489b;
  border-radius: 20px;
}

.btn-content:hover {
  background: #222;
  color: #fcb426 !important;
  cursor: pointer;
  border: 4px solid #222;
  border-radius: 20px;
}

.btn-content:focus,
.btn-content:focus-visible {
  border: 2px solid #222;
  outline-color: #222;
  outline-style: solid;
  outline-width: 4px;
}

.btn-content-b {
  background-color: #222;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #fcb426 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 4px solid #222;
  border-radius: 20px;
}

.btn-content-b:hover {
  background: #8f489b;
  color: #fff !important;
  cursor: pointer;
  border: 4px solid #8f489b;
  border-radius: 20px;
}

.btn-content-b:focus,
.btn-content-b:focus-visible {
  border: 2px solid #222;
  outline-color: #222;
  outline-style: solid;
  outline-width: 4px;
}

.fair-schedule {
  margin-top: 2rem;
}

.fair-schedule h3 {
  color: #222;
}

.schedule-intro {
  margin: 1.5rem 0 2rem;
}

.schedule-day {
  padding: 1.25rem 0;
  border-bottom: 1px solid #fcb426;
}

.schedule-day-title {
  margin: 0 0 0.75rem;
  color: #8f489b;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.schedule-row:not(:has(.wp-block-group__inner-container)),
.schedule-row .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(130px, 180px) minmax(0, 1fr);
  column-gap: 2rem;
  row-gap: 0.25rem;
  align-items: start;
  margin: 0.6rem 0;
}

.schedule-row p {
  margin: 0;
}

.schedule-time {
  color: #8f489b;
  font-weight: 800;
  line-height: 1.45;
}

.schedule-event {
  line-height: 1.45;
}

.building-hours {
  margin-top: 2.5rem;
}

.building-hours p {
  margin-bottom: 0.45rem;
  font-size: 110%;
  line-height: 1.5;
}

.schedule-download.wp-block-button .wp-block-button__link {
  background-color: #222;
  border: 4px solid #222;
  border-radius: 20px;
  color: #fcb426 !important;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500 !important;
  letter-spacing: 0.2px;
  padding: 1.5rem 3rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.schedule-download.wp-block-button .wp-block-button__link::after {
  content: "\f105";
  font-weight: 500 !important;
  font-family: "Font Awesome 6 Sharp";
  right: 0;
  margin-left: 1rem;
  color: #a4d7b6;
}

.schedule-download.wp-block-button .wp-block-button__link:hover,
.schedule-download.wp-block-button .wp-block-button__link:focus {
  background-color: #8f489b;
  border-color: #8f489b;
  color: #fff !important;
}

@media (max-width: 767px) {
  .schedule-row:not(:has(.wp-block-group__inner-container)),
  .schedule-row .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    column-gap: 0;
    margin: 0.85rem 0;
  }

  .schedule-time {
    line-height: 1.25;
  }

  .schedule-download.wp-block-button .wp-block-button__link {
    padding: 1.25rem 1.825rem;
  }
}
