/*
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
*/
body #boxed #header-outer {box-shadow: 0 0 2px rgba(0,0,0,0.14),0 18px 40px rgba(0,0,0,0.045);}
.main-content h2 {
  color: #1b7c46;
}
/* - - HEADER -  */
html body[data-header-resize="1"] .container-wrap, html body[data-header-format="left-header"][data-header-resize="0"] .container-wrap, html body[data-header-resize="0"] .container-wrap, body[data-header-format="left-header"][data-header-resize="0"] .container-wrap {
  border-top: #ccc 1px dotted;
}
/* - - SLIDER - - */
.home .swiper-slide .content h2 {
	max-width: 350px;
}
.swiper-slide .content h2 {
	font-family: Helvetica,sans-serif !important;
  font-size: 27px !important;
  line-height: 30px !important;
	font-weight: 500 !important;
	letter-spacing: 0.3px;
}
.swiper-slide .content {
padding: 0 30px !important;
	bottom: 20px !important;
}
/* - - BREADCRUMBS - - */
.main-content > .row > #breadcrumbs.yoast {
  font-size: 13px;
}
/* - - FORMS - - */
.wpcf7-form-control.wpcf7-textarea {
  height: 100px;
}
/* - - RESPONSIVE - - */
@media only screen and (max-width: 999px) {
  .swiper-container[data-tho="auto"][data-tco="auto"][data-pho="auto"][data-pco="auto"] .swiper-slide .content {
    visibility: hidden !important;
  }
}
@media (min-width: 691px) {
  .wpcf7-form .vc_col-sm-6 {
    width: 47%;
  }
}
@media (max-width: 690px) {
	body #boxed #header-outer {
  box-shadow: 0 1px 0 rgba(0,0,0,.08),0 18px 40px transparent;
}
	.nectar-button {
  width: 97%;
}
}




