/*
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 - - */
@media only screen and (min-width: 1000px) {
	#header-outer #logo, #header-outer .logo-clone, #header-outer .logo-spacing {
    bottom: -25px;
		left: -10px;
  }
}
/* - - OFF CANVAS - - */
.off-canvas-menu-container .nectar-menu-icon-img {
  max-width: 200px;
  height: auto;
  margin-right: 10px;
  width: 100%;
}
/* - - SLIDER = = */
.swiper-slide .content h2,
.swiper-slide .content div.ns-heading-el, #boxed .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2 {
	font-size: 40px;
	line-height: 45px;
	letter-spacing: -1px;
	display: block;
	font-weight: 400;
	color: #2183bc !important;
	background-image: url("/wp-content/uploads/2024/06/slidercloud2.png");
	background-repeat: no-repeat;
}
.swiper-slide .content .ns-heading-el {
	display: block;
	height: 200px;
	width:385px;
	text-align: center;
  padding: 60px 0;
  vertical-align: middle;
}
/* - - HOMEPAGE - - */
.home .container-wrap {
  margin-top: 0 !important;
  padding-top: 0px !important;
}
/* - - SIDEBAR - - */
#sidebar .widget.widget_nav_menu li {
  padding: 5px 0 5px !important;
  border-bottom: #fff 1px dashed !important;
  margin-bottom: 5px;
  display: block;
}
#sidebar .widget.widget_nav_menu .menu-behandelingen-container li {
  padding: 5px 0 5px !important;
  border-bottom: #ccc 1px dashed !important;
  margin-bottom: 5px;
  display: block;
}
#sidebar h4, .ascend.woocommerce #sidebar h4, body .row .col.section-title span {
  font-size: 25px;
  color: #9e005d;
  opacity: 1;
  border-bottom: 1px #9e005d dashed;
  padding-bottom: 20px;
}
#nav_menu-2, #nav_menu-4 {
  background: #ccc;
  padding: 20px;
}
#nav_menu-3, #nav_menu-5, #nav_menu-6 {
  background: #fff;
  padding: 20px;
}
#text-2, #text-3, #text-5 {
  background-image: url("/wp-content/uploads/2024/06/contactcloud.png");
  background-repeat: no-repeat;
  height: 200px;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  background-position: center center;
	margin-top: -100px !important;
  margin-bottom: 0 !important;
}
#text-2 h4, #text-3 h4, #text-5 h4 {
  font-size: 25px;
  color: #ffffff;
  opacity: 1;
  border-bottom: none;
  padding-bottom: 10px;
  max-width: 200px;
  margin: 0 auto;
  line-height: 25px;
}
#text-2 a, #text-3 a, #text-5 a {
	color: #ffffff !important;
}
#text-2 a:hover, #text-3 a:hover, #text-5 a:hover  {
	color: #000 !important;
}
#text-4 {
  padding: 40px 40px 60px;
  text-align: center;
  background: #ccc;
}
/* - - FOOTER - - */
#footer_outer p {
  font-size: 14px;
}
#footer_outer h4 {
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 20px;
}
/* - - SLIDE OUT - - */
#slide-out-widget-area .textwidget {
  font-size: 14px;
  line-height: 18px;
}
/* - - RESPONSIVE - - */
@media only screen and (max-width: 690px) {
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2, #boxed .swiper-slide .content h2 {
    font-size: 30px;
    line-height: 30px;
  }
  #header-outer .nectar-mobile-only.mobile-header li[class*="menu-item-btn-style-button"]:not(.menu-item-hidden-text) .nectar-menu-icon {
    display: inline-block;
  }
}



