/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden !important;
	max-width: 100vw !important;
}

body.page .color-white {
	color: #fff !important;
}

footer .copyright-bar {
    width: 100%;
}

footer .bottombar__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .bottombar__wrapper > * {
    flex: 1;
}

footer .bottombar__wrapper > .bottombar__left {
	text-align: left;
}

footer .bottombar__wrapper > .bottombar__middle {
	text-align: center;
	color: #E7E7E6;
}

footer .bottombar__wrapper > .bottombar__middle:hover {
	color: #BADA81;
}

footer .bottombar__wrapper > .bottombar__right {
	text-align: right;
	justify-content: right;
}

div#footer-container {
    font-size: 16px;
    line-height: 35px;
    color: #181816;
}

#footer-container h5 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

#footer-container a:hover {
    color: #BADA81;
}

.nk-awb-wrap.nk-awb-rendered {
    border-radius: 15px;
}

body .section-padding {
    padding-left: 110px !important;
    padding-right: 110px !important;
}

body .section-padding-raw {
	padding-left: 125px !important;
    padding-right: 125px !important;
}

body .section-padding-plane {
	padding-left: 95px !important;
    padding-right: 95px !important;
}

body h2.block-title .green {
    color: #BADA81;
}

body h5.block-subtitle {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

body h5.block-subtitle::before {
    content: "";
    display: block;
    background-color: #BADA81;
    width: 9px;
    height: 9px;
    border-radius: 50px;
}

body a.button-arrow {
    display: flex;
    width: max-content;
    background-color: #D4F698;
    color: #181816;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 50px;
    flex-direction: row;
	align-items: center;
    gap: 17px;
	margin-top: 35px;
}

body a.button-arrow::after {
	content: "";
	background: url('/wp-content/uploads/2024/11/arrow-black.svg');
	width: 17px;
	height: 10px;
	background-repeat: no-repeat;
}

body a.button-arrow:hover {
	background-color: #BADA81;
}

body .usps p {
    margin-bottom: 15px;
}

body .usps h3 {
    margin-bottom: 10px;
}

body .usps img {
    height: 34px !important;
}

body a.button-arrow.right {
    margin-left: auto;
}


body a.button-arrow.center {
    margin: auto;
}

body a.button-arrow.gray {
    background-color: #FFFFFF;
    color: #181816;
}

body a.button-arrow.gray:hover {
    background-color: #CCCCCC;
}

body .brands > div {
    min-height: 175px;
}

span.block-counter {
    display: flex;
    color: white;
    width: 64px;
    height: 37px;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
}

body h3.green {
    color: #BADA81;
}

body h2.big {
    font-size: 74px;
    margin-bottom: 55px;
}

body a.button-arrow.big {
    margin: auto;
    gap: 85px;
}

body .product-row h6 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

body button.slick-prev, body button.slick-next {
	width: 2.5em !important;
    height: 2.5em !important;
	position: absolute;
    top: -92px;
	left: inherit;
}

button.slick-prev {
    right: 82px !important;
}

button.slick-next {
    right: 8px !important;
}

body button.slick-disabled {
    opacity: 0.3 !important;
}

body .subbanner-black > div {
    background-position-x: right !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-size: cover !important;
}

.gf-custom input[type=text], .gf-custom input[type=email], .gf-custom input[type=tel], textarea {
    border-radius: 5px;
    padding: 10px 15px !important;
}

.gf-custom .gform_footer {
    padding-bottom: 0 !important;
}

.gf-custom .gform_footer input {
    margin-bottom: 0 !important;
}

.gf-custom .gform_footer input {
    margin-bottom: 0 !important;
    background-color: #BADA81;
    border-radius: 5px;
    color: #182D33;
}

.gf-custom .gform_footer input:hover {
    background-color: #BADA81;
}

body .gf-custom > div {
	padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
}

body .product-row > div > div::after {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/12/dark.png');
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    border-radius: 10px;
}

body .product-row .wpb_wrapper {
    position: relative;
    z-index: 1;
}

body .job-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}

body .job-container p, body .job-container a {
    margin-bottom: 0 !important;
    color: #000;
}

body .job-container a {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	font-weight: bold;
}

body .job-container a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #BADA81;
    border-radius: 50px;
	transition: 150ms;
}

body .job-container a:hover {
	text-decoration: underline;
}

body .job-container a:hover::before {
	background-color: #000;
}

body .object-cover img {
	object-fit: cover !important;
}

body .blue-label img {
	width: 137px;
	height: auto;
}

body .wpml-ls .wpml-ls-item {
    margin: 0 !important;
}

body .wpml-ls .wpml-ls-item img {
    width: 22px;
    height: auto;
}

body .custom-wpml .wpml-ls ul {
    display: block !important;
}

/* Only desktop */
@media only screen and (min-width: 1401px) {
	#menu-hoofdmenu > li:last-child > a {
		background-color: #878681;
		color: #fff;
		border-radius: 25px;
		height: 50px;
		line-height: 50px;
		margin-left: 15px;
		padding: 0 25px;
		transition: 300ms;
	}

	#menu-hoofdmenu > li:last-child > a:hover {
		background-color: #BADA81;
	}
	
	.main-navigation .main-nav ul li[class*="current-menu-"] > a {
		display: flex;
		gap: 10px;
		align-items: center;
	}
	
	.main-navigation .main-nav ul li[class*="current-menu-"] > a::before {
		content: "";
		display: block;
		width: 9px;
		height: 9px;
		background: #BADA81;
		border-radius: 50px;
	}
	
	.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover {
		color: #BADA81;
	}
	
	body .hide-desktop {
		display: none !important;
	}
}

/* 110% size */
@media (min-width: 1701px) and (max-width: 1919px) {}

/* Laptop L (120%) size */
@media (min-width: 1501px) and (max-width: 1700px) {
	body .banner-emptyspace {
		height: 608px !important;
	}
	body .product-row .ult-item-wrap {
		min-height: 530px !important;
	}
	body h2.big {
		font-size: 54px;
	}
	body .subbanner-black h1 {
		font-size: 35px;
	}
	body .extraspace-right {
		padding-right: 100px !important;
	}
	body .extraspace-left {
		padding-left: 100px !important;
	}
	body .prod-cat {
		display: block;
		min-height: 600px !important;
	}
}

/* Macbook screens size (1440x768) */
@media (min-width: 1401px) and (max-width: 1500px) {
	body .banner-row {
		min-height: 364px !important;
	}
	body .banner-emptyspace {
		height: 565px !important;
	}
	h2 {
		font-size: 38px;
	}
	body .count-cards > div > div {
		padding: 25px !important;
	}
	body .product-row .ult-item-wrap {
		min-height: 430px !important;
	}
	body .product-row .wpb_text_column {
		padding-top: 180px !important;
	}
	body h2.big {
		font-size: 54px;
		margin-bottom: 35px;
	}
	body .subbanner-black h1 {
		font-size: 35px;
	}
	body .extraspace-right {
		padding-right: 100px !important;
	}
	body .extraspace-left {
		padding-left: 100px !important;
	}
	body .extraspace-container h2 {
		font-size: 33px;
	}
	body .prod-cat {
		display: block;
		min-height: 515px !important;
	}
}

/* Laptop S/M (150%) sizes */
@media (min-width: 1200px) and (max-width: 1400px) {
	body .banner-row {
		min-height: 364px !important;
	}
	body .banner-emptyspace {
		height: 503px !important;
	}
	h2 {
		font-size: 38px;
	}
	body .count-cards > div > div {
		padding: 25px !important;
	}
	body .product-row .ult-item-wrap {
		min-height: 430px !important;
	}
	body .product-row .wpb_text_column {
		padding-top: 150px !important;
	}
	body h2.big {
		font-size: 34px;
		margin-bottom: 35px;
	}
	body .subbanner-black h1 {
		font-size: 35px;
	}
	body .extraspace-right {
		padding-right: 0 !important;
	}
	body .extraspace-left {
		padding-left: 0 !important;
	}
	body .extraspace-container h2 {
		font-size: 30px;
	}
	.prod-cat {
		display: block;
		min-height: 550px !important;
	}
}

/* Tablet/iPad landscape mode */
@media (min-width: 901px) and (max-width: 1199px) {
	.inside-header {
		padding: 20px 100px 20px 100px;
	}
	body .banner-row {
		min-height: 364px !important;
	}
	body .banner-emptyspace {
		height: 458px !important;
	}
	body .section-padding {
		padding-left: 70px !important;
		padding-right: 70px !important;
	}
	body .section-padding-raw {
		padding-left: 85px !important;
		padding-right: 85px !important;
	}
	body .section-padding-plane {
		padding-left: 55px !important;
		padding-right: 55px !important;
	}
	h2 {
		font-size: 38px;
	}
	body .product-row .ult-item-wrap {
		min-height: 430px !important;
	}
	body .product-row .wpb_text_column {
		padding-top: 150px !important;
	}
	body .count-cards > div > div {
		padding: 25px !important;
	}
	body h2.big {
		font-size: 34px;
		margin-bottom: 35px;
	}
	.footer-widgets-container {
		padding: 40px 110px 105px 110px;
	}
	.inside-site-info {
		padding: 35px 110px 35px 110px;
	}
	#footer-container h5 {
		font-size: 14px;
	}
	body .subbanner-black > div {
		padding-left: 85px !important;
	}
	body .extraspace-right {
		padding-right: 0 !important;
	}
	body .extraspace-left {
		padding-left: 0 !important;
	}
	body .extraspace-container h2 {
		font-size: 30px;
	}
}

/* Tablet/iPad portrait mode */
@media (min-width: 501px) and (max-width: 900px) {
	.inside-header {
		padding: 20px 40px 20px 40px;
	}
	body .section-padding {
		padding-left: 70px !important;
		padding-right: 70px !important;
	}
	body .section-padding-raw {
		padding-left: 85px !important;
		padding-right: 85px !important;
	}
	body .section-padding-plane {
		padding-left: 55px !important;
		padding-right: 55px !important;
	}
	body .banner-row {
		min-height: 304px !important;
	}
	body .banner-emptyspace {
		height: 311px !important;
	}
	body .icon-usps > div {
		width: 25%;
	}
	h2 {
		font-size: 32px;
	}
	body .product-row .ult-item-wrap {
		min-height: 460px !important;
	}
	body .product-row .wpb_text_column {
		padding-top: 140px !important;
	}
	body .count-cards > div > div {
		padding: 25px !important;
	}
	body h2.big {
		font-size: 34px;
		margin-bottom: 35px;
	}
	.footer-widgets-container {
		padding: 40px 50px 105px 50px;
	}
	.inside-site-info {
		padding: 35px 50px 35px 50px;
	}
	#footer-container h5 {
		font-size: 13px;
		letter-spacing: 0.3em;
	}
	body .tab-flexcol {
		flex-direction: column !important;
	}
	body .tab-flexcol > div {
		width: 100% !important;
	}
	body .tab-flexcol-rev {
		flex-direction: column-reverse !important;
	}
	body .tab-flexcol-rev > div {
		width: 100% !important;
	}
	body .happiness-container > div {
		padding: 80px 20px !important;
	}
	body .subbanner-black {
		width: 50%;
	}
	body .subbanner-black > div {
		padding-left: 50px !important;
	}
	body .extraspace-right {
		padding-right: 0 !important;
	}
	body .extraspace-left {
		padding-left: 0 !important;
	}
	body .extraspace-container h2 {
		font-size: 30px;
	}
	body .sust-usp img {
		height: 75px !important;
	}
}

/* Tablet/iPad portrait BIG mode (850x1024) */
@media (min-width: 701px) and (max-width: 900px) {}

/* Mobile general */
@media (max-width: 500px) {
	.inside-header {
		padding: 20px 15px 20px 15px;
	}
	body .section-padding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	body .section-padding-raw {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	body .section-padding-plane {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	body .banner-row {
		min-height: 164px !important;
	}
	body .banner-emptyspace {
		height: 192px !important;
	}
	.banner-left > div {
		background-position-x: left !important;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	body .icon-usps > div {
		width: 100%;
	}
	h2 {
		font-size: 32px;
	}
	body .product-row .ult-item-wrap {
		min-height: 460px !important;
	}
	body .product-row .wpb_text_column {
		padding-top: 140px !important;
	}
	body .count-cards > div > div {
		padding: 25px !important;
	}
	body h2.big {
		font-size: 34px;
		margin-bottom: 35px;
	}
	.footer-widgets-container {
		padding: 40px 50px 105px 50px;
	}
	.inside-site-info {
		padding: 35px 50px 35px 50px;
	}
	#footer-container h5 {
		font-size: 13px;
		letter-spacing: 0.3em;
	}
	body .tab-flexcol {
		flex-direction: column !important;
	}
	body .tab-flexcol > div {
		width: 100% !important;
	}
	body .tab-flexcol-rev {
		flex-direction: column-reverse !important;
	}
	body .tab-flexcol-rev > div {
		width: 100% !important;
	}
	body .happiness-container > div {
		padding: 80px 20px !important;
	}
	body a.button-arrow.right {
		margin-left: auto;
		margin-right: auto;
	}
	body .mob-center {
		text-align: center !important;
	}
	body .home-carrousel {
		margin-top: 140px !important;
	}
	body footer .bottombar__wrapper {
		flex-direction: column;
		align-items: center;
	}
	body a.bottombar__middle {
		order: 3;
	}
	body .about-container {
		margin-top: 25px !important;
	}
	body .subbanner-black > div {
		background-image: none !important;
		padding: 20px !important;
	}
	body .extraspace-right {
		padding-right: 0 !important;
	}
	body .extraspace-left {
		padding-left: 0 !important;
	}
	body .extraspace-container h2 {
		font-size: 30px;
		margin-bottom: 25px !important;
	}
	body .subbanner-black {
		background-image: none !important;
		background-color: rgba(0,0,0,0.5) !important;
		border-radius: 15px;
		text-align: center;
	}
	body .subbanner-black a.button-arrow {
		margin: auto !important;
	}
	body .subbanner-next-container {
		margin-top: 25px !important;
	}
	body.home .icon-usps {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	body.home .icon-usps > div {
		width: 50% !important;
		padding: 0 15px;
	}
	body.home .icon-usps h3 {
		margin-bottom: 5px;
		font-size: 24px;
	}
	body.home .brands {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
	}
	body.home .brands > div {
		width: 50% !important;
	}
	/* Footer details */
	#footer-container summary {
		list-style: none;
		background: url("/wp-content/uploads/2025/01/footer-arrow.png") no-repeat 14px 50%;
		background-size: 13px;
		background-position: right;
		font-size: 13px;
        letter-spacing: 0.3em;
		font-weight: 700;
		text-transform: uppercase;
		font-family: var(--gp-font--plus-jakarta-sans);
		color: #878681;
	}

	#footer-container summary::-webkit-details-marker {
	  display: none;
	}
	
	#footer-container details {
		border-bottom: 1px solid #E7E7E6;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
}

/* iPhone X en kleiner */
@media (max-width: 380px) {}