/* Enter Your Custom CSS Here */
.payment-icons.inline-block {
  display:none;
}
.accordion-item, .accordion-title.active {
    background-color: #704c1d;
    color: white;
}
input[type='text'],input[type='email'],input[type='tel'],textarea, input[type='button'], .button {
  font-size:0.82em !important;
}

a[href^="tel"] {
  color: #f7f7f7 !important; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
input[type='submit']:not(.is-form) {
	    background-color: #704c1d !important;
}
a.accordion-title.plain.active {
    color: #ffffff;
}