  input, textarea, number {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: 100%;
  padding: 1em;
  background-color: #f9f4ed;
  color: #232323;
  font-weight: normal;
  border: 1px solid #ececec;
  font-family: "Avenir Roman", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  }

  .frm_primary_label {
    display: block;
    font-family: "Avenir Roman", Helvetica, Arial, sans-serif;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
  }

  .wpcf7-form-control-wrap { width: 100%; }
  .wpcf7-form-control { width: 100%; }

  .screen-reader-response { display: none; }

  .wpcf7-text, .wpcf7-textarea, .wpcf7-number, .comment-form-input, .search-field-alt {
  font: 16px "Avenir Roman", Arial, Helvetica, sans-serif;
  margin-bottom: 0.5em;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  }

  .wpcf7-text:focus, .wpcf7-textarea:focus, .comment-form-input:focus, .search-field-alt:focus { background-color: #f9f4ed; border: 1px solid #cfa46f; }
  .wpcf7-text:hover, .wpcf7-textarea:hover, .comment-form-input:hover, .search-field-alt:hover { background-color: #f9f4ed; border: 1px solid #cfa46f; }
  .wpcf7-text::-webkit-input-placeholder, .wpcf7-textarea::-webkit-input-placeholder { color: #969696; }

  .wpcf7-form-control {float: left;}

  input[type=submit], wpcf7-submit, #comment-form-button, .comment-reply-link, .frm_final_submit {
  display: block;
  font: 14px "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: normal;
  cursor: pointer;
  height: 40px !important;
  line-height: 40px !important;
  vertical-align: middle !important;
  padding: 0 2em;
  margin-bottom: 0.5em;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  width: auto;
  color: #FFF !important;
  background-color: #cfa46f;
  -webkit-appearance: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-shadow: 1px 1px rgba(0,0,0,0.2);
  -webkit-text-shadow: 1px 1px rgba(0,0,0,0.2);
  -moz-text-shadow: 1px 1px rgba(0,0,0,0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }

  .frm_final_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60px !important;
    font: 18px/1 "Avenir Heavy", Helvetica,Arial, sans-serif !important;
    margin: 2rem 0 1rem 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: 100%;
  }

  .frm_form_field {
    display: flex;
    flex-direction: column;
  }

  .frm_error_style {
    margin-bottom: 1.5rem;
    font: 14px/1.2em "Avenir Heavy", Helvetica,Arial, sans-serif !important;
  }

  .frm_error {
    display: flex;
    width: 100%;
    font: 14px/1.2em "Avenir Heavy", Helvetica,Arial, sans-serif !important;
    margin-top: 0.5rem;
  }

  .wpcf7-submit:hover, #comment-form-button:hover, .comment-reply-link:hover, .frm_final_submit:hover {
  background-color: #be9765 !important; color: #FFF;
  }

  .frm_final_submit {
    margin-top: 2rem;
  }

  .comment-reply-link {
  float: left;
  display: block;
  width: auto;
  padding: 0 1.5em;
  margin: 1em 0 0 0;
  }

  #respond label { border: 0; width: auto; }

  .wpcf7-not-valid-tip-no-ajax, .wpcf7-not-valid-tip {
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
  color: #9da0a4;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  }

  .wpcf7-mail-sent-ok, .wpcf7-validation-errors {
  float: left;
  width: 100%;
  font: 14px/1.6em "Avenir Heavy", Helvetica, Arial, sans-serif;
  background-color: #f9f4ed;
  border: 2px solid #ececec;
  padding: 2em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  margin: 1em 0;
  color: #9da0a4;
  }

  .wpcf7-mail-sent-ok:before, .wpcf7-validation-errors:before {
  font-family: "FontAwesome";
  content: "\f071";
  font-size: 1em;
  padding: 0 0.5em 0 0;
  }

  .wpcf7-list-item label {
  float: right;
  width: auto;
  cursor: pointer;
  padding: 1em;
  line-height: 1em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #969696;
  }

  .wpcf7-list-item label:first-child { margin-left: 0;}
  .wpcf7-list-item label:hover { }

  input[type="radio"] { display: none; }
  input[type="radio"] + span:before { float: left; width: 1.2em; content: "\f10c"; font-family: Arly; font-weight: normal; }
  input[type="radio"]:checked + span:before { content: "\f111"; font-family: Arly; font-weight: normal; color: #cfa46f }

  img.ajax-loader { display: none; }

  .dropdown { position: relative; }

  .dropdown .dd-trigger {
  display: block;
  float: left;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-bottom: 0.5em;
  padding: 0 1em;
  border: 1px solid #e5e5e5;
  color: #969696;
  background-color: #FFF;
  }

  .dropdown input[type="checkbox"] { display: none; }
  .dropdown input[type="checkbox"] + span:before { float: right; width: 20px; text-align: center; content: "\f096"; font-family: FontAwesome; }
  .dropdown input[type="checkbox"]:checked + span:before { content: "\f0c8"; font-family: FontAwesome; }

  .dropdown input[type="radio"] { display: none; }
  .dropdown input[type="radio"] + span:before { float: right; content: "\f10c"; font-family: FontAwesome; }
  .dropdown input[type="radio"]:checked + span:before { content: "\f111"; font-family: FontAwesome; }

  .dropdown .dd-trigger i { float: right; width: 20px; text-align: center; height: 50px; line-height: 50px; }
  .dropdown .dd-trigger-number { font-weight: bold; }

  .dropdown .dd-list {
  position: relative;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -0.6em;
  margin-bottom: 0.5em;
  float: left;
  border-top: 0px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background-color: #FFF;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  }

  .dropdown .wpcf7-list-item { float: left; width: 100%; border-top: 1px solid #e5e5e5; }
  .dropdown .wpcf7-list-item:first-child { border-top: 0; }

  .dropdown .wpcf7-list-item label {
  display: block;
  float: left;
  width: 100% !important;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  margin-bottom: 0;
  cursor: pointer;
  padding: 0 1em;
  border: 0;
  font-weight: normal;
  }

  .mc-error-message, .mc-confirm-message { display: none; }
  .mc-subscribe-email { background-color: #262626 !important; color: #FFF; border-radius: 3px; font-size: 14px; }
  .mc-subscribe input[type=submit] { height: 50px !important; }

  /* mobile */

  @media screen and (max-width: 640px) {

  textarea { height: 100px; }

  .wpcf7-text, .wpcf7-textarea, .wpcf7-number, .comment-form-input, .search-field-alt, label, .wpcf7-not-valid-tip-no-ajax, .wpcf7-not-valid-tip { font-size: 14px; }
  label { float: left; }

  .mc-subscribe-email { width: 100% !important; }
  .mc-subscribe input[type=submit] { margin: 10px 0 0 0; width: 100% !important; height: 40px !important; }

  }

  /* end mobile */
