/*.warehouse-image {
    background-image: url('https://willyorwonthe.files.wordpress.com/2016/11/warehouse-1.jpg');
    height: 500px;
    width: 400px;
    margin: 0 auto 1.75em;
}

.warehouse-image:hover {
    background-image: url('https://willyorwonthe.files.wordpress.com/2016/11/encaustic-close-up.jpg');
}

*/
/*-------------------------------*/
.impressie-afbeeldingen:hover img {
	opacity: .3;
	filter: alpha(opacity=30);
}

	.home-navigation a {
		font-family: Space Mono;
		font-weight: 400
	}

.werken-thumbnail:hover {
	opacity: .3;
	filter: alpha(opacity=30);
	border-radius: 100%;
}

.wp-block-button__link {
	background-color: transparent !important;
	border-color: #C14420 !important;
	color: #C14420 !important;
	border-width: 2px;
	border-radius: 50px;
}

.wp-block-button__link:hover {
	background-color: var(--wp--preset--color--secondary) !important;
}

div#actionbar {
	display: none;
}

.werken-thumbnail:hover {
	opacity: .3;
	filter: alpha(opacity=30);
	border-radius: 100%;
}

.map-met-pin:hover {
	opacity: .3;
	filter: alpha(opacity=30);
	border-radius: 100%;
}

/*
.home-logo {
	filter: brightness(0) saturate(100%) invert(34%) sepia(23%) saturate(3559%) hue-rotate(343deg) brightness(93%) contrast(96%);
}
*/

.home-logo:hover {
	-webkit-appearance: none;
	filter: brightness(0) saturate(100%) invert(81%) sepia(95%) saturate(940%) hue-rotate(359deg) brightness(107%) contrast(106%);
}

/*https://codepen.io/sosuke/pen/Pjoqqp*/
.wp-block-navigation-item__label:hover {
	color: #fcfa00;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: transparent;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link {
	color: #C14420;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link:hover {
	color: #fcfa00;
}

[id]::before {
	content: '';
	display: block;
	height: 155px;
	margin-top: -155px;
	visibility: hidden;
}

.contact-form label {
	display: block;
	float: none;
	font-weight: 300;
	margin-bottom: .25em;
}

.contact-form label span.required, .grunion-label-required {
	font-size: 75%;
	opacity: 1;
	font-weight: 300;
	float: right;
}

.wp-block-jetpack-slideshow img {
	border-radius: 16px !important;
}

.wp-block-jetpack-slideshow_button-prev {
	background-color: transparent !important;
	filter: invert(33%) sepia(32%) saturate(4442%) hue-rotate(354deg) brightness(81%) contrast(84%);
/*margin-left:10% !important;*/
}

.wp-block-jetpack-slideshow_button-next {
	background-color: transparent !important;
	filter: invert(33%) sepia(32%) saturate(4442%) hue-rotate(354deg) brightness(81%) contrast(84%);
}

.wp-block-jetpack-slideshow_button-pause {
	background-color: transparent !important;
	filter: invert(33%) sepia(32%) saturate(4442%) hue-rotate(354deg) brightness(81%) contrast(84%);
}

/*.wp-block-jetpack-slideshow_pagination.swiper-pagination-custom{
	margin-left:10%;
}
*/
@media (max-width: 1000px) {
	.home-logo {
		padding-bottom: 2.5vw;
	}
	
	.home-navigation a {
		font-size: 150%;
		letter-spacing: 3vw;
		padding-right: 0vw;
	}
	
	.home-designed-by {
		font-size: 75%;
				padding-bottom: 5vw;

	}
}

@media (max-width: 700px) {
	.home-logo {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding-bottom: 2.5vw;
	}
	
	.home-navigation a {
		font-size: 150%;
		letter-spacing: 3vw;
		padding-right: 0vw;
	}
	
	.home-designed-by {
		font-size: 50%;
		padding-bottom: 5vw;
			}
}