/*
Style Responsive
Version: 1.0
Theme_URI: https://www.lemon.nl
Date: 03-2026
Author: Roeland ten Holder | Lemon
Author URI: roeland@lemon.nl
*/

/** ******************************** **/
/**      _____                       **/
/**    _(  _  )__________________    **/
/**   ( | (___)     | ____ |  _  |   **/
/**   |_|_______|_|_|______|_| |_|   **/
/**                                  **/
/**            www.lemon.nl          **/
/**                                  **/
/** ******************************** **/

/************* RESPONSIVE *************/
.desktop 		{ display: block; }
.desktop-inline { display: inline-block; }
.mobile,
.mobile-inline	{ display: none; }

/* Responsive menu */
.navbar-toggler {
	position: absolute;
	right: 0px;
	top: 10px;
	display: none;
	padding: 10px 9px;
	border: 0;
	z-index: +2;
	width: 40px;
	height: 40px;
	border-radius: 0;
	background-color: transparent;
	transition: all 0.2s;
}

/* Closed show hamhurger */
.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler-inner,
.navbar-toggler-inner::before,
.navbar-toggler-inner::after {
	display: block;
	width: 30px;
	height: 0px;
	background-color: var(--blue);
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.navbar-toggler-inner::before 									{ height: 3px; content: " "; top: -7px; }
.navbar-toggler-inner::after 									{ height: 3px; content: " "; bottom: -7px; }

/* Opened show X */
.navbar-toggler:not(.collapsed) .navbar-toggler-inner 			{  }
.navbar-toggler:not(.collapsed) .navbar-toggler-inner::before 	{ transform: rotate(135deg);  top: -1px; }
.navbar-toggler:not(.collapsed) .navbar-toggler-inner::after 	{ transform: rotate(-135deg); bottom: -2px; }


/* Extra breakpoint */
@media (max-width: 1269.98px) {
	.navbar-nav > li {
		margin-right: var(--halfmargin);
	}
}


/* Extra breakpoint */
@media (max-width: 1169.98px) {
	.navbar-nav > li {
		margin-right: var(--quartmargin);
	}
}


@media (max-width: 991.98px) {
	html { margin-top: 0 !important; }
	#wpadminbar { display: none !important; }
	
	.headerwrapper h1									{ font-size:130px; }
	h1													{ font-size: 55px; }
	h2, #sidebar_footer_1 h6							{ font-size: 55px; }
	h3													{ font-size: 45px; }
	.faq-title, .faq-year								{ font-size: 20px; }
	h4 													{ font-size: 18px; }
	.get-in-touch span									{ font-size: 16px; }
	h4.quote, blockquote								{ font-size: 18px; }
	h5 													{ font-size: 18px; }
	h6 													{ font-size: 18px; }
	.table-two-colums table td:nth-of-type(1), .tagline	{ font-size: 18px; }
	.table-two-colums table td:nth-of-type(2), body, 
	.content, .card-body.content, .card					{ font-size: 18px; }
	#gform_submit_button_1, .gform_button, .btn 		{ font-size: 15px; }
	.footer-content a, .footer-content p 				{ font-size: 18px; }
	.footer-disclaimer a, .footer-disclaimer,
	.people-card p, .date, .caption, .small, .small a 	{ font-size: 14px; }
	.link, .navbar-nav li a, .btn-small					{ font-size: 15px; }
	i.fa-icon 											{ font-size: 30px; line-height: 30px; }

	.desktop,
	.desktop-inline	{ display: none; }
	.mobile 		{ display: block; }
	.mobile-inline 	{ display: inline-block; }

	.widthcontainer,
	.container,
	.smallcontainer 	{ padding-left: var(--halfmargin); padding-right: var(--halfmargin); }


	.reverse-order-mobile .row div:first-of-type { order: 3 !important; }
	.reverse-order-mobile .row div:last-of-type { order: 1 !important; }

	h5 em, .has-pulse i {
		top: 2px;
	}

	.faq-title {
		margin-left: 48px;
	}

	.padding-left-right {
		padding-left: 16px;
    	padding-right: 16px;
	}

	.first-content {
		padding-top: 38px;
	}

	.content-two-colums {
		column-gap: unset;
		display: unset;
	}

	.table-two-colums {
		column-count: 1;
		column-gap: unset;
		padding-bottom: 32px;
	}

	.overall-faq-container {
		width: 100%;
		margin-bottom: var(--fullmargin);
	}


	.content-two-colums p 						{ margin-bottom: 1.3em; }
	.content-two-colums p:last-child 			{ margin-bottom: 0px; }


	.has-header-nav {
		padding-top: 25px;
		padding-bottom: 25px;
		position: fixed;
		z-index: +10;
		padding-left: var(--quartmargin); padding-right: var(--quartmargin);
		max-width: 100vw;
	}

	.header-nav {
		padding: 4px 25px;
		min-height: 68px;
		border-radius: 34px;
	}

	.navbar-brand.logo {
		max-width: 98px;
	}

	.has-header-title .row {
		min-height: 587px;
		padding-top: 170px !important;
	}

	.get-in-touch {
		right: 20px;
		bottom: -94px;
		max-width: 200px;
	}

	.has-header-title {
		margin-bottom: 24px;
	}


	.navbar-brand.logo {
		z-index: 1000;
	}

	.navbar-toggler {
		display: block;
		z-index: 1000;
	}

	#primary-menu {
		display: block !important;
		position: fixed;
		width: 100%;
		top: 0;
		left: -999px;
		height: 100vh;
		z-index: 999;
		overflow-x: hidden;
		overflow-y: auto;
		overflow: hidden;
		transition: left 0.2s;
		background-color: var(--brown);
	}

	#primary-menu.show {
		left: 0;
		transition: left 0.2s;
	}

	#primary-menu ul {
		width: 100%;
		position: absolute;
		bottom: 180px;
	}

	#primary-menu > ul > li {
		padding: 0;
		margin: 0;
	}

	#primary-menu > ul > li a {
		font-size: 44px;
		font-weight: 500;
		display: inline-block;
		padding: 12px 22px 12px 41px;
		color: #fff;
		text-decoration: none;
		text-transform: none;
	}

	.navbar-nav li > a::after {
		display: none;
	}

	#primary-menu > ul > li > ul > li a {
		padding-left: 55px;
    }

	#primary-menu li.menu-search {
		display: none;
	}

	.sub-menu li:first-of-type, 
	.primary-menu .menu-item.all {
		margin-top: 0;
		padding-top: 0;
	}

	#primary-menu > ul > li.menu-item-has-children span {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 60px;
		text-align: center;
		padding-top: 17px;
		border-left: 1px solid #eeeeee;
	}

	#primary-menu > ul > li.menu-item-has-children > a::after {
		display: none;
	}

	#primary-menu > ul > li.menu-item-has-children span::after {
		display: block;
		content: "▼";
		transition: all 0.2s;
	}

	#primary-menu > ul > li.menu-item-has-children span.open::after {
		transform: rotate(180deg);
		transition: all 0.2s;
	}

	#primary-menu .sub-menu {
		max-height: 0;
		overflow: hidden;
		position: relative;
		background-color: var(--submenu);
		margin: 0;
		padding: 0;
		border: none;
		opacity: 0;
		border-radius: 0;
	}

	.menu-item-has-children span {
		cursor: pointer;
	}

	#primary-menu .sub-menu.open {
		max-height: unset;
		opacity: 1;
	}

	.navbar-nav li::after {
		display: none;
	}


	.has-streamer div {
		aspect-ratio: 4/5;
	}



	.owl-carousel.product-carousel .owl-nav button.owl-next { right: -20px; }
	.owl-carousel.product-carousel .owl-nav button.owl-prev { left: -20px; }



	.has-map > div {
		padding-left: 0;
		padding-right: 0;
	}

	.has-map .tagline {
		position: absolute;
		margin-top: 0 !important;
		margin-left: 25px !important;
	}

	.has-map .map {
		width: 175%;
		margin-left: -13%;
	}

	.map-pin.pin-27  + .pin-body,
	.map-pin.pin-37  + .pin-body,
	.map-pin.pin-67  + .pin-body {
		top: 20px;
		left: -13%;
		right: 15%;
		margin: 0 auto;
	}

	.has-image-mask.small {
		width: 100%;
		margin-left: 0;
		margin-top: 90px;
	}


	.content.tops50 {
		margin-top: 0;
	}


	.bg-sepia-to-brown {
		background: var(--sepia);
	}

	.bottom-footerpart {
		position: relative;
	}

	.bottom-footerpart::before,
	.bottom-footerpart::after {
		width: 18px;
		height: 100%;
		content: " ";
		display: block;
		position: absolute;
		top: 0;
		left: -17px;
		background-color:  var(--brown);
		overflow: hidden;
		pointer-events: none;
	}

	.bottom-footerpart::after {
		left: unset;
		right: -17px;
	}

}



/* Extra breakpoint */
@media (max-width: 889.98px) {}



@media (max-width: 767.98px) {
	
	.headerwrapper h1									{ font-size: 80px; } /* v */
	h1													{ font-size: 44px; } /*  */
	h2, #sidebar_footer_1 h6							{ font-size: 44px; } /*  */
	h3													{ font-size: 45px; } /*  */
	.faq-title, .faq-year								{ font-size: 20px; } /*  */
	h4 													{ font-size: 18px; } /*  */
	h4.quote, blockquote								{ font-size: 18px; } /*  */
	h5 													{ font-size: 18px; } /*  */
	h6 													{ font-size: 18px; } /*  */
	.table-two-colums table td:nth-of-type(1), .tagline	{ font-size: 16px; } /* v */
	.table-two-colums table td:nth-of-type(2), body, 
	.content, .card-body.content, .card					{ font-size: 18px; } /*  */
	#gform_submit_button_1, .gform_button, .btn 		{ font-size: 15px; } /*  */
	.footer-content a, .footer-content p 				{ font-size: 18px; } /*  */
	.footer-disclaimer a, .footer-disclaimer,
	.people-card p, .date, .caption, .small, .small a 	{ font-size: 14px; } /*  */
	.link, .navbar-nav li a, .btn-small					{ font-size: 15px; } /*  */
	i.fa-icon 											{ font-size: 30px; line-height: 30px; } /*  */

}

@media (max-width: 575.98px) {

}
