.title-overlay { background-color: rgba(0, 0, 0, .25) !important; }

@media (min-width: 850px) {
	.tabbed-content .nav-vertical {
		width: 35%;
	}
	.blog-featured-title {
		height: 480px;
	}
	.blog-featured-title .page-title-inner {
		min-height: 480px !important;
	}
}

.sy-live-search { position: relative; }
.sy-live-search form { margin-bottom: 0; }
.sy-live-search #search-input { position: relative; margin-bottom: 0; }

.sy-live-search #search-spinner {
	color: var( --primary-color );
	display: none;
    position: absolute;
    top: 50%;
    right: 10px; /* Afstand van de rechterkant van het zoekveld */
    transform: translateY(-50%);
    z-index: 1;
}

.sy-live-search #search-results {
	position: absolute;
	display: none;
	padding: 15px;
	background: #fff;
    width: 100%;
    box-shadow: var( --sy-sticky-bar-box-shadow );
}
.sy-live-search #search-results a {
	color: var( --primary-color ) !important;
}