/*
Theme Name: Egovt
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Version: 1.5.5
Description: Egovt is a modernized take on an ever-popular WordPress. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Egovt will make your WordPress look beautiful everywhere. Created by <a href="https://themeforest.net/user/ovatheme">Ovatheme</a>
Author: <a href="https://themeforest.net/user/ovatheme">Ovatheme</a>
Author URI: <a href="https://themeforest.net/user/ovatheme/portfolio">Ovatheme</a>
License: GNU General Public License
License URI: license.txt
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: egovt
Domain Path: /languages/
*/
/* Form container */
.wpcf7 form {
  max-width: 900px;
}
.formulier.form-row {
	display: block!important;
}
/* 2 kolommen */
.form-row-2 {
  display: flex;
  gap: 30px;
}

.form-row-2 .form-field {
  flex: 1;
}
/* Mobiel */
@media (max-width: 768px) {
  .form-row-2 {
    flex-direction: column;
    gap: 20px;
  }
}

/* Veld spacing */
.form-field {
  margin-bottom: 25px;
}
.bericht {
	margin-bottom: 20px!important;
}
.form-row .form-field p {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}
.zend.form-row p {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}
.zend2.form-row p {
	margin-top: -20px!important;
	margin-bottom: 10px!important;
}
/* Inputs + textarea */
.input-field {
  width: 100%;
  padding: 18px 20px;
  font-size: 18px;
  color: #5f6f8f; /* blauw/grijs zoals screenshot */
  background: #ffffff;
  border: 1px solid #e1e3e8;
  border-radius: 2px;
  transition: all 0.2s ease;
}

/* Textarea hoogte */
textarea.input-field {
  min-height: 180px;
  resize: vertical;
}

/* Placeholder */
.input-field::placeholder {
  color: #5f6f8f;
  opacity: 1;
}

/* Focus state (subtiel) */
.input-field:focus {
  outline: none;
  border-color: #cfd3db;
  background: #fff;
}

/* Submit button */
.submit-btn {
  display: inline-block;
 	padding: 0 30px 0 30px!important;
  background-color: #fec907!important; /* geel */
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
	line-height: 24px!important;
	height: 50px!important;
	font-weight: 700!important;
	margin-top: 20px!important;
}

/* Hover */
.submit-btn:hover {
  background-color: #06163A!important;
}
.wpcf7 input,
.wpcf7 textarea {
  box-shadow: none !important;
  border-radius: 2px !important;
}