.cd-button {
  margin: 5px 0 5px 0 !important;
  border-radius: 5px !important;
  font-size: 18px !important;
  padding: 16px 0px 16px 0px !important;
  cursor: pointer !important;
}

.cd-recurring-ddl select,
.cd-donation-currency {
  background-color: #fff;
}

.cd-button-disabled {
  text-transform: uppercase;
}

.cd-button-default {
  background-color: #3162a0 !important;
  background-image: none !important;
  color: #fff !important;
  font-weight: bold;
  border-color: #264d7e !important;
  text-transform: uppercase;
}

.cd-button-default:hover,
.cd-button-success:hover,
.cd-button-success,
.cd-button-default:focus {
  background-color: #264d7e !important;
  border-color: #1f4574 !important;
  font-weight: bold;
  text-transform: uppercase;
}

#CustomDonationsForm h4.cd-campaign-title {
  display: none;
}

/* Donation - hide single/recurring select */
article#post-7105 div#cd-gift-type {
  /*   display: none; */
}

/* HIDE donor privacy title. */
#cd-giving-form-1
  div.cd-field-wrap:nth-of-type(1)
  div.cd-checkbox:nth-of-type(3)
  span {
  display: none;
}

/* Fix Label width and font-weight */
#cd-giving-form-1 div.cd-field-wrap div.cd-checkbox label {
  width: auto;
  font-weight: 400;
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}

#cd-giving-form-1 div.cd-field-wrap div.cd-checkbox input {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
}


/* Donation - landing page card backgrounds temporary */

article#post-7107 div.card-deck .card {
  background-color: #e8e8e8;
}

body.page-id-7107 .hentry.card .card-body {
  padding: 1.25rem;
}

body.page-id-7107 .hentry.card .card:hover {
  /*     box-shadow: 0 0.5rem 1rem #16ceea !important; */
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

body.page-id-7107 .hentry.card .card .card-body p a:hover {
  /*     box-shadow: 0 0.5rem 1rem #16ceea !important; */
  /* box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important; */
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

#daf_link {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  border: 1px solid;
  padding: 2rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  color: #16ceea;
}

#daf_link:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  color: #16ceea !important;
}
