/*
Theme Name: CBoost
Description: CBoost
Author: Internetbureau Precies
Author URI: https://precies.com/

Version: 3.3.0

Template: genesis






/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */



/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}



/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #222222;
  	font-family: "Roboto", sans-serif;
  	font-weight: 300;
	font-size: 18px;
	line-height: 1.7;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

strong a {
text-decoration: none;

}

a {
    color: #000000;
	text-decoration: none;
	font-weight: 300;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}



.site-header .fa-regular.fa-circle.fa-stack-2x {
color:#000000;
}


a:focus,
a:hover {

	text-decoration: underline;
    text-underline-position: under;
	
	
}

p {
	margin: 0 0 36px;
	padding: 0;
}




ol,
ul {
	margin: 0 0 0 0px;
	padding: 0;
}

ul li {
	padding-bottom: 10px;
}




ul  {
  list-style: none;            /* verwijder default bullet */
  padding-left: 0;             /* optioneel, eigen margin/padding */
}

.page-section  ul li {
  position: relative;          /* nodig voor absolute positioning */
  padding-left: 1.5em;         /* ruimte voor het icoon */
}

/* Optie A: via ::before */
.page-section ul li::before {
	content: "\f324";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 1em;
    line-height: 1;
    color: #f6de70;
}





hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 600;
	color: #111111;
}


cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
	font-weight: 600;
	color: #050051
}

/* Headings
--------------------------------------------- */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
   font-family: "Roboto", sans-serif;
  	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	color:#000000;
	
}


h1 {
	font-size: 60px;
    position: relative;
	margin:0 0 40px;
	color:#ffffff;
}

h1 strong,
h2 strong{
color:#3A9E16;
font-weight: 400;
}

h2 {
	font-size: 40px;
	margin: 0 0 40px;
   
}


h3, .h3 {
	font-size: 35px;

}

h4, .h4 {
	font-size: 25px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 0px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */



input,
select,
textarea {

    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    border:0;
    border-radius: 10px
}

.gform_wrapper.gravity-theme .gfield textarea.small {
    padding: 10px 15px 0;
}


footer input,
footer select,
footer textarea{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid #39647f;
}

input:focus,
textarea:focus {
	outline: none;
	color: #000000;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

::placeholder {
	color: #000000;
	opacity: 1;
}

button.slick-arrow,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.page-section.form #gform_submit_button_1,
.page-section.form #gform_submit_button_2,
.page-section.form #gform_submit_button_3,
.page-section.form #gform_submit_button_4,
.page-section.form #gform_submit_button_5,
.page-section.form #gform_submit_button_6,
.button {
    cursor: pointer;
    font-size: 16px;
    padding: 0px 40px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    line-height: 51px;
    border: 0px;
    background-color: #F6DE70;
    color: #000000;
    border-radius: 0px;
    text-align: center;
    font-weight: 600;
}

.button.light {
border: 1px solid #E8E8E8;
background-color: #ffffff;
color:#222222;
line-height: 40px;
font-size: 14px;
font-weight: 300;
padding: 0 15px;
}

.button.light .svg-inline--fa {
font-size: 16px;
}

.button.light:hover,
.button.light:focus {
background-color: transparent;
border: 1px solid #222222;
}

.button.light.cart {
    padding: 0 12px;
}

.button.light.cart .svg-inline--fa {
padding: 0px;
}


button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.page-section.form #gform_submit_button_1:focus,
.page-section.form #gform_submit_button_2:focus,
.page-section.form #gform_submit_button_3:focus,
.page-section.form #gform_submit_button_4:focus,
.page-section.form #gform_submit_button_5:focus,
.page-section.form #gform_submit_button_6:focus,
.page-section.form #gform_submit_button_1:hover,
.page-section.form #gform_submit_button_2:hover,
.page-section.form #gform_submit_button_3:hover,
.page-section.form #gform_submit_button_4:hover,
.page-section.form #gform_submit_button_5:hover,
.page-section.form #gform_submit_button_6:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
    background-color: #111111;
    color: #ffffff;
    text-decoration: none;
	
}

a.button.small {
font-size: 14px;
padding: 4px 10px
}
a:focus.button.small,
a:hover.button.small{
color: #ffffff;
}



.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}




.slick-arrow.slick-disabled {
opacity: 0.5;
pointer-events: none;
    background-color: #3A9E16;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */



/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	 overflow: hidden;
	 
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}



/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}





/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	
	outline: #ccc solid 0px;
}




/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.menu {
	clear: both;
	line-height: 1;
	width: 100%;
	margin: 0;
}

.menu .menu-item {
	display: block;
	float: none;
	position: relative;

}


.menu-main-container {
 padding-top: 20px;
}

.menu a {
	display: block;

	

   
	text-decoration: none;
}

.menu a:focus,
.menu a:hover,
.menu .current-menu-item > a,
.menu .sub-menu .current-menu-item > a:focus,
.menu .sub-menu .current-menu-item > a:hover {

text-decoration: underline;
    text-underline-position: under;
}

.menu .sub-menu,
.menu .sub-menu a {
	width: 100%;
}

.menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.menu .menu-item:focus,
.menu .menu-item:hover {
	position: relative;
}

.menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}
ul.menu  {
padding-left: 0px;
}

ul.menu li {
padding-bottom: 15px;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-bottom.certificates {
	padding-bottom: 20px;
}

/* Site Header
---------------------------------------------------------------------------- */

.site-header {
margin-top: 80px;
margin-bottom: 80px;
width: 100%;
z-index: 99;
background-color: #ffffff;
}

.site-header .banner_button {
	position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
}



.site-header .banner:after {

}
.site-header .banner:after {
content: "";
    position: absolute;
    
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}


/* Site Footer
---------------------------------------------------------------------------- */



.site-footer {
padding: 30px 0px 30px;
color: #000000;
}


.site-footer .ftr-btm,
.site-footer .ftr-btm a{
font-size: 14px;
color:#999999;
}

.site-footer .inner_ftr-btm_extra {
text-align: center;
}

.site-footer h5 {
color:#ffffff;
}

.site-footer a {
color:#ffffff;
}



.site-footer a:hover {
color:#ffffff;
}

.site-footer ul {
padding-left: 0;
list-style: none
}

.site-footer ul li {
padding-bottom: 0
	}

.site-footer .fa-ul {
    margin-left: var(--fa-li-margin, 1.8em);
}
	

.site-footer .realization {
text-align: right;
}



.site-footer .review .svg-inline--fa {
    padding-right: 3px;
}

.footer_extra {
text-align: center;
padding-top: 60px;
font-size: 14px;
}

.footer_extra a {
padding: 0px 10px;
}

.footer_extra .btw {
display: block;
padding-top: 20px;
}

.payment_inner {
text-align: center;
}

.payment_inner img {
    width: 32px;
    border-style: solid;
    border-width: 1px;
    border-color: #1B3E36;
    border-radius: 8px;
}



/* Gravity Forms
---------------------------------------------------------------------------- */


.gfield--input-type-fileupload {
	padding: 20px;
    border: 1px solid #f8f0cb;
    margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .gfield .ginput_container_fileupload input.large {
    padding: 0px 0px;
	background-color: transparent;
	color: #000;
    font-size: 14px;
	line-height: 35px;
}

.gfield_description.gform_fileupload_rules {
font-size: 12px;
}

.gform_wrapper.gravity-theme .gfield input.large {
	line-height: 50px;
    padding: 0px 20px;
    border-radius: 0px;
    font-weight: 300;
    background-color: #F8F0CB;
}

.gform_wrapper.gravity-theme .gfield textarea.small {
    background-color: #F8F0CB;
	 font-weight: 300;
	   
		  border-radius: 0px;
}

.gform_wrapper.gravity-theme .gfield_checkbox .gchoice  {
    display: inline-block;
	padding-right: 20px;
	}
	
.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
background-color: #5A4B06;
border-radius: 0px;
color:#ffffff;
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full:hover {
background-color: #000000;
}

.gform_wrapper.gravity-theme .gform_footer, 
.gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0px 0 0!important;
    padding: 0px 0!important;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 10px!important;
	}


/* MEGA MENU CSS
------------------------------------------------------------------------------------------------------------- */

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    -webkit-box-shadow: 0 5px 10px rgba(25, 25, 26, .1);
    -moz-box-shadow: 0 5px 10px rgba(25, 25, 26, .1);
    box-shadow: 0 5px 10px rgba(25, 25, 26, .1);
}




/* CUSTOM CSS
------------------------------------------------------------------------------------------------------------- */

.subtitle {
    font-weight: 300;
    font-size: 30px;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {

    backdrop-filter: blur(4px);
}


#mega-menu-wrap-primary.mega-sticky {
    background-color: #000;
}


/* 1. BANNER */


.mx-custom {
  /* full width minus 2×80px */
  width: calc(100% - 160px);
  margin: 0 80px;
}

.site-header .container,
.page-section.projects .container,
.page-section.video .container{

    margin: 0 80px;
}

.site-header .banner {
background-color: #000000;
    padding: 55px 60px;
	background-image: url('https://cboost.preciesontwikkeling.nl/wp-content/uploads/header_image.jpg');
	background-size: cover;
}

.site-header .banner.small {
height: 420px;
}

.site-header .banner .banner_inner{  
	color:#ffffff;
}

.button.glass {
  color:#ffffff;
  font-size: 20px;
background: rgba( 255, 255, 255, 0.25 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border: 0px solid rgba( 255, 255, 255, 0.18 );
border-radius: 0px;
padding: 0px 50px
}


.button.glass:hover {
background-color: #000000;
backdrop-fiter:none;
}

.site-header .banner.large {
height: 660px;
}

/*
.site-header h1 {

position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 80%;
	}
*/


   .embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
   /* height:  100%; */
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: -64px;
    left: 0;
    width: 100%;
    height: 100%;
}


.banner.large {
  position: relative;
  height: 420px; /* bepaal je eigen hoogte */
  background-size: cover;
  background-position: center;
}


.banner.small {
  position: relative;
  height: 600px; /* bepaal je eigen hoogte */
  background-size: cover;
  background-position: center;
}

/* 1) menu bovenaan */
.banner.large .banner_menum
.banner.small .banner_menu{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;      /* bovenop de bg-afbeelding */
  padding: 20px;    /* optioneel: wat breathing room */
}

/* 2) content in het midden */
.banner.large .banner_content,
.banner.small .banner_content{
  position: relative;
  z-index: 5;       /* onder het menu, maar boven de bg */
  height: 100%;     
  display: flex;
  flex-direction: column;
  justify-content: center;  /* verticaal centreren */
  align-items: center;      /* horizontaal centreren */
  text-align: center;
  color: white;             /* voorbeeld */
 padding: 0 200px;         /* voor mobiel wat marge */
}



/* BLOCK - CTA + Form */

.page-section.cta .inner_cta {
padding: 60px 114px;
position: relative;
}

.page-section.cta .inner_cta h2 {
font-size: 70px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 60px;
}


.page-section.cta .gform_heading {
display: none;
}


.inner_cta:before {
    background-image: url(/wp-content/themes/cboost/images/cta_bg_lines.svg);
    position: absolute;
    background-position: top left;
    width: 399px;
    height: 299px;
    top: 0px;
    left: 0;
    content: '';
    z-index: 10;
    background-repeat: no-repeat;
}




.page-section  ul.fa-ul li::before {
display: none;
}

.page-section ul.fa-ul li {
    padding-left: 0em;
}

.page-section ul.fa-ul li p {
    margin: 0 0 20px;
	}
	
.page-section .fa-ul  .svg-inline--fa {
    position: relative;
    top: -3px;	
	}



/* BLOCK - Contact Form */

.page-section.contact .inner_contact {
padding: 60px 114px;
position: relative;
}




.page-section.contact .gform_heading {
display: none;
}


.inner_contact:before {
    background-image: url(/wp-content/themes/cboost/images/cta_bg_lines.svg);
    position: absolute;
    background-position: top left;
    width: 399px;
    height: 299px;
    top: 0px;
    left: 0;
    content: '';
    z-index: 10;
    background-repeat: no-repeat;
}


.page-section.contact ul li::before {
display: none;
}

.page-section.contact ul li {
    padding-left: 0em;
}

.page-section.contact ul li p {
    margin: 0 0 20px;
	}
	
.fa-ul .svg-inline--fa {
    position: relative;
    top: -3px;	
	}



/* BLOCK - VIDEO */


.page-section.video {
margin-bottom: 80px;
}

.page-section.video .plyr__control--overlaid {
    background: #e5cc55;
}

.page-section.video .plyr--full-ui input[type=range] {
color: #f6de70;
}

.page-section.video .plyr--video .plyr__control:focus-visible, 
.page-section.video .plyr--video .plyr__control:hover, 
.page-section.video .plyr--video .plyr__control[aria-expanded=true] {
background: #e5cc55;
}



.custom-video-wrapper {
    max-width: 840px;
    height: 390px;
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
}

.video-thumbnail img {
width: 100%;
    height: 390px;
    display: block;
    object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  font-size: 48px;
  color: #e3ca51;
  cursor: pointer;
}

button.play-button {
padding: 0;
    line-height: 0;
}

button.play-button:hover {
background-color: transparent;
color:#000000;
}



/* BLOCK - PROJECT OVERVIEW */


.project-card  .project-categories .category {
    font-size: 18px;
    color: #979797;
}

.page-section .facetwp-facet {
    margin-bottom: 40px;
   
}

.page-section .facetwp-radio {
    background: none;
    background-size: 14px 14px;
   
    cursor: pointer;
    background-color: #f6de70;
    margin: 0px 10px;
    padding: 10px 40px;
    font-weight: 600;
    font-size: 14px;
	 display: inline-flex;
	 margin-bottom: 20px;
}

.page-section .facetwp-radio.checked {
    background-image: none;
    background-color: #000;
    color: #fff;
}

.filter {
text-align: center;
}

.project-card {
margin-bottom: 30px;
}

.project-card .project-card_inner {
padding: 40px 40px 80px;
}


.project-card .project-card_img img{
height: 100%;
object-fit: cover;
}


.project-card  .fa-ul {
    margin-left: var(--fa-li-margin, 1.5em);
}

.project-card .fa-ul .svg-inline--fa  {
color:#f6de70;
}

.project-card .fa-ul li {
font-weight: 500;
}

.page-section.projects-overview .project-card:nth-child(even) .row{
    flex-direction: row-reverse;
}

/* BLOCK - BENEFITS */


.inner_benefit {

}


.benefit_icon {
width: 53px;
    height: 53px;
    display: block;
    background-color: #f5dd6e;
	flex-shrink: 0;
}


.inner_benefit {
  display: flex;
  align-items: center;
	padding: 20px;
	border: 1px solid #DEDEDE;
  background: white;
  gap: 16px;
}

.inner_benefit .icon {
  background-color: #fce883; /* geel */
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.inner_benefit .svg-inline--fa {
position: absolute;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
	}


.inner_benefit .icon img {
  width: 53px;
  height: 53px;
}

.inner_benefit .text {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}


/* BLOCK - NEWS OVERVIEW */


.news-card  .news-categories .category {
    font-size: 18px;
    color: #979797;
}



.news-card {
margin-bottom: 30px;
}

.news-card .news-card_inner {
padding: 40px 40px 80px;
}

.news-card .news-card_inner .news-categories {
padding-bottom: 20px;
}


.news-card .news-card_img img {
    height: 271px;
    object-fit: cover;
    width: 100%;
}


.news-card.featured .news-card_img img {
height: 440px
}

.news-card.featured .row {
flex-direction: row-reverse;
}

.news-card  .fa-ul {
    margin-left: var(--fa-li-margin, 1.5em);
}

.news-card .fa-ul .svg-inline--fa  {
color:#f6de70;
}

.news-card .fa-ul li {
font-weight: 500;
}

.page-section.news-overview .news-card:nth-child(even) .row{
    flex-direction: row-reverse;
}


/* BLOCK - TEXT + IMAGE  */


.page-section.txt-img .inner_img img {
height: 380px;
    width: 100%;
    object-fit: cover;
}


/* BLOCK - IMAGE FULL WIDTH */

.page-section.img-full .inner_img img {
height: 450px;
    width: 100%;
    object-fit: cover;
}

/* BLOCK - VACANCIES */

.page-section.vacancies .col-xl-12 {
margin-bottom: 30px;
} 

.page-section.vacancies .col-xl-12:last-child {
margin-bottom: 0px;
}

.page-section.vacancies .inner_flexblok .svg-inline--fa {
    font-size: 20px;
    padding-bottom: 00px;
    color: #000000;
	padding-right: 10px;
}

.page-section.vacancies .location {
padding-top: 30px;
    font-weight: 700;
    color: #000;
}


.page-section.vacancies .readmore {
position: absolute;
right: 40px;
bottom: 40px;
}



/* BLOCK - PROCES*/






.proces-card {
margin-bottom: 30px;
}

.proces-card .proces-card_inner {
padding: 40px;
}

.proces-card .proces-card_inner  p {
margin: 0;
}

.proces-card .proces-card_img {

 background-color: #F6F6F6;
 
 }
.proces-card .proces-card_img img{
    height: 260px;
    object-fit: cover;
    clip-path: polygon(0% -626%, 88% 100%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% -626%, 88% 100%, 100% 100%, 0% 100%);
	    width: 100%;
}


.proces-card:nth-of-type(even) .proces-card_img img {
    clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 5% 100%);
    -webkit-clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 5% 100%);
}


.proces-card  .fa-ul {
    margin-left: var(--fa-li-margin, 1.5em);
}

.proces-card .fa-ul .svg-inline--fa  {
color:#f6de70;
}

.proces-card .fa-ul li {
font-weight: 500;
}

.page-section.proces .proces-card:nth-child(odd) .row{
    flex-direction: row-reverse;
}


.proces_cta h2 {
    margin: 0 0 10px;
	padding-top: 30px
}

.proces_cta .subtitle {
padding-bottom: 30px;
}


/* BLOCK - FULL WIDTH BIG TEXT */

.page-section.big-text {
font-size: 25px;
text-align: center;
}


/* BLOCK - NEWS */

.page-section.news .block_inner {
padding: 40px 40px 80px;
}


.page-section.news .block_inner:hover .readmore {

}

.page-section.news .news_intro {
padding-right: 80px;
}

.block_inner {
background-color: #F6F6F6; 
padding: 60px 50px;
}

.page-section.news .date {
font-size: 14px;
padding-bottom: 20px;
font-weight: 500;
font-style: italic;
    display: block;
}


.block_inner .svg-inline--fa {
color:#C2C2C2;
font-size: 40px;
padding-bottom: 30px;
}

.readmore {
font-weight: 600;
text-align: right;
    position: absolute;
    bottom: 40px;
    right: 40px;
	   display: inline-block;
    transition: transform 0.3s ease;
}

.readmore .svg-inline--fa {
font-size: 18px;
color:#000000;
padding-bottom: 0;
padding-left: 10px;

}

.block-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 3;
}

/* BLOCK - PHOTO SLIDER + TEXT */

.swiper-photo-slider-text img {
height: 400px;
object-fit: cover;
}


.inner_photo_slider_text {
padding: 20px 0px 0px 40px;
}


/* BLOCK - REVIEW SLIDER */

.page-section.review .swiper-slide {
	padding: 50px;
    background-color: #ffffff;
    opacity: .7;
}

.page-section.review .swiper-slide-active{
    opacity: 1;
}

.page-section.review .swiper-slide .svg-inline--fa {
font-size: 40px;
color:#C2C2C2;
padding-bottom: 30px;
}

.page-section.review .quote {
font-style: italic;
font-weight: 600;
}

.page-section.review .name {
font-weight: 600;
font-size: 20px;
}

.page-section.review .company {
	font-size: 16px;
    font-weight: 300;
    color: #C0C0C0;
}


.page-section.review h5 {
    margin: 0 0 2px;
}

.page-section .swiper-pagination {
position: relative;
padding-top: 20px;
}

.page-section  .swiper-pagination-bullet-active {
    background: #000000;
}


.page-section .swiper-button-next,
.page-section .swiper-button-prev {
	background-color: #F6DE70;
    width: 55px;
	height: 55px;
}


.page-section .swiper-button-next:hover, 
.page-section .swiper-button-prev:hover {
	background-color: #000000;
}

.page-section .swiper-button-next:hover .svg-inline--fa,
.page-section .swiper-button-prev:hover .svg-inline--fa {
color:#ffffff;
}


.swiper-navigation .svg-inline--fa {
    color: #000000;
    height: 18px;
	
	}


.page-section .swiper-button-next::after {
display: none;
}

.page-section  .swiper-button-prev::after {
display: none;
}


.page-section .swiper-slide {
  width: auto;
  height: auto;
}

.page-section.review .swiper-button-next,
.page-section.photo-slider .swiper-button-next{
    right: var(--swiper-navigation-sides-offset, 400px);
}

.page-section.review .swiper-button-prev,
.page-section.photo-slider .swiper-button-prev{
    left: var(--swiper-navigation-sides-offset, 400px);
}


.fade-left,
.fade-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 400px; /* pas aan naar hoe breed je vervaging moet zijn */
  z-index: 10;
  pointer-events: none; /* belangrijk zodat knoppen in slider nog werken */
}

.fade-left {
  left: 0;
background: linear-gradient(to right, #f6f6f6 0%, transparent 100%);
}

.fade-right {
  right: 0;
  background: linear-gradient(to left, #f6f6f6 0%, transparent 100%);
}


/* BLOCK - SOLUTIONS*/

.solution_img img {
width: 100%;
object-fit: cover;
height: 600px;
}


.page-section.solutions .col-lg-12:nth-child(even) .row{
    flex-direction: row-reverse;

}

.page-section.solutions .col-lg-12 {
margin-bottom: 30px;
}


.page-section.solutions .col-lg-12:last-child {
margin-bottom: 0px;
}

.page-section.solutions .readmore {
position: absolute;
    bottom: 40px;
    right: 40px;
	}


/* BLOCK - TITLE LEFT - TEXT RIGHT */


.page-section.intro h2 {
    margin: 0 0 20px;
}


/* BLOCK - FLEXBLOCK */


.inner_flexblok .custom_icon {
padding-bottom: 30px;
}

.inner_flexblok {
    padding: 40px;
    transition: padding 0.3s ease;
}

.inner_flexblok.has-button {
    padding: 40px 40px 80px;
}


.inner_flexblok.bg-none {
padding: 0px;
}

.inner_flexblok .icon .svg-inline--fa {
font-size: 40px;
padding-bottom: 20px;
color:#8A8A8A;
}

.inner_flexblok.bg-white {
border: 1px solid #DEDEDE;
}

.inner_flexblok.bg-gray {
background-color: #F6F6F6;
}

.inner_flexblok.has-button:hover {
background-color: #f6de70;
}

.inner_flexblok:hover .readmore {
    transform: translateX(-5px); /* of -10px voor wat meer effect */
}

.page-section.flexblocks:before {
	position: absolute;
    background-image: url(/wp-content/themes/cboost/images/lines-1.png);
    background-position: top left;
    width: 458px;
    height: 326px;
    bottom: 0px;
    right: -181px;
    content: '';
    z-index: 0;
    background-repeat: no-repeat;
}  





/* BLOCK - TEAM */



.page-section.team .col-xl-3 {
margin-bottom: 30px;
}

.team-card:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.team-card {
  border: 1px solid #DEDEDE; /* je accentkleur */
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  
}



.team-card:hover {
	border: 1px solid #f6de70; /* je accentkleur */
}



.team-card__photo::before {
  content: '';
  position: absolute;
  top: 50%; left: 0; right: 0;
  width: 240px; height: 134px;
  margin: 0 auto;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  /* let op: dubbele streepjes én fallback-waarde */
  background-image: var(--team-bg, none);
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 0;
}

.team-card:hover .team-card__photo::before {
  opacity: 1;
}


.team-card__photo {
background-color: #000;
height: 180px;
position: relative;
}

.team-card__photo img {
object-fit: contain;
  display: block;
  height: 170px;
  position: absolute;
bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.team-card__body {
  padding: 1rem;
  flex: 1;
}

.team-card__name {
  margin: 0.5rem 0 0.25rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.team-card__role {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #666;
}

.team-card__contacts {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.team-card__icon {
  font-size: 1.1rem;
  color: #000000;
  text-decoration: none;
      background-color: #F6F6F6;
    height: 30px;
    width: 30px;
}

.team-card__icon:hover {
      background-color: #000000;
}

.team-card__icon:hover {
  color: #f0c75a; /* hover accent */
}

/* BLOCK - CUSTOMER LOGO'S */

.page-section.customers .col-xl-3 {
margin-bottom: 30px;
}


.page-section.customers .inner_logo {
height: 170px;
padding: 50px;
border: 1px solid #DEDEDE;
align-items: center;
}


/* BLOCK - PROJECTS */


.col-12.filter-mob {display: none;}

.page-section.projects:before {
    position: absolute;
    background-image: url(/wp-content/themes/cboost/images/lines-2.png);
    background-position: top left;
    width: 458px;
    height: 326px;
    bottom: -190px;
    left: -71px;
    content: '';
    z-index: 1;
    background-repeat: no-repeat;
}

.page-section.projects .swiper-projects   {
  overflow: visible !important;
}

.page-section.projects .swiper-slide {
 transition: transform 0.3s ease; /* smooth animatie */
}

.page-section.projects .swiper-slide:hover {
  transform: translateY(-5px);
}

.page-section.projects .swiper-slide:hover .button {
background-color: #000000;
}

.page-section.projects .inner_project {
position: relative;
background-color: #000000;
padding: 40px 60px;
height: 475px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    background-size: cover;
  background-position: center;
  color: white; /* of zwart als je een lichte overlay gebruikt */
  overflow: hidden; 
}


.page-section.projects .inner_more_projects {
  display: flex;
  flex-direction: column;
  height: 100%; /* zorg dat deze div een vaste of volledige hoogte heeft */
}

.centered-text {
  flex-grow: 1;
  display: flex;
  align-items: center; /* verticaal centreren */
  justify-content: center; /* horizontaal centreren */
}

.centered-text h2 {
text-transform: uppercase;
font-weight: 900;
font-size: 40px;
}



.page-section.projects .inner_more_projects .button {
align-self: right; /* of flex-start / flex-end afhankelijk van wat je wil */
  margin-top: auto;   /* duwt de button helemaal naar onder */
}


.page-section.projects .inner_project::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7); /* zwart met 50% helderheid */
  z-index: 1;
}

.page-section.projects .inner_project > * {
 
  z-index: 2;
}

.page-section.projects .inner_project .project-categories {
padding-bottom: 20px;
}

.page-section.projects .inner_project .button {
  margin-top: auto; 
}

.page-section.projects .inner_project h4 {
color:#ffffff;
}

.project-categories .category {
font-size: 14px;

color:#f6de70;
display: inline-block;
font-weight: 500;

}

.project-categories .category .divider {
padding: 0px 10px;
}

.project-categories .category:last-child .divider {
display: none;
}


/* BLOCK - PHOTO SLIDER */


.page-section.photo-slider .swiper-slide {
  transition: transform 300ms ease;
}

/* Als je alleen de afbeelding wilt schalen */
.page-section.photo-slider .swiper-slide img {
  transition: transform 300ms ease;
  height: 370px;
      object-fit: cover;
	  opacity: 0.7;
}

.page-section.photo-slider .swiper-slide-active img {
transform: scaleY(1.1);
 transform-origin: center center;
 opacity: 1.0
}



.page-section.photo-slider .swiper {
    overflow: inherit;
	}



/* breadcrumbs
---------------------- */

p#breadcrumbs  {
margin: 0;
}

::marker {
color:#3A9E16;
}


/* border
---------------------- */

.b-all {
border: 2px solid #ececec;
}

.b-all-or {
	border: 2px solid #3A9E16;
}

.b-t-2 {
border-top: 2px solid #b6c3cc;
}

.b-b {
border-bottom: 2px solid #b6c3cc;
}

/* padding
---------------------- */

.p-l-0 {
padding-left: 0px;
}

.p-r-0 {
padding-right: 0px;
}

.p-xs {
padding: 15px;
}

.p-t-xs {
padding-top: 15px;
}

.p-b-xs {
padding-bottom: 15px;
}

.p-l-xs {
padding-left: 15px;
}

.p-l-sm {
padding-left: 30px;
}

.p-r-sm {
padding-right: 30px;
}

.p-t-sm {
padding-top: 30px;
}

.p-b-sm {
padding-bottom: 30px;
}

.p-sm {
    padding: 30px;
}

.p-l-md {
padding-left: 40px;
}

.p-r-md {
padding-right: 40px;
}

.p-t-md {
padding-top: 40px;
}

.p-b-md {
padding-bottom: 40px;
}

.p-md {
    padding: 40px;
}

.p-md-e {
padding: 80px 40px;
}



.p-t-lg {
padding-top: 100px;
}

.p-b-lg {
padding-bottom: 100px;
}

.p-r-lg {
padding-right: 100px;
}

.p-l-lg {
padding-left:100px;
}

.p-lg {
 padding: 100px;
}


.p-t-xl {
padding-top: 90px;
}

.p-b-xl {
padding-bottom: 90px;
}

.p-l-xl {
padding-left: 90px;
}

.p-r-xl {
padding-right: 90px;
}

.p-xl {
    padding: 90px;
}



.p-t-xxl {
padding-top: 240px;
}


.p-b-xxl {
padding-bottom: 240px;
}

/* margin
---------------------- */

.m-0 {
margin: 0;
}


.m-l-sm {
margin-left: 30px;
}

.m-r-sm {
margin-right: 30px;
}

.m-t-sm {
margin-top: 30px;
}

.m-b-sm {
margin-bottom: 30px;
}


.m-b-md {
margin-bottom: 40px;
}


.m-t-lg {
margin-top: 70px;
}

.m-b-lg {
margin-bottom: 70px;
}

.m-l-lg {
margin-left: 70px;
}

.m-r-lg {
margin-right: 70px;
}


.m-t-xl {
margin-top: 90px;
}

.m-b-xl {
margin-bottom: 90px;
}

.m-l-xl {
margin-left: 90px;
}

.m-r-xl {
margin-right: 90px;
}


/* Iframe embed
---------------------- */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
	border-radius: 10px;
	z-index: 9;

} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Buttons
---------------------- */

a.link {
font-weight: 600;
font-size: 16px;
}

.button.line {
background-color: transparent;
color:#F6DE70;
  -webkit-box-shadow:inset 0px 0px 0px 1px #F6DE70;
  -moz-box-shadow:inset 0px 0px 0px 1px #F6DE70;
  box-shadow:inset 0px 0px 0px 1px #F6DE70;
}

.button.line:hover,
.button.line:focus {
background-color: #000000;
color:#ffffff;
  -webkit-box-shadow:inset 0px 0px 0px 1px #000000;
  -moz-box-shadow:inset 0px 0px 0px 1px #000000;
  box-shadow:inset 0px 0px 0px 1px #000000;
	
}


.button.link {
	background-color: transparent;
	text-decoration: underline;
}

.button.link:hover,
.button.link:focus {
	color:#000000;
}


.button.grey {
background-color: #eeeeec;
color:#000000;
}

.button.grey:hover {
background-color: #000000;
color:#ffffff;
}

/* Backgrounds
---------------------- */


.bg-yellow {
background: rgb(246,222,112);
background: linear-gradient(90deg, rgba(246,222,112,1) 0%, rgba(226,200,79,1) 100%);
}


.bg-gray {
	background-color: #F6F6F6;
}


/* Border Radius
---------------------- */

.br-5 {
border-radius: 5px;
}

.br-8 {
border-radius: 8px;
}

.br-10 {
border-radius: 10px
}

.br-15 {
border-radius: 15px
}

.br-50 {
border-radius: 50%;
}

/* font size
---------------------- */


.f-s-14 {
font-size: 14px;
} 

.f-s-15 {
font-size: 15px;
} 

.f-s-16 {
font-size: 16px;
} 

.f-s-18 {
font-size: 18px;
} 

.f-s-22 {
font-size: 22px;
}

.f-s-24 {
font-size: 24px;
}

.f-s-50 {
font-size: 50px;
}

.f-w-b {
font-weight: 700;
}

/* shadow
---------------------- */



.sd {
box-shadow: 0 0px 24px rgba(0,0,0,.16);
}

/* Text align
---------------------- */
 
.t-c {
text-align: center;
}
 
  .t-l {
 text-align: left
 }
 
 .t-r {
 text-align: right
 }
 
 /* align content
---------------------- */
 
 .v-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

 .v-r {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

 /* display block
---------------------- */

.d-b {
display: block;
}

.d-f {
display: flex;
}

.d-ib {
display: inline-block
}

.d-if {
display: inline-flex;
}
 /* Position relative 
---------------------- */

.p-r {
position: relative;
}

.p-a {
position: absolute;
}


 /* Slick slider 
---------------------- */

.slick-slide {
    margin: 0 15px;
}

.slick-slide {
    height: inherit !important;
}

.slick-track {
    display: flex !important;
}



/* Media Queries
---------------------------------------------------------------------------- */


/* (1440x900) WXGA+ Display */
@media  screen and (max-width: 1440px) {





.site-header .banner.large {
    height: 560px;
}

.banner.large .banner_content, .banner.small .banner_content {
    padding: 0px 100px;
}

.page-section.projects .inner_project {
    padding: 40px;
    height: 390px;
}


.page-section.projects .button.glass {
    padding: 0px 10px;
}

.project-categories .category .divider {
    padding: 0px 4px;
}

.project-categories .category {
    font-size: 9px;
	}



.page-section.review .swiper-button-prev, 
.page-section.photo-slider .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 300px);
}

.page-section.review .swiper-button-next, 
.page-section.photo-slider .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 300px);
}

.page-section.projects:before {
    bottom: 0px;
}


}

/* */
@media only screen and (max-width : 1399px) {
	
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {



h1 {
    font-size: 40px;
}


h2 {
    font-size: 30px;
    margin: 0 0 20px;
}

h4, .h4 {
    font-size: 22px;
}


.site-header {
    margin-top: 40px;
    margin-bottom: 40px;
	}

    .site-header .container, .page-section.projects .container, .page-section.video .container {
        margin-right: auto;
        margin-left: auto;
        max-width: 1140px;
    }


.site-header .banner.large {
    height: 460px;
}

.page-section.customers .inner_logo {
    padding: 30px;
}

.fade-left, .fade-right {
    width: 120px;
	}

.page-section.review .swiper-button-prev, .page-section.photo-slider .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 100px);
}

.page-section.review .swiper-button-next, .page-section.photo-slider .swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 100px);
}	


.page-section.news .news_intro {
padding-bottom: 40px;
}

.page-section.cta .inner_cta {
    padding: 40px 40px;
    position: relative;
}

.page-section.big-text {
    font-size: 22px;
	}

.site-footer .footer_logo {
padding-bottom: 30px;
}

.page-section.cta .inner_cta h2 {
    font-size: 50px;
    margin: 0;
}


.page-section.projects {
overflow: hidden;
} 

.custom-video-wrapper {
    max-width: 660px;
    height: 260px;
	}

.plyr__video-wrapper {
    height: 370px;
	}


.page-section.photo-slider .swiper-slide img {
    height: 320px;
}

.col-12.filter-mob {
display: block;
padding-bottom: 30px;
}

button.facetwp-flyout-open {
width: 100%;
}

button.facetwp-flyout-open .svg-inline--fa {
padding-right: 7px;
}

.col-12.filter {
display: none;
}




}



/*  */
@media only screen and (max-width : 1199px) {

	
}


/* Ipad AIR */
@media only screen and (max-width : 1140px) {

	
}


/* Ipad AIR */
@media only screen and (max-width : 1180px) {



}


/* Ipad Pro */
@media only screen and (max-width : 1024px) {



.mx-custom {
    width: auto;
    margin: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}


h1 {
    font-size: 40px;
}


h2 {
    font-size: 30px;
    margin: 0 0 20px;
}

h4, .h4 {
    font-size: 22px;
}

.p-t-lg {
    padding-top: 50px;
}

.p-b-lg{
    padding-bottom: 50px;
}

.site-header {
    margin-top: 40px;
    margin-bottom: 40px;
	}

    .site-header .container, .page-section.projects .container, .page-section.video .container {
        margin-right: auto;
        margin-left: auto;
        max-width: 960px;
    }


.site-header .banner.large {
    height: 460px;
}

.page-section.customers .inner_logo {
    padding: 30px;
}

.fade-left, .fade-right {
    width: 120px;
	}

.page-section.review .swiper-button-prev, .page-section.photo-slider .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 100px);
}

.page-section.review .swiper-button-next, .page-section.photo-slider .swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 100px);
}	


.page-section.news .news_intro {
padding-bottom: 40px;
}

.page-section.cta .inner_cta {
    padding: 40px 40px;
    position: relative;
}

.page-section.big-text {
    font-size: 22px;
	}

.site-footer .footer_logo {
padding-bottom: 30px;
}

.page-section.cta .inner_cta h2 {
    font-size: 50px;
    margin: 0;
}


.page-section.projects {
overflow: hidden;
} 

.custom-video-wrapper {
    max-width: 660px;
    height: 260px;
	}

.plyr__video-wrapper {
    height: 370px;
	}


.page-section.photo-slider .swiper-slide img {
    height: 320px;
}

.col-12.filter-mob {
display: block;
padding-bottom: 30px;
}

button.facetwp-flyout-open {
width: 100%;
}

button.facetwp-flyout-open .svg-inline--fa {
padding-right: 7px;
}

.col-12.filter {
display: none;
}

.page-id-648 .page-section.flexblocks .col-lg-3:nth-child(-n+3) {
width: 33.33333%;
margin-bottom: 30px;
}


.page-id-648 .page-section.flexblocks .col-lg-3 {
width: 100%
}


}
	

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
		
	
}


/* Small Devices, iPad in portrait & landscape */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  {




}


/* iPad in portrait */ 
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) { 


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 12px!important;
	}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
background: rgb(0 0 0 / 48%)!important;
    backdrop-filter: blur(4px)!important;
    -webkit-backdrop-filter: blur( 4px )!important;
}


#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-30 > a.mega-menu-link {
text-align: center;
}

    h1 {
        font-size: 35px;
    }

    .site-header .container, .page-section.projects .container, .page-section.video .container {
        max-width: 720px;
    }


.p-t-xl {
    padding-top: 50px;
}

.p-b-xl {
    padding-bottom: 50px;
}

.site-header .banner.small {
height: 250px;
}

    .site-header .banner.large {
        height: 360px;
    }

.site-header .banner {
    padding: 30px;
	}


.news-card.featured .row {
    flex-direction: column-reverse;
}

    .banner.large .banner_content, 
	.banner.small .banner_content {
        padding: 0px 0px;
    }

.page-section.flexblocks .col-lg-4 {
margin-bottom: 30px;
}

.page-section.flexblocks.col-lg-4:last-child {
margin-bottom: 0px
}

    .page-section.customers .inner_logo {
        padding: 15px;
    }
	
.page-section.customers .inner_logo {
    height: 120px;
	}

.flexblocks .col-lg-3 {
max-width: 50%;
}

.flexblocks .col-lg-3:nth-child(-n+2) {
margin-bottom: 30px;
}

.page-section.contact .inner_contact {
    padding: 40px;
}

.project-card .row {
flex-direction: column-reverse;
}

.page-section.projects-overview .project-card:nth-child(even) .row {
    flex-direction: column-reverse;
}

.project-card .project-card_img img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.readmore {
    bottom: 20px;
    right: 20px;
}

.inner_flexblok.has-button {
    padding: 20px 20px 60px;
}


.site-footer {
    font-size: 14px;
}

.footer_logo {
width: 100px;
}

    .page-section.benefits .benefit:nth-child(-n+3) {
        margin-bottom: 15px;
    }

}

/* Extra Small Devices, Phones */
@media only screen 
and (min-width : 320px) 
and (max-width : 767px) {

.p-t-xl {
    padding-top: 50px;
}

.p-b-xl {
    padding-bottom: 50px;
}

body {
    font-size: 16px;
	}


    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 22px;
        margin: 0 0 20px;
    }
	
	  h4, .h4 {
        font-size: 20px;
    }


.site-header .banner {
    padding: 20px;
	}

    .banner.large .banner_content, .banner.small .banner_content {
        padding: 0px 0px;
    }

    .site-header .banner.large {
        height: 340px;
    }


.site-header .banner.small {
    height: 200px;
}

	.button.glass {
    font-size: 18px;
	}

	.page-section.review .swiper-slide {
    padding: 20px;
	}
	
	    .fade-left, .fade-right {
        width: 0;
    }
	
	    .page-section.review .swiper-button-next, .page-section.photo-slider .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 10px);
    }
	
	    .page-section.review .swiper-button-prev, .page-section.photo-slider .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 10px);
    }
	
	.page-section.flexblocks .col-lg-4 {
margin-bottom: 30px;
}

.page-section.flexblocks.col-lg-4:last-child {
margin-bottom: 0px
}



.page-section.customers .inner_logo {
    height: 100px;
	padding: 10px;
	}
	
.location_inner {
padding-bottom: 20px;
}	

.container.ftr-btm {
text-align: center;
}

.page-section.news .news_intro {
    padding-right: 0px;
}


.news_blocks .col-12:first-child {
margin-bottom: 30px;
}

    .page-section.big-text {
        font-size: 18px;
    }


    .page-section.cta .inner_cta h2 {
        font-size: 50px;
        margin: 0 0 30px;
    }

.page-section.benefits .benefit:nth-child(-n+3) {
margin-bottom: 15px;
}

.proces-card .proces-card_img img {
    clip-path: none;
    -webkit-clip-path: none;
}


.page-section.proces .proces-card:nth-child(odd) .row {
    flex-direction: column-reverse;
}

    .page-section.projects-overview .project-card:nth-child(odd) .row {
        flex-direction: column-reverse;
    }


.page-section.projects-overview .project-card:nth-child(even) .row {
    flex-direction: column-reverse;
}



.proces-card:nth-of-type(odd) .col-12:last-child {
display: none;
}


.page-section.proces .proces-card:nth-child(even) .row{
    flex-direction: column-reverse;
}


.proces-card:nth-of-type(even) .proces-card_img img {
    clip-path: none;
    -webkit-clip-path: none;
	height: 200px; 
}


.page-id-688 .proces-card:nth-of-type(even) .col-12:last-child {
display: none
}

.page-id-688 .proces-card:nth-of-type(odd) .col-12:last-child {
display: block
}



.subtitle {
    font-weight: 300;
    font-size: 18px;
}

    .custom-video-wrapper {
        max-width: 320px;
        height: 130px;
    }


.page-section.video {
    margin-bottom: 50px;
}

    .page-section.photo-slider .swiper-slide img {
        height: 210px;
    }


.page-section .swiper-button-next, .page-section .swiper-button-prev {
    width: 35px;
    height: 35px;
}

.swiper-navigation .svg-inline--fa {
    height: 14px;
}

.news-card.featured .row {
    flex-direction: column-reverse;
}

.news-card.featured .news-card_img img {
    height: 200px;
}

.news-card .news-card_img img {
    height: 200px;
}

.news-card .news-categories .category {
    font-size: 16px;
}

.news-card .news-card_inner {
    padding: 20px 20px 60px;
}



.project-card .project-categories .category {
    font-size: 10px;
	}


.project-card .project-card_inner {
    padding: 20px 20px 60px;
}

.project-card .project-card_img img {
    height: 200px;
    object-fit: cover;
}


.page-id-648 .page-section.flexblocks .col-lg-3:nth-child(-n+3) {
width: 100%;
margin-bottom: 30px;
}


.page-id-648 .page-section.flexblocks .col-lg-3 {
width: 100%
}


.page-section.contact .inner_contact {
    padding: 40px 40px;
    position: relative;
}

.site-footer .realization {
    text-align: center;
}

}

/* Extra Small Devices, Phones landscape*/
@media only screen 
and (min-width : 414px) 
and (max-width : 736px) 
and (orientation : landscape) { 



}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

	

	
	
}  



@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */



	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	
	

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */



	/* Content
	--------------------------------------------- */


	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}


	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


@media screen and (max-width:575px) {
	.uzp__driving-licenses label {
		width: calc(100%/2 - 0.6rem);
	}
}



@media screen and (max-width:993px) {
	#apply-form .inner.text.right, #apply-form .inner.text.left{
		margin:0;
	}
}