/*
Theme Name:  BohnennWebdesign
Theme URI:   http://divithemes.reviews
Version:     1.1
Description: Divi child theme.
Author:      Bohnenn Webdesign
Author URI:  https://www.bohnennwebdesign.nl
Template:    Divi
*/



/*---- Form ----*/
.gform-theme--foundation .gform_fields {
    grid-row-gap: 20px !important;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    color: #1B6060;
    background-color: #D6F7F8;
    padding: 11px 15px;
    height: unset;
}
.gform-theme--foundation .gfield textarea {
	border: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    color: #1B6060;
    background-color: #D6F7F8;
    padding: 11px 15px;
}
.gfield_label {
	font-family: "museo-slab-rounded", sans-serif !important;
	color: #FF8022 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
	line-height: 1.5 !important;
	letter-spacing: 0.8px !important;
}
.gform_button.button {
    font-size: 18px !important;
    letter-spacing: 0.8px !important;
    color: #fff !important;
    transition: all 300ms ease 0ms !important;
    display: inline-block !important;
    background-image: url(https://buyersagent.volgjenieuwewebsite.nl/wp-content/uploads/2025/03/wit-arrow.png);
    background-size: 30px !important;
    background-position: calc(100% - 35px) center;
    background-repeat: no-repeat;
    background-color: #5EA2A2 !important;
    padding: 12px 80px 12px 30px !important;
    line-height: 1.7 !important;
    border-radius: 0 !important;
    border: 0 !important;
}
.gform_button.button:hover {
	background-color: #1B6060 !important;
	background-position: calc(100% - 30px) center !important;
}
.gform-theme--foundation .gform_footer {
    justify-content: flex-end;
}



/*---- Menu ----*/
#top-menu li {
	padding-right: 30px;
}
#top-menu-nav>ul>li>a:hover {
	opacity: 1;
}