/*
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
*/
/* - - FORM - - */
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea {
  margin: 5px;
}
input::placeholder, textarea::placeholder {
  color: #000000!important;
  opacity: 1;
}
/* - - RESPONSIVE - - */
@media only screen and (max-width: 690px) {
	h2.vc_custom_heading.vc_do_custom_heading.big {
  font-size: 45px !important;
  line-height: 45px !important;
  font-weight: 700;
}
.nectar-button {
  width: 95%;
}
}





