/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/






/* Anpassungen Englisches Kontaktformular - Datei Upload Feld auf Englisch */


/* Versteckt NUR das CF7-File-Input mit dem Namen file-493 */
.wpcf7 form input.wpcf7-form-control.wpcf7-file.file-input[name="file-493"]{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none; /* Interaktion läuft über deinen Custom-Button */
  white-space: nowrap !important;
}



.cf7-file-wrap { position: relative; display: inline-flex; align-items: center; gap: .5rem; color:white }
.cf7-file-input {
  color: white;
  position: absolute !important;
  left: -9999px !important; /* bleibt fokussierbar über Button-Klick */
}

.cf-7-file-label-text {
  color: white;
}

.cf7-file-btn {
  border: 1px solid white; border-radius: 9999px; padding: .4rem .9rem;
  background: transparent; cursor: pointer;
}
.cf7-file-name { opacity: .9; }

.wpcf7-list-item-label, .wpcf7-list-item-label a {
  color:white;
}

.cf7-file-btn {
  color:white;
}


