/*
Theme Name: KRU
Author: Pixel2Code
Author URI: http://pixel2code.nl/
Description: Wordpress theme for KRU.
Version: 1.0
Text Domain: KRU
*/
.mobile-nav-overlay {
    display: none;
}


.single-member-module .person-info li {
    padding-right: 20px;
}

.single-team .bottom-info {
    display: none;
}

.video-youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-module ul li {
	margin-bottom: 35px;
}

.deal-popup-wrap .deal-popup{
	width: 100%;
	height: auto;
}

.promotion-template-default .deal-popup-wrap{
	display: none !important;
}

@media(min-width: 600px){
	body.logged-in .site-header {
	    top: 32px;
	}
}
@media(max-width: 599px){
	html {
	    margin-top: 0 !important;
	}
	body.logged-in .site-header {
	    top: 46px !important;
	}
	#wpadminbar{
		position: fixed;
	}
 
}

.sidebar .img-wrp {
    width: 100%;
    height: 405px;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
	.fancybox-slide--html{
		padding: 20px;
	}
	.fancybox-content{
		padding: 20px;
	}
	.fancybox-slide--html .fancybox-close-small{
		opacity: 1;
		background-color: #fff;
	}
	.video-popup-wrp{
		width: 100%;
	}
}

@media only screen and (max-width: 576px) {
	.deal-popup-wrap .deal-popup p{
		display: block;
	}
}

@media only screen and (max-width: 500px) {
	.home-featured-module .bg-video-wrp{
		display: none;
	}
	.one-third-block-links-module .filter-wrap ul li {
		width: 100vw;
	}
}

.single-shop .featured-image-module .img-wrap.member,.single-member-module .person-img-wrap.mobile {
    display: none;
}



@media(max-width:860px){
	.single-shop .featured-image-module .img-wrap,.single-member-module .person-img-wrap{
		display: none;
	}		
	.single-shop .featured-image-module .img-wrap.member,.single-member-module .person-img-wrap.mobile{
		display: block;
	}	
}

.share-cta-module .share-wrap ul li.whatsapp{
	background-image: url('https://www.kruithofoptiek.nl/wp-content/uploads/2021/06/share-whatsapp-icon.png');
}
.share-cta-module .share-wrap ul li.pinterest{
	background-image: url('https://www.kruithofoptiek.nl/wp-content/uploads/2021/06/share-pinterest-icon.png');
}
.share-cta-module .share-wrap ul li.mail{
	background-image: url('https://www.kruithofoptiek.nl/wp-content/uploads/2021/06/share-mail-icon.png');
}
.share-cta-module .share-wrap ul li.facebook{
	background-image: url('https://www.kruithofoptiek.nl/wp-content/uploads/2021/06/share-facebook-icon.png');
}
.share-cta-module .share-wrap ul li.twitter{
	background-image: url('https://www.kruithofoptiek.nl/wp-content/uploads/2021/06/share-twitter-icon.png');
}
.share-cta-module .share-wrap ul li.linkedin{
	background-image: url('https://www.kruithofoptiek.nl/wp-content/uploads/2021/06/share-linkedin-icon.png');
}