/*
Theme Name:   Salient child
Theme URI:    www.http:/baakjuristen.nl/salient-child/
Description:  Salient child Theme
Version:      1.0.0
Template:     Salient
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  salient

*/

body[data-header-color="custom"] #header-secondary-outer nav > ul > li > a{
    font-weight:bold;
    border-left:none;
}
#header-outer{
	margin-top:-2px;
}
#header-outer.scrolled-down #header-secondary-outer{
	background-color: rgba(19,113,122,100) !important;
	transition: background-color 0.40s ease, box-shadow 0.40s ease, margin 0.25s ease;
    -moz-transition: background-color 0.40s ease, box-shadow 0.40s ease, margin 0.25s ease;
    -webkit-transition: background-color 0.40s ease, box-shadow 0.40s ease, margin 0.25s ease;
}
#header-outer.transparent #header-secondary-outer{
	background-color: transparent !important;
	transition: background-color 0.40s ease, box-shadow 0.40s ease, margin 0.25s ease;
    -moz-transition: background-color 0.40s ease, box-shadow 0.40s ease, margin 0.25s ease;
    -webkit-transition: background-color 0.40s ease, box-shadow 0.40s ease, margin 0.25s ease;
}
body[data-header-color="custom"] #header-secondary-outer{
	border:none !important;
	transition: all 0.40s ease;
    -moz-transition: all 0.40s ease;
    -webkit-transition: all 0.40s ease;
}
body #top nav > ul > .button_solid_color > a::before,
body #header-outer.transparent #top nav > ul > .button_solid_color > a::before {
	background-color: #f3cf3d !important;
    border-radius: 2px;
}

.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i, .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i {
	font-size: 30px;
}    

body[data-header-color="custom"]:not(.material) #header-secondary-outer nav >ul >li:last-child >a {
    color: #f3cf3d;
}    
.section-cta .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-cta .nectar-button {
	margin-left: 15px;
	margin-bottom: 0;
}
ul.social.social-contact {
	margin-left: 0;
	margin-bottom: 7px;
	display: inline-block;
}
ul.social.social-contact li {
    list-style: none;
    float: left;
    margin-right: 15px;
    font-size: 20px;
}

body .nectar-button.large {
	box-shadow: inherit;
	-webkit-box-shadow: inherit;
	padding: 11px 22px;
	font-size: 16px;
	border-radius: 2px;
}
.juridischzeker-home > .vc_column-inner:before {
	content: url(img/baak-sticker.png);
	position: absolute;
	display: block;
	right: -20px;
	top: -80px;
	transform: scale(0.9) rotate(5deg);
}

/*
html body #top nav > ul > .button_solid_color > a,
html body #header-outer.transparent #top nav > ul > .button_solid_color > a {
	color: #147079 !important;
}*/
body #header-secondary-outer nav >ul >li >a {
	font-size: 14px;
}

body .nectar-button.small {
	font-size: 15px;
}


.masonry.material .masonry-blog-item .meta-category, .related-posts[data-style="material"] .meta-category {
	display: none;
}
.masonry.material .masonry-blog-item .article-content-wrap {
    padding: 30px 30px 30px 30px!important;
    min-height: 335px;
}
.masonry.material .post .post-featured-img img {
	height: 230px;
	object-fit: cover;
}
body.blog .post-header h3 {
	font-size: 20px;
}
.single .meta-category {
	display: none;
}

.single-post #single-meta > .meta-comment-count {
	display: none;
}
.single .post-content {
    background: #fff;
    padding: 30px;
}
.nectar-post-grid[data-text-color="dark"] .nectar-post-grid-item .content *, .full-width-section > .col.span_12.dark .nectar-post-grid[data-text-color="dark"] .nectar-post-grid-item .content * {
    color: #23717a;
}
.nectar-post-grid-wrap:not([data-style="content_overlaid"]) .nectar-post-grid-item .inner {
    background-color: transparent;
    display: flex;
    flex-direction: column-reverse;
}
body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .post-area {
	max-width: 800px;
}


@media only screen and (max-width: 1000px) and (min-width: 1px){

	.wpb_row .span_12 > .col.padding-3-percent, .wpb_row .span_12 > .col.padding-4-percent, .wpb_row .span_12 > .col.padding-5-percent, .column-inner.padding-3-percent, .column-inner.padding-4-percent, .column-inner.padding-5-percent{
		padding:3% !important;
	}
}

@media only screen and (max-width: 690px) {
	
	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev, 
	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next {
		display: none;
	}

}
@media only screen and (min-width: 768px) {
	body.home .swiper-slide br {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.section-cta .vc_column-inner > .wpb_wrapper {
		display: block;
	}
	.section-cta .nectar-button {
		margin-left: 0px;
		margin-top: 20px;
	}
}