/* Start custom CSS */#cookie-law-info-bar, #callnowbutton{display: none !important;}

.gform_fields .gfield_label{
font-family: 'Open Sans';
font-size: .875rem;
font-weight: 500;
}

.ginput_container_text input,
.ginput_container_email input,
.ginput_container_select select,
.ginput_container_textarea textarea
{border-radius:5px !important;
background-color: #FCFCFC;
}

.gfield_radio li{
display: inline-block;
margin-right:15px !important;
}
.gform_footer .button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 24px;
  border-radius: 50px;
  background-color:#C5AB67 !important;
  color:#2A3647;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.1s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.gform_footer .button:hover,
.gform_footer .button:focus{
  background: #C5AB67 !important;
  color: #2A3647;
  transform: scale(0.99);
  box-shadow: 0 0 10px #C5AB67;
}
.plStyle{
  color:#C5AB67;
}

.plStyle:hover{
  color:#C5AB67;
  text-decoration:underline;
}

.ginput_counter{
  display:none !important;
}/* End custom CSS */