/**
 * Styling for Offers 
 */
article {
  overflow: auto;
}
#main-content .l-rw {
  width: 100%;
  max-width: 1920px;
  padding: 0;
}
.l-main #rid-content {
  background: #f4ce90!important;
}
@media screen and (min-width: 30.0625em) {
  .l-main #rid-content {
    padding: 30px;
  }
}
#block-corolla-content {
  max-width: 72em;
  margin: 0 auto;
  overflow: auto;
  padding: 10px;
  background: #f6f8ed;
}
@media screen and (min-width: 30.0625em) {
  #block-corolla-content {
    padding: 30px;
  }
}
.block-local-tasks {
  margin: 0 auto!important;
  max-width: 72em;
  padding: 30px 30px 0!important;
  background: #f6f8ed!important;
}
.block-local-tasks .block__inner {
  margin: 0!important;
  padding: 0!important;
}
.block-local-tasks .tabs__tab--is-active a,
.block-local-tasks a.is-active {
  background-color: #efa34e!important;
}
.field {
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 60.0625em) {
  .group-offer-top {
    display: flex;
  }
  .group-offer-image {
    flex-basis: 45%;
    position: relative;
    padding-right: 30px;
  }
  .group-offer-top-right {
    flex-basis: 55%;
  }
}

.treegen.messages {
  margin: 0 0 30px;
}
.treegen.messages .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-variations .commerce-order-item-add-to-cart-form .field-name-price {
  display: none;
}
.multiple-variations > .field-name-price {
  display: none;
}
.field-commerce-product--field-demo {
  position: absolute;
  width: auto;
  top: 42px;
  left: 10px;
  webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.field-commerce-product--field-demo figure {
  margin: 0;
}
h1.treegen-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.25em;
  color: #efa42d;  
}
a#treegen-merchant-link {
  color: #efa42d;  
}
.field-commerce-product--field-price,
.field-commerce-product-variation--price {
  font-size: 2.2em;
  line-height: 1em;
  color: #efa42d;  
}
.field-commerce-product--field-price .field__item:after,
.field-commerce-product-variation--price .field__item:after {
  content: ' each';
}
.field-commerce-product--body .field__item p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 60.0625em) {
  .field-name-field-product-variation-image {
    float: left;
    margin-right: 30px;
  }
  .field-name-field-product-variation-image figure {
    margin-bottom: 0;
  }
  .field-commerce-product-variations {
    margin-top: 30px;
  }

  /*.field-commerce-product-variation--field-description,*/
  .field--name-purchased-entity,
  .field-group-additional-information,
  .field--name-quantity,
  .credit-markup,
  .contribution-amount,
  .field--name-field-donation-recipient,
  .field--name-unit-price,
  #donation-recipient {
    width: 55%;
    margin: 0;
  }
  .field--name-field-donation-recipient {
    margin-top: 0;
  }
}
.field-group-additional-information {
  /*width: 55%!important;*/
  margin-bottom: 20px !important;
  border-radius: 0;
  max-height: none;
  clear: both;
}
.field-group-additional-information summary {
  padding: 0;
}
.field-group-additional-information .details-wrapper {
  margin: 0;
}
.field-group-additional-information .details-wrapper label {
  display: none;
}
.field-group-additional-information .details-wrapper .form-item {
  margin: 0;
}
.field-group-additional-information .details-wrapper .form-item textarea {
  border: 0;
}
.field-group-additional-information .details-wrapper .description {
  color: #f6f8ed;
  font-size: .8em;
  line-height: 1.2em;
  font-weight: 500;
  margin-top: 10px;
}
.contribution-amount {
  color: #aac961;
  background: white;
  padding: 15px 30px;
  font-size: 1.25em;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.credit-markup {
  background: #b3d3fb77;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px;
}
.contribution-amount p,
.credit-markup p {
  margin: 0;
}
.field--name-quantity label,
.field--name-purchased-entity label,
.field--name-field-donation-recipient label,
.field-group-additional-information,
.button,
.button:hover,
.button:active {
  background: #efa34e;
  font-weight: 700;
  font-size: 1.1em;
  color: #f6f8ed;
  margin: 0;
  padding: 10px 20px;
  border: 0;
  white-space: inherit;
}
.field--name-quantity label,
.field--name-purchased-entity label,
.field--name-field-donation-recipient label,
.button,
.button:hover,
.button:active {
  width: 100%;
}
/*
@media screen and (min-width: 60.0625em) {
  .field-group-additional-information {
    width: 55%;
  }
}
*/
.field--name-field-donation-recipient label {
  background: #aac961;
}
.form-select {
  font-size: 1.1em
}
.field--name-field-donation-recipient .form-item {
  margin: 0;
  margin-bottom: 30px;
}
.field label:after {
  display: none;
}
input[type="text"],
input[type="number"],
select {
  background-color: #f6f8ed;
  border-radius: 0;
}
.button,
.button:hover {
  width: auto;
  height: auto;
}
@media screen and (max-width: 45em) {
  .field-name-field-share-on-social {
    float: none;
  }
}
.node {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.node__content {
  background-color: #fff;
}
.node h2.node__title-link {
  font-size: 1.65rem!important;
}
.node .field-node-field-tree-project-user {
  margin-bottom: 0;
}
#block-viewalloffersbottompagelink {
  margin: 30px 0;
}
#block-viewalloffersbottompagelink .field,
#block-viewalloffersbottompagelink p {
  margin: 0;
}
