/* Panic hard coding */
/* Fashion revolution week 2024 */
.page-id-81900 > * > * .btn.btn-round.btn-primary {
  background-color:#191919 !important;
  color: white !important;
}

.page-id-81900 {
  background-color:#191919 !important;
}

/* Donate button */
.page-id-81900 > * > * .nav-link.btn.btn-round.btn-primary.btn-donate {
  background-color:#ff0 !important;
  color: black !important;
}

.page-id-81900 > * > * a {
  border-bottom-color: #00D5D0 !important;
}

.page-id-81900 > * > * .btn.btn-round.btn-simple.btn-transparent {
  background-color:#ff0 !important;
  border: transparent !important;
  color: black !important;
}

.page-id-81900 > * > * .cc-btn.cc-dismiss {
  border: transparent !important;
}

.frw-24-we-are-fashion-revolution > * > * a {
  border-bottom-color: #00D5D0 !important;
}

.frw-24-we-are-fashion-revolution > * > * .btn.btn-round.btn-simple.btn-transparent {
  background-color:#ff0 !important;
  border: transparent !important;
  color: black !important;
}

.frw-24-we-are-fashion-revolution  > * > * .btn.btn-round.btn-simple.btn-transparent:hover {
  background-color:#191919 !important;
  color: white !important;
}

.frw-24-we-are-fashion-revolution > * > * .cc-btn.cc-dismiss {
  border: transparent !important;
}

/* Mend in public day */
.frw-24-mend-in-public-day > * > * a {
  border-bottom-color: #00D5D0 !important;
}

.frw-24-mend-in-public-day > * > * .btn.btn-round.btn-simple.btn-transparent {
  background-color:#191919 !important;
  border: transparent !important;
  color: white !important;
}

.frw-24-mend-in-public-day > * > * .btn.btn-round.btn-simple.btn-transparent:hover {
  background-color:#191919 !important;
  border: transparent !important;
  color: white !important;
}

.frw-24-mend-in-public-day > * > * .btn.btn-round.btn-primary {
  background-color:#191919 !important;
  color: white !important;
}

.frw-24-mend-in-public-day > * > * .cc-btn.cc-dismiss {
  border: transparent !important;
}

/* Workshops */
.frw-24-workshops > * > * .btn.btn-round.btn-primary {
  background-color:#191919 !important;
  color: white !important;
}


/* 4 items on FRW page */

.frw-24-2 .ecwd-poster-board {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
}

/* Horizontally centre cards on We Are FR page */

.we-are-fashion-revolution #posts-1 {
  justify-content: center;
} 

