.title-area {
  position: relative;
  left: 30px;
  z-index: 3;
}

#text-2 .textwidget a {
  color: #422466;
}

#text-2 .textwidget {
  position: relative;
  right: 30px;
  top: 20px;
}

.widget-wrap fieldset {
  border: none;
  color: #fff;
  background: none;
}

.widget-wrap fieldset input.vfb-medium {
  width: 100%;
}

.widget-wrap fieldset h3 {
  color: #fff;
}

.widget-wrap label {
  color: #fff;
}

.widget-wrap .vfb-submit {
  background-color: #14001e;
  border-radius: 3px;
}

.widget-wrap .vfb-submit:hover {
  background-color: #a75dcc;
}

.site-header {
  padding-bottom: 0px;
}

.site-header .wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0px;
}

.site-inner .wrap {
  background-color: rgba(255, 255, 255, 0.9);
}

.entry-wrap {
  padding: 10px;
}

.entry-summary img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 0% 0%;
}

.homepage-spotlight {
  width: 32%;
  float: left;
  margin: 5px;
  transition-duration: 0.25s;
  position: relative;
}

@media (max-width: 640px) {
  .homepage-spotlight {
    width: 100%;
  }

  #text-2 .textwidget {
    right: 0px;
    top: 0px;
  }

  .title-area {
    left: 0px;
  }

  .site-header {
    padding-top: 0;
  }

  .site-header .wrap {
    padding-bottom: 20px;
  }
}

.spotlight-caption {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.spotlight-caption span {
  color: white;
  font: bold;
  background: rgb(0, 0, 0);
  /* fallback*/
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  padding-bottom: 15px;
}

.homepage-message {
  padding-bottom: 2em;
}

.events-table {
  width: 100%;
}

.eventful a {
  font-weight: bold;
  color: white;
}

.wrap.col-3 {
  background-color: rgba(66, 36, 102, 0.9);
}

.site-footer .wrap {
  background-color: rgba(20, 0, 30, 0.9);
}

.listing-item {
  margin: 10px;
  display: inline-block;
}

.listing-item img {
  float: left;
  padding: 10px;
}

.listing-item .title {
  font-weight: bold;
}

.special-message {
  background-color: gold;
  padding: 1em;
  text-align: center;
}

.special-message a {
  color: black;
  text-decoration: underline;
}

.special-message a:hover {
  color: blue;
}

.fancy-button {
  color: black;
  font-weight: bold;
  border: 1px solid black;
  border-radius: 3px;
  padding: 0.3em 0.5em;
}

.fancy-button:hover {
  background-color: red;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0);
}

.wp-block-button a {
  color: white !important;
}

.wp-block-table td {
  border: 1px solid #e5e5e5;
}

a.wp-block-file__button {
  color: white !important;
}

.wp-block-search__inside-wrapper {
  margin-right: 30px;
  padding: 0;
}

button.wp-block-search__button.has-icon {
  padding: 5px;
}

.fpc-details summary {
  display: list-item;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
