/*
Theme Name: ditis.DKZ
Theme URI: https://ditisabc.nl
Template: generatepress
Author: ditisABC
Author URI: https://ditisabc.nl
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.2.1.1667914384
Updated: 2022-11-08 13:33:04

*/

/* Formulier styling */
div.wpcf7 {
	max-width: 600px; 
	margin: 0 auto;
	padding: 30px;
}

.wpcf7-form-control-wrap .wpcf7-text {
	width: 100%;
	background-color: #26282b !important;
	margin-bottom: 10px;
	border: unset;
	padding: 16px 18px;
	font-size: 20px;
	border-radius: 10px;
	color: white;
}

.wpcf7-form-control-wrap .wpcf7-text:focus {
	color: white;
}

.wpcf7-form-control-wrap .wpcf7-text::placeholder { 
	color: #ffffff47;
	font-weight: bold;
}

.wpcf7-form-control-wrap .wpcf7-textarea::placeholder {
	color: #ffffff47;
	font-weight: bold;
}

.wpcf7-form-control-wrap .wpcf7-textarea {
	background-color: #26282b !important;
	border: unset;
	padding: 16px 18px;
	font-size: 20px;
	border-radius: 10px;
	color: white;
	font-weight: bold;
}

.wpcf7-select {
	color: white;
		width: 100%;
	background-color: #26282b !important;
	margin-bottom: 10px;
	border: unset;
	padding: 16px 18px;
	font-size: 20px;
	border-radius: 10px;
}

.wpcf7-file {
	width: 100%;
	margin-bottom: 10px;
	border: unset;
	padding: 16px 18px 16px 0;
	font-size: 16px;
	color: white;
}

p.cv_form {
	font-size: 20px;
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 800;
}

.wpcf7-submit {
	background-color: #c88f42 !important;
    border-radius: 5px;
    font-weight: bold;
}

.wpcf7-form-control-wrap {
	display: flex;
    flex-direction: column-reverse;
}

.wpcf7-response-output {
	background-color: white;
}

.vacature-grid {
    display: flex;
    gap: 80px 40px;
    flex-wrap: wrap;
    padding: 60px 0;
}

h3.vacature-title {
	color: white;
	font-weight: bold;
	font-family: poppins, sans-serif;
    font-size: 22px;
	margin-bottom: 40px;
	margin-top: 10px;
}

.vacature-item {
	flex: 32%;
    width: 32%;
    max-width: 353px;
	
}

.vacature-button {
	padding: 12px 18px;
    background: #c88f42;
    color: white;
    border-radius: 10px;
}

.vacature-grid img { 
	width: 100%; 
	border-radius: 10px !important;
	height: 230px !important;
    object-fit: cover;
}

@media only screen and (max-width: 1200px) and (min-width: 700px)  { 
	.vacature-item {
		flex: 40%;
		width: 40%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 699px)  { 
	.vacature-item {
		flex: 100%;;
		width: 100%;
		max-width: 100%;
	}
}

.elementor-element.elementor-element-2264faf.elementor-widget.elementor-widget-html {
	width: 100%;
}

.beoordelingen-widget {
	background: black;
    color: white;
}

main#content {
	background-color: black;
	color: white;
}

.user-reviews {
	background-color: black;
}

/* Vacature item header */
.vacatures-wrapper {
    position: relative;
}

.vacatures-extra {
    position: absolute;
    font-size: 20px;
    color: white;
    background: #c88f42;
    line-height: 30px;
    width: 30px;
    padding-left: 2px;
    text-align: center;
    border-radius: 100px;
}

/* Menu item's */
@media (max-width: 767px) {
    .elementor-widget-full-screen-menu-for-elementor .content-type-menu a {
        font-size: 28px !important;
    }

    .vacatures-extra {
        font-size: 17px;
        line-height: 23px;
        width: 23px;
        right: -10px;
        top: 0;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    /* Alleen iPhones met Safari op max 767px breedte */
    .vacatures-extra {
        padding-top: 10px;
    }
  }
}

.elementor-widget-container a {
	color: white;
	text-decoration: underline;
}

.elementor-12 .elementor-element.elementor-element-39b9a4c.elementor-widget-image .elementor-widget-container img {
	-webkit-mask-position: center left !important;
/* 	    margin-right: -150px; */
}

.full-width-content .container.grid-container {
	padding: 0px;
}

html, body {
	max-width: 100%; 
	overflow-x: hidden;
}

.grecaptcha-badge {
    visibility: hidden !important;
}