@font-face {
    font-family: 'General Sans';
    src: url(#) format("woff2 supports variations"),
        url(#) format("woff2-variations");
	font-weight: 100 1000;
	font-style: normal;
    font-display: swap;
}

:root {
	--w-max: 1440px;
	--w-xl: 1600px;
	--w-med: 920px;
	--w-mini: 740px;
	--h-header:  90px;
	--h-search:  50px;
	--col-w-1: 8.333%;
	--ff: 'General Sans', Helvetica, Arial, sans-serif;
	--c-dark: #000;
	--c-orange-d: #bd4406;
	--c-grey: #898989;
	--gal-cap-h: 50px;
	--margl: calc( (100vw - var(--w-max)) / 2  );
	--bw: 1px;
}
/*
:root {
	--c-blue: #009FE3;
	--c-grey-dark: #202123;
	--c-orange: #FF5500;
	--c-purple-light: #D2E1FF;
	--c-purple-xl:#f7f9ff 
	--c-yellow: #F3F239;
	--c-white: #ffffff;
	--c-grey-mid: #898989;
}
*/
/* HTML5 DOCTOR RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,sub,sup,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;box-sizing: border-box;}
body{line-height:1}
article,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul,ul{list-style:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0}
input,select{vertical-align:middle}
textarea:focus, input:focus{ outline: 0; }
body {
	font-family:  var(--ff);
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	position: relative;
	line-height: 1.5;
	font-weight: 400;
	color: var(--c-dark);
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}
body.redirect-mode {
	padding-top: 0;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	margin-bottom: 20px;
}
pre {
	text-transform: none;
	text-align: left;
	background-color: #efefef;
	color: #333;
	padding: 30px;
	box-shadow: inset 0 0 14px rgba(0,0,0,0.2);
	font-size: 12px;
	max-width: var(--w-med);
	margin: 20px auto;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a {
	color: inherit;
}
/* Grid */
#navs-wrapper > div,
.row-inner,
body.woocommerce-checkout .block-editor-content > .woocommerce,
body.woocommerce-cart .block-editor-content > .woocommerce,
body.woocommerce-account .block-editor-content > .woocommerce,
.block-editor-content > h1,
.block-editor-content > h2,
.block-editor-content > h3,
.block-editor-content > h4,
.block-editor-content > h5,
.block-editor-content > p,
.block-editor-content > ul,
.page-sections-wrapper,
.block-editor-content > ol,
.other-items-overview:not(.type-livelab) > .inner,
section.related.products ul.products,
.woocommerce .woocommerce-breadcrumb {
	max-width: var(--w-max);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*	padding-left: 60px;*/
/*	padding-right: 60px;*/
}
.row-inner {
    display: flex;
    flex-wrap: wrap;
}
.row-inner.no-flex { display: block; }
[class*="grid-col-"] {
    box-sizing: border-box;
    padding: 0 20px 20px 20px; 
    text-align: left;
    position: relative;
}
[class*="grid-col-"] video,
[class*="grid-col-"] img {
    max-width: 100%;
    height: auto;
} 
.image-wrap img { width: 100%; }
[class*="grid-col-"].no-pad { padding-right: 0; padding-left: 0px; }
/* 12 cols */
.grid-col-1 {  width:8.3333%; }
.grid-col-2 {  width:16.6666%; }
.grid-col-3 { width:25%; }
.grid-col-4 { width:33.3333%; }
.grid-col-5 { width:41.6666%; }
.grid-col-6 { width:50%; }
.grid-col-7 { width:58.3333%; }
.grid-col-8 { width:66.6666%; }
.grid-col-9 { width:75%; }
.grid-col-10 { width:83.3333%;}
.grid-col-11 { width:91.6666%;}
.grid-col-12 { width:100%;}
.grid-col-perc-20 {
    width: 20%;
}
/* Form stuff */
div.wpcf7 {
/*	max-width: 450px;*/
	margin: 0 auto;
	margin-top: 30px;
}

textarea,
input[type=text], 
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
select {
	border: 0px none !important;
	border-color: inherit !important;
	background: #FBFBFB;
	font-family: var(--ffs);
	padding: 5px 10px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1;
	width: 100%;
	height: 38px;
	border-radius: 4px;
	-webkit-appearance: none;
	box-sizing: border-box;
}
textarea {
	padding-top: 10px;
	min-height: 140px;
}
button[type=submit],
a.btn,
input[type=submit] {
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
input[type=text], 
input[type=email],
input[type=password],
button[type=submit],
input[type=submit] {
	height: 40px;
}
input[type="submit"].wpcf7-form-control {
	background-color: var(--c-orange);
	color: #fff;
	margin-left: auto;
	margin-right: 0;
	padding-right: 30px;
}
.wpcf7-response-output,
span.wpcf7-not-valid-tip {
	font-family: var(--ffs);
	font-size: 16px;
}
.block-editor-content > p,
.block-editor-content > h1,
.block-editor-content > h2,
.block-editor-content > h3,
.block-editor-content > h4,
.block-editor-content > h5,
.padding-right,
.other-items-overview,
.block-editor-content > h6,
.block-editor-content > .modules-wrapper,
.social-proof-wrap,
section.full-news-overview,
.wp-block-group.alignfull > div,
.block-editor-content > .wp-block-columns,
.applications-ux-wrap,
footer#footer,
.news-item-header > .inner.max-w,
.block-editor-content > .items-wrapper,
.news-overview-wrap > header,
.news-overview.display-home,
.wp-block-group .wp-block-group__inner-container,
.cpt-livelab.items-wrapper .overview-item .inner {
	padding-left: 20px;
	padding-right: 20px;
}

h4,
h5,
.block-editor-content > p strong {
	font-weight: 500;
	margin-bottom: 20px;
}
h5 { font-weight: 600; }
/*  __                   __                               
   / /_  ___  ____ _____/ /__  _____                      
  / __ \/ _ \/ __ `/ __  / _ \/ ___/                      
 / / / /  __/ /_/ / /_/ /  __/ /                          
/_/ /_/\___/\__,_/\__,_/\___/*/
header#site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: var(--h-header);
	background-color: var(--c-blue);
	font-family: var(--ffs);
	transition: transform .3s ease;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
#page-container > main {
	padding-top: var(--h-header);
}

header#site-header a { text-decoration: none; }
header#site-header .row-inner {
	justify-content: space-between;
	padding-right: 20px;
}
.menu-wraps-left,
.header-logo {
	margin-top: 16px;
	width: 160px;
}
.header-logo { 
	transition: transform .3s ease;
}
#navs-wrapper {
	position: relative;
	z-index: 2;
	margin-right: 0;
	margin-left: auto;
}
#navs-wrapper ul {
	display: flex;
}
#navs-wrapper ul.menu > li {
	position: relative;
}
#navs-wrapper ul.menu > li > a {
	display: block;
	box-sizing: border-box;
	padding-right: 50px;
	padding-top: 30px;
	height: var(--h-header);
}
#navs-wrapper ul.menu > li.has-sub-menu > a { padding-right: 70px; }
#navs-wrapper ul.menu > li.has-sub-menu:after {
	content: ' ';
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 35px;
	right: 50px;
	transition: transform .1s ease;
}
#navs-wrapper ul > li a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}
#navs-wrapper ul > li.current-menu-item a,
#navs-wrapper ul > li a:hover {
	border-bottom-color: #fff;
}
/* Sub menu */
#navs-wrapper ul > li > .sub-menu-wrap {
	display: block;
	position: fixed;
	top: var(--h-header);
	left: 0;
	right: 0;
	background-color: var(--c-purple-light);
	height: 0;
	overflow: hidden;
	z-index: -1;
	transition: height .3s ease;
/*	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);*/
}
#navs-wrapper ul > li > .sub-menu-wrap:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 10px;
	background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 100% );
}
@media (min-width:861px) {
	#navs-wrapper ul.menu > li.has-sub-menu:hover:after {
		transform: rotate(-135deg) translateY(-5px) translateX(-5px);
	}	
	#navs-wrapper ul.menu > li:hover > a,
	a#lang-switch-link:hover,
	#navs-wrapper ul.menu > li.current-menu-item > a { color: var(--c-yellow); }

	#navs-wrapper ul > li:hover > .sub-menu-wrap {
		height: 700px;
	}
	#navs-wrapper ul > li:hover > .sub-menu-wrap.num-subs-1,
	#navs-wrapper ul > li:hover > .sub-menu-wrap.num-subs-2,
	#navs-wrapper ul > li:hover > .sub-menu-wrap.num-subs-3,
	#navs-wrapper ul > li:hover > .sub-menu-wrap.num-subs-4 {
		height: 230px;
	}
	#navs-wrapper ul > li:hover > .sub-menu-wrap.num-subs-5,
	#navs-wrapper ul > li:hover > .sub-menu-wrap.num-subs-6,
	#navs-wrapper ul > li:hover > .sub-menu-wrap.num-subs-7,
	#navs-wrapper ul > li:hover > .sub-menu-wrap.num-subs-8 {
		height: 370px;
	}
}

#navs-wrapper ul > li > .sub-menu-wrap > ul {
	max-width: var(--w-max);
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
}
#navs-wrapper ul > li > .sub-menu-wrap > ul > li {
	width: calc(25% - 22px);
	margin: 11px;
}
#navs-wrapper ul > li > .sub-menu-wrap > ul > li a {
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
	box-sizing: border-box;
	color: var(--c-orange);
	text-decoration: none;
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 25px;
	text-align: left;
	height: 100%;
}
#navs-wrapper ul > li > .sub-menu-wrap > ul > li a > div {
	height: 100%;
	display: flex;
	flex-direction: column;
}

#navs-wrapper ul > li > .sub-menu-wrap > ul > li a:hover strong {
	color: var(--c-blue)
}
.sub-menu-wrap strong {
	display: block;
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: .4em;
}
.sub-menu-wrap p {
	color: var(--c-grey-dark);
	margin-bottom: 0;
	font-size: 12px;
}
.sub-menu-wrap.type-applications strong {
	margin-right: 70px;
	min-height: 50px;
}
.sub-menu-wrap.type-applications li {
	position: relative;
}
.sub-menu-wrap.type-applications li  i {
	display: block;
	width: 55px;
	height: 55px;
	background-color: var(--c-purple-light);
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 18px;
	right: 25px;
}

/*                                 .__     
  ______ ____ _____ _______   ____ |  |__  
 /  ___// __ \\__  \\_  __ \_/ ___\|  |  \ 
 \___ \\  ___/ / __ \|  | \/\  \___|   Y  \
/____  >\___  >____  /__|    \___  >___|  /
     \/     \/     \/            \/     */
#search-bar button[type="submit"],
a.toggle-search {
	display: block;
	width: 20px;
	height: 30px;
	text-indent: -9999px;
	background: url(https://www.hymove.nl/wp-content/themes/hymove/_img/sprite.svg) -100px -100px no-repeat ;
	cursor: pointer;
}
a.toggle-search {
	margin-right: 60px;
	margin-left: 0;
	margin-top: 35px;
}
#search-bar {
	width: 100%;
	height: var(--h-search);
	transform: translateY(-100%);
	background-color: var(--c-purple-light);
	position: absolute;
	z-index: 1050;
	transition: transform .3s ease;
}
body.search-active #search-bar { transform: translateY(0); }
body.search-active header#site-header {
	transform: translateY( var(--h-search) );
}
body.search-active a.toggle-search { background-position-x: -125px; }
#search-bar button[type="submit"] {
	min-width: 0;
	position: absolute;
	top: 10px;
	right: 15px;
/*	background-color: #00ff00;*/
	background-position-x: -92px;
	background-position-y: -294px;
	padding: 0;
}
#search-bar button[type="submit"]:after { content: none }
#search-bar input[type="text"] {
	border: none !important;
	/*border-bottom: 1px solid #000;*/
	width: 100%;
	height: 50px;
	min-height: 0;
	background-color: transparent;
	box-sizing: border-box;
	color: var(--c-blue);
	font-weight: 500;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 0 !important;
}
#search-bar ::-webkit-input-placeholder { color: var(--c-blue); } /* Chrome/Opera/Safari */
#search-bar ::-moz-placeholder { color: var(--c-blue); } /* Firefox 19+ */
#search-bar :-ms-input-placeholder { color: var(--c-blue); } /* IE 10+ */
#search-bar :-moz-placeholder { color: var(--c-blue); } /* Firefox 18- */
#search-bar .toggler {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 0.8;
	display: none;
	text-decoration: none;
}
#search-bar.visible .toggler { display: block; }
.noverflow {
	overflow: hidden;
}

a#lang-switch-link {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 0;
	position: absolute;
	right: -60px;
	top: 30px;
}


/*body.home-page:not(.logo-small) header#site-header a.logo { visibility: hidden; }*/
.toggle-menu {
	display: none;
}
/* Scroll show-hide */
body[data-scrolling="down"]:not(.scrolled-to-top) header#site-header {
/*	transform: translateY(  -100% );*/
/*	background-color: var(--c-grn-d);*/
}
body[data-scrolling="up"]:not(.scrolled-to-top) header#site-header {
/*	background-color: var(--c-grn-d);*/
}
body[data-scrolling="down"]:not(.scrolled-to-top):not(.home-page) header#site-header .header-logo {
/*	transform: translateY(  calc(100% + 12px) );	*/
}
/*
body.home-page header#site-header a.logo {
	position: absolute;
	width: 530px;
	top: 220px;
	left: 50%;
	margin-left: calc( -1 * ( 530px / 2) );
}
body.home-page header#site-header a.logo img {
	width: 530px;
	height: auto;	
}*/

@keyframes up_down_arrow {
	0% { transform: translateY(0px); }
	60% { transform: translateY(20px); }
	100% { transform: translateY(0px); }
}

/* ____  ____ __   __                                     
  / __ \/ __ `/ | / /                                     
 / / / / /_/ /| |/ /                                      
/_/ /_/\__,_/ |__*/


/*  ____            __
   / __/___  ____  / /____  _____                         
  / /_/ __ \/ __ \/ __/ _ \/ ___/                         
 / __/ /_/ / /_/ / /_/  __/ /                             
/_/ _\____/\____/\__/\___/*/
footer#footer {
	background-color: var(--c-grey-dark);
	color: var(--c-white);
	text-align: left;
	color: var(--c-purple-light);
}
.overview-item a,
footer#footer a {
	text-decoration: none;
}
footer#footer a {
	color: var(--c-purple-light);
}
.footer-logo-wrap {
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: left;
	border-bottom: 1px solid var(--c-grey);
	margin-bottom: 30px;
}
.footer-logo-wrap h3 { font-weight: normal; }
.footer-logo-wrap img {
	max-width: 140px;
	display: block;
	margin-bottom: 0;
}
.footer-menu-wrap {
	width: 50%;
}
footer ul.menu {
	display: flex;
	flex-wrap: wrap;
}
footer ul.menu > li {
	width: 50%;
	font-size: 16px;
	margin-bottom: 30px;
}
footer ul.menu > li a {
	color: var(--c-purple-light);
}
.text-field.contact {
	line-height: 1.6;
}
.text-field.contact h2 {
	font-size: 18px;
	font-weight: 600;
}

.copy-n-menu-wrap,
.menu-n-socials-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
div.social-linkage {
	display: flex;
	margin-top: 20px;
}
.socials-wrap > h4 { font-size: 20px; }
.news-item-header .item-share-wrap a,
div.social-linkage a {
	display: block;
	width: 34px;
	height: 34px;
	background: url(https://www.hymove.nl/wp-content/themes/hymove/_img/sprite.svg) 0 0px no-repeat;
	background-color: var(--c-purple-light);
	border-radius: 50%;
	text-indent: -9999px;
	margin-right: 10px;
}
div.social-linkage a.sm-instagram { background-position-x: -500px; }
.news-item-header .item-share-wrap a.facebook,
div.social-linkage a.sm-facebook { background-position-x: -550px; }
.news-item-header .item-share-wrap a.twitter,
div.social-linkage a.sm-twitter { background-position-x: -600px; }
.news-item-header .item-share-wrap a.linkedin,
div.social-linkage a.sm-linkedin { background-position-x: -650px; }
div.social-linkage a:hover { background-color: var(--c-blue); }
.socials-n-menu {
	display: flex;
	justify-content: center;
}
.socials-n-menu  ul.menu {
	display: flex;
}
.socials-n-menu  ul.menu li {
	margin-bottom: 0;
	margin-left: 30px;;
	margin-right: 30px;;
}
.text-field.copyright {
	font-size: 14px;
}
.copy-n-menu-wrap ul.menu a {
	color: var(--c-purple-light);
	text-decoration: none;
}
p:empty { display: none; }
/* __                 
  / /___  ______  ___ 
 / __/ / / / __ \/ _ \
/ /_/ /_/ / /_/ /  __/
\__/\__, / .___/\___/ 
   /____/*/
h1 {
	font-family: var(--ff);
	font-size: 96px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.015em;
}
h2 {
	font-size: 48px;
	font-weight: 500;
	line-height: 1.16;
	letter-spacing: -0.005em;
	margin-bottom: 16px;
}
h3 {
	font-size: 34px;
	font-weight: 500;
	line-height: 1.04;
	letter-spacing: 0em;
	margin-bottom: 16px;
}
h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: 0em;
}

/*  __    _            __               ______
   / /_  / /___  _____/ /__   ___  ____/ (_) /_____  _____
  / __ \/ / __ \/ ___/ //_/  / _ \/ __  / / __/ __ \/ ___/
 / /_/ / / /_/ / /__/ ,<    /  __/ /_/ / / /_/ /_/ / /    
/_.___/_/\____/\___/_/|_|   \___/\__,_/_/\__/\____/*/
.block-editor-content p,
.block-editor-content > h1,
.block-editor-content > h2,
.block-editor-content > h3,
.block-editor-content > h4,
.block-editor-content > h5,
.block-editor-content > h6,
.block-editor-content ul,
.block-editor-content ol,
.block-editor-content blockquote {
	max-width: var(--w-max);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.block-editor-content p {
	line-height: 1.65;
}
.block-editor-content > p {
	max-width: 850px;
	margin-left: var(--margl);
	padding-left: 10px;
}
.block-editor-content .read-more-wrapper + .wp-block-buttons,
.block-editor-content p + .wp-block-buttons {
	margin-top: 24px;
}
button[type=submit],
input[type=submit],
a.btn,
.wp-block-button__link {
	padding: 12px 50px 12px 30px;
	font-family: var(--ff);
	font-size: 16px;
	line-height: 1.1;
	min-width: 175px;
	transition: all .3s ease;
	position: relative;
}
.wp-block-button__link:not(.has-background) {
	background-color: var(--c-orange);
}
.wp-block-button__link {
	padding: 12px 50px 12px 30px !important;
}
.has-black-color .wp-block-button__link { color: #000; }
/*
.has-white-color .wp-block-button__link:hover { background-color: #fff; }
.has-black-color .wp-block-button__link:hover { background-color: #000; }
*/
/* BTN Arrows */
a.view-all-btn:after,
button[type=submit]:after,
a.btn:after,
.wp-block-button__link:after {
	content: ' ';
	display: block;
	width: 15px;
	height: 11px;
	background: url(https://www.hymove.nl/wp-content/themes/hymove/_img/sprite.svg) -350px -100px no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 23px;
	transition: transform .2s ease;
}
.wp-block-button__link.has-grey-dark-color:after { background-position-y: 0; }
button[type=submit]:hover:after,
a.btn:hover:after,
.wp-block-button__link:hover:after {
	transform: translateX(5px);
}
button[type=submit]:hover,
a.btn:hover,
.wp-block-button__link:hover { color: inherit; }
.wp-block-group.has-background > div.wp-block-group__inner-container > .wp-block-buttons:last-child {
	margin-bottom: 30px;
}
.wp-block-cover.alignfull {
	min-height: 606px;
	position: relative;
}
.wp-block-cover h2 {
	margin-bottom: .75em;
}
.wp-block-cover h1,
.wp-block-quote > p {
	font-size: 58px;
	font-family: var(--ffh);
	line-height: 1.2;
}
.wp-block-cover .wp-block-quote > p.has-medium-font-size,
.wp-block-cover h1.has-medium-font-size {
	font-size: 46px;
}
.wp-block-cover.alignfull .wp-block-quote cite {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
.wp-element-caption {
	font-size: 16px;
	padding-top: 10px;
}
/* Toggle more */
/*a.toggle-link.showing-rel,*/
.toggle-more-content.hidden {
	display: none;
}
/*.wp-block-group.has-background > div.wp-block-group__inner-container*/
.wp-block-group > div.wp-block-group__inner-container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.wp-block-group .wp-block-group__inner-container .icon-boxes {
	margin-left: -10px;
	margin-right: -10px;
}
.wp-block-group .wp-block-group__inner-container .icon-boxes,
.wp-block-group .wp-block-group__inner-container .wp-block-columns {
	padding-left: 0;
	padding-right: 0;
}
.wp-block-columns .cnt-txt {
	text-align: left;
}

.wp-block-columns.cnt-img-cnt-txt > div,
.wp-block-columns.cnt-txt-cnt-img > div,
.wp-block-columns.cnt-txt-cnt-txt > div { width: 50%; }
.wp-block-columns.cnt-txt-cnt-txt > div:first-child {
	padding-right: 40px;
}
.wp-block-columns.cnt-img-cnt-txt > div:last-child {
	padding-left: 40px;
}
h5,
p.has-medium-font-size { font-size: 20px; }
.other-items-overview .intro-wrap p,
p.has-large-font-size { font-size: 24px; }
h4,
p.has-x-large-font-size { font-size: 32px; }

body.single-post .block-editor-content > ul,
.wp-block-group__inner-container > ul,
.text-field ul,
.cnt-txt ul {
	list-style: disc;
	padding-left: 1em;
	line-height: 2;
}
body.single-post .block-editor-content > ul > li,
.wp-block-group__inner-container > ul > li,
.text-field ul > li,
.cnt-txt ul > li {
	margin-bottom: 5px;
}

/*              ____               
   ____ _____ _/ / /__  _______  __
  / __ `/ __ `/ / / _ \/ ___/ / / /
 / /_/ / /_/ / / /  __/ /  / /_/ / 
 \__, /\__,_/_/_/\___/_/   \__, /  
/____/                    /___*/
.mm-gallery-wrap {
	max-width: 100vw;
	height: calc(100vh - var(--h-header));
	overflow: hidden;
	position: relative;
}
.block-editor-content .mm-gallery-wrap ul.slides-wrap,
.items-wrapper > ul {
	transition: transform .4s ease;
	margin-left: 0;
	margin-right: 0;
}
.block-editor-content .mm-gallery-wrap ul.slides-wrap {
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
	max-width: none !important;
}
.mm-gallery-wrap[data-num-slides="1"] ul.slides-wrap { width: 100vw; }
.mm-gallery-wrap[data-num-slides="2"] ul.slides-wrap { width: 200vw; }
.mm-gallery-wrap[data-num-slides="3"] ul.slides-wrap { width: 300vw; }
.mm-gallery-wrap[data-num-slides="4"] ul.slides-wrap { width: 400vw; }
.mm-gallery-wrap[data-num-slides="5"] ul.slides-wrap { width: 500vw; }
.mm-gallery-wrap[data-num-slides="6"] ul.slides-wrap { width: 600vw; }
.mm-gallery-wrap[data-num-slides="7"] ul.slides-wrap { width: 700vw; }
.mm-gallery-wrap[data-num-slides="8"] ul.slides-wrap { width: 800vw; }
.mm-gallery-wrap[data-num-slides="9"] ul.slides-wrap { width: 900vw; }

.mm-gallery-wrap ul.slides-wrap > li {
	width: 100vw;
	flex-basis: 100%;
	position: relative;
}
.mm-gallery-wrap ul.slides-wrap > li.w-overlay:after {
	content: ' ';
	display: block;
	position: absolute;
	inset: 0 0 0 0;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.slides-wrap a {
	text-decoration: none;
}
.slide-text-wrap {
	position: absolute;
	top: 90px;
	bottom: 90px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	height: auto !important; 
	text-align: left;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}
.slide-text-wrap > .inner-wrap {
	max-width: var(--w-max);
/*	margin-left: 0;*/
}
.slide-text-wrap > .inner-wrap > h3,
.slide-text-wrap > .inner-wrap > p {
	max-width: 800px;
}
.slide-img-wrap {
	height: 100%;
}
.slide-img-wrap > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inner-wrap {
	text-align: left;
	width: 100%;
	max-width: var(--w-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
}
.block-editor-content .slide-text-wrap h3,
.block-editor-content .slide-text-wrap p {
	margin-left: 0;
	text-shadow: 0px 4px 14px  #00000040;
}
.block-editor-content .slide-text-wrap p { max-width: 520px }
.block-editor-content .slide-text-wrap h3 {
	font-size: 83px;
	font-weight: 500;
	line-height: 1.04;
	letter-spacing: -0.005em;
	margin-bottom: .5em;
}
.block-editor-content .slide-text-wrap p {
	font-family: General Sans;
	font-size: 24px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: left;
}
.slide-text-wrap .wp-block-button__link {
	margin-top: 2em;
	display: inline-block;
	background-color: var(--c-orange);
}
.blue-circles-bg {
	background-image: url(https://www.hymove.nl/wp-content/themes/hymove/_img/_header_bgs/blue-circles-only.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/*                                       __
  _________ __________  __  __________  / /
 / ___/ __ `/ ___/ __ \/ / / / ___/ _ \/ / 
/ /__/ /_/ / /  / /_/ / /_/ (__  )  __/ /  
\___/\__,_/_/   \____/\__,_/____/\___/*/
.recent-items-overview .wp-block-quote > p {
	font-family: var(--ff);
	font-size: 20px;
	margin-bottom: 40px;
}
.recent-items-overview .wp-block-quote > cite {
	font-style:normal;
}
.recent-items-overview .wp-block-columns {
	align-items: center !important;
}
div[data-vis] { position: relative; }
.mm-items-overview-block .items-wrapper {
	overflow: hidden;
}
.mm-items-overview-block .items-wrapper > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	transition: transform 0.4s ease;
}
.mm-items-overview-block .items-wrapper > ul > li {
	flex-basis: 100%;
/*	padding: 30px;*/
	margin-top: 0;
}
.mm-items-overview-block.cat-nieuws .items-wrapper > ul > li .item-inner {
	background-color: var(--c-grey);
	padding: 20px;
	border-radius: 5px;	
	height: 100%;
}
.nav-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 15;
}
.nav-dots > i {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 9px;
	cursor: pointer;
}
.nav-dots > i.active { 
	background-color: #fff; 
	border-color: transparent;
}

.scrlld .wp-block-column.txt-wrap > * {
	max-width: 650px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}
div[data-vis] a.gal-nav {
	position: absolute;
	top: -40px;
	right: 20px;
	width: 28px;
	height: 20px;
	text-indent: -9999px;
	background: url(https://www.hymove.nl/wp-content/themes/hymove/_img/sprite.svg) -450px 0 no-repeat;
	cursor: pointer;
	opacity: .5;
}
div[data-vis] a.gal-nav:hover { opacity: 1; }
div[data-vis] a.gal-nav.prev {
	background-position-x: -400px;
	right: 60px;
}
.has-white-color div[data-vis] a.gal-nav { background-position-y: -100px; }
/* Loading icon  */
.loading {
	position: relative;
}
.loading i.loader,
.loading i.loader:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff !important;
	top:  -6px;
	right: -6px;
	z-index: 10;
}
.loading i.loader:before {
	width: 3px;
	right: 10px;
	top: 0;
	height: 12px;
	border-radius: 0;
	background: var(--c-blue) !important;
	z-index: 11;
	transform-origin: bottom center;
	animation: 1s load_rotate ease infinite;    
}
@keyframes load_rotate {
	0% {  transform: rotate(0deg); } 
	100% {  transform: rotate(360deg); } 
}
.news-overview-wrap > header,
.wp-block-columns:not(.alignfull),
.max-width,
.max-w,
.items-wrapper,
.cpt-livelab.items-wrapper .overview-item > .inner,
.wp-block-group .wp-block-group__inner-container,
.page-header .inner,
.icon-boxes {
	max-width: var(--w-max);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.icon-boxes {
	padding: 10px;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.icon-boxes > div {
	width: calc(25% - 20px);
	background-color: #fff;
	margin: 0 10px;
	margin-bottom: 30px;
	border-radius: 8px;
	color: var(--c-blue);
}
.application-items-overview > div {
	text-align: center;
}

.icon-boxes > div > a { 
	padding: 10px;
	padding-top: 25px;
	box-sizing: border-box;
	position: relative;
	text-decoration: none; 
	display: flex;
	flex-direction: column;
/*	height: 100%;*/
	overflow: hidden;
}
.icon-boxes.num-three-al-left  > div > a { padding-top: 0; }
.icon-boxes > div h3 {
	color: var(--c-orange);
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 10px;
}
.icon-boxes > div p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: var(--c-dark);
}
.icon-boxes > div > a > i {
	margin-top: auto;
/*	margin-bottom: 10px;*/
}
/* Hover icon */
.icon-boxes.application-items-overview > div:hover {
	box-shadow: 0px 0px 20px 5px #0000003B;
}

.icon-boxes.application-items-overview > div a:before {
	content: ' ';
	display: block;
	width: 36px;
	height: 36px;
	background: url(https://www.hymove.nl/wp-content/themes/hymove/_img/sprite.svg) -339px -87px;
	background-color: var(--c-orange);
	border-radius: 50%;
	position: absolute;
	bottom: 12px;
	right: 12px;
	transform: rotate(-45deg) translateY(40px) translateX(40px);
	transition: transform .3s ease;
}
.icon-boxes > div a:hover:before {
	transform: rotate(-45deg);
}
.icon-boxes.icon-blocks-wrap > div {
	padding: 20px;
	margin-bottom: 20px;
}
.icon-boxes.icon-blocks-wrap.num-three-al-left > div {
	width: calc(33.33% - 20px);
	text-align: left;
	padding: 20px 30px;
}
.icon-boxes.icon-blocks-wrap i > img {
	max-width: 48px;
	display: block;
	margin-bottom: 20px;
}
.icon-boxes.icon-blocks-wrap.num-three-al-left h3 {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 20px;
}
.icon-blocks-wrap.icon-boxes > div p {
	font-size: 18px;
}
.icon-boxes.icon-blocks-wrap.num-four-al-center > div {
	padding-top: 40px;	
}
.icon-boxes.icon-blocks-wrap.num-four-al-center i > img {
	max-width: 96px;
	margin-left: auto;
	margin-right: auto;
}
.icon-boxes.icon-blocks-wrap.num-four-al-center p {
	font-size: 24px;
	text-align: center;
}
.block-editor-content > .icon-blocks-wrap.icon-boxes > div,
.icon-boxes.alternating-colors > div:nth-of-type(odd) {
	background-color: var(--c-purple-light);
}

/* News overview - HOME */
.other-items-overview.type-post,
section.news-overview-wrap {
	padding: 60px 20px;
	background: url(https://www.hymove.nl/wp-content/themes/hymove/_img/_header_bgs/hymove-header-lila-bubbles-right.jpg);
	background-size: cover;
	background-position: bottom right;
	text-align: left;
	margin-bottom: 60px;
}
.other-items-overview.type-post .intro-wrap,
section.news-overview-wrap > header {
	display: flex;
	justify-content: space-between;
	align-items: center;	
	margin-bottom: 40px;
}
section.news-overview-wrap > header h2 {
	margin-left: 0;
}
section.news-overview-wrap > header a.view-all-btn {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	padding-right: 25px;
}
a.view-all-btn:after {
	right: 0;
	background-position-y: 0;
}
a.view-all-btn:hover:after {
	transform: translateX(-5px);
}
.other-items-overview.type-post .items-wrapper > div, 
section.news-overview-wrap .items-wrapper > div {
	display: flex;
}
.other-items-overview.type-post .items-wrapper > div > div,
section.news-overview-wrap .items-wrapper > div > div {
	width: calc(33.33% - 20px);
	margin: 0 20px 0 0;
}
.other-items-overview.type-post h3,
section.news-overview-wrap h3 {
	font-size: 20px;
	font-weight: 600;
}
.search-results-item label,
.search-results-item a.par-link,
.text-field.copyright,
.full-news-overview .item-desc .item-author,
.item-date {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.15;
	color: var(--c-grey);
	text-transform: uppercase;
}
.item-img-col {
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 16px;
}
/* Full news page */
.full-news-overview {
	margin-top: 30px;
	margin-bottom: 100px;
}
.full-news-overview .items-wrapper .overview-item {
	display: flex;
	margin-bottom: 20px;
}
.full-news-overview .items-wrapper .overview-item .item-img-col {
	max-width: 380px;
}
.full-news-overview .item-desc {
	padding-left: 60px;
	max-width: var(--w-mini);
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.search-results-overview h2,
.full-news-overview h3 {
	font-size: 27px;
	font-weight: 600;
}
.full-news-overview .item-desc > h3,
.full-news-overview .item-desc > p.excerpt {
	width: 100%;
}
.news-item-header .item-meta .news-item-date:after,
.full-news-overview .item-desc .item-author:after {
	content: ' - ';
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
/* News focus */
.news-item-header {
	padding-top: 40px;
	background-color: var(--c-purple-light);
	margin-bottom: 40px;
	position: relative;
}
.news-item-header:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	background-color: #fff;
	z-index: 0;
}
.news-item-header > .inner.max-w { text-align: center; }
.news-item-header h1 {
	color: var(--c-blue);
	font-size: 60px;
	line-height: 1.1;
	max-width: 900px;
	margin: 0 auto 30px;
}
.news-item-header .item-meta {
	display: flex;
	justify-content: center;
	font-size: 14px;
	margin-bottom: 40px;
}
.news-item-header .item-img-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--w-mini);
	position: relative;
	z-index: 2;
}
.news-item-header .item-img-wrap img {
	display: block;
	border-radius: 8px;
}
.news-item-header .item-share-wrap {
	position: absolute;
	right: -50px;
	top: 0;
/*	margin-right: -60px;*/
}
.news-item-header .item-share-wrap a {
	display: block;
	background-color: #fff;
	background-position-y: -300px;
	margin: 0 0 10px 0;
}
.news-item-header .item-share-wrap a:hover { background-position-y: 0; }
.news-item-header a.back-link,
.news-item-header h5 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.news-item-header a.back-link:hover { color: var(--c-blue); }
.search-results-item a.read-more,
.news-item-header a.back-link i {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: url(https://www.hymove.nl/wp-content/themes/hymove/_img/sprite.svg) -298px -295px no-repeat;
	transform: translateY(4px);
	display: inline-block;
	margin-right: 5px;
	border: 1px solid var(--c-blue);
}
a.back-link {
	display: block;
	text-align: left;
	margin-left: 0;
}
body.single-post .block-editor-content > * {
	padding-left: 0;
	margin-left: 0;
}
.other-items-overview.type-post { margin-bottom: 0; }

.application-header-wrap img,
.header-bg-img img,
.item-img-col img { display: block; }
.wp-block-columns.social-proof-wrap {
	gap: 20px;
}

.social-proof-wrap {
	margin-top: 40px;
	margin-bottom: 90px;
}
.social-proof-wrap p {
	font-size: 24px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-columns.social-proof-wrap > div:first-child {
	background: url(https://www.hymove.nl/wp-content/themes/hymove/_img/social-proof-atoms-bg.jpg);
	background-size: cover;
	border-radius: 8px;
	padding-top: 60px;
}
.wp-block-columns.social-proof-wrap > div:last-child > div {
	height: calc(50% - 10px);
	border-radius: 8px;
}
.wp-block-columns.social-proof-wrap > div:last-child > div:first-child {
	margin-bottom: 20px;
}
.social-proof-wrap .wp-block-quote > p {
	font-size: 96px;
	font-weight: 500;
	line-height: 1;
	max-width: none;
}

.page-header {
	position: relative;
}
.page-header:not(.no-bg-image) > .content-overlay {
	position: absolute;
	inset: 0 0 0 0;
}
.page-header.no-bg-image > .content-overlay {
	padding-top: 72px;
	padding-bottom: 72px;
}

.page-header .inner {
	position: relative;
	height: 100%;
}
.page-header .txt-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	max-width: 50%;
	text-align: left;
	display: flex;
	flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    z-index: 4;
}
.page-header .content-overlay .side-img-wrap img {
	max-width: 500px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page-header.has-side-image .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-header.has-side-image .inner > div {
	width: 50%;
}
.page-header.has-side-image.site-img-beneath-bg .side-img-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 43%;
	max-width: none;
	right: 0;
	z-index: 2;
}
.page-header.has-side-image.site-img-beneath-bg .side-img-wrap img {
	object-fit: cover;
	object-position: top right;
	max-width: 900px;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: 0;
}
.page-header.has-side-image.site-img-beneath-bg .header-bg-img {
	position: relative;
	z-index: 3;
	text-align: right;
}
.page-header:not(.site-img-beneath-bg) .header-bg-img img {
	margin-left: auto;
	margin-right: auto;
}
.page-header.has-side-image.site-img-beneath-bg .header-bg-img img {
	margin-left: auto;
	margin-right: 0;
}
.page-header.has-side-image .txt-wrap {
	position: relative;
}
.txt-wrap > p {
	font-size: 24px;
	line-height: 1.375;
	max-width: 500px;
	margin-left: 0;
}
.page-header + * {
	padding-top: 40px;
}
.page-header + .wp-block-group.has-background > div.wp-block-group__inner-container {
	padding-top: 10px;
}
.page-header + .items-wrapper.cpt-livelab { padding-top: 0; }
.wp-block-group.alignfull + .wp-block-heading {
	margin-top: 50px;
}
/* __                     
  / /____  ____ _____ ___ 
 / __/ _ \/ __ `/ __ `__ \
/ /_/  __/ /_/ / / / / / /
\__/\___/\__,_/_/ /_/ /*/
.team-wrapper {
/*	overflow: hidden;*/
}
.wp-block-group.alignfull {
	width: 100%;
	overflow: hidden;
}
.hor-items-scroller > .items-wrapper {
	max-width: none !important;
	margin-left: 0;
	margin-right: 0;
	width: calc( 100vw - ( ((100vw - var(--w-max)) / 2)  ) );
/*	background: lime;*/
}
.hor-items-scroller > .items-wrapper ul {
	display: flex;
	max-width: none !important;
}
.hor-items-scroller > .items-wrapper ul > li {
	width: 370px;
	height: 500px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.hor-items-scroller > .items-wrapper ul > li .member-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 40%, rgba(0,0,0,0) 100% );
}
.hor-items-scroller > .items-wrapper ul > li.team-member { background-size: cover; }
/* __  _                ___          
  / /_(_)___ ___  ___  / (_)___  ___ 
 / __/ / __ `__ \/ _ \/ / / __ \/ _ \
/ /_/ / / / / / /  __/ / / / / /  __/
\__/_/_/ /_/ /_/\___/_/_/_/ /_/\__*/
.timeline-wrapper {
	padding-top: 70px;
}
.timeline-wrapper .items-wrapper {
	position: relative;
}
.timeline-wrapper .items-wrapper > ul {
	display: flex;
}
.timeline-wrapper .items-wrapper > #bus-icon {
	content: ' ';
	display: block;
	width: 125px;
	height: 53px;
	background: url(https://www.hymove.nl/wp-content/themes/hymove/_img/timeline-bus.svg) 0 0 no-repeat;
	position: absolute;
	z-index: 5;
	top: 107px;
	left: 250px;
	transition: transform .4s ease;
}
.timeline-wrapper .items-wrapper > ul > li {
	text-align: center;
	width: 430px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 0;
	height: auto;
	margin-right: 0;
	padding: 0 60px;
	position: relative;
}
.timeline-wrapper .event-year {
	padding-bottom: 110px;
}
.timeline-wrapper .event-year:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 160px;
	left: 0;
	right: 0;
	border-bottom: 2px solid ;
	border-color: inherit;
}
.timeline-wrapper ul > li:first-of-type .event-year:after {
	left: 40%;
}
.timeline-wrapper .event-year > i {
	position: relative;
	display: block;
	font-style: normal;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background-color: var(--c-dark);
	color: #fff;
	font-size: 24px;
	padding-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.has-blue-color .timeline-wrapper .event-year > i:after {
	content: ' ';
	display: block;
	width: 11px;
	height: 11px;
	background-color: inherit;
	border-radius: 50%;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -5px;
}
.has-blue-color .timeline-wrapper .event-year > i:before {
	content: ' ';
	display: block;
	width: 2px;
	height: 70px;
	background-color: inherit;
	position: absolute;
	bottom: -82px;
	margin-left: -1px;
	left: 50%;
}
.timeline-event h4 { 
	font-size: 24px; 
	font-weight: 400;
	margin-bottom: 12px;
}
.has-blue-color div[data-vis] a.gal-nav { background-position-y: -300px; }
.timeline-wrapper p {
	font-size: 16px;
	color: var(--c-dark);
}
.has-blue-color .timeline-wrapper .event-year > i {
	background-color: var(--c-blue);
}
.block-editor-content > .wp-block-columns {
	padding-top: 100px;
	padding-bottom: 100px;
}
.wp-block-columns.cnt-txt-cnt-img > div {
	width: 50% !important;
	flex-basis: 50% !important;
}
.wp-block-columns.cnt-txt-cnt-img > div.cnt-txt {
	padding-right: 60px;
	display: flex;
	flex-direction: column;
}
.wp-block-columns.cnt-txt-cnt-img > div.cnt-txt .wp-block-buttons:last-child {
	margin-top: auto;
	margin-bottom: 0;
}

.applications-ux-wrap {
	margin-top: -100px;
	position: relative;
	z-index: 5;
	padding-top: 0 !important;
}
.application-sub-options ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	margin-bottom: 16px;
}
.application-sub-options ul li a {
	display: block;
	border-radius: 20px;
	padding: 10px 18px;
	color: var(--c-blue);
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	white-space: nowrap;
	transition: background-color .6s ease;
}
.application-sub-options ul li a.active,
.application-sub-options ul li a:hover {
	background-color: #fff;
}
.application-header-wrap {
	background-color: var(--c-blue);
	max-width: var(--w-max);
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
}
.application-header-wrap > .inner {
	display: flex;
}
.application-header-wrap > .inner > div {
	width: 44%;
	text-align: left;
	color: #fff;
}
.application-header-wrap > .inner > div.img-wrap { 
	width: 56%; 
	max-height: 580px;
}
.application-header-wrap > .inner > div.img-wrap img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: top left;
}
.application-header-wrap .txt-wrap {
	padding: 60px;
}
.application-header-wrap h2 {
	font-size: 60px;
}
.application-header-wrap .txt-wrap i {
	display: block;
	width: 104px;
	height: 104px;
	background-color: #fff;
	border-radius: 50%;
	margin-bottom: 30px;
}
.block-editor-content > .wp-block-group:not(.alignfull):not(.alignwide),
body.single-post .block-editor-content,
.focus-editor-wrap {
	max-width: var(--w-mini);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 20px;
	font-size: 16px;
	line-height: 1.75;
	padding-bottom: 100px;
}
body.single-post .block-editor-content h2,
body.single-post .block-editor-content h3,
.block-editor-content > .wp-block-group:not(.alignfull):not(.alignwide) h2,
.block-editor-content > .wp-block-group:not(.alignfull):not(.alignwide) h3,
.focus-editor-wrap h2,
.focus-editor-wrap h3 {
	font-weight: 600;
	color: var(--c-blue);
	font-size: 20px;
}
.wp-block-image img {
	display: block;
	border-radius: 8px;
}
.wp-block-image figcaption {
	font-size: 14px;
	margin-bottom: 30px;
}
.wp-block-quote {
	margin-top: 50px ;
	margin-bottom: 50px ;
}
.wp-block-quote p {
	font-size: 34px;
	font-weight: 500;
	color: var(--c-orange);
}
/* Products & services */
.items-wrapper {
	max-width: var(--w-max);
}
.cpt-livelab.items-wrapper .overview-item .inner,
.cpt-product_service .overview-item {
	display: flex;
	padding: 70px 80px;
	position: relative;
	margin-bottom: 75px;
	border-radius: 8px;
}
.cpt-product_service .overview-item:after {
	content: ' ';
	display: block;
	position: absolute;
	inset: 0 0 0 0;
	z-index: -1;
	background-color: var(--c-purple-light);
	opacity: .2;
	border-radius: 8px;
}
.cpt-product_service .overview-item:nth-child(odd):after { background-color: var(--c-purple-light); }
.cpt-product_service .overview-item:nth-child(even):after { background-color: var(--c-orange); }
.cpt-livelab.items-wrapper .overview-item .inner > div,
.cpt-product_service .overview-item > div { width: 50%; }
.cpt-livelab.items-wrapper .overview-item .item-desc,
.cpt-product_service .overview-item .item-desc {
	order: -1;
	padding-right: 40px;
}
.cpt-product_service .overview-item .item-img-col img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 325px;
	width: auto;
	position: relative;
	z-index: 2;
}
.other-items-overview.type-product_service {
	margin-top: 60px;
	text-align: left;
}
.other-items-overview .intro-wrap {	margin-bottom: 50px; }
.other-items-overview .intro-wrap:empty { margin-bottom: 0; }
.other-items-overview .intro-wrap p {
	max-width: 500px;
}
/*
.cpt-product_service .overview-item.item-brandstofcelsystemen .item-img-col {
	position: relative;
	min-height: 325px;
}
.cpt-product_service .overview-item.item-brandstofcelsystemen .item-img-col:before {
	content: ' ';
	display: block;
	width: 325px;
	height: 325px;
	border-radius: 50%;
	background-color: var(--c-grey-mid);
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -162px;
}
.cpt-product_service .overview-item.item-brandstofcelsystemen .item-img-col img {
	max-height: 250px;
	width: auto;
	margin-top: 37px;
}*/
.cpt-livelab.items-wrapper .more-btn,
.cpt-product_service .overview-item .more-btn {
	margin-top: 80px;
	background-color: var(--c-orange);
}
.wp-block-button__link:not(.has-background):hover,
.cpt-livelab.items-wrapper .more-btn:hover,
.cpt-product_service .overview-item .more-btn:hover { 
	color: #fff; 
	background-color: var(--c-orange-d);
}
.cpt-livelab.items-wrapper h3,
.cpt-product_service .overview-item h3 {
	font-size: 48px;
	margin-bottom: .75em;
}
.cpt-product_service .overview-item p.excerpt {
	font-size: 24px;
}
/* Live labs */
.cpt-livelab.items-wrapper { 
	max-width: none; 
	padding-left: 0;
	padding-right: 0;
}
.cpt-livelab.items-wrapper .overview-item {
	padding-top: 60px;
	padding-bottom: 20px;
}
.cpt-livelab.items-wrapper .overview-item .inner {
	padding-bottom: 0;
}
.cpt-livelab.items-wrapper .overview-item:nth-child(1) .more-btn {
	background-color: var(--c-blue);
}
.cpt-livelab.items-wrapper .overview-item:nth-child(1) {
	background: var(--c-purple-light);
}
.cpt-livelab.items-wrapper .more-btn {
	margin-top: 30px;
}
.cpt-livelab.items-wrapper .overview-item img {
	margin-left: auto;
	margin-right: auto;
}
.other-items-overview.type-livelab {
	margin-top: 60px;
	padding-left: 0;
	padding-right: 0;
}
/*                      __      __         
   ____ ___  ____  ____/ /_  __/ /__  _____
  / __ `__ \/ __ \/ __  / / / / / _ \/ ___/
 / / / / / / /_/ / /_/ / /_/ / /  __(__  ) 
/_/ /_/ /_/\____/\__,_/\__,_/_/\___/___*/
.modules-wrapper {
	margin-bottom: 50px;
}
.modules-wrapper ul {
	border-bottom: 1px solid #000;
}
.modules-wrapper > ul > li {
	display: flex;
	align-items: flex-start;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid var(--c-grey);
	position: relative;
}
.modules-wrapper > ul > li img {
	max-width: 80px;
	height: auto;
	margin-right: 20px;
	margin-left: 20px;
}
.modules-wrapper > ul > li h4 {
	width: 40%;
	font-weight: 400;
}
.modules-wrapper > ul > li .features-list {
	width: calc(60% - 100px);
}
.modules-wrapper > ul > li .features-list > p:first-child {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid var(--c-grey);
	padding-bottom: 6px;
}
dl.mm-module-item-features {
	display: flex;
	flex-wrap: wrap;
}
dl.mm-module-item-features > dt,
dl.mm-module-item-features > dd {
	width: 50%;
	border-bottom: 1px solid var(--c-grey);
	padding: 12px 0;
	font-size: 16px;
	margin-bottom: 12px;
}
dl.mm-module-item-features > dt:last-of-type,
dl.mm-module-item-features > dd:last-of-type {
	border: none;
}
dl.mm-module-item-features > dt {
	padding-left: 32px;
	padding-right: 16px;
	position: relative;
}
dl.mm-module-item-features > dt:before {
	content: ' ';
	display: block;
	width: 8px;
	height: 16px;
	border-right: 2px solid var(--c-blue);
	border-bottom: 2px solid var(--c-blue);
	position: absolute;
	top: 12px;
	left: 0;
	transform: rotate(45deg);
	transform-origin: bottom right;
}
.modules-wrapper.accordion > ul > li > i {
	display: block;
	width: 30px;
	height: 30px;
	background: url(https://www.hymove.nl/wp-content/themes/hymove/_img/sprite.svg) -200px 0 no-repeat;
	position: absolute;
	top: 12px;
	right: 0;
	cursor: pointer;
}
.modules-wrapper.accordion > ul > li.open > i { background-position-x: -250px; }
.modules-wrapper.accordion > ul > li:not(.open) > .features-list > p,
.modules-wrapper.accordion > ul > li:not(.open) dl.mm-module-item-features > *:nth-child(n+3) {
	display: none
}
.modules-wrapper.accordion > ul > li:not(.open) dl.mm-module-item-features > *:nth-child(n-3) {
	border-bottom: none;
	margin-bottom: 0;
}
.modules-wrapper.accordion > ul > li:first-of-type > .features-list > p {
	display: block;
	margin-top: -40px;
	margin-bottom: 10px;
}
.modules-wrapper.accordion > ul > li.open:first-of-type > .features-list > p {
	margin-top: -54px;
}
.modules-wrapper.accordion > ul > li:not(.open) dl.mm-module-item-features > dt, 
.modules-wrapper.accordion > ul > li:not(.open) dl.mm-module-item-features > dd {
	padding-top: 4px;
	padding-bottom: 0;
}
.modules-wrapper.accordion > ul > li:not(.open) dl.mm-module-item-features > dt:before {
	top: 4px;
}

.modules-wrapper > ul > li:not(.open) h4 {
/*	align-self: center;*/
}
.modules-wrapper.accordion > ul > li.open {
	padding-top: 24px;
	background: linear-gradient(90deg, rgba(210, 225, 255, 0.16) 0%, rgba(55, 114, 255, 0.16) 48.03%, rgba(210, 225, 255, 0.16) 100%);

}
.modules-wrapper.accordion > ul > li.open > .features-list > p {
	margin-top: 12px;
	margin-bottom: 0;
}
li.open dl.mm-module-item-features > dt:before {
	border-right-color: var(--c-orange);
	border-bottom-color: var(--c-orange);
}
/* Search */
.search-results-overview {
	padding-top: 70px;
	padding-bottom: 100px;
	max-width: var(--w-mini);
	margin-left: auto;
	margin-right: auto;
}
.search-results-overview h1 {
	font-size: 48px;
	margin-bottom: 1em;
}
.search-results-overview h2 {
	padding-right: 100px;
}
.search-results-overview a { text-decoration: none; }

.search-results-item {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.search-results-item a.read-more {
	text-indent: -9999px;
	border-color: #000;
	background-position: -344px 8px;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
	transform: none;
	transition: transform .3s ease;
}
.search-results-item a.read-more:hover {
	transform: translateX(5px);
}

/* Contact page */
.page-template-page-contact .page-header .txt-wrap {
	width: 100%;
	text-align: center;
	max-width: 100%;
}
.page-template-page-contact .page-header > .content-overlay {
	bottom: 50%;
}
.block-editor-content > .contact-header-block {
	margin-top: -15vw;
	position: relative;
	z-index: 10;
/*	max-width: var(--w-med) !important;*/
	padding: 30px;
	border-radius: 8px;
}
.contact-form-wrap h2,
.block-editor-content > .contact-header-block h2 {
	font-size: 32px;
}
.page-template-page-contact .wp-block-columns.cnt-txt-cnt-img.contact-header-block > div:first-of-type {
	width: 40% !important;
}
.page-template-page-contact .wp-block-columns.cnt-txt-cnt-img.contact-header-block > div:last-of-type {
	width: 60% !important;
}
.contact-form-wrap {
	max-width: var(--w-mini) !important;
	box-shadow: 0px 0px 10px 0px #00000026;
	border-radius: 8px;
}
.contact-form-wrap > div {
	padding: 30px;
	padding-bottom: 0;
}
.wpcf7 p > label {
	font-size: 14px;
	color: #202123;
}
.wpcf7 p > label > span.wpcf7-form-control-wrap {
	display: block;
	margin-top: 6px;
}
.page-template-page-contact .block-editor-content > .wp-block-group:not(.alignfull):not(.alignwide) {
	padding-bottom: 0px;
}
.page-template-page-text .block-editor-content {
	padding-top: 60px;
	padding-bottom: 60px;
}
.page-template-page-text .block-editor-content h2 {
	font-size: 24px;
	padding-left: 5px;
}

@media (min-width: 1480px) {
	.block-editor-content > p,
	.block-editor-content > h1,
	.block-editor-content > h2,
	.block-editor-content > h3,
	.block-editor-content > h4,
	.block-editor-content > h5 {
		padding-left: 0;
	}

}
@media (max-width: 1440px) {
	:root {
		--margl: 10px;
	}
	.page-template-page-text .block-editor-content h2,
	header#site-header .row-inner {	padding-left: 20px;	}
	.block-editor-content > .contact-header-block {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (max-width: 1250px) {
	.applications-ux-wrap { margin-top: 25px; }
	.application-sub-options ul li a {
		background-color: var(--c-purple-light);
		margin: 0 5px 10px;
	}
	.application-sub-options ul li a:hover,
	.application-sub-options ul li a.active { 
		background-color: var(--c-blue); 
		color: #fff;
	}
}

@media (max-width: 1200px) {
	#navs-wrapper ul.menu > li > a { padding-right: 20px; }
	#navs-wrapper ul.menu > li.has-sub-menu > a { padding-right: 40px; }
	#navs-wrapper ul.menu > li.has-sub-menu:after { right: 20px; }
	#navs-wrapper ul > li > .sub-menu-wrap > ul > li a {
		padding: 15px;
	}
	.sub-menu-wrap.type-applications li i {
		top: 10px;
		right: 10px;
	}
	.sub-menu-wrap.type-applications p { 
	 	margin-top: auto; 
	 	margin-bottom: 0;
	}
	.application-header-wrap .txt-wrap,
	.cpt-livelab.items-wrapper .overview-item .inner,
	.cpt-product_service .overview-item {
	 	padding: 30px;
	 	margin-bottom: 30px;
	}
	.application-header-wrap .txt-wrap { margin-bottom: 0; }
}
@media (max-width: 1050px) {
	.application-header-wrap h2,
	h2 { font-size: 36px; }
	h4 { font-size: 24px; }
	.cpt-livelab.items-wrapper .overview-item .inner { margin-bottom: 0; }
	.cpt-livelab.items-wrapper h3, .cpt-product_service .overview-item h3 {
		font-size: 36px;
	}	
	.txt-wrap > p { font-size: 20px; }
	.page-header .content-overlay .side-img-wrap img {
		max-width: 400px;
	}
	.block-editor-content .slide-text-wrap h3 {
		font-size: 60px;
	}
}
@media (max-width:980px) {
	.header-logo { width: 120px; }
	a.toggle-search {
		position: absolute;
		top: -20px;
		right: 10px;
		margin-right: 0;
		z-index: 10;
	}
	a#lang-switch-link {
		right: -10px;
		top: auto;
		bottom: 15px;
		font-size: 14px;
	}
	.block-editor-content > .contact-header-block {
		margin-left: 20px;
		margin-right: 20px;
	}
	.sub-menu-wrap strong {	
		font-size: 18px; 		
	}
	.sub-menu-wrap.type-applications strong { min-height: 30px;  }
	.sub-menu-wrap.type-applications p { margin-right: 0; }
	.sub-menu-wrap.type-applications a {
		min-height: 140px;
	}
}
@media (max-width:860px) {
	:root {
		--h-header:  60px;
	}
	.header-logo {
		margin-top: 8px;
		width: 140px;
		position: relative;
		z-index: 100;
	}
	header#site-header {
		box-shadow: none;
	}
	header#site-header .row-inner:before {
		content: ' ';
		display: block;
		position: absolute;
		background-color: var(--c-blue);
		inset: 0 0 0 0;
		z-index: 2;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	}
	.toggle-menu {
		display: block;
		text-indent: -9999px;
		width: 32px;
		height: 32px;
		background: url(https://www.hymove.nl/wp-content/themes/hymove/_img/sprite.svg) 0 -100px no-repeat;
		position: absolute;
		z-index: 4;
		top: 20px;
		right: 20px;
		cursor: pointer;
	}
	a.toggle-search { 
		right: 70px; 
		top: -10px;
	}
	#navs-wrapper {
		position: absolute;
		top: var(--h-header);
		left: 0;
		right: 0;
		z-index: 1;
		height: calc(100vh - var(--h-header));
		background-color: var(--c-purple-light);
		padding: 30px;
		transform: translateY( calc(-100% - var(--h-header)) );
		transition: transform .3s ease;
	}
	body.menu-active #navs-wrapper {
		transform: translateY(0px);
	}
	body.menu-active .toggle-menu { background-position-x: -50px; }
	#navs-wrapper ul.menu { display: block; }
	#navs-wrapper ul.menu > li {
		margin-top: 0;
	}
	#navs-wrapper ul.menu > li > a {
		color: var(--c-blue);
		font-size: 32px;
		display: block;
		padding-top: 16px;
		height: auto;
	}
	#navs-wrapper ul.menu > li.has-sub-menu > a { padding-right: 0; }
	#navs-wrapper ul.menu > li.current-menu-item > a {
		color: var(--c-blue);
	}
	#navs-wrapper ul.menu > li.has-sub-menu:after { border-color: var(--c-blue) }
	#navs-wrapper ul > li > .sub-menu-wrap {
		padding-top: 8px;
		position: relative;
		z-index: 2;
		top: auto;
	}
	#navs-wrapper ul > li a.open + .sub-menu-wrap {
		height: auto;
	}
	#navs-wrapper ul > li > .sub-menu-wrap:before { content: none }
	#navs-wrapper ul > li > .sub-menu-wrap > ul {
		display: block;
		margin: 0;
	}
	.sub-menu-wrap strong { font-size: 20px; }
	#navs-wrapper ul > li > .sub-menu-wrap > ul > li { 
		width: 100%; 
		margin: 0;
		margin-right: 0;
	}
	.sub-menu-wrap.type-applications strong { margin-bottom: 0; }
	#navs-wrapper ul > li > .sub-menu-wrap > ul > li > a {
		padding: 0;
		background-color: transparent;
	}
	.sub-menu-wrap.type-applications a { min-height: 0; }
	#navs-wrapper ul > li > .sub-menu-wrap > ul .item-inner p,
	.sub-menu-wrap.type-applications li i {
		display: none;
	}
	.news-item-header h1 {
		font-size: 48px;
	}
}
@media (max-width:781px) {
	.wp-block-columns.cnt-img-cnt-txt > div:last-child {
		margin-top: 30px;
		padding-left: 0;
	}
	.wp-block-columns.cnt-txt-cnt-img > div.cnt-txt { margin-bottom: 30px; }
	.social-proof-wrap { margin-bottom: 0px; }
	.icon-boxes.icon-blocks-wrap.num-three-al-left > div {
		padding: 20px ;
	}
	.icon-boxes.icon-blocks-wrap.num-four-al-center > div { padding-top: 20px; }
	.icon-boxes.icon-blocks-wrap.num-three-al-left h3 {	font-size: 24px; }
	.icon-boxes.icon-blocks-wrap.num-four-al-center p { font-size: 18px; }
	.icon-boxes.num-four-al-center > div {
		width: calc(50% - 20px);
	}
	.cpt-livelab.items-wrapper .overview-item .inner > div.item-img-col, 
	.cpt-product_service .overview-item > div.item-img-col { 
		width: 36%; 
		flex-grow: 0;
		padding-right: 20px;
	}
	.cpt-livelab.items-wrapper .overview-item .inner > div.item-desc, 
	.cpt-product_service .overview-item > div.item-desc  { 
		width: 64%;
	}
	.cpt-livelab.items-wrapper .overview-item .inner, 
	.cpt-product_service .overview-item	{
		align-items: center;
		flex-wrap: wrap;
	}

	.page-header .content-overlay .side-img-wrap img {
		max-width: 100%;
	}
	.cpt-livelab.items-wrapper .overview-item {
		padding-top: 0px;
		padding-bottom: 0;
	}
	.full-news-overview .items-wrapper .overview-item {
		align-items: flex-start;
	}
	.full-news-overview .items-wrapper .overview-item .item-img-col {
		width: 300px;
	}
	.full-news-overview .item-desc { 
		padding-left: 24px; 
		max-width: 60%;
	}
	.news-item-header .item-img-wrap {
		max-width: calc( 100% - 100px );
	}
	.search-results-overview {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width:600px) {
	.block-editor-content .slide-text-wrap h3 {
	    font-size: 36px;
	}
	.block-editor-content .slide-text-wrap p { 
		font-size: 20px; 
		padding-right: 20px;
	}
	.slide-text-wrap > .inner-wrap {
		padding-left: 20px;
	}
	.icon-boxes > div {
		width: calc(50% - 20px);
	}
	.application-header-wrap > .inner,
	.hor-items-scroller > .items-wrapper ul,
	.full-news-overview .items-wrapper .overview-item,
	.modules-wrapper > ul > li,
	.copy-n-menu-wrap, .menu-n-socials-wrap,
	.other-items-overview.type-post .items-wrapper > div, 
	section.news-overview-wrap .items-wrapper > div {
		flex-wrap: wrap;
	}
	.full-news-overview .items-wrapper .overview-item > div,
	 section.news-overview-wrap > header { display: block; }
	 dl.mm-module-item-features > dt, 
	 dl.mm-module-item-features > dd,
	.other-items-overview.type-post .items-wrapper > div > div, 
	section.news-overview-wrap .items-wrapper > div > div {
		width: 100%;
	}
	.socials-wrap,
	.footer-contact-wrap { width: 50%; }
	.footer-menu-wrap {
		width: 100%;
		margin-bottom: 18px;
	}
	/* Page Headers */
	.header-bg-img { display: none; }
	.page-header .txt-wrap,
	.page-header:not(.no-bg-image) > .content-overlay {
		position: static;
		max-width: 100%;
	}
	.page-header .txt-wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.application-header-wrap h2, h2 {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.page-header.has-side-image.site-img-beneath-bg .side-img-wrap {
		padding-right: 20px;
	}
	.page-header.has-side-image.site-img-beneath-bg .side-img-wrap img {
		max-width: 100%;
		width: auto;
		height: auto;
		object-fit: initial;
		margin-top: 0%;
		display: block;
	}
	.page-header.has-side-image.site-img-beneath-bg .content-overlay,
	.page-header.has-side-image .inner {
		flex-wrap: wrap;
	}
	.page-header.has-side-image .inner > div,
	.page-header.has-side-image .inner > div.side-img-wrap { 
		width: 100%; 
	}
	.page-header.has-side-image.site-img-beneath-bg .content-overlay {
		display: flex;
	}
	.page-header.has-side-image.site-img-beneath-bg .side-img-wrap {
		position: static;
		width: 100%;
		padding-right: 0;
		order: -1;
	}
	.page-header.has-side-image .inner > div.side-img-wrap {
		order: -1;
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Applications page */
	.application-sub-options ul {
		justify-content: flex-start;
	}
	.application-sub-options ul li a {
		padding: 8px 16px;
	}
	.cpt-livelab.items-wrapper .overview-item .inner > div, 
	.cpt-product_service .overview-item > div,
	.application-header-wrap > .inner > div {
		width: 100% !important;
	}
	.application-header-wrap .txt-wrap { padding-bottom: 0; }
	.block-editor-content > .wp-block-group:not(.alignfull):not(.alignwide), 
	body.single-post .block-editor-content, 
	.focus-editor-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.search-results-overview h1,
	.cpt-livelab.items-wrapper h3, 
	.cpt-product_service .overview-item h3 {
		font-size: 24px;
	}
	.other-items-overview .intro-wrap p, 	
	.cpt-product_service .overview-item p.excerpt {
		font-size: 18px;
	}
	.cpt-livelab.items-wrapper .overview-item .item-desc, .cpt-product_service .overview-item .item-desc{
		order: 2;
	} 
	.cpt-livelab.items-wrapper .more-btn, 
	.cpt-product_service .overview-item .more-btn {
		margin-top: 0px;
	}
	.cpt-livelab.items-wrapper .overview-item .inner > div.item-img-col, 
	.cpt-product_service .overview-item > div.item-img-col {
		padding-right: 0;
	}
/*	.cpt-livelab.items-wrapper .overview-item .inner > div.item-img-col img, */
	.cpt-product_service .overview-item > div.item-img-col img {
		max-width: 200px;
		margin-bottom: 24px;
	}
	.modules-wrapper > ul > li h4 { width: calc(100% - 100px); }
	.modules-wrapper > ul > li div.features-list {
		width: 100%;
		padding-left: 100px;
	}
	.modules-wrapper > ul > li img { margin-left: 0; }
	.modules-wrapper > ul > li h4 { margin-bottom: 0px; }
	dl.mm-module-item-features > dt {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	dl.mm-module-item-features > dd {
		padding-top: 0px;
		margin-bottom: 0px;
	}
	dl.mm-module-item-features > dt { border-bottom: none; }
	dl.mm-module-item-features > dd { 
		padding-left: 30px; 
		font-weight: 500;
	}
	.modules-wrapper.accordion > ul > li:not(.open):first-of-type > .features-list > p { display: none;	}
	.modules-wrapper.accordion > ul > li.open:first-of-type > .features-list > p { margin-top: 0; }
	.full-news-overview .item-desc {
		padding-left: 0;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.news-item-header h1 {
		font-size: 32px;
	}
	.news-item-header:after {
		height: 100px;
	}
	body.single-post .block-editor-content > * {
		padding-left: 20px;
	}
	.icon-boxes.num-three-al-left > div > a {
		padding: 0;
	}
	.icon-boxes.num-three-al-left > div > a,
	.icon-boxes.icon-blocks-wrap.num-three-al-left > div {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	    flex-direction: row;
	}
	.icon-boxes.num-three-al-left > div > a > i,
	.icon-blocks-wrap.icon-boxes > div i { margin-right: 12px; }
	.icon-blocks-wrap.icon-boxes > div p {
		width: 100%;
	}
	p.has-large-font-size { font-size: 20px; }
	.hor-items-scroller > .items-wrapper {
		width: auto;
	}
	.hor-items-scroller > .items-wrapper ul > li {
		width: 100%;
		margin-right: 0;
	}
	/* Timeline */
	.timeline-wrapper { padding-top: 24px; }
	.timeline-wrapper .items-wrapper > ul > li {
		padding-right: 0;
		padding-left: 0;
		text-align: left;
	}
	.timeline-wrapper .event-year {
		padding-bottom: 0px;
	}
	.timeline-wrapper .items-wrapper > #bus-icon { display: none; }
	.timeline-wrapper .event-year:after,
	.timeline-wrapper .event-year > i:before,
	.timeline-wrapper .event-year > i:after {
		content: none !important;
	}
	.timeline-wrapper ul > li.timeline-event {
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	.timeline-wrapper ul > li:after {
		content: ' ';
		display: block;
		width: 2px;
		height: 100%;
		position: absolute;
		top: 70px;
		left: 39px;
		background: #000;
	}
	.has-blue-color .timeline-wrapper ul > li:after { background-color: var(--c-blue); }
	.timeline-wrapper .txt-wrap {
		padding-left: 76px;
	}
	.timeline-wrapper .txt-wrap p { font-size: 16px; }
	.timeline-wrapper .event-year > i {
		margin-left: 0;
	}
	.wp-block-columns.cnt-txt-cnt-txt > div:first-child { padding-right: 0; }
	.block-editor-content > .wp-block-columns,
	.wp-block-group > div.wp-block-group__inner-container {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.block-editor-content > .contact-header-block { margin-top: 0px; } 
}
@media (max-width:375px) {
	footer ul.menu > li {
		width: 100%;
		margin-bottom: 6px;
	}
	#navs-wrapper ul.menu > li > a {
		font-size: 24px;
		padding-top: 6px;
	}
	#navs-wrapper ul.menu > li.has-sub-menu:after { top: 16px; }
}