/*
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
*/

.two-column-row {
    display: flex;
    gap: 15px;
    width: 100%;
}

.two-column-row label {
    flex: 1;
    margin-bottom: 0;
}

.two-column-row input[type="text"] {
    width: 100%;
}

/* Make sure other fields stay full width */
.wpcf7-form label:not(.two-column-row label) {
    display: block;
    width: 100%;
}

    color: transparent !important;
    font-size: 0 !important;
}

/* Full width submit */
.wpcf7 .full-width {
    width: 100% !important;
    display: block !important;
}

input[type="email"],
input[type="tel"],
input[type="text"],
textarea
{
	border: 1px solid black;
	border-radius: 10px;
    width: 100%;
}

input[type="submit"]
{
	border-radius: 10px;
    width: 100%;
}



