/***********************************
  Input Fields
 ***********************************/

.cont_column_form .form-group input, .captch_img_block_contact {
  height: 35px;
  max-height: 35px;
}

.cont_column_form .form-group textarea {
  height: 125px;
  max-height: 125px;
  border: 1px solid !important;
  border-radius: 3px !important;
  padding: 15px;
  outline: none;
  resize: none;
}

.cont_column_form .form-control, .cont_column_form .input-group-addon {
  color: #c1c2d1;
  border: 1px solid #c1c2d1;
  background-color: transparent;
}

.cont_column_form .form-control {
  border-radius: 3px 0 0 3px !important;
  border-right: 0;
  box-shadow: none !important;
  outline: none !important;
}

.cont_column_form .input-group {
  width: 100%;
}

.cont_column_form .input-group-addon {
  border-radius: 0 3px 3px 0;
  font-size: 13px;
}

.captch_img_block_contact{
  float: left;
  border: 1px solid #c1c2d1;
  background-color: transparent;
  border-radius: 3px;
  text-align: center;
}

.captch_img_block_contact img{
  border-radius: 3px;
  height: 33px;
  max-height: 33px;
}

.block_result_captcha{
  float: left;
  width: 60%;
  margin-left: 2%;
}

.block_result_captcha .form-control{
  border-right: 1px solid !important;
  border-radius: 3px !important;
}

input[type="file"] {
  display: none;
}

#mpm_contactform_file_upload_custom {
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #00badc;
  cursor: pointer;
}

#mpm_contactform_file_upload_custom:hover {
  opacity: 0.8;
}

#mpm_contactform_uploaded_file_name {
  color: #555555;
  font-size: 14px;
}

.send_contact_form_message {
  cursor: pointer;
  width: 190px;
  height: 40px;
  background-color: #2fb5d2;
  color: #ffffff;
  outline: none;
  border: none;
  font-size: 16px;
  border-radius: 3px;
}

.send_contact_form_message:hover {
  opacity: 0.8;
}

/***********************************
  Focused Input
 ***********************************/

.cont_column_form .mpm-contactform-focused-input .form-control {
  border-color: #2fb5d2;
  background-color: #ffffff;
}

.cont_column_form .mpm-contactform-focused-input .input-group-addon {
  border-color: #2fb5d2;
  background-color: #ffffff;
  color: #2fb5d2;
}

/***********************************
  Placeholder
 ***********************************/

.cont_column_form .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #c1c2d1;
  font-size: 14px;
}
.cont_column_form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #c1c2d1;
  opacity: 1;
  font-size: 14px;
}
.cont_column_form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #c1c2d1;
  opacity: 1;
  font-size: 14px;
}
.cont_column_form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c1c2d1;
  font-size: 14px;
}
.cont_column_form .form-control:-ms-input-placeholder { /* Microsoft Edge */
  color: #c1c2d1;
  font-size: 14px;
}

/***********************************
  ValidationError
 ***********************************/

.cont_column_form .mpm-contactform-validation-error .form-control {
  border: 1px solid #ff6159;
  background-color: #ffffff;
  border-right: none;
}

.mpm-contactform-validation-error .captch_img_block_contact {
  border: 1px solid #ff6159 !important;
}

.mpm-contactform-validation-error .result_captcha{
  border: 1px solid #ff6159 !important;
  border-radius: 3px !important;
}

.cont_column_form .mpm-contactform-validation-error .input-group-addon {
  border: 1px solid #ff6159;
  border-left: none;
  color: #ff6159;
  background-color: #ffffff;
}

.cont_column_form .mpm-contactform-validation-error .mpm-contactform-form-validation-message {
  display: block;
}

.mpm-contactform-form-validation-message {
  text-align: right;
  border-radius: 1px;
  background: transparent;
  color: #ff6159;
  padding: 1px;
  font-size: 13px;
  font-weight: 600;
  display: none;
  width: 100%;
}

/***********************************
  Responsiveness
 ***********************************/

@media (max-width: 1200px) {
  .block_result_captcha {
    width: 50%;
    margin-left: 2%;
  }
}

@media (max-width: 992px) {
  .cont_column_form .form-group input, .captch_img_block_contact {
    height: 40px;
    max-height: 40px;
  }

  .captch_img_block_contact img {
    height: 38px;
    max-height: 38px;
  }

  .send_contact_form_message {
    width: 100%;
  }

  .block_result_captcha {
    width: 132px;
    margin-left: 10px;
  }
}

@media (max-width: 355px) {
  .captch_img_block_contact {
    width: 100%;
    margin-bottom: 10px;
    border: none;
  }

  .block_result_captcha {
    width: 100%;
    margin: 0;
  }
}