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

.banner_normal_text h5 {
    text-transform: none !important;
    color: #111;
}
.banner_normal_text p {
    color: #111 !important;
}
.buttons.sf-menu li a {
	border: 1px solid #c5431d;
	padding: 15px 25px !important;
	border-radius: 30px;
}
.buttons.sf-menu li a:hover {
    background: #c5431d;
    color: #fff !important;
}
.buttons.sf-menu li a span:after {
    display: none !important;
}
.gform_wrapper .ginput_container input[type="text"], 
.gform_wrapper .ginput_container input[type="email"],
.gform_wrapper .ginput_container select{
    border: 1px solid #111;
    height: 45px;
padding-left: 10px !important;
  padding-right: 10px;
}
.gform_wrapper .ginput_container textarea { 
    border: 1px solid #111;
    height: 120px;
    padding-left: 10px !important;
  padding-right: 10px;
}