/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 12:53:44 */
/* Home - hero search */
#hero-search {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#hero-search .search-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: flex-end;
}

#hero-search .search-field {
    flex: 1;
    min-width: 200px;
    position: relative;
}

#hero-search label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #121212;
    font-size: 14px;
}

#hero-search select {
    width: 100%;
    padding: 12px 15px;
    padding-left: 40px;
	border: none;
    border-radius: 30px;
    font-size: 16px;
    background-color: white;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

#hero-search select:focus {
    outline: none;
    border-color: #FF9600;
}

#hero-search .destination-field::before,
#hero-search .theme-field::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 50%;
    color: #121212 !important;
    pointer-events: none;
    font-size: 18px;
}

#hero-search .destination-field::before {
    content: '\f3c5'; /* FontAwesome Unicode voor 'map-marker-alt' icoon */
}

#hero-search .theme-field::before {
    content: '\f02b'; /* FontAwesome Unicode voor 'tag' icoon */
}

#hero-search .cta-button {
    width: 100%;
    padding: 14px 20px;
    background-color: #EC6722;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.1s ease;
}

#hero-search .cta-button:hover {
    background-color: #729163;
    transform: translateY(-2px);
}

#hero-search .cta-button:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
	#hero-search {}
    #hero-search .search-container {
        flex-direction: column;
    }
    #hero-search .search-field {
        width: 100%;
		color: #121212 !important;
    }
}


#hero-search select,
#hero-search select option,
#hero-search select:focus,
#hero-search select:active {
    color: #121212 !important;
    -webkit-text-fill-color: #121212 !important;
}

/* Specifiek voor iOS */
@supports (-webkit-touch-callout: none) {
    #hero-search select {
        color: #121212 !important;
        -webkit-text-fill-color: #121212 !important;
        -webkit-appearance: none;
        background-color: white;
    }
    
    #hero-search select option {
        color: #121212 !important;
        -webkit-text-fill-color: #121212 !important;
    }
}

/* Extra specifieke selector voor iOS */
_::-webkit-full-page-media, _:future, :root #hero-search select {
    color: #121212 !important;
    -webkit-text-fill-color: #121212 !important;
}






/* Header - custom dropdown list */

ul.custom-dropdown-list {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.custom-dropdown-list li {
	margin: 0;
	padding: .35rem 0;
	list-style: none;
	border-bottom: 1px solid rgba(0,0,0,.05);
}

ul.custom-dropdown-list li a {
	font-size: .8rem;
	color: #656161FF;
	text-decoration: none;
	transition: .3s ease all;
}

ul.custom-dropdown-list li a:hover {
	color: #000;
	text-decoration: underline;
	transition: .3s ease all;
}





.breakdance .bde-advanced-tabs-512-265 .bde-tabs__tab:not(.is-active) {
    background-color: var(--inactiveBgColor);
}
.bde-tabs__tabslist--bar .bde-tabs__tab:last-child {
    border-right: none;
}

.bde-tabs__tabslist--bar .bde-tabs__tab {
    padding: 16px 40px;
    border-right: 1px solid var(--separatorColor);
}
.breakdance *, .breakdance *::before, .breakdance *::after {
    box-sizing: border-box;
}
.bde-tabs__tab {
    padding: 16px 8px;
    margin: 0;
    display: inline-flex;
    border: 0;
    align-items: center;
    font-weight: 400;
    flex-shrink: 0;
    position: relative;
    transition: all var(--transitionTime) ease;
    cursor: pointer;
    appearance: none;
}


/* badges */
.badge-bullet {
	position: relative;
	padding-left: 2.5rem !important;
}

.badge-bullet::before {
	content: '•';
	display: block;
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	line-height: 10px;
	font-size: 1rem;
	font-weight: 600;
	
}




/* blog cards */

.blog-card {
	box-shadow: 0 0 #0000, 0 0 #0000, 0 2px 0px 0px rgba(0, 0, 0, .05);
}
.blog-card:hover {
	box-shadow: 0 0 #0000, 0 0 #0000, 0 2px 0px 0px var(--bde-palette-color-4);
}
.blog-card .featured-img .breakdance-image-clip,
.blog-card .featured-img .breakdance-image-clip img {
	transition: .3s ease all;
}
.blog-card:hover .featured-img .breakdance-image-clip img {
	transform: scale(1.05);
}
.blog-card:hover a.button-atom.button-atom--secondary {
	background: var(--bde-button-secondary-background-color-hover);
	color: #fff;
}




/* instagram cards */
.instagram-card {
    transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(152, 133, 98, 0.1), 
                0 1px 3px rgba(152, 133, 98, 0.08);
}
.instagram-card:hover {
	box-shadow: 0 10px 20px rgba(152, 133, 98, 0.2), 
                0 6px 6px rgba(152, 133, 98, 0.1);}


/* Zoekveld container */
.devakantiegids-search-wrapper {
    max-width: 400px;
}

/* Basis zoekveld styling */
/* #devakantiegids-searchform input[type="text"],
#search-input {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 50px;
    transition: all 0.3s ease;
}

#search-input:focus {
    outline: none;
    border-color: var(--bde-palette-color-5);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
} */

/* Autocomplete dropdown container */
.ui-autocomplete {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    width: 100% !important;
    left: auto !important;
    transform: translateY(20px) !important;
    z-index: 1000;
}

/* Categorie headers in dropdown */
.ui-autocomplete .ui-autocomplete-category {
    padding: 12px 15px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bde-palette-color-3);
}

/* Resultaat items */
.ui-menu-item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    list-style: none !important;
}

.ui-menu-item:last-child {
    border-bottom: none;
}

.ui-menu-item-wrapper {
    display: flex;
    padding: 12px 15px;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

/* Thumbnail afbeeldingen */
.ui-menu-item-wrapper img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 15px;
    margin-top: 5px;
    border-radius: 4px;
}

/* Resultaat tekst container */
.item-details {
    flex: 1;
    padding-top: 5px;
}

.item-title {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--bde-palette-color-3);
}

.item-excerpt {
    display: block;
    font-size: 0.9em;
    color: #666;
}

/* "Bekijk alle resultaten" knop */
.all-results {
    text-align: center;
    font-weight: 600;
    background: var(--bde-palette-color-1);
    color: var(--bde-palette-color-3);
    padding: 12px 15px;
}

/* Hover states - override jQuery UI defaults */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-menu-item-wrapper:hover,
.all-results:hover {
    background-color: var(--bde-palette-color-1) !important;
    color: var(--bde-palette-color-3) !important;
    border: none !important;
    margin: 0 !important;
    outline: none !important;
}

/* Type labels */
.ui-menu-item-wrapper::before {
    display: inline-block;
    font-size: .6rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--bde-palette-color-3);
    letter-spacing: 1px;
    background-color: var(--bde-palette-color-1);
    padding: 3px 8px;
    border-radius: 50px;
    margin-bottom: 5px;
    margin-right: 10px;
    transform: translateY(-2px);
}

.ui-menu-item.vakantie .ui-menu-item-wrapper::before {
    content: "Park";
}

.ui-menu-item.post .ui-menu-item-wrapper::before {
    content: "Inspiratie";
}

.ui-menu-item.aanbieder .ui-menu-item-wrapper::before {
    content: "Aanbieder";
}

/* Custom scrollbar */
.ui-autocomplete::-webkit-scrollbar {
    width: 8px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.ui-autocomplete::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Responsive styling */
@media (max-width: 768px) {
    .devakantiegids-search-wrapper {
        max-width: 100%;
    }
    
    .ui-menu-item-wrapper img {
        width: 40px;
        height: 40px;
    }
    
    .item-title,
    .item-excerpt {
        font-size: 13px;
    }
}








/* Search Results Layout */
.search-results-section {
    margin-bottom: 3rem;
}

h2.search-results-title {
    margin-bottom: 2rem;
    color: var(--bde-headings-color);
    font-size: 1.7rem !important;
    font-weight: 600;
}

/* Posts Grid */
.devakantiegids-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Post Card */
.post-card {
    background: #fff;
    border: 1px solid var(--bde-palette-primary-medium-light-8);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 2px 0px 0px rgba(0, 0, 0, .05);
    transition: .3s ease all;
}

.post-card:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 2px 0px 0px var(--bde-palette-color-4);
    transform: scale(1.02);
}

.post-card-image {
    position: relative;
    overflow: hidden;
}

.post-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-card:hover .post-card-image img {
    transform: scale(1.1);
}

.post-card-content {
    padding: 1.5rem;
}

.post-card-title {
    margin: 0 0 1rem 0;
    font-size: 1.1rem !important;
    text-transform: none !important;
}

.post-card-title a {
    color: var(--bde-headings-color);
    text-decoration: none;
}

.post-card-excerpt {
    color: var(--bde-text-color);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.post-card-button {
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 50px;
    border: 2px solid var(--bde-palette-color-5);
    color: #121212;
    text-decoration: none;
    transition: .3s ease all;
    font-size: .6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-card-button:hover {
    background: var(--bde-palette-color-5);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .devakantiegids-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .devakantiegids-posts-grid {
        grid-template-columns: 1fr;
    }
    
    .search-results-section {
        margin-bottom: 2rem;
    }
}


