/*
Theme Name: Ollie-BuroStaal
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.5-RC2
Requires PHP: 5.7
Version: 1.0.38
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ollie
Text Domain: ollieburostaal
Tags: blog, entertainment, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, wide-blocks, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, 
*/

.gform_wrapper h4.list-group-item-heading {
    margin-bottom: 0;
}

ul.kvkapi_results:not(:empty) {
    padding: 0 0px 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    margin-top: 0;
    max-height: 500px;
    overflow-y: auto;
    position: absolute;
    width: calc(100% - 36px);
    background: #fff;
    z-index: 9;
    margin-left: 18px;
}

.gfield.kvk{
	position:relative;
}

.gfield.kvk input{
	z-index:10;
	position: relative;
}

.gfield.kvk label.gfield_label.gform-field-label{
	z-index:11!important;
}

ul.kvkapi_results > li {
    padding: 12px 12px;
    cursor: pointer;
    display: block;
}

ul.kvkapi_results > li *{
	font-size:14px!important;
}

ul.kvkapi_results > li:not(:last-child){
    border-bottom: 1px solid #cfcfcf;
}

main.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow {
  margin-top: 0px !Important;
}

.menu-menu-sub {
	background: white;
}

.mega-menu-item p {
	color: #8F9197;
}

.mega-menu-item p a{
	text-decoration: none;
	font-weight: 700;
}

.mega-menu-item.widget_media_image {
	border-radius: 30px;
}


@media only screen and (min-width: 768px){
	.plandemo {display: none!important;}
}
@media only screen and (max-width: 768px){
	.plandemo{
		display: inline-block!important;
		border: none!important;
		padding-top: 20px;
	}
.plandemo a {
		background-color: var(--wp--preset--color--primary)!important;
		border-radius: 50px!important;
		border-top-width: 1px!important;
		border-top-style: solid!important;
		border-right-width: 1px!important;
		border-right-style: solid!important;
		border-bottom-width: 1px!important;
		border-bottom-style: solid!important;
		border-left-width: 1px!important;
		border-left-style: solid!important;
		color: var(--wp--preset--color--base)!important;
		font-family: var(--wp--preset--font-family--noto-sans-jp)!important;
		font-style: normal!important;
		font-weight: 700!important;
        padding: 0px 20px!important;
		margin: 10px!important;
}

.beschrijving {
  width: 310px;
  display: inline-block;
}
.nieuwsbrief a:hover::after{
	display: none!important;
}

/* Boxzilla formulier styling */
#gform_fields_6 > .gfield > .gfield_label {
  	position: relative;
  	z-index: 10;
}

#gform_fields_6 > .gfield > .ginput_container {
	margin-bottom: 10px;
  	margin-left: 5px;
  	margin-right: 5px;
}

#gform_fields_6 > .gfield > .gfield_label {
	background-color: var(--wp--preset--color--primary) !important;
  	color: white !important;
	width:fit-content;
}

#gform_fields_6 > .gfield > .ginput_container input {
	background-color: var(--wp--preset--color--primary) !important;
	border-color: white !important;
	color: white !important;
	width:100%;
}

#field_6_9, #field_6_6 {
  border: none;
}

#field_6_9 legend, #field_6_6 legend, #field_6_8{
  display: none;
}

.gchoice_6_9_1, .ginput_container_consent {
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

#label_6_9_1, .gfield_consent_label {
   margin-left: 10px;
}

#gform_submit_button_6 {
	background-color: white !important;
  	border-color: white !Important;
  	color:  var(--wp--preset--color--primary) !important;
  	padding: 6px 16px;
}

#gform_fields_6 {
    display: flex;
    flex-wrap: wrap; /* Zorgt ervoor dat elementen die niet in één regel passen naar de volgende regel worden verplaatst */
}

#field_6_1,
#field_6_3,
#field_6_5,
#field_6_7 {
    width: 50%; /* Zet de breedte van deze elementen op 50% */
    box-sizing: border-box; /* Zorgt ervoor dat padding en border worden meegerekend in de breedte */
}

#field_6_3,
#field_6_7 {
    margin-left: auto; /* Verplaatst deze elementen naar de rechterkant */
}

#field_6_4, .ginput_container_checkbox, #field_6_6 {
    width: 100%; /* Zet de breedte van dit element op 100% */
    box-sizing: border-box; /* Zorgt ervoor dat padding en border worden meegerekend in de breedte */
}

#boxzilla-3314
{
	background-color: var(--wp--preset--color--primary) !important;
	color: white !important;
}

.gfield_consent_label a {
  color: white;
}

#field_6_18 {
	display:none;
}

#gform_fields_3 > .gfield > .gfield_label {
    font-size: 13px;
    color: #fff;
    background: #056bff;
}



.contactformulier input#input_3_7_1{
    width: 25px !important;
    height: 25px !important;
    border-radius: 1px !important;
    border: 1px solid #fff !important;
    background: #056bff;
}
.contactformulier label.gfield_label.gform-field-label {
    font-size: 13px;
    color: #fff;
    background: #056bff;
}
.contactformulier .ginput_container input, .contactformulier .ginput_container date,
.contactformulier textarea {
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    height: 46px !important;
    background: #056bff;
    color: #fff;
}
.contactformulier .gfield_required_asterisk {
    color: #fff;
}
.contactformulier .gform_button {
    background: #fff !important;
    color: #056bff !important;
}
}