/*
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
*/


/* Navigation */
.menu-title-text::after{
	bottom: 20px !important;
}

.header-button > a:before {
	border-color: #f9b130 !important;
}
.header-button > a:hover:before {
    background-color: #f9b130;
    border-color: #f9b130 !important;
}

#header-secondary-outer .nectar-center-text {
	max-width: 100% !important;
	text-align: right;
	border-bottom: 1px solid #645e5b;
	font-size: 14px !important;
	opacity:0.6;
	top: 49%;
	line-height: 20px !important;
}

.small-nav #top #logo img {
    height: 100px;
}

/* op contact pagina selected tekst niet wit */
#header-outer:not(.transparent) li.menu-item-589.current-menu-item > a:not(:hover) > .menu-title-text {
    color: #f9b130 !important;
}

/* 1096px – 1238px */
@media (min-width:1096px) and (max-width:1238px){
	#top nav>ul>li[class*=button_bordered]>a:before {
		height:55px !important;
	}
}

/* below 1096px */
@media (max-width:1095px){
	#top nav>ul>li[class*=button_bordered]>a:before {
		height:77px !important;
	}
}
	
/* Homepage */
.home-ribbon {
  position: relative;
}
.home-ribbon::before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 100vw;
	height: 100%;
	background-color: #ffffff;
	z-index: 3;
}

.blob-bg .row-bg{
	background-size: contain;
	top: auto !important;
	bottom: 0;
    width: 80%;
    height: 78%;
}

.hero-icon{
  	background-color: #fff;
  	padding: 10px;            
  	border-radius: 50%;        
  	position: absolute;
  	bottom: 100px;
}
.hero-icon .im-icon-wrap{
	align-items:unset;
}
.nectar-icon-list:after{
	background-color: rgba(249, 177, 48, 1);
	width:2px;
	left: 14px;
}

.hero-logo{              
  	position: absolute;
}

.nectar-icon-list[data-icon-style=border] .list-icon-holder {
	border: 2px solid rgba(249, 177, 48, 1);
	background-color: white;
}
    

/*General*/

body h1,body h2, body h3 {
	color: #2a2a2a;
}

a .underline-link {
	color:#645e5b;
	text-underline-offset: 5px;
	text-decoration: underline;
}
a .underline-link:hover {
	color:#f9b130;
	text-underline-offset: 5px;
	
}

.nectar-fancy-ul ul li .icon-salient-check[class^=icon-] {
	font-size:27px;
}

/* scale to bg moet uit */
.mobile-header-background-no-repeat .column-image-bg {
	background-repeat: no-repeat;
}
/* scale to bg moet uit */

/* Header knoppen "Plan een kennismaking >" en "-- Voor naasten en familie" op mobiel onder elkaar */
@media only screen and (max-width: 768px) {
  .mobile-stack-buttons .wpb_wrapper {
    flex-wrap: wrap;
  }
}

/* Form */
input[type="submit"] {
	background-color: #f9b130 !important;
}
input:focus,
textarea:focus,
select:focus {
    border: 2px solid #f9b130 !important;
    outline: none;
}
.wpcf7-not-valid-tip {
	color: black !important;
}
.liever-persoonlijk-contact .vc_column-inner .wpb_wrapper .nectar-circle-images .nectar-circle-images__inner .nectar-circle-images__image{
	width: 300px;
	height: 300px;
}


/* CookieYes */
/* revisit button */
.cky-btn-revisit-wrapper{
	background-color: #f9b130 !important;
}

/* checkbox */
.cky-modal .cky-switch input:checked{
	background-color: #f9b130 !important;
}

/* pref and accept button */
.cky-modal .cky-btn-preferences,
.cky-modal .cky-btn-accept{
	background-color: #f9b130 !important;
	border-color: #f9b130 !important;
}

/* reject button */
.cky-modal .cky-btn-reject{
	background-color: #fff !important;
	border-color: #f9b130 !important;
	color: #f9b130 !important;
}


/* notice: pref and accept button */
.cky-notice-btn-wrapper .cky-btn-customize,
.cky-notice-btn-wrapper .cky-btn-accept{
	background-color: #f9b130 !important;
	border-color: #f9b130 !important;
	color: #fff !important;
}

/* notice: reject button */
.cky-notice-btn-wrapper .cky-btn-reject{
	background-color: #fff !important;
	border-color: #f9b130 !important;
	color: #f9b130 !important;
}

