.wpforms-page-indicator.progress {
  display: none !important;
}
.wpforms-field-label {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.wpforms-page-button {
  background: #c8a048 !important;
  color: #fff !important;
}
.wpforms-page-button:hover {
  background: #e4bd68 !important;
}
.wpforms-error {
  font-size: 13px !important;
  margin-top: 5px !important;
}
.wpforms-required-label {
	display: none !important
}

.ts-control {
  border: none !important;
  border-radius: .25rem !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  flex-wrap: wrap;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
  z-index: 1 !important;
  background: #fff !important;
	padding: 0 10px !important;
	min-height: 43px !important;
	
}
.ts-wrapper.multi .ts-control > div {
  background: #d4af37 !important;
  color: #fff !important;
  font-size: 13px !important;
}
@media only screen and (min-width: 768px) {
	.ts-dropdown {
	  position: absolute !important;
	  z-index: 9999 !important;
	  background: white !important;
	  border: none !important;
	  width: 100% !important;
	  max-height: 250px;
	  overflow-y: auto !important;
	  box-shadow: none !important;
	  border-radius: 3px !important;
	  top: calc(100% - 12px) !important;
	}
}
.ts-dropdown-content {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: #fff !important;
  font-size: 13px !important;
  border-radius: 3px !important;
  margin-top: 2px !important;
}
.ts-control > input {
  font-size: 13px !important;
}
.ts-control, .ts-control input, .ts-dropdown {
  font-size: 13px !important;
}
.ts-control .item {
	padding-right: 30px !important
}

.wpforms-field-repeater-button-add, .wpforms-field-repeater-button-remove {
  color: #fff !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #d4af37;
  border: none !important;
  border-radius: 4px;
}
div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  color: #fff !important;
}