input, input[type="submit"] {
border: none;
}


label {
    font-weight: normal;
    font-size: 17px;
    margin: 15px 0 10px 0;
}

.select-css {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #111;
    line-height: 1.3;
    padding: 20px 25px;
    width: calc(100% - 10px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 7px 0 15px 0;
    border: none;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../img/icon_chevron_down.svg');
    background-repeat: no-repeat, repeat;
    background-position: right 1.2em top 50%, 0 0;
    background-size: .65em auto, 100%;
    cursor: pointer;
}

/*.select-css {
    display: inline-block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #64873a;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #fff;
    box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%237bb441%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    cursor: pointer;
}*/


::-webkit-input-placeholder {
  font-family: proxima-nova, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: rgba(158,146,94,1);
    color:rgba(81,83,74,0.7);
  opacity: 1; /* Firefox */
}

::-moz-placeholder {
  font-family: proxima-nova, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: rgba(158,146,94,1);
    color:rgba(81,83,74,0.7);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  font-family: proxima-nova, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: rgba(158,146,94,1);
    color:rgba(81,83,74,0.7);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  font-family: proxima-nova, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: rgba(158,146,94,1);
    color:rgba(81,83,74,0.7);
  opacity: 1; /* Firefox */
}

::placeholder {
  font-family: proxima-nova, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: rgba(158,146,94,1);
    color:rgba(81,83,74,0.7);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-family: proxima-nova, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: rgba(158,146,94,1);
     color:rgba(81,83,74,0.7);
}

::-ms-input-placeholder { /* Microsoft Edge */
 font-family: proxima-nova, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: rgba(158,146,94,1);
     color:rgba(81,83,74,0.7);
}

/*.wpcf7-response-output {
    width: 100%;
    max-width: 100%;
    background-color: rgba(255,255,255,0.3);
    padding: 20px 25px;
    border-radius: 3px;
    line-height: 23px;
    border:none; 
}
*/



/*
*
*
* Message / Confirmation / Error 
*
* * * * * * * * * * * */


span.wpcf7-not-valid-tip {
    color: white;
    font-size: 13px;
    margin-top: 10px;
    display: block;
    text-align: left;
    background: rgba(49,52,42,1);
    padding: 10px 15px;
    border-radius: 2px;
    width:calc(100% - 30px);
}

span.wpcf7-not-valid-tip:before {
    content:"\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color:  transparent rgba(49,52,42,1) transparent transparent  ;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: -22px;
    position: absolute;
}

.required {
  font-size: 14px;
  color: rgb(252, 67, 0);
  vertical-align: top;
}

.wpcf7-form.sent #form-general {
  display: none;
}

.response_message {
    display: none;
     padding: 60px 50px!important;
     border: none!important;
    border-radius: 15px;

 }

 .wpcf7-form.invalid .response_message {
  background-color: rgba(244,146,72,1)!important;
  display: block;
 }

  .wpcf7-form.sent .response_message {
    background-color: rgba(123, 180, 65, 1)!important;
    display: block;
 }


 .wpcf7-form.sent .response_message .hi,
 .wpcf7-form.sent .response_message .bye {
  display: block;
  color: white!important;
  text-align:left!important;
 }

.wpcf7 form .wpcf7-response-output {
    background-color: rgba(49,52,42,1)!important;
    margin: 10px 0 10px 0;
    padding: 20px!important;
    color: white!important;
    border: none!important;
    text-align: left!important;
}

.wpcf7-response-output:before {
    content: 'x';
    color: #fff;
    font-weight: 300;
    position: absolute;
    right: 40px;
    top: 20px;
    font-size: 32px;
    cursor: pointer;
}
