/* Contact Form 7 CSS */

.wpcf7 {
  background-color: #cccc99;
  border: 2px solid #666633;
  border-radius: 6px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 89%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  background-color: #f7fafc;
  border: 2px solid #666633;
  border-radius: 4px;
  color: #637288;
  margin-bottom: 20px;
}

.wpcf7 textarea {
  height: 200px;
}

.wpcf7 input[type="submit"] {
  margin-top: 20px;
  margin-bottom: -10px;
  border-radius: 4px;
}

.wpcf7 .no-space {
  margin-bottom: 0em;
}

/* MP Manage Subscription Form */

form.mailpoet-manage-subscription {
  background-color: #cccc99;
  border: 2px solid #666633;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 80%;
}

form.mailpoet-manage-subscription .mailpoet_text_label,
form.mailpoet-manage-subscription .mailpoet_select_label,
form.mailpoet-manage-subscription .mailpoet_segment_label {
  display: block;
  font-weight: normal;
  font-size: 18px;
}

form.mailpoet-manage-subscription .mailpoet_select,
form.mailpoet-manage-subscription .mailpoet_text {
  /*	width: 50%;
	padding: 12px; */
  display: block;
  background: #f7fafc;
  border: 2px solid #666633;
  border-radius: 4px;
  color: #637288;
}

form.mailpoet-manage-subscription .mailpoet_paragraph {
  margin-bottom: 10px;
}

form.mailpoet-manage-subscription .mailpoet_submit {
  /*   padding: 20px 20px;
    width: 50%;
    font-weight: bold;
    font-size: 11pt; */
}

/* Website Carbon Badge

#wcb.carbonbadge{ }

#wcb.carbonbadge sub{ }

#wcb #wcb_2,#wcb #wcb_a,#wcb #wcb_g{ }

#wcb #wcb_a,#wcb #wcb_g{ }

#wcb #wcb_g{ 
		color: #637278 !important;
		border-radius: 4px 0 0 4px !important;
		border:1px #000 !important;
		border-style: solid none solid solid !important;
}

#wcb #wcb_a{ 
		background-color: #339966 !important;
		border-radius: 0 4px 4px 0 !important;
		border: 1px #339966 !important;
		border-style: solid solid solid none !important;
		font-weight: 400 !important;
}

#wcb.wcb-d #wcb_a{ }

#wcb.wcb-d #wcb_2{ }

#wcb #wcb_2 {
		color: #637278 !important;
		font-size: 1em !important;
}
Website Carbond Badge end */