/*
Theme Name: Frazier Services
Theme URI: https://frazierservices.org
Description: Frazier Services custom theme
Author: WEb Design of Minneapolis
Author URI: https://webdesignmn.net
Template: Divi
Version: 1.0
*/


.fax-icon::before {
    content: "🖨️ ";
    margin-right: 8px;
    font-weight: bold;
}
span.fax-icon {
    padding-left: 15px;
}
/* Container for the fields you want side-by-side */
.cf7-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between fields */
}

/* Individual half-width fields */
.cf7-half {
    flex: 1 1 calc(50% - 10px); /* Adjusts to half width minus half of the gap */
}

/* Ensure inputs take full width of their half-container */
.cf7-half input {
    width: 100%;
}
#post-400 label {
    color: black;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date, input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    min-height: 40px;
}
