/*
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 - - */
#beldirect {
  margin-bottom: 0.01em;
}
#beldirect .nectar_icon_wrap {
  display: block;
  float: left;
}
#beldirect .text {
  display: inline-block;
  position: relative;
  margin-top: 9px;
}
#header-outer[data-menu-bottom-bar-align="left_t_center_b"] .nectar-header-text-content {
  text-align: right;
  max-width: 260px;
}
#header-outer header .nectar-menu-icon-img {
  margin-right: 2px;
  top: 0;
  line-height: inherit;
  display: inline-block;
  margin-top: 1px;
}
/* - - 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;
}
input::placeholder,
textarea::placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  max-width: 49%;
  display: inline-block;
  position: relative;
  float: left;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  height: 150px;
}
/* - - RESPONSIVE - - */
@media only screen and (max-width: 690px) {
 .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  max-width: 100%;
	 width: 100%;
}
}
@media (min-width: 691px) {
#beldirect .vc_col-sm-3 {
    width: 21%;
	padding-left: 60px;
  padding-right: 0;
  }
#beldirect .vc_col-sm-9 {
    width: 78%;
  }
}
