@import url("https://www.pinksterconferentie.nl/wp-content/themes/yootheme-default/css/custom.css");

/* navbar */

.uk-navbar-container:not(.uk-navbar-transparent) { /* correction top menu */
	background: none;
}
.uk-navbar-container.uk-navbar-sticky:not(.uk-navbar-transparent) { /* correction top menu */
	background: #fff;
}
.uk-navbar-center { /* search bar width */
	width: 33vw !important;
}
.uk-navbar-center .widget_search {
	width: 100%;
}
.uk-navbar-center .widget_search form {
	width: 100%;
}
.uk-navbar-center .widget_search .uk-icon,
.uk-navbar-center .widget_search form .uk-search-input::placeholder {
	color: #00204c;
}
.uk-navbar .uk-button a { /* winkelwagen button */
	font-size: 14px !important;
	color: #fff;
}
.uk-navbar .uk-button.uk-active { /* winkelwagen button */
	background-color: #00a2dc;
}

#tm-dialog-mobile .uk-nav-default {
	font-size: 24px;
}

@media (min-width: 960px) { /* instead of 1200 */
	.am-switch-website {
		display: none;
	}
}

/* top position to navbar */

.tm-top {
/*	border-bottom: 1px solid #e8e8e8;*/
}
/*@media (max-width: 959px) {
	.tm-top .uk-container {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.tm-top .uk-grid > div:last-of-type {
		display: none !important;
	}
	.tm-top li a {
		min-height: 30px;
	}
}*/
/*@media (min-width: 960px) {*/
	.tm-top .uk-container {
		width: max-content;
		align-items: center;
	}
	.tm-top .uk-navbar-nav {
		gap: 20px;
	}
/*	.tm-top .uk-grid > div:first-of-type {
		display: none !important;
	}*/
	.tm-top li a {
		min-height: 60px;
	}
/*}*/
	.tm-top li > a::before { /* hover border position */
		bottom: 0;
	}
@media (max-width: 959px) {
	.tm-top {
		min-height: 71px;
	}
	.tm-top form {
		width: calc(100vw - 30px);
		margin-top: 8px;
		margin-top: 13px;
	}
	.tm-top form .uk-search-input {
		color: #00204c !important;
/*		font-size: 15px;*/
		background: #fff !important;
	}
	.tm-top form .uk-search-icon,
	.tm-top form .uk-search-input::placeholder {
		color: #979baf !important;
	}
}