/*
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
*/
@media only screen and (max-width: 999px) {
  .vc_row-fluid[data-column-margin="100px"] .wpb_column:not([class*="vc_col-xs-"]):not(.child_column):not(:last-child), .inner_row[data-column-margin="100px"] .child_column:not([class*="vc_col-xs-"]):not(:last-child) {
    margin-bottom: 50px;
  }
}
/* - - USPS - - */
#usps ul {
  margin-bottom: 20px;
}
#usps ul li {
  text-align: left !important;
  display: inline-block;
  padding-left: 28px;
  margin: 5px 1%;
  line-height: 25px !important;
  max-width: 18%;
  vertical-align: top;
}
.nectar-fancy-ul {
  line-height: 1.1;
}
/* - - FOOTER - - */
#footer-outer p, .material #footer-outer .widget li a {
  font-size: 14px !important;
}
/* - - FORM - - */
.container-wrap input[type="text"], .container-wrap input[type="email"], .container-wrap input[type="password"], .container-wrap input[type="tel"], .container-wrap input[type="url"], .container-wrap input[type="search"], .container-wrap input[type="date"], .container-wrap input[type="number"], .container-wrap textarea, .container-wrap select, body > #review_form_wrapper.modal input[type="text"], body > #review_form_wrapper.modal textarea, body > #review_form_wrapper.modal select, body > #review_form_wrapper.modal input[type="email"], .select2-container--default .select2-selection--single, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single, .woocommerce input#coupon_code, .material.woocommerce-page[data-form-style="default"] input#coupon_code, body[data-form-style="minimal"] input[type="text"], body[data-form-style="minimal"] textarea, body[data-form-style="minimal"] input[type="email"], body[data-form-style="minimal"] input[type="password"], body[data-form-style="minimal"] input[type="tel"], body[data-form-style="minimal"] input[type="url"], body[data-form-style="minimal"] input[type="search"], body[data-form-style="minimal"] input[type="date"], body[data-form-style="minimal"] input[type="number"], body[data-form-style="minimal"] select, 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: 3px 0;
}
input::placeholder, textarea::placeholder {
	color:#000000;
  opacity: 1!important;
}
/* - - RESPONSIVE- - */
@media only screen and (max-width: 690px) {
.nectar-button {
  width: 100%;
  text-align: left;
}
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
  #usps ul li  {
  max-width: 97%;
    margin: 5px 45px !important;
}
}



