/*!
Theme Name: Werk-Vitaal
Author: europewebmedia
Author URI: https://europewebmedia.nl/
Description: werk-vitaal custom theme based on Bootstrap framework.
Version: 1.0.0
Requires at least: Bootstrap 5.0
Requires PHP: 8.1+
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: werkvitaal
*/

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.open-sans-300 {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
.open-sans-400 {
font-family: "Open Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings: "wdth" 100;
}
.open-sans-500 {
font-family: "Open Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-variation-settings: "wdth" 100;
}
.open-sans-600 {
font-family: "Open Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
font-variation-settings: "wdth" 100;
}
.open-sans-700 {
font-family: "Open Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-variation-settings: "wdth" 100;
}
.open-sans-800 {
font-family: "Open Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
font-variation-settings: "wdth" 100;
}
.open-sans-900 {
font-family: "Open Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 900;
font-style: normal;
font-variation-settings: "wdth" 100;
}
.hind-light {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hind-regular {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hind-medium {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hind-semibold {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.hind-bold {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.inter-100 {
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 100;
font-style: normal;
font-variation-settings:"slnt" 0;
}
.inter-200 {
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 200;
font-style: normal;
font-variation-settings:"slnt" 0;
}
.inter-300 {
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
font-variation-settings:"slnt" 0;
}
.inter-400 {
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings:"slnt" 0;
}
.inter-500 {
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-variation-settings:"slnt" 0;
}
.inter-600 {
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
font-variation-settings:"slnt" 0;
}
.inter-700 {
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-variation-settings:"slnt" 0;
}
.inter-800 {
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
font-variation-settings:"slnt" 0;
}
.inter-900 {
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 900;
font-style: normal;
font-variation-settings:"slnt" 0;
}


body {
    /*font-family: "Calibri", sans-serif;*/
	font-family: "Inter", "Open Sans", sans-serif;
	color: #020407;
	font-size: 14px;
}
.h-16 {
	height: 3rem;
}

.container.wide {
	max-width: 1920px;
}

/*.content-main {
	padding-top: 145px;
}*/
.content-page-main {
	padding-top: 9.063rem;
}

.content-section {
	padding: 3rem 0;
}

.banner-section {
	padding-top: 0;
	padding-bottom: 0;
}

.primary-btn {
	padding: .5rem 1.5rem;
    background: #1956A9;
    text-decoration: none;
    color: #fff;
    /* font-weight: bold; */
    font-size: 1rem;
    font-family: "Hind", sans-serif;
    border-radius: 9999px !important;
}
.primary-btn:hover,
.primary-btn:active,
.primary-btn:focus {
	/*background: #d09535;
	color: #fff;
	opacity: 1;*/
	background: #0a1d37;
    text-decoration: none;
    color: #fff;
}
.primary-btn.has-border {
	border: 1px solid #fff;
}

.secondary-btn {
	padding: .5rem 1.5rem;
    background: #FF9535;
    text-decoration: none;
    color: #fff;
    /* font-weight: bold; */
    font-size: 1rem;
    font-family: "Hind", sans-serif;
    border-radius: 9999px !important;
}
.secondary-btn:hover,
.secondary-btn:active,
.secondary-btn:focus {
	/*background: #d09535;
	color: #fff;
	opacity: 1;*/
	background: #FF9535;
    text-decoration: none;
    color: #fff;
}
.secondary-btn.has-border {
	border: 1px solid #fff;
}

.hidden-text {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.hidden-text.visible {
    opacity: 1;
    transform: translateY(0);
}

.section-heading, .title {
	color: #1956a9;
    font-weight: bold;
	font-family: "Hind", sans-serif;
}
h2.section-heading {
	font-size: calc(1.525rem + 3.3vw);
}

.text-bold {
	font-weight: bold;
}
.text-blue {
	color: #1956a9;
}

.bg-orange {
	background: #ff9433;
}
.bg-blue {
	/*background: #1955a8;*/
	background: #1956A9;
}

/* add "lang" attr on element */
.break-word-hyphen {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

@media (min-width: 768px) {
	h2.section-heading {
		font-size: 3rem;
	}
}

.topbar {
    /*background: #ff9433;*/
    color: #fff;
}
.topbar .content-section {
    padding: 1.5rem 0;
}
.topbar a {
	color: #fff;
	text-decoration: none;
}

.fullwidth-section .section-heading.half-width {
    /*font-size: 60px;*/
    text-align: center;
	margin: 0 auto;
}

/* menu */
.header-main {
	z-index: 100;
}
.header-main .site-logo img {
    max-height: 7rem;
    width: auto;
	transition: all 0.3s linear;
}
.header-main .navbar {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.header-main .navbar.fixed-top.bg-white .site-logo img {
	width: auto;
    max-height: 3rem;
}
.header-main .navbar.fixed-top.bg-white {
	background: rgba(255,255,255,0.8) !important;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.menu-item a {
	color: var(--bs-navbar-active-color);
	font-family: "Hind", sans-serif;
    font-size: 1.25rem;
    /*font-weight: bold;*/
    padding: 0.5rem 1rem;
    margin: 0 10px;
    text-decoration: none;
}

#masthead .menu-item a {
	color: #2c2e35;
    font-weight: 400;
    font-size: 18px;
	font-family: "Hind", sans-serif;
}
#masthead .menu-item .dropdown-menu a {
	color: #fff;
}
#masthead .menu-item .dropdown-menu a.active {
	background: #1955a8;
}
#primary-menu > .menu-item > a:hover,
#primary-menu > .menu-item > a:active,
#primary-menu > .menu-item > a:focus {
	/*background: #ff9433;
    color: #fff!important;*/
	background: transparent;
    color: #ff9433!important;
}
#primary-menu > li:last-child a {
	background: #FF9535;
    color: #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 1;
	border-radius: 1.5rem;
    font-weight: 400!important;
    font-size: 18px;
    
}
#primary-menu > li:last-child a:hover {
	/*background: #d09535;
	opacity: 1;*/
	background: #FF9535;
    color: #fff!important;
	
}

.header-main .navbar.fixed-top.bg-white .menu-item a {
	color: #2c2e35;
    font-weight: 500;
    font-size: 1.25rem;
}
.header-main .navbar.fixed-top.bg-white .menu-item:hover .dropdown-menu a {
	color: #fff;
}


@media (max-width: 991px) {
	.header-main .site-logo img {
		max-height: 3rem;
	}
}
@media(max-width: 767px) {
	.navbar {
		padding-top: 0;
	}
	
	.navbar > .container {
		/*background: #f5a400;*/
	}
	
	.shrink-sticky-header .site-logo img {
		max-height: 3rem !important;
	}
	
	.menu-item a {
		font-size: 18px;
	}
	
    .content-page-main {
        padding-top: 5.063rem;
    }
}
@media (max-width: 575px) {
	.menu-item a {
		font-size: 1rem;
	}
}

@media (min-width: 992px) {
	.fullwidth-section .section-heading.half-width {
	    width: 50%;
	}
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.bg-black-blur {
	--tw-bg-opacity: 1;
  	background-color: rgb(0 0 0/var(--tw-bg-opacity));
}
.inset-0 {
 	inset: 0;
}
/* homepage slider */
.carousel-item {
	/*height: 32rem;*/
	/*height: 38rem;*/
}
.banner-carousel .carousel-item img {
	object-fit: fill;
    width: 100%;
    visibility: hidden;
    opacity: 0;
	/*height: 720px;*/
	height: 760px;
}
.banner-carousel .carousel-item .content-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
    display: flex;
	align-items: center;
}
.banner-carousel .carousel-item .container {
	position: relative;
}
.banner-carousel .carousel-caption {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
}
.banner-carousel .carousel-caption .title {
    /*font-size: 2.5rem;*/
    text-align: center;
    width: 90%;
	color: #fff;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, .7));
}
.banner-carousel .carousel-caption .description {
	font-size: 1.2rem;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, .7));
}
.carousel-control-next, .carousel-control-prev {
    /*display: none;*/
    width: 30%;
    opacity: 1;
}
.carousel-indicators {
	margin-bottom: 3rem;
}
.carousel-indicators [data-bs-target],
.partners-gallery .slick-dots li button:before  {
    background: #fff !important;
    cursor: pointer;
    box-sizing: content-box;
    padding: 2px;
    opacity: 0.8;
    width: 26px;
    margin-left: 4px;
    margin-right: 4px;
    height: 6px;
}
.carousel-indicators .active,
.partners-gallery .slick-dots li.slick-active button:before {
    opacity: 1!important;
	background: #f5a400 !important;
}

.carousel-indicators.with-img {
	margin-bottom: 3rem;
	justify-content: flex-end;
}
.carousel-indicators.with-img [data-bs-target] {
    background: none !important;
    cursor: pointer;
    box-sizing: content-box;
    padding: 2px;
    opacity: 0.8;
    width: unset;
    height: unset;
    margin-left: 4px;
    margin-right: 4px;
    text-indent: unset;
}
.carousel-indicators.with-img [data-bs-target] .img-container {
	width: 10rem;
	height: 6.5rem;
}
.carousel-indicators.with-img [data-bs-target] .img-container img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: transparent;
	padding: 2rem .75rem;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .3));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
.carousel-indicators.with-img .active .border-container {
	--tw-border-opacity: 1;
	border-bottom: 4px solid rgb(255 255 255/var(--tw-border-opacity));
}
.banner-carousel .carousel-item img.img-logo {
	visibility: visible;
	width: 100%;
	height: auto;
	opacity: 1;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, .7));
}

.section-qoute {
	color: #FFF;
	height: calc(100vh - 40vh);
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
@media (min-width: 1024px) {
	.lg\:h-32 {
		height: 8rem;
	}
	.lg\:col-span-full {
		grid-column: 1/-1;
	}
	.lg\:col-span-full {
		grid-column: 1/-1;
	}
}
@media (min-width: 1440px) {
  a.btn-white .btn-container {
    padding: .75rem 1.5rem;
  }
}
.w-24 {
	width: 6rem;
}
.h-16 {
	height: 4rem;
}

a.btn-white .btn-container {
	background: #1956A9;
	color: #FFF;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 9999px;
	padding: .5rem 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}
a.btn-white:hover .btn-container {
	background-color: #0a1d37;
}
.col-span-full {
  grid-column: 1/-1;
}

.partners-gallery .slick-dots {
	transform: translateY(-2rem);
}
.partners-gallery .slick-dots li {
	margin-left: 1rem;
	margin-right: 1rem;
}
.partners-gallery .slick-dots li button:before,
.partners-gallery .slick-dots li.slick-active button:before {
	color: transparent;
}
.partners-gallery .slick-dots li button:before {
	background: #f5a400 !important;
	opacity: 0.5;
	height: 24px;
}
.partners-gallery .slick-dots li.slick-active button:before {
	opacity: 1;
}
.partners-gallery .slick-slide {
	min-height: 240px;
}
.partners-gallery .slick-slide img {
    height: 100px;
    object-fit: scale-down;
}

@media (max-width: 991px) {
	.banner-carousel .carousel-item img {
		height: 480px;
	}
	
	.banner-carousel .carousel-caption .title {
		font-size: calc(1.375rem + 1.5vw);
	}
}

@media(max-width: 767px) {
	
	.carousel-caption .title {
		font-size: 3rem;
	    text-align: center;
	    width: auto;
	    color: #fff;
	    text-shadow: 0px 1px 2px black;
	}
	
	.content-main {
		padding-top: 60px;
	}
}

@media (max-width: 575px) {
	.banner-carousel .carousel-item img {
	    height: 360px;
	}
}

/* single banner */
.banner-section .single-banner .banner-section-container img,
.banner-section .single-banner .banner-section-container svg {
    max-height: 640px;
    min-height: 480px;
}

.single-banner .banner-section-container .content-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    height: 100%;
    display: flex;
    align-items: center;
}
.single-banner .banner-section-container {
	background-size: cover!important;
}

.single-banner .banner-section-container {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center right;
}

@media (max-width: 767px) {
	.single-banner .banner-section-container {
		background-position: top;
	}
	.banner-section .single-banner .banner-section-container img {
		max-height: 480px;
	    min-height: 320px;
	}
	
}

@media (max-width: 991px) {
	.banner-section .single-banner .banner-section-container img {
		width: 100%;
	}
}

/* content */
.header-main + .content-main {
	z-index: 50;
	position: relative;
}

/* Homepage Featured Section 3 */
.home-featured .section-container {
	background: transparent;
	/*height: 580px;*/
	/*height: 480px;*/
}
.home-featured .section-container .feature-bg-img {
	max-height: 240px;
}
.home-featured .section-container .container-row .content-block {
	top: 0;
	left: 0;
	right: 0;
}

.home-featured .container-fluid .container-row .content-block .content-block-inner {
	z-index: 1;
}
.home-featured .container-row .service-card-wrapper {
	-webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	transform: unset;
}
.home-featured .container-row:hover .service-card-wrapper {
	transform: scale(1.05,1.05);
	/*-webkit-transform: scale(1.05,1.05);*/
}

.home-featured .column-bg-image {
	/*background-size: cover!important;*/
}

.home-featured .container-fluid .container-row .content-block .content-block-inner .feature-title {
	color: #FFF;
	/*font-size: 30px;*/
	/*padding: 20px 0px;*/
	font-family: "Hind", sans-serif;
}
.home-featured .column-bg-image .feature-img {
	height: 50px;
}

/* Homepage Featured Section 4 */
.home-meet .section-container {
	background: #1955a9;
	/*width: 100%;*/
	/*margin-top: 6rem;*/
}
.home-meet .home-meet-left-content img {
	object-fit: cover;
	/*max-height: 480px;*/
	max-height: 360px;
}
.home-meet .column-2 {
	padding: 3rem 2rem;
}
.home-meet .column-2 .btn{
	/*width: 9rem;*/
}

.service-card-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.service-card-container .left-column {
    padding: 20px;
}
.service-card-container .right-column {
    padding: 20px;
}
.service-card-container .right-column a {
	text-decoration: none;
	color: #000;
}
.service-card-container .right-column a:first-child .list-item {
	border-top: 1px solid #000;
}
.service-card-container .right-column .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}
.service-card-container .right-column .list-item .service-card-wrapper {
	-webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	transform: unset;
}
.service-card-container .right-column .list-item .service-card-wrapper {
	transform: scale(1.05,1.05);
	/*-webkit-transform: scale(1.05,1.05);*/
	max-height: 200px;
}
.service-card-container .right-column .list-item .service-card-wrapper .text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.service-card-container .right-column .list-item .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 100%;
}

@media (max-width: 768px) {
    .service-card-container {
        grid-template-columns: 1fr;
    }
    .right-column,
    .left-column {
        border-left: none;
        padding: 0px !important;
    }
}

@media (max-width: 575px) {
	.home-meet .home-meet-left-content img {
		object-fit: contain;
	    /* max-height: 480px; */
	    max-height: 360px;
	    max-width: 100%;
	}
}

/* home section 5 */
.news-carousel-section .slick-slide img {
	object-fit: cover;
    /*max-height: 320px;*/
    max-height: 260px;
}
.news-carousel-section .list-default-image {
	max-height: 260px;
}
.news-carousel-section .title {
	font-family: "Inter", "Open Sans", sans-serif;
}
.card-link {
    color: #1956a9;
    margin: 0 1rem;
}
@media(min-width: 768px) {
	.home-meet .column-2 {
		padding: 3rem 6rem;
	}
}
@media(min-width: 992px) {
	.home-meet .column-2 {
		padding: 0 4rem;
	}
	
	.home-featured .section-container .feature-bg-img{
		max-height: 360px;
	}
	
	.home-featured .column-bg-image .feature-img {
		/*height: 80px;*/
		height: auto;
	    width: 55px;
	}
	
	.home-featured .section-container {
		background: transparent;
	}
	
	.home-meet .home-meet-left-content img {
		/*max-height: 600px;*/
		max-height: 480px;
	}
	
	.news-carousel-section .title {
		min-height: 3rem;
	}
}
@media(min-width: 992px) and (max-width: 1199px) {
	.home-featured .container-fluid .container-row .content-block .content-block-inner .feature-title {
		font-size: 1.35rem!important;
	}
}
@media(min-width: 1200px) {
	.home-meet .column-2 {
		/*padding: 6rem;*/
	}
}

/* home section 6 - split form section */
.split-form-section .wpcf7-form label {
    color: #fff;
    margin-bottom: 5px;
	font-size: 1rem;
}
.split-form-section .wpcf7-form .wpcf7-text,
.split-form-section .wpcf7-form .wpcf7-textarea {
	font-size: 1rem;
}
.split-form-section .wpcf7-form label .wpcf7-form-control-wrap {
    display: inline-block;
    margin-top: 1rem;
}
.split-form-section .wpcf7-form .wpcf7-form-control {
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    /*background: #dbe1df;*/
}
.split-form-section .wpcf7-form .wpcf7-form-control.wpcf7-validates-as-required.has-error {
	border: 1px solid red;
}
.split-form-section .form-control-textarea,
.split-form-section .form-control-textarea .wpcf7-form-control-wrap,
.split-form-section .form-control-textarea textarea {
	width: 100%;
}
.split-form-section .wpcf7-form p label,
.split-form-section .wpcf7-form p label span {
	display: inline-block;
	width: 100%;
}
.split-form-section .wpcf7-form p input {
	width: 100%;
}
.split-form-section .wpcf7-form .wpcf7-submit {
    background: #1956A9;
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
    font-size: 1rem;
	font-family: "Hind", sans-serif;
    border-radius: 9999px;
    font-weight: 400;
    padding: .5rem 1.5rem;
	width: auto;
}

.split-form-section .wpcf7-form .wpcf7-submit:hover,
.split-form-section .wpcf7-form .wpcf7-submit:active,
.split-form-section .wpcf7-form .wpcf7-submit:focus {
	/*background: #ec903a;*/
	background: #0a1d37;
	color: #fff;
}

/* split-form section */
.split-form-section .form-has-upload .d-flex label {
    cursor: pointer;
}
.split-form-section .form-has-upload .d-flex div,
.split-form-section .form-has-upload .d-flex p {
    display: flex;
}
textarea:focus, input:focus{
    outline: none;
}
.form-control:focus,
input[type="file"]:focus {
    border: unset !important;
    outline: none;
    border-color: transparent;
    box-shadow: unset;
}
.split-form-section .form-has-upload input[type="file"] {
    /*background: none;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    display: none;*/

    /*cursor: pointer;
    background-color: #dbe1df;
    border: 1px solid #fff;
    border-style: dashed;
    padding: 1rem 4rem;
    font-size: 11px;
    color: #101315;
    display: inline-block;
    margin: 1rem 0;
    width: 80%;
    border-radius: unset;*/

    /* opacity: 0;
     visibility: hidden;
     padding: 0;
     display: none; */
    /* background-color: #dbe1df;
     border: 1px solid #fff;
     border-style: dashed; */
    /* margin: 1rem 0;
     width: 80%; */
    background: none;
    cursor: pointer;
    padding: 0;
    font-size: 11px;
    /*color: #101315;*/
    display: inline-block;
    border-radius: unset;
    color: transparent;
}
.split-form-section .form-has-upload .d-flex .wpcf7-form-control-wrap {
    margin: 0;
}
.split-form-section .form-has-upload .d-flex .wpcf7-form-control-wrap + span {
    cursor: pointer;
    background-color: #dbe1df;
    border: 1px solid #fff;
    border-style: dashed;
    padding: 1rem 4rem;
    font-size: 11px;
    color: #101315;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* transform: translateY(-1rem); */
    display: inline-block;
    margin: 5px 0 1rem 0;
}
.split-form-section ::-webkit-file-upload-button,
.split-form-section ::file-selector-button {
	display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #ff9435;
	font-size: 13px;
    font-style: italic;
}


.twocol-form-section .wpcf7-form label {
    color: #fff;
    margin-bottom: 5px;
}
.twocol-form-section .wpcf7-form label .wpcf7-form-control-wrap {
    display: inline-block;
    margin-top: 1rem;
}
.twocol-form-section .wpcf7-form .wpcf7-form-control {
    padding: 8px 16px;
    border: none;
    background: #dbe1df;
}
.twocol-form-section .form-control-textarea,
.twocol-form-section .form-control-textarea .wpcf7-form-control-wrap,
.twocol-form-section .form-control-textarea textarea {
	width: 100%;
}
.twocol-form-section .wpcf7-form .wpcf7-submit {
    padding: 8px 12px;
    background: #ff9435;
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
    font-weight: bold;
    font-size: 18px;
}

/* home split form section */
.split-form-section .content-block .content-block-container {
    max-width: 720px;
}
@media (max-width: 991px) {
    .split-form-section .content-block .content-block-container {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 992px) {
    .split-form-section .container-background {
        background: linear-gradient(110deg, #1955a9 50%, #7fb5e0 60%);
    }
    .split-form-section .content-block .content-block-container {
        max-width: unset;
    }
    .split-form-section .column-1 .content-block-container {
        padding-right: 4rem;
    }
    .split-form-section .column-2 .content-block-container {
        padding-left: 4rem;
    }
}

/* home section 7 */
 .orange-block {
	background: #ff9435;
	height: 100%;
}
.orange-block .title {
	color: #fff;
	font-weight: 500;
	/*font-size: 1.125rem;*/
	font-size: 1.1rem;
	font-family: "Inter", "Open Sans", sans-serif;
}

.width70-grid-center-block {
    /*width: 70%;*/
	display: grid;
	place-content: center;
	height: 100%;
}

@media (max-width: 1199px) {
    .orange-block .btn {
        position: absolute;
        bottom: 1.5rem;
        left: 20%;
    }
}

@media (max-width: 991px) {
    .orange-block .btn {
        position: relative;
        bottom: unset;
        left: unset;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .orange-blocks-section .container {

    }
    .orange-block .title {
        font-size: 1.125rem;
    }
    .orange-block .btn {
        position: relative;
        bottom: unset;
        left: unset;
    }
}

/* dienstein */
.diensten-row {
	box-shadow: 0 4px 8px -2px rgb(0 0 0 / 25%);
}

/* dienstein detail */
.page-template-diensten-detail .orange-blocks-section .col-md-4.content-block {
	padding-bottom: 3rem;
}
.page-template-diensten-detail .twocol-halfbanner-section .primary-btn {
	display: inline-block;
    width: fit-content;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* footer */
footer {
    color: #fff;
}
footer .content-section:first-child .title {
    font-size: 1.125rem;
    font-weight: bold;
}
footer .widget-container h1,
footer .widget-container h2,
footer .widget-container h3,
footer .widget-container h4 {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
footer .widget-container h4 {
	font-size: 1.125rem;
    font-weight: bold;
}

footer .content-block a:hover {
	color: #1955a9;
}
footer .widget-container a {
    color: #fff;
    text-decoration: none;
}
footer .widget-logo img {
	max-height: 150px;
	width: auto;
}
footer .widget-menu-container .menu {
	padding: 0;
	list-style-type: none;
}
footer .widget-menu-container a {
    font-weight: 400;
    font-size: 1rem;
	margin: 0;
    padding: 0;
}
footer .widget-menu-container a:hover {
	color: #1955a9;
}
footer .copyright-info,
footer .cert-text {
	font-size: 14px;
}

@media (max-width: 767px) {
	footer .content-block {
		margin-bottom: 2rem;
	}
	footer .col-md-1 .widget-menu-container {
		float: left;
		margin-right: 2rem;
	}
	footer .copyright-info,
	footer .cert-text {
		font-size: 12px;
	}
}

li.dropdown .dropdown-toggle::after {
	content: unset;
}
li.dropdown:hover .dropdown-toggle::after {
    content: "";
    position: absolute;
    left: 35%;
    bottom: -0.2rem;
    border-top: 0;
    border-bottom: 14px solid #7fb5e0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    /* transform: translate(-297%, 18px); */
	/*display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;*/
}
li.dropdown:hover > .dropdown-menu {
    display: block;
    background: #7fb5e0;
	border: none;
    color: #fff;
    border-radius: 0;
    padding: 1rem 0;
    transform: translate(-5rem, 0);
	/*margin-top: 1rem;*/
}
li.dropdown:hover > .dropdown-menu a {
    font-weight: 400;
    margin: 0;
    padding: 0.5rem 1.5rem;
	
}
li.dropdown:hover > .dropdown-menu a:hover {
	background: #1955a8;
	color: #fff;
}

@media (max-width: 767px) {
	.topbar .content-block div {
		font-size: 13px;
	}
}


@media (max-width: 991px) {
	.topbar .container {
		max-width: 100%;
	}
	.header-main .navbar {
		background: #fff;
		padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
	}
	.header-main .navbar.fixed-top.bg-white {
	    /*padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);*/
		background: rgba(255,255,255,1) !important;
		box-shadow: 0 2px 5px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	}
	.header-main .navbar > .container {
		/*max-width: 100%;*/
	}
	
	.header-main .navbar button,
	.header-main .navbar button:hover,
	.header-main .navbar button:focus:not(:focus-visible) {
		border: none;
		box-shadow: none;
	}
	
	#primary-menu > li:last-child a {
		width: fit-content;
	}
	li.dropdown:hover .dropdown-toggle {
		position: relative;
	}
	li.dropdown:hover .dropdown-toggle::after {
		left: 2rem;
		transition: all 0.3s linear;
	}
	li.dropdown:hover > .dropdown-menu {
		transform: unset;
		transition: all 0.3s linear;
	}
	
	footer .widget-logo img {
		max-height: 100px;
	}
}

@media (min-width: 992px) {
	#frontpagehead .navbar:not(.bg-white) .menu-item a {
		color: #fff;
		font-weight: 500;
		-webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .3));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
	}
	
	.banner-carousel .carousel-caption .title {
	    /*font-size: 60px;*/
	    width: 40%;
	}
}


/* two column section */
.twocol-halfbanner-section img {
    object-fit: cover;
    max-height: 360px;
}

@media (max-width: 575px) {
    .twocol-halfbanner-section .column-2 .text-content {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
	.twocol-halfbanner-section img {
		width: 100%;
	}
}

@media (min-width: 992px) {
    .twocol-halfbanner-section img {
        object-fit: cover;
        max-height: 480px;
        min-height: 465px;
    }
}


/* overzicht */
.list-item-row .column-1 img {
    max-height: 400px;
}
.list-item-row .list-default-image {
	background: url(/wp-content/uploads/2024/01/logo-werkvitaal.png) scroll repeat center;
    background-size: 140px;
    filter: grayscale(1);
    height: 400px;
    opacity: 0.5;
}
.list-item-row .list-item-link {
	z-index: 10;
}
.list-item-row .workhours {
	top: 1rem;
	left: 1rem;
	z-index: 50;
}
.list-item-row .workhours span {
	background-color: #83a4ca;
}

@media (max-width: 767px) {
    .list-item-row .column-1 img {
        max-height: 240px;
    }
	.list-item-row .list-default-image {
        height: 240px;
    }
}

@media (max-width: 575px) {
	.list-item-row .column-1 img, 
	.list-item-row .list-default-image {
		max-height: 180px;
	}
	.list-item-row .workhours {
		left: 0.25rem;
		top: 0.25rem;
	}
	.list-item-row .text-content {
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.list-item-row .column-1 img {
		min-height: 360px;
		max-height: 400px;
	}
}
@media (min-width: 1200px) {
    .list-item-row .content-block-inner {
        width: 50%;
    }
}
.basic-section {
	font-family: "Inter", "Open Sans", sans-serif;
}
.basic-section h1,
.basic-section h2,
.basic-section h3,
.basic-section h4,
.basic-section h5,
.basic-section h6,
.basic-section .title,
.basic-section .heading {
	color: #FFF;
	font-family: "Hind", sans-serif;
	font-weight: bold;
}
.basic-section h2 {
	font-size: 2.75rem;
	margin-bottom:20px !important;
}
.basic-section h3 {
	font-size: 2rem;
	line-height: 1.2;
}
.basic-section h3 {
	font-size: 2rem;
	line-height: 1.2;
}
.basic-section a:not(.btn) {
	color: #FF9535;
}
.basic-section ul {
	list-style-type: none;
	margin: 0;
	margin-left: 0.5rem;
	padding: 0;
}
.basic-section ul {
	margin-left: 0;
	text-align: left;
}
.basic-section li::before {
    content: " ";
    speak: none;
    display: inline-block;
    list-style: none;
    margin-right: 0.5rem;
    color: #FF9535;
    background-color: #FF9535;
    height: 1rem;
    width: 1rem;
    transform: translateY(2px);
}
.font-garamond {
	font-family: "EB Garamond", serif !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    font-style: italic;
}

.progress-container {
    position: relative;
    width: 50px;
    height: 50px;
}
.progress-ring {
    transform: rotate(-90deg);
}
.progress-ring circle {
    transition: stroke-dashoffset 0.1s linear;
}

.li-a-menu-counter-container {
    position: relative;
    display: inline-block;
}
.li-menu-counter-badge {
    position: absolute;
    top: 5px;
    right: 0;
    transform: translate(50%, -50%);
    background-color: #ff9433;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 50%;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}
table.vacatures-table tbody tr th {
	padding: 3px;
	background-color: #80B6E0;
	color: #1956A9;
}
table.vacatures-table tbody tr td {
	padding: 3px;
}