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

#footer-outer .container .row .col {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: center!important;	
}

.wpcf7-form .vc_col-sm-6:first-child {
  padding-right: 3rem;
}

@media (max-width: 690px) {
  .wpcf7-form .vc_col-sm-6:first-child {
    padding-right: 0;
  }
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  border-color: #e0dede;
}