/*
Theme Name: HybridMag Child
Theme URI: https://themezhut.com/themes/hybridmag/
Template: hybridmag
Author: ThemezHut
Author URI: https://themezhut.com
Description: HybridMag is a modern and stylish WordPress theme for blogs, newspapers, and magazine websites. The advanced options provided with HybridMag allow you to tailor every aspect of your website to match your brand, making it the best choice for online publishers.
Tags: news,blog,grid-layout,right-sidebar,two-columns,custom-logo,custom-menu,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready,rtl-language-support
Version: 1.0.8.1762355460
Updated: 2025-11-05 15:11:00

*/

.hm-designer-credit{ display:none !important;}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    color: #404040 !important;
}

/* Basis grid voor het CF7 formulier */
.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Standaard: alle <p>'s nemen volledige breedte */
.wpcf7-form > p {
  grid-column: 1 / -1;
  margin: 0;
}

/* Voornaam & Achternaam */
.wpcf7-form > p:nth-of-type(1),
.wpcf7-form > p:nth-of-type(2) {
  grid-column: span 1;
}

/* E-mail & Telefoon */
.wpcf7-form > p:nth-of-type(3),
.wpcf7-form > p:nth-of-type(4) {
  grid-column: span 1;
}

/* Inputs mooi full-width */
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  box-sizing: border-box;
}

/* Mobiel: alles onder elkaar */
@media (max-width: 768px) {
  .wpcf7-form {
    grid-template-columns: 1fr;
  }
}
/* Cloudflare Turnstile altijd volle breedte en bovenaan */
.wpcf7-form .cf-turnstile,
.wpcf7-form .wpcf7-turnstile {
  grid-column: 1 / -1;
}

/* Extra ruimte onder de captcha */
.wpcf7-form .cf-turnstile {
  margin-bottom: 20px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  color: #404040;
}

