/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/






.cf7-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cf7-col {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 250px;
}

.cf7-col label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
}

.wpcf7-form input,
.wpcf7-form select {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

/* Specific column width classes */
.cf7-col.one-third {
  flex: 1 1 calc(33.333% - 20px);
}

.cf7-col.two-third {
  flex: 2 1 calc(66.666% - 20px);
}
.cf7-grid br {
    display: none;
}
.form-btn {
    display: flex;
    margin-top: 2.25rem;
    align-items: center;
    justify-content: center;
}
input.wpcf7-form-control.wpcf7-file {
    background: #f6f6f6;
    border-bottom: 2px solid #e0e0e0;
    line-height: 1.81 !important;
}