/* Custom styles */

h1.entry-title {
	display: none;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .introduceer .elementor-item {
	background-color: #cf0006;
	color: #000;
	border-radius: 10px;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .introduceer:hover .elementor-item {
	background-color: #555;
}
.elementor-location-footer a {
	font-weight: bold;
}
.type-page .rplg,
.page-content .rplg {
	display: none;
}
.elementor-location-footer .rplg .rplg-badge2 {
	margin-left: -90px !important; /* Sorry about the !important but the plugin itself has one so I need this! */
}

/* Start Ruslan's homepage navigation */
.elementor-nav-menu__container {
	top: 0px !important;
}
#menuhopin.headershow {
	transform: translateY( 0 );
}
#menuhopin {
	position: fixed;
	top: 0;
	width: 100vw;
	-webkit-transition: transform 0.34s ease;
	transition : transform 0.34s ease;
	transform: translateY( -130px ); /*adjust this value to the height of your header*/
}
/* End Ruslan's homepage navigation */

.logged-in #menuhopin {
	top: 32px;
}

@media only screen and ( min-width: 600px ) {
	.elementor-headline--style-highlight svg {
		margin-top: 16px;
	}
}
@media only screen and ( max-width: 767px ) {
	.elementor .elementor-hidden-mobile.obr-vacpostexcerptmobile {
		display: none;
	}
}
