/* CONTACT FORM */
.cf7_noveo_box{
    display: flex;
    justify-content: space-between;
}
.cf7_noveo_box>label, .cf7_noveo_box .cf7_full_noveo{
    width: 100%;
}
.cf7_noveo_box>div{
    width: 48%;
}
.cf7_noveo_box .button_box{
    border-width: 0px;
    margin-top: 24px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.cf7_noveo_box .button_box:hover{
    cursor: pointer;
}
#send_contactform_message{
    display: none;
}
.cf7_noveo_box input[type='text'], .cf7_noveo_box input[type='email'], .cf7_noveo_box input[type='tel'], .cf7_noveo_box textarea{
    width: calc(100% - 32px);
    border: 1px solid #D6D6D7;
    border-radius: 4px;
    padding: 16px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin-bottom: 24px;
}
.cf7_noveo_box .desc_field{
    font-size: 16px;
    color: #474854;
    text-transform: uppercase;
    margin-left: 15px;
    margin-bottom: -10px;
    z-index: 100;
    position: relative;
    display: flex;
    height: auto;
    font-weight: 600;
}
.cf7_noveo_box .desc_field>span{
    background-color: white;
    padding: 0px 5px;
}
.cf7_noveo_box textarea{
    height: 203px;
}
.cf7_noveo_box .wpcf7-form-control-wrap{
    min-width: 100%;
}
.cf7_noveo_box .wpcf7-acceptance span{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    color: #70706E;
    line-height: 175%;
}
.cf7_noveo_box .wpcf7-acceptance span a{
    color: #70706E;
    font-weight: 600;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #70706E;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #70706E;
  }

.cf7_noveo_box input[type='file']{
    display: none;
}
.cf7_noveo_box .file-container{
    display: inline-block;
    margin-left: 20px;
}
.cf7_noveo_box .file-box{
    margin-top: 0px;
}