input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  margin-bottom: 30px;
}
.wp-block-columns .wp-block-column > * {
  margin-top: 10px;
  margin-bottom: -6px !important;
}
nav#site-navigation-top {
  text-align: center;
  padding-right: 0;
  padding: 10px;
}
.main-navigation > div > ul > li {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 10px;
}
.main-navigation-top > div > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  max-width: none;
  padding-left: 0;
  position: relative;
}
nav#site-navigation-top a {
  color: #fff;
}
.main-navigation-top {
  margin: 0;
  margin-left: auto;
}
.main-navigation-top > div > ul {
  justify-content: flex-end;
  margin-left: -8px;
  margin-right: -8px;
}
.main-navigation-top > div > ul > li {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 10px;
}
.give-btn a {
  color: #000 !important;
}
a {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  nav#site-navigation-top {
    text-align: right;
    padding-right: 16px;
    right: 0;
    padding-top: 13px;
    background: transparent;
  }
  .give-btn {
    background: #a7cb35;
    border: 1px solid #a7cb35;
    color: #333;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.2em;
    padding: 8px 10px;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
  }
}
.entry-content a {
  color: #000;
}
.carousel-container {
  overflow: hidden;
  width: 100% !important;
  max-width: 1900px !important;
  border-radius: 8px;
  background-color: white;
}
.carousel {
  display: flex;
  gap: 10px;
  animation: customscroll 20s linear infinite;
}
.sharedaddy {
  display: none;
}
footer.entry-footer.responsive-max-width {
  display: none;
}
.donation-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  background-color: white;
  max-width: 300px;
  text-align: center;
  gap: 10px;
}
.amount {
  background-color: #586587;
  color: white;
  font-weight: bold;
  padding: 28px 4px;
  border-radius: 50%;
  min-width: 85px;
  text-align: center;
  font-size: 15px;
}
.details {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 1px 10px;
  border-left: 1px solid #e1e1e1;
}
.details span {
  font-size: 16px;
}
.donated-text {
  font-weight: bold;
  display: flex;
  gap: 6px;
  width: 190px;
}
.donated-text .subtext {
  font-weight: normal;
  color: #848484;
}
.date {
  color: #a1a1a1;
  font-size: 15px;
}
@keyframes customscroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 480px) {
  .carousel {
    animation: customscroll 10s linear infinite;
  }
  @keyframes customscroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
}
.give-btn {
  background: #a7cb35;
  border: 1px solid #a7cb35;
  color: #333;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.2em;
  padding: 8px 10px;
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px;
}
.give-btn:hover {
  background: #a7cb35;
  border: 1px solid #a7cb35;
  color: #333;
  border-radius: 5px;
}
.date_hidden {
  display: none;
}
.pure-table thead {
  background: none !important;
  vertical-align: bottom;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
.give-button-with-loader {
  display: none;
}
.give-donor-container-variation__name {
  font-size: 16px;
  display: none;
}
.give-donor-details__wrapper {
  display: none;
}
.give-donor-details {
  display: block;
  text-align: center;
}
.give-form-templates #lkn-fee-recovery-list-wrap {
  padding-left: 40px !important;
}
