/*
	Theme Name: 	Better Child Theme
	Description:  	Better Child Theme
	Author: 	  	Better Brand Agency
	Author URI:   	http://www.betterbrandagency.com
	Template:     	betterpress-parent
	Version:      	1.0.
*/
.bg.pink {
  background-color: #f4d9dc;
}
.bg.pink, .bg.pink a, .bg.pink h1, .bg.pink h2, .bg.pink h3, .bg.pink h4, .bg.pink h5 {
  color: black;
}

.bg.green {
  background-color: #007961;
}
.bg.green, .bg.green a, .bg.green h1, .bg.green h2, .bg.green h3, .bg.green h4, .bg.green h5 {
  color: white;
}

.bg.dark-green {
  background-color: #034638;
}
.bg.dark-green, .bg.dark-green a, .bg.dark-green h1, .bg.dark-green h2, .bg.dark-green h3, .bg.dark-green h4, .bg.dark-green h5 {
  color: white;
}

.bg.grey {
  background-color: #f7f7f7;
}
.bg.grey, .bg.grey a, .bg.grey h1, .bg.grey h2, .bg.grey h3, .bg.grey h4, .bg.grey h5 {
  color: black;
}

.bg.panel-row-style:not(.none) {
  padding-bottom: 6.4rem;
  padding-top: 6.4rem;
}

.so-widget-sow-image {
  flex-direction: column;
  align-items: center;
  display: flex;
}
.so-widget-sow-image h3 {
  font-family: FoundersGrotCondMedium, sans-serif;
  transition: 0.25s linear background;
  padding: 6px 36px 6px 0.809rem;
  background-color: #007961;
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.so-widget-sow-image h3::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 7 11'%3E%3Cpath fill='%23ffffff' d='M6.87 5.792L1.48 10.88a.463.463 0 0 1-.624 0l-.727-.68a.394.394 0 0 1 0-.585L4.48 5.5.13 1.386a.394.394 0 0 1 0-.584l.726-.68a.463.463 0 0 1 .625 0l5.39 5.086a.394.394 0 0 1 0 .584z' fill-rule='evenodd'/%3E%3C/svg%3E");
  display: inline-block;
  height: 11px;
  content: "";
  width: 7px;
  margin-left: 0.5em;
}
.so-widget-sow-image.so-widget-sow-image h3 {
  margin-top: 1rem;
  color: white;
}

.widget-links ul {
  align-items: stretch;
  flex-wrap: wrap;
  display: flex;
}
.widget-links.widget-links.widget-links li {
  padding: 0;
  margin: 0;
  flex: 50%;
}
.widget-links.widget-links.widget-links li::before {
  display: none;
}
.widget-links.widget-links.widget-links a {
  font-family: FoundersGrotCondMedium, sans-serif;
  border-bottom: 1px solid #f4d9dc;
  text-transform: uppercase;
  padding: 15px 25px 15px 0;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  line-height: 1;
  height: 100%;
  align-items: start;
  justify-content: space-between;
}
.widget-links.widget-links.widget-links a::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 7 11'%3E%3Cpath d='M6.87 5.792L1.48 10.88a.463.463 0 0 1-.624 0l-.727-.68a.394.394 0 0 1 0-.585L4.48 5.5.13 1.386a.394.394 0 0 1 0-.584l.726-.68a.463.463 0 0 1 .625 0l5.39 5.086a.394.394 0 0 1 0 .584z' fill-rule='evenodd'/%3E%3C/svg%3E");
  display: inline-block;
  height: 11px;
  content: "";
  width: 7px;
  margin-left: 0.5em;
}
.widget-links.widget-links.widget-links a:hover {
  text-decoration: none !important;
  border-color: #007961;
}
.widget-links.widget-links.widget-links a:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 7 11'%3E%3Cpath fill='%23007961' d='M6.87 5.792L1.48 10.88a.463.463 0 0 1-.624 0l-.727-.68a.394.394 0 0 1 0-.585L4.48 5.5.13 1.386a.394.394 0 0 1 0-.584l.726-.68a.463.463 0 0 1 .625 0l5.39 5.086a.394.394 0 0 1 0 .584z' fill-rule='evenodd'/%3E%3C/svg%3E");
  display: inline-block;
  height: 11px;
  content: "";
  width: 7px;
}

.widget-news > div {
  display: flex;
  margin: -20px;
}
.widget-news > div > div {
  background-color: white;
  flex-direction: column;
  display: flex;
  margin: 20px;
  flex: 50%;
}
.widget-news > div > div > div {
  flex-direction: column;
  padding: 20px;
  display: flex;
  height: 100%;
}
.widget-news .date {
  text-transform: uppercase;
  margin-bottom: 0.4045rem;
  letter-spacing: 2px;
  color: #007961;
  font-size: 16px;
}
.widget-news h4 {
  margin-bottom: 0.4045rem;
  font-size: 1.125rem;
}
.widget-news.widget-news.widget-news a {
  text-decoration: none;
}

.widget-news .button.button, .widget-events .button.button {
  justify-content: space-between;
  background-color: #f4d9dc;
  padding: 6px 0.8rem;
  align-items: center;
  margin-left: auto;
  margin-top: auto;
  font-weight: 400;
  display: flex;
}
.widget-news .button.button::after, .widget-events .button.button::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 7 11'%3E%3Cpath d='M6.87 5.792L1.48 10.88a.463.463 0 0 1-.624 0l-.727-.68a.394.394 0 0 1 0-.585L4.48 5.5.13 1.386a.394.394 0 0 1 0-.584l.726-.68a.463.463 0 0 1 .625 0l5.39 5.086a.394.394 0 0 1 0 .584z' fill-rule='evenodd'/%3E%3C/svg%3E");
  display: inline-block;
  height: 11px;
  content: "";
  width: 7px;
  margin-left: 0.5em;
}

.widget-events > div {
  flex-direction: column;
  display: flex;
  margin: -20px;
}
.widget-events > div > div {
  background-color: white;
  position: relative;
  padding: 20px;
  margin: 20px;
  display: flex;
  flex-direction: column;
}
.widget-events .date {
  text-transform: uppercase;
  margin-bottom: 0.4045rem;
  letter-spacing: 2px;
  color: #007961;
  font-size: 16px;
}
.widget-events h4 {
  margin-bottom: 0.4045rem;
  font-size: 1.125rem;
}
.widget-events.widget-events.widget-events a {
  text-decoration: none;
}

.widget-cta {
  background-color: white;
  position: relative;
  border-radius: 5px;
  margin: 2rem 0;
  padding: 1rem;
  color: black;
  transition: all 0.25s;
}
.widget-cta:hover {
  background-color: #E6E6E6;
}
.widget-cta.widget-cta h3 {
  font-size: 1.125rem;
  color: black;
}
.widget-cta .link {
  font-size: 0;
}
.widget-cta .link::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 20'%3E%3Cpath fill='%231A1A1A' d='M0 2.617v15.24c0 1.147.912 2.077 2.036 2.077h14.928c1.124 0 2.036-.93 2.036-2.078V2.617C19 1.47 18.088.54 16.964.54H2.036C.912.54 0 1.47 0 2.617zm16.964-.692c.374 0 .679.311.679.692v15.24a.688.688 0 0 1-.679.692H2.036a.688.688 0 0 1-.679-.693V2.617c0-.38.305-.692.679-.692h14.928zm-4.088 8.68l-4.882 4.978a.502.502 0 0 1-.72 0l-.302-.307a.528.528 0 0 1 0-.736l4.224-4.303-4.22-4.308a.528.528 0 0 1 0-.736l.302-.307a.502.502 0 0 1 .72 0l4.882 4.978c.191.208.191.537-.004.74z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 20px;
  content: "";
  width: 19px;
  float: right;
}
.widget-cta .link::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.panel-widget-style.bg:not(.none) {
  padding: 1rem;
}

.people {
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  grid-gap: 2rem;
  display: grid;
}
.people .twitter, .people .linkedin {
  float: right;
  font-size: 0;
}
.people .full-bio {
  display: none;
}
.people .full-bio > div, .people .full-bio::before {
  position: fixed;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.people .full-bio::before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
}
.people .full-bio > div {
  background-color: white;
  margin: auto 50px;
  height: 400px;
  padding: 50px;
}
@media (min-width: 800px) {
  .people .full-bio img {
    padding-right: 1rem;
    float: left;
  }
}
.people > div > h3 {
  font-size: 1.125rem;
}
.people img {
  margin-bottom: 0.5rem;
  width: 100%;
  height: auto;
}
.people .blurb {
  line-height: 1;
}
.people .twitter::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23007961' d='M24 4.557a9.83 9.83 0 0 1-2.828.775 4.932 4.932 0 0 0 2.165-2.724 9.864 9.864 0 0 1-3.127 1.195 4.916 4.916 0 0 0-3.594-1.555c-3.179 0-5.515 2.966-4.797 6.045A13.978 13.978 0 0 1 1.671 3.149a4.93 4.93 0 0 0 1.523 6.574 4.903 4.903 0 0 1-2.229-.616c-.054 2.281 1.581 4.415 3.949 4.89a4.935 4.935 0 0 1-2.224.084 4.928 4.928 0 0 0 4.6 3.419A9.9 9.9 0 0 1 0 19.54a13.94 13.94 0 0 0 7.548 2.212c9.142 0 14.307-7.721 13.995-14.646A10.025 10.025 0 0 0 24 4.557z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 24px;
  width: 24px;
  content: "";
}
.people .linkedin::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23007961' d='M4.98 3.5C4.98 4.881 3.87 6 2.5 6S.02 4.881.02 3.5C.02 2.12 1.13 1 2.5 1s2.48 1.12 2.48 2.5zM5 8H0v16h5V8zm7.982 0H8.014v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0V24H24V13.869c0-7.88-8.922-7.593-11.018-3.714V8z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 24px;
  width: 24px;
  content: "";
}
.people .read-more:focus + .full-bio {
  display: block;
}
.people .read-more {
  font-size: 1.1em;
  color: #007961;
}

.widget-grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 2rem;
  display: grid;
}
.widget-grid > h3 {
  grid-column: 1/-1;
}
.widget-grid > div > h3 {
  font-size: 1.125rem;
}
.widget-grid > div {
  display: flex;
  flex-direction: column;
}
.widget-grid > div > :last-child {
  margin-top: auto;
}
.widget-grid.widget-grid.widget-grid a {
  text-decoration: none;
  font-weight: normal;
}

header, .top-header {
  position: relative;
  z-index: 200;
}

.my-hero-decoration--left, .my-hero-decoration--right {
  position: absolute;
  top: 200px;
  height: 600px;
  background-size: contain;
  width: 600px;
  z-index: 100;
  pointer-events: none;
}

.my-hero-decoration--left {
  background-image: url("/wp-content/themes/camphill-village-trust/dist/images/hero-decoration--left.png");
  left: -250px;
}

.my-hero-decoration--right {
  background-image: url("/wp-content/themes/camphill-village-trust/dist/images/texture-green.png");
  right: -400px;
}

@media (max-width: 1164px) {
  .my-hero-decoration--left, .my-hero-decoration--right {
    top: 111px;
  }
}
.breadcrumbs-container.breadcrumbs-container {
  margin-bottom: 2rem;
}

.standard-page.standard-page {
  padding-top: 2rem;
}

.soft-corners {
  border-radius: 4px;
}

.donation-field.radio {
  align-items: center;
  display: flex;
}

.cart > .panel-layout input {
  padding: 10px;
}
.cart > .panel-layout p {
  margin-bottom: 20px;
}
.cart > .panel-layout p:last-child {
  margin-bottom: 0;
}
.cart > .panel-layout > div {
  background: #f7f7f7;
  overflow: hidden;
  padding: 30px;
  transition: opacity 0.6s ease-in-out;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  height: 0;
}
.cart > .panel-layout > div.active {
  visibility: visible;
  position: static;
  height: auto;
  opacity: 1;
}
.cart > .panel-layout > div > div {
  flex-direction: column;
  position: relative;
  display: flex;
}
.cart > .panel-layout button {
  font-family: "Value Trial", sans-serif;
  background-color: #007961;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  position: absolute;
  border-radius: 0;
  font-weight: 500;
  font-size: 16px;
  border: none;
  color: white;
  bottom: 0;
}
.cart > .panel-layout button .next {
  right: 1rem;
}
.cart > .panel-layout button .previous {
  left: 1rem;
}
.cart > .panel-layout button:last-child {
  align-self: flex-end;
  margin-top: 30px;
  position: static;
}
.cart > .panel-layout button.single_add_to_cart_button, .cart > .panel-layout button.donate_button {
  background-color: #f4d9dc;
  padding: 1rem 2rem;
  font-weight: 400;
  color: black;
}

.cart .single_add_to_cart_button {
  display: none;
}

.cart .nyp {
  display: none;
}

.cart.cart input {
  text-transform: none;
}

.gift-aid-blurb {
  transition: opacity 0.6s ease-in-out;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  height: 0;
}
.gift-aid-blurb.active {
  visibility: visible;
  position: static;
  height: auto;
  opacity: 1;
}
.gift-aid-blurb p {
  display: block;
}

body {
  overflow: initial !important;
}

.address-search {
  position: relative;
  display: flex;
  gap: 1rem;
}
@media (max-width: 680px) {
  .address-search {
    flex-direction: column;
  }
  .address-search button {
    width: 100%;
  }
}
.address-search button {
  position: static !important;
  margin-top: 0 !important;
}
.address-search input {
  margin: 0;
  flex: 1;
}

.suggestions {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  max-height: calc(16.8em + 1rem);
  position: absolute;
  overflow-y: scroll;
  background: white;
  padding: 0.5rem;
  width: 100%;
  top: 100%;
}

.donation-contact {
  grid-template-columns: auto auto 1fr;
  align-items: center;
  margin-bottom: 1rem;
  grid-gap: 0.5rem;
  display: grid;
}
.donation-contact::before {
  grid-column-start: 1;
  grid-row-start: 1;
  content: "Yes";
}
.donation-contact::after {
  grid-column-start: 2;
  grid-row-start: 1;
  content: "No";
}
.donation-contact::before, .donation-contact::after {
  font-weight: bold;
}
.contact-email.yes {
  grid-column-start: 1;
}

.donation-contact label {
  display: none;
}
.donation-contact input, .donation-contact p {
  margin: 0 !important;
}
.donation-contact .radio {
  justify-self: center;
}

.donation-type-group, .donation-value-group, .donation-frequency-group {
  display: flex;
  gap: 1rem;
}
@media (max-width: 480px) {
  .donation-type-group, .donation-value-group, .donation-frequency-group {
    flex-direction: column;
  }
}
.donation-type-group .radio input, .donation-value-group .radio input, .donation-frequency-group .radio input {
  display: none;
}
.donation-type-group .radio, .donation-value-group .radio, .donation-frequency-group .radio {
  flex: 1;
}
.donation-type-group label, .donation-value-group label, .donation-frequency-group label {
  background-color: #007961;
  text-align: center;
  color: white;
  cursor: pointer;
  display: block;
  padding: 1rem;
  flex: 1;
}
.donation-type-group input:checked + label, .donation-value-group input:checked + label, .donation-frequency-group input:checked + label {
  background-color: #034638;
  color: white;
}

.donation-value-group {
  margin-bottom: 1rem;
}

.donation-frequency-wrapper {
  transition: opacity 0.6s ease-in-out;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  height: 0;
}
.donation-frequency-wrapper.active {
  visibility: visible;
  position: static;
  height: auto;
  opacity: 1;
}

.new-donation-type-single, .new-donation-type-regular {
  transition: opacity 0.6s ease-in-out;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  height: 0;
}
.new-donation-type-single.active, .new-donation-type-regular.active {
  visibility: visible;
  position: static;
  height: auto;
  opacity: 1;
}

.debit-date-wrapper {
  margin-top: 1rem;
}
.debit-date-wrapper p {
  margin: 0;
}
.debit-date-wrapper .donation-field label {
  text-transform: none;
}

.donation-direct-debit, .card-payment {
  display: none;
}
.donation-direct-debit.active, .card-payment.active {
  display: block;
}

.donation-error {
  background-color: rgba(244, 217, 220, 0.33);
  border: 1px solid #f4d9dc;
  margin: 0.5rem 0;
  padding: 1rem;
  line-height: 1;
  transition: opacity 0.6s ease-in-out;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  height: 0;
}
.donation-error.active {
  visibility: visible;
  position: static;
  height: auto;
  opacity: 1;
}
.donation-error::before {
  transform: translateY(-1px);
  background: #f4d9dc;
  display: inline-block;
  margin-right: 0.33em;
  border-radius: 100%;
  height: 0.5em;
  width: 0.5em;
  content: "";
}

html {
  overflow: initial !important;
  min-height: 0 !important;
}

body.body-logged-in.body-logged-in {
  top: 32px;
}

.standard-inner-page {
  position: relative;
  overflow: hidden;
}

#gift-boxes {
  font-size: 1.33rem;
  line-height: 1.1;
  color: white;
}
#gift-boxes .textwidget {
  padding: 3rem 1.5rem;
}
#gift-boxes p {
  margin: 0;
  position: relative;
}
#gift-boxes .textwidget::before {
  background-color: #007961;
  position: absolute;
  opacity: 0.6666666667;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
#gift-boxes .bg.panel-cell-style {
  position: relative;
}
@media (max-width: 780px) {
  #gift-boxes .textwidget {
    min-height: 300px;
  }
}

.woocommerce-inner-page .product {
  max-width: 680px;
}

.address-wrapper {
  transition: opacity 0.6s ease-in-out;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  height: 0;
}
.address-wrapper.active {
  visibility: visible;
  position: static;
  height: auto;
  opacity: 1;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#donation-thankyou .button {
  color: white !important;
}
#donation-thankyou .button.cancel {
  display: none;
}
#donation-thankyou .thankyou {
  background: url("https://www.camphillvillagetrust.org.uk/wp-content/uploads/2021/11/IMG_9345LRh-scaled.jpg") no-repeat center center;
  justify-content: center;
  background-size: cover;
  align-items: center;
  height: 50vw;
}
@media (max-width: 480px) {
  #donation-thankyou .thankyou {
    height: auto;
  }
}
#donation-thankyou .thankyou > div {
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  font-size: 30px;
  padding: 50px;
  color: black;
  width: 60vw;
}
@media (max-width: 480px) {
  #donation-thankyou .thankyou > div {
    padding: 25px;
    width: 80vw;
  }
}
#donation-thankyou .page-layout__main-container, #donation-thankyou .page-content, #donation-thankyou .woocommerce, #donation-thankyou .thankyou {
  display: grid;
}

[class*=hero-decoration] {
  display: none !important;
}

#product-21390 .panel-grid-cell {
  gap: 1rem;
}

#product-21390 .so-panel {
  margin: 0 !important;
}

/*# sourceMappingURL=style.css.map */
