/*
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
*/
/* - - HEADER - - */
#header-outer .nectar-header-text-content {
  color: #222222 !important;
  max-width: 320px !important;
}
/* - - USPS - - */
#usps ul li {
  list-style: none;
  position: relative;
  padding-left: 22px;
  display: inline-block;
  margin: 2px 20px;
}
#usps ul {
  margin-bottom: 20px;
}
/* - - 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 input[type="text"], body input[type="email"], body input[type="password"], body input[type="tel"], body input[type="url"], body input[type="search"], body input[type="date"], body input[type="number"], body textarea, body 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 {
  margin: 3px 0;
}
::placeholder {
  color: #000000;
  opacity: 1;
}
/* - - RESPONSIVE - - */
@media only screen and (min-width: 1101px) {
#top .container {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
	body #header-outer[data-format="centered-menu-bottom-bar"] .span_3, body.material #header-outer[data-format="centered-menu-bottom-bar"]:not([data-format="left-header"]) #top .span_3 {
  display: flex;
  float: none;
  width: 100%;
  padding: 0 30px;
}
	#header-outer[data-format="centered-menu-bottom-bar"] .span_9, body.material #header-outer[data-format="centered-menu-bottom-bar"]:not([data-format="left-header"]) #top .span_9 {
  float: none;
  width: 100%;
	padding-top: 15px;	
  background-color: #e17436;
}
}





